43634 Commits

Author SHA1 Message Date
Matthias Kuhn
80ea446d0e
Make text translatable 2017-11-07 15:47:43 +01:00
Matthias Kuhn
77246136fe
Add test 2017-11-07 15:47:43 +01:00
Matthias Kuhn
5595f40fc6
Fix single parameter version of represent_value
Fix #17407
2017-11-07 15:47:42 +01:00
David
44d8db9cdf editable and lable on top + fixes
in attribute form properties: editable and lable on top config to general
fix: in case that somebody deletes a field on sourcedata and then wants to change config on it in attribute - it's now disabled (but not updated)
fix: if adding new attribute after adding a virtual one, the display of the list was wrong (value of virtual in non-virtual row) - now it reloads the table correctly
2017-11-07 15:28:46 +01:00
Matthias Kuhn
07cef67ead
Fix freeze when joining with table open
Fix #16495
2017-11-07 15:03:12 +01:00
Matthias Kuhn
e5187b2946
Respect default values in N:M relations 2017-11-07 14:53:51 +01:00
Matthias Kuhn
2eddb03a83
Merge pull request #5476 from tudorbarascu/move_feature
Move Feature tooltip that guides the user towards Node Tool if s(h)e wants snapping
2017-11-07 13:29:37 +01:00
Tudor Bărăscu
98f7508781 better wording 2017-11-07 13:46:51 +02:00
Alessandro Pasotti
a22e565dc2
Merge pull request #5552 from elpaso/vector_layer_safe_cast
[bugfix] Prevent a bad crash when provider is wrong
2017-11-07 11:56:24 +01:00
Alessandro Pasotti
2523d7351c [bugfix] Prevent a bad crash when provider is wrong
Fixes #17155
2017-11-07 09:26:01 +01:00
Alessandro Pasotti
bb36fa7f48 [bugfix] Use QgsApplication.authManager()
instead of the old singleton
2017-11-07 08:57:27 +01:00
Alessandro Pasotti
7c9cd491bd
Merge pull request #5546 from elpaso/auth_migrate
[auth][bugfix] Auth DB migrate
2017-11-07 08:25:58 +01:00
Nyall Dawson
c000cb86ca
Merge pull request #5434 from nyalldawson/layout_next2
[layouts] Port item type from composer
2017-11-07 13:22:16 +10:00
Nyall Dawson
e9e7740db9
Merge pull request #5544 from nyalldawson/proc_api
[processing] Improve api handling for provider format support
2017-11-07 12:55:19 +10:00
Nyall Dawson
bf75747f18 [processing] Use user-set default file formats if supported by
provider, otherwise fall back to a format which IS supported
by that provider
2017-11-07 12:25:55 +10:00
Nyall Dawson
36b58a8cdd Fix duplicated return 2017-11-07 11:53:34 +10:00
Nyall Dawson
90d6a2d089 Update for changes in API 2017-11-07 11:51:36 +10:00
Nyall Dawson
c6d939f1ec Fix more tests 2017-11-07 11:32:39 +10:00
Nyall Dawson
476b1deced Fix doxygen warning 2017-11-07 11:32:39 +10:00
Nyall Dawson
69aacde19c Fix failing tests 2017-11-07 11:32:39 +10:00
Nyall Dawson
ce0ac40a30 Add missing docs 2017-11-07 11:32:39 +10:00
Nyall Dawson
49c41d39c2 Add missing override 2017-11-07 11:32:39 +10:00
Nyall Dawson
057a20cbc1 Allow adding multiple layers to legend at once 2017-11-07 11:32:39 +10:00
Nyall Dawson
27c3eb92c2 More command compression for legend items 2017-11-07 11:32:39 +10:00
Nyall Dawson
bc23664b0d Serialization for legend items 2017-11-07 11:32:39 +10:00
Nyall Dawson
d3430e4d42 Port legend item 2017-11-07 11:32:39 +10:00
Nyall Dawson
585a8b70ba Restore ui for configuring labels 2017-11-07 11:32:39 +10:00
Nyall Dawson
83f177c1d2 Start porting label item 2017-11-07 11:32:39 +10:00
Nyall Dawson
87d497eb2b Fix undo/redo of newly added maps 2017-11-07 11:32:39 +10:00
Nyall Dawson
72a1f77079 After a undo/redo action occurs, select the affected items 2017-11-07 11:32:39 +10:00
Nyall Dawson
48a45b3bff Restore serialization for map items 2017-11-07 11:32:39 +10:00
Nyall Dawson
e539022358 Restore serialization of picture items 2017-11-07 11:32:39 +10:00
Nyall Dawson
272097b83a Add a unit test 2017-11-07 11:32:39 +10:00
Nyall Dawson
1bfed13484 Port picture item 2017-11-07 11:32:39 +10:00
Nyall Dawson
20b9d080f8 Fix grid annotations, port tests 2017-11-07 11:32:39 +10:00
Nyall Dawson
b7e352613e Use symbol buttons for grid symbols 2017-11-07 11:32:39 +10:00
Nyall Dawson
cef5dbc073 Cleanup undo strings 2017-11-07 11:32:39 +10:00
Nyall Dawson
ab4606db25 Start work on porting grid ui 2017-11-07 11:32:38 +10:00
Nyall Dawson
835653bf1b Fix crash on exit when layout designer open 2017-11-07 11:32:38 +10:00
Nyall Dawson
332a69cece Tweak default symbol for overviews 2017-11-07 11:32:38 +10:00
Nyall Dawson
aa2b73d425 Use symbol button for overview frame symbol 2017-11-07 11:32:38 +10:00
Nyall Dawson
8bc57f773c Update map overview when linked map rotation changes 2017-11-07 11:32:38 +10:00
Nyall Dawson
5016a452e0 Expand unit tests for QgsLayoutItemComboBox 2017-11-07 11:32:38 +10:00
Nyall Dawson
1f769da68d Work on resurrecting overviews 2017-11-07 11:32:38 +10:00
Nyall Dawson
5d5c858dc8 Start restoring grids/overviews 2017-11-07 11:32:38 +10:00
Nyall Dawson
7f0142c86a Working move item content tool 2017-11-07 11:32:38 +10:00
Nyall Dawson
b276f4c4b9 Fix map item widget properties updating 2017-11-07 11:32:38 +10:00
Nyall Dawson
45ffb262b7 Fix updating map extent on resize 2017-11-07 11:32:38 +10:00
Nyall Dawson
53c877963a Add method to create QgsRectangle from center and size 2017-11-07 11:32:38 +10:00
Nyall Dawson
7924aa1990 Fix regeneration of cached maps when zoom level changes 2017-11-07 11:32:38 +10:00