Nyall Dawson
92af1dacaf
Replace default constructors/destructors with = default
2017-10-01 06:52:14 +10:00
Alexandre Neto
8d4dec5c3f
Making dialog titles use Book Style Capitalization [needs-docs]
2017-07-26 15:16:36 +01:00
Nyall Dawson
943d1a2ca5
More Qt5 style connect conversions
2017-03-28 09:18:59 +10:00
Nyall Dawson
864cae4092
Ensure operations which should apply to all canvases do
2017-03-14 09:28:33 +10:00
Denis Rouzaud
dccf8c9e13
run astyle on src/app
2017-03-03 09:09:37 +01:00
Denis Rouzaud
a373f95707
[FEATURE] add functionnality to copy/move feature to move feature map tool
2016-11-15 11:28:47 +01: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
93e73ac66f
Make readOnly mode of vector layers configurable
2016-03-29 08:27:53 +02:00
Nyall Dawson
576875e998
Followup 320c696 use clang-modernize to replace 0/NULL use with nullptr
2015-12-15 11:24:51 +11:00
Nyall Dawson
7d59be880a
Fix coverity issues
2015-12-10 08:13:21 +11:00
Matthias Kuhn
d2b506cccc
Expose changed attributes in QgsFeatureAction and QgsVectorLayerTools
2015-11-30 14:19:35 +01:00
Nyall Dawson
c6df096c38
Followup c49b5b7, more fixes
2015-10-07 18:32:24 +11:00
Matthias Kuhn
1e6f673a23
Update email address
2015-08-30 13:00:15 +02:00
Denis Rouzaud
9e3183c63f
Revert "sort includes"
...
This reverts commit 2b7d3d3c73b50ba6dc74abec6dd652ff1b87c0ec.
2015-06-10 14:54:47 +02:00
Denis Rouzaud
2b7d3d3c73
sort includes
2015-06-10 13:59:08 +02:00
Gillian Milani
b6e8f01f77
remove repaint when layer is not modified
2014-11-24 08:38:12 +01:00
Gillian Milani
9231f548b5
clean code style with prepare-commit.sh
2014-11-24 08:38:12 +01:00
Gillian Milani
6f4809d45b
add a save button for subform (1-n relations)
2014-11-24 08:38:12 +01:00
Matthias Kuhn
b1a2bef1fc
[relation widgets] General update
...
* Improve speed (lazy loading)
* Loop detection for circular dependencies (Fix #10850 )
* Some memory leaks fixed
* More const-correctness
* Fix the attribute editor context
2014-09-12 09:30:39 +02:00
Matthias Kuhn
fb32966932
Move addFeature, startEditing and stopEditing vector layer actions
...
to an abstract base class QgsVectorLayerTools in the gui library,
so these can be reimplemented for a custom app, but can also be used
from plugins or in the gui library.
2013-10-07 16:17:42 +02:00