Alexander Bruy
61a92e2fac
[processing] convert messages to unicode ( fix #14286 )
2016-02-18 14:09:34 +02:00
Hugo Mercier
bcded3c2d4
Keep Z/M information when digitizing from a snapped point ( fixes #14318 )
2016-02-18 08:59:35 +01:00
Nyall Dawson
22b27c5fdc
Merge pull request #2807 from SebDieBln/FixOrderByDialogParent
...
[Bugfix] construct the QgsOrderByDialog with the correct parent
2016-02-18 10:46:00 +11:00
Sebastian Dietrich
97ab3d957d
construct the QgsOrderByDialog with the correct parent
...
This is necessary to ensure proper modal behaviour.
2016-02-18 00:32:24 +01:00
Alexander Bruy
9bf3b2ef99
[processing] fix refreshing of the toolbox after downloading scripts/models
2016-02-17 21:13:20 +02:00
Sandro Santilli
bfcf92f728
Use pg initialization script from Travis
2016-02-17 18:14:58 +01:00
Sandro Santilli
034b5c0be5
Make PG initialization scripts work with PostgreSQL 9.1
...
- Remove lock_timeout setting
See https://travis-ci.org/qgis/QGIS/jobs/109844438#L942
- Remove CREATE SCHEMA IF NOT EXISTS
See https://travis-ci.org/qgis/QGIS/jobs/109891682#L1016
2016-02-17 18:13:45 +01:00
Matthias Kuhn
3e550e29a0
Fix warning when compiling for android
2016-02-17 15:45:57 +01:00
Nyall Dawson
800b521231
Restore default coordinate format to map units ( fix #14319 )
2016-02-18 00:46:12 +11:00
Alexander Bruy
08577ac15d
[processing] fixes for Create Grid algorithm ( fix #14303 )
2016-02-17 14:46:29 +02:00
Alexander Bruy
ead88a3ac2
[processing] correctly recognize grid type ( fix #14302 )
2016-02-17 14:46:29 +02:00
Alexander Bruy
e7fe61e6b9
[processing] load algorithms only when requred 3rd party modules are
...
available or compatible QGIS version is used
Some housekeeping in QGIS algorithms provider
2016-02-17 14:46:02 +02:00
Sandro Santilli
b4b382b93d
Disable reshape line tool when 'change geometry' capability missing
...
Matches behavior of reshape polygon tool
2016-02-17 12:27:13 +01:00
Sandro Santilli
b37732cc3e
Disable line simplify tool when 'change geometry' capability missing
2016-02-17 12:15:42 +01:00
Nyall Dawson
cbc830be38
Use QgsFieldCombo for map tip field combo boxes
2016-02-17 21:39:58 +11:00
Nyall Dawson
b6c2529375
Avoid error box when mouse coordinate transform fails
2016-02-17 21:39:58 +11:00
Nyall Dawson
87661a03cd
Move field icon calculation to QgsFields, show correct field type
...
icons in attribute table column filter menu (instead of new
attribute icon) and in field table in vector properties
2016-02-17 21:39:58 +11:00
Nyall Dawson
3c0cb2ebcc
Fix crash when right clicking on a feature in form view and no
...
layer actions are set
2016-02-17 21:39:58 +11:00
Sandro Santilli
cdf05acac8
Add script to create and initialize postgis test database
2016-02-17 11:08:18 +01:00
Hugo Mercier
bc7036fd55
Fix virtual layer creation UI
...
Expose embedded layers inclusion to the creation UI
2016-02-17 09:08:42 +01:00
Hugo Mercier
baaeedfe35
Fix crash when selecting a null layer
...
Happens for instance when a embedded layer is added but
dependent layers cannot be resolved
2016-02-17 09:08:35 +01:00
Matthias Kuhn
a44c89027f
Merge pull request #2798 from SebDieBln/Fix_cboRenderingOrder
...
[Bugfix] correctly check/uncheck 'Control feature rendering order' (fixes #14274 )
2016-02-17 08:56:19 +01:00
Radim Blazek
8353698633
[GRASS] disable new mapset action if init failed
2016-02-17 08:45:06 +01:00
Nyall Dawson
392a88ae1d
Merge pull request #2801 from nirvn/virtual_layer_icon
...
[ui] improve new memory layer icon
2016-02-17 15:50:49 +11:00
nirvn
24a07de336
[ui] improve new memory layer icon
2016-02-17 11:25:28 +07:00
Nyall Dawson
d40d8875e5
Merge pull request #2800 from nirvn/virtual_layer_icon
...
[ui] improve virtual layer icon
2016-02-17 15:03:16 +11:00
nirvn
dcc1511ecd
[ui] improve virtual layer icon
2016-02-17 10:46:00 +07:00
Nyall Dawson
91413609cb
Merge pull request #2799 from nirvn/additional_selection_icons
...
[ui] update a few more selection-related icons
2016-02-17 13:13:45 +11:00
nirvn
5ae21054d8
[ui] update a few more selection-related icons
2016-02-17 08:58:07 +07:00
Nyall Dawson
f468f65d47
Merge pull request #2791 from nirvn/labeling_icons_v2
...
[ui] add rule-based labeling and obstacle icons
2016-02-17 12:28:10 +11:00
Sebastian Dietrich
40c65059b4
correctly check/uncheck 'Control feature rendering order' ( fixes #14274 )
2016-02-16 23:06:47 +01:00
Juergen E. Fischer
d2679d6dbd
another fix for gml wkb assembly ( fixes #14315 )
2016-02-16 22:12:40 +01:00
Alexander Bruy
1ffccf05c9
[processing] fix Modeler Calculator (ref #14305 )
2016-02-16 20:59:50 +02:00
Sandro Santilli
2bd7f446b4
Fix signed 32bit integer overflow in PostgreSQL provider
...
Fixes #13958
Includes test for signed integer attributes
2016-02-16 17:40:34 +01:00
Alexander Bruy
a15f51e71b
Merge pull request #2788 from medspx/processing_fix_vdbselect
...
[processing] аix GRASS7 v.db.select (fix #11212 )
2016-02-16 18:26:23 +02:00
Hugo Mercier
103856c976
Add TODO QGIS 3 comments
2016-02-16 16:18:58 +01:00
Sandro Santilli
6365eb7ee6
Do not hard-code database connection parameters
...
Rely on libpq defaults instead (overridable via environment)
Fixes #14308
2016-02-16 15:28:19 +01:00
Matthias Kuhn
427e5e9ffd
Fix android build
2016-02-16 14:56:33 +01:00
Matthias Kuhn
4a27e3037e
Fix android build CMake 3.2 and don't force Python 3 with Qt5
2016-02-16 14:56:33 +01:00
Juergen E. Fischer
55727c3fcf
add sip bindings to QgsCredentialsNone (followup 42bc9387)
2016-02-16 13:29:36 +01:00
Matthias Kuhn
54fa23c453
Merge pull request #2783 from SebDieBln/FixVectorDialogTitle
...
[UI] Make title of QgsNewVectorLayerDialog consistent
2016-02-16 13:19:01 +01:00
Juergen E. Fischer
42bc938700
add QgsCredentialsNone to not return any credentials and make it default instead of QgsCredentialsConsole ( fixes #14269 ; reverts f8d2091)
2016-02-16 10:45:58 +01:00
Nyall Dawson
14f9a88811
Follow up c6c8277, fix bad behaviour of QgsBrowserModel introduced
...
by 44d9b35 (fix #14296 )
2016-02-16 14:12:54 +11:00
Nyall Dawson
13c5848e5e
Fix deselecting null category when categorising using expression
...
hides all features (fix #14273 )
2016-02-16 13:19:36 +11:00
Nyall Dawson
4094bae960
Respect project ellipsoid and unit settings in virtual fields
...
Fix #12622 , #4252
2016-02-16 12:12:40 +11:00
Nyall Dawson
2265eb90ec
"Fix" QgsDistanceArea test on OSX
...
Test has revealed that the current algorithm used for ellipsoidal
calculations is unstable when measuring small very areas (eg < 1m2)
For now, modify the test to use larger areas
2016-02-16 12:11:27 +11:00
Juergen E. Fischer
f8d2091255
avoid credentials requests in PyQgsPostgresProvider
2016-02-16 00:34:14 +01:00
Juergen E. Fischer
e7e8d58aa8
oracle provider: don't acquire provider connection from pool
2016-02-15 23:21:08 +01:00
Nyall Dawson
54b998ff5d
Disable PyQgsDistanceArea test on Travis OSX builds for now
...
Newly added tests have revealed a deep underlying issue with area
measurement on OSX
2016-02-16 06:19:44 +11:00
Sandro Santilli
ab580fbd0e
Do not hard-code database connection parameters
...
Rely on libpq defaults instead (overridable via environment)
2016-02-15 18:17:34 +01:00