4253 Commits

Author SHA1 Message Date
volaya
05f6e9973c [processing] fixed make file 2015-01-15 10:27:18 +01:00
volaya
aa60bfecb2 [processing] New system for handling SAGA versions
This commit sets a different way of handling SAGA versions and a new way of checking saga installations

This is done to fix the messy situation that SAGA causes due to its API changing in each release.
2015-01-15 10:27:18 +01:00
Nathan Woodrow
81470513ef Fix plugin installer crash with invalid versions 2015-01-15 10:56:37 +10:00
Juergen E. Fischer
0ba232d1e8 dxf export: improve marker symbol export 2015-01-14 23:55:35 +01:00
Juergen E. Fischer
b49da36c7f * Save and restore visiblity state of embedded group layers (fixes #4097)
* Adds support for lists in custom properties
2015-01-13 14:55:03 +01:00
Martin Dobias
3711fd5899 WMS server: support multiple styles in GetStyles request
This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) and commissioned to Gis3W s.a.s.
2015-01-13 15:33:10 +07:00
Markus Neteler
b7dcd67f3e Updates for current GRASS GIS 7 release branch [merged PRs]:
* Delete r.bitpattern.txt: r.bitpattern is now only an Addon since r.mapcalc and i.modis.qc provide the functionality
* r.describe.txt: flag description cosmetics
* r.random.raster.txt: fix typo
* Update and rename r.shaded.relief.txt to r.relief.txt (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules)
* Update r.sunmask.txt: -s added but "Outputraster" needs to be optional for that [TODO]
* Update r.surf.area.txt: "units" added
* Delete r.surf.idw2.txt: r.surf.idw2 is now a GRASS GIS Addon (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules)
* Delete v.transform.pointsfile.txt: The pointsfile parameter no longer exists. Use v.transform.txt instead
* Update TODO
2015-01-12 07:41:50 +01:00
alexbruy
5f3debdcc7 Merge pull request #1760 from gioman/fix_scripts
fix a few qgis processing scripts
2015-01-10 09:40:14 +02:00
Nathan Woodrow
d9042f590f Follow up 6a17a60ae2 - Fix error when passing usesgeometry to qgsfunction 2015-01-10 10:43:12 +10:00
Giovanni Manghi
29f8b2399a fix a few qgis processing scripts 2015-01-09 19:02:50 +00:00
Martin Dobias
4dead724f5 Allow multiple styles of layers in composer maps
When layer set is locked in composer map, also the styles associated with layers are kept.
As a result, a composition can contain maps of the same layer just with different styles.

Map settings and map renderer jobs have been improved to support temporary override of layer's style.
It is possible to pass to map settings which layers should have overridden style and map jobs
will temporarily replace the style (just for the rendering).
2015-01-09 21:48:15 +07:00
Martin Dobias
50e77a9d41 Added support for renaming of map layer styles 2015-01-09 21:48:15 +07:00
Sandro Santilli
e2e47d71c6 Add rotate and transform(QTransform) methods to QgsGeometry
Reimplement translate in terms of transform(QTransform).
Includes new unit test for rotate() and translate() methods.
Includes sip bindings update.
2015-01-09 12:37:00 +01:00
Martin Dobias
8b5587fe13 Improve the internals of map layer style manager
- style manager is always enabled (client code does not need to distinguish between enabled/disabled state)
- layers currently active style is stored only in QgsMapLayer - in style manager it has entry with no data (avoids duplication of data)

This also solves issues with visibility presets and styles when some presets do not have stored style
2015-01-09 17:04:26 +07:00
Denis Rouzaud
7c4f3f9640 remove lineEdit method from projection selection widget
this will allow to change the widget design without breaking the API
2015-01-09 11:01:39 +01:00
Juergen E. Fischer
73a2858147 indentation update 2015-01-09 10:23:39 +01:00
Denis Rouzaud
127c882e98 create scale widget (scale combo box + button to set scale from map canvas) 2015-01-09 07:40:44 +01:00
Nyall Dawson
c11319b859 Fix button box in options dialog not working (fix #11960)
QgsOptionsDialogBase was incorrectly finding the projection
selector's buttonBox widget and attaching the connections
to that widget, rather than the dialog's widget.

Rename projection selector's button box to avoid this conflict.
2015-01-08 06:48:55 +11:00
Martin Dobias
3ce9c70cc4 Merge pull request #1755 from wonder-sk/multiple-styles
[FEATURE] Support for multiple styles per map layer

Available in legend context menu in Styles sub-menu where it is possible to add/remove styles
and quickly switch between them.
2015-01-07 21:50:25 +07:00
Martin Dobias
2144be0ac1 Add Python bindings for map layer style manager 2015-01-07 20:15:11 +07:00
Nyall Dawson
1a46c40a74 Port a bunch of CRS selectors across to QgsProjectionSelectionWidget 2015-01-06 13:46:16 +11:00
Nyall Dawson
79338473d7 Small fixes to QgsProjectionSelectionWidget
Add API docs, const correctness, method for getting CRS, tab order
fixes.
2015-01-06 10:26:45 +11:00
Denis Rouzaud
07c41fd282 add SIP for QgsProjectionSelectionWidget 2015-01-05 11:41:50 +01:00
Juergen E. Fischer
841af773e3 remove (outdated) internal spatialite 2015-01-04 16:18:01 +01:00
Sandro Santilli
888a9f0bfc Consider rotation in pre-rendering display of map items
See http://hub.qgis.org/issues/11909
2015-01-03 09:46:58 +01:00
Sandro Santilli
4d449f17cb Update sip bindings for QgsMapCanvasItem (after const-correctness) 2015-01-03 09:23:34 +01:00
Juergen E. Fischer
bff64fdef9 indentation update 2014-12-30 22:47:09 +01:00
Nathan Woodrow
9d76247ac3 Fix #11928 - import os for las tools 2014-12-30 13:08:53 +10:00
Giuseppe Sucameli
46da379c48 Merge pull request #1705 from marcel-dancak/db_manager-spatialite-index-tables
db_manager: do not display index tables when browsing SpatiaLite databases
2014-12-29 22:53:45 +01:00
Nathan Woodrow
1e7cc2ccbd Merge pull request #1634 from slarosa/usermap_about
Adds Developers Map in About dialog
2014-12-27 07:00:23 +10:00
Sandro Mani
2efda5def5 Add python bindings for added methods 2014-12-23 10:34:51 +01:00
Larry Shaffer
a4aaff5d53 Fix CMake policy warnings/changes introduced in 3.0.0 and higher 2014-12-22 17:06:13 -07:00
volaya
247c3dd0e7 [processing] fixed split vector layer algorithm 2014-12-22 12:53:30 +01:00
volaya
6c7d61f3be [processing] update of lidar algorithms
Provided by Martin Isenburg
2014-12-22 12:53:29 +01:00
volaya
9e879ed9ee [processing] fixed handling of file parameters in modeler 2014-12-22 12:53:28 +01:00
Salvatore Larosa
9952fc8aa6 Add Developers Map in About dialog 2014-12-21 21:56:41 +01:00
Nathan Woodrow
07182b6c01 Merge pull request #1738 from mbernasocchi/emit-saved-as
added layerSavedAs signal
2014-12-21 21:43:36 +10:00
Nathan Woodrow
df06057282 Merge pull request #1741 from Gustry/master
[DB Manager] Allow execution of the selected text in the SQL window
2014-12-21 21:42:12 +10:00
Anita Graser
09400d15d8 small grammar fix 2014-12-21 10:52:46 +01:00
Etienne Trimaille
06c6ca0044 allow execution of the selected text in the SQL window 2014-12-19 16:55:35 +01:00
Tom Kralidis
4b4726c8f0 Merge pull request #1740 from geopython/MetaSearch-core-merge-no-tests
merge MetaSearch into QGIS core
2014-12-19 08:04:33 -05:00
Tom Kralidis
e4a8fd8c78 remove 18n not required for core plugins 2014-12-19 07:57:22 -05:00
Alexander Bruy
c800a8cd74 [processing] fix extent selection in batch mode (fix #11878) 2014-12-18 09:47:24 +02:00
Alexander Bruy
69fe922a54 [processing] fix VectorWriter class (fix #11875) 2014-12-18 09:18:41 +02:00
Alexander Bruy
e31027c840 [processing] fix column autofill in batch mode (fix #11876) 2014-12-18 09:18:40 +02:00
Alexander Bruy
e42e1053e8 [processing] enlarge column width in batch processing GUI (fix #11879) 2014-12-18 09:18:40 +02:00
Tom Kralidis
78ff27f92e merge MetaSearch into QGIS core 2014-12-17 17:45:22 -05:00
Marco Bernasocchi
06708186c0 added layerSavedAs signal 2014-12-16 23:28:31 +01:00
volaya
2363ae56ab [processing] indentation fix 2014-12-16 15:24:15 +01:00
volaya
901c7642d1 [processing] fixed handling of source strings in ogr algorithms 2014-12-16 14:04:45 +01:00