Nyall Dawson
|
a15b54d997
|
Swap missing 0->nullptr and add missing overrides
|
2017-12-12 21:14:58 +11:00 |
|
Nyall Dawson
|
04a9cd9211
|
Add more consistency to doxygen formatting
|
2017-10-06 08:19:00 +10:00 |
|
Nyall Dawson
|
92af1dacaf
|
Replace default constructors/destructors with = default
|
2017-10-01 06:52:14 +10: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 |
|
Juergen E. Fischer
|
0a1517bfaa
|
header cleanups
|
2017-03-04 02:38:15 +01: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 |
|
Juergen E. Fischer
|
b9162dccdf
|
scripts/astyle-all.sh run
|
2017-03-03 15:37:12 +01:00 |
|
Nyall Dawson
|
d19e70700f
|
Ensure all pointer variables are initialized to nullptr
|
2017-02-18 20:23:18 +10:00 |
|
Matthias Kuhn
|
dfd9833467
|
Let all tests work with a proper QgsApplication instance
|
2016-12-20 01:20:08 +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 |
|
Juergen E. Fischer
|
8214608169
|
more nullptr updates (folloup 320c696)
|
2015-12-16 16:29:29 +01:00 |
|
Nyall Dawson
|
5ed3d1b73f
|
Use QString::arg multi argument method to avoid extra heap allocations
|
2015-10-15 17:51:06 +11:00 |
|
Nyall Dawson
|
8a949fa1a6
|
Fix some leaks
|
2015-09-24 08:25:23 +10:00 |
|
Nyall Dawson
|
f628ebd423
|
Replace foreach with Q_FOREACH
For:
- consistency
- to make it immediately clear that this is a Qt macro and that it
works slightly differently to c++ for loops
|
2015-09-09 19:17:29 +10:00 |
|
Nyall Dawson
|
7c10760225
|
Followup 73ffb83a, finishing changing all Q_FOREACH to references
|
2015-09-09 19:17:19 +10: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 |
|
Nyall Dawson
|
868720b7e0
|
Coverity null dereference fixes
|
2015-02-11 16:03:04 +11:00 |
|
Nyall Dawson
|
5160d467cb
|
More (probably harmless) uninitialized variables in tests
|
2015-02-07 13:16:03 +11:00 |
|
Juergen E. Fischer
|
bff64fdef9
|
indentation update
|
2014-12-30 22:47:09 +01:00 |
|
Matthias Kuhn
|
cae6baea90
|
Formatting of tests
|
2014-11-21 11:45:33 +01:00 |
|
Matthias Kuhn
|
95f6483855
|
Fix some race condition segfaults of tests on exit
|
2014-11-21 11:45:32 +01:00 |
|
Matthias Kuhn
|
78c519546a
|
Add Qt5 support
|
2014-11-21 11:45:32 +01:00 |
|
Matthias Kuhn
|
1c2bdf1ea3
|
Switch tests to automoc
Required for Qt5 compatibility
Raises minimum CMake version to 2.8.6
|
2014-11-04 09:18:26 +01:00 |
|
Juergen E. Fischer
|
10f3cf38fa
|
more QuantumGIS => QGIS updates
|
2013-06-09 18:52:05 +02:00 |
|
Juergen E. Fischer
|
63cc49be61
|
fix warnings brought up by clang
|
2013-02-02 17:06:22 +01:00 |
|
Etienne Tourigny
|
7d0d5d3267
|
scanItemsInBrowser2/scanZipInBrowser2 : remove QgsApplication::upgradeConfig() and fix tests
|
2012-11-15 16:30:42 -02:00 |
|
Etienne Tourigny
|
b754f0771f
|
add QgsApplication::upgradeConfig to upgrade any configs that changed from 1.8
use different keys for scanItemsInBrowser and scanZipInBrowser in qgis-1.9 because new storage type (string vs. int) causes conflicts with 1.8
|
2012-11-06 18:17:54 -02:00 |
|
Juergen E. Fischer
|
9faa4017b8
|
fix warnings
|
2012-10-18 00:05:05 +02:00 |
|
Juergen E. Fischer
|
24e3559f94
|
fix test crash on windows
|
2012-08-18 02:37:38 +02:00 |
|
Etienne Tourigny
|
04aab2938c
|
do not show file extension in TOC, add QqsLayerItem::layerName() for getting layer name (bug #5621)
|
2012-05-28 00:16:56 -03:00 |
|
Etienne Tourigny
|
589460b2dc
|
add tests for QgsDataItem - verify that .gz and .vrt files are not recognized as both gdal and ogr items (bug #5636)
|
2012-05-28 00:16:50 -03:00 |
|