Sandro Santilli
5308b265db
Fix typo in documentation (missing quote)
2017-12-19 10:39:31 +01:00
Nyall Dawson
a44a598fa3
[layouts] Fix crash on svg warning dialog close
2017-12-19 14:57:23 +10:00
Nyall Dawson
ef1bdd30f1
Merge pull request #5909 from nyalldawson/layout_next
...
Layout SVG exports
2017-12-19 15:29:50 +11:00
Nyall Dawson
4054a2bb9a
Fix ui weirdness when editing guide positions via widget
2017-12-19 13:39:58 +10:00
Nyall Dawson
e9c0d29ff1
Fix repositioning guides on pages > 1
2017-12-19 13:26:32 +10:00
Nyall Dawson
b594ecd7c5
Fix missing page shadows
2017-12-19 13:03:10 +10:00
Nyall Dawson
54acc80d14
Indentation
2017-12-19 13:00:49 +10:00
Denis Rouzaud
41baaad0b8
fix after rebase
2017-12-18 22:24:49 -04:00
Denis Rouzaud
3978626310
allow to have single dest/source transform in dialog
2017-12-18 22:24:49 -04:00
Denis Rouzaud
52f6701d16
give more room to proj selection widget
2017-12-18 22:24:49 -04:00
Denis Rouzaud
d4a20c0a68
use table widget instead of tree for better column display
2017-12-18 22:24:49 -04:00
Denis Rouzaud
b1eb838fe6
fix datum transform dialog shown when option is disabled
2017-12-18 22:24:49 -04:00
Nyall Dawson
2007792f77
Restore layered svg export option
2017-12-19 12:06:29 +10:00
Nyall Dawson
d06e12743f
Add unit test for svg export
2017-12-19 11:28:19 +10:00
Nyall Dawson
664025709e
[layouts] Allow double-clicking to add layer to legend
...
Fixes #14410
2017-12-19 11:06:57 +10:00
Nyall Dawson
b25c48917f
[layouts] Suggest export file names based on layout name ( fix #9476 )
2017-12-19 11:02:25 +10:00
Nyall Dawson
c7bd7b3d67
Add method to ensure file name string is safe
2017-12-19 10:59:27 +10:00
Nathan Woodrow
08d27630ea
Don't copy default themes to user folder
...
It's just wasting space in the profile folder, and now with profiles you
will get extra copies which you don't need. Also makes it hard for us
to update "core" themes if they are in the users profile folder.
2017-12-19 10:53:15 +10:00
Nyall Dawson
0a02ed4312
Add tooltip for legend auto update checkbox ( fix #13576 )
2017-12-19 10:38:28 +10:00
Nyall Dawson
613b1584d1
Start restoring SVG export
2017-12-19 10:38:28 +10:00
Nyall Dawson
cbc8570ae7
Fix unbalanced painter save/restore for map items
2017-12-19 10:38:28 +10:00
Nyall Dawson
7c8f4c3e12
Fix extensions not automatically added to new filenames in QgsFileWidget
...
Fixes a UX regression introduced by swapping dialogs to use
QgsFileWidget, where on some platforms the extension is not
automatically added for selected file names
2017-12-19 11:37:58 +11:00
Nyall Dawson
128e37eaf4
Add some extension and filter handling functions to QgsFileUtils
2017-12-19 11:37:58 +11:00
Nyall Dawson
48e6ec58e8
Merge pull request #5906 from nyalldawson/datum
...
Datum fixes and cleanups
2017-12-19 11:33:35 +11:00
Nyall Dawson
13a888d2f8
[ogr] Fix ExactIntersection flag should be ignored if filter rect
...
is not set
And add provider test case to ensure no other providers have this
issue
2017-12-19 11:29:53 +11:00
Nyall Dawson
a77b5b6517
Fix copy/paste error, update unit tests
2017-12-19 09:11:39 +10:00
Nyall Dawson
c7017914a0
Doxygen
2017-12-19 08:48:32 +10:00
Nyall Dawson
f216b188d6
Move all datum transform related methods to QgsDatumTransform
2017-12-19 08:47:02 +10:00
Denis Rouzaud
e678bfa042
use cmake 3.10 in Docker dependency image
...
this should make Travis log nicer to read
thanks to @m-kuhn patch to cmake
see https://gitlab.kitware.com/cmake/cmake/merge_requests/1133
2017-12-18 16:16:25 -04:00
Nyall Dawson
753b3e0820
Merge pull request #5898 from nyalldawson/datum
...
Datum transform fixes, header reworking
2017-12-19 06:17:35 +11:00
Borys Jurgiel
51bb631b2a
Also use the pyQgisVersion approach in QgsPluginRegistry
2017-12-18 19:51:59 +01:00
Borys Jurgiel
c4c5cba48a
Bump up core plugins' qgisMinimumVersion. Do not merge without b43386605fc298f or other alternative.
2017-12-18 17:57:21 +01:00
Borys Jurgiel
b43386605f
[Plugin installer] Make QGIS x.99 only compatible with plugins for the next major release. Introduce 'pyQgisVersion' that usually sticks to QGIS_VERSION, but bumps up to the next release for all the .99 versions
2017-12-18 17:30:15 +01:00
Borys Jurgiel
7c01b7e647
[Plugin installer] Follow up 54f312fa7f5b1ff and temporarily hardcode plugin compatibility as 3.0
2017-12-18 14:58:35 +01:00
Denis Rouzaud
10b37f3f9b
add missing ovverride in macos build
2017-12-18 07:55:48 -04:00
Nyall Dawson
198486f0e9
Avoid including private header
2017-12-18 21:19:02 +10:00
Nyall Dawson
358c58d70b
Fix bad merge
2017-12-18 21:19:02 +10:00
Nyall Dawson
9ba1d28aa4
Don't cache context along with QgsCoordinateTransforms
...
This information should not be restored from the cache, since
it's project specific yet the cache is not
2017-12-18 21:19:02 +10:00
Nyall Dawson
25c3e135b0
Move datum transform structs out to their own header, to avoid
...
need to include private header file
2017-12-18 21:19:02 +10:00
Nyall Dawson
1c7e140263
Fix transform context not copied with render context copies
2017-12-18 21:19:02 +10:00
Etienne Trimaille
3fc746fbe7
fix unknown mQgis variable on macos
2017-12-18 11:55:48 +01:00
Nyall Dawson
6d069e8d5f
Merge pull request #5583 from m-kuhn/disableLocatorTest
...
[travis] Disable PyQgsLocator test
2017-12-18 20:56:33 +11:00
Nyall Dawson
a5f7f410a1
Merge pull request #5897 from nyalldawson/layout_next
...
Misc layout fixes
2017-12-18 19:41:00 +11:00
Matthias Kuhn
332c57d0f6
Follow the rules
2017-12-18 09:35:02 +01:00
Matthias Kuhn
003e622461
No sip bindings for private headers
2017-12-18 09:32:07 +01:00
Matthias Kuhn
7735019921
Revert "Add missing sip file"
...
This reverts commit c487ee6be0992931031ae930f698c19344f06061.
2017-12-18 09:30:41 +01:00
Matthias Kuhn
c487ee6be0
Add missing sip file
2017-12-18 09:29:16 +01:00
Blottiere Paul
05b8bf7f21
Merge pull request #5876 from peppsac/fix_17694
...
Fix parameter name decoding when using POST + urlencoded
2017-12-18 08:21:22 +00:00
Nyall Dawson
200669aefa
Fix guide positioning when multiple pages are present
2017-12-18 17:39:45 +10:00
Nyall Dawson
a1128a52a4
Hide guides from layout exports
2017-12-18 16:45:10 +10:00