wonder
88844db611
- set mapserver export plugin as compatible
...
- move import statement to classFactory() to allow faster QGIS startup
git-svn-id: http://svn.osgeo.org/qgis/trunk@9654 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-17 16:11:11 +00:00
wonder
84eafcc8a2
Added python bindings for changes in r9649.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9653 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-17 16:04:30 +00:00
wonder
f5e577c2e3
Allow loading only compatible plugins, i.e. plugins implementing qgisMinimumVersion() metadata.
...
Incompatible plugins are disabled and can't be selected in plugin manager.
Example of new metadata: (plugin's __init__.py)
def qgisMinimumVersion():
return "1.0"
git-svn-id: http://svn.osgeo.org/qgis/trunk@9652 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-17 15:35:45 +00:00
wonder
22dfe17c62
disable error hooks when querying for plugin metadata
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9651 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-17 15:30:48 +00:00
wonder
edd6c414f0
QgsDetailedItemData - support enabled/disabled states
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9650 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-17 15:28:36 +00:00
jef
f928413656
scale based label visibility and line oriented labels
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9649 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-17 14:34:42 +00:00
mhugent
9dd87e3cd5
Automatically select crs also when 'epsg' is lower case
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9648 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-17 12:53:04 +00:00
timlinux
fe10f3aca3
Added some notes about API compatibility
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9647 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-16 22:28:51 +00:00
borysiasty
fc69da7dbe
dialog formatting fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9646 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-16 15:16:39 +00:00
ersts
5a86f46615
-Added a raise call to keep the identify results dialog on top when clicking through rasters
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9645 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-15 21:44:52 +00:00
timlinux
406a7ead2a
Added Nikos Alexandris to contributors list
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9644 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-15 21:05:32 +00:00
timlinux
d59294e5d2
Added north arrows contributed by Nikos Alexandris <nikos.alexandris @ uranus.uni-freiburg.de>
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9643 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-15 21:03:52 +00:00
mhugent
6a7ada7e02
Omit the layer title item completely if the string is empty
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9641 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-15 16:21:40 +00:00
mhugent
4f093a7666
fix bug with background color of composer picture
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9640 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-15 14:13:19 +00:00
timlinux
e8cc2c4328
Added some more notes relating to bug filing
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9638 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-15 06:10:32 +00:00
wonder
e15424a23e
PyQGIS fix: QgsMapLayer has QObject as subclass
...
(it wasn't possible to connect to its signals)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9637 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-14 23:42:08 +00:00
homann
19bc6b9bd8
Applying patch from smizuno to polish hard marker position accuracy. Many thanks! Fixes #1262
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9636 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-14 18:44:36 +00:00
borysiasty
f026d5a19e
Plugin Installer: string fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9635 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-13 23:44:39 +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
wonder
bf87209de3
Escape quotes in translations of strings passed into python code
...
(was a problem in french translation)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9633 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-13 11:19:01 +00:00
borysiasty
72f2007fc0
Translation files update: added Installer strings
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9632 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-13 01:29:51 +00:00
borysiasty
7db2c91e9d
Plugin Installer update: Files and classes renamed to better meet the QGIS coding standard
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9631 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-13 01:17:18 +00:00
wonder
e151de86a9
Moved plugin loading from QgisApp to QgsPluginRegistry
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9630 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-12 21:38:12 +00:00
wonder
acd3a32c1f
typedef for size_t changed to be defined outside classes.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9629 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-12 19:54:21 +00:00
jef
499fab17e5
debian package update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9628 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-12 12:00:59 +00:00
borysiasty
47eb388276
Plugin Installer fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9627 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-12 10:46:58 +00:00
macho
b84b9c6a6d
georgian translation update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9626 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-12 08:14:25 +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
pcav
68f5c35e20
Missing input line on r.patch GRASS module
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9624 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-11 15:30:31 +00:00
mhugent
b49bc46bf8
Allow a 0 pointer for the vector layer in QgsRubberBand::setToGeometry
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9623 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-11 14:47:48 +00:00
wonder
5971fedc70
Set SIP minimal version to 4.7 (needed at least on OSX to support universal builds)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9622 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-11 14:33:01 +00:00
jef
9d781fa6c3
follow QgsVectorLayer::featureAtId() api change
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9621 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-11 13:36:37 +00:00
wonder
9221974159
QgsVectorLayer::featureAtId() - use the same semantics as QgsVectorDataProvider::featureAtId()
...
i.e. return true on success
git-svn-id: http://svn.osgeo.org/qgis/trunk@9620 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-11 13:13:13 +00:00
jef
bb63eac685
postgres provider update:
...
- handle secondary geometry columns as text in EWKT.
- improve handling of errornous queries.
- kudos to Stefanie Tellex for the initial patch
git-svn-id: http://svn.osgeo.org/qgis/trunk@9619 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-10 19:40:00 +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
borysiasty
b60522e840
Plugin Installer update: inclusion to i18n
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9617 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-10 14:37:01 +00:00
jef
1ed192a68c
update INSTALL from doc/INSTALL.t2t
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9616 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-10 13:21:26 +00:00
jef
22fb9bb1c1
added debian package section
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9615 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-10 12:07:34 +00:00
macho
4497249cf8
updated all with script
...
updated french translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@9614 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-10 08:04:49 +00:00
pcav
c9398c719e
Major cleanup of GRASS modules. Closing #1151
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9613 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-09 17:30:13 +00:00
pcav
24cdba9ca7
Removing deprecated r.bilinear from GRASS modules
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9612 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-09 17:24:10 +00:00
jef
5fb69d1ad0
automatic indentation update (r9447-r9610)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9611 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-09 10:34:03 +00:00
timlinux
b40ceb2d62
API cleanups for QgsRect that got overlooked...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9605 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-09 00:14:12 +00:00
telwertowski
a96b47fc73
Update Mac release scripts for 1.0.0 preview 2.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9604 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-08 22:34:20 +00:00
telwertowski
e446651e9a
Use ISO 639-1 code for Albanian translation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9603 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-08 22:31:17 +00:00
telwertowski
907589118b
Update version string for preview2
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9602 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-08 22:09:55 +00:00
jef
7a8b90c35f
update debian packaging
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9600 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-08 19:06:55 +00:00
jef
348f0f7a91
fix warning
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9599 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-08 19:06:29 +00:00
jef
227f38145b
partly fix #1377 , #1382 and #1306
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9598 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-08 19:05:49 +00:00
mhugent
933cfb96a7
Fix for bug #1366 table sort order incorrect
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9595 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-08 15:07:53 +00:00