borysiasty
25d18c2caa
plugin installer: do not consider an empty repo as invalid
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15832 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-27 14:33:11 +00:00
wonder
3a18bddada
[FEATURE] Support for icons of plugins in the plugin manager dialog.
...
Both C++ and Python plugins now can implement icon() metadata function which returns path to the icon file name.
The icon file is passed to QPixmap() constructor. For C++ it's preferred to use an icon from the resource file
(e.g. ":/plugins/foo/foo_icon.png") because plugin's resource file gets loaded automatically when the plugin is loaded.
Python plugins can use either relative path to the icon ("images/plugin-icon.png") or icon from the resource file
(starting with a colon). The relative path is preferred, since it doesn't require the plugin to load its resource file
and plugin repository will not have a trouble to fetch the icon automatically.
Updated C++ plugins and Python plugins to include icon where applicable.
Default plugin icon is (c) Anna Shlyapnikova, licensed under Creative Commons (Attribution 3.0 Unported).
git-svn-id: http://svn.osgeo.org/qgis/trunk@14897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-12 19:19:54 +00:00
borysiasty
295ab1b982
Plugin Installer update. New features: Upgrade All button, plugin count in the window title and Horst's repository
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14577 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-12 20:07:39 +00:00
borysiasty
bd65124802
Plugin installer update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14471 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-31 23:36:26 +00:00
borysiasty
e6507adc78
Plugin installer fixes: fix error when uninstalling installer itself, support for <disabled> repo tag, remove my repository
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13830 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-28 19:18:40 +00:00
borysiasty
b6256d025d
fix #2775
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-17 19:02:08 +00:00
jef
1541ff5225
update permissions
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13463 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-10 18:52:30 +00:00
borysiasty
0adff9dbb0
plugin installer fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-19 21:35:23 +00:00
borysiasty
f534fbb491
Plugin Installer fix (prevent some depreciation warnings)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13087 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-19 16:18:22 +00:00
borysiasty
4099c4aa8a
plugin installer update - fix #2247
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12621 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-26 23:37:48 +00:00
borysiasty
5e25228b68
Plugin installer update - rest of the r12476
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12487 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 00:37:01 +00:00
borysiasty
a13ce52617
Plugin installer update: one-step plugin install and uninstall in QGIS>=1.4
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12476 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 17:47:00 +00:00
borysiasty
d650055e88
Plugin Installer update: fix reenabling disabled repositories
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11789 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-10 07:25:42 +00:00
borysiasty
46d8a4dd92
plugin installer update: handle ports != 80 and add Bob Bruce's repository
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11754 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-04 12:12:01 +00:00
borysiasty
570e228474
plugin installer update: more default repos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11732 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-29 09:06:32 +00:00
borysiasty
951d2a5b07
Plugin Installer small fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11270 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-04 20:22:25 +00:00
borysiasty
4345ff5184
Plugin Installer minor fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10818 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-18 21:48:54 +00:00
borysiasty
5773a2b755
Plugin Installer update - cleaning and refactoring
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10587 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-17 23:41:14 +00:00
borysiasty
e104beb3bf
Plugin Installer update - prepare to merge with Plugin Manager
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10512 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-09 00:19:51 +00:00
borysiasty
60611ef1ef
on-the-fly icon theme change also for the python core plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10408 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-23 13:18:27 +00:00
borysiasty
55cdfa3dde
the plugin installer update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10345 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-20 22:08:03 +00:00
borysiasty
fc44e2cec4
Plugin Installer update - new repositories for the 1.x
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9868 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-19 23:06:38 +00:00
borysiasty
a70c025a37
Plugin Installer update - switch to the new official repository
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9848 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-18 15:58:38 +00:00
borysiasty
ecd1de0dcd
Plugin Installer polishing
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9822 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 12:00:23 +00:00
borysiasty
6de112af5b
Plugin Installer update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9798 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-14 16:23:38 +00:00
borysiasty
a0c197100c
Plugin Installer update: The last string fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-05 18:51:00 +00:00
borysiasty
384ad158c1
Plugin Installer minor updates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9700 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-24 23:13:56 +00:00
borysiasty
5f9d23c493
Plugin Installer update: cleaning and smarter error handling
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9634 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-13 21:14:53 +00:00
borysiasty
9b311b85ab
Plugin Installer update: plugin compatibility checking
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9625 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-12 00:26:40 +00:00
borysiasty
9094f3eea6
Plugin Installer fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9618 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-10 14:39:12 +00:00
timlinux
059cbee4df
Plugin installer updates from Borys
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9558 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-10-31 20:06:55 +00:00
timlinux
957f495731
Plugin installer fixes from Borys
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9363 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-09-20 16:56:02 +00:00
timlinux
0715a13804
Updates for Borys and added some missing files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9310 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-09-12 22:19:54 +00:00
timlinux
47a02a106f
Merged in Borys's new plugin installer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9293 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-09-10 20:26:08 +00:00
gsherman
044d2ca102
Added copyright and license info for plugin_installer files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-25 16:30:35 +00:00
wonder
484a9322fe
Improvements to plugin installer:
...
- ability to support custom repositories
- better error handling
git-svn-id: http://svn.osgeo.org/qgis/trunk@7909 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-10 14:45:28 +00:00
gsherman
acdc107f1a
Initial import of Matthew Perry's Python plugin installer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-17 19:03:03 +00:00