Alexander Bruy
f96442884b
Merge pull request #4954 from alexbruy/processing-band
...
[FEATURE][needs-docs][processing] add parameter representing raster band
2017-08-04 15:17:49 +03:00
Matthias Kuhn
b20f4c6729
Merge pull request #4845 from pblottiere/zip
...
[FEATURE] New zip format
2017-08-04 13:46:24 +02:00
Alexander Bruy
9fe326dee2
[processing] more consistent naming for class members, setters and
...
getters
2017-08-04 13:21:26 +03:00
Alexander Bruy
aad566eb31
[processing] tests for new band parameter
2017-08-04 12:12:22 +03:00
Alexander Bruy
79adad7c8c
indentation
2017-08-01 15:25:02 +03:00
Alexander Bruy
0476d4e2da
[API] method to retrieve corresponding GDAL driver from a file
...
extension
2017-08-01 14:52:25 +03:00
Nyall Dawson
0328b7af48
Merge pull request #4943 from nyalldawson/exp_layer_rel
...
Add items for project map layers and relations to expression builder
2017-08-01 19:30:58 +10:00
rldhont
a8f6dbc3b7
Merge pull request #4945 from pblottiere/server_smallclean
...
[server] Small clean-up in WMS renderer
2017-08-01 09:25:37 +02:00
Blottiere Paul
47781e59c5
Update tests
2017-07-31 11:09:14 +01:00
Blottiere Paul
49730ed475
Archive has to be cleared when clear() is called
2017-07-31 11:09:14 +01:00
Blottiere Paul
92bad9254e
Add more tests
2017-07-31 11:09:14 +01:00
Blottiere Paul
15ed34c894
Add tests
2017-07-31 11:09:14 +01:00
Blottiere Paul
33247cc303
Add tests
2017-07-31 11:09:14 +01:00
Blottiere Paul
e44a5ce44a
Add tests
2017-07-31 10:08:22 +01:00
Nyall Dawson
917263a9a3
Allow setting project for QgsExpressionBuilderWidget
...
(still defaults to QgsProject::instance())
2017-07-31 08:18:09 +10:00
Nyall Dawson
e79bf3fb94
Add some unit tests for QgsExpressionBuilderWidget
2017-07-31 08:08:18 +10:00
Nyall Dawson
ecaee1a3f2
QgsGeometry::vertexAt now returns QgsPoint, not QgsPointXY
...
Since it's easy to convert from a QgsPoint to a QgsPointXY,
but impossible to recover the Z/M values lost by only
returning a QgsPointXY.
2017-07-28 11:48:50 +10:00
Hugo Mercier
ce223160d2
Merge pull request #4932 from pblottiere/bugfix_chainfilter2
...
Fixes relation reference widget when filters are reset
2017-07-27 16:40:33 +02:00
Blottiere Paul
5a62029478
Add tests
2017-07-27 13:12:52 +01:00
Nyall Dawson
f7b25a17b1
Allow setting layer type filter for QgsProcessingParameterVectorLayer
...
Turns out this is required for some algorithms
2017-07-27 14:30:04 +10:00
Nyall Dawson
cf042dc5dd
Merge pull request #4838 from aaime/textsymbolizer_sc
...
SLD label exports. fixes #8925
2017-07-26 21:09:19 +10:00
Andrea Aime
5cfed129b5
Ading all other labelling options supported by SLD. fixes #8925
2017-07-26 11:38:29 +02:00
Blottiere Paul
58ea88715d
Add tests
2017-07-26 09:56:37 +01:00
Hugo Mercier
d19b4aa2bf
Merge pull request #4905 from pblottiere/bugfix_scrolllocked
...
Fixes value relation widget to keep scrollbar activated, fixes #16654
2017-07-26 10:52:55 +02:00
Nyall Dawson
f0a6376adb
Merge pull request #4910 from nyalldawson/layout_next
...
Layouts, chapter III
2017-07-26 17:03:36 +10:00
Andrea Aime
59d8b18ed8
Porting Raymond Nijssen FOSS4G 2016 labeling work onto latest version of master, with basic support for testing. fixes #8925
2017-07-25 17:05:47 +02:00
Nyall Dawson
e8514be010
Make matching to known page sizes less fussy
...
Since all gui widgets for page sizes limit to 2 decimal places,
we need to allow this much tolerance when checking the setting
against known page sizes.
2017-07-25 13:57:57 +10:00
Nyall Dawson
213064a8af
Fix layout context flags not being respected when rendering items
2017-07-25 12:54:58 +10:00
Nyall Dawson
0bffff05b3
Astyle
2017-07-25 12:54:58 +10:00
Nyall Dawson
e444f00cc5
Fix calculation of layout bounds considers page shadow
2017-07-25 12:54:58 +10:00
Nyall Dawson
fabfd77c2b
Show known page size when opening page properties if current page size matches
2017-07-25 12:54:58 +10:00
Nyall Dawson
0f90e23fe6
Refine item widget creation methods in layout item gui registry
2017-07-25 12:54:58 +10:00
Nyall Dawson
a3e26785f8
[needs-docs] Start on right click menu for layouts
...
Currently only contains option for removing the current
page and (non-functional) option for setting current page
properties
2017-07-25 12:54:58 +10:00
Nyall Dawson
e885966cb6
Add method to retrieve page at a specified layout position
2017-07-25 12:54:58 +10:00
Nyall Dawson
cbc5782cd8
Add unit test for scaling layout view with layouts in pixels
2017-07-25 12:54:58 +10:00
Nyall Dawson
8044353aa7
Show correct unit type in status bar
2017-07-25 12:54:57 +10:00
Nyall Dawson
0ab3b8e0ad
Fix cursor position display for multipage layouts
2017-07-25 12:54:57 +10:00
Nyall Dawson
3021fc86d2
QgsLayoutUnitComboBox can be linked to spin boxes so that their
...
values are automatically updated when the combo box unit changes
This means that you can flip between units and things like
the existing width and height are converted immediately to the
new unit
2017-07-25 12:54:57 +10:00
Nyall Dawson
76b8ba711e
Add some tests for data defined page size
2017-07-25 12:54:57 +10:00
Nyall Dawson
39bf23a5d5
Start on reflow support for page collections (needs tests)
2017-07-25 12:54:57 +10:00
Nyall Dawson
79a4694177
Add support for adding/removing pages to a collection
2017-07-25 12:54:57 +10:00
Nyall Dawson
ea32391280
Add methods for handling page size to QgsLayoutItemPage
2017-07-25 12:54:57 +10:00
Nyall Dawson
9df4a67d6d
Add a page collection to layouts, and start porting composer page items
2017-07-25 12:54:57 +10:00
Nyall Dawson
3cf06db467
Port item id and uuid code
2017-07-25 12:54:57 +10:00
Nyall Dawson
a515e953b8
Add support for reading/writing item properties to XML
2017-07-25 12:54:57 +10:00
Nyall Dawson
09dd6db97b
Add API to save/restore QgsLayoutObject properties to XML
2017-07-25 12:54:57 +10:00
Blottiere Paul
94034c52ae
Add tests
2017-07-24 14:45:46 +01:00
Nyall Dawson
d055def2d1
Merge pull request #4907 from nyalldawson/symbol_button
...
New QgsSymbolButton widget
2017-07-24 20:29:14 +10:00
Nyall Dawson
6202f06e98
Fix more tests
2017-07-24 20:06:36 +10:00
Nyall Dawson
7e749a5afb
Fix failing tests
2017-07-24 19:46:26 +10:00