Nyall Dawson
bd9d41c6ee
Update test masks
2016-01-07 10:17:18 +11:00
Nyall Dawson
0afcb0f364
Make test render checker work correctly in non-Firefox browsers
2016-01-07 10:17:05 +11:00
Juergen E. Fischer
f5b615acdd
fix virtuallayer tests on windows
2016-01-06 23:52:28 +01:00
Nyall Dawson
8c902b9116
Merge pull request #2640 from nirvn/diagram_tiny_fixes_v2
...
[diagram] tiny UI improvements
2016-01-07 08:55:40 +11:00
Nyall Dawson
f76bbeba76
More debugging for server access control tests
2016-01-07 07:20:11 +11:00
Hugo Mercier
3cca91a9c2
Merge pull request #2642 from mhugo/vlayer_fix
...
Fix virtual layer definition parsing
2016-01-06 18:56:19 +01:00
Hugo Mercier
62cdb27160
Fix virtual layer definition parsing
2016-01-06 16:05:54 +01:00
volaya
41c9da9b0b
[processing] More informative message when cannot compute gdal commands due to wrong params
2016-01-06 10:35:53 +01:00
volaya
943b101501
[processing] added selectionChanged signal to MultipleInputPanel
...
linked signal with GdalAlgorithmDialog
2016-01-06 10:29:38 +01:00
volaya
1f22b432b5
Merge pull request #2633 from medspx/processing_gdal_retile
...
[Processing]Add gdal_retile.py and gdal2tiles.py algorithms
2016-01-06 10:05:02 +01:00
Hugo Mercier
b46a593e32
Merge pull request #2617 from SebDieBln/FixLayerDefVectorJoins
...
Make vector joins work within layer-definition-files
2016-01-06 09:50:38 +01:00
volaya
946f4e4814
[processing] correctly parse default value for boolean parameters upon construction
2016-01-06 09:34:08 +01:00
Juergen E. Fischer
bde0f10c7f
fix precise build (followup 8df09a6)
2016-01-06 08:39:06 +01:00
Alexander Bruy
dfa07d86c8
fix typo in doxygen string
2016-01-06 09:12:15 +02:00
nirvn
17d2214508
[diagram] tiny UI improvements
2016-01-06 13:52:39 +07:00
Juergen E. Fischer
eeeb378975
fix e961a52
2016-01-06 06:24:53 +01:00
Nyall Dawson
d9bb22a370
Update test mask images
2016-01-06 16:12:18 +11:00
Nyall Dawson
f76babf634
[FEATURE] Add duplicate button to symbol properties
...
Allows easy duplication of a symbol layer
2016-01-06 16:04:14 +11:00
Nyall Dawson
a87646f232
Fix clear value for label z-index spin box
2016-01-06 16:04:03 +11:00
Nyall Dawson
e2d9794c2e
Add Apply buttons to decoration dialogs
2016-01-06 16:03:52 +11:00
Nyall Dawson
36b0f6567d
Cleanup decoration code
2016-01-06 16:03:41 +11:00
Nyall Dawson
03ec7ed3ec
More clang warning fixes
2016-01-06 16:03:32 +11:00
Sebastian Dietrich
b32f124488
[StyleManager] enable/disable appropriate buttons and menu entries
2016-01-06 02:56:32 +01:00
Sebastian Dietrich
22fb4321bc
[StyleManager] use QAction::setData() for transmitting the group-id
...
Determining the group-id from QAction::text() fails when multiple groups with the same name exist.
2016-01-06 02:56:32 +01:00
Sebastian Dietrich
8203fa1b93
[StyleManager] fix minor memory leaks leaving orphaned QMenus and QActions
...
Build menus once within the ctor rather than on every event within the slot.
2016-01-06 02:56:31 +01:00
Sebastian Dietrich
0243201a1d
[StyleManager] fix labels
2016-01-06 02:56:30 +01:00
Sebastian Dietrich
95e571c3f8
added functions to QgsStyleV2 for getting groups by id
2016-01-06 02:56:30 +01:00
Nyall Dawson
6051d3a401
Merge pull request #2622 from duncan-r/feature4273_and_3756
...
Feature #4273 and #3756
2016-01-06 09:47:22 +11:00
Juergen E. Fischer
e961a52c6a
revive python tests on windows (followup afcf567)
2016-01-05 23:34:02 +01:00
Roel Huybrechts
97b8a72b82
Interpret 'decimal' fields as double in WFS provider.
...
Fixes #11864 .
2016-01-05 14:13:30 +01:00
Nyall Dawson
17ed9d15fa
Remove unused help button from style manager ( fix #14055 )
2016-01-05 22:38:12 +11:00
Nyall Dawson
5e4c14cd40
[FEATURE] Control over label rendering order
...
A new control for setting a label's "z-index" has been added to
the labeling properties dialog. This control (which also accepts
data-defined overrides for individual features) determines the order
in which label are rendered. Label layers with a higher z-index
are rendered on top of labels from a layer with lower z-index.
Additionally, the logic has been tweaks so that if 2 labels have
matching z-indexes, then:
- if they are from the same layer, a smaller label will be drawn
above a larger label
- if they are from different layers, the labels will be drawn in
the same order as the layers themselves (ie respecting the order
set in the legend)
Diagrams can also have their z-index set (but not data defined)
so that the order of labels and diagrams can be controlled.
Note that this does *NOT* allow labels to be drawn below the
features from other layers, it just controls the order in which
labels are drawn on top of all the layer's features.
Fix #13888 , #13559
2016-01-05 22:27:22 +11:00
Duncan Runnacles
47d93078ba
Added placement margin to decoration items and updated dialogs.
...
- North arrow, scalebar, and copyright label updated to include a
margin option on placement.
- All qgsdecorationitem type dialogs amended so that all widgets sit
within a checkable group box for activating/deactivating the item.
2016-01-05 10:40:12 +00:00
Nyall Dawson
1340afdc01
Fix more clang warnings
2016-01-05 20:13:58 +11:00
Matthias Kuhn
614c84f2c6
Merge pull request #2636 from nirvn/orderby_fix
...
[rendering order] fix order setting not saved in rule-based symb. (fixes #14043 )
2016-01-05 09:17:35 +01:00
Marco Hugentobler
36c628336c
Add doc
2016-01-05 09:00:58 +01:00
nirvn
16aeb3f1eb
fix orderby not saved in several symbologies ( fixes #14043 )
2016-01-05 11:23:49 +07:00
Nyall Dawson
c55cfc0560
Merge pull request #2615 from nirvn/natural_break_max_increase
...
[symbology] increase maximum size of natural break classification
2016-01-05 14:09:55 +11:00
Nyall Dawson
115cc483dd
Merge pull request #2627 from SebDieBln/FixNewStyleGroup
...
Initialize a style group upon creation instead of upon renaming (fixes #14050 )
2016-01-05 13:31:21 +11:00
Nyall Dawson
90eaba9f4f
Merge pull request #2629 from SebDieBln/FixStyleManagerGroupingMode
...
[StyleManager] Keep group actions enabled while in grouping mode (fixes #14049 )
2016-01-05 13:26:08 +11:00
Nyall Dawson
adf83850d0
Fix failing test
2016-01-05 12:57:38 +11:00
Nyall Dawson
d10680c5fc
Followup 881074
2016-01-05 12:18:02 +11:00
Nyall Dawson
881074b194
Boost coverage of SIP bindings
...
Now all classes and members are either exposed to bindings or marked
as "not available in Python bindings" in the docs.
Drop test thresholds to 0. Now it should be much easier to determine
what missing members have been added which are causing test
failures.
2016-01-05 11:16:15 +11:00
Martin Dobias
2341c2b1e2
Update indentation
2016-01-05 01:10:53 +01:00
Martin Dobias
5ac617037b
Move QgsLabelFeature and QgsTextLabelFeature class to separate files
...
No actual code changes
This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.
2016-01-05 00:03:39 +01:00
Martin Dobias
215ba22597
Fix failing composer scale bar test on less common locales
2016-01-04 23:46:08 +01:00
Martin Dobias
7b2298e574
Fix failing labeling test on my ubuntu 14.04 box (12 mismatched pixels)
2016-01-04 23:13:18 +01:00
Juergen E. Fischer
fdebde5080
debian packaging update: update liblwgeom dependency of python-qgis to 2.2-2
2016-01-04 20:19:02 +01:00
Juergen E. Fischer
712925ea62
fix windows build
2016-01-04 18:29:28 +01:00
Marco Hugentobler
de0a88682d
Open sqlite db for datum transform info in readonly mode. Fixes slow opening on windows
2016-01-04 17:34:10 +01:00