Sandro Santilli
da372c8d40
Ensure "dbname" is always set in the uri
...
Fixes #10600
2016-01-19 10:58:14 +01:00
Hugo Mercier
26ae323431
Virtual layer: add support for expression filter
2016-01-19 09:52:05 +01:00
volaya
a549ded47b
[processing] prevent circular dependencies in models
...
fixes #99090
2016-01-19 09:39:57 +01:00
volaya
b2a12735c5
[processing] fixed update of console call in GdalAlgorithmDialog
...
fixes #14129
2016-01-19 09:03:23 +01:00
Jürgen Fischer
d91f0cd1ef
Merge pull request #2694 from nirvn/kml_improve_default
...
[vector export] better default for kml altitudemode
2016-01-19 08:12:12 +01:00
nirvn
9159573f1a
[vector export] better default for kml altitudemode
2016-01-19 11:38:53 +07:00
Nyall Dawson
7e642df52b
Followup 8435fee, fix filtering of NULL values
2016-01-19 15:06:44 +11:00
Nyall Dawson
d902c56f4d
Revert "[travis] Use newer clang 3.7 for linux builds"
...
This reverts commit 54cf64bcdc6dc362fe8ca75c019ec82c7c240af9.
Seems like the recent clang 3.7.1 release is causing build
issues with the sip bindings. Revisit at some later stage, but
for now just get Travis building correctly again.
2016-01-19 13:16:37 +11:00
Nyall Dawson
8435fee4a4
Correctly quote field name in categorized filters ( fix #14118 )
2016-01-19 11:38:52 +11:00
Nyall Dawson
17528d6fe4
Merge pull request #2693 from SebDieBln/FixAllLayersFilterConstant
...
[Bugfix] Make the flag 'All' actually contain all types of layers
2016-01-19 11:16:26 +11:00
Nyall Dawson
e2e3604784
Fix crash using expression for heatmap renderer ( fix #14127 )
2016-01-19 11:09:54 +11:00
Nyall Dawson
23fc3cf9cc
Fix invalid rubber band when digitising polygon and layer CRS
...
is not the same as map CRS (fix #14117 )
2016-01-19 10:50:17 +11:00
Sebastian Dietrich
9d5617deea
make the flag 'All' actually contain all types of layers
2016-01-18 23:36:24 +01:00
Nyall Dawson
7e90d5773f
Whitespace fix
2016-01-19 08:42:02 +11:00
Nyall Dawson
1e3172e1b4
Also fix quotedValue in OGR, Oracle, Spatialite compilers
2016-01-19 08:22:37 +11:00
Hugo Mercier
ed54e3cc0b
Fix quotedValue in postgres sql expression compiler
2016-01-19 08:22:30 +11:00
Nyall Dawson
b60d7683f8
Merge pull request #2687 from whatnick/master
...
Added contributions to the early life of QGIS
2016-01-19 07:53:05 +11:00
Martin Dobias
1474c0783f
Fix crash when toggling vector layer editing on
2016-01-18 18:03:29 +01:00
Sandro Santilli
a0e6d49acd
Remove left-over debug comment
2016-01-18 17:20:22 +01:00
Alexander Bruy
b2ca6d0288
[fTools] correctly handle real fields in Random Points algorithm ( fix #10140 )
2016-01-18 17:01:35 +02:00
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
Tisham Dhar
57ee08e023
Added contributions to the early life of QGIS
...
Just claiming my contributions from early days of QGIS.
2016-01-18 15:33:09 +10:30
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