wonder
b21f5e6efc
Fix occasionally appearing bug in OSM plugin ( #3150 , #3076 , #3025 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14453 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-30 10:00:31 +00:00
wonder
1fbf5eeac1
Added new project and project read signals to the qgis interface ( #3160 ).
...
Contributed by Alexander Bruy - thanks!
git-svn-id: http://svn.osgeo.org/qgis/trunk@14452 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-30 09:33:01 +00:00
brushtyler
519f120602
applied patch to make a vector layer read-only, to fix #3157
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14451 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-29 22:12:42 +00:00
brushtyler
6253fb72fe
applied the patch suggested in ticket #3151 ,
...
fix in translate to use the GdalTools_utils to get the crs,
managed invalid extent in merge tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@14450 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-29 22:07:56 +00:00
mhugent
4c9b6b2071
Add method to convert double precision device coordinates to map coords (important for print composer). Change pallabeling to use FontMetricsF and toMapCoordinatesF. Fixes bug #3065
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14430 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-23 09:50:23 +00:00
wonder
37ed18cbec
Applied part of #2832 (show rules in legend).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14404 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-18 20:04:51 +00:00
wonder
33a8b133ce
Added missing python bindings for graduated symbol renderer v2
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14402 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-18 19:55:01 +00:00
mhugent
286bf1a812
[FEATURE]: add capability to show and manipulate composer item with/ height in item position dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14356 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-08 08:32:06 +00:00
jef
8ffd816518
fix cmake warning
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14330 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-04 20:05:12 +00:00
jef
82edec5a70
fix for #2985 (take III)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14325 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-03 13:56:32 +00:00
jef
926fc951a7
fix for #2985 (take II)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14324 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-03 10:07:45 +00:00
jef
3cf96c28f4
fix for #2985
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14323 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-03 09:11:28 +00:00
jef
73e690edd3
save feature attribute changes from plugins to layer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14284 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-25 20:11:22 +00:00
jef
c8c01721e0
allow attribute and alias names in actions
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14283 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-25 20:09:20 +00:00
mhugent
2222397334
[FEATURE]: added reload method to map layers and provider interface. Like this, caching providers (currently WMS and WFS) can synchronize with changes in the datasource
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14264 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-20 11:27:12 +00:00
jef
bab2eff382
[FEATURE] add search string support for feature ids ($id)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14247 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-18 15:31:31 +00:00
jef
8783e12d74
missed a file in r14243
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14244 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-17 12:39:15 +00:00
mhugent
505b76698b
Apply patch #2936 (Units and decimal places of measure tools) from Stefan Ziegler with small modifications
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14191 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-04 13:08:17 +00:00
jef
c07d26fbf6
[FEATURE] add support for OGR creation options to and improve error handling of file writer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14166 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-28 23:14:16 +00:00
jef
60abf63599
add sip bindings for groupLayerRelationship ( fixes #2969 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14164 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-28 09:49:54 +00:00
brushtyler
0423390f4d
applied patch attached to #2932 to improve build overviews (gdaltools).
...
Thanks to Duarte!
git-svn-id: http://svn.osgeo.org/qgis/trunk@14105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-18 10:24:34 +00:00
brushtyler
62d1637fd6
fixed nodata max and min value
...
corrected the spinboxes width
fixed issue using Arc/Info ASCII Grid as output format
git-svn-id: http://svn.osgeo.org/qgis/trunk@14074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-13 01:00:58 +00:00
jef
29fa6f29ea
add advanced selection tools from Jeremy Palmer. Thanks. (apply #2938 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14071 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-12 16:59:57 +00:00
wonder
9f7b2c7226
Fixed setCacheImage() python binding.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14053 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-11 07:43:19 +00:00
jef
d61b908071
fix some typos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-10 20:18:41 +00:00
timlinux
96257034a9
Fix typo in raster enum for MultiBandsingleBandGray and kept old enum with identical value for backwards compatibility
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14042 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-10 16:02:27 +00:00
ersts
d5e0f6bffd
-Added a new option to the legend menu that will stretch the current layer using the min and max pixel values of the current extent
...
-Added a convenience function QgsRasterLayer::setMinimumMaximumUsingLastExtent that will set the min max of the current band or bands being displayed using the pixel values from the last extent
git-svn-id: http://svn.osgeo.org/qgis/trunk@14031 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-09 01:20:59 +00:00
wonder
1f6ffcb027
Added convenience constructor for color ramp shader
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14023 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-07 14:46:53 +00:00
wonder
84003c00cd
Raster shader fixes:
...
- memory leaks when changing shader functions
- PyQGIS: subclassing of raster shader function instances
- PyQGIS: transfer ownership of the shader function to c++
git-svn-id: http://svn.osgeo.org/qgis/trunk@14022 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-07 14:28:20 +00:00
brushtyler
d08f7cdb06
Applied patch from #2930 : improve GdalTools Translate dialog.
...
Contributed by Duarte Carreira, thanks!
git-svn-id: http://svn.osgeo.org/qgis/trunk@14020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-06 16:43:14 +00:00
brushtyler
504ae2fdb7
aligned to GdalTools v1.2.8
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-06 16:15:15 +00:00
wonder
9e14a2f67d
Fixed wrappers from QgsRasterLayer::computeMinimumMaximumFromLastExtent, computeMinimumMaximumEstimates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14017 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-06 12:37:49 +00:00
jef
d86ffa2571
add QgsAttributeAction::doAction to python bindings
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14010 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-04 16:57:52 +00:00
borysiasty
b452bb882e
fix compiling error
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14004 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-03 22:32:56 +00:00
jef
a97db4595e
show wms get capabilities error
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14003 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-03 21:24:22 +00:00
mhugent
33194f8a6f
[FEATURE]: data defined font and buffer settings for labeling-ng
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13998 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-02 15:09:17 +00:00
mhugent
c8edb3da7b
Use floating point numbers for size and dpi. This is necessary to avoid distortions on devices where painter units are not pixels (e.g. graphics scene in print composer)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13995 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-02 08:44:52 +00:00
borysiasty
8cec74192e
fix #2874
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-30 13:24:13 +00:00
alexbruy
72c7def022
allow users to enter path to shapefiles manually in Merge shapefiles tool (apply #2897 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-25 16:14:36 +00:00
rduivenvoorde
5394fddc4f
removed obsolete &SERVICE=WMS from status-message for mode=map url
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-23 15:28:50 +00:00
wonder
19506e9cdd
[FEATURE] Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too.\
...
This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings.
Developed for Faunalia (http://www.faunalia.it ) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"
git-svn-id: http://svn.osgeo.org/qgis/trunk@13951 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-21 13:12:47 +00:00
wonder
a96d3d7685
[FEATURE] Data-defined rotation and size for categorized and graduated renderer (symbology-ng)
...
Developed for Faunalia (http://www.faunalia.it ) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"
git-svn-id: http://svn.osgeo.org/qgis/trunk@13946 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-20 13:59:09 +00:00
wonder
e9828f8ef3
Add a convenience constructor from QString to QgsSearchString
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13944 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-20 13:21:04 +00:00
wonder
50734ac052
Better handling of python path and plugins paths.
...
Additionally, plugin paths in QGIS_PLUGINPATH can be separated by either semicolon or colon.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13943 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-20 13:06:49 +00:00
wonder
8a34dd92c7
Added "$rownum" token to syntax of expressions. In field calculator it can be used for counting rows. The counter starts from 1. Outside field calculator it returns always zero.
...
Developed for Faunalia (http://www.faunalia.it ) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"
git-svn-id: http://svn.osgeo.org/qgis/trunk@13941 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-20 10:39:25 +00:00
wonder
a2a985bbfb
Support string concatenation using the standard sql concatenation operator ||
...
Developed for Faunalia (http://www.faunalia.it ) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"
git-svn-id: http://svn.osgeo.org/qgis/trunk@13940 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-20 09:50:41 +00:00
jef
75ce1bce5a
fix #2894
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13937 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-19 15:28:46 +00:00
jef
a299f693f7
apply #2791
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13921 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-17 11:19:04 +00:00
cfarmer
e2d0f00623
Select by location now works on full layer extent. Fixes #2210 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13915 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-14 09:52:13 +00:00
rduivenvoorde
4cec6fe1ba
fix for #2848 : exported style better in line with qgis style
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-06 19:03:44 +00:00