David
0b05030797
improved signal/slot and flexible layer handling
...
two signals now digitizingCompleted and digitizingFinished using deleteLater() for no conflicts
the addFeature is using the currentLayer. when the duplicatedigitized-action has a given layer it uses the given. otherwise the current. the given will be set as current and on decativation of the digitizing it's set back.
2017-12-20 11:18:53 +01:00
David
1295efc4a3
add the new icons for duplication
...
for duplicate feature and duplicate feature digitize there are new icons. they are added to the project now.
2017-12-20 11:18:53 +01:00
David
67abdd31ed
add new svgs for duplicate and duplicate digitized feature
2017-12-20 11:17:12 +01:00
David
9799cd8394
working upload - new signals in digitizefeature
...
digitizingFinished -> digitizing made - feature can be duplicated now
digitizingFinalized -> and everything else done - MapTool can be deactivated
digitizingAborted -> it's deactivated (because of cancel or everything done does not matter) - object can be deleted
2017-12-20 11:17:12 +01:00
David
7b199ed4a9
initialize map tool in function
2017-12-20 11:17:12 +01:00
David
3b3d3048e3
redigitize on feature duplication
...
there are two actions duplication and duplication redigitize. in redigitize you can set a new geometry for the duplication.
2017-12-20 11:17:12 +01:00
David
e1b6daa474
action mapping for duplicate feature
2017-12-20 11:05:04 +01:00
Etienne Trimaille
bf45d0b618
Crs ( #5908 )
...
* fix display of CRS if invalid CRS
* fix #17455 set an empty CRS if the read CRS from XML is wrong
* add warning about empty CRS node when reading XML
2017-12-20 10:46:00 +02:00
Etienne Trimaille
9a5435ff1e
remove CRS picker and allow only layer CRS or provider CRS in metadata editor ( #5915 )
2017-12-20 10:35:49 +02:00
Nyall Dawson
3c7f745424
Merge pull request #5919 from nyalldawson/iter_datum
...
Use transform context in feature requests with destination crs set
2017-12-20 19:02:11 +11:00
Nyall Dawson
4643712a1e
Fix missing transform contexts for QgsDistanceArea
...
QgsDistanceArea.setSourceCrs() now requires a QgsTransformContext
argument.
2017-12-20 17:37:46 +10:00
Mathieu Pellerin
bf8570920f
Use qgsfilewidget for the delimited text prodivder source select ( #5920 )
2017-12-20 12:43:30 +07:00
Nyall Dawson
6528f1c307
Require a transform context when setting the destination crs for
...
a feature request
Forces correct datum handling for these requests, and removes
a few more uses of the deprecated/datum unaware transforms.
2017-12-20 12:32:20 +10:00
Nyall Dawson
b24a1bf10d
Add transform context to processing context
2017-12-20 12:21:14 +10:00
Denis Rouzaud
8a5d53325c
[doxygen] add test to ensure code snippet use \code command
2017-12-19 21:19:45 -04:00
Denis Rouzaud
5dc9b5869a
fix empty lines with spaces
2017-12-19 21:17:29 -04:00
Denis Rouzaud
bdfd345034
fix code descriptor
2017-12-19 21:17:29 -04:00
Denis Rouzaud
45315bbfd6
add cpp to code type
2017-12-19 21:17:29 -04:00
Denis Rouzaud
7b0ad1b6d5
fix code snippet and do not display cpp code in sip files
2017-12-19 21:17:29 -04:00
Denis Rouzaud
64c99e054c
run sipify for code snippets
2017-12-19 21:17:29 -04:00
Denis Rouzaud
d042304cc3
[sipify] habndle python code snippets
2017-12-19 21:17:29 -04:00
Denis Rouzaud
90e5196996
run sipify
2017-12-19 14:55:46 -04:00
Denis Rouzaud
36a05a3a0d
do not create link for current class
2017-12-19 14:55:46 -04:00
Denis Rouzaud
db8a7c613b
[sipify] also create links in docstrings
2017-12-19 14:55:46 -04:00
Sandro Santilli
336995dc30
Allow age expression to represent time intervals above 130 years ( #5914 )
...
Uses a 64bit integer instead of 32bit one for seconds,
meaning about 584 billions of years rather than 136...
Closes #17681
Includes test
2017-12-19 19:11:13 +01:00
Mathieu Pellerin
cefae89a8e
[layouts] avoid adding too much bleeding pixels for page items ( #5910 )
2017-12-19 20:26:54 +07:00
Mathieu Pellerin
70d61fd6f6
[3d] attach transform context in QgsTerrainTextureGenerator ( #5911 )
2017-12-19 17:33:29 +07:00
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