33776 Commits

Author SHA1 Message Date
Martin Dobias
fd446cfeb0 Merge map layer style undo commands that are created in short time (PR 3277)
This makes the undo stack grow slower (especially when typing or repeatedly
changing a value) and preserves memory.
2016-07-07 09:24:08 +02:00
Nathan Woodrow
9b102c2b98 [style dock] Add tooltips for item icons 2016-07-07 11:43:18 +10:00
Nathan Woodrow
08bcba0399 [style dock] Add back missing style tab 2016-07-07 11:40:03 +10:00
Nathan
e097443771 Fix globe plugin 2016-07-07 10:27:04 +10:00
Nyall Dawson
7dd6104982 Fix warnings, logic error 2016-07-07 07:31:57 +10:00
Nyall Dawson
bce15e8eb4 Fix failing doc test, some header cleanups 2016-07-07 07:26:48 +10:00
Martin Dobias
d37518d301 Fix undo/redo for rule-based renderer/labeling in styling dock 2016-07-06 23:25:41 +02:00
Nyall Dawson
156e7e0f78 Merge pull request #3261 from ahuarte47/Issue_DestinationCrsChanged
[Bugfix] Fix position and scale when on-the-fly CRS transformation is disabled (fixes #15183)
2016-07-07 07:17:55 +10:00
Martin Dobias
3e183a27d5 Fix updates of undo widget in styling panel
Before, on current layer change it would switch to undo stack
of freshly activated layer, ignoring the layer set in the combo box
(and the undo stack it switched to was the one for editing)
2016-07-06 22:27:17 +02:00
Martin Dobias
1c91ae7733 Show breadcrumb and back button for rule based labeling (fixes #15153)
Following the way how rule based rendering widget was adjusted...
2016-07-06 21:48:39 +02:00
Martin Dobias
e00ba6d725 Fix hillshading renderer XML loading (fixes #15195) 2016-07-06 17:26:21 +02:00
Nathan
af3ad834c9 [style dock] Add icons for style manager dialog
Remove save for now until next release
2016-07-06 23:55:47 +10:00
Nathan
123607be71 Fix #14979 - Restore default style correctly 2016-07-06 23:36:12 +10:00
Nathan
fdf16e3c92 Rename QgsLayerStylingPanelFactory to QgsMapLayerConfigWidgetFactory
- Move QgsMapLayerPropertiesFactory into single factory object for
  dock and properties
2016-07-06 23:03:43 +10:00
Nyall Dawson
38e65c3f75 [oracle] Implement provider test suite
On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
d089cbaaa6 [oracle] Fix feature request when expression compilation fails,
fix incorrect provider side use of limit when expression compilation
could not be used

On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
369e130d48 [oracle] Always keep geometry when fetched, as it may have been
requested for filter expressions or sorting

On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
64bfbaaf5b [oracle] Fixes for oracle expression compilation
On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
d785b904ac [oracle] Fix broken iterator rewind
On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
fe93e62175 [oracle] Fix detection of geometry type when table contains some
empty geometries

On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
f1a15e3a0b [oracle] Fix missing items in oracle connections in browser
On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
a31a1d3f13 [oracle] Don't report import failures when user has cancelled import
On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
82be399fcb [oracle] Synchronise wording and behaviour of browser actions
with postgres provider

On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
68748d0fa8 [oracle] Remove debugging noise
On behalf of Faunalia, sponsored by ENEL
2016-07-06 16:35:58 +10:00
Nyall Dawson
ec56c3ed76 Make browser less noisy on debug 2016-07-06 16:35:58 +10:00
Nyall Dawson
8eeceb0dc7 Merge pull request #3262 from ahuarte47/Issue_MeasureDialog
[Bugfix] Fix MeasureTool when DestinationCRS changes (fixes #15182)
2016-07-06 10:34:34 +10:00
Nyall Dawson
e985f2c924 Also show map layer actions in attribute table (fix #15127) 2016-07-06 09:49:19 +10:00
Martin Dobias
cdf82a2640 Use QGSCOMPARENEAR macro in tracer test 2016-07-05 22:41:26 +02:00
Martin Dobias
1cb4adc084 Fix recording of points for live GPS tracking (fixes #14996) 2016-07-05 22:06:25 +02:00
Martin Dobias
47eae5865a [processing] Fix preconfigured alg creation (fixes #15100) 2016-07-05 19:32:33 +02:00
Matthias Kuhn
e4a69234d4 Fix relative paths for offline editing 2016-07-05 19:21:25 +02:00
Nyall Dawson
102ba2d3c5 Much faster selection of large number of nodes using node tool
Refs #13963
2016-07-05 22:06:04 +10:00
Matthias Kuhn
ab13c63470 [travis] Use clang for Qt5 builds (#3275)
To get warnings from different compilers
2016-07-05 12:02:01 +02:00
Matthias Kuhn
72f3f3c1dc Improve code readability and silence warning 2016-07-05 10:26:26 +02:00
Nyall Dawson
fd88d91bde Use QgsCRSCache in more places 2016-07-05 15:59:15 +10:00
Nyall Dawson
867dbe53de Make QgsCRSCache thread safe 2016-07-05 13:51:00 +10:00
Nyall Dawson
339d061693 Use QgsCRSCache instead of looking up CRS by srs id (refs #15193) 2016-07-05 13:35:01 +10:00
Nyall Dawson
9139872c9e Fix crash when using add circular string by radius tool 2016-07-05 11:42:59 +10:00
Harrissou Sant-anna
f9b02307f1 Add missing tools in Edit menu (fix #15211) 2016-07-05 11:25:17 +10:00
Nyall Dawson
cfb1895fff Reenable Doxygen ingroup test 2016-07-05 10:54:21 +10:00
Nyall Dawson
5cf733b5ca Fix style dock not responding to order by changes (fix #15205) 2016-07-05 10:51:35 +10:00
Nyall Dawson
d8f2462b69 Don't disable style dock when no layer is selected
Since the style dock has it's own layer selector, it should always
be enabled and not tied to an active legend layer
2016-07-05 10:51:28 +10:00
Nyall Dawson
5c270ebeb0 Fix first range when exporting graduated renderer to sld (fix #15212) 2016-07-05 09:56:57 +10:00
Nyall Dawson
e10211178c Followup 5daa54, add unit tests 2016-07-05 09:23:40 +10:00
Nyall Dawson
3d8269ef6d Fix Doxygen "added in" check 2016-07-05 09:16:09 +10:00
Sandro Mani
f861ed2702 [ArcGIS REST] Fix broken browser data items 2016-07-04 15:57:29 +02:00
Sandro Mani
e4afb2fb9e [ArcGIS REST] Guard against possible null-pointer defereference 2016-07-04 15:57:29 +02:00
Nyall Dawson
2122c4db89 Temporarily disable doxygen group test 2016-07-04 22:11:47 +10:00
Alessandro Pasotti
43d415394d Merge pull request #3258 from elpaso/offline_editing_tests
Added offline editing WFS tests and debug info
2016-07-04 13:57:09 +02:00
Nyall Dawson
0a0c5e4271 Make doxygen test check that classes have "added in QGIS ..." note 2016-07-04 20:29:46 +10:00