3349 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
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
Juergen E. Fischer
59a8cb4d28 add library dependencies to python bindings 2014-05-22 15:05:51 +02: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
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
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
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
Victor Olaya
dd47b61bef [processing] minor change in ParameterFile to handle None values 2014-05-21 17:35:12 +02:00
Victor Olaya
6ea91c4bec [processing] removed debug line 2014-05-21 17:35:05 +02:00
Victor Olaya
9733ae8e50 [processing] fixed issue when opening loaded layers in batch interface (#10277) 2014-05-21 17:34:57 +02:00
Victor Olaya
ef8383a752 [processing] remove unnecessary print sentences 2014-05-21 17:34:49 +02:00
Victor Olaya
889d2a1b45 [processing] code cleaning. Removed debug sentences 2014-05-21 17:34:40 +02:00
Victor Olaya
202d331abb [processing] simplified saga algorithms
Now it assumes matching grid extents and does not perform resampling
2014-05-21 17:34:32 +02:00
Victor Olaya
c1a2ac8678 [processing] changed dialog from critical to warning 2014-05-21 17:34:24 +02:00
Nyall Dawson
d83ef3fe3a [FEATURE] Allow dragging and dropping colors from color buttons (also works with some other applications, eg dropping colors from GIMP or Gpick). Tweak color button context menu to remove extra options. 2014-05-22 00:48:35 +10:00
Nyall Dawson
af7af6c26a [FEATURE] Add option to use colour preview modes (grayscale, colour blindess) in map canvas (fix #9886) 2014-05-21 23:30:21 +10:00
Denis Rouzaud
8485b9ce6f set layer scale visibility for several layers 2014-05-21 14:49:08 +02:00
Alexander Bruy
21da03e904 [processing] fix out of bounds error in extract values scripts 2014-05-21 12:00:23 +03:00
Alexander Bruy
0e48b3a720 [processing] fix number input panel 2014-05-21 11:54:31 +03:00
Martin Dobias
c9f9ea8985 Added layerTreeView() to QgisInterface, moved context menu provider to new file 2014-05-21 14:49:32 +07:00
Jürgen Fischer
e2c2575485 Merge pull request #1375 from nyalldawson/processing_postgis2
Some postgresql provider and PostGIS-related processing improvements and fixes (v2)
2014-05-21 09:02:56 +02:00
Larry Shaffer
3213d014f3 Refactor plugin staging to build dir and python script compiling 2014-05-20 21:28:42 -06:00
Nyall Dawson
ec3da40d26 [processing] Some fixes to handling of uppercase/lowercase geometry column names 2014-05-21 08:45:17 +10:00
Nyall Dawson
ed076d03b0 [processing] Add optional parameter for specifying the primary key field in Import to PostGIS algorithm 2014-05-21 08:35:21 +10:00
Nyall Dawson
2eda53390b [processing] Add option to Import into PostGIS algorithm to drop length constraints on character fields 2014-05-21 08:15:12 +10:00
Nyall Dawson
f31e637ed1 [FEATURE] Add right click menu to color buttons, allowing copying and pasting colors. Pasting colors accepts clipboard text in a variety of common formats, including hex and css style rgb and rgba strings. 2014-05-20 21:35:21 +10:00
Denis Rouzaud
986ffd66f8 collapsible gpbox: scroll on expand property accessible 2014-05-20 10:13:48 +02:00
Nathan Woodrow
19e727e8bb Add new qgisapp Python context manager for creating QGIS apps 2014-05-20 17:02:35 +10:00
Nathan Woodrow
938f288b86 Fix copy of extra python files 2014-05-20 16:49:34 +10:00
Denis Rouzaud
acd574db2e uic widget-plugins: do not crash if QGIS not installed 2014-05-19 16:03:31 +02:00
Nathan Woodrow
0ff49856e6 Create Python package for core, gui, analysis, networkanalysis
Rename sip generated modules to _{name}
2014-05-19 22:26:02 +10:00
Giuseppe Sucameli
d522059524 Merge pull request #1348 from imincik/db_manager_connection_holding
db manager: fix connection holding - idle in transaction (QGIS bug #7162...
2014-05-19 12:31:58 +02:00
Denis Rouzaud
aa7085194d custom widgets: added color and data defined buttons, missing SIP for scale range and fix flags for field combo / expression widget 2014-05-19 11:50:28 +02:00
Denis Rouzaud
a5b77b9b0e Merge pull request #1325 from 3nids/qtdesignerplugin
QGIS custom widgets plugins for Qt Designer
2014-05-19 08:30:53 +02:00
volaya
eba6088786 Merge pull request #1365 from gioman/ogr2ogr
fixes ogr2ogr.py
2014-05-18 16:29:42 +02:00
Juergen E. Fischer
07919309c4 stage python extension only for staged plugins 2014-05-18 15:37:42 +02:00
Juergen E. Fischer
bbdf7cd220 sync some sip bindings 2014-05-18 15:22:32 +02:00
Nathan Woodrow
317a5094c4 Support multi layers in QLR files 2014-05-18 22:22:06 +10:00
Nyall Dawson
1b49a473a9 [FEATURE][composer] Add preview modes for composer, allows for previewing composition in grayscale, monochrome and color blindness simulation modes prior to printing (refs #9886) 2014-05-18 22:10:16 +10:00