33345 Commits

Author SHA1 Message Date
Nyall Dawson
015ee77a7c Hide relation widgets when in multiedit/search mode 2016-06-09 16:48:27 +10:00
Nyall Dawson
ec97622542 Don't show constraint messages when form is in search mode 2016-06-09 16:48:27 +10:00
Nyall Dawson
fe26d33e29 [needs-docs] Add shortcut to Select by Form to toolbar and menu
Also add keyboard shortcut (F3) to open select by form
dialog
2016-06-09 16:48:27 +10:00
Nyall Dawson
ce7d79e495 Show scrollbars for attribute form as identify results 2016-06-09 16:48:27 +10:00
Nyall Dawson
b44f62a1c2 Cleanups for attribute form in search mode 2016-06-09 16:48:27 +10:00
Mathieu Pellerin
7cfe7f838c [style dock] vectorize undo & redo button, create history symbol (#3187) 2016-06-09 12:54:53 +10:00
Nyall Dawson
1b31f08b07 Add F7 shortcut to show/hide style dock 2016-06-09 11:36:01 +10:00
Nyall Dawson
8909584e02 Auto refresh when symbol levels changed in style dock (fix #14861) 2016-06-09 11:29:17 +10:00
Nyall Dawson
a3a20744bd Make style dock Apply button always enabled
Just in case we miss signals which trigger the live update, it's
safer to give users an option to manually apply changes too
2016-06-09 11:22:22 +10:00
Nyall Dawson
31c572f0ad Fix style dock forgets expanded state of rendering group (fix #14864)
Also fix a memory leak
2016-06-09 11:10:34 +10:00
Nyall Dawson
cb4dacfebc Fix style dock button not synced to dock state (fix #14862)
Add a new class QgsDockWidget which has finer control over setting
and retrieving the dock visibility, to account for dock widgets
which are open but hidden by other docks
2016-06-09 11:01:56 +10:00
Juergen E. Fischer
a033e81add add qjson to INSTALL (fixes #14982) 2016-06-09 00:50:07 +02:00
Juergen E. Fischer
ee8e340d6e avoid closing the last tab of the message log viewer 2016-06-08 20:29:18 +02:00
Nyall Dawson
fea82ae86a Fix some missing auto updates from style dock 2016-06-08 22:20:43 +10:00
Nyall Dawson
35a08faf8c Indentation 2016-06-08 22:04:12 +10:00
Nyall Dawson
8a2e8715fb Always use string comparison in expressions for string fields
Fixes #13204
2016-06-08 21:48:06 +10:00
Asger Skovbo Petersen
85fbeb26f8 Hillshaderenderer: Fix transparency effects (#3185) 2016-06-08 21:30:00 +10:00
Nyall Dawson
2265115f80 Fix issues rendering SVG with text (fix #14644, #14794) 2016-06-08 18:46:01 +10:00
Nyall Dawson
0510da77ee More tests for QgsAttributeTableConfig 2016-06-08 18:46:01 +10:00
Denis Rouzaud
5f50fc0926 disable the scale widget if scale is locked 2016-06-08 09:50:53 +02:00
Nyall Dawson
50cada431c Fix home dir being added as default svg and template path
Fixes #14662, #14652, #14883
2016-06-08 14:42:11 +10:00
Nyall Dawson
f0c8fe689a Ensure data defined button displayed fields are always up to date
Fix #14809
2016-06-08 10:44:28 +10:00
Nyall Dawson
f8f3b21b64 Fix cannot set shortcut for zoom in (fix #14958) 2016-06-08 09:45:54 +10:00
Salvatore Larosa
a8cf02ad8d [dbmanager] fix DeprecationWarning 2016-06-07 22:28:50 +02:00
Matthias Kuhn
a03e28bb5b Fix sip bindings 2016-06-07 22:00:02 +02:00
Even Rouault
fa74b04ee9 [WFS provider] Fix crash when calling setSubsetString() with a SQL that modifies the fields while a download is in progress 2016-06-07 16:22:47 +02:00
Even Rouault
496c3f03a1 [WFS provider] Fix setSubsetString() to accept SELECT followed by newline or tabulation 2016-06-07 16:12:24 +02:00
David Marteau
5c3aa51e80 Clean up QgsExpressionContext in QgsServer::handleRequest 2016-06-07 14:55:44 +02:00
Salvatore Larosa
65aa860121 [dbmanager] Fixes #14722 - Adding new GeoPackage connection to DB Manager is throwing error 2016-06-07 14:06:07 +02:00
Matthias Kuhn
f84584c6ad Fix header 2016-06-07 13:46:40 +02:00
ThomasG77
e4a1b3f8ad Remove reference to renamed QgsAdvancedDigitizingDock in API doc 2016-06-07 13:46:40 +02:00
Even Rouault
773d6132dd SQL composer dialog: improve search in table combobox 2016-06-07 12:25:42 +02:00
Nyall Dawson
5301a97f81 Ensure that attribute table config is always initially populated 2016-06-07 12:02:42 +02:00
Matthias Kuhn
e0d6c3f307 [travis] Readonly ccache for pull requests 2016-06-07 11:17:48 +02:00
Matthias Kuhn
c07f02d6dc QgsAbstractGeometryV2::wkbType always returns a valid type 2016-06-07 10:37:20 +02:00
Matthias Kuhn
fdb28c09aa More string comparison fixes 2016-06-07 10:37:20 +02:00
Matthias Kuhn
d0feea57c1 [py3] Followup bad0d3e: Don't decode unencoded strings 2016-06-07 10:21:53 +02:00
Nyall Dawson
7a8d9dd506 Add missing proxies for legend check behaviour to subrenderers
for inverted polygon and displacement renderers
2016-06-07 15:18:36 +10:00
Nyall Dawson
b2c43cb997 Fix inverted polygons and displacement renderer don't allow right
click on legend items (fix #14966)
2016-06-07 15:05:30 +10:00
Nyall Dawson
b32afce79d Fix inverted polygon & displacement renderer don't show
color wheel in legend menu

Move embedded renderer handling to QgsFeatureRendererV2 and
add support for embedded renders to legend context menu

Fix #14967
2016-06-07 14:49:45 +10:00
Nyall Dawson
d77a33d79b Partially revert d984148
Undo the maximum tile size changes as these were reverted from
downstream due to WMS layer regressions
2016-06-07 13:33:41 +10:00
Nyall Dawson
94e1d5e52e Fix crash when using inverted polygons with heatmap renderer
Add methods to QgsRendererV2AbstractMetadata and QgsRendererV2Registry
to control renderer compatiblity by layer type. Should make it
easier to avoid this recurring bug popping up again in future.

Also add unit tests for QgsRendererV2Registry

Fix #14968
2016-06-07 13:33:31 +10:00
Nyall Dawson
fbc5e0fc8e Fix indentation 2016-06-07 11:11:59 +10:00
Nyall Dawson
179a92cd65 [effect] fix issue with svg marker and antialiasing (fixes #14960)
Credit for original patch to @nirvn
2016-06-07 10:08:04 +10:00
Nyall Dawson
a625eeb508 Add missing sip binding 2016-06-07 08:59:09 +10:00
Nyall Dawson
c5b8060b4b Fix warnings, missing docs+bindings 2016-06-07 07:59:44 +10:00
Nyall Dawson
4e10c5be0f Trigger repaints instead of explicitly refreshing canvas
Inspired by work by @manisandro
2016-06-07 07:26:34 +10:00
Nyall Dawson
787d206bed Add some tests for QgsCRSCache 2016-06-07 07:26:34 +10:00
Nyall Dawson
0c6e289c8e Update test masks 2016-06-07 07:26:34 +10:00
Nyall Dawson
f686551078 Avoid extra feature requests in spatial query plugin 2016-06-07 07:26:34 +10:00