jef
c410f69bf9
add length() and area() methods to QgsGeometry
...
and use it in labeling and zonal statistics
git-svn-id: http://svn.osgeo.org/qgis/trunk@13588 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-29 11:03:30 +00:00
wonder
3b280fa705
Applied patch #2747 from Marco.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13587 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-29 10:32:56 +00:00
mhugent
c143ca1cb5
[FEATURE]: Load/save queries created in the query builder. Added method columnRefNodes() in qgssearchtreenode and added some consts
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13571 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-25 13:57:05 +00:00
cfarmer
a7a8a29948
Fix output folder selection for split vector layers tool. Patch from alexbruy. Fixes #2725 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13527 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-18 19:01:38 +00:00
jef
e88a80afc8
apply #2712 and #2716 with slight modification. Thanks to Charles Timko.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13517 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-17 16:35:55 +00:00
jef
5ef374d419
[FEATURE] label only selected features (implements #2717 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13510 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 21:00:01 +00:00
cfarmer
30caf1ae30
Fix merge all functionality in singleparts to multipart ftools function. Fixes #2550 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13506 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 19:11:12 +00:00
jef
e03e5a146a
[FEATURE] add multiple features at once (implements #2710 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13505 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 18:36:20 +00:00
cfarmer
31817beb09
More specific warnings for geoprocessing tools when missing crs are detected. Addresses #2547 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13503 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 16:26:11 +00:00
jef
9dd9f36450
[FEATURE]
...
- save edits button added (implements #2579 )
- subset option to layer menu (implements #2660 )
- show selected feature count in status bar (implements #2708 )
- temporary workaround for #2714
- refactored redundant code from legend to qgisapp:
attribute table, save as, layer removal, layer properties
- some more cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk@13501 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 14:44:42 +00:00
jef
dfcc09f12d
fix ftools typo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13498 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 11:19:13 +00:00
jef
9d206cc8fa
translation string fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13496 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-15 22:44:34 +00:00
jef
2db0c1906f
working fix for #2670 and fix for GRASS 6.2 support (as found on debian lenny)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13489 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-15 08:21:42 +00:00
jef
2b753a2ec6
fix #2720
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13488 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-15 07:28:28 +00:00
cfarmer
f4760f23bf
New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes #2260 , #2057 , and #1986 . Another great patch from alexbruy :-)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:55:59 +00:00
cfarmer
7f7a5ac29c
Quick typo fix.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13480 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:52:11 +00:00
cfarmer
29756ec45a
Some simple bug fixes. Fixes #2695 . Patch from alexbruy.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13479 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:48:49 +00:00
cfarmer
b2dc354952
now supports fields containing non-ascii chars. Fixes #2496 . Patch from alexbruy
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13478 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:44:46 +00:00
cfarmer
b168560ba8
now supports fields containing Cyrillics. Fixes #2566 . Patch from alexbruy
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13477 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:42:42 +00:00
jef
7a21742ca7
make PyQt4 detection work with CMake 2.6.0 as found in Debian lenny
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13473 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 08:58:55 +00:00
jef
c5d6626a9b
tie proxy factory support in SIP bindings to PyQt4 version instead of Qt
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13468 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-11 22:00:43 +00:00
jef
3e6fb20ff5
[FEATURE] (re-?)add identifyAsHtml to raster layer and use it in identify
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13467 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-11 21:08:45 +00:00
jef
1541ff5225
update permissions
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13463 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-10 18:52:30 +00:00
jef
4b9ca010fd
fix signal signature of QgsNetworkAccessManager::requestAboutToBeCreated
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13461 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-10 13:50:57 +00:00
jef
b0f0765ade
emit signals before and after QgsNetworkAccessManager creates requests
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13453 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-09 21:35:31 +00:00
jef
4ab3c74592
resolve Qt 4.5 dependency
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13447 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-09 00:45:17 +00:00
jef
dec81b9095
fix sip bindings
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-08 23:50:32 +00:00
jef
f6483e9df5
network manager changes:
...
- add QgsNetworkAccessManager to core as singleton
- add support for multiple proxy factories
- remove qgisNetworkAccessManager property hack
- python bindings
wms provider:
- use QgsNetworkAccessManager
- some precision changes
git-svn-id: http://svn.osgeo.org/qgis/trunk@13443 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-08 19:16:21 +00:00
wonder
55eeb953e3
Added the possibility to use $area, $length when searching in attribute table.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13434 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-07 09:15:08 +00:00
wonder
b3e9ed7afd
Added optional geometry parameter when evaluating predicates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13433 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-07 08:39:37 +00:00
wonder
a25fc30e9a
More portable selection of monospaced font
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13422 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-04 12:48:59 +00:00
wonder
1981f60445
Do not force vector output by default (use only in composer map), enable setting of the flag
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13418 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-04 08:48:43 +00:00
wonder
c9d34fd8c7
PyQGIS: added missing annotation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13417 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-03 21:02:05 +00:00
wonder
f3bd29d6f4
PyQGIS: Fixed wrappers for symbology-ng renderers (were claimed to be abstract classes)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13416 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-03 20:52:45 +00:00
borysiasty
735f9e03fe
Fix missing actions. Patch #2686 by christophgysin + sip bindings.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13412 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-30 21:19:22 +00:00
jef
832aa5f402
fix typos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13401 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-27 00:28:53 +00:00
jef
90d242df34
fix runtime error in fTools' spatial join
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13398 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-26 22:41:28 +00:00
jef
a53296cb05
fix sip 4.7 support
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13395 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-26 20:04:53 +00:00
wonder
313c107403
Added notes to newly added methods
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13390 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-25 22:37:59 +00:00
wonder
02df126b90
[FEATURE] Data-defined size and rotation for single symbol renderer in symbology-ng. (ticket #2585 )
...
Developed by 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@13389 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-25 22:32:53 +00:00
wonder
8a394ab070
Applied patch from #2672 by Andres Manz: more legend interface functionality.
...
Thanks for contributing.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13383 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-25 17:26:12 +00:00
jef
7e2a10126f
missed python binding to additional GEOS operators
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13372 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-24 19:08:49 +00:00
wonder
c2dbddce0c
PyQGIS: added subclassing code for QgsComposerView
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13361 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-24 12:03:08 +00:00
wonder
962c8ddb4d
Added python wrappers from QgsSymbolLayerV2Utils
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13353 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-23 15:20:24 +00:00
wonder
863f3b3371
Added QgsSearchTreeNode::referencedColumns() utility function.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13351 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-23 10:36:34 +00:00
cfarmer
2949ffdc51
Checks for long field names and warns when this will be a problem. Patch from Alex.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13348 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-22 17:47:02 +00:00
cfarmer
0dcb259e94
fixes copy and pasting of results from several analysis tools. Patch from Alex.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13347 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-22 17:45:13 +00:00
wonder
63c295c547
[FEATURE] gradient color ramps now support multiple stops - for adding intermediate colors
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13333 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-20 12:25:42 +00:00
mhugent
b24494c789
Move setRenderContext() method to mapcanvas item class
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13332 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-20 11:51:20 +00:00
mhugent
61ecac3270
Move code to draw arrow head from composer arrow to composer item
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13328 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-19 14:30:59 +00:00