340 Commits

Author SHA1 Message Date
wonder
1e6882ada9 Fixed documentation of QgsGeometry::asMulti*() functions
git-svn-id: http://svn.osgeo.org/qgis/trunk@10836 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-22 10:58:55 +00:00
cfarmer
aacd9f60a9 fix typo in simply_geometry function
git-svn-id: http://svn.osgeo.org/qgis/trunk@10833 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-21 12:34:23 +00:00
cfarmer
38705646e9 add delaunay triangulation to the help xml file
git-svn-id: http://svn.osgeo.org/qgis/trunk@10832 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-21 11:56:00 +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
mhugent
749390f2e4 Change in overlay classes such that pal object and geos geometry don't appear in the public interfaces (important for python bindings)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10791 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-14 15:58:24 +00:00
jef
5cf3395673 fix python binding compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk@10742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-05 21:52:46 +00:00
wonder
c2d0a40061 Renamed delete hole tool to delete ring per suggestion by Borys.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10705 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-02 19:38:46 +00:00
wonder
c245c644ae Added changeGeometry() method as have been suggested on mailing list.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10701 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-02 16:13:59 +00:00
wonder
cbc57dcb27 New vector editing tools:
- delete part of multipart feature
- delete hole from polygon
- simplify feature

These tools are in the new "advanced" editing toolbar.
Contributed by Richard Kostecky (qgis-mapper project).


git-svn-id: http://svn.osgeo.org/qgis/trunk@10700 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-02 15:37:35 +00:00
jef
468550c6d2 speed up loading of projects with (complex) views:
save key column of postgresql layers to projects file and try it first on
reload.



git-svn-id: http://svn.osgeo.org/qgis/trunk@10657 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-26 22:49:37 +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
jef
c890666a0e fix fTools build problem
git-svn-id: http://svn.osgeo.org/qgis/trunk@10641 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-23 22:19:12 +00:00
jef
476fca1379 add some missing fTools translation strings
git-svn-id: http://svn.osgeo.org/qgis/trunk@10616 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-22 08:36:47 +00:00
cfarmer
e8b395cbad adds ability to copy unique values to clipboard to pasting into other
software (i.e. excel); updates version number as well


git-svn-id: http://svn.osgeo.org/qgis/trunk@10610 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-21 14:29:25 +00:00
gsherman
598677b882 Applied patch from ticket #1522 for Zoom Next functionality.
Includes icons for zoom next tool (same icon for all themes).


git-svn-id: http://svn.osgeo.org/qgis/trunk@10588 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-18 00:02:22 +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
jef
02bf44eb2c complete QgsDataSourceURI() methods
git-svn-id: http://svn.osgeo.org/qgis/trunk@10581 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-16 22:09:45 +00:00
jef
93b2f42c8e add QgsDataSourceURI::database()
git-svn-id: http://svn.osgeo.org/qgis/trunk@10579 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-16 20:15:45 +00:00
wonder
62d01abe74 PyQGIS: wrapped QgsMapTip and QgsRunProcess.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10557 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-13 12:29:59 +00:00
wonder
4f14c52aed Fixed handling of tolerance for projected layers (#1634).
Patch contributed by Richard Kostecky.


git-svn-id: http://svn.osgeo.org/qgis/trunk@10555 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-13 10:55:56 +00:00
wonder
48d858bf63 Added a bunch of missing functions in bindings for QgsSymbol.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10548 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-12 22:01:13 +00:00
cfarmer
8065b2db25 update version number
git-svn-id: http://svn.osgeo.org/qgis/trunk@10514 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-09 00:51:09 +00:00
cfarmer
7f4f03e60a fixes output attributes for delaunay triangulation function
git-svn-id: http://svn.osgeo.org/qgis/trunk@10513 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-09 00:47:55 +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
mhugent
fbd3adeff0 remove overlay classes in core.sip until some problems are fixed...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10507 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-08 10:29:48 +00:00
mhugent
03c843844c Add overlay object, modify core.sip to include it
git-svn-id: http://svn.osgeo.org/qgis/trunk@10506 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-08 10:15:22 +00:00
mhugent
ae26704a0b add sip-file for vector overlay
git-svn-id: http://svn.osgeo.org/qgis/trunk@10505 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-08 09:59:33 +00:00
cfarmer
8d6af9ec7a udpates to centroid function, should work with any and all projections
git-svn-id: http://svn.osgeo.org/qgis/trunk@10503 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-07 23:07:09 +00:00
jef
a415b87860 added notes about new optional sslmode parameter in 1.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@10493 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-07 08:24:55 +00:00
mhugent
0af72a7a87 Revert accidental change in plugin installer during merge of vector_overlay branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@10491 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-07 07:11:43 +00:00
mhugent
846a43c658 Merge vector overlay branch (diagram plugin)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10484 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-06 11:53:45 +00:00
jef
326f4727d7 make sslmode optional
git-svn-id: http://svn.osgeo.org/qgis/trunk@10482 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-06 09:41:30 +00:00
wonder
2b08dfda2b Added possibility to express tolerances for digitising also in pixels in addition to map units. Patch contributed by Richard Kostecky.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10478 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-05 16:46:13 +00:00
wonder
68f2530603 Added missing bindings to QgsMapRenderer.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10467 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-04 22:23:50 +00:00
cfarmer
f593bce474 fixes gui bug that displayed unnecessary browse button and box
git-svn-id: http://svn.osgeo.org/qgis/trunk@10459 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-03 09:21:54 +00:00
gcontreras
6100301b6f Changes to remove password from ogr database uris in legend and setting port 5151 as default for sde connections.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10457 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-03 04:01:19 +00:00
jef
1e64ed34c6 make SSL mode of PostgreSQL connections configuable
git-svn-id: http://svn.osgeo.org/qgis/trunk@10456 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-02 21:32:13 +00:00
cfarmer
4e049f7490 Fix minimum version error
git-svn-id: http://svn.osgeo.org/qgis/trunk@10424 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-26 22:10:51 +00:00
cfarmer
f36f14d507 Fixes polygon centroids tool, updates version number and about dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@10422 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-26 21:25:03 +00:00
cfarmer
5094636e9a updates fTools version and supplies license info
git-svn-id: http://svn.osgeo.org/qgis/trunk@10421 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-26 18:58:27 +00:00
cfarmer
fc199f2760 Fixes error with union function
git-svn-id: http://svn.osgeo.org/qgis/trunk@10420 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-26 17:48:06 +00:00
cfarmer
7bed1c76c6 on the fly theme change support for fTools -> 'default' and 'gis' themes available
git-svn-id: http://svn.osgeo.org/qgis/trunk@10410 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-23 15:43:17 +00:00
cfarmer
65d9220ae0 Fix crash when calculating basic stats on a column of zeros
git-svn-id: http://svn.osgeo.org/qgis/trunk@10409 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-23 15:12:55 +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
cfarmer
1e7c7e86f2 adds both simplify and centroid to qgsgeometry -> these will be used by the qgsanalysis branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@10392 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-21 21:53:52 +00:00
borysiasty
9c7d9d34bd revert the mistaken 10382
git-svn-id: http://svn.osgeo.org/qgis/trunk@10384 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-21 20:32:59 +00:00
borysiasty
f7ba35a846 missing icon for the mapserver_export plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@10382 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-21 20:27:59 +00:00
borysiasty
93ec920905 icon themes support for the mapserver_export plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@10381 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-21 20:27:10 +00:00
gsherman
af6f0d2972 Changed "fTools About" to "fTools Information" to prevent
it being placed in the about menu on OS X (may be better solution).
Besides, I needed a token commit for the hackfest...


git-svn-id: http://svn.osgeo.org/qgis/trunk@10373 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-21 17:34:03 +00:00
borysiasty
ea577be1ce just a midnight commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@10348 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-20 23:02:45 +00:00