Alexander Bruy
c63d16a3b2
[gdaltools] allow multiple nodata valued in Build VRT tool ( fix #11063 )
2016-01-18 17:01:35 +02:00
Alexander Bruy
20bf738f1c
correctly save and restore last used dir when saving/loagin color map for singleband images ( fix #12390 )
2016-01-18 17:01:35 +02:00
Alexander Bruy
aa417a10cb
add extension when saving customization file ( fix #12887 )
2016-01-18 17:01:35 +02:00
Alexander Bruy
62a571d6dd
[processing] skip invalid geometries when dissolving ( fix #13752 )
2016-01-18 17:01:35 +02:00
Juergen E. Fischer
d2c1668a66
verify-indentation.sh: fix tip
2016-01-18 15:58:09 +01:00
volaya
2b3cf83991
[processing] correctly handle default params in modeler
2016-01-18 15:02:11 +01:00
volaya
4c34871f0a
[processing] fixed problems when opening/removing layers while alg dialog is open
2016-01-18 15:02:10 +01:00
Hugo Mercier
e0f1137059
Fix virtual layer url escaping in main app
2016-01-18 14:31:38 +01:00
Sandro Santilli
4ccb08dbad
Use the QgsPostgresConnPool interface from column type thread
...
Avoids using shared connections from multiple threads,
fixing #13141
2016-01-18 13:47:54 +01:00
Matthias Kuhn
433e3b8a37
Fix layer saving in transaction groups
2016-01-18 13:11:43 +01:00
Alexander Bruy
75926f52aa
[processing] include GRASS path in the error message to make it more informative ( fix #13188 )
2016-01-18 12:17:55 +02:00
Matthias Kuhn
c288311553
Fix repeated editing of transactiongroups
2016-01-18 10:43:41 +01:00
Matthias Kuhn
b66e50bf7b
Fix build warnings
2016-01-18 10:40:06 +01:00
Matthias Kuhn
9a2f46eb1a
Fix some 2.5D renderer issues
...
* Fixed height now works
* Add some GUI elements to access the configuration options
2016-01-18 10:00:46 +01:00
Juergen E. Fischer
911caaa46d
add new header to install
2016-01-18 08:36:37 +01:00
Juergen E. Fischer
00d60dbca3
fix warnings
2016-01-18 00:26:59 +01:00
Jürgen Fischer
6435a20b33
Merge pull request #2686 from SebDieBln/FixPostgresWarnings
...
[Postgres] Remove the temporary SSL files only when they were created
2016-01-17 21:05:52 +01:00
Sebastian Dietrich
ed80951db2
remove temporary SSL files only when they were created
...
This avoids warnings from QFile::remove(). Also deduplicated the code to remove the temporary files.
2016-01-17 20:16:49 +01:00
Jürgen Fischer
f966c422c5
Merge pull request #2684 from SebDieBln/AstyleOptionsFile
...
Move the options for the QGISSTYLE tool to a separate file
2016-01-17 10:43:50 +01:00
Sebastian Dietrich
dc2282091b
Moved the options for the QGISSTYLE tool to a separate file.
2016-01-17 00:20:43 +01:00
Nyall Dawson
ed5284f1df
Update test mask
2016-01-17 08:52:50 +11:00
Jürgen Fischer
9dd6c0a465
Merge pull request #2683 from SebDieBln/FixNonVectorQLR
...
[Regression] make QLR files containing non-vector layers work again (fixes #14091 )
2016-01-16 19:31:56 +01:00
Nyall Dawson
1cd4570136
Fix crash when opening properties for geometryless layers ( fix #14116 )
2016-01-16 13:58:33 +11:00
Sebastian Dietrich
52442f5ed9
added a test for loading QLR files
2016-01-16 02:01:10 +01:00
Sebastian Dietrich
6971bd855f
bugfix: replace all childNodes, not just the first half
...
followup to 1a1af3788ce889ddb78f4b7e2cbca6a5bfb61143
2016-01-16 01:10:47 +01:00
Nyall Dawson
11081f8ffe
Fix doxygen warning
2016-01-16 08:37:15 +11:00
Sebastian Dietrich
0ca359e4e5
make QLR files containing non-vector layers work again
...
This was a regression introduced in ff3200fd6c507429b50c56b8307869d62cce6dcf.
(fixes #14091 )
2016-01-15 22:35:32 +01:00
Alexander Bruy
4451f29846
[processing] add layer and field names to the statistics output ( fix #10089 )
2016-01-15 19:29:39 +02:00
rldhont
322e511797
[Processing] Fix default value support in script
...
For some parameters like Number if no default is set script is invalid.
2016-01-15 17:25:48 +01:00
Alexander Bruy
e20cfc043c
[DBmanager] add extension to file when exporting ( fix #13733 )
2016-01-15 17:41:48 +02:00
Juergen E. Fischer
62d079c6dc
add some doxymentation
2016-01-15 16:40:00 +01:00
Matthias Kuhn
a2030d53fe
Fix 2.5D renderer problem when order of walls matters
...
E.g. when the walls have different styles
2016-01-15 16:23:13 +01:00
Matthias Kuhn
ffc80b1074
Fix warning
2016-01-15 16:23:13 +01:00
Matthias Kuhn
de25449c23
Move QgsExpressionSorter out of QgsFeatureIterator for reusability
2016-01-15 16:23:13 +01:00
Juergen E. Fischer
2da75da8cb
fix ad1fd2a
2016-01-15 15:51:38 +01:00
Denis Rouzaud
a1705ad652
order include in sip files
2016-01-15 15:28:03 +01:00
Alexander Bruy
3bc3f52f0c
[processing] skip invalid geometries when buffering ( fix #13763 )
2016-01-15 14:34:03 +02:00
Matthias Kuhn
0c02f1812e
[FEATURE] Add 2.5D Renderer
...
This adds a configuration interface and renderer that makes it easy to
put all the pieces together which are required to get a 2.5D effect.
It allow for configuring some of the styling and is meant to create an
easy-to-use setup.
Since every part of the system is built around QGIS' internal rendering
and symbology engine, there is much to fine tune. To get all the
possibilities, just change the renderer to a graduated, categorized or
single symbol renderer upon creation and you will find full access to
improve the style to your needs.
Funded by
* Regional Council of Picardy
* ADUGA
* Ville de Nyon
* Wetu GIT cc
2016-01-15 12:37:50 +01:00
Matthias Kuhn
532259f84a
QgsDataDefined: be less restrictive in constructor
...
If one has a method
setValue( QgsDataDefined dd );
One can now do
setValue( 40 )
While before it had to be
setValue( QString( "40" ) )
2016-01-15 12:30:39 +01:00
Matthias Kuhn
e1adc6379f
Merge pull request #2678 from m-kuhn/transaction-group
...
[FEATURE] Autotransaction mode and transaction groups
2016-01-15 12:25:11 +01:00
Matthias Kuhn
8ee25b7e17
Use transaction groups
2016-01-15 12:18:45 +01:00
Matthias Kuhn
9b51007071
Add transaction groups
2016-01-15 12:18:44 +01:00
Matthias Kuhn
53527ca479
Transactions: Assume edited state
2016-01-15 12:18:44 +01:00
Matthias Kuhn
82071612db
Remove layer edit state restrictions from transactions
2016-01-15 12:18:44 +01:00
volaya
01434e8754
[processing] fixed otb version detection when no otb path is defined or found
2016-01-15 11:27:41 +01:00
volaya
a63cab77ba
[processing] improvements to log
2016-01-15 11:27:40 +01:00
volaya
71b7ea9f93
[processing] allow saving and loading batch processing configurations
2016-01-15 11:27:39 +01:00
Juergen E. Fischer
ad1fd2a922
[API] Introduce optional QgsVectorDataProvider::ChangeFeatures
...
capability and changeFeaturss method to allows joint geometry and
attribute updates.
Currently only implemented in the postgres provider
2016-01-15 10:12:07 +01:00
Denis Rouzaud
c063838f52
rename QgsFilePickerWidget to QgsFileWidget
2016-01-15 10:08:34 +01:00
Denis Rouzaud
36157d43ac
Add filters to file picker and external widget
2016-01-15 10:08:33 +01:00