33898 Commits

Author SHA1 Message Date
Matthias Kuhn
ab13c63470 [travis] Use clang for Qt5 builds (#3275)
To get warnings from different compilers
2016-07-05 12:02:01 +02:00
Matthias Kuhn
72f3f3c1dc Improve code readability and silence warning 2016-07-05 10:26:26 +02:00
Nyall Dawson
fd88d91bde Use QgsCRSCache in more places 2016-07-05 15:59:15 +10:00
Nyall Dawson
867dbe53de Make QgsCRSCache thread safe 2016-07-05 13:51:00 +10:00
Nyall Dawson
339d061693 Use QgsCRSCache instead of looking up CRS by srs id (refs #15193) 2016-07-05 13:35:01 +10:00
Nyall Dawson
9139872c9e Fix crash when using add circular string by radius tool 2016-07-05 11:42:59 +10:00
Harrissou Sant-anna
f9b02307f1 Add missing tools in Edit menu (fix #15211) 2016-07-05 11:25:17 +10:00
Nyall Dawson
cfb1895fff Reenable Doxygen ingroup test 2016-07-05 10:54:21 +10:00
Nyall Dawson
5cf733b5ca Fix style dock not responding to order by changes (fix #15205) 2016-07-05 10:51:35 +10:00
Nyall Dawson
d8f2462b69 Don't disable style dock when no layer is selected
Since the style dock has it's own layer selector, it should always
be enabled and not tied to an active legend layer
2016-07-05 10:51:28 +10:00
Nyall Dawson
5c270ebeb0 Fix first range when exporting graduated renderer to sld (fix #15212) 2016-07-05 09:56:57 +10:00
Nyall Dawson
e10211178c Followup 5daa54, add unit tests 2016-07-05 09:23:40 +10:00
Nyall Dawson
3d8269ef6d Fix Doxygen "added in" check 2016-07-05 09:16:09 +10:00
Sandro Mani
f861ed2702 [ArcGIS REST] Fix broken browser data items 2016-07-04 15:57:29 +02:00
Sandro Mani
e4afb2fb9e [ArcGIS REST] Guard against possible null-pointer defereference 2016-07-04 15:57:29 +02:00
Nyall Dawson
2122c4db89 Temporarily disable doxygen group test 2016-07-04 22:11:47 +10:00
Alessandro Pasotti
43d415394d Merge pull request #3258 from elpaso/offline_editing_tests
Added offline editing WFS tests and debug info
2016-07-04 13:57:09 +02:00
Nyall Dawson
0a0c5e4271 Make doxygen test check that classes have "added in QGIS ..." note 2016-07-04 20:29:46 +10:00
Nyall Dawson
0a056f8a1f Add doxygen test to force use of \ingroup for classes
Using the group tag helps keep the API docs organized
2016-07-04 19:57:13 +10:00
Nyall Dawson
a240cd8f8e Replace doxygen MapComposer group with core/gui
Since the MapComposer group doesn't actually exist
2016-07-04 19:57:13 +10:00
Nyall Dawson
9f299a6842 Clean up doxygen modules listing 2016-07-04 19:57:13 +10:00
Alessandro Pasotti
a058c36bce Added offline editing WFS tests and debug info 2016-07-04 11:47:44 +02:00
Harrissou Sant-anna
36880111a5 Rename File Toolbar into Project Toolbar (#3272) 2016-07-04 11:25:42 +02:00
Matthias Kuhn
1316d9c72c Suppress startup warning
https://travis-ci.org/qgis/QGIS/jobs/142140038#L1537-L1539
2016-07-04 10:09:10 +02:00
rldhont
2bbd2018d2 Merge pull request #3250 from rldhont/qgsmaplayerregistry_check_layers_before_removed
[BUGFIX] QgsMapLayerRegistry: Check layers before removed
2016-07-04 09:52:38 +02:00
Mathieu Pellerin
5d4836e9b1 add quotes to field name is the rendering order settings dialog (#3270)
(fixes #15203)
2016-07-04 09:43:47 +02:00
Mathieu Pellerin
3d0e6e8f0f [rule-based renderer] keep rendering order from other renderers (#3269)
(fixes #15204)
2016-07-04 09:37:43 +02:00
Nyall Dawson
a0f329e304 Fix QgsMapLayerRegistry test on Travis builds 2016-07-04 13:30:53 +10:00
Nyall Dawson
ea32e6ae98 Fix debugging noise 2016-07-04 13:30:53 +10:00
Mathieu Pellerin
0dc0f6928b [styledock] reduce height of vector layer rendering section (#3268) 2016-07-04 12:32:31 +10:00
Nyall Dawson
1a08f0ab53 Add full test suite for QgsMapLayerRegistry, also don't emit
any layer removed signals when no layers will actually be
removed
2016-07-04 12:26:25 +10:00
Nyall Dawson
6b3cb245a9 Cleanups to QgsMapLayerRegistry
- const correctness
- improve and clarify docs, remove outdated notes
- add some QGIS 3.0 todos
2016-07-04 12:26:25 +10:00
Matthias Kuhn
15c2f0a902 Make QgsMapLayer::name a Q_PROPERTY (#3259)
Make QgsMapLayer::name a Q_PROPERTY

And align setName / name / nameChanged

Deprecates setLayerName / layerNameChanged
2016-07-04 01:10:10 +02:00
Matthias Kuhn
143cfab104 [processing] Difference: don't ignore invalid geometries by default
Fix #9297
2016-07-04 00:43:36 +02:00
Matthias Kuhn
dd715b233b Don't assume qobject_cast works on objects currently being deleted 2016-07-04 00:20:00 +02:00
Matthias Kuhn
f3bfef4066 Safety checks for unregistering map layers from registry
If a map layer which is registered is deleted outside of the layer
registry but not unregistered, the layer registry would still happily
return a pointer to this layer if queried with its id.

Up to now, this caused crashes. Now, the layer will be unregistered and
a warning is printed.

This patch also contains slight improvements to other parts of the map
layer registry.
2016-07-04 00:03:08 +02:00
Tim Sutton
6103669391 Added sponsors generated from changelog site (#3264)
* Added sponsors generated from changelog site
* Use a single rule for including sponsor images rather. Remove terrelogiche duplication. Remove old sponsor images
* Fix indentations and remove sponsors from images.qrc
2016-07-03 23:28:29 +02:00
Juergen E. Fischer
a6954b2771 [dbmanager] re-enable line number again (followup 5e36de7 and d9f934f) 2016-07-03 20:22:13 +02:00
Matthias Kuhn
f6710b0528 python3 fixes 2016-07-03 14:54:26 +02:00
Matthias Kuhn
5e36de70b0 [dbmanager] Fix error when opening SQL window 2016-07-03 14:48:17 +02:00
Mathieu Pellerin
0fccb079a6 [gui] improve load min/max widget UI/UX (#3253) 2016-07-03 20:51:44 +10:00
Juergen E. Fischer
f470dfb0ed dxf export: don't use 3D coordinates for filled circles (followup b3bf4a1; refs #14995) 2016-07-03 01:27:31 +02:00
Matthias Kuhn
c277e6e55e Fix tests, partially reverts ff1f9cf 2016-07-02 18:55:22 +02:00
Juergen E. Fischer
b649c0bf20 release.pl:
* add second 'master' branch for interim release before a new major release
* allow to skip transifex update
2016-07-02 18:36:58 +02:00
Matthias Kuhn
ff1f9cf595 Doxymentation for QgsVectorLayer signals 2016-07-02 18:09:19 +02:00
Juergen E. Fischer
9446b20fe1 [gui/hidpi] scale splash screen on startup not on release 2016-07-02 17:44:22 +02:00
Matthias Kuhn
87d0168ff8 Fix comment typo 2016-07-02 17:16:43 +02:00
Matthias Kuhn
f54d845d41 Run startup.py only once
Fix #15189
2016-07-02 17:15:31 +02:00
Nathan
459fa8c0c5 [style dock] fix crash with undo widget 2016-07-02 22:56:07 +10:00
Alvaro Huarte
4057c3a6b4 Add test code 2016-07-01 11:05:01 +02:00