29904 Commits

Author SHA1 Message Date
Juergen E. Fischer
97e5d31706 add oracle connection pooling 2015-12-03 21:18:23 +01:00
Juergen E. Fischer
cd830c460a Catch when GEOSCoordSeq_create_r returns 0 (should fix crash in #13934) 2015-12-03 21:18:19 +01:00
Matthias Kuhn
3755c3b1d5 Force usage of GCE on travis
And hope for less timeouts
2015-12-03 15:04:54 +01:00
Nathan Woodrow
d792f2cd8a Merge pull request #2502 from SebDieBln/RuleBasedRendererWidgetDisableButtons
enable/disable buttons in the rule based style dialog (fixes #6708)
2015-12-03 22:47:05 +10:00
Tom Vijlbrief
e9eb233e0a warn for WFS feature count limit 2015-12-03 13:42:29 +01:00
Matthias Kuhn
320c696774 Add nullptr support 2015-12-03 13:15:59 +01:00
Matthias Kuhn
229d7ec14f Add code style template for QtCreator 2015-12-03 13:13:27 +01:00
Matthias Kuhn
eeeacfeb6b Add QGIS3 todo 2015-12-03 11:29:06 +01:00
volaya
6f26d9aeb0 Merge pull request #2514 from spono/patch-14
[Processing] Update CanopyModel.py
2015-12-03 09:54:00 +01:00
volaya
85cc1807df Merge pull request #2468 from spono/patch-12
[processing] Update ClipData.py
2015-12-03 09:53:09 +01:00
volaya
bbde581457 Merge pull request #2466 from spono/patch-10
[processing] Update GroundFilter.py
2015-12-03 09:52:03 +01:00
Matthias Kuhn
3d5f33abfa Merge pull request #2410 from mdouchin/postgis_2_2_server_simplification
Postgresql provider - Use ST_RemoveRepeatedPoints instead of ST_SnapToGrid
2015-12-03 09:30:36 +01:00
Nathan Woodrow
4dafbc0f08 More better default paths 2015-12-03 16:33:54 +10:00
Nathan Woodrow
0766e5b766 Same order for new layer actions as menu 2015-12-03 16:27:57 +10:00
Nyall Dawson
c66e4ff625 Always use 'temporary scratch layer' instead of 'memory layer' in UI 2015-12-03 17:25:41 +11:00
Nathan Woodrow
aeafe3c884 Fix lots of bad default base folders. Now point to user home 2015-12-03 16:11:57 +10:00
Nathan Woodrow
06108780bd Consistent widget order new layer dialogs. Type first then rest
These dialogs are not ideal and need to be reduced to a single one in
  the future.
2015-12-03 15:56:15 +10:00
Nyall Dawson
1d1546ffb8 Show a preview string for intervals in expression builder 2015-12-03 13:45:12 +11:00
Nyall Dawson
b31d9bebb4 Initially set all symbol layer nodes to expanded
(it's a pain to have to always expand these out to edit sub symbols
and there's never going to be so many layers in a symbol to make
space a big issue)
2015-12-03 13:09:10 +11:00
Matthias Kuhn
25aa60e338 Fix crash on add feature 2015-12-02 20:13:38 +01:00
Juergen E. Fischer
02f8988837 indentation update 2015-12-02 18:36:59 +01:00
Jürgen Fischer
2dfa10f966 Merge pull request #2511 from tomtor/master
Fix non caching behaviour for WFS
2015-12-02 18:36:51 +01:00
Matthias Kuhn
9e5528b111 [qt5] Fix compiler errors 2015-12-02 17:04:33 +01:00
Matthias Kuhn
bd231c675c More output to debug flaky CSV test 2015-12-02 15:02:29 +01:00
Matthias Kuhn
e9f4bb52d7 Add license header template for QtCreator
Can be set in Tools -> Options -> C++ -> File Naming
2015-12-02 14:08:02 +01:00
Denis Rouzaud
8996be9ad1 new text/numeric field icons 2015-12-02 09:30:27 +01:00
Juergen E. Fischer
c09af58244 oracle provider: fix geometry type/srid detection for queries 2015-12-02 09:24:25 +01:00
Juergen E. Fischer
7bab2e5036 pyuic: fix QPyNullVariant exception 2015-12-02 09:24:25 +01:00
Juergen E. Fischer
c2fb11c8d5 db manager: only alias subqueries on postgres (fixes #13731) 2015-12-02 09:24:25 +01:00
Juergen E. Fischer
f92efbc032 db manager oracle plugin: avoid tablespace index parameter 2015-12-02 09:22:46 +01:00
Nathan Woodrow
62a4301865 Default to users home for project folder 2015-12-02 16:00:02 +10:00
Nathan Woodrow
71baa456f7 Reduce padding around recent project widget 2015-12-02 12:17:36 +10:00
Tom Vijlbrief
2305b90ab1 remove unneeded code 2015-12-01 20:17:39 +01:00
Matthias Kuhn
1d55e9dc16 Make strings translatable 2015-12-01 17:22:22 +01:00
Matthias Kuhn
ef68ae2137 Make strings translatable 2015-12-01 17:18:40 +01:00
Matthias Kuhn
436119be98 Fix failing test 2015-12-01 15:09:39 +01:00
Michael Douchin
706e651484 Postgresql provider - Use postgis 2.2 ST_RemoveRepeatedPoints for simplification 2015-12-01 14:31:53 +01:00
Matthias Kuhn
71fc4576c9 Doxymentation fix 2015-12-01 12:51:57 +01:00
Matthias Kuhn
e76949b2a0 More sip bindings 2015-12-01 11:45:44 +01:00
Matthias Kuhn
4d679511fb Add API to QgsMapLayerRegistry to rely less on ids 2015-12-01 11:45:44 +01:00
Alexander Bruy
17bd46e5be Merge pull request #2516 from radosuav/zonal_stats
[processing] use raster band scailing factor and offset in Zonal Statistics algorithm
2015-12-01 11:40:00 +02:00
Matthias Kuhn
bb9eb79021 More missing sip bindings
Ouch
2015-12-01 10:27:46 +01:00
Nyall Dawson
48e4d1c977 Add a method for getting a quoted string value for use as a literal
in expressions
2015-12-01 19:33:27 +11:00
Matthias Kuhn
95d227176b Add missing sip bindings 2015-12-01 09:20:00 +01:00
Tom Vijlbrief
ae4a15db2b Improve zoom in behaviour when WFS fetch limit was reached 2015-12-01 09:10:14 +01:00
Tom Vijlbrief
e60c9deb86 reduce race condition 2015-12-01 08:55:41 +01:00
Matthias Kuhn
2a5d09f395 Add safety check in attribute table model 2015-12-01 08:32:25 +01:00
Matthias Kuhn
ca4d12aba2 Signal transaction rollback and some refactoring of transactions 2015-12-01 08:32:25 +01:00
Nyall Dawson
d388a4f1a4 [geometry] Add method to drop z/m values from a geometry 2015-12-01 16:33:44 +11:00
Nyall Dawson
a3d780cb4e [geometry] Add method to drop z/m from wkb types 2015-12-01 16:33:13 +11:00