Activity

From 2016-02-18 to 2016-03-18

2016-03-18

10:16 PM Revision 5902f0e1 (qgis): renamed algorithm_tests.yaml
Anita Graser
05:13 PM Revision 044379b7 (qgis): use link to release branch in about box for exported sources (fixeds #1...
Jürgen Fischer
02:27 PM Revision 6c1201cf (qgis): Merge pull request #2901 from bartnv/fix-iterating-import
[processing] Fix extension removal in exportVectorLayer Victor Olaya
02:20 PM Revision 2942ce57 (qgis): Merge pull request #2904 from medspx/processing_vector_bunch
[Processing] GRASS7 complete v.* algorithms (implements Redmine #5725) Victor Olaya
02:17 PM Revision 839db0a5 (qgis): Merge pull request #2871 from NaturalGIS/processing_fix_grass7_detectio...
processing fix GRASS7 detection on osx: courtesy Martin Laloux Victor Olaya
01:06 PM Revision 1fdd177c (qgis): [processing] do not search text in short help when filtering in toolbox
This should fix problems with slow and unresponsive filtering Victor Olaya
08:12 AM Revision 4f18701d (qgis): Add check to make sure minScale<=maxScale.
Those two fields are present in the vector layer properties. It
was possible to set a minScale bigger than the maxSca...
Patrick Valsecchi
07:59 AM Revision a1243d58 (qgis): Merge pull request #2924 from nyalldawson/qt5_fix
Fix compilation on Qt5 versions < 5.5 Matthias Kuhn
06:32 AM Revision 68f0e832 (qgis): Add qt5 test masks for compositions tests
Nyall Dawson
06:32 AM Revision da635d40 (qgis): Fix parsing of #rrggbbaa colors under Qt5
Nyall Dawson
06:32 AM Revision 6b4f6097 (qgis): Add masks for qt5 and enable atlas test
Nyall Dawson
02:13 AM Revision 6ea73680 (qgis): Fix compilation on Qt5 < 5.5
Nyall Dawson

2016-03-17

12:18 AM Revision 8d9443bd (qgis): Don't force use of SQL dialect when running ogr queries (fix #14407)
Using "SQL" dialect is not recommended as it forces use of the sometimes
buggy SDK query engines. This was breaking t...
Nyall Dawson
11:12 PM Revision 81d4d086 (qgis): Merge pull request #2862 from nyalldawson/server_test_gdal
Fix PyQgsServer test on GDAL >= 2.0 and fix handling of longlong types Nyall Dawson
03:10 PM Revision 08a1b072 (qgis): Disable watchDog when plugin was loaded successfully
Matthias Kuhn
03:10 PM Revision cc650f93 (qgis): Disable watchDog when plugin was loaded successfully
Matthias Kuhn
02:24 PM Revision adc811ca (qgis): Fix subform for relations are not shown
Followup 3fd3dae
Fix #14515
Matthias Kuhn
01:45 PM Revision c3881d48 (qgis): Add internal qwtpolar 1.1.1 for Qwt 6.1
(cherry picked from commit a9cb9906a296eba4f4a1f1dea414d1bd8f352271) Jürgen Fischer
01:16 PM Revision 9e6866ed (qgis): Merge pull request #2920 from bstroebl/testEliminate
[processing] Tests for eliminate Matthias Kuhn
02:23 AM Revision 09f6b918 (qgis): * fix pyuic wrapper on windows
* fix PyQt wrapper installation on precise Jürgen Fischer

2016-03-16

11:44 PM Revision 5c3c99cb (qgis): Fix failing mssql provider test
Nyall Dawson
11:42 PM Revision a0aba986 (qgis): Cleanup editor widget config dialogs
- Standardise capitalization
- Add external resource config to a scroll area, otherwise options may
be hidden
- Add c...
Nyall Dawson
04:34 PM Revision cd267b06 (qgis): [processing] change field access
Bernhard Ströbl
03:25 PM Revision 87e6ec0b (qgis): UI consistency "Rendering order..." to "Symbol levels..."
Matthias Kuhn
02:29 PM Revision bd64b4fd (qgis): [processing] renew test results depending on polys.gml
Bernhard Ströbl
02:17 PM Revision 155e7128 (qgis): [processing] change polygon test input
Bernhard Ströbl
02:10 PM Revision 02df48cf (qgis): [processing] reflect changed test input in yaml file
Bernhard Ströbl
02:07 PM Revision f73b5727 (qgis): [processing] renew test output for eliminate
Bernhard Ströbl
02:07 PM Revision 51bf08c1 (qgis): [processing] change test input to have adjacent polygons
Bernhard Ströbl
02:07 PM Revision 62a4db8c (qgis): [BUG] run eliminate with non-editable input layer
Bernhard Ströbl
02:05 PM Revision 082b5757 (qgis): [processing] add test for eliminate algorithm
Bernhard Ströbl
10:55 AM Revision 81c5f25a (qgis): Don't require Python 3 for Qt5.
Use separate ENABLE_PYTHON3 option for Python 3. Bas Couwenberg
08:56 AM Revision f8175d33 (qgis): [processing] Move custom source data to separate folder
Matthias Kuhn
08:51 AM Revision b432bde1 (qgis): [processing] remove double quotes in test.yaml
Bernhard Ströbl
08:36 AM Revision d7562eef (qgis): [processing] add test for eliminate algorithm
Bernhard Ströbl
08:35 AM Revision 1dd7da4b (qgis): [processing] eliminate: prepare input layer for test
Bernhard Ströbl
08:35 AM Revision 8a841524 (qgis): [processing] use proper way to access geometry
Bernhard Ströbl
02:39 AM Revision 5ae04456 (qgis): Drop doc test threshold
Nyall Dawson
02:38 AM Revision 5e086260 (qgis): Add QgsMapLayer::isSpatial() method
The current approach of testing !vl || vl->geometryType() != NoGeometry
is not intuitive and has been the source of 2...
Nyall Dawson

2016-03-15

12:53 AM Revision e135699a (qgis): GDAL 2.0 allows writing 64bit longlong integers
Fix #14411 Matthias Kuhn
12:52 AM Revision 7de0757f (qgis): GDAL 2.0 allows writing 64bit longlong integers
Fix #14411 Matthias Kuhn
12:34 AM Revision 4089ed8f (qgis): fix pyuic wrapper
Jürgen Fischer
12:10 AM Revision 96c60fda (qgis): Workaround failing color ramp test on OSX, add some docs
Failure is odd.
c = r.stops()[0].color
self.assertEqual(c, QColor(100, 100, 40))
fails, but
s = r.stops()
self.asse...
Nyall Dawson
11:46 PM Revision 8bda5c00 (qgis): db_manager: migrate to new style signals
Jürgen Fischer
11:46 PM Revision 4151a3b6 (qgis): 2to3: remove empty imports
Jürgen Fischer
09:52 PM Revision 6b99394b (qgis): Merge pull request #2918 from DelazJ/patch-6
typo fix Nyall Dawson
08:53 PM Revision a9cb9906 (qgis): Add internal qwtpolar 1.1.1 for Qwt 6.1
Jürgen Fischer
08:09 PM Revision 7694b9a1 (qgis): fix shadowed color ramp test
Jürgen Fischer
06:55 PM Revision fffc4a02 (qgis): typo fix
Harrissou Santanna
05:25 PM Revision c6d92172 (qgis): python fixes:
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => uni...
Jürgen Fischer
04:27 PM Revision cc5219b8 (qgis): Merge pull request #2916 from mach0/p3_clean
improve import handling Matthias Kuhn
12:00 PM Revision 74b5e12e (qgis): [processing] Remove non-functional test code
Matthias Kuhn
11:58 AM Revision c3e49d6a (qgis): [processing] Don't use undefined tr function
Matthias Kuhn
11:55 AM Revision 99e21a7e (qgis): [processing] Silence warning
Matthias Kuhn
11:55 AM Revision eb8167d9 (qgis): [processing] Remove various unused imports and variables
Matthias Kuhn
11:46 AM Revision e9b30a0a (qgis): [processing] Fix dissolve
Matthias Kuhn
11:45 AM Revision e888d6d6 (qgis): [processing] Add autoincremental field test
Matthias Kuhn
11:37 AM Revision 5607ae3f (qgis): [processing] Fix autoincremental field
Matthias Kuhn
11:14 AM Revision 6acdfc6e (qgis): improve import handling
Werner Macho
11:08 AM Revision 01cc455d (qgis): [processing tests] Improve test debug messages
Matthias Kuhn
11:08 AM Revision 0e690fc7 (qgis): [processing tests] Fix test generation parameter types
Matthias Kuhn
10:31 AM Revision 01c2cfbe (qgis): pyqtwrapper: set sip api to 2 for PyQt.QtCore for Qt4
(followup fb3fcfa3) Jürgen Fischer
08:18 AM Revision 567a323c (qgis): Add server tests to blacklist
Matthias Kuhn
08:18 AM Revision 5789dd8e (qgis): python3 compatibility fix
Matthias Kuhn
08:18 AM Revision 39047221 (qgis): [qt5 server] deprecate usage of QFtp and remove from Qt5 builds
Matthias Kuhn
03:14 AM Revision 25ac01aa (qgis): Default to layer CRS in raster save as dialog (fix #14209)
(cherry-picked from 8fc405648be18870133e318cbfc7cb0918efe4b1) Nyall Dawson
03:12 AM Revision 8fc40564 (qgis): Default to layer CRS in raster save as dialog (fix #14209)
Nyall Dawson
02:20 AM Revision 8ca6cc79 (qgis): Fix incorrect projection if raster or plugin layer is first layer
loaded into an empty project (fix #14392)
(cherry-picked from 15d2be26f1235d9ec18b48f09376390c3a6e2d00)
Nyall Dawson
02:19 AM Revision 15d2be26 (qgis): Fix incorrect projection if raster or plugin layer is first layer
loaded into an empty project (fix #14392) Nyall Dawson
01:26 AM Revision 0bde7852 (qgis): [Geometry checker] Make polyLineSize survive empty geometries
(cherry-picked from 34bd12402362e8af1ba3b1cae09f6be9fb7c2c52) Sandro Mani

2016-03-14

11:25 PM Revision 054894a3 (qgis): Fix failing tests
Matthias Kuhn
10:01 PM Revision 9852d6d7 (qgis): Improve debug output of processing tests
Matthias Kuhn
08:38 PM Revision fb3fcfa3 (qgis): Python3/Qt5/2to3 updates:
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
* 2to3 updates
* move QPyNullVariant/NULL to PyQt.Qt...
Jürgen Fischer
08:38 PM Revision 8c918aea (qgis): astyle updates cosmetics, temporary file cleanups
Jürgen Fischer
08:24 PM Revision e72a82e0 (qgis): Minor refactor of QgsDiagramLayerSettings
- add public getters and setters for variables, will make variables
private in QGIS 3.0
- avoid some memory leaks and...
Nyall Dawson
03:32 PM Revision e1ae69a0 (qgis): Merge pull request #2557 from mhugo/fix_13959
Only filter legend nodes that are checked Hugo Mercier
02:17 PM Revision f9c736c9 (qgis): Only filter legend nodes that are checked.
Keep unchecked legend items when filtered by expression Hugo Mercier
11:47 AM Revision 13d407e3 (qgis): Merge pull request #2905 from manisandro/checker_crash
[Geometry checker] Make polyLineSize survive empty geometries Sandro Mani
10:56 AM Revision d6fca7e2 (qgis): Indentation update
Matthias Kuhn
09:57 AM Revision 9ca09abb (qgis): Fix expected dataset for splitlineswithlines test
Matthias Kuhn
09:57 AM Revision e02d36f8 (qgis): [BUG] make sure that result line consists of two nodes
Bernhard Ströbl
09:57 AM Revision 97b03758 (qgis): [processing] test: limit coordinate comparison precision
Bernhard Ströbl
09:57 AM Revision ffae112e (qgis): [BUG] Do not output lines shorter than 0.00001
Bernhard Ströbl
09:57 AM Revision cfc0eb68 (qgis): Try to fix indentation error
Bernhard Ströbl
09:57 AM Revision 9124586b (qgis): [processing] update test output files
Bernhard Ströbl
09:57 AM Revision bf54b952 (qgis): [processing] test cases for splitlineswithlines
Bernhard Ströbl
09:57 AM Revision 0c719d6c (qgis): [BUG] Do not output lines with two identical points
Bernhard Ströbl
09:57 AM Revision e3a2a1e5 (qgis): [BUG] access geometry the right way
Bernhard Ströbl
09:57 AM Revision 648e6ac6 (qgis): [processing] test: remove gfs output files
Bernhard Ströbl
09:57 AM Revision bbcacfbf (qgis): [BUG] Avoid trying to split a line with itself
Bernhard Ströbl
08:52 AM Revision 56764300 (qgis): Rewrite some signals to new-style
Matthias Kuhn
08:31 AM Revision 90e0cb99 (qgis): Fix attribute creation in transect sample
Marco Hugentobler
08:29 AM Revision 627815d6 (qgis): Merge pull request #2903 from sebastic/qt5-qspatialite
Add support for Qt5 to qspatialite provider. Matthias Kuhn
08:21 AM Revision bd6508aa (qgis): Merge pull request #2908 from SebDieBln/Test_ImprovePanningTest
improve the test of panning the map canvas by keyboard Matthias Kuhn
07:18 AM Revision 1f8e94e2 (qgis): Disable ccaching on travis
Let's see if it is responsible for some false alarms
https://github.com/qgis/QGIS/pull/2908
Matthias Kuhn

2016-03-13

12:08 AM Revision c7e675c3 (qgis): improve the test of panning the map canvas by keyboard
Verify the extent is changed after each key event. Sebastian Dietrich
12:22 PM Revision 6610c6e2 (qgis): [processing] don't throw error when new provider added and settings is ...
Alexander Bruy
12:02 PM Revision 48911ca9 (qgis): evis: update QAction::activated to triggered
Jürgen Fischer
12:02 PM Revision 811c9c29 (qgis): remove superfluous file
Jürgen Fischer
12:00 PM Revision 3507bd8c (qgis): globe: adapt to osgearth 2.7
(cherry picked from commit 342a754c399b785053dc766402486acd72e39be9) Jürgen Fischer
11:59 AM Revision 342a754c (qgis): globe: adapt to osgearth 2.7
(cherry picked from commit 6327558 and de06cd7) Jürgen Fischer
02:42 AM Revision c2ff2d77 (qgis): osgeo4w: support for OSGEO4W_DESKTOP and fix deinstallation
Jürgen Fischer

2016-03-12

10:32 PM Revision 34bd1240 (qgis): [Geometry checker] Make polyLineSize survive empty geometries
Sandro Mani
09:51 PM Revision 23cd2fcb (qgis): [NEEDS-DOCS] Reword "zoom to layer scale" to "zoom to visible scale"
...makes it clearer what this does, as the original wording could be
confused with zooming to the layer's native scal...
Nyall Dawson
09:50 PM Revision e2c83aec (qgis): Add CancelQuery for Qt5 only.
Bas Couwenberg
09:34 PM Revision 1e1dfca7 (qgis): Fix crash when right clicking raster layer (indentified by Coverity)
Nyall Dawson
09:34 PM Revision 66938e9f (qgis): Fix Coverity warning
Nyall Dawson
09:06 PM Revision d318981f (qgis): Add v.in.lidar algorithm
Médéric RIBREUX
09:02 PM Revision 72a6b774 (qgis): Enable QSpatiaLite for travis qt4 builds.
Bas Couwenberg
09:00 PM Revision 6685667a (qgis): Mark CancelQuery as not support in hasFeature().
Bas Couwenberg
08:00 PM Revision e4ecbb26 (qgis): Enable QSpatiaLite for travis qt5 builds.
Bas Couwenberg
07:35 PM Revision ef256aa9 (qgis): Add Qt5OpenGL variables to include_directories() & target_link_librarie...
Bas Couwenberg
06:08 PM Revision 7f461f3f (qgis): Add v.rectify algorithm
Médéric RIBREUX
05:49 PM Revision 538ad697 (qgis): Add v.edit algorithm
Médéric RIBREUX
05:33 PM Revision 12853b37 (qgis): Add support for Qt5 to qspatialite provider.
The detachFromResultSet() changes in qsql_spatialite.{cpp,h} are taken
from https://code.qt.io/cgit/qt/qtbase.git/com...
Bas Couwenberg
05:16 PM Revision 903a804b (qgis): Add v.lrs.segment algorithm
Médéric RIBREUX
04:53 PM Revision 1ebd7683 (qgis): Add v.lrs.where algorithm
Médéric RIBREUX
04:21 PM Revision db65371e (qgis): Add v.lrs.create algorithm
Médéric RIBREUX
01:06 PM Revision 3a995cfe (qgis): Add v.to.lines algorithm
Médéric RIBREUX
01:02 PM Revision 4dd5fd36 (qgis): Add v.what.vect algorithm
Médéric RIBREUX
12:54 PM Revision ae0b48d8 (qgis): Add v.vect.stats algorithm
Médéric RIBREUX
12:45 PM Revision 2139d5fd (qgis): Add v.type algorithm
Médéric RIBREUX
12:34 PM Revision b7a6037d (qgis): Add v.to.3d algorithm
Médéric RIBREUX
12:21 PM Revision 09b9a624 (qgis): Add v.rast.stats algorithm
Médéric RIBREUX
11:48 AM Revision 3f144599 (qgis): Add v.pack algorithm
Médéric RIBREUX
11:41 AM Revision 2e0e7b6b (qgis): Add v.out.vtk algorithm
Médéric RIBREUX
11:39 AM Revision a7ec96ce (qgis): Add v.kernel algorithm
Médéric RIBREUX
11:34 AM Revision 62b4d7ce (qgis): Add v.in.mapgen algorithm
Médéric RIBREUX
11:33 AM Revision 33f3717c (qgis): Add v.in.lines algorithm
Médéric RIBREUX
11:27 AM Revision 7f983e35 (qgis): Add v.in.ascii algorithm
Médéric RIBREUX
10:28 AM Revision 25932aa1 (qgis): [virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt
The virtual provider depends directly on sqlite3.h, but fails to add
explictly its paths, relying on it to be present...
Even Rouault
10:28 AM Revision d261ed57 (qgis): Add debug message in case of failure in QgsSLConnect::sqlite3_close()
and in QgsSLConnect::sqlite3_close_v2() too. This can make spotting
issues like the one fixed in b0f2b970ac8918e5cb0e...
Even Rouault
10:27 AM Revision 0626467a (qgis): [BUGFIX] [Spatialite] Finalize statement in addFeatures()
The sqlite3_prepare_v2() call in QgsSpatiaLiteProvider::addFeatures() is
not associated with a matching sqlite3_final...
Even Rouault
10:23 AM Revision 35ceacc8 (qgis): Fix broken $x_at, $y_at functions (fix #14462), add tests
(cherry-picked from 3b40e2baa5b939dd4b920220e266a98cf9ef0e4c) Nyall Dawson
10:21 AM Revision 3b40e2ba (qgis): Fix broken $x_at, $y_at functions (fix #14462), add tests
Nyall Dawson
10:13 AM Revision 741d1463 (qgis): Add v.in.geonames algorithm
Médéric RIBREUX
10:05 AM Revision 014355aa (qgis): Add v.extrude algorithm
Médéric RIBREUX
09:42 AM Revision 2f579d23 (qgis): Add v.build.polylines algorithm
Médéric RIBREUX
09:27 AM Revision 8619b812 (qgis): Add v.build algorithm, only for topology checking
Médéric RIBREUX
08:38 AM Revision 51d6f5f5 (qgis): Merge pull request #2894 from rouault/fix_spatialite_insert
Fix spatialite insert Matthias Kuhn
07:38 AM Revision 9167e1b6 (qgis): Merge pull request #2902 from sebastic/qt5-globe-plugin
Add Qt5OpenGL variables to include_directories() & target_link_libraries() Matthias Kuhn
02:08 AM Revision 2c5d5648 (qgis): Add Qt5OpenGL variables to include_directories() & target_link_librarie...
Bas Couwenberg

2016-03-11

05:26 PM Revision 3fd3dae3 (qgis): Hide subform in N:M relations
Matthias Kuhn
04:56 PM Revision d7c477b0 (qgis): Fix extension removal in exportVectorLayer
Taking the [:-4] slice from basename and splitext() try to do the same thing. Usually splitext() was failing silently... Bart Noordervliet
01:21 PM Revision 29d2d283 (qgis): Run more tests in Qt5 setup
Matthias Kuhn
11:04 AM Revision 73caf352 (qgis): Merge pull request #2892 from SebDieBln/Test_CanvasPanByKeyboard
added a test for panning the canvas by keyboard Sandro Santilli
09:54 AM Revision 145f2467 (qgis): Merge pull request #2895 from rouault/missing_include_path_in_virtual_p...
[virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt Hugo Mercier
08:26 AM Revision 6805ba95 (qgis): Merge pull request #2896 from m-kuhn/container-qt5
Add Qt5/Python3 builds to travis Matthias Kuhn

2016-03-10

08:23 PM Revision cd961695 (qgis): Add Qt5 builds to travis
Matthias Kuhn
07:52 PM Revision 8d72e9f4 (qgis): Convert some asserts to self.asserXXX methods in py tests
Matthias Kuhn
07:52 PM Revision e6198c69 (qgis): Fix some warnings on Qt5 builds
Matthias Kuhn
07:52 PM Revision 4cc5c2cb (qgis): Add some debug output when GDALRasterIO operations fail
Or the compiler will complain about unhandled returns Matthias Kuhn
06:44 PM Revision 3dc40d72 (qgis): Conditionalize tests which depend on QtWebkit
Matthias Kuhn
06:44 PM Revision ae6fad3d (qgis): Decapitalize FindSpatiaLite cmake file
Matthias Kuhn
06:44 PM Revision aa293704 (qgis): More debug output when dependencies are not found
Matthias Kuhn
06:44 PM Revision 264527a4 (qgis): [PyQt5] make pyuic4-wrapper PyQt5 aware
Matthias Kuhn
02:47 PM Revision 455a473a (qgis): [virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt
The virtual provider depends directly on sqlite3.h, but fails to add
explictly its paths, relying on it to be present...
Even Rouault
12:50 PM Revision b253a29a (qgis): Add debug message in case of failure in QgsSLConnect::sqlite3_close()
and in QgsSLConnect::sqlite3_close_v2() too. This can make spotting
issues like the one fixed in b0f2b970ac8918e5cb0e...
Even Rouault
12:47 PM Revision b0f2b970 (qgis): [BUGFIX] [Spatialite] Finalize statement in addFeatures()
The sqlite3_prepare_v2() call in QgsSpatiaLiteProvider::addFeatures() is
not associated with a matching sqlite3_final...
Even Rouault
12:14 PM Revision e6785ba5 (qgis): Be more verbose on exceptions in geoalgorithms
Matthias Kuhn
12:14 PM Revision 61366583 (qgis): [processing] Fix default argument is SilentProgress for GeoAlgorithm.ex...
Matthias Kuhn
10:39 AM Revision a98fefd2 (qgis): Merge pull request #2889 from m-kuhn/py3improvements
Simplify some python3 handling, refs #13686 (redmine) Matthias Kuhn
10:14 AM Revision b073111f (qgis): processing: add extent parameter to gdal_warp
Giovanni Manghi
08:57 AM Revision 875a4647 (qgis): Fix reshape involving first/last vertex (fix #14443)
(cherry-picked from bb0ecf427fd3c92a46bac26d7344f82381f34e8e) Nyall Dawson
08:56 AM Revision 602cfa19 (qgis): Allow editing newly added diagram expression attributes (fix #14063)
(cherry-picked from 8389b7f703694bf107ffaa85f5b4bda934e2391a) Nyall Dawson
07:05 AM Revision 9b35a988 (qgis): Merge pull request #2890 from NaturalGIS/processing_better_grass7_r_cost
[processing] better GRASS 7 r.cost algorithms Alexander Bruy
04:10 AM Revision 52621b9a (qgis): Followup a112dfe, fix #14451
Nyall Dawson
02:59 AM Revision 8b344371 (qgis): Partially revert 3ec161
Nyall Dawson

2016-03-09

12:45 AM Revision 3ec16131 (qgis): Indentation
Nyall Dawson
12:45 AM Revision 80afbeda (qgis): Use doubles instead of float for min/max layer scales
Nyall Dawson
12:45 AM Revision 15631937 (qgis): Port more field iterating to Q_FOREACH, avoid some detachments
Nyall Dawson
12:45 AM Revision 0e5214cd (qgis): Don't crash when iterating empty QgsFields
Nyall Dawson
12:45 AM Revision db69451a (qgis): Add noexcept to astyle rules
Nyall Dawson
12:42 AM Revision 8389b7f7 (qgis): Allow editing newly added diagram expression attributes (fix #14063)
Nyall Dawson
11:48 PM Revision 7baedaf1 (qgis): debian packaging update
(cherry picked from commit e62d8fe790e88f22a7ab35e5346a52708892b581) Jürgen Fischer
11:42 PM Revision e62d8fe7 (qgis): debian packaging update
Jürgen Fischer
09:53 PM Revision bb0ecf42 (qgis): Fix reshape involving first/last vertex (fix #14443)
Nyall Dawson
09:43 PM Revision 3b4638ab (qgis): Followup 01f615d
Nyall Dawson
09:42 PM Revision 01f615d0 (qgis): Merge pull request #2888 from pvalsecc/scaleDenom
Scale based layer visibility cosmetics Nyall Dawson
05:57 PM Revision 7c1131ba (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
Insert layer in registry and cache before addValueRelationLayersForLayer René-Luc ReLuc
05:56 PM Revision 49ce2fa3 (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
Insert layer in registry and cache before addValueRelationLayersForLayer René-Luc ReLuc
05:46 PM Revision 7eaf15de (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
Insert layer in registry and cache before addValueRelationLayersForLayer René-Luc ReLuc
05:44 PM Revision c55ef386 (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
Insert layer in registry and cache before addValueRelationLayersForLayer René-Luc ReLuc
03:55 PM Revision 4c88fc03 (qgis): added a test for panning the canvas by keyboard
Sebastian Dietrich
01:22 PM Revision ceb86c79 (qgis): [processing] don't show tip when user uses search and tip was disabled ...
Alexander Bruy
01:21 PM Revision 605e0c43 (qgis): [processing] don't show tip when user uses search and tip was disabled ...
Alexander Bruy
12:57 PM Revision c4c67b0b (qgis): Processing, better GRASS7 r.cost descriptions files names and parameters
Giovanni Manghi
12:57 PM Revision 2bcac17e (qgis): Processing, better GRASS7 r.cost descriptions files names and parameters
Giovanni Manghi
12:41 PM Revision a8590135 (qgis): Deduplicate fieldNameIndex code
Matthias Kuhn
12:35 PM Revision 72764b29 (qgis): Simplfiy some python3 handling
Matthias Kuhn
12:19 PM Revision f4c51064 (qgis): Switch some for-based loops over fields to Q_FOREACH
Matthias Kuhn
12:12 PM Revision f27d36cf (qgis): Lower doxygen test threshold
Nyall Dawson
12:08 PM Revision c3dfbcd6 (qgis): Fix searching for symbols by tag (fix #14445), add tests
(cherry-picked from 6be8d06dc6147b35ad072ef383e200c8a2da5c84) Nyall Dawson
12:08 PM Revision ffa7b3b9 (qgis): Correctly set title for label svg selector dialog
(cherry-picked from 7f179032f71ad27618ea8175c0c2d9c572be05a2) Nyall Dawson
12:08 PM Revision ea960182 (qgis): Use correct field icon in form view preview menu
(cherry-pick from ea10c5da3c23689cbc755b980c290dd79cd1836c) Nyall Dawson
12:07 PM Revision 8e4d5a8b (qgis): Add const_iterator and iterator methods to QgsFields
Because using Q_FOREACH is so much easier to write than an index-based loop. Matthias Kuhn
12:07 PM Revision 632601ba (qgis): Python compatibility patch for 3.0-3.2
Matthias Kuhn
11:44 AM Revision 29bf95cf (qgis): [Processing] Fix TypeError in Zonal Statistics algorithm
Fixes #14412 Radoslaw Guzinski
11:40 AM Revision 2ce4b8a7 (qgis): Merge pull request #2883 from radosuav/zonal_statistics_fix
[Processing] Fix TypeError in Zonal Statistics algorithm Victor Olaya
11:33 AM Revision 5bb17235 (qgis): Fix doxygen/sip binding test failures
Nyall Dawson
11:33 AM Revision ee46ece2 (qgis): QgsMapLayerModel: allow direct retrieval of map layer
Matthias Kuhn
10:39 AM Revision 48e20cf0 (qgis): Table names in postgresql can be max 63 characters long
Csaba Sandor
09:56 AM Revision 556b621a (qgis): [FEATURE] Add a menu entry to zoom to a layer's scale range
Patrick Valsecchi
09:56 AM Revision a112dfe6 (qgis): Make out of range layers greyed out in the tree
Patrick Valsecchi
09:56 AM Revision 3efc73be (qgis): Made layers/labels visibility more consistent
Some places forgot to make the max scale inclusive. Patrick Valsecchi
08:58 AM Revision de06cd76 (qgis): globe: fix osgearth 2.5 support (followup 6327558)
Jürgen Fischer
05:22 AM Revision 6be8d06d (qgis): Fix searching for symbols by tag (fix #14445), add tests
Nyall Dawson

2016-03-08

12:46 AM Revision e404a1c0 (qgis): Make travis osx before_install more portable
Matthias Kuhn
10:02 PM Revision 3059dd54 (qgis): fix whatsthis for coordinate box, followup f01cc55
Salvatore Larosa
09:54 PM Revision f01cc555 (qgis): fix tooltip for coordinate display
Salvatore Larosa
09:35 PM Revision 63275585 (qgis): globe: adapt to osgearth 2.7
Jürgen Fischer
09:19 PM Revision 7f179032 (qgis): Correctly set title for label svg selector dialog
Nyall Dawson
10:57 AM Revision e0c98cf4 (qgis): Merge pull request #2881 from NaturalGIS/processing_missing_saga_shapes...
[processing] add missing SAGA 2.2.x shapes_polygons_tools tools Alexander Bruy
10:56 AM Revision dc137d77 (qgis): Merge pull request #2873 from NaturalGIS/processing_add_extent_gdal_ras...
[processing] add extent parameter to gdal rasterize Alexander Bruy
10:48 AM Revision 107d30a7 (qgis): processing fix SAGA 2.2.x resampling
Giovanni Manghi
10:48 AM Revision ae8e03e0 (qgis): processing fix SAGA 2.2.* grid_spline tools
Giovanni Manghi
10:48 AM Revision f11c5b3c (qgis): Include parameter target elevation above the ground
Markus Neteler
10:48 AM Revision 0a47d01c (qgis): processing: in SAGA grid masking it is not mandatory for inputs to have...
Giovanni Manghi
10:48 AM Revision a53a6e49 (qgis): [Processing] Use local GRASS7 help files if they exist. Fixes #7745
Médéric RIBREUX
10:48 AM Revision f55ec088 (qgis): processing: fix GRASS7 v.buffer.column
Giovanni Manghi
10:47 AM Revision ede6c23f (qgis): fix/adds SAGA 2.2.3 tools
Giovanni Manghi
10:05 AM Revision 2c7f40b6 (qgis): try fix indentation
Giovanni Manghi
08:11 AM Revision e08130d7 (qgis): Merge pull request #2827 from SebDieBln/AllowNullInRelationRef
[Bugfix] offer NULL value in relation reference widget if allowed (fixes #14162) Matthias Kuhn
06:23 AM Revision c6ebb8cb (qgis): Default to remembering last attribute table view
Nyall Dawson
05:56 AM Revision 47d97b21 (qgis): Cache pixmaps in feature list view
Nyall Dawson
03:48 AM Revision ea10c5da (qgis): Use correct field icon in form view preview menu
Nyall Dawson
03:33 AM Revision f98b4ef6 (qgis): [FEATURE] Add setting for default attribute dialog view
Options for table view, form view and remember last view Nyall Dawson

2016-03-07

12:47 AM Revision 8d3e3a44 (qgis): Expand height of svg image list in composer picture widget
Nyall Dawson
12:47 AM Revision 8c0230fd (qgis): Parameterise more included SVGs
Nyall Dawson
12:47 AM Revision de0b770a (qgis): [svg] add fill and outline parameters to all arrows
Mathieu Pellerin - nIRV
12:47 AM Revision 9d2fe8f9 (qgis): Port more svgs to parameters, remove default colors
Nyall Dawson
11:55 PM Revision 7ade5826 (qgis): Merge pull request #2880 from rouault/avoid_busy_loop_in_QgsVectorLayer...
QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all … Jürgen Fischer
10:15 PM Revision ed3cb120 (qgis): [FEATURE] Parameterized svg support for composer svg images
This makes it possible to change SVG fill/outline color and outline
width when using parameterised SVG files such as ...
Nyall Dawson
10:14 PM Revision 94e7720f (qgis): Use SVG cache to handle parameterized SVG files in composer picture
selection widget (fix #14385) Nyall Dawson
09:48 PM Revision 5b11ba1a (qgis): Fix indentation
Médéric RIBREUX
07:18 PM Revision 5c20b33a (qgis): processing add missing saga 2.2.x shapes_polygons tools tools
Giovanni Manghi
06:42 PM Revision b1f5b5fd (qgis): QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all si...
Currently the mContext.renderingStopped() check is done only if the feature
has a geometry. Which makes it possible t...
Even Rouault
04:56 PM Revision 9c611c98 (qgis): [Processing] Fix TypeError in Zonal Statistics algorithm
Fixes #14412 Radoslaw Guzinski
04:35 PM Revision b1b7b657 (qgis): add missing include (followup a89b510)
Jürgen Fischer
03:10 PM Revision c2c326c4 (qgis): de-plenk question and exclamation marks
Jürgen Fischer
01:42 PM Revision c51025a7 (qgis): Merge pull request #2878 from NaturalGIS/processing_fix_saga_2_2_x_resa...
[processing] fix SAGA 2.2.x resampling Alexander Bruy
01:42 PM Revision d30ad84c (qgis): Merge pull request #2877 from NaturalGIS/processing_fix_saga_2_2_x_grid...
[processing] fix SAGA 2.2.x grid_spline tools Alexander Bruy
01:39 PM Revision 6292789f (qgis): Merge pull request #2875 from neteler/patch-74
[processing] include target elevation above the ground parameter in GRASS7 r.viewshed Alexander Bruy
01:38 PM Revision 6d0fa652 (qgis): Merge pull request #2874 from NaturalGIS/processing_saga_mask
[processing] allow unmatching extents in SAGA grid masking algs Alexander Bruy
09:21 AM Revision bceea09f (qgis): catch some python error in batch processing
Etienne Trimaille
09:21 AM Revision 66b66c59 (qgis): improve error message in the modeler
Etienne Trimaille
09:11 AM Revision 278b7f20 (qgis): processing fix SAGA 2.2.x resampling
Giovanni Manghi
08:42 AM Revision 35c81b4b (qgis): processing fix SAGA 2.2.* grid_spline tools
Giovanni Manghi
02:02 AM Revision bd140a75 (qgis): Merge pull request #2852 from ahuarte47/Labeling_CheckBoundingBoxes
[Improvement] Use BoundingBoxes in labeling Nyall Dawson
01:15 AM Revision b07bbd04 (qgis): Use BoundingBoxes in labeling
Use BoundingBoxes to check faster if clipping is necessary Alvaro Huarte

2016-03-06

11:39 PM Revision a89b5107 (qgis): Merge indidividual regression1141.cpp and regression1141.cpp checks
into testqgsrasterlayer and testqgsvectorfilewriter
(slightly speeds up compiling and running tests)
Nyall Dawson
11:38 PM Revision eb31e01a (qgis): Move QgsCompositionChecker to core, speeds up compilation with
tests enabled Nyall Dawson
10:26 PM Revision 51044387 (qgis): Include parameter target elevation above the ground
Markus Neteler
10:21 PM Revision df22d565 (qgis): include autopep8 in indentation tip
Jürgen Fischer
10:18 PM Revision d1743a99 (qgis): update qgis_labelingenginev2 test mask for ubuntu xenial
Jürgen Fischer
10:15 PM Revision 9842dd74 (qgis): Fix #14426 - Zoom to layer behaves really weird when using a filter on ...
Fix extent for OGR provider, followup 9fb7819
(cherry-picked from 5bb25d8917dc0d494ae46c035f8e019f448c60fb)
Salvatore Larosa
10:14 PM Revision e4fd0905 (qgis): Extend TestQgsGeometry::isEmpty to also test empty geometry collection
(cherry-picked from 1e90786be770868b90887cd1bb98c041ec0eee01) Sandro Mani
10:14 PM Revision 10311724 (qgis): Fix out of bounds array access if nextVertex is called on empty QgsGeom...
(cherry-picked from 4c0e78a22dba81d9a1450620ade8ab321fc4d7d7) Sandro Mani
09:56 PM Revision c50161d0 (qgis): Merge pull request #2868 from manisandro/next_vertex
Fix out of bounds array access if nextVertex is called on empty geometry collection Nyall Dawson
07:05 PM Revision 6a0606b6 (qgis): processing: in SAGA grid masking it is not mandatory for inputs to have...
Giovanni Manghi
06:59 PM Revision e4f75672 (qgis): processing: add extent parameter to gdal rasterize
Giovanni Manghi
01:13 PM Revision 42d88848 (qgis): Improved fix for spatialite views (fixes #14232)
Martin Dobias
01:02 PM Revision 5bb25d89 (qgis): Fix #14426 - Zoom to layer behaves really weird when using a filter on ...
Fix extent for OGR provider, followup 9fb7819 Salvatore Larosa
01:02 PM Revision 5b1d73e9 (qgis): raster layer properties: fix add values from display action
Salvatore Larosa
12:36 PM Revision 9e3a5b56 (qgis): Merge pull request #2872 from medspx/processing_localdoc
[processing] use local GRASS7 help files if they exist (fix #7745) Alexander Bruy
12:33 PM Revision 7464d4df (qgis): Merge pull request #2870 from NaturalGIS/processing_fix_grass7_v_buffer
[processing] fix GRASS7 v.buffer.column Alexander Bruy
12:33 PM Revision 6289786b (qgis): Merge pull request #2869 from NaturalGIS/processing_fix_saga_223_change...
[processing] fix/adds SAGA 2.2.3 tools Alexander Bruy
12:29 PM Revision 1e90786b (qgis): Extend TestQgsGeometry::isEmpty to also test empty geometry collection
Sandro Mani
11:48 AM Revision ce69d21b (qgis): [Processing] Use local GRASS7 help files if they exist. Fixes #7745
Médéric RIBREUX
11:32 AM Revision e1ff6e89 (qgis): processing fix GRASS7 detection on osx: courtesy Martin Laloux
Giovanni Manghi
11:24 AM Revision 8bdd4f33 (qgis): processing: fix GRASS7 v.buffer.column
Giovanni Manghi
11:12 AM Revision f8ea9d92 (qgis): fix/adds SAGA 2.2.3 tools
Giovanni Manghi

2016-03-05

11:23 PM Revision 4c0e78a2 (qgis): Fix out of bounds array access if nextVertex is called on empty QgsGeom...
Sandro Mani
12:28 PM Revision 2eb82430 (qgis): use individual network managers for threads (fixes #13721, fixes #14401...
Jürgen Fischer
11:02 AM Revision 26d61956 (qgis): show source locations in windows backtraces
Jürgen Fischer
05:25 AM Revision 1e3dc296 (qgis): Indentation
Nyall Dawson
04:32 AM Revision 1e7eae77 (qgis): Add extra checks to provider test:
- test that fetching subset of attributes results in nulls for
all other fields
- test that geometry is fetched by de...
Nyall Dawson

2016-03-04

11:09 PM Revision c8a73da5 (qgis): Merge pull request #2867 from dzolo/master
[FEATURE] Adds support for GNSS receivers by handling $GPRMC message (implements #12980) Jürgen Fischer
10:16 PM Revision e2879c35 (qgis): [pluginmanager] apply auth also when downloading plugin package
Alexander Bruy
10:07 PM Revision b63461c1 (qgis): Merge pull request #2847 from alexbruy/plugin-manager-auth
[pluginmanager] apply auth also when downloading plugin package Larry Shaffer
08:35 PM Revision 88bddb87 (qgis): Adds support for GNSS GNRMC messages
Ondřej Fibich
09:43 AM Revision 61b88963 (qgis): Fix expectedFailure in processing tests
Matthias Kuhn
08:48 AM Revision db2ca3aa (qgis): Allow expectedFailure in processing tests
Matthias Kuhn
08:48 AM Revision d24a2df6 (qgis): Followup 193fedf, updated expected results
Nyall Dawson
08:48 AM Revision 0395b383 (qgis): Expect Failures for GDAL < 2 in processing test
Matthias Kuhn
01:47 AM Revision 2f5c193d (qgis): Fix handling of longlong fields in memory provider
(cherry-picked from 98a216e0327c72132faa434251f29ee9f2a582bc) Nyall Dawson
01:47 AM Revision c8950e20 (qgis): Update test mask images
(cherry-picked from dc2f1523cd7c5bb655e36ae302b67e1284573341) Nyall Dawson
01:46 AM Revision e2889cce (qgis): Fix OGR expression compiler with GDAL >= 2.0
Some extreme corner cases (eg "NULL OR TRUE") tested by the provider
tests were failing with GDAL 2.0. In GDAL<2.0 th...
Nyall Dawson

2016-03-03

12:51 AM Revision 5a18bb62 (qgis): Revert "Followup 193fedf, updated expected results"
This reverts commit f722bb26a1267274248c9488fcb069719bfde254. Nyall Dawson
12:51 AM Revision 98a216e0 (qgis): Fix handling of longlong fields in memory provider
Nyall Dawson
12:42 AM Revision b253a96c (qgis): update INSTALL (followup 0a6509d)
Jürgen Fischer
12:13 AM Revision 0a6509d7 (qgis): debian packaging update
Jürgen Fischer
11:59 PM Revision 1f83f731 (qgis): osgeo4w: use nose2, mock and httplib2 from osgeo4w
Jürgen Fischer
11:58 PM Revision c87529e3 (qgis): lazily determine full canvas extent
Jürgen Fischer
11:12 PM Revision f722bb26 (qgis): Followup 193fedf, updated expected results
Nyall Dawson
08:44 PM Revision a5a731be (qgis): Make filters of QgsMapLayerProxyModel a property
Matthias Kuhn
08:44 PM Revision 73adda97 (qgis): Python binding fixes for 2.5D renderer
Matthias Kuhn
08:40 PM Revision 281117d7 (qgis): Fix Qt5 build
Matthias Kuhn
08:40 PM Revision 23546775 (qgis): Python binding fixes for 2.5D renderer
Matthias Kuhn
07:29 PM Revision 4e904f7e (qgis): [pluginmanager] apply auth also when downloading plugin package
Alexander Bruy
07:25 PM Revision 2275ce41 (qgis): Fix MS-Windows implementation for r.li.* algorithms
Médéric RIBREUX
01:15 PM Revision b3b41015 (qgis): Merge pull request #2804 from Gustry/processing-error
[Bugfix] [Processing] Catch some python errors in batch mode Victor Olaya
10:52 AM Revision 193fedf6 (qgis): Add null geometry to processing test line dataset
Matthias Kuhn
05:32 AM Revision dc2f1523 (qgis): Update test mask images
Nyall Dawson
04:06 AM Revision 07805274 (qgis): Fix PyQgsServer test on GDAL >= 2.0
Also fix handling of longlong types in wfs_describefeaturetype Nyall Dawson
04:02 AM Revision 81be5593 (qgis): Fix OGR expression compiler with GDAL >= 2.0
Some extreme corner cases (eg "NULL OR TRUE") tested by the provider
tests were failing with GDAL 2.0. In GDAL<2.0 th...
Nyall Dawson
03:22 AM Revision 4dbd8843 (qgis): Merge pull request #2707 from pvalsecc/layer_tooltips
Layer tooltips Nathan Woodrow
01:31 AM Revision 63d6f7b4 (qgis): Fix fetching subset of attributes with mssql (fix #14402), add test
(cherry-picked from 30449e577f0cd432bd8c60787743fba54c1e51b9) Nyall Dawson
01:30 AM Revision 5a2ab97a (qgis): Fix mssql provider test data
(cherry-picked from 527fe9d2344f8d93e2f9d430f5691a678b63c164) Nyall Dawson

2016-03-02

12:34 AM Revision 30449e57 (qgis): Fix fetching subset of attributes with mssql (fix #14402), add test
Nyall Dawson
12:31 AM Revision 527fe9d2 (qgis): Fix mssql provider test data
Nyall Dawson
09:27 PM Revision 63eab874 (qgis): Add r.li.* algorithms
Médéric RIBREUX
12:44 PM Revision 8958204c (qgis): [GRASS] set PATH and PYTHONPATH in startModule() for t.list, #14241
(cherry picked from commit 1d3cbd91cace921f71183535ca90ca8cf38bf9ef) Radim Blazek
12:26 PM Revision 1d3cbd91 (qgis): [GRASS] set PATH and PYTHONPATH in startModule() for t.list, #14241
Radim Blazek
11:36 AM Revision 1cdffd33 (qgis): Merge pull request #2853 from ahuarte47/Rendering_DrawingMarkersFaster
[Improvement] Draw markers faster Matthias Kuhn
10:23 AM Revision b766ac1c (qgis): debian packaging update
Jürgen Fischer
09:48 AM Revision 2cc83664 (qgis): update debian/ubuntu build dependencies in INSTALL using scripts/scande...
Jürgen Fischer
08:59 AM Revision 61e57999 (qgis): Merge pull request #2787 from medspx/processing_vdistance
[processing] add GRASS7 v.distance (fix #12817) Alexander Bruy
08:58 AM Revision 0061dccd (qgis): Merge pull request #2782 from medspx/processing_r_reclass
[processing] add GRASS7 r.reclass inline rules (fix #5583) Alexander Bruy
08:55 AM Revision 91e222e1 (qgis): Merge pull request #2781 from medspx/processing_grass7_rnull
[processing] add r.null GRASS7 algorithm (fix #6893) Alexander Bruy
08:52 AM Revision b2189f22 (qgis): Merge pull request #2747 from medspx/processing_grass_vwhatrast
[processing] add v.what.rast GRASS 7 algorithms Alexander Bruy
02:20 AM Revision c0f0bd55 (qgis): Draw markers faster
The code takes advantage of points already created to paint the
geometries to draw the markers.
Alvaro Huarte
02:02 AM Revision 697a25dd (qgis): Revert "Revert "[travis] Use newer clang 3.7 for linux builds""
This reverts commit d902c56f4d03c70a4654a7132effdf5150a6e052.
Default precise clang versions are now also randomly f...
Nyall Dawson

2016-03-01

06:02 PM Revision 05713959 (qgis): indentation
Alexander Bruy
02:57 PM Revision af8a62d9 (qgis): [processing] alg menus can now be configured from Processing options
Victor Olaya
02:57 PM Revision a4a658a6 (qgis): restore GdalTools plugin until we will have multithreading support in P...
Alexander Bruy
02:57 PM Revision 5df0ce04 (qgis): [processing] replace fTools and GdalTools plugins with Processing
Alexander Bruy
02:57 PM Revision 7823a5a8 (qgis): [processing] add missed fTools algorithms: Define current projection
and Create spatial index.
Also add missed Assign projection from GDALTools
Alexander Bruy
02:57 PM Revision 11a9a661 (qgis): [processing] add icons for fTools and GDALTools algorithms
Alexander Bruy
11:15 AM Revision 98e31ca2 (qgis): Fix build
Nyall Dawson
08:17 AM Revision 9b9c692b (qgis): Syntax highlighting for processing tests readme
Matthias Kuhn
05:57 AM Revision e695fbb9 (qgis): Increase minimum size of composer legend list widget
Nyall Dawson
05:50 AM Revision 1b7e5c50 (qgis): Fix setting symbol for single symbol renderer via legend dbl click
Eg if diagram legend is also shown for layer it's possible for the
single symbol renderer to show a legend item.
(ch...
Nyall Dawson
05:50 AM Revision b11efdbf (qgis): Fix pasting mixed geometry types to memory layer, switch to message bar
(cherry-picked from 28d725c1e4f152031223a66f8929bf5d2ac74551) Nyall Dawson
05:49 AM Revision 9374935f (qgis): Fix string capitalization
(cherry-picked from 3f80649b58c8ea50c0e2f93b556b1568ab3b3430) Nyall Dawson
05:46 AM Revision 13ac8212 (qgis): Fix build
Nyall Dawson
05:30 AM Revision 56129368 (qgis): Fix setting symbol for single symbol renderer via legend dbl click
Eg if diagram legend is also shown for layer it's possible for the
single symbol renderer to show a legend item.
Nyall Dawson
05:02 AM Revision 0d2df809 (qgis): Fix clipboard handling on OSX
Clipboard was wrongly using QClipboard::Selection for storage/retrieval
when this is not available on OSX
Also impro...
Nyall Dawson
05:02 AM Revision 11cebff6 (qgis): Add test for clipboard logic
Nyall Dawson
05:02 AM Revision 28d725c1 (qgis): Fix pasting mixed geometry types to memory layer, switch to message bar
Nyall Dawson
05:02 AM Revision 3f62cd46 (qgis): New class QgsOgrUtils w/helper functions for working with OGR features
Also includes handy function for converting a string to a QgsFeatureList
or QgsFields by using OGR to parse the strin...
Nyall Dawson
05:02 AM Revision 7f6446af (qgis): [FEATURE] Use OGR to parse clipboard text so that GeoJSON (and others) ...
directly pasted into QGIS (fix #9727) Nyall Dawson
05:02 AM Revision a9d01302 (qgis): Correctly handle pasting geometryless layers as scratch layer
Nyall Dawson
02:06 AM Revision 3f80649b (qgis): Fix string capitalization
Nyall Dawson
01:18 AM Revision 3ea78608 (qgis): [processing] Fixes for field calculator and field mapper
- respect project distance, area and ellipsoid settings
- ensure expression variables are correctly evaluated
(cherr...
Nyall Dawson
01:17 AM Revision 2b72350a (qgis): Correct initialization of Max
FLT_MIN is the smallest positive float
(cherry-picked from 8a47b5cad07bcf50c3b194631374c6021e56c823)
*_*

2016-02-29

09:26 PM Revision 427a5fbf (qgis): More markdown fixes for processing readme
Matthias Kuhn
09:25 PM Revision 5e5ae94b (qgis): Fix processing test readme markdown
Matthias Kuhn
08:46 PM Revision 7caf47bf (qgis): Merge pull request #2855 from gvellut/master
Correct initialization of Max Matthias Kuhn
08:38 PM Revision 1c4c92b6 (qgis): Add splash screen credits for City of Essen and Linux Hotel
Matthias Kuhn
08:33 PM Revision 8a47b5ca (qgis): Correct initialization of Max
FLT_MIN is the smallest positive float *_*
01:55 PM Revision e097d6e6 (qgis): Merge pull request #2854 from rouault/fix_typo_in_spelling_fix
The typo fix suggestion for initialisation should be initialization, … Matthias Kuhn
01:39 PM Revision 50904919 (qgis): Allow plugin layers to set their source
Martin Dobias
12:53 PM Revision ee536531 (qgis): The typo fix suggestion for initialisation should be initialization, no...
Even Rouault
11:41 AM Revision 317639f1 (qgis): [processing] allow to use ParameterPoint in Graphical Modeler
Alexander Bruy
11:41 AM Revision dd68c33e (qgis): [processing] add support for ParameterPoint to major algorothm providers
Alexander Bruy
11:41 AM Revision 841de7ef (qgis): [processing] add tests for ParameterPoint
Alexander Bruy
11:41 AM Revision 58d40d16 (qgis): [processing] add ParameterPoint for selecting point on canvas (fix #5733)
Alexander Bruy
10:29 AM Revision 143f3d6e (qgis): run PyQgsDistanceArea in C locale
Jürgen Fischer
10:02 AM Revision 796b8bdf (qgis): spelling updates
Jürgen Fischer

2016-02-28

12:01 AM Revision cd5fa20e (qgis): add api doc link to 2.14
Jürgen Fischer
05:30 PM Revision e6e7b0c5 (qgis): Merge branch 'processing_raster_bunch' of https://github.com/medspx/QGI...
Médéric RIBREUX
05:19 PM Revision 3fc2d267 (qgis): Add r.univar algorithm
Médéric RIBREUX
05:19 PM Revision 0119646b (qgis): Add r.mapcalc algorithm
Médéric RIBREUX
05:19 PM Revision 78024368 (qgis): Add r.colors algorithm
Médéric RIBREUX
05:19 PM Revision e12609ea (qgis): Add r.rgb algorithm
Médéric RIBREUX
05:19 PM Revision 0e47d530 (qgis): Add r.blend algorithm
Médéric RIBREUX
05:19 PM Revision a383aabc (qgis): Add r.colors.stddev algorithm
Médéric RIBREUX
05:19 PM Revision 8cbc0c80 (qgis): Add r.what.color algorithm
Médéric RIBREUX
05:19 PM Revision 22c1c7e8 (qgis): Add r.shade algorithm
Médéric RIBREUX
05:19 PM Revision 71ce96be (qgis): Add r.tile algorithm
Médéric RIBREUX
05:19 PM Revision 3a9846bb (qgis): Add r.stats.quantile algorithm
Médéric RIBREUX
05:19 PM Revision 960f3a92 (qgis): Fix r.drain algorithm (fixes Redmine #13003)
Médéric RIBREUX
05:19 PM Revision 36da688c (qgis): Incrementation for r.topmodel
Médéric RIBREUX
05:19 PM Revision 6b9f9d4f (qgis): Add r.topmodel algorithm
Médéric RIBREUX
05:19 PM Revision 6673fe3f (qgis): Add r.solute.transport algorithm
Médéric RIBREUX
05:19 PM Revision 92f8f218 (qgis): Add r.spread algorithm
Médéric RIBREUX
05:19 PM Revision a1a8ca4d (qgis): Add r.ros algorithm
Médéric RIBREUX
05:19 PM Revision a4c77bcb (qgis): Add r.sunhours algorithm
Médéric RIBREUX
05:19 PM Revision 20597380 (qgis): Add r.tileset algorithm
Médéric RIBREUX
05:19 PM Revision b2209e41 (qgis): Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)
Médéric RIBREUX
05:19 PM Revision 4e92a132 (qgis): Fix r.colors rules
Médéric RIBREUX
05:19 PM Revision ee336611 (qgis): Add r.uslek algorithm
Médéric RIBREUX
05:19 PM Revision d2b64579 (qgis): Add r.usler algorithm
Médéric RIBREUX
05:19 PM Revision 27014b44 (qgis): Add r.colors.out
Médéric RIBREUX
05:19 PM Revision 2cb249cb (qgis): Add r.series.interp algorithm
Médéric RIBREUX
05:19 PM Revision af482460 (qgis): Add r.resamp.filter.txt algorithm
Médéric RIBREUX
05:19 PM Revision 4b63ab01 (qgis): Add r.resamp.bspline algorithm
Médéric RIBREUX
05:19 PM Revision ae2a0849 (qgis): Add r.regression.multi algorithm
Médéric RIBREUX
05:19 PM Revision b1296261 (qgis): Add r.random.surface algorithm
Médéric RIBREUX
05:19 PM Revision 1ec4e2a7 (qgis): Add r.latlong algorithm
Médéric RIBREUX
05:19 PM Revision cbfaa834 (qgis): Add r.distance
(Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing) Médéric Ribreux
05:19 PM Revision a5645bda (qgis): Add r.category algorithms
Médéric Ribreux
05:19 PM Revision 628a7fab (qgis): Add r.buffer.lowmem algorithm (and secure r.buffer parameters)
Médéric RIBREUX
05:19 PM Revision ede5f8f0 (qgis): Add r.mask algorithm
Médéric RIBREUX
05:19 PM Revision d5b5c6cd (qgis): Add r.support (combined with r.timestamp) algorithm
Médéric RIBREUX
05:19 PM Revision 9198c16a (qgis): Add r.texture algorithm
Médéric RIBREUX
05:19 PM Revision a773ffe5 (qgis): Add r.walk algorithms
Médéric RIBREUX
05:19 PM Revision 91ca474f (qgis): Remove old r.cost description files
Médéric RIBREUX
05:19 PM Revision e87b1b2d (qgis): Add r.cost algorithms
Médéric RIBREUX
05:19 PM Revision 256b6749 (qgis): Add r.surf.fractal algorithm
Médéric RIBREUX
05:19 PM Revision 78a5b8f6 (qgis): Add r.what algorithm
Médéric RIBREUX
05:19 PM Revision 4269a955 (qgis): Add r.series.accumulate algorithm (needs a way to select a raster in th...
Médéric RIBREUX
01:27 PM Revision b8948a17 (qgis): Fix r.colors rules
Médéric RIBREUX
01:06 PM Revision 0ec89511 (qgis): Add r.mapcalc algorithm
Médéric RIBREUX
03:05 AM Revision 9aabc289 (qgis): Indentation
Nyall Dawson
02:45 AM Revision d32c41a6 (qgis): [processing] Fixes for field calculator and field mapper
- respect project distance, area and ellipsoid settings
- ensure expression variables are correctly evaluated
Nyall Dawson
01:24 AM Revision b2235938 (qgis): [FEATURE] Add km, yards and miles to distance unit options
Nyall Dawson

2016-02-27

10:25 PM Revision 4831cf8b (qgis): Add r.colors algorithm
Médéric RIBREUX
10:00 PM Revision 56a686bc (qgis): Add r.rgb algorithm
Médéric RIBREUX
09:24 PM Revision 8e290e76 (qgis): Add r.blend algorithm
Médéric RIBREUX
07:47 PM Revision 45f86a56 (qgis): Add r.colors.stddev algorithm
Médéric RIBREUX
07:27 PM Revision 91f3f189 (qgis): Add r.what.color algorithm
Médéric RIBREUX
05:20 PM Revision 717687b2 (qgis): Add r.shade algorithm
Médéric RIBREUX
04:53 PM Revision 336d77cf (qgis): fix nsis installer welcome picture (convert to BMP3)
Jürgen Fischer
04:51 PM Revision 5e2e4688 (qgis): release.pl: reject mis-sized welcome page and convert to BMP3
Jürgen Fischer
04:43 PM Revision 48635045 (qgis): Add r.tile algorithm
Médéric RIBREUX
04:29 PM Revision 3db60355 (qgis): Add r.stats.quantile algorithm
Médéric RIBREUX
03:19 PM Revision f84e9d29 (qgis): Fix r.drain algorithm (fixes Redmine #13003)
Médéric RIBREUX
02:30 PM Revision c45fa057 (qgis): Incrementation for r.topmodel
Médéric RIBREUX
02:29 PM Revision 4ea75f34 (qgis): Add r.topmodel algorithm
Médéric RIBREUX
01:52 PM Revision f55f5c6f (qgis): Merge pull request #2840 from vpoughon/processing_plugin_otb_fixes
[processing] allow to specify OTB path manually even if default version detected Alexander Bruy
01:50 PM Revision 6800c8d9 (qgis): indentation
Alexander Bruy
01:45 PM Revision 7e3b975d (qgis): Add r.solute.transport algorithm
Médéric RIBREUX
01:16 PM Revision ab866d98 (qgis): Merge branch 'master' of https://github.com/ninsbl/QGIS into processing-r
Alexander Bruy
01:08 PM Revision 971ca5ba (qgis): Add r.spread algorithm
Médéric RIBREUX
01:05 PM Revision 8125f61e (qgis): indentation
Alexander Bruy
12:21 PM Revision e2894153 (qgis): [processing] new Fusion algs: ImageCreate and IntensityImage
Alexander Bruy
11:52 AM Revision c3e5fb52 (qgis): Add r.ros algorithm
Médéric RIBREUX
11:27 AM Revision 1c585a14 (qgis): Merge pull request #2776 from medspx/processing_split_vgeneralize
[processing] split v.generalize (fix #5707) Alexander Bruy
11:22 AM Revision b0643eab (qgis): Merge pull request #2772 from NaturalGIS/processing_grass7_v_surf_rst_line
[processing] add missing v.surf.rst.line tool to GRASS 7 Alexander Bruy
11:20 AM Revision 021c77e9 (qgis): Add r.sunhours algorithm
Médéric RIBREUX
11:18 AM Revision 40bbb37c (qgis): Add r.tileset algorithm
Médéric RIBREUX
11:08 AM Revision ea7f6995 (qgis): Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)
Médéric RIBREUX
10:53 AM Revision 341c0a10 (qgis): Add r.univar algorithm
Médéric RIBREUX
10:45 AM Revision 98643a10 (qgis): Add r.uslek algorithm
Médéric RIBREUX
10:15 AM Revision 6ad29b5f (qgis): Add r.usler algorithm
Médéric RIBREUX
01:07 AM Revision eefb046d (qgis): fix warnings
Jürgen Fischer
01:07 AM Revision 7e2caa67 (qgis): fix some more signals for pyqtwrapper
Jürgen Fischer

2016-02-26

11:44 PM Revision 36b1db04 (qgis): Bump tolerance in distance area test
Nyall Dawson
11:43 PM Revision 87145f75 (qgis): Test mask update
Nyall Dawson
08:40 PM Revision dec28b41 (qgis): add missed sslmode to sip binding (followup 31e43a9)
Jürgen Fischer
02:55 PM Revision 98e9610f (qgis): fix mis-sized splash
Jürgen Fischer
02:36 PM Revision 191476bf (qgis): revert splash change of be7f3fa
Jürgen Fischer
02:33 PM Revision be7f3fa8 (qgis): release.pl: warn about mis-sized splash and rescale it
Jürgen Fischer
01:52 PM Revision ee4658e3 (qgis): Merge pull request #2842 from jef-n/pg-new-sslmodes
postgres provider: add support for verify-ca and verify-full ssl modes (refs #14366) Jürgen Fischer
01:46 PM Revision 5b7cfbc3 (qgis): release.pl: fix tar ball creation for ltr releases
Jürgen Fischer
01:42 PM Revision a4f8d025 (qgis): Merge pull request #2630 from SrNetoChan/master
New Icons for QGIS File Formats Matthias Kuhn
01:40 PM Revision c79aeba0 (qgis): Python unittest.expectedFailure improvements
Raises an _UnexpectedSuccess exception
Takes a boolean parameter with a condition under which the test is
expected to...
Matthias Kuhn
01:40 PM Revision d8ad5a3d (qgis): The app startup / plugin path test succeeds again
Matthias Kuhn
01:40 PM Revision bfc6c023 (qgis): Improve grass translation templates
Matthias Kuhn
01:23 PM Revision 068da629 (qgis): Bump version to 2.15
Jürgen Fischer
01:23 PM Revision 654fabde (qgis): Release of 2.14 (Essen)
Jürgen Fischer
01:23 PM Revision a5795bca (qgis): changelog and news update for 2.14
Jürgen Fischer
01:23 PM Revision fb0adf17 (qgis): translation update for 2.14 from transifex
Jürgen Fischer
01:02 PM Revision ab801aae (qgis): Move composer template paths settings
Nathan Woodrow
01:00 PM Revision 8a479214 (qgis): Release of 2.8.7
Jürgen Fischer
01:00 PM Revision 77a02ae2 (qgis): [2.5D renderer] Fix loading of saved symbology
Matthias Kuhn
12:48 PM Revision b8c620a3 (qgis): update test mask
Nyall Dawson
11:18 AM Revision ae03937e (qgis): [pyqgis-console] API file updated
Salvatore Larosa
11:10 AM Revision dccca454 (qgis): [processing] Fix crash in ExecuteSQL.py
Hugo Mercier
10:59 AM Revision 0389a36c (qgis): Make layer tooltips more user friendly
Now the layer tooltips (in the layer tree) contains:
* title (or the short name, if title empty)
* abstract (if not e...
Patrick Valsecchi
10:27 AM Revision 493d13dc (qgis): Merge pull request #2834 from m-kuhn/procStatTranslate
[processing] Make basic statistics translatable Matthias Kuhn
10:10 AM Revision 5a0d0bca (qgis): fix transifex configuration (followup bc042a5e)
Jürgen Fischer
10:08 AM Revision 36b0c3c1 (qgis): [BUGFIX][QGIS Server] WFS DescribeFeatureType Geometry element type
In the OGR provider, we can read:
```
Some ogr drivers (e.g. GML) are not able to determine the geometry type of a la...
René-Luc ReLuc
09:50 AM Revision 8fc5381b (qgis): Merge pull request #2845 from pvalsecc/column_name_validation
Remove column name validation from virtual layers queries Hugo Mercier
09:36 AM Revision 58c85bb8 (qgis): Tweak vertical position of labels under points in "cartographic"
label placement mode
Previously labels were being drawn too low
Nyall Dawson
09:34 AM Revision 75d6a19a (qgis): release.pl: fix dryrun comment (followup a934b01)
Jürgen Fischer
09:29 AM Revision a8d4a0bd (qgis): german translation update
Jürgen Fischer
09:05 AM Revision ae347bfd (qgis): Followup fb7c683, 4e4743
Nyall Dawson
08:58 AM Revision 3e5e108b (qgis): [processing] Make basic statistics translatable
Matthias Kuhn
08:04 AM Revision 3a714ccb (qgis): Remove column name validation from virtual layers queries
The query already went through the Sqlite query parser. So why not
trusting it? This was in the way of group by queri...
Patrick Valsecchi
06:29 AM Revision fb7c6839 (qgis): Temporarily disable test which unexpectedly fails on Travis
Nyall Dawson
05:49 AM Revision b197ccb8 (qgis): Merge pull request #2844 from nirvn/gps_icon_refresh
[ui] improve gps tools icon Nyall Dawson
05:41 AM Revision 8490786b (qgis): [ui] improve gps tools icon
Mathieu Pellerin - nIRV
05:07 AM Revision 4e4743a2 (qgis): Fix saving vector layers with z dimension (fix #14006, #12373)
Nyall Dawson
04:08 AM Revision 1b22dcc8 (qgis): Indendation
Nyall Dawson
02:54 AM Revision 4f1f7a8a (qgis): Fix long hang when selecting huge number of vertices with node tool
Nyall Dawson
02:41 AM Revision 0b136af4 (qgis): fixes #13668 (Delete does not work in the Vertex Editor)
Peter Petrik
02:19 AM Revision 300785b8 (qgis): Always show map units as an option in coordinate format combo box
Nyall Dawson
02:09 AM Revision a27dbf35 (qgis): Merge pull request #2838 from wonder-sk/fix-wgs-coords
Fix precision of coordinate display for layer in non-projected CRS Nyall Dawson
02:01 AM Revision 76fcb1f7 (qgis): PyQgsVectorFileWriter: fix comment (followup 17f20bb)
Jürgen Fischer
01:46 AM Revision d6346c88 (qgis): Use clearer cut/copy/paste icons in python console
Nyall Dawson
01:46 AM Revision ae1618d2 (qgis): Fix trailing space in status bar label
Nyall Dawson
01:18 AM Revision 9f87f4d0 (qgis): editor widgets: avoid duplicate saving of edit types (fixes #13960)
TODO: resolve duplicate read via QgsProject::readMapLayer and
QgsVectorLayer::readCustomSymbology signals
Jürgen Fischer

2016-02-25

12:27 AM Revision b89956e2 (qgis): fix linebreaks in function help and CASE (fixes #14189)
Jürgen Fischer
12:27 AM Revision cc19a578 (qgis): keep old value when asked to set an invalid value in relation ref widget
Sebastian Dietrich
12:03 AM Revision 5f157a90 (qgis): offer NULL value in relation reference widget if allowed (fixes #14162)
Sebastian Dietrich
11:23 PM Revision 93ba5cd9 (qgis): fix typos
Jürgen Fischer
11:17 PM Revision d6c8a1a5 (qgis): add help for map_extent_center, map_extent_width and map_extent_height ...
Jürgen Fischer
10:51 PM Revision 9f7c3294 (qgis): layer definition: always use relative paths regardless whether or not t...
Jürgen Fischer
10:37 PM Revision f9d69051 (qgis): new spatialite layer: allow tables with only primary key and geometry (...
Jürgen Fischer
09:51 PM Revision 0ba038fc (qgis): remove a failing connect and avoid absolutePath warning in empty project
Jürgen Fischer
08:58 PM Revision 31e43a98 (qgis): postgres provider: add support for verify-ca and verify-full ssl modes
Jürgen Fischer
08:31 PM Revision 17f20bbb (qgis): PyQgsVectorFileWriter: adapt to a3f03f02
Jürgen Fischer
07:21 PM Revision a3f03f02 (qgis): vector file writer: fix saving of datetime values (fixes #14190)
Jürgen Fischer
06:22 PM Revision 9b5c6831 (qgis): also recalculate layer extent after rollback (fixes #3155)
Jürgen Fischer
04:58 PM Revision 48d9afe2 (qgis): [BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm
Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX
These parameters was defined in 2.1.2 but are available...
René-Luc ReLuc
04:56 PM Revision ab0be954 (qgis): [BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm
Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX
These parameters was defined in 2.1.2 but are available...
René-Luc ReLuc
04:49 PM Revision 659d42ca (qgis): [BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm
Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX
These parameters was defined in 2.1.2 but are available...
René-Luc ReLuc
04:21 PM Revision a43a287a (qgis): don't close qgis_help when qgis closes (fixes #8305)
Jürgen Fischer
04:20 PM Revision 716b17d2 (qgis): Always enable OTB settings modification
Victor Poughon
03:09 PM Revision de581ee8 (qgis): [BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm
Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX
These parameters was defined in 2.1.2 but are available...
René-Luc ReLuc
12:11 PM Revision c3558d3c (qgis): replace html encodings from NEWS
Jürgen Fischer
11:20 AM Revision 8769abe1 (qgis): Fix precision of coordinate display for layer in non-projected CRS
Martin Dobias
10:46 AM Revision 02cd0f00 (qgis): Fix error when otb lib path is not found
Victor Poughon
09:59 AM Revision 4a1cc337 (qgis): fix typo
Jürgen Fischer
09:29 AM Revision e0643f9d (qgis): debian packaging update
Jürgen Fischer
08:29 AM Revision b0269bea (qgis): Merge pull request #2836 from elpaso/bugfix-13291
[bugfix][server] Fixes #13291 Alessandro Pasotti
05:14 AM Revision 31c788d7 (qgis): Fix rendering crash in debug mode (fixes #14369)
Introduced in b6de1971 due to the use of static variables in a function that is called from multiple threads.
Furthe...
Martin Dobias

2016-02-24

09:34 PM Revision a934b01a (qgis): add closing bullet (followup ab9ce5b)
Jürgen Fischer
09:21 PM Revision ab9ce5b4 (qgis): add update-news.pl to update NEWS file from changelog.qgis.org
Jürgen Fischer
08:53 PM Revision 90b2a2d9 (qgis): Merge pull request #2837 from timlinux/master
Updated news for 2.14 - also added missing news for 2.12 Tim Sutton
07:54 PM Revision 630836df (qgis): Updated news for 2.14 - also added missing news for 2.12
Tim Sutton
07:34 PM Revision 689cbad8 (qgis): [bugfix][server] Fixes #13291
Alessandro Pasotti
04:37 PM Revision 1af724f7 (qgis): Merge pull request #2829 from elpaso/server-static-initializers-constru...
Moved static vars to functions Alessandro Pasotti
03:08 PM Revision d09d71ff (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
René-Luc ReLuc
03:06 PM Revision 06aad164 (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
René-Luc ReLuc
02:01 PM Revision 9c6b2d0e (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
René-Luc ReLuc
01:59 PM Revision 395bae6f (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
René-Luc ReLuc
11:31 AM Revision f028c0bb (qgis): [spatialite] use view's pkey if defined in meta table (fixes #14232)
Martin Dobias
10:09 AM Revision b4236c3c (qgis): [BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3 René-Luc ReLuc
10:08 AM Revision ebab36af (qgis): [BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3 René-Luc ReLuc
10:07 AM Revision baaf5703 (qgis): [BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3 René-Luc ReLuc
10:06 AM Revision 05471f55 (qgis): [BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3 René-Luc ReLuc
10:05 AM Revision 95f83b49 (qgis): [BUGFIX] Extend field type description
René-Luc ReLuc
10:02 AM Revision c9b362fc (qgis): [BUGFIX] Extend field type description
René-Luc ReLuc
10:00 AM Revision a825edf2 (qgis): [BUGFIX] Extend WFS field type description
René-Luc ReLuc
05:17 AM Revision 3eb5eb22 (qgis): Standardise to not showing : in main status bar labels
Nyall Dawson
04:45 AM Revision 865a7b9c (qgis): [atlas] fix main canvas refresh with dropdown list (fix #14358)
Mathieu Pellerin - nIRV
04:06 AM Revision 72df8901 (qgis): Clean up python console toolbars/menus:
- Consistent capitalization
- Add missing ellipsis
- Rename "settings" to "options" for consistency with main window
...
Nyall Dawson
01:38 AM Revision 8abeb8d0 (qgis): Merge pull request #2745 from medspx/gdal_invalid_messagebar
Replace QgsErrorDialog by messageBar for raster loading (fix #6967) Nyall Dawson
01:32 AM Revision d11e6674 (qgis): Quote fields in size/width assistant (fix #14257)
Nyall Dawson
01:09 AM Revision cd145bb4 (qgis): Reword vector layer capability strings for consistency
Nyall Dawson

2016-02-23

11:58 PM Revision 1e3c64da (qgis): show progress when loading composers
Jürgen Fischer
06:41 PM Revision 2ad32f16 (qgis): [BUGFIX] Extend field type description
René-Luc ReLuc
03:32 PM Revision 1c177d0d (qgis): Moved static vars to functions
Alessandro Pasotti
03:32 PM Revision d2665826 (qgis): Renamed static members and moved init into ctor
Alessandro Pasotti
02:35 PM Revision 5e8feb69 (qgis): set full path as name on browser favourites created by provider
Radim Blazek
01:27 PM Revision 6c1a7717 (qgis): Update README.md
Matthias Kuhn
01:25 PM Revision 2e8097b7 (qgis): Merge pull request #2832 from m-kuhn/checkXmlKeys
Don't use invalid xml values as attribute names Matthias Kuhn
01:23 PM Revision 5085204c (qgis): Update README.md
Matthias Kuhn
01:22 PM Revision 467f3f02 (qgis): More documentation for processing tests
Matthias Kuhn
12:42 PM Revision 8582f612 (qgis): Merge pull request #2761 from m-kuhn/ptest
Updates to processing tests Matthias Kuhn
11:25 AM Revision 58751b50 (qgis): Don't use invalid xml values as attribute names
Fixes #14136 Matthias Kuhn
11:11 AM Revision 50aa8058 (qgis): Merge pull request #2778 from SebDieBln/FixOrphanedWidgetConfigs
[Bugfix] Avoid orphaned QgsEditorWidgetConfig (refs #14136) Matthias Kuhn
11:08 AM Revision 5f0173ed (qgis): Add gdal-bin to travis
Matthias Kuhn
10:47 AM Revision b97e86da (qgis): [server] Safety measure to prevent potential leaks
Alessandro Pasotti
10:24 AM Revision 3f105530 (qgis): Add new test type "regex" to processing tests
Matthias Kuhn
10:24 AM Revision e0ffd92a (qgis): Fix typo
Matthias Kuhn
10:24 AM Revision d0d284ad (qgis): Update AlgorithmsTestBase.py
Matthias Kuhn
10:07 AM Revision f986d74c (qgis): [server][bugfix] Prevent potential crash
Alessandro Pasotti
09:51 AM Revision c7cde461 (qgis): Fix drag&drop of spatialite tables (fixes #14237)
Martin Dobias
09:39 AM Revision 63be2e53 (qgis): Fix DB manager to work with SpatiaLite < 4.2
Martin Dobias
09:33 AM Revision 781c10ba (qgis): [processing] Add gdal test
Matthias Kuhn
09:33 AM Revision 91119681 (qgis): [processing] TestGenerator: Create parameters as dict
Matthias Kuhn
09:33 AM Revision 450fb130 (qgis): [processing] Move AlgorithmTests to QgisAlgorithmTests
Matthias Kuhn
09:32 AM Revision db60a04c (qgis): [processing] Remove test leftovers
Matthias Kuhn
08:41 AM Revision b952f0f1 (qgis): [GRASS] do not show 100% progress until module finished, fixes #3131
Radim Blazek
08:39 AM Revision 9197e1ee (qgis): remove assertion (fixes #14360)
Jürgen Fischer
07:38 AM Revision 976015a3 (qgis): Fix typmod aware query for topology face layers
followup d8a768f0a0b1926ead3b42c0fa9e12d35f8905f0 (which was bogus) Sandro Santilli
06:49 AM Revision 98713a94 (qgis): Fix tests where locale-dependent formatting of numbers is used
Martin Dobias
06:07 AM Revision b34105d8 (qgis): Fix test mask for labelingenginev2 tests so they do not fail on my laptop
Martin Dobias
04:06 AM Revision 02499d2e (qgis): Revert "Show project path in server parsing error (revert before release)"
This reverts commit 368223ad0a0995b6d3ab0d55cd5e723557887ad5. Nyall Dawson
04:03 AM Revision ec0b6c96 (qgis): Use QgsFields::fieldNameIndex when preparing column refs in expressions
Fixes handling of duplicate field names with different case in
expressions
(cherry-picked from 0a84fbd6b5bf2a67c5e84...
Nyall Dawson
03:51 AM Revision 20e9d646 (qgis): Remove unused help button from style manager (fix #14055)
(cherry-picked from 17ed9d15fa00aeb305ef0dbee48896665d38b01c) Nyall Dawson
03:43 AM Revision 44330203 (qgis): Fix raster layers not rendering on Windows 8
The copy constructor for QgsContrastEnhancement was using
an uninitialized value for the mContrastEnhancementAlgorith...
Nyall Dawson
03:38 AM Revision 78cb79bc (qgis): Fix categorised renderer does not store changes to the source symbol
Avoids the frustrating situation where changes to a symbol in the
categorised renderer are lost when the layer proper...
Nyall Dawson
02:34 AM Revision d607a56b (qgis): Fix adding fields to mssql layers always resulted in error (fix #13340)
(cherry-picked from d827076637ac14fea68472a0d943745345d20d0c) Nyall Dawson
02:33 AM Revision dd89226f (qgis): Fix dropping geometryless tables to postgres browser items
(cherry-picked from 4a3d3db2d21862152c31a51a71ee4264ee77bb91) Nyall Dawson
02:30 AM Revision 8d606649 (qgis): Fix dropping geometryless tables to spatialite browser items
(cherry-picked from 89815646fb8f7e97a230d6eb35b9207d1659f5ab) Nyall Dawson
02:27 AM Revision c8dffafd (qgis): Standardise capitalization of symbol layer types
Nyall Dawson
02:24 AM Revision 1187e725 (qgis): Increase maximum size of diagram spinbox (fix #14282)
(cherry-picked from 087e1489e3bdf2de96be4b0ba7286fb0168460ac) Nyall Dawson
02:23 AM Revision 4e4230b6 (qgis): Show field names in geometry generator expression widget
Nyall Dawson
02:04 AM Revision f744227f (qgis): Correctly set parent for select by expression dialog in main window
(cherry-picked from ac2cd476b15a7f02df7eece887c842a6b7c58d09) Nyall Dawson
01:48 AM Revision c23e3096 (qgis): More descriptive function help for area/length/perimeter functions
...which better clarify how project ellipsoid and unit settings are
respected by the functions
Nyall Dawson
01:48 AM Revision ab73c036 (qgis): Add unit tests for WMS server access control with request filters
Nyall Dawson
01:41 AM Revision fad0b1d1 (qgis): Expresson widget - Set first item on search result
For Nyall :) Nathan Woodrow
01:15 AM Revision 24d1bd0c (qgis): Fix inconsistent capitalization and add missing ellipsis to browser act...
Nyall Dawson
01:15 AM Revision ac2cd476 (qgis): Correctly set parent for select by expression dialog in main window
Nyall Dawson

2016-02-22

11:13 PM Revision d8a768f0 (qgis): Make geometry typmod available for topology face layer queries
Greatly improves performances on topology loading.
See http://hub.qgis.org/issues/14356
Sandro Santilli
10:28 PM Revision bf583c72 (qgis): Merge pull request #2830 from elpaso/server-fix-info_format2
[bugfix][server] text/plain as default info_format Alessandro Pasotti
10:03 PM Revision 3df100f9 (qgis): Removed debug code
Alessandro Pasotti
10:01 PM Revision 3a8c1c76 (qgis): nsis: cleanup after msys
Jürgen Fischer
08:39 PM Revision 0b4b0ccc (qgis): [GRASS] support extension filter in file output, fixes #5011
Radim Blazek
08:17 PM Revision 6475360c (qgis): [GRASS] fixed v.in.ogr.all.loc input widget
Radim Blazek
06:52 PM Revision 82cee030 (qgis): Added test data for GetFeatureInfo
Alessandro Pasotti
06:49 PM Revision 0a9063b4 (qgis): [bugfix][server] text/plain as default info_format
Added deafult info_format (text/plain) as per specs.
Fixed error message when info format was not set or wrong.
Added...
Alessandro Pasotti
03:09 PM Revision b92cb81f (qgis): [processing] Change version test so that ExecuteSQL is testable during ...
Hugo Mercier
03:03 PM Revision 3dea491d (qgis): Fix text encoding in request filter expression
Hugo Mercier
03:03 PM Revision 0e704523 (qgis): Fix text encoding issues in virtual layers (fixes #14350)
Hugo Mercier
01:54 PM Revision 83c57ef5 (qgis): Expression widget - Filter headers with no search results
Nathan Woodrow
01:48 PM Revision f1e1559e (qgis): don't try to refresh the layer extent after deletion of features, if
useEstimatedMetadata is enabled (tradeoff for large layers) Jürgen Fischer
01:45 PM Revision 5b46f487 (qgis): External Resource Widget: avoid having undefined value in document view...
Denis Rouzaud
12:35 PM Revision d3852e48 (qgis): [processing] fix handling of NULLs is Basic statistics for text fields
Alexander Bruy
11:38 AM Revision 847f1c07 (qgis): browser favourites: add items for providers
Radim Blazek
10:46 AM Revision 138be4a3 (qgis): Don't zoom when panning with the keyboard on a rotated QgsMapCanvas
Fixes #14243
Signed-off-by: Sandro Santilli <[email protected]>
Sebastian Dietrich
10:38 AM Revision 81a1f631 (qgis): [GRASS] new mapset: re-enable set extent button if canvas extent is valid
Radim Blazek
10:33 AM Revision ed38d5d9 (qgis): Merge pull request #2819 from NaturalGIS/processing_fix_grass_grass7_r_...
[processing] fix GRASS and GRASS7 r.sunmask Alexander Bruy
10:32 AM Revision 70ff8b5b (qgis): Merge pull request #2826 from DelazJ/patch-1
Update label Richard Duivenvoorde
03:48 AM Revision a1672da1 (qgis): Fix some test failures, warnings in nightlies
Add more tolerance to distance area tests, fix doxygen param option Nyall Dawson
01:06 AM Revision 173c7d78 (qgis): [server] Fix some exceptions were not correctly restoring layer opacity
Nyall Dawson
01:06 AM Revision f264799f (qgis): [server] Make restoration of original layer subsetStrings much more
robust (there were many code paths where the original filters
were not being correctly restored)
Nyall Dawson
01:00 AM Revision a46dca56 (qgis): Correctly restore layer subsetStrings after wfs/wms requests...
by switching storage/restoration of subset strings to use
QgsMapLayer pointers instead of layer ids. It seems that th...
Nyall Dawson
01:00 AM Revision 90a4ae80 (qgis): Fix #13919, don't reset layer subsetStrings when server python plugins
are enabled Nyall Dawson

2016-02-21

12:20 AM Revision ba7dc0d7 (qgis): Add unit tests for #13919
Nyall Dawson
12:20 AM Revision 0446f507 (qgis): Fix slow filter rect requests with server python plugins (refs #13919)
Nyall Dawson
10:33 PM Revision fab8dc21 (qgis): Merge pull request #2817 from jef-n/geometryv2-cache-cs
change QgsAbstractGeometryV2::coordinateSequence() to return a Jürgen Fischer
09:49 PM Revision e503c705 (qgis): change QgsAbstractGeometryV2::coordinateSequence() to return a
implicitly shared copy of an internal cache instead of recreating the
coordinate sequence again and again.
Improves ...
Jürgen Fischer
08:01 PM Revision 69520520 (qgis): Add r.series.accumulate algorithm (needs a way to select a raster in th...
Médéric RIBREUX
07:56 PM Revision 5e49d0ac (qgis): Add r.series.interp algorithm
Médéric RIBREUX
07:01 PM Revision 4485d3ab (qgis): Merge pull request #2824 from nyalldawson/geombbox
Optimise storage/calculation of geometry bounding boxes Jürgen Fischer
02:07 PM Revision 959952e1 (qgis): Merge pull request #2820 from NaturalGIS/processing_fix_saga_223_detection
Fix SAGA 2.2.3 Processing detection Matthias Kuhn
02:05 PM Revision e4dba1e4 (qgis): Update label
Given that the canvas rotation is in QGIS for many releases, it may be time to remove the "experimental" attribute in... Harrissou Santanna
02:05 PM Revision a0a20eaf (qgis): Merge pull request #2825 from m-kuhn/processingTestFiles
Add file comparison for HTML output to processing Matthias Kuhn
01:16 PM Revision 23802eb5 (qgis): Add file comparison for HTML output to processing test generator
Refs #14311 Matthias Kuhn
01:15 PM Revision 20fc30b0 (qgis): Add file comparison to processing tests
And a test for basic numeric statistics Matthias Kuhn
01:15 PM Revision f6995646 (qgis): [processing] Add some newlines to the output of basic stats
Matthias Kuhn
01:13 PM Revision 6a8b4075 (qgis): Add method for file comparison to testing lib
Matthias Kuhn
09:55 AM Revision 6116fdcd (qgis): Add a bunch of missing geometry cache clears
Nyall Dawson
06:26 AM Revision 50f01a2a (qgis): Optimise storage/calculation of geometry bounding boxes
- removes storage of bounding box from QgsPointV2 (gives significant
decrease in size of object)
- more efficient cal...
Nyall Dawson

2016-02-20

05:21 PM Revision 4c63c85c (qgis): Show provider errors more prominently
Matthias Kuhn
05:11 PM Revision fef9c93e (qgis): fix typo (followup 5c4bf99)
Jürgen Fischer
04:55 PM Revision 5c4bf99c (qgis): debian packaging update: manually merge some changes from PR#2818 and
some spelling fixes. Jürgen Fischer
04:47 PM Revision 607642a5 (qgis): Fix SAGA 2.2.3 Processing detection
Giovanni Manghi
04:26 PM Revision 777de063 (qgis): Add r.resamp.filter.txt algorithm
Médéric RIBREUX
04:25 PM Revision 322d9e6c (qgis): Add r.resamp.bspline algorithm
Médéric RIBREUX
03:52 PM Revision 3f9263b4 (qgis): fix GRASS and GRASS7 r.sunmask
Giovanni Manghi
03:39 PM Revision e99ccb79 (qgis): remove the accompanying QgsEditorWidgetConfig when removing a field
(refs #14136) Sebastian Dietrich
11:38 AM Revision 0c0d72bb (qgis): Merge pull request #2816 from SebDieBln/FixDuplicateJoins
[Bugfix] create vector joins only once for a duplicated layer (fixes #14298) Matthias Kuhn
11:36 AM Revision b06d8084 (qgis): Add r.regression.multi algorithm
Médéric RIBREUX
11:26 AM Revision 5e592ee0 (qgis): Add r.random.surface algorithm
Médéric RIBREUX
09:12 AM Revision 58223f4d (qgis): Add r.latlong algorithm
Médéric RIBREUX

2016-02-19

12:19 AM Revision 07240e31 (qgis): Merge pull request #2813 from rouault/avoid_astyle_writing_unmodified_f...
astyle.sh: make it not touch unmodified files Jürgen Fischer
11:50 PM Revision 7431ec65 (qgis): create vector joins only once for a duplicated layer (fixes #14298)
Sebastian Dietrich
09:06 PM Revision 1e80a984 (qgis): include spatialindex only in core (fixes #13197)
Jürgen Fischer
08:19 PM Revision cf8c7b13 (qgis): fix failing indenation test
Alexander Bruy
07:21 PM Revision e0acb696 (qgis): Merge pull request #2815 from NaturalGIS/processing_fix_grass7_r_water_...
[processing] fix GRASS7 r.water.outlet Alexander Bruy
07:16 PM Revision 141a0a26 (qgis): processing fox GRASS7 r.water.outlet
Giovanni Manghi
07:09 PM Revision db1142e4 (qgis): Merge pull request #2814 from NaturalGIS/processing_fix_gdal_rasterize
[processing] fix gdal_rasterize: missing output format parameter Alexander Bruy
07:03 PM Revision 3215247c (qgis): fix processing gdal_rasterize: missing output format parameter
Giovanni Manghi
04:29 PM Revision ec0be3ca (qgis): Fix use of wrong variable in astyleit(), introduced in previous commit
Even Rouault
04:19 PM Revision 3f330aa6 (qgis): astyle.sh: make it not touch unmodified files
Currently astyle.sh will rewrite files, even if no change are made.
This causes some editors (for example kate) to be...
Even Rouault
04:11 PM Revision 7f56c5d1 (qgis): reduce debugging noise (followup 1a29030)
Jürgen Fischer
04:11 PM Revision b6de1971 (qgis): also log rendering times of individual layers when debugging output is
enabled Jürgen Fischer
04:09 PM Revision 2973c1dc (qgis): Merge pull request #2812 from elpaso/accesscontrol-api-docs
Added new plugin filters to server api docs Alessandro Pasotti
04:05 PM Revision bbc8feb8 (qgis): Added new plugin filters to server api docs
Alessandro Pasotti
03:40 PM Revision 410fe32b (qgis): Merge pull request #2802 from ahuarte47/Issue_RemoveMap2screenMethods
Remove duplicate methods to convert map coordinates to screen coordinates Jürgen Fischer
09:43 AM Revision 1a290303 (qgis): Remove duplicate methods of conversion
Remove duplicate methods of conversion of map coordinates to screen
coordinates
Alvaro Huarte
09:22 AM Revision 6f393751 (qgis): spelling fix
Jürgen Fischer
06:09 AM Revision c06577d9 (qgis): Fix order by not set for 25d renderer
Nyall Dawson
02:16 AM Revision d01d42ec (qgis): prevent exceeding allocation from corrupt wkb
Jürgen Fischer

2016-02-18

12:13 AM Revision 683cab07 (qgis): Fix typo
Nyall Dawson
12:11 AM Revision 4285d70b (qgis): Fix "feature rendering order" checkbox is not honored (fix #14323)
Nyall Dawson
06:38 PM Revision f36214c5 (qgis): Merge pull request #2808 from m-kuhn/proclogtitle
[processing] always translate debug messages tab title (fix #14287) Alexander Bruy
05:52 PM Revision d8a5e0fc (qgis): [processing] correctly handle zero in Basic statistics alg (fix #14331)
Alexander Bruy
05:11 PM Revision af7f67c3 (qgis): Add r.distance
(Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing) Médéric Ribreux
04:44 PM Revision 6d5dafd7 (qgis): Add r.category algorithms
Médéric Ribreux
04:30 PM Revision a0da85fc (qgis): Merge branch 'saga-223'
Alexander Bruy
02:55 PM Revision 30a738f9 (qgis): [processing] improve handling of the obsolete models (fix #14306)
Alexander Bruy
02:44 PM Revision bcd3d92f (qgis): Always translate Processing debug messages tab title
Fix #14287 (Redmine) Matthias Kuhn
01:57 PM Revision 5c62a175 (qgis): [processing] added descriptions for SAGA 2.2.3
Alexander Bruy
01:09 PM Revision 61a92e2f (qgis): [processing] convert messages to unicode (fix #14286)
Alexander Bruy
08:59 AM Revision bcded3c2 (qgis): Keep Z/M information when digitizing from a snapped point (fixes #14318)
Hugo Mercier

2016-02-17

12:46 AM Revision 22b27c5f (qgis): Merge pull request #2807 from SebDieBln/FixOrderByDialogParent
[Bugfix] construct the QgsOrderByDialog with the correct parent Nyall Dawson
12:32 AM Revision 97ab3d95 (qgis): construct the QgsOrderByDialog with the correct parent
This is necessary to ensure proper modal behaviour. Sebastian Dietrich
 

Also available in: Atom