Even Rouault
f11eb45839
qgsimageoperation.cpp: fix (likely false-positive) warning about potential integer overflow in the loop increment
2020-06-15 11:17:46 +10:00
Even Rouault
e2eabe49f9
qgso2.cpp: fix false-positive warning about potentially unused variable
2020-06-15 11:17:46 +10:00
Even Rouault
c77ba5e0ee
qgsmeshrenderer3daveragingwidget.cpp: fix false-positive warning about potentially unused variable
2020-06-15 11:17:46 +10:00
Even Rouault
6e81d1f5bf
qgsgeometrygapcheck.cpp: fix false-positive warning about potentially unused variable
2020-06-15 11:17:46 +10:00
Even Rouault
8de4821f8d
external/rtree: fix warning about unused variable
2020-06-15 11:17:46 +10:00
Even Rouault
2946083b01
external/mdal: fix warnings about unused variables
2020-06-15 11:17:46 +10:00
Even Rouault
e4dafb590a
qgstracer.cpp: fix warning about potentially uninitialized variable (likely false positive, but not so obvious)
2020-06-15 11:17:46 +10:00
Even Rouault
0d9e063512
QgsProcessingParameters::parameterAsSink(): add nullptr check for consistency
2020-06-15 11:17:28 +10:00
Even Rouault
ff86fa1027
cppcheck.sh: turn 'unusedPrivateFunction' warnings as errors
2020-06-15 11:17:28 +10:00
Even Rouault
f57ff144ed
Remove unused QgsServer::serverName() private function
2020-06-15 11:17:28 +10:00
Even Rouault
3d5941d8a7
Remove unused QgsExpressionContextScope::variableNameSort() private function
2020-06-15 11:17:28 +10:00
Even Rouault
037409f2e3
cppcheck.sh: turn 'redundantCondition' warnings as errors
2020-06-15 11:17:28 +10:00
Even Rouault
64808101da
Fix 'redundantCondition' cppcheck warnings
2020-06-15 11:17:28 +10:00
Even Rouault
21bc22fdbc
cppcheck.sh: make duplicateExpressionTernary an error
2020-06-15 11:17:28 +10:00
Even Rouault
c7de294069
qsql_ocispatial.cpp: use WKBMultiCurveZ for 3D geometries. Spotted by cppcheck
2020-06-15 11:17:28 +10:00
Even Rouault
775ad77a79
cppcheck.sh: make issues in 'error' category to fail build
2020-06-15 11:17:28 +10:00
Even Rouault
949f631fcb
qgsapplayertreeviewmenuprovider.cpp: avoid false positive error from old cppcheck about uninitialized variable
2020-06-15 11:17:28 +10:00
Even Rouault
e292cb7371
QgsGeometryCheck::LayerFeatureIds constructor: avoid false positive cppcheck about self assignment
2020-06-15 11:17:28 +10:00
Even Rouault
c680caa6af
qsql_ocispatial.cpp: rework QOCISpatialBatchColumn memory allocations to avoid false positve cppcheck memleak errors
2020-06-15 11:17:28 +10:00
Even Rouault
ef8d0dc6c8
src/3d: tag false positive cppcheck memleak errors
2020-06-15 11:17:28 +10:00
uclaros
b32bdb2d1d
add myself to the contributors
2020-06-15 11:17:13 +10:00
Samweli Mwakisambwe
a17a49ea38
handle import and name errors with the Authentication class
2020-06-15 11:16:44 +10:00
Andrea Giudiceandrea
f9b897b999
Fix non-translatable string in TIN interpolation alg
2020-06-15 10:12:33 +10:00
Harrissou Sant-anna
5caa007fa6
Allow automatic naming when duplicating/renaming a layout
...
and the naming widget is set empty
2020-06-15 10:06:07 +10:00
Richard Duivenvoorde
e9a0c01b21
Fix #37174 fix encoding of ellipsis in Windows and make translatable
2020-06-14 07:25:46 +10:00
Even Rouault
5dcb476356
QgsDebugXXX macros: expand them do a dummy statement instead of an empty one to avoid compiler warnings in non-debug mode
2020-06-14 07:25:16 +10:00
nirvn
147d873e27
[ui] Improve looks of variable editor widget on non-default themes
2020-06-13 16:41:36 +07:00
Mathieu Pellerin
11c9009296
Resurrect azure 32-bit test
2020-06-13 14:44:44 +07:00
Nyall Dawson
a5101f2ade
[sipify] Fix header formatting
2020-06-13 16:49:14 +10:00
Nyall Dawson
cedd73ee4d
More list formatting fixes
2020-06-13 16:49:14 +10:00
Nyall Dawson
561a8326c5
Modernize language
...
And avoid insensitive/trigger words (as far as possible -- some are
coming from Qt or other external APIs)
2020-06-13 16:48:38 +10:00
Juergen E. Fischer
49c62a556f
[sip] Fix use of deleted method in QgsRequestHandler (followup #37116 , refs #37072 )
2020-06-12 21:42:26 +02:00
Juergen E. Fischer
18e220adfe
fix symbol conflict when building with static libraries ( fixes #37134 )
2020-06-12 21:42:26 +02:00
Juergen E. Fischer
c75aad0ebe
install INSTALL.md and NEWS.md
2020-06-12 21:42:26 +02:00
Nyall Dawson
8eb1a45e21
Avoid losing expression context when accidentally assigning
...
a context to itself
2020-06-13 04:02:50 +10:00
Nyall Dawson
24897ab86a
[layouts] Fix attribute table sort order combined with feature filter
...
results in empty tables
Fixes #36341
2020-06-13 04:02:50 +10:00
Alessandro Pasotti
03e81e877b
Replace em dash with QChar unicode literal in QStringLiteral
...
Fixes #37153
2020-06-13 04:01:52 +10:00
Alessandro Pasotti
af4ca5db42
Merge pull request #37165 from elpaso/try-mxe-again
...
Try to re-enable MXE
2020-06-12 17:47:32 +02:00
Alessandro Pasotti
cda283988b
Merge pull request #37135 from elpaso/bugfix-gh29682-vertex-editor-locale
...
Fix editor vertex with "non-dot" locales
2020-06-12 14:40:28 +02:00
Alessandro Pasotti
fb994711ba
Vertex editor: same formatting as displayText
2020-06-12 11:57:15 +02:00
Alessandro Pasotti
dad6483fbd
Try to re-enable MXE
2020-06-12 11:20:00 +02:00
nirvn
6bd364e381
[decorations] Code cleanup for the grid decoration
2020-06-12 14:44:09 +07:00
Nyall Dawson
c1e6d13a3c
Add some missing variable help text, set @geometry_point_num for
...
random marker and point pattern fills and add row/col number variable
for point pattern fills
2020-06-12 17:02:43 +10:00
Vincent Cloarec
b23eadd6dd
multi mesh from browser ( #37145 )
2020-06-12 08:10:56 +02:00
Denis Rouzaud
e4987fd911
feature picker model: correctly initalize fields for invalid feature
...
and force it to be valid in the expression preview widget, so expression can be evaluated even when layer has no feature
fixes #37100
2020-06-12 08:53:27 +10:00
José de Paula Rodrigues Neto Assis
bf04e38980
Code review.
...
Cleaner usage of std::shared_ptr< QgsPostgresSharedData >; removed
useless calls to .clear() on first invocation of methods. Code reviewd
by Nyall Dawson.
2020-06-12 08:48:44 +10:00
José de Paula Rodrigues Neto Assis
2a2188e58b
Changed tests after rebasing on top of 7120e5da328
...
That change made a few improvements, and uncovered a bug in handling
tables with composite primary keys if one component is an integer.
2020-06-12 08:48:44 +10:00
José de Paula Rodrigues Neto Assis
952542abf9
Tests to check correctness of WHERE clauses for PostgreSQL
2020-06-12 08:48:44 +10:00
Blottiere Paul
bdba59a579
Fixes cpp check
2020-06-12 08:45:13 +10:00
Blottiere Paul
01e879c5b0
Update QgsRuleBasedRenderer::RenderJob
2020-06-12 08:45:13 +10:00