945 Commits

Author SHA1 Message Date
gsherman
1859838e80 Adding docking support to python console
git-svn-id: http://svn.osgeo.org/qgis/trunk@14994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-01-05 04:43:23 +00:00
jef
741d99c9b0 fix #3378
git-svn-id: http://svn.osgeo.org/qgis/trunk@14988 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-31 23:55:54 +00:00
wonder
1d66171ff3 PyQGIS fixes: added few typedefs (IIRC they were not supported by some old SIP versions) and added missing signals in QgsVectorLayer
git-svn-id: http://svn.osgeo.org/qgis/trunk@14978 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-27 21:27:01 +00:00
brushtyler
d688368031 fixed minor issue refreshing extent
git-svn-id: http://svn.osgeo.org/qgis/trunk@14977 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-27 17:12:10 +00:00
brushtyler
1650e86b10 define extent for grid analisys, to fix #3332
git-svn-id: http://svn.osgeo.org/qgis/trunk@14976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-27 16:55:17 +00:00
brushtyler
6fcb671a4d create VRT with recurse scan of dirs, to fix #3095
some code cleanup, 
updated labels when in batch mode to follow up the QGis HIG guideline


git-svn-id: http://svn.osgeo.org/qgis/trunk@14963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-22 03:25:14 +00:00
cfarmer
5e0752fc6e Adds median value to summary when joining layers with numeric data
git-svn-id: http://svn.osgeo.org/qgis/trunk@14953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-21 01:52:42 +00:00
brushtyler
4a4fea398b Added separate option to BuildVRT tool, to fix #3180
git-svn-id: http://svn.osgeo.org/qgis/trunk@14939 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-20 03:58:14 +00:00
brushtyler
8ab9d1d5b7 allow multiple values in proximity tool,
allow multiple no-data values in warp tool, 
fixed error in retrieving srs



git-svn-id: http://svn.osgeo.org/qgis/trunk@14938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-20 03:34:51 +00:00
jef
b78d8556a4 allow vector data provider to record errors (currently only used in query
builder to report errors in where clauses from OGR and postgres provider).


git-svn-id: http://svn.osgeo.org/qgis/trunk@14935 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-17 15:00:17 +00:00
wonder
61d970a2d5 PyQIS: subclassing code for QgsDataProvider
git-svn-id: http://svn.osgeo.org/qgis/trunk@14911 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-14 20:43:51 +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
brushtyler
ad407f511b Managed the render flag in batch tools to avoid waste of time loading many layers, to fix #3254
git-svn-id: http://svn.osgeo.org/qgis/trunk@14875 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-09 00:53:56 +00:00
wonder
4001fa0992 Added missing bindings in QgsComposerLegend (#3310)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14870 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-08 18:44:30 +00:00
wonder
b85805639e Allow usage of search query builder with no layer, fixed python binding
git-svn-id: http://svn.osgeo.org/qgis/trunk@14869 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-08 18:29:24 +00:00
jef
de036843d3 move QgsSearchQuery builder from app to gui
git-svn-id: http://svn.osgeo.org/qgis/trunk@14867 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-08 17:38:01 +00:00
wonder
7e5d546f13 [FEATURE] Allow the line symbol layers to be used for outline of polygon (fill) symbols
git-svn-id: http://svn.osgeo.org/qgis/trunk@14855 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-06 22:14:50 +00:00
alexbruy
d45d038598 fix error in median value calculation
git-svn-id: http://svn.osgeo.org/qgis/trunk@14851 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-06 17:31:52 +00:00
timlinux
9d8d09bfd3 Fix poor english on gdal job completion dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@14829 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-02 21:35:43 +00:00
mhugent
2ed7c945c7 Add python bindings for composer command classes
git-svn-id: http://svn.osgeo.org/qgis/trunk@14827 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-02 09:55:42 +00:00
mhugent
2fe5d1d604 Initial implementation of composer undo / redo
git-svn-id: http://svn.osgeo.org/qgis/trunk@14786 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-29 15:30:19 +00:00
jef
d0c6f9ba83 fix lenny build
git-svn-id: http://svn.osgeo.org/qgis/trunk@14775 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-27 11:26:05 +00:00
mhugent
8a5b7d29a3 Uncomment convert code for attribute table item
git-svn-id: http://svn.osgeo.org/qgis/trunk@14771 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-26 10:39:06 +00:00
mhugent
91fa1e0da3 Added binding files for composer attribute table
git-svn-id: http://svn.osgeo.org/qgis/trunk@14770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-26 10:30:19 +00:00
wonder
86af48d1e6 Proper conversion to subclasses for composer items.
git-svn-id: http://svn.osgeo.org/qgis/trunk@14766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-25 21:45:52 +00:00
esseffe
cdae0f6707 upgrading to SpatiaLite 2.4.0-RC4
git-svn-id: http://svn.osgeo.org/qgis/trunk@14763 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-25 14:37:47 +00:00
cfarmer
33ea700da4 some quick fixes to voronoi and delaunay tools
git-svn-id: http://svn.osgeo.org/qgis/trunk@14758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-24 18:57:45 +00:00
jef
805f5d0cb8 allow opening attribute table from plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@14749 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-23 12:25:24 +00:00
cfarmer
45ded4ce09 adds option to use selected features only; addresses #2476
git-svn-id: http://svn.osgeo.org/qgis/trunk@14746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-23 01:17:17 +00:00
cfarmer
fac2a3cc56 add some copywrite info
git-svn-id: http://svn.osgeo.org/qgis/trunk@14745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-22 23:00:05 +00:00
cfarmer
8710328b43 [FEATURE] Adds voronoi polygon tool to Vector menu, addresses #2825; Also (partially) addresses #2546
git-svn-id: http://svn.osgeo.org/qgis/trunk@14744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-22 22:49:39 +00:00
wonder
324ba00750 Make signal QgsComposerView::selectedItemChanged with non-const pointer to avoid problems with some PyQt versions
git-svn-id: http://svn.osgeo.org/qgis/trunk@14743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-22 22:32:03 +00:00
mhugent
df92883b84 Apply fix for ticket #3236, provided by NathanW
git-svn-id: http://svn.osgeo.org/qgis/trunk@14736 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-22 12:53:24 +00:00
cfarmer
94ffa634e7 Removes extraneous minimum distance option (not currently a real option) from random points tool. Addresses #3213
git-svn-id: http://svn.osgeo.org/qgis/trunk@14734 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-21 22:33:42 +00:00
mhugent
ac51927071 [FEATURE]: move/rotate/change label edit tools to interactively change data defined label properties
git-svn-id: http://svn.osgeo.org/qgis/trunk@14697 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-17 15:01:15 +00:00
alexbruy
e2e17b4694 add missed GUI elements in GdalTools settings dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@14692 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-16 20:33:34 +00:00
alexbruy
2f85efe477 add new simplify tool to the fTools. Completed changes introduced in r14678
git-svn-id: http://svn.osgeo.org/qgis/trunk@14686 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 17:06:08 +00:00
cfarmer
3182ee40cc commit missing files for new simplify implementation by alexbruy
git-svn-id: http://svn.osgeo.org/qgis/trunk@14678 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:33:57 +00:00
cfarmer
7e75080176 change shortcut for vector menu from V (and e) to t... again
git-svn-id: http://svn.osgeo.org/qgis/trunk@14677 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:18:46 +00:00
cfarmer
6eee9684df change shortcut for vector menu from V to e (conflict with View)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14676 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:16:45 +00:00
brushtyler
5fe962a149 created the Raster menu and moved the "raster calculator" to it
git-svn-id: http://svn.osgeo.org/qgis/trunk@14675 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:13:59 +00:00
cfarmer
9ab5f7de22 adds option to specify encoding for input tables. addresses #2628
git-svn-id: http://svn.osgeo.org/qgis/trunk@14670 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 22:49:46 +00:00
cfarmer
6bd3183945 quick typo fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@14640 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 14:20:21 +00:00
cfarmer
f084b2c772 patch from alexbruy to make sure check_geometry works with current version of qgis (previous commit required SIP SIP >= 4.9.
git-svn-id: http://svn.osgeo.org/qgis/trunk@14639 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 14:02:42 +00:00
brushtyler
45ba237967 added Database menu and related methods add/remove plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@14638 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 14:00:57 +00:00
alexbruy
209fa1bba4 Add warning when no output file selected in the Merge tool in fTools. Fix #3210
git-svn-id: http://svn.osgeo.org/qgis/trunk@14634 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 09:56:52 +00:00
alexbruy
1c99de498c option to select separate shapefiles for merging with fTools
git-svn-id: http://svn.osgeo.org/qgis/trunk@14616 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-13 18:31:14 +00:00
cfarmer
ee601b0462 [FEATURE] completely new geometry checking tool for fTools. Significantly (big time) faster, more relevant error messages, and now supports zooming to errors. Thanks to jef for the new QgsGeometry.validateGeometry function. Fixes #3169 and #2611.
git-svn-id: http://svn.osgeo.org/qgis/trunk@14606 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-13 17:30:06 +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