9 Commits

Author SHA1 Message Date
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
Nathan Woodrow
81470513ef Fix plugin installer crash with invalid versions 2015-01-15 10:56:37 +10:00
Borys Jurgiel
fd4515e22a [Plugin Installer] Make version compare behaviour unified with the repository app 2013-09-13 12:57:26 +00:00
Borys Jurgiel
af04c794fc [Plugin Installer] More uniform behaviour when comparing versions: always exclude any non-numeric parts 2013-09-12 21:55:38 +02:00
Borys Jurgiel
f54d979106 [Plugin Manager] Maximum major, minor and bugfix version is 99.99.99. Be consistent with this constraint. 2013-06-10 11:16:01 +02:00
Borys Jurgiel
9711506195 [Plugin Manager] Fix for compatibility check in QgsPluginInstaller and QgsPluginRegistry 2013-06-10 02:46:38 +02:00
Borys Jurgiel
5c50e2a6c0 Check qgsMaximumVersion also when loading plugin to QgsPluginRegistry 2013-06-09 23:07:47 +02:00
Borys Jurgiel
780301c980 [PluginManager] Code cleanup: keep one class per file also in Python 2013-06-09 00:29:27 +02:00
Borys Jurgiel
55fd57ee25 New Plugin Manager 2013-06-05 21:32:08 +10:00