97 Commits

Author SHA1 Message Date
Juergen E. Fischer
65d3535fc5 - Quantum GIS => QGIS update
- integrate PythonConsole help into main translation
- allow referencing QGIS images in context help(viewer)
2013-05-20 16:48:51 +02:00
Borys Jurgiel
c47fbbe25b Plugin installer: add ?qgis=[QGIS_VERSION] GET parameter to each repository URL to allow filtering also on reposiotory side 2013-04-28 00:16:01 +02:00
Borys Jurgiel
dfd8444383 Plugin installer: fix support for qgisMaximumVersion tag. 2013-04-28 00:08:51 +02:00
Martin Dobias
32de07dc4d Remove the support for reading python plugin metadata from __init__.py
From now on, plugins must have metadata.txt file (with INI format)
that is used for storing of metadata. This has two advantages:
- plugins do not need to be loaded in order to read metadata
- repository can parse the metadata more easily
2013-03-19 00:10:51 +01:00
Juergen E. Fischer
9721736fd8 remove trailing blanks 2012-12-10 00:12:07 +01:00
Alexander Bruy
4b9dbf209d use new lineedit widget in several dialogs 2012-11-02 19:13:31 +02:00
Alexander Bruy
7f671851d4 add metadata.txt to all core plugins 2012-10-25 15:08:38 +03:00
Sandro Santilli
f93f844867 Allow running plugin_installer plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-20 22:00:51 +02:00
Alexander Bruy
4f984202bd add new plugin installer icons to CMakeLists.txt 2012-10-15 21:02:25 +03:00
Alexander Bruy
f262caae06 make Larry happy: larger icons in plugin installer 2012-10-09 19:32:00 +03:00
Alexander Bruy
3f412e4291 yet another fix for plugin installer 2012-10-08 15:21:37 +03:00
Alexander Bruy
dff6b846de fix plugins installation 2012-10-08 11:26:32 +03:00
Alexander Bruy
fccf9ac5d0 mark experimental plugins in installer (fix #5980) 2012-10-07 19:50:52 +03:00
Giuseppe Sucameli
c6195be226 align metadata names between __init__.py and metadata.txt:
deprecate authorName function in __init__ (but kept for compatibility), use author function instead
2012-10-07 05:05:17 +02:00
Jaka Kranjc
7d469dbf37 plugin installer: split the description tooltip into multiple lines as needed
some plugins have so long descriptions, a single line tooltip doesn't fit
 on my 1366px screen. Would be even worse on mobile devices if they had
 the notion of mouse over tooltips. :I Example: MultiEdit
2012-06-24 14:19:56 +02:00
Tim Sutton
c695198e17 Apply patch from Borys to remove 'add 3rd party repos' button in plugin manager 2012-06-06 21:47:55 +02:00
Martin Dobias
aa713ae50e plugin installer: use default flags (do not exclude close button) 2012-01-06 20:54:51 +01:00
Alexander Bruy
9f8f86db5e introduced new plugin metadata entry "category". Show hint based on
category in Plugin Manager and update all core plugins respectively
2011-12-20 19:47:09 +02:00
Tim Sutton
6fbad32b6b Applied patch from Borys Jurgiel to correct some plugin manager wobblies. See #4621 2011-12-09 14:48:08 +02:00
Tim Sutton
b41472fd84 Enable new repo by default now too 2011-11-12 13:38:06 +02:00
Borys Jurgiel
260bf0c139 Don't check for plugin errors at startup 2011-08-27 12:40:28 +02:00
Borys Jurgiel
9cf2078741 Fix QTreeWidget.resizeColumnToContents() issue observed in PyQt4.8.3 @ Debian 2011-08-27 12:40:11 +02:00
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
195bcd0277 Plugin installer - fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@14581 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-13 10:10:46 +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
5bcdfb00e1 Plugin installer update
git-svn-id: http://svn.osgeo.org/qgis/trunk@14472 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-01 00:52:20 +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
a582b48bd0 Plugin Installer minor fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@13845 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-29 20:21:18 +00:00
borysiasty
384d299fb5 Plugin installer update: r13830 follow-up
git-svn-id: http://svn.osgeo.org/qgis/trunk@13832 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-28 19:49:28 +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
c170110b3c Plugin Instaler update: add translateable strings for future switch to the central contributed repository
git-svn-id: http://svn.osgeo.org/qgis/trunk@13770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-21 21:50:22 +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
01fc3fb0b1 Patch #2422 applied
git-svn-id: http://svn.osgeo.org/qgis/trunk@13086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-19 15:24:04 +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
jef
e5cf709dd3 another round of typo fixes (and use color instead of colour - like Qt; no string updates)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12600 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-23 16:14:24 +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
jef
0f23b743f4 fix qgsplugininstallerbase.ui
git-svn-id: http://svn.osgeo.org/qgis/trunk@11709 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-24 19:27:53 +00:00
jef
95ca955748 remove tons of pyuic4, pyrcc4 generated files and create them when building (apply #1877)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11401 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-16 22:40:48 +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
638608415b partial fix for #1743 : connection to proper QAction's triggered() signal in all core plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@10967 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-06-23 12:03:18 +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
jef
f814b879de followup r10633:
- remove i18n.cpps that are now created on update_ts_files.sh automatically
- update_ts_files.sh run to get the current python plugin strings (+ new strings r10643)



git-svn-id: http://svn.osgeo.org/qgis/trunk@10645 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-23 22:49:38 +00:00