Nyall Dawson
12a2147427
[FEATURE] Add an option to show user color schemes menus
...
This adds the ability for users to set whether a user created
color scheme should show up in the color button drop-down menus.
It's accessed through the color picker dialog, on the lists tab.
Just add a new color scheme, then from the scheme menu tick the
new "show in buttons" option.
Handy if you have sets of common palettes and want them to be
instantly available through the color menu.
2016-07-22 07:32:07 +10:00
Even Rouault
68f63eb101
Try another method to avoid XML serialization issues with QT5 ( #3323 )
2016-07-21 17:24:37 +02:00
Juergen E. Fischer
b642c02705
doc/TRANSLATORS in an output file (followup 156db22)
2016-07-21 10:04:04 +02:00
Nyall Dawson
965f1d468e
Move field contraint config widgets into a group box
2016-07-21 17:32:30 +10:00
Nyall Dawson
c0ac9b18e4
Remove deprecated labeling tab
2016-07-21 17:32:30 +10:00
volaya
df2ca2e607
[processing] use SilentProgress by default if no progress object is passed
2016-07-21 07:01:17 +02:00
volaya
6c486758c2
[processing] changed saga decorated group name
2016-07-21 07:01:16 +02:00
Harrissou Sant-anna
156db22492
Replace nicknames by real names ( #3287 )
2016-07-21 06:53:54 +02:00
Nyall Dawson
3c544cd489
Merge pull request #3319 from nyalldawson/consistency
...
Make API naming more consistent
2016-07-21 11:32:58 +10:00
Nyall Dawson
2685a90397
Make doc coverage test acceptable list case insensitive
2016-07-21 08:40:50 +10:00
Nyall Dawson
4cfacf14e3
Make API more consistent
...
- rename methods with XML to Xml, CRS to Crs, WMS to Wms, ID to Id
- rename methods with SRS to Crs
- rename methods with abbreviations like "dest" to "destination"
- rename methods with abbreviations like "src" to "source"
2016-07-21 08:40:50 +10:00
Nyall Dawson
44c8680b00
Remove canvas rotation option + API, now always enabled
2016-07-20 21:25:44 +10:00
Nyall Dawson
185ad05102
Remove deprecated QgsDataDefinedSymbolDialog class ( #3315 )
...
It's not used anymore, and QgsDataDefinedButton should be used
in its place.
2016-07-20 21:18:20 +10:00
Martin Dobias
31c75ef22e
Remove QgsLabel and QgsLabelAttributes + remove QgsPalLabeling from renderer jobs
2016-07-20 18:35:20 +08:00
Nyall Dawson
cd33ccf7f6
Revert "Fix label word and letter spacing cannot be decimals"
...
This reverts commit 48f090ca79f0d2d9ae341ae3617f20b2fe3fe14f.
Causes issues with font sizes/spacing
2016-07-20 19:44:20 +10:00
Nyall Dawson
92eec0e338
Revert "[labeling] Curved labels are now angled per character"
...
This reverts commit f6d07a33b71a9b19579d19dadbe777b1f14c6842.
2016-07-20 19:44:13 +10:00
Nyall Dawson
4bcae0693d
Revert "Update labeling reference images"
...
This reverts commit 1aec78145f7553ca62584a9bb626b8a531a01a8e.
2016-07-20 19:44:04 +10:00
Nyall Dawson
fc88336a62
Revert "Add labeling tests for letter/word spacing"
...
This reverts commit 9dfdfc645f327b38ef90974751104c4b1523736e.
2016-07-20 19:43:57 +10:00
Nyall Dawson
9007d5c11b
Fix features are not labeled when using merged connected lines and
...
lines are touching but not at endpoints
2016-07-20 14:13:08 +10:00
Nyall Dawson
9dfdfc645f
Add labeling tests for letter/word spacing
2016-07-20 13:04:50 +10:00
Nyall Dawson
1aec78145f
Update labeling reference images
2016-07-20 13:04:50 +10:00
Frits van Veen
f6d07a33b7
[labeling] Curved labels are now angled per character
...
...instead of shifted along base line (fix #15210 )
2016-07-20 13:04:50 +10:00
Nyall Dawson
48f090ca79
Fix label word and letter spacing cannot be decimals
2016-07-20 13:04:50 +10:00
Nyall Dawson
5384e203fb
[composer] Fix editing of map item variables
...
On behalf of Faunalia, sponsored by ENEL
2016-07-20 11:01:00 +10:00
Radim Blazek
b2f4582f00
[GRASS] 7.1 versions of t.rast.what.*
2016-07-19 20:19:51 +02:00
Radim Blazek
5917641849
fixed python scripts indentation
2016-07-19 18:03:01 +02:00
Radim Blazek
34ca98ff51
Merge pull request #3164 from NINAnor/add_grass_tools
...
New modules for the GRASS plugin
2016-07-19 17:11:47 +02:00
Juergen E. Fischer
3142c846e5
fix windows build and some warnings
2016-07-19 14:00:27 +02:00
Matthias Kuhn
c9d62696b7
Fix build
2016-07-19 11:23:22 +02:00
Matthias Kuhn
c8c623ecee
Add methods to vectorlayercache and tests
2016-07-19 10:47:14 +02:00
Matthias Kuhn
d91a45ceaf
Add shorthands to get features by fid, fids and expression
...
Adds new methods overloads to QgsVectorLayer
getFeatures( expression )
getFeatures( ids )
getFeature( id )
These three methods to query features are by far the most used ones
and with this patch it is much easier to write and read code.
2016-07-19 10:37:09 +02:00
Nyall Dawson
7343b36e25
[composer] Load all composition properties from template/duplicate
...
Previously some settings where not being correctly restore, eg
page size, grid settings, expression variables
On behalf of Faunalia, sponsored by ENEL
Fix #8705
2016-07-19 14:07:23 +10:00
Nyall Dawson
656e56e447
[composer] Simplify and consolidate loading of templates
...
On behalf of Faunalia, sponsored by ENEL
2016-07-19 14:07:23 +10:00
Nyall Dawson
59dc4079a5
Add missing function help ( fix #15264 )
2016-07-19 12:12:32 +10:00
Nyall Dawson
c7ffdfa5e9
Make sure variable editor widgets always show current variables
...
On behalf of Faunalia, sponsored by ENEL
2016-07-19 12:00:35 +10:00
Nyall Dawson
9e5357c0fc
Correctly sort identify results when url links are shown
2016-07-19 09:54:17 +10:00
Nyall Dawson
39b3e721bb
Replace QgsNumericSortTreeWidgetItem with upgraded QgsTreeWidgetItem
...
QgsNumericSortTreeWidgetItem had a giant TODO saying "make it work".
This makes it work, and adds some other useful features like
being able to specify custom sort value and force items to always
sort on top.
2016-07-19 09:30:23 +10:00
Nyall Dawson
631b5e87c3
[composer] Avoid crash when atlas page name field has spaces
...
Fix #15297
2016-07-19 09:21:14 +10:00
Nyall Dawson
9f330fc9ff
Merge pull request #3309 from nirvn/html_label_fix
...
[composer] fix html label stylesheet's margin (fixes #15290 )
2016-07-19 09:20:36 +10:00
Nyall Dawson
cca4e32e70
Fix doxygen for QgsAttributeTableConfig
2016-07-19 08:32:14 +10:00
Nyall Dawson
b220d66dcc
Use flat style for scale lock button
2016-07-19 08:31:09 +10:00
Nyall Dawson
8943ed7c9f
Remove "restart required" from "open table as dock" option
...
Since it seems that a restart *isn't* required!
2016-07-19 08:31:09 +10:00
Nyall Dawson
18e4d5279f
Fix build
2016-07-19 08:31:09 +10:00
Martin Dobias
1444398208
Improve QgsCoordinateReferenceSystem API documentation ( #3311 )
2016-07-19 01:05:16 +08:00
Juergen E. Fischer
cad83d488f
update after QgsMapLayer layerNameChanged => nameChanged signal rename
2016-07-18 17:31:35 +02:00
Alexander Bruy
2addf31ce7
Merge pull request #3316 from akbargumbira/master
...
[processing] fix add script from file
2016-07-18 15:47:32 +03:00
Akbar Gumbira
20a2a20025
[processing] Fix add script from file.
2016-07-18 13:11:54 +02:00
Nyall Dawson
c628c0f434
Rework includes to forward declare as much as possible
...
Should speed up recompilation when headers change
2016-07-18 19:10:19 +10:00
Stéphane Brunner
7b883e2edd
Merge pull request #3140 from sbrunner/fix-cache-host
...
Have a capabilities cache per hostname
2016-07-18 10:40:30 +02:00
volaya
a0bfc4c99e
[processing] do not remove menus when exiting config dialog
2016-07-18 09:07:05 +02:00