Alexander Bruy
26df41f950
Merge pull request #2945 from sept-en/master
...
[processing] fixed UI bug with invalid button width in Modeler algorithm dialogs
2016-03-29 16:48:33 +03:00
Matthias Kuhn
944db6d2be
Fix llvm apt repository
2016-03-29 15:41:20 +02:00
Even Rouault
9b198f1f1b
INSTALL: mention not to install msinttypes package in OSGeo4W
2016-03-29 14:27:35 +02:00
Nathan Woodrow
956d54a7b9
Don't need to be told the sqlite db has been created
...
Will show up in browser right away
2016-03-29 22:10:05 +10:00
Nathan Woodrow
d732d845f1
Ignore remove legend entries dialog with shift help
2016-03-29 22:10:03 +10:00
Matthias Kuhn
631a7fd9d3
WMS provider with Qt5 sends STYLES=& instead of STYLES&
2016-03-29 12:53:43 +02:00
Matthias Kuhn
ad8ee31df8
Allow sorting identifyable and readonly layers by checkbox
2016-03-29 08:29:00 +02:00
Matthias Kuhn
b1aa20b50c
Add QgsTableWidgetItem for easier sorting of checkbox tables
2016-03-29 08:29:00 +02:00
Matthias Kuhn
ae7b657da3
Add a new filter for WritableLayers to QgsMapLayerProxyModel
2016-03-29 08:27:53 +02:00
Matthias Kuhn
93e73ac66f
Make readOnly mode of vector layers configurable
2016-03-29 08:27:53 +02:00
Matthias Kuhn
1c59eff12d
[Feature] Save readonly mode of vector layers in project
2016-03-29 08:27:53 +02:00
Matthias Kuhn
d06c4f8f31
Make QgsMapLayerProxyModel::exceptedLayers a property
2016-03-29 08:27:53 +02:00
Matthias Kuhn
54219c571f
Centralize handling of non-identifiable layers in QgsProject
2016-03-29 08:27:53 +02:00
Matthias Kuhn
fbc2a4ee7a
Fix locale problems in PyQgsAppStartup test
2016-03-29 08:20:44 +02:00
Matthias Kuhn
0cc7ae0ff4
Inlcude PyQgsAppStartup test on Qt5
2016-03-29 08:20:43 +02:00
Matthias Kuhn
a129f190b8
Improve debug output of app startup test
2016-03-29 08:20:43 +02:00
Matthias Kuhn
e133b42896
Enable console with Python3 / PyQt5
2016-03-29 08:20:43 +02:00
Nyall Dawson
a4ed8e03e6
Fix field calc bar error when setting to field name with spaces
2016-03-29 11:24:54 +11:00
Nyall Dawson
53b493c6e6
Fix stats dock not working with field names with spaces ( fix #14541 )
2016-03-29 11:12:27 +11:00
Nyall Dawson
af8c1667df
Fix QgsFieldExpressionWidget reporting field names with spaces as
...
invalid, add tests
2016-03-29 11:04:49 +11:00
Septen
bf83f4ebd0
[processing]Fixed UI bug with invalid button width.
2016-03-27 23:02:45 +04:00
Juergen E. Fischer
4e60dafb13
disable symbol visiblity flags for globe plugin on release builds on trusty
...
(cherry picked from commit 1bb98d6db932b0d1d7db0d34eb06fae144c523cf)
2016-03-27 20:02:26 +02:00
Matthias Kuhn
3eb7f39281
Geometry testing, reduce default precision
2016-03-27 13:31:15 +02:00
Matthias Kuhn
7709f3f001
Copyable output of testing environment variables
2016-03-27 13:31:14 +02:00
Anita Graser
b8d1fb6fc9
added buffer tests
2016-03-27 13:31:14 +02:00
Matthias Kuhn
e922ba37fb
Merge pull request #2942 from rouault/missing_sqlite3_include_tests_analysis
...
Add missing SQLITE3_INCLUDE_DIR in tests/src/analysis/CMakeLists.txt
2016-03-27 11:00:27 +02:00
Matthias Kuhn
060019cbb4
Merge pull request #2947 from rouault/minmax_longlong
...
Make QgsVectorDataProvider::fillMinMaxCache() handle LongLong
2016-03-27 10:57:41 +02:00
Juergen E. Fischer
fbf4d675ca
de-plenk more
2016-03-25 23:08:32 +01:00
Juergen E. Fischer
962726cf66
de-plenk exclamation marks
2016-03-25 22:50:50 +01:00
Juergen E. Fischer
e1d3dd5ff6
geometry checker: refine dialog (implement #14572 )
2016-03-25 22:34:06 +01:00
Juergen E. Fischer
b1a4ef27da
prepare-commit.sh: show progress
2016-03-25 20:29:18 +01:00
Even Rouault
6ac13988b1
Make QgsVectorDataProvider::fillMinMaxCache() handle LongLong
...
The code currently fallbacks to dealing with LongLong fields as
strings, which breaks the ProviderTestCase testMinValue() and
testMaxValue() tests, if we change the definition of the tests
of the memory provider to use a int8 field for the cnt field.
======================================================================
FAIL: testMaxValue (__main__.TestPyQgsMemoryProviderIndexed)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/even/qgis-git/Quantum-GIS.clean/tests/src/python/providertestbase.py", line 349, in testMaxValue
self.assertEqual(self.provider.maximumValue(1), 400)
AssertionError: u'400' != 400
======================================================================
FAIL: testMinValue (__main__.TestPyQgsMemoryProviderIndexed)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/even/qgis-git/Quantum-GIS.clean/tests/src/python/providertestbase.py", line 345, in testMinValue
self.assertEqual(self.provider.minimumValue(1), -200)
AssertionError: u'-200' != -200
2016-03-25 17:48:52 +01:00
Bas Couwenberg
3818cbc29b
Move all post installation changes to dh_auto_install override.
2016-03-25 17:35:23 +01:00
Bas Couwenberg
2e1b0cd20b
Update upstream metadata URLs to use HTTPS.
2016-03-25 17:24:20 +01:00
Bas Couwenberg
83d823e76d
Enable all hardening buildflags.
...
Adds ld -z now & -fPIE -pie.
2016-03-25 17:19:59 +01:00
Bas Couwenberg
8a133ddf53
Use Standards-Version 3.9.7 for sid, stretch & xenial.
2016-03-25 17:05:44 +01:00
Bas Couwenberg
3b24247de9
Update copyright file.
...
Changes:
- Update copyright years for Jürgen E. Fischer
- Add license & copyright for qwtpolar-1.1.1
- Group CMake files by Simon Edwards
2016-03-25 17:01:18 +01:00
Bas Couwenberg
7248d586bf
Fix 'nubmer' typo, replace with 'number'.
2016-03-25 16:55:24 +01:00
Alexander Bruy
428ec00e5b
fix typo
2016-03-25 16:21:06 +02:00
Alexander Bruy
619356ea1c
[processing] add OPTIMIZE_SIZE option to gdalwarp ( fix #5651 )
2016-03-25 15:37:20 +02:00
Alexander Bruy
660bb27388
[processing] replace some raster icons with SVG to improve HiDPI support (refs #14474 )
2016-03-25 15:19:52 +02:00
Alexander Bruy
6f7961044f
[processing] refactor Virtual vector layer algorithm
...
Add support for unioned layers (fix #12991 )
2016-03-25 15:19:52 +02:00
elpaso
2d3b813d22
Fixes an error when unloading plugins
...
Custom utils._import was never called, because
builtins was correctly imported (even if it missed __import__)
and _import was then monkey patched to builtins instead of __builtin__
Tested on python 2
2016-03-25 12:17:58 +01:00
Juergen E. Fischer
8af5edce12
pyqtwrapper: update some remaining scripts
2016-03-25 10:42:17 +01:00
Juergen E. Fischer
f129540991
don't include future for python3 (followup 2b55d89)
2016-03-25 10:41:37 +01:00
Juergen E. Fischer
2b55d89d2a
give qgis future (followup 15b3600)
2016-03-25 01:00:45 +01:00
Sandro Mani
a0b9877b3d
[Geometry checker] Fix crash in QgsGeometryAreaCheck::mergeWithNeighbor due to incorrect code ordering
2016-03-24 23:15:10 +01:00
Sandro Mani
d3e08dabd1
[Geometry checker] Make QgsGeometryCheckError::geometry return the geometry of the affected part only, if a part is defined
2016-03-24 23:14:27 +01:00
Jürgen Fischer
0d21e640a9
Merge pull request #2944 from rouault/fix_crash_on_invalid_spatialite_iterator
...
[Spatialite] Fix crash on iterator closing if connection failed.
2016-03-24 20:21:11 +01:00
Juergen E. Fischer
ea4a0e27d9
testqgswcspublicservers: also update network timeout (followup 3894159)
2016-03-24 18:39:00 +01:00