23149 Commits

Author SHA1 Message Date
Hugo Mercier
084fa8992b [FEATURE][composer] Add a 'predefined scales' mode to atlas maps, which sets an atlas maps' extent to the largest predefined scale which fits the atlas feature. Scales are taken from the project's predefined scales, or the global predefined scales. 2014-05-23 11:17:05 +10:00
Juergen E. Fischer
2476a52024 german translation update and a translation string fix 2014-05-23 02:03:13 +02:00
Nathan Woodrow
d8f6fd0ff7 Fix combo name in fielc calc bar 2014-05-23 09:18:47 +10:00
Juergen E. Fischer
c234a09586 fix windows build 2014-05-23 00:10:01 +02:00
Nathan Woodrow
ee9e17ca52 [FEATURE] Quick field field calc bar (like Excel) in attribute table 2014-05-23 07:31:36 +10:00
Matthias Kuhn
9873782e65 Add GUI_EXPORT and warning fix 2014-05-22 23:03:01 +02:00
Denis Rouzaud
431b065909 [FEATURE] new edit type: date/time edit 2014-05-22 22:51:42 +02:00
Matthias Kuhn
ea91b6fe4a [FEATURE] Port editor widgets to new API
Create a new widget for for attribute form

fix #10281
fix #7319
fix #7013
fix #9335
fix #4417
2014-05-22 22:50:36 +02:00
Daniel Vaz
373ec56922 Add new custom widgets (QgsSlider and QgsDial)
Modified versions of QSlider and QDial which show the current value

Fix #4417
2014-05-22 22:42:33 +02:00
Werner Macho
2e4275d1cd Merge pull request #1381 from Cracert/i18n
[TRANSUP] pl: wcs
2014-05-22 22:26:08 +02:00
Robert Szczepanek
40f6d6f0a6 [TRANSUP] pl: wcs 2014-05-22 16:07:28 -04:00
Martin Dobias
fab44c70bd [layertree] Do not show check box for nonspatial tables 2014-05-23 00:25:19 +07:00
Martin Dobias
6f5c775f98 [layertree] Implement more flags for LayerTreeModel (reorder nodes, rename nodes) 2014-05-23 00:25:19 +07:00
Martin Dobias
35f55e8bbb Merge pull request #1215 from etiennesky/mtr_maxcpus
[FEATURE] add option to set max thread count
2014-05-22 23:28:16 +07:00
Martin Dobias
dac4cfc2f4 Fix #10217 (misaligned markers in composer) 2014-05-22 22:22:31 +07:00
Radim Blazek
bf6effdd67 GRASS 7 raster provider 2014-05-22 15:16:15 +02:00
Juergen E. Fischer
1c52f09d00 remove duplicate translation strings 2014-05-22 15:05:52 +02:00
Juergen E. Fischer
59a8cb4d28 add library dependencies to python bindings 2014-05-22 15:05:51 +02:00
Martin Dobias
6b1c7c7930 [layertree] fix crash with symbology 2014-05-22 19:52:30 +07:00
Martin Dobias
9cfaaf17a3 [layertree] Fix crash on zoom to layer 2014-05-22 19:33:49 +07:00
Martin Dobias
2837778905 [layertree] Underline current layer 2014-05-22 19:33:49 +07:00
Nathan Woodrow
af5f1aa9f8 Save geometry for data defined dialog 2014-05-22 21:22:56 +10:00
Nathan Woodrow
83a9c65ae0 Keep state for expression widget splitter 2014-05-22 21:22:54 +10:00
Martin Dobias
46086b258f [layertree] Show public source tooltip for layers 2014-05-22 18:20:47 +07:00
Martin Dobias
3c0042115b Indicate whether a layer is in editing mode and/or modified 2014-05-22 17:56:46 +07:00
Victor Olaya
afc65f22fe [processing] added missing import 2014-05-22 12:42:28 +02:00
Victor Olaya
caaabb4f28 [processing] changed name of output in concave hull 2014-05-22 12:42:27 +02:00
Victor Olaya
486fb13774 [processing] updated compiled version of widgets 2014-05-22 12:42:25 +02:00
Victor Olaya
24e98e0e58 removed import of local httplib2 2014-05-22 12:42:24 +02:00
Nyall Dawson
2f1e32fbc7 Don't allow MoveAction when dragging colors from color buttons, allows dragging colors from QGIS and dropping them into GIMP/Inkscape 2014-05-22 19:54:36 +10:00
Juergen E. Fischer
581e67ebda support custom widgets in PYQT4_WRAP_UI 2014-05-22 10:17:51 +02:00
Nathan Woodrow
442a3c1a71 Save geometry of some dialogs 2014-05-22 15:28:47 +10:00
Juergen E. Fischer
7494003dde fix windows build 2014-05-22 01:18:22 +02:00
Werner Macho
bbca1d066b Merge pull request #1378 from Cracert/i18n
[TRANSUP] pl: WMS
2014-05-21 23:50:25 +02:00
Juergen E. Fischer
d4b3993120 german translation update and fix uppercase otherwise duplicate translation strings 2014-05-21 22:18:59 +02:00
Juergen E. Fischer
91f371bb15 fix warnings 2014-05-21 22:18:59 +02:00
Juergen E. Fischer
c169842130 hungarian translation: remove duplicate translation string 2014-05-21 22:18:59 +02:00
Juergen E. Fischer
5b2824f788 indentation update 2014-05-21 22:18:59 +02:00
Salvatore Larosa
470431d6b4 [processing] fixes cmake for lastools, removes the interface module and adds import iface module where lacking 2014-05-21 22:05:07 +02:00
Robert Szczepanek
7c0a484719 [TRANSUP] pl: WMS 2014-05-21 16:01:04 -04:00
Martin Dobias
4988bc503a Add the missing SIP stub file 2014-05-22 01:09:14 +07:00
Martin Dobias
b2a4c765b4 [FEATURE] Merge of legend refactoring work
This replaces the existing tree widget implementation with more modular approach. In summary:
- tree hierarchy in CORE library: QgsLayerTreeNode, QgsLayerTreeLayer, QgsLayerTreeGroup
- model/view based tree view: QgsLayerTreeModel, QgsLayerTreeView
- tree synchronization with map layer registry: QgsLayerTreeRegistryBridge
- controlling of map canvas: QgsLayerTreeCanvasBridge

Conflicts:
	src/ui/qgisapp.ui
2014-05-21 23:37:58 +07:00
Martin Dobias
0b072e6e83 Added some doxygen documentation and minor code cleanups 2014-05-21 23:27:37 +07:00
Victor Olaya
7f218c7295 [processing] fixes in modeler to make multiple inputs work correctly 2014-05-21 17:36:22 +02:00
Victor Olaya
1e4d6a9a73 [processing] fixed issue in modeler with hidden params 2014-05-21 17:36:14 +02:00
Victor Olaya
28659b6164 [processing] fixed OutputFile constructor 2014-05-21 17:36:06 +02:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Victor Olaya
fcc24e9be2 [processing] added checkboxes to multiple input selector 2014-05-21 17:35:40 +02:00
Victor Olaya
fad280edd0 [processing] rewrote saga raster calculator as individual algorithm 2014-05-21 17:35:30 +02:00
Victor Olaya
b1103c0081 [processing] major overhaul of lastools algorithms
Code contributed by Martin Isenburg
2014-05-21 17:35:21 +02:00