Alessandro Pasotti
1fdfecfc26
Removed unused code
2017-11-08 08:08:52 +01:00
Juergen E. Fischer
940c4ed5c5
followup a1024905b
2017-11-07 22:49:37 +01:00
Borys Jurgiel
61a155cf78
Merge pull request #5547 from borysiasty/stickytabs2
...
Make some QgsOptionsDialogBase's slots virtual
2017-11-07 22:21:04 +01:00
Borys Jurgiel
4677026c3e
Merge pull request #5532 from borysiasty/nopreloading
...
[Plugin manager] [needs-doc] Don't preload all plugins for a test
2017-11-07 22:19:57 +01:00
Juergen E. Fischer
cb8fc6860d
about translators: grey background, centered flags, replace flag for german
2017-11-07 21:44:55 +01:00
Juergen E. Fischer
a1024905bf
fix windows warnings
2017-11-07 21:44:54 +01:00
Juergen E. Fischer
27dbb48679
fix override warning
2017-11-07 21:44:54 +01:00
Alessandro Pasotti
df8bda2ffb
Typo
2017-11-07 19:48:45 +01:00
Tom Elwertowski
96a81a95a1
macOS needs to include spatialindex before geos.
...
If both are on separate paths and geos is first, case-insensitive macOS will include (geos) spatialIndex.h instead of SpatialIndex.h
2017-11-07 19:15:41 +01:00
Alessandro Pasotti
6046e8d1f7
Test for relative/absolute paths in projects
2017-11-07 18:19:18 +01:00
Alessandro Pasotti
7aa24f6906
[bugfix] Pass QgsReadWriteContext into project XML r/w
...
Or we miss the path resolver and we do not read/write
relative paths correctly
Fixes #17116
2017-11-07 18:17:48 +01:00
David
ba243e559d
References #17412 Fixes problem when changeing sort but not when renaming
...
When sort and then toggle edditing, the problem was that it wanted to rename all the fields
Whis is avoided now by checking the indexes
But still problems open when one wants to rename fields in unsorted layout
2017-11-07 17:15:25 +01:00
Matthias Kuhn
8aa8c30bbf
Merge pull request #5555 from m-kuhn/fixRepresentValue
...
Fix represent value
2017-11-07 16:13:00 +01:00
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