17189 Commits

Author SHA1 Message Date
Marco Hugentobler
f91f2d43f9 Merge branch 'master' of github.com:qgis/Quantum-GIS 2013-01-29 09:48:12 +01:00
Marco Hugentobler
a00e413b5d [FEATURE]: possibility to export vector symbology (using ogr feature style) 2013-01-29 09:45:30 +01:00
Juergen E. Fischer
bb97787c65 fix sip error 2013-01-29 08:50:35 +01:00
Werner Macho
81dacc726d translation update: et_EE by Veiko 2013-01-29 02:33:21 +01:00
Juergen E. Fischer
a8b1db8258 register QgsMessageLog::MessageLevel 2013-01-29 02:12:50 +01:00
Juergen E. Fischer
dc728f6c39 update calls to new api 2013-01-29 01:58:32 +01:00
Larry Shaffer
94491b8479 [FEATURE] Add style options for legend layer/groups, and live refresh of all legend style options
- Based of off work from Stefan Ziegler (pull request #331)
- Options inherited by embedded groups (which are still always italic)
- Original layer name now saved to project file (instead of adjusted display name)
- Fix bug where setting capitalization, then saving/reopening would permanently set capitalization
- [API] Add originalName() to QgsMapLayer to access original (pre-adjusted name)
- [API] Add setupFont() method to legend group items
- [API] Add updateLegendItemStyles() and updateLegendItemSymbologies() to QgsLegend to allow style option changes to become active without app restart
2013-01-28 16:22:48 -07:00
Giuseppe Sucameli
9dffa42eea Merge pull request #394 from etiennesky/gdaltools1
GdalTools - use raster format save option and pyramids dialogs
2013-01-28 13:49:30 -08:00
Etienne Tourigny
8c89c2a058 fix layerModified signal mapping 2013-01-28 19:14:38 -02:00
Etienne Tourigny
9bed789f2e implement currentLayer() and setCurrentLayer() in QgsLegendInterface to set/get current layer 2013-01-28 19:14:38 -02:00
Etienne Tourigny
42d637d9a0 allows for plugins to insert actions for layers in TOC, with QgsLegendInterface::addLegendLayerAction() 2013-01-28 19:14:38 -02:00
Larry Shaffer
db7b46acf0 Remove invalid relative path to images resource file 2013-01-28 11:42:13 -07:00
Nathan Woodrow
1e34b2f331 Merge pull request #403 from matthias-kuhn/expression-build-dialog-save-window-geometry
Save geometry of expression build dialog on close
2013-01-28 05:43:38 -08:00
Nathan Woodrow
958cd2a0d7 Merge pull request #407 from matthias-kuhn/expression-builder-margin
Fix for #6165 - Overlapping widgets in expression builder dialog
2013-01-28 05:42:21 -08:00
Matthias Kuhn
fb63167a47 Fix for #6165 - Overlapping widgets in expression builder dialog
Reset the top margin of widgets to the default value
2013-01-28 14:25:17 +01:00
Juergen E. Fischer
6c931f3bbc debian packaging update (fixes #7060) 2013-01-28 12:32:44 +01:00
Juergen E. Fischer
4cbec1811c fix warnings, add copyright headers, cosmetics 2013-01-28 01:39:58 +01:00
Juergen E. Fischer
74ace4ad21 osgeo4w: packaging updates 2013-01-27 20:33:50 +01:00
Tim Sutton
fbb380df38 Update doc/osx.t2t 2013-01-27 22:48:31 +07:00
Paolo Cavallini
fd73eaae2f Merge pull request #405 from matthias-kuhn/piediagram-test-fix
Replace control image for piediagram with proper one
2013-01-27 07:41:20 -08:00
Tim Sutton
247c2dbe19 qwt compile error under OSX - note for Larry 2013-01-27 22:18:42 +07:00
Matthias Kuhn
5b9b03f447 Replace control image for piediagram with proper one 2013-01-27 16:01:52 +01:00
Tim Sutton
d860c71676 Update osx install - update old nokia download path 2013-01-27 21:04:20 +07:00
Victor Olaya
b23179523d Added compiled SEXTANTE ui files 2013-01-27 14:52:10 +01:00
Victor Olaya
b290272536 edited GRASS and SAGA algorithm descriptions 2013-01-27 14:51:38 +01:00
Victor Olaya
250e2a5285 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-27 14:12:21 +01:00
Tim Sutton
a9a289e91e Update doc/osx.t2t
Added note about how to get command line tools.
2013-01-27 19:36:41 +07:00
Martin Dobias
600baca9a4 OSM provider ported to new API 2013-01-27 03:08:35 +01:00
Victor Olaya
20e4ec5596 edited GRASS/SEXTANTE algorithm descriptions 2013-01-26 23:55:57 +01:00
Victor Olaya
f91e9d333d minor sextante fixes 2013-01-26 23:55:14 +01:00
Martin Dobias
b16c68ecd8 Postgres - debug mode: do not slow down fetching of features unless necessary
(the debug routine was consuming ~50% of rendering time)
2013-01-26 23:21:38 +01:00
Juergen E. Fischer
2800b4a04d fix windows build 2013-01-26 23:08:51 +01:00
olivier
85b684c962 Added layerIsExpanded() to QgsLegendInterface 2013-01-26 22:28:19 +01:00
Juergen E. Fischer
e7c34ea9da german translation update 2013-01-26 21:17:17 +01:00
Juergen E. Fischer
2ca956d763 follow up 994dc1cc216: also change level in QgsMessageLogViewer 2013-01-26 20:33:18 +01:00
Martin Dobias
8da06cb97d QgsVectorLayer: deprecate old API: select(), nextFeature(), featureAtId() 2013-01-26 19:42:46 +01:00
Martin Dobias
5ad61f535a Merge remote-tracking branch 'origin/master' into new_vector_api 2013-01-26 18:17:45 +01:00
Juergen E. Fischer
994dc1cc21 - [API] introduce QgsMessageLog::MessageLevel and change logMessage() level
parameter to that type
- change default level to WARNING
- change startup messages to INFO
- don't unhide the warning button for INFO messages
- fix warnings produced by python code
Before-merge-new_vector_api
2013-01-26 14:16:39 +01:00
Nathan Woodrow
5ed164abab Add test for format expression function 2013-01-26 02:04:52 +00:00
Larry Shaffer
96565d1d12 Add empty QUndoView to QgsUndoWidget for initial show
- Shows disabled view instead of blank dock area (same as creating new project after closing project)
2013-01-25 19:02:54 -07:00
Juergen E. Fischer
298f0c000e cleanup doIntersectLines.py and fix #7021 2013-01-25 20:40:20 +01:00
Matthias Kuhn
4cd271bd71 Save geometry of expression build dialog on close 2013-01-25 17:48:37 +01:00
Juergen E. Fischer
7ad3048a14 append resolution and transparency arguments also to tile request (fixes #3981) 2013-01-25 17:21:48 +01:00
Juergen E. Fischer
45faef9c94 leaner imitation of .arg 2013-01-25 17:21:01 +01:00
Radim Blazek
f6806a9eb6 WCS max extent verification fix for servers without overvies 2013-01-25 10:36:39 +01:00
Larry Shaffer
4736393fe0 Fix background issue for Gnome desktop
- Revert de437ab
2013-01-24 20:25:23 -07:00
Larry Shaffer
fbe6c6abb6 Add Qt styles flags to QgsAppStyleSheet and update styled group boxes 2013-01-24 20:25:12 -07:00
Radim Blazek
3e33cf8d86 more robust raster color map conversion from 1.8 project and style file, fixes #7023 2013-01-25 01:22:18 +01:00
Victor Olaya
d818561dc1 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-24 20:13:08 +01:00
Victor Olaya
4f3e89a8b4 added extra import parameters for vector layers in GRASS/SEXTANTE interface
minor fix to create a new instance when a model is edited
2013-01-24 20:12:17 +01:00