Borys Jurgiel
279c674cf0
Add comments to unlcear translatable strings
2017-12-13 13:54:38 +01:00
Nyall Dawson
6e182107d7
Merge pull request #5657 from DelazJ/patch-2
...
[Bugfix] Snapping widget: Ensure layer column is fully visible
2017-12-11 11:56:12 +11:00
Borys Jurgiel
053fec89a2
Fix untranstatable strings
2017-12-04 15:44:46 +01:00
Harrissou Sant-anna
62bd37762d
Allow better resizing of Projection selector widget tree
2017-11-18 21:12:31 +01:00
Martin Dobias
b140b29718
[FEATURE] Tracing with optional offset
...
Tracing button in the snapping toolbar gets extra menu where it is possible to set
offset that will be applied to the traced line. Offset value can be either positive
(right side) or negative (left side).
2017-10-10 10:50:27 +02:00
Nyall Dawson
a87d352bd7
Run clang-tidy modernize-use-default-member-init to move member
...
initialization to headers (c++11 style)
2017-09-27 05:02:34 +10:00
Nyall Dawson
31c1ae1c6a
Add missing QStringLiterals
2017-09-25 17:12:03 +10:00
Nyall Dawson
ba64e3e533
Remove redundant initializations
...
Fixes when a member is initialized both in the header and
source to the same initial value
(via clang-tidy modernize-use-default-member-init fixit)
2017-09-11 17:09:35 +10:00
Denis Rouzaud
8d073ce53e
partial fix of snapping config issues
2017-05-30 14:39:33 +02:00
Alexander Bruy
0c621eac0f
homogenize allowed tolerance values ( fix #16336 )
2017-04-30 14:37:53 +03:00
Nyall Dawson
78685e1a49
Qt5 style connects
2017-03-30 11:11:28 +10:00
Juergen E. Fischer
a10c890383
More QgsSettings updates:
...
* revives WMS
* QgsSettings::clear() added
* section added to QgsSettings::contains()
* type parameter added to sip binding of QgsSettings.value()
* TODO: customization & evis
2017-03-04 02:37:59 +01:00
Denis Rouzaud
dccf8c9e13
run astyle on src/app
2017-03-03 09:09:37 +01:00
Nyall Dawson
8094cf996b
Remove support for setting map units in QgsMapSettings, QgsMapCanvas and QgsDxfExport
...
In a post-OTF-disabled world these are no longer required. The
map units are dictated by the map units for the destination
CRS.
It's dangerous to separate these two properties as setting
the incorrect map units for a given CRS will result in
incorrect scale calculations.
2017-03-01 07:29:35 +10:00
Martin Dobias
d56a97d4fe
Merge QgsMapLayerRegistry into QgsProject
...
All methods/signals of QgsMapLayerRegistry moved verbatim to QgsProject.
2016-12-10 15:18:12 +08:00
nirvn
8e147802cb
[snapping] move tracing action to snapping toolbar
2016-12-07 15:29:19 +07:00
nirvn
a6030d652d
[snapping] fix enable state of snapping widget's elements
2016-12-07 15:29:19 +07:00
Matthias Kuhn
322edff6e4
Remove snapping settings from status bar
2016-10-26 10:55:10 +02:00
Matthias Kuhn
a43f8a3616
Address snapping config UX problems
...
See https://github.com/qgis/QGIS/pull/3617#issuecomment-255114425
2016-10-25 13:44:23 +02:00
Nyall Dawson
4166a3ea62
Fix most clazy qstring-unneeded-heap-allocations warnings
...
By flipping string literals to QStringLiteral/QLatin1String
see
https://woboq.com/blog/qstringliteral.html
2016-10-24 15:26:24 +10:00
Matthias Kuhn
5c919fbcca
Move topological editing setting management fully to QgsProject
2016-10-20 12:56:35 +02:00
Denis Rouzaud
64d3c788f1
Use toolbar or status bar for snapping config
2016-10-20 12:56:35 +02:00