1159 Commits

Author SHA1 Message Date
marco
a5f15d88b1 More cleanups 2011-12-05 22:30:17 +01:00
marco
c9bcd60a89 Remove addItem methods of composer view. Use the ones from composition instead 2011-12-05 22:09:07 +01:00
Alexander Bruy
a129207dea [BACKPORT] don't change cursor to hourglass for fTools that runs in
separate thread
2011-12-05 16:39:11 +02:00
Alexander Bruy
a00ef42a75 [BACKPORT] run Split vector layer tool in separate thread to prevent UI
blocking
2011-12-05 16:35:04 +02:00
Tim Sutton
335dbf1631 Merge pull request #69 from NathanW2/ui-tweaks
Reduce layout margins on legend, legend order, python console. Change le...
2011-12-01 21:56:16 -08:00
Nathan Woodrow
c63b14976a Reduce layout margins on legend, legend order, python console. Change legend order font size to 10 same as legend 2011-12-02 14:07:39 +10:00
Giuseppe Sucameli
0e0947f048 add helpful info to GdalTools Settings dialog on how to configure GDAL path 2011-12-01 02:15:31 +01:00
Giuseppe Sucameli
99edf1de05 [BACKPORT] find python on OSX (partially fix #3097)
don't overwrite PATH env var, but append to it.
2011-12-01 02:15:31 +01:00
Martin Dobias
e55341658d Allow rules to have children 2011-11-30 01:14:12 -03:00
marco
307b99e24f [FEATURE]: alignment (left/middle/right) for composer scale bar to keep bar position when zooming 2011-11-28 21:43:04 +01:00
Nathan Woodrow
36e178f7c4 UI tweaks to the projection UI; Remove old buttons and code etc 2011-11-27 16:10:47 +01:00
Martin Dobias
54c65ede0f Moved symbol levels button under renderer's advanced menu 2011-11-26 13:44:48 -03:00
Marco Hugentobler
e386ae4902 [FEATURE]: allow item selection tolerance in composer (default is 0) 2011-11-25 16:49:20 +01:00
Juergen E. Fischer
2ab61ff64f [FEATURE] message log window 2011-11-18 23:08:18 +01:00
Alexander Bruy
260cc74dc0 fix build error introduced in ed13141b67 2011-11-16 17:52:20 +02:00
Juergen E. Fischer
275585cf83 fix creatation of python output directory on windows 2011-11-16 11:12:24 +01:00
Marco Hugentobler
ed13141b67 Added python bindings for vector field symbollayer 2011-11-15 16:22:46 +01:00
Alexander Bruy
f8bbe8fb70 [FEATURE] add gdal_fillnodata to GdalTools 2011-11-13 12:22:11 +02:00
Alexander Bruy
aaae4898a9 [BACKPORT] fix broken Assign projection functionality in GDALTools and
improve handling output file extension
2011-11-13 11:19:44 +02:00
Alexander Bruy
33b7e314bc [BACKPORT] Union and Symetrical difference works only on whole layer 2011-11-12 22:16:50 +02:00
Alexander Bruy
7cd2850da5 [BACKPORT] fix holes in Union output (fix #3581) 2011-11-12 22:12:56 +02:00
Tim Sutton
6274cd112f Merge branch 'master' of github.com:qgis/Quantum-GIS 2011-11-12 13:39:15 +02:00
Tim Sutton
b41472fd84 Enable new repo by default now too 2011-11-12 13:38:06 +02:00
Alexander Bruy
d3fe1941fd [BACKPORT] fTools: update layers lists after adding new layer to TOC (fix #4318) 2011-11-12 13:05:27 +02:00
Alexander Bruy
26528def45 [BACKPORT] don't block QGIS main window when running Merge shapefiles
tool. Partially addresses #4383
2011-11-12 13:00:57 +02:00
Alexander Bruy
c1050fee68 [BACKPORT] remove executable flag from fTools sources 2011-11-12 12:57:35 +02:00
Alexander Bruy
ad1a4e2cde [FEATURE] Densify geometries tool for fTools (fix #3628). Still without
icon
2011-11-12 12:50:51 +02:00
Alexander Bruy
48112cc1bc [FEATURE] Build spatial index tool for fTools (see #2779). Currently
without icon
2011-11-12 12:42:30 +02:00
Martin Dobias
be9bdeb5bb [FEATURE] Allow plugin metadata to be in metadata.txt
Until now plugins' metadata were always retrieved from __init__.py by calling python methods.
Reading metadata from a text file has the advantage of not requiring to load the plugin code
and can be done by plugin repository.

Metadata in metadata.txt is preferred to the methods in __init__.py - if the text file is
present, it is used to fetch the values. From QGIS 2.0 the metadata from __init__.py
will not be accepted - the metadata.txt file will be required.

Plugin metadata should be in INI file format, recognized by python's ConfigParser module
and by Qt's QSettings class.

All currently used metadata should be in [general] section. Example use:

[general]
name=PostGIS manager
description=Manage your PostGIS database
version=Version 0.5.15
icon=icons/postgis_elephant.png
qgisMinimumVersion=1.0.0
2011-11-09 15:57:17 -03:00
Marco Hugentobler
59545f1c65 Handle different vector field types 2011-11-01 14:35:34 +01:00
Marco Hugentobler
96496c5b01 Updated python bindings, added export macros 2011-11-01 09:09:05 +01:00
Juergen E. Fischer
f39a19c12b [API] add QgsVectorLayer::updateFeature() 2011-10-07 16:15:51 +00:00
Giuseppe Sucameli
6ccb04e9b3 Merge remote-tracking branch 'brushtyler/master'
Conflicts:
	src/providers/postgres/qgspostgresprovider.cpp
2011-10-07 01:38:46 +02:00
Giuseppe Sucameli
dd6a594178 [FEATURE] Make the gdaltools command editable to fix #3041 2011-10-07 01:26:13 +02:00
mhugent
ee19294562 Merge pull request #49 from stopa85/network-analysis
Network analysis and road-graph-plugin
2011-09-30 00:34:27 -07:00
Alexander Bruy
3cac713cc3 Added Python wrappers for QgsZonalStatistics 2011-09-28 14:44:28 +03:00
Sergey Yakushevs
a950830dcf fix QgsArc.in() python-binding 2011-09-27 18:50:40 +06:00
Sergey Yakushevs
94b5f99c37 Merge remote branch 'pb/master' into network-analysis
Conflicts:
	python/CMakeLists.txt
	src/analysis/network/qgsgraphbuilder.h
	src/plugins/roadgraph/graphbuilder.h
	src/plugins/roadgraph/linevectorlayerdirector.cpp
	src/plugins/roadgraph/simplegraphbuilder.cpp
	src/plugins/roadgraph/utils.cpp
	src/plugins/roadgraph/utils.h
2011-09-27 16:51:56 +06:00
Alexander Bruy
a4c2180a65 more translatable strings in OSM plugin 2011-09-15 21:33:42 +03:00
Giuseppe Sucameli
c942ee4ad0 mark some methods as deprecated 2011-09-15 11:47:10 +02:00
Giuseppe Sucameli
1a70dddca1 [FEATURE] Import a vector layer from a datasource to a different one
Merge of another part of my Summer of Code work (remote-tracking branch 'brushtyler/import_layer')
2011-09-15 02:34:03 +02:00
Alexander Bruy
7093b06793 [BACKPORT] allow negative NODATA values in GDALTools 2011-09-14 15:43:55 +03:00
Giuseppe Sucameli
262ec3f8f5 merge import_layer branch 2011-09-13 21:59:55 +02:00
Tim Sutton
9561c3d696 Merge branch 'master' of github.com:qgis/Quantum-GIS 2011-09-13 11:02:21 +02:00
Giuseppe Sucameli
6eb406b122 Move import feature main code to QgsVectorLayerImport and keep just few methods in providers 2011-09-12 21:08:13 +02:00
Tim Sutton
c58576e204 [FEATURE] implement ability to skip specific drivers (fixes #182) 2011-09-12 17:28:45 +02:00
Giuseppe Sucameli
f2b6876085 fix gdaltools error checking for ogr layers 2011-09-12 13:22:21 +02:00
Juergen E. Fischer
aebb6edbc2 trim qgsquerybuilder binding (and fix it) 2011-09-09 17:17:08 +02:00
Juergen E. Fischer
3c63643f28 add bindings for QgsQueryBuilder 2011-09-08 23:16:28 +02:00
Giuseppe Sucameli
431219744a make sure gdaltools input vector layers are ogr vectors 2011-09-03 13:12:39 +02:00