Activity
From 2016-02-13 to 2016-03-13
2016-03-13
- 12:22 PM Revision 6610c6e2 (qgis): [processing] don't throw error when new provider added and settings is ...
- 12:02 PM Revision 48911ca9 (qgis): evis: update QAction::activated to triggered
- 12:02 PM Revision 811c9c29 (qgis): remove superfluous file
- 12:00 PM Revision 3507bd8c (qgis): globe: adapt to osgearth 2.7
- (cherry picked from commit 342a754c399b785053dc766402486acd72e39be9)
- 11:59 AM Revision 342a754c (qgis): globe: adapt to osgearth 2.7
- (cherry picked from commit 6327558 and de06cd7)
- 02:42 AM Revision c2ff2d77 (qgis): osgeo4w: support for OSGEO4W_DESKTOP and fix deinstallation
2016-03-12
- 10:32 PM Revision 34bd1240 (qgis): [Geometry checker] Make polyLineSize survive empty geometries
- 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... - 09:50 PM Revision e2c83aec (qgis): Add CancelQuery for Qt5 only.
- 09:34 PM Revision 1e1dfca7 (qgis): Fix crash when right clicking raster layer (indentified by Coverity)
- 09:34 PM Revision 66938e9f (qgis): Fix Coverity warning
- 09:06 PM Revision d318981f (qgis): Add v.in.lidar algorithm
- 09:02 PM Revision 72a6b774 (qgis): Enable QSpatiaLite for travis qt4 builds.
- 09:00 PM Revision 6685667a (qgis): Mark CancelQuery as not support in hasFeature().
- 08:00 PM Revision e4ecbb26 (qgis): Enable QSpatiaLite for travis qt5 builds.
- 07:35 PM Revision ef256aa9 (qgis): Add Qt5OpenGL variables to include_directories() & target_link_librarie...
- 06:08 PM Revision 7f461f3f (qgis): Add v.rectify algorithm
- 05:49 PM Revision 538ad697 (qgis): Add v.edit algorithm
- 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... - 05:16 PM Revision 903a804b (qgis): Add v.lrs.segment algorithm
- 04:53 PM Revision 1ebd7683 (qgis): Add v.lrs.where algorithm
- 04:21 PM Revision db65371e (qgis): Add v.lrs.create algorithm
- 01:06 PM Revision 3a995cfe (qgis): Add v.to.lines algorithm
- 01:02 PM Revision 4dd5fd36 (qgis): Add v.what.vect algorithm
- 12:54 PM Revision ae0b48d8 (qgis): Add v.vect.stats algorithm
- 12:45 PM Revision 2139d5fd (qgis): Add v.type algorithm
- 12:34 PM Revision b7a6037d (qgis): Add v.to.3d algorithm
- 12:21 PM Revision 09b9a624 (qgis): Add v.rast.stats algorithm
- 11:48 AM Revision 3f144599 (qgis): Add v.pack algorithm
- 11:41 AM Revision 2e0e7b6b (qgis): Add v.out.vtk algorithm
- 11:39 AM Revision a7ec96ce (qgis): Add v.kernel algorithm
- 11:34 AM Revision 62b4d7ce (qgis): Add v.in.mapgen algorithm
- 11:33 AM Revision 33f3717c (qgis): Add v.in.lines algorithm
- 11:27 AM Revision 7f983e35 (qgis): Add v.in.ascii algorithm
- 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... - 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... - 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... - 10:23 AM Revision 35ceacc8 (qgis): Fix broken $x_at, $y_at functions (fix #14462), add tests
- (cherry-picked from 3b40e2baa5b939dd4b920220e266a98cf9ef0e4c)
- 10:21 AM Revision 3b40e2ba (qgis): Fix broken $x_at, $y_at functions (fix #14462), add tests
- 10:13 AM Revision 741d1463 (qgis): Add v.in.geonames algorithm
- 10:05 AM Revision 014355aa (qgis): Add v.extrude algorithm
- 09:42 AM Revision 2f579d23 (qgis): Add v.build.polylines algorithm
- 09:27 AM Revision 8619b812 (qgis): Add v.build algorithm, only for topology checking
- 08:38 AM Revision 51d6f5f5 (qgis): Merge pull request #2894 from rouault/fix_spatialite_insert
- Fix spatialite insert
- 07:38 AM Revision 9167e1b6 (qgis): Merge pull request #2902 from sebastic/qt5-globe-plugin
- Add Qt5OpenGL variables to include_directories() & target_link_libraries()
- 02:08 AM Revision 2c5d5648 (qgis): Add Qt5OpenGL variables to include_directories() & target_link_librarie...
2016-03-11
- 05:26 PM Revision 3fd3dae3 (qgis): Hide subform in N:M relations
- 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...
- 01:21 PM Revision 29d2d283 (qgis): Run more tests in Qt5 setup
- 11:04 AM Revision 73caf352 (qgis): Merge pull request #2892 from SebDieBln/Test_CanvasPanByKeyboard
- added a test for panning the canvas by keyboard
- 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
- 08:26 AM Revision 6805ba95 (qgis): Merge pull request #2896 from m-kuhn/container-qt5
- Add Qt5/Python3 builds to travis
2016-03-10
- 08:23 PM Revision cd961695 (qgis): Add Qt5 builds to travis
- 07:52 PM Revision 8d72e9f4 (qgis): Convert some asserts to self.asserXXX methods in py tests
- 07:52 PM Revision e6198c69 (qgis): Fix some warnings on Qt5 builds
- 07:52 PM Revision 4cc5c2cb (qgis): Add some debug output when GDALRasterIO operations fail
- Or the compiler will complain about unhandled returns
- 06:44 PM Revision 3dc40d72 (qgis): Conditionalize tests which depend on QtWebkit
- 06:44 PM Revision 264527a4 (qgis): [PyQt5] make pyuic4-wrapper PyQt5 aware
- 06:44 PM Revision aa293704 (qgis): More debug output when dependencies are not found
- 06:44 PM Revision ae6fad3d (qgis): Decapitalize FindSpatiaLite cmake file
- 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... - 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... - 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... - 12:14 PM Revision e6785ba5 (qgis): Be more verbose on exceptions in geoalgorithms
- 12:14 PM Revision 61366583 (qgis): [processing] Fix default argument is SilentProgress for GeoAlgorithm.ex...
- 10:39 AM Revision a98fefd2 (qgis): Merge pull request #2889 from m-kuhn/py3improvements
- Simplify some python3 handling, refs #13686 (redmine)
- 10:14 AM Revision b073111f (qgis): processing: add extent parameter to gdal_warp
- 08:57 AM Revision 875a4647 (qgis): Fix reshape involving first/last vertex (fix #14443)
- (cherry-picked from bb0ecf427fd3c92a46bac26d7344f82381f34e8e)
- 08:56 AM Revision 602cfa19 (qgis): Allow editing newly added diagram expression attributes (fix #14063)
- (cherry-picked from 8389b7f703694bf107ffaa85f5b4bda934e2391a)
- 07:05 AM Revision 9b35a988 (qgis): Merge pull request #2890 from NaturalGIS/processing_better_grass7_r_cost
- [processing] better GRASS 7 r.cost algorithms
- 04:10 AM Revision 52621b9a (qgis): Followup a112dfe, fix #14451
- 02:59 AM Revision 8b344371 (qgis): Partially revert 3ec161
2016-03-09
- 12:45 AM Revision 3ec16131 (qgis): Indentation
- 12:45 AM Revision 15631937 (qgis): Port more field iterating to Q_FOREACH, avoid some detachments
- 12:45 AM Revision 80afbeda (qgis): Use doubles instead of float for min/max layer scales
- 12:45 AM Revision 0e5214cd (qgis): Don't crash when iterating empty QgsFields
- 12:45 AM Revision db69451a (qgis): Add noexcept to astyle rules
- 12:42 AM Revision 8389b7f7 (qgis): Allow editing newly added diagram expression attributes (fix #14063)
- 11:48 PM Revision 7baedaf1 (qgis): debian packaging update
- (cherry picked from commit e62d8fe790e88f22a7ab35e5346a52708892b581)
- 11:42 PM Revision e62d8fe7 (qgis): debian packaging update
- 09:53 PM Revision bb0ecf42 (qgis): Fix reshape involving first/last vertex (fix #14443)
- 09:43 PM Revision 3b4638ab (qgis): Followup 01f615d
- 09:42 PM Revision 01f615d0 (qgis): Merge pull request #2888 from pvalsecc/scaleDenom
- Scale based layer visibility cosmetics
- 05:57 PM Revision 7c1131ba (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
- Insert layer in registry and cache before addValueRelationLayersForLayer
- 05:56 PM Revision 49ce2fa3 (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
- Insert layer in registry and cache before addValueRelationLayersForLayer
- 05:46 PM Revision 7eaf15de (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
- Insert layer in registry and cache before addValueRelationLayersForLayer
- 05:44 PM Revision c55ef386 (qgis): [BUGFIX][QGIS Server] To avoid infinite loop in layer creation
- Insert layer in registry and cache before addValueRelationLayersForLayer
- 03:55 PM Revision 4c88fc03 (qgis): added a test for panning the canvas by keyboard
- 01:22 PM Revision ceb86c79 (qgis): [processing] don't show tip when user uses search and tip was disabled ...
- 01:21 PM Revision 605e0c43 (qgis): [processing] don't show tip when user uses search and tip was disabled ...
- 12:57 PM Revision c4c67b0b (qgis): Processing, better GRASS7 r.cost descriptions files names and parameters
- 12:57 PM Revision 2bcac17e (qgis): Processing, better GRASS7 r.cost descriptions files names and parameters
- 12:41 PM Revision a8590135 (qgis): Deduplicate fieldNameIndex code
- 12:35 PM Revision 72764b29 (qgis): Simplfiy some python3 handling
- 12:19 PM Revision f4c51064 (qgis): Switch some for-based loops over fields to Q_FOREACH
- 12:12 PM Revision f27d36cf (qgis): Lower doxygen test threshold
- 12:08 PM Revision c3dfbcd6 (qgis): Fix searching for symbols by tag (fix #14445), add tests
- (cherry-picked from 6be8d06dc6147b35ad072ef383e200c8a2da5c84)
- 12:08 PM Revision ffa7b3b9 (qgis): Correctly set title for label svg selector dialog
- (cherry-picked from 7f179032f71ad27618ea8175c0c2d9c572be05a2)
- 12:08 PM Revision ea960182 (qgis): Use correct field icon in form view preview menu
- (cherry-pick from ea10c5da3c23689cbc755b980c290dd79cd1836c)
- 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.
- 12:07 PM Revision 632601ba (qgis): Python compatibility patch for 3.0-3.2
- 11:44 AM Revision 29bf95cf (qgis): [Processing] Fix TypeError in Zonal Statistics algorithm
- Fixes #14412
- 11:40 AM Revision 2ce4b8a7 (qgis): Merge pull request #2883 from radosuav/zonal_statistics_fix
- [Processing] Fix TypeError in Zonal Statistics algorithm
- 11:33 AM Revision 5bb17235 (qgis): Fix doxygen/sip binding test failures
- 11:33 AM Revision ee46ece2 (qgis): QgsMapLayerModel: allow direct retrieval of map layer
- 10:39 AM Revision 48e20cf0 (qgis): Table names in postgresql can be max 63 characters long
- 09:56 AM Revision 556b621a (qgis): [FEATURE] Add a menu entry to zoom to a layer's scale range
- 09:56 AM Revision a112dfe6 (qgis): Make out of range layers greyed out in the tree
- 09:56 AM Revision 3efc73be (qgis): Made layers/labels visibility more consistent
- Some places forgot to make the max scale inclusive.
- 08:58 AM Revision de06cd76 (qgis): globe: fix osgearth 2.5 support (followup 6327558)
- 05:22 AM Revision 6be8d06d (qgis): Fix searching for symbols by tag (fix #14445), add tests
2016-03-08
- 12:46 AM Revision e404a1c0 (qgis): Make travis osx before_install more portable
- 10:02 PM Revision 3059dd54 (qgis): fix whatsthis for coordinate box, followup f01cc55
- 09:54 PM Revision f01cc555 (qgis): fix tooltip for coordinate display
- 09:35 PM Revision 63275585 (qgis): globe: adapt to osgearth 2.7
- 09:19 PM Revision 7f179032 (qgis): Correctly set title for label svg selector dialog
- 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
- 10:56 AM Revision dc137d77 (qgis): Merge pull request #2873 from NaturalGIS/processing_add_extent_gdal_ras...
- [processing] add extent parameter to gdal rasterize
- 10:48 AM Revision 107d30a7 (qgis): processing fix SAGA 2.2.x resampling
- 10:48 AM Revision ae8e03e0 (qgis): processing fix SAGA 2.2.* grid_spline tools
- 10:48 AM Revision f11c5b3c (qgis): Include parameter target elevation above the ground
- 10:48 AM Revision 0a47d01c (qgis): processing: in SAGA grid masking it is not mandatory for inputs to have...
- 10:48 AM Revision a53a6e49 (qgis): [Processing] Use local GRASS7 help files if they exist. Fixes #7745
- 10:48 AM Revision f55ec088 (qgis): processing: fix GRASS7 v.buffer.column
- 10:47 AM Revision ede6c23f (qgis): fix/adds SAGA 2.2.3 tools
- 10:05 AM Revision 2c7f40b6 (qgis): try fix indentation
- 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)
- 06:23 AM Revision c6ebb8cb (qgis): Default to remembering last attribute table view
- 05:56 AM Revision 47d97b21 (qgis): Cache pixmaps in feature list view
- 03:48 AM Revision ea10c5da (qgis): Use correct field icon in form view preview menu
- 03:33 AM Revision f98b4ef6 (qgis): [FEATURE] Add setting for default attribute dialog view
- Options for table view, form view and remember last view
2016-03-07
- 12:47 AM Revision de0b770a (qgis): [svg] add fill and outline parameters to all arrows
- 12:47 AM Revision 8c0230fd (qgis): Parameterise more included SVGs
- 12:47 AM Revision 8d3e3a44 (qgis): Expand height of svg image list in composer picture widget
- 12:47 AM Revision 9d2fe8f9 (qgis): Port more svgs to parameters, remove default colors
- 11:55 PM Revision 7ade5826 (qgis): Merge pull request #2880 from rouault/avoid_busy_loop_in_QgsVectorLayer...
- QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all …
- 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 ... - 10:14 PM Revision 94e7720f (qgis): Use SVG cache to handle parameterized SVG files in composer picture
- selection widget (fix #14385)
- 09:48 PM Revision 5b11ba1a (qgis): Fix indentation
- 07:18 PM Revision 5c20b33a (qgis): processing add missing saga 2.2.x shapes_polygons tools tools
- 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... - 04:56 PM Revision 9c611c98 (qgis): [Processing] Fix TypeError in Zonal Statistics algorithm
- Fixes #14412
- 04:35 PM Revision b1b7b657 (qgis): add missing include (followup a89b510)
- 03:10 PM Revision c2c326c4 (qgis): de-plenk question and exclamation marks
- 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
- 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
- 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
- 01:38 PM Revision 6d0fa652 (qgis): Merge pull request #2874 from NaturalGIS/processing_saga_mask
- [processing] allow unmatching extents in SAGA grid masking algs
- 09:21 AM Revision bceea09f (qgis): catch some python error in batch processing
- 09:21 AM Revision 66b66c59 (qgis): improve error message in the modeler
- 09:11 AM Revision 278b7f20 (qgis): processing fix SAGA 2.2.x resampling
- 08:42 AM Revision 35c81b4b (qgis): processing fix SAGA 2.2.* grid_spline tools
- 02:02 AM Revision bd140a75 (qgis): Merge pull request #2852 from ahuarte47/Labeling_CheckBoundingBoxes
- [Improvement] Use BoundingBoxes in labeling
- 01:15 AM Revision b07bbd04 (qgis): Use BoundingBoxes in labeling
- Use BoundingBoxes to check faster if clipping is necessary
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) - 11:38 PM Revision eb31e01a (qgis): Move QgsCompositionChecker to core, speeds up compilation with
- tests enabled
- 10:26 PM Revision 51044387 (qgis): Include parameter target elevation above the ground
- 10:21 PM Revision df22d565 (qgis): include autopep8 in indentation tip
- 10:18 PM Revision d1743a99 (qgis): update qgis_labelingenginev2 test mask for ubuntu xenial
- 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) - 10:14 PM Revision e4fd0905 (qgis): Extend TestQgsGeometry::isEmpty to also test empty geometry collection
- (cherry-picked from 1e90786be770868b90887cd1bb98c041ec0eee01)
- 10:14 PM Revision 10311724 (qgis): Fix out of bounds array access if nextVertex is called on empty QgsGeom...
- (cherry-picked from 4c0e78a22dba81d9a1450620ade8ab321fc4d7d7)
- 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
- 07:05 PM Revision 6a0606b6 (qgis): processing: in SAGA grid masking it is not mandatory for inputs to have...
- 06:59 PM Revision e4f75672 (qgis): processing: add extent parameter to gdal rasterize
- 01:13 PM Revision 42d88848 (qgis): Improved fix for spatialite views (fixes #14232)
- 01:02 PM Revision 5b1d73e9 (qgis): raster layer properties: fix add values from display action
- 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
- 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)
- 12:33 PM Revision 7464d4df (qgis): Merge pull request #2870 from NaturalGIS/processing_fix_grass7_v_buffer
- [processing] fix GRASS7 v.buffer.column
- 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
- 12:29 PM Revision 1e90786b (qgis): Extend TestQgsGeometry::isEmpty to also test empty geometry collection
- 11:48 AM Revision ce69d21b (qgis): [Processing] Use local GRASS7 help files if they exist. Fixes #7745
- 11:32 AM Revision e1ff6e89 (qgis): processing fix GRASS7 detection on osx: courtesy Martin Laloux
- 11:24 AM Revision 8bdd4f33 (qgis): processing: fix GRASS7 v.buffer.column
- 11:12 AM Revision f8ea9d92 (qgis): fix/adds SAGA 2.2.3 tools
2016-03-05
- 11:23 PM Revision 4c0e78a2 (qgis): Fix out of bounds array access if nextVertex is called on empty QgsGeom...
- 12:28 PM Revision 2eb82430 (qgis): use individual network managers for threads (fixes #13721, fixes #14401...
- 11:02 AM Revision 26d61956 (qgis): show source locations in windows backtraces
- 05:25 AM Revision 1e3dc296 (qgis): Indentation
- 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...
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)
- 10:16 PM Revision e2879c35 (qgis): [pluginmanager] apply auth also when downloading plugin package
- 10:07 PM Revision b63461c1 (qgis): Merge pull request #2847 from alexbruy/plugin-manager-auth
- [pluginmanager] apply auth also when downloading plugin package
- 08:35 PM Revision 88bddb87 (qgis): Adds support for GNSS GNRMC messages
- 09:43 AM Revision 61b88963 (qgis): Fix expectedFailure in processing tests
- 08:48 AM Revision db2ca3aa (qgis): Allow expectedFailure in processing tests
- 08:48 AM Revision d24a2df6 (qgis): Followup 193fedf, updated expected results
- 08:48 AM Revision 0395b383 (qgis): Expect Failures for GDAL < 2 in processing test
- 01:47 AM Revision 2f5c193d (qgis): Fix handling of longlong fields in memory provider
- (cherry-picked from 98a216e0327c72132faa434251f29ee9f2a582bc)
- 01:47 AM Revision c8950e20 (qgis): Update test mask images
- (cherry-picked from dc2f1523cd7c5bb655e36ae302b67e1284573341)
- 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...
2016-03-03
- 12:51 AM Revision 5a18bb62 (qgis): Revert "Followup 193fedf, updated expected results"
- This reverts commit f722bb26a1267274248c9488fcb069719bfde254.
- 12:51 AM Revision 98a216e0 (qgis): Fix handling of longlong fields in memory provider
- 12:42 AM Revision b253a96c (qgis): update INSTALL (followup 0a6509d)
- 12:13 AM Revision 0a6509d7 (qgis): debian packaging update
- 11:59 PM Revision 1f83f731 (qgis): osgeo4w: use nose2, mock and httplib2 from osgeo4w
- 11:58 PM Revision c87529e3 (qgis): lazily determine full canvas extent
- 11:12 PM Revision f722bb26 (qgis): Followup 193fedf, updated expected results
- 08:44 PM Revision a5a731be (qgis): Make filters of QgsMapLayerProxyModel a property
- 08:44 PM Revision 73adda97 (qgis): Python binding fixes for 2.5D renderer
- 08:40 PM Revision 281117d7 (qgis): Fix Qt5 build
- 08:40 PM Revision 23546775 (qgis): Python binding fixes for 2.5D renderer
- 07:29 PM Revision 4e904f7e (qgis): [pluginmanager] apply auth also when downloading plugin package
- 07:25 PM Revision 2275ce41 (qgis): Fix MS-Windows implementation for r.li.* algorithms
- 01:15 PM Revision b3b41015 (qgis): Merge pull request #2804 from Gustry/processing-error
- [Bugfix] [Processing] Catch some python errors in batch mode
- 10:52 AM Revision 193fedf6 (qgis): Add null geometry to processing test line dataset
- 05:32 AM Revision dc2f1523 (qgis): Update test mask images
- 04:06 AM Revision 07805274 (qgis): Fix PyQgsServer test on GDAL >= 2.0
- Also fix handling of longlong types in wfs_describefeaturetype
- 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... - 03:22 AM Revision 4dbd8843 (qgis): Merge pull request #2707 from pvalsecc/layer_tooltips
- Layer tooltips
- 01:31 AM Revision 63d6f7b4 (qgis): Fix fetching subset of attributes with mssql (fix #14402), add test
- (cherry-picked from 30449e577f0cd432bd8c60787743fba54c1e51b9)
- 01:30 AM Revision 5a2ab97a (qgis): Fix mssql provider test data
- (cherry-picked from 527fe9d2344f8d93e2f9d430f5691a678b63c164)
2016-03-02
- 12:34 AM Revision 30449e57 (qgis): Fix fetching subset of attributes with mssql (fix #14402), add test
- 12:31 AM Revision 527fe9d2 (qgis): Fix mssql provider test data
- 09:27 PM Revision 63eab874 (qgis): Add r.li.* algorithms
- 12:44 PM Revision 8958204c (qgis): [GRASS] set PATH and PYTHONPATH in startModule() for t.list, #14241
- (cherry picked from commit 1d3cbd91cace921f71183535ca90ca8cf38bf9ef)
- 12:26 PM Revision 1d3cbd91 (qgis): [GRASS] set PATH and PYTHONPATH in startModule() for t.list, #14241
- 11:36 AM Revision 1cdffd33 (qgis): Merge pull request #2853 from ahuarte47/Rendering_DrawingMarkersFaster
- [Improvement] Draw markers faster
- 10:23 AM Revision b766ac1c (qgis): debian packaging update
- 09:48 AM Revision 2cc83664 (qgis): update debian/ubuntu build dependencies in INSTALL using scripts/scande...
- 08:59 AM Revision 61e57999 (qgis): Merge pull request #2787 from medspx/processing_vdistance
- [processing] add GRASS7 v.distance (fix #12817)
- 08:58 AM Revision 0061dccd (qgis): Merge pull request #2782 from medspx/processing_r_reclass
- [processing] add GRASS7 r.reclass inline rules (fix #5583)
- 08:55 AM Revision 91e222e1 (qgis): Merge pull request #2781 from medspx/processing_grass7_rnull
- [processing] add r.null GRASS7 algorithm (fix #6893)
- 08:52 AM Revision b2189f22 (qgis): Merge pull request #2747 from medspx/processing_grass_vwhatrast
- [processing] add v.what.rast GRASS 7 algorithms
- 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. - 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...
2016-03-01
- 06:02 PM Revision 05713959 (qgis): indentation
- 02:57 PM Revision a4a658a6 (qgis): restore GdalTools plugin until we will have multithreading support in P...
- 02:57 PM Revision af8a62d9 (qgis): [processing] alg menus can now be configured from Processing options
- 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 - 02:57 PM Revision 5df0ce04 (qgis): [processing] replace fTools and GdalTools plugins with Processing
- 02:57 PM Revision 11a9a661 (qgis): [processing] add icons for fTools and GDALTools algorithms
- 11:15 AM Revision 98e31ca2 (qgis): Fix build
- 08:17 AM Revision 9b9c692b (qgis): Syntax highlighting for processing tests readme
- 05:57 AM Revision e695fbb9 (qgis): Increase minimum size of composer legend list widget
- 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... - 05:50 AM Revision b11efdbf (qgis): Fix pasting mixed geometry types to memory layer, switch to message bar
- (cherry-picked from 28d725c1e4f152031223a66f8929bf5d2ac74551)
- 05:49 AM Revision 9374935f (qgis): Fix string capitalization
- (cherry-picked from 3f80649b58c8ea50c0e2f93b556b1568ab3b3430)
- 05:46 AM Revision 13ac8212 (qgis): Fix build
- 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. - 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... - 05:02 AM Revision 28d725c1 (qgis): Fix pasting mixed geometry types to memory layer, switch to message bar
- 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... - 05:02 AM Revision 11cebff6 (qgis): Add test for clipboard logic
- 05:02 AM Revision 7f6446af (qgis): [FEATURE] Use OGR to parse clipboard text so that GeoJSON (and others) ...
- directly pasted into QGIS (fix #9727)
- 05:02 AM Revision a9d01302 (qgis): Correctly handle pasting geometryless layers as scratch layer
- 02:06 AM Revision 3f80649b (qgis): Fix string capitalization
- 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... - 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
- 09:25 PM Revision 5e5ae94b (qgis): Fix processing test readme markdown
- 08:46 PM Revision 7caf47bf (qgis): Merge pull request #2855 from gvellut/master
- Correct initialization of Max
- 08:38 PM Revision 1c4c92b6 (qgis): Add splash screen credits for City of Essen and Linux Hotel
- 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, …
- 01:39 PM Revision 50904919 (qgis): Allow plugin layers to set their source
- 12:53 PM Revision ee536531 (qgis): The typo fix suggestion for initialisation should be initialization, no...
- 11:41 AM Revision dd68c33e (qgis): [processing] add support for ParameterPoint to major algorothm providers
- 11:41 AM Revision 317639f1 (qgis): [processing] allow to use ParameterPoint in Graphical Modeler
- 11:41 AM Revision 841de7ef (qgis): [processing] add tests for ParameterPoint
- 11:41 AM Revision 58d40d16 (qgis): [processing] add ParameterPoint for selecting point on canvas (fix #5733)
- 10:29 AM Revision 143f3d6e (qgis): run PyQgsDistanceArea in C locale
- 10:02 AM Revision 796b8bdf (qgis): spelling updates
2016-02-28
- 12:01 AM Revision cd5fa20e (qgis): add api doc link to 2.14
- 05:30 PM Revision e6e7b0c5 (qgis): Merge branch 'processing_raster_bunch' of https://github.com/medspx/QGI...
- 05:19 PM Revision 3fc2d267 (qgis): Add r.univar algorithm
- 05:19 PM Revision 0119646b (qgis): Add r.mapcalc algorithm
- 05:19 PM Revision 78024368 (qgis): Add r.colors algorithm
- 05:19 PM Revision e12609ea (qgis): Add r.rgb algorithm
- 05:19 PM Revision 0e47d530 (qgis): Add r.blend algorithm
- 05:19 PM Revision 27014b44 (qgis): Add r.colors.out
- 05:19 PM Revision 8cbc0c80 (qgis): Add r.what.color algorithm
- 05:19 PM Revision 22c1c7e8 (qgis): Add r.shade algorithm
- 05:19 PM Revision 71ce96be (qgis): Add r.tile algorithm
- 05:19 PM Revision 3a9846bb (qgis): Add r.stats.quantile algorithm
- 05:19 PM Revision 960f3a92 (qgis): Fix r.drain algorithm (fixes Redmine #13003)
- 05:19 PM Revision 36da688c (qgis): Incrementation for r.topmodel
- 05:19 PM Revision 4e92a132 (qgis): Fix r.colors rules
- 05:19 PM Revision 6673fe3f (qgis): Add r.solute.transport algorithm
- 05:19 PM Revision 92f8f218 (qgis): Add r.spread algorithm
- 05:19 PM Revision a1a8ca4d (qgis): Add r.ros algorithm
- 05:19 PM Revision a4c77bcb (qgis): Add r.sunhours algorithm
- 05:19 PM Revision 20597380 (qgis): Add r.tileset algorithm
- 05:19 PM Revision b2209e41 (qgis): Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)
- 05:19 PM Revision 6b9f9d4f (qgis): Add r.topmodel algorithm
- 05:19 PM Revision ee336611 (qgis): Add r.uslek algorithm
- 05:19 PM Revision d2b64579 (qgis): Add r.usler algorithm
- 05:19 PM Revision a383aabc (qgis): Add r.colors.stddev algorithm
- 05:19 PM Revision 2cb249cb (qgis): Add r.series.interp algorithm
- 05:19 PM Revision af482460 (qgis): Add r.resamp.filter.txt algorithm
- 05:19 PM Revision 4b63ab01 (qgis): Add r.resamp.bspline algorithm
- 05:19 PM Revision ae2a0849 (qgis): Add r.regression.multi algorithm
- 05:19 PM Revision b1296261 (qgis): Add r.random.surface algorithm
- 05:19 PM Revision 1ec4e2a7 (qgis): Add r.latlong algorithm
- 05:19 PM Revision cbfaa834 (qgis): Add r.distance
- (Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing)
- 05:19 PM Revision a5645bda (qgis): Add r.category algorithms
- 05:19 PM Revision 628a7fab (qgis): Add r.buffer.lowmem algorithm (and secure r.buffer parameters)
- 05:19 PM Revision ede5f8f0 (qgis): Add r.mask algorithm
- 05:19 PM Revision d5b5c6cd (qgis): Add r.support (combined with r.timestamp) algorithm
- 05:19 PM Revision 9198c16a (qgis): Add r.texture algorithm
- 05:19 PM Revision a773ffe5 (qgis): Add r.walk algorithms
- 05:19 PM Revision 91ca474f (qgis): Remove old r.cost description files
- 05:19 PM Revision e87b1b2d (qgis): Add r.cost algorithms
- 05:19 PM Revision 256b6749 (qgis): Add r.surf.fractal algorithm
- 05:19 PM Revision 78a5b8f6 (qgis): Add r.what algorithm
- 05:19 PM Revision 4269a955 (qgis): Add r.series.accumulate algorithm (needs a way to select a raster in th...
- 01:27 PM Revision b8948a17 (qgis): Fix r.colors rules
- 01:06 PM Revision 0ec89511 (qgis): Add r.mapcalc algorithm
- 03:05 AM Revision 9aabc289 (qgis): Indentation
- 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 - 01:24 AM Revision b2235938 (qgis): [FEATURE] Add km, yards and miles to distance unit options
2016-02-27
- 10:25 PM Revision 4831cf8b (qgis): Add r.colors algorithm
- 10:00 PM Revision 56a686bc (qgis): Add r.rgb algorithm
- 09:24 PM Revision 8e290e76 (qgis): Add r.blend algorithm
- 07:47 PM Revision 45f86a56 (qgis): Add r.colors.stddev algorithm
- 07:27 PM Revision 91f3f189 (qgis): Add r.what.color algorithm
- 05:20 PM Revision 717687b2 (qgis): Add r.shade algorithm
- 04:53 PM Revision 336d77cf (qgis): fix nsis installer welcome picture (convert to BMP3)
- 04:51 PM Revision 5e2e4688 (qgis): release.pl: reject mis-sized welcome page and convert to BMP3
- 04:43 PM Revision 48635045 (qgis): Add r.tile algorithm
- 04:29 PM Revision 3db60355 (qgis): Add r.stats.quantile algorithm
- 03:19 PM Revision f84e9d29 (qgis): Fix r.drain algorithm (fixes Redmine #13003)
- 02:30 PM Revision c45fa057 (qgis): Incrementation for r.topmodel
- 02:29 PM Revision 4ea75f34 (qgis): Add r.topmodel algorithm
- 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
- 01:50 PM Revision 6800c8d9 (qgis): indentation
- 01:45 PM Revision 7e3b975d (qgis): Add r.solute.transport algorithm
- 01:16 PM Revision ab866d98 (qgis): Merge branch 'master' of https://github.com/ninsbl/QGIS into processing-r
- 01:08 PM Revision 971ca5ba (qgis): Add r.spread algorithm
- 01:05 PM Revision 8125f61e (qgis): indentation
- 12:21 PM Revision e2894153 (qgis): [processing] new Fusion algs: ImageCreate and IntensityImage
- 11:52 AM Revision c3e5fb52 (qgis): Add r.ros algorithm
- 11:27 AM Revision 1c585a14 (qgis): Merge pull request #2776 from medspx/processing_split_vgeneralize
- [processing] split v.generalize (fix #5707)
- 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
- 11:20 AM Revision 021c77e9 (qgis): Add r.sunhours algorithm
- 11:18 AM Revision 40bbb37c (qgis): Add r.tileset algorithm
- 11:08 AM Revision ea7f6995 (qgis): Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)
- 10:53 AM Revision 341c0a10 (qgis): Add r.univar algorithm
- 10:45 AM Revision 98643a10 (qgis): Add r.uslek algorithm
- 10:15 AM Revision 6ad29b5f (qgis): Add r.usler algorithm
- 01:07 AM Revision eefb046d (qgis): fix warnings
- 01:07 AM Revision 7e2caa67 (qgis): fix some more signals for pyqtwrapper
2016-02-26
- 11:44 PM Revision 36b1db04 (qgis): Bump tolerance in distance area test
- 11:43 PM Revision 87145f75 (qgis): Test mask update
- 08:40 PM Revision dec28b41 (qgis): add missed sslmode to sip binding (followup 31e43a9)
- 02:55 PM Revision 98e9610f (qgis): fix mis-sized splash
- 02:36 PM Revision 191476bf (qgis): revert splash change of be7f3fa
- 02:33 PM Revision be7f3fa8 (qgis): release.pl: warn about mis-sized splash and rescale it
- 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)
- 01:46 PM Revision 5b7cfbc3 (qgis): release.pl: fix tar ball creation for ltr releases
- 01:42 PM Revision a4f8d025 (qgis): Merge pull request #2630 from SrNetoChan/master
- New Icons for QGIS File Formats
- 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... - 01:40 PM Revision d8ad5a3d (qgis): The app startup / plugin path test succeeds again
- 01:40 PM Revision bfc6c023 (qgis): Improve grass translation templates
- 01:23 PM Revision 068da629 (qgis): Bump version to 2.15
- 01:23 PM Revision a5795bca (qgis): changelog and news update for 2.14
- 01:23 PM Revision 654fabde (qgis): Release of 2.14 (Essen)
- 01:23 PM Revision fb0adf17 (qgis): translation update for 2.14 from transifex
- 01:02 PM Revision ab801aae (qgis): Move composer template paths settings
- 01:00 PM Revision 8a479214 (qgis): Release of 2.8.7
- 01:00 PM Revision 77a02ae2 (qgis): [2.5D renderer] Fix loading of saved symbology
- 12:48 PM Revision b8c620a3 (qgis): update test mask
- 11:18 AM Revision ae03937e (qgis): [pyqgis-console] API file updated
- 11:10 AM Revision dccca454 (qgis): [processing] Fix crash in ExecuteSQL.py
- 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... - 10:27 AM Revision 493d13dc (qgis): Merge pull request #2834 from m-kuhn/procStatTranslate
- [processing] Make basic statistics translatable
- 10:10 AM Revision 5a0d0bca (qgis): fix transifex configuration (followup bc042a5e)
- 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... - 09:50 AM Revision 8fc5381b (qgis): Merge pull request #2845 from pvalsecc/column_name_validation
- Remove column name validation from virtual layers queries
- 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 - 09:34 AM Revision 75d6a19a (qgis): release.pl: fix dryrun comment (followup a934b01)
- 09:29 AM Revision a8d4a0bd (qgis): german translation update
- 09:05 AM Revision ae347bfd (qgis): Followup fb7c683, 4e4743
- 08:58 AM Revision 3e5e108b (qgis): [processing] Make basic statistics translatable
- 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... - 06:29 AM Revision fb7c6839 (qgis): Temporarily disable test which unexpectedly fails on Travis
- 05:49 AM Revision b197ccb8 (qgis): Merge pull request #2844 from nirvn/gps_icon_refresh
- [ui] improve gps tools icon
- 05:41 AM Revision 8490786b (qgis): [ui] improve gps tools icon
- 05:07 AM Revision 4e4743a2 (qgis): Fix saving vector layers with z dimension (fix #14006, #12373)
- 04:08 AM Revision 1b22dcc8 (qgis): Indendation
- 02:54 AM Revision 4f1f7a8a (qgis): Fix long hang when selecting huge number of vertices with node tool
- 02:41 AM Revision 0b136af4 (qgis): fixes #13668 (Delete does not work in the Vertex Editor)
- 02:19 AM Revision 300785b8 (qgis): Always show map units as an option in coordinate format combo box
- 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
- 02:01 AM Revision 76fcb1f7 (qgis): PyQgsVectorFileWriter: fix comment (followup 17f20bb)
- 01:46 AM Revision d6346c88 (qgis): Use clearer cut/copy/paste icons in python console
- 01:46 AM Revision ae1618d2 (qgis): Fix trailing space in status bar label
- 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
2016-02-25
- 12:27 AM Revision b89956e2 (qgis): fix linebreaks in function help and CASE (fixes #14189)
- 12:27 AM Revision cc19a578 (qgis): keep old value when asked to set an invalid value in relation ref widget
- 12:03 AM Revision 5f157a90 (qgis): offer NULL value in relation reference widget if allowed (fixes #14162)
- 11:23 PM Revision 93ba5cd9 (qgis): fix typos
- 11:17 PM Revision d6c8a1a5 (qgis): add help for map_extent_center, map_extent_width and map_extent_height ...
- 10:51 PM Revision 9f7c3294 (qgis): layer definition: always use relative paths regardless whether or not t...
- 10:37 PM Revision f9d69051 (qgis): new spatialite layer: allow tables with only primary key and geometry (...
- 09:51 PM Revision 0ba038fc (qgis): remove a failing connect and avoid absolutePath warning in empty project
- 08:58 PM Revision 31e43a98 (qgis): postgres provider: add support for verify-ca and verify-full ssl modes
- 08:31 PM Revision 17f20bbb (qgis): PyQgsVectorFileWriter: adapt to a3f03f02
- 07:21 PM Revision a3f03f02 (qgis): vector file writer: fix saving of datetime values (fixes #14190)
- 06:22 PM Revision 9b5c6831 (qgis): also recalculate layer extent after rollback (fixes #3155)
- 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... - 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... - 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... - 04:21 PM Revision a43a287a (qgis): don't close qgis_help when qgis closes (fixes #8305)
- 04:20 PM Revision 716b17d2 (qgis): Always enable OTB settings modification
- 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... - 12:11 PM Revision c3558d3c (qgis): replace html encodings from NEWS
- 11:20 AM Revision 8769abe1 (qgis): Fix precision of coordinate display for layer in non-projected CRS
- 10:46 AM Revision 02cd0f00 (qgis): Fix error when otb lib path is not found
- 09:59 AM Revision 4a1cc337 (qgis): fix typo
- 09:29 AM Revision e0643f9d (qgis): debian packaging update
- 08:29 AM Revision b0269bea (qgis): Merge pull request #2836 from elpaso/bugfix-13291
- [bugfix][server] Fixes #13291
- 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...
2016-02-24
- 09:34 PM Revision a934b01a (qgis): add closing bullet (followup ab9ce5b)
- 09:21 PM Revision ab9ce5b4 (qgis): add update-news.pl to update NEWS file from changelog.qgis.org
- 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
- 07:54 PM Revision 630836df (qgis): Updated news for 2.14 - also added missing news for 2.12
- 07:34 PM Revision 689cbad8 (qgis): [bugfix][server] Fixes #13291
- 04:37 PM Revision 1af724f7 (qgis): Merge pull request #2829 from elpaso/server-static-initializers-constru...
- Moved static vars to functions
- 03:08 PM Revision d09d71ff (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
- 03:06 PM Revision 06aad164 (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
- 02:01 PM Revision 9c6b2d0e (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
- 01:59 PM Revision 395bae6f (qgis): [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatur...
- 11:31 AM Revision f028c0bb (qgis): [spatialite] use view's pkey if defined in meta table (fixes #14232)
- 10:09 AM Revision b4236c3c (qgis): [BUGFIX] Extend WFS field type description (time)
- Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3
- 10:08 AM Revision ebab36af (qgis): [BUGFIX] Extend WFS field type description (time)
- Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3
- 10:07 AM Revision baaf5703 (qgis): [BUGFIX] Extend WFS field type description (time)
- Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3
- 10:06 AM Revision 05471f55 (qgis): [BUGFIX] Extend WFS field type description (time)
- Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3
- 10:05 AM Revision 95f83b49 (qgis): [BUGFIX] Extend field type description
- 10:02 AM Revision c9b362fc (qgis): [BUGFIX] Extend field type description
- 10:00 AM Revision a825edf2 (qgis): [BUGFIX] Extend WFS field type description
- 05:17 AM Revision 3eb5eb22 (qgis): Standardise to not showing : in main status bar labels
- 04:45 AM Revision 865a7b9c (qgis): [atlas] fix main canvas refresh with dropdown list (fix #14358)
- 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
... - 01:38 AM Revision 8abeb8d0 (qgis): Merge pull request #2745 from medspx/gdal_invalid_messagebar
- Replace QgsErrorDialog by messageBar for raster loading (fix #6967)
- 01:32 AM Revision d11e6674 (qgis): Quote fields in size/width assistant (fix #14257)
- 01:09 AM Revision cd145bb4 (qgis): Reword vector layer capability strings for consistency
2016-02-23
- 11:58 PM Revision 1e3c64da (qgis): show progress when loading composers
- 06:41 PM Revision 2ad32f16 (qgis): [BUGFIX] Extend field type description
- 03:32 PM Revision 1c177d0d (qgis): Moved static vars to functions
- 03:32 PM Revision d2665826 (qgis): Renamed static members and moved init into ctor
- 02:35 PM Revision 5e8feb69 (qgis): set full path as name on browser favourites created by provider
- 01:27 PM Revision 6c1a7717 (qgis): Update README.md
- 01:25 PM Revision 2e8097b7 (qgis): Merge pull request #2832 from m-kuhn/checkXmlKeys
- Don't use invalid xml values as attribute names
- 01:23 PM Revision 5085204c (qgis): Update README.md
- 01:22 PM Revision 467f3f02 (qgis): More documentation for processing tests
- 12:42 PM Revision 8582f612 (qgis): Merge pull request #2761 from m-kuhn/ptest
- Updates to processing tests
- 11:25 AM Revision 58751b50 (qgis): Don't use invalid xml values as attribute names
- Fixes #14136
- 11:11 AM Revision 50aa8058 (qgis): Merge pull request #2778 from SebDieBln/FixOrphanedWidgetConfigs
- [Bugfix] Avoid orphaned QgsEditorWidgetConfig (refs #14136)
- 11:08 AM Revision 5f0173ed (qgis): Add gdal-bin to travis
- 10:47 AM Revision b97e86da (qgis): [server] Safety measure to prevent potential leaks
- 10:24 AM Revision 3f105530 (qgis): Add new test type "regex" to processing tests
- 10:24 AM Revision e0ffd92a (qgis): Fix typo
- 10:24 AM Revision d0d284ad (qgis): Update AlgorithmsTestBase.py
- 10:07 AM Revision f986d74c (qgis): [server][bugfix] Prevent potential crash
- 09:51 AM Revision c7cde461 (qgis): Fix drag&drop of spatialite tables (fixes #14237)
- 09:39 AM Revision 63be2e53 (qgis): Fix DB manager to work with SpatiaLite < 4.2
- 09:33 AM Revision 450fb130 (qgis): [processing] Move AlgorithmTests to QgisAlgorithmTests
- 09:33 AM Revision 91119681 (qgis): [processing] TestGenerator: Create parameters as dict
- 09:33 AM Revision 781c10ba (qgis): [processing] Add gdal test
- 09:32 AM Revision db60a04c (qgis): [processing] Remove test leftovers
- 08:41 AM Revision b952f0f1 (qgis): [GRASS] do not show 100% progress until module finished, fixes #3131
- 08:39 AM Revision 9197e1ee (qgis): remove assertion (fixes #14360)
- 07:38 AM Revision 976015a3 (qgis): Fix typmod aware query for topology face layers
- followup d8a768f0a0b1926ead3b42c0fa9e12d35f8905f0 (which was bogus)
- 06:49 AM Revision 98713a94 (qgis): Fix tests where locale-dependent formatting of numbers is used
- 06:07 AM Revision b34105d8 (qgis): Fix test mask for labelingenginev2 tests so they do not fail on my laptop
- 04:06 AM Revision 02499d2e (qgis): Revert "Show project path in server parsing error (revert before release)"
- This reverts commit 368223ad0a0995b6d3ab0d55cd5e723557887ad5.
- 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... - 03:51 AM Revision 20e9d646 (qgis): Remove unused help button from style manager (fix #14055)
- (cherry-picked from 17ed9d15fa00aeb305ef0dbee48896665d38b01c)
- 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... - 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... - 02:34 AM Revision d607a56b (qgis): Fix adding fields to mssql layers always resulted in error (fix #13340)
- (cherry-picked from d827076637ac14fea68472a0d943745345d20d0c)
- 02:33 AM Revision dd89226f (qgis): Fix dropping geometryless tables to postgres browser items
- (cherry-picked from 4a3d3db2d21862152c31a51a71ee4264ee77bb91)
- 02:30 AM Revision 8d606649 (qgis): Fix dropping geometryless tables to spatialite browser items
- (cherry-picked from 89815646fb8f7e97a230d6eb35b9207d1659f5ab)
- 02:27 AM Revision c8dffafd (qgis): Standardise capitalization of symbol layer types
- 02:24 AM Revision 1187e725 (qgis): Increase maximum size of diagram spinbox (fix #14282)
- (cherry-picked from 087e1489e3bdf2de96be4b0ba7286fb0168460ac)
- 02:23 AM Revision 4e4230b6 (qgis): Show field names in geometry generator expression widget
- 02:04 AM Revision f744227f (qgis): Correctly set parent for select by expression dialog in main window
- (cherry-picked from ac2cd476b15a7f02df7eece887c842a6b7c58d09)
- 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 - 01:48 AM Revision ab73c036 (qgis): Add unit tests for WMS server access control with request filters
- 01:41 AM Revision fad0b1d1 (qgis): Expresson widget - Set first item on search result
- For Nyall :)
- 01:15 AM Revision 24d1bd0c (qgis): Fix inconsistent capitalization and add missing ellipsis to browser act...
- 01:15 AM Revision ac2cd476 (qgis): Correctly set parent for select by expression dialog in main window
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 - 10:28 PM Revision bf583c72 (qgis): Merge pull request #2830 from elpaso/server-fix-info_format2
- [bugfix][server] text/plain as default info_format
- 10:03 PM Revision 3df100f9 (qgis): Removed debug code
- 10:01 PM Revision 3a8c1c76 (qgis): nsis: cleanup after msys
- 08:39 PM Revision 0b4b0ccc (qgis): [GRASS] support extension filter in file output, fixes #5011
- 08:17 PM Revision 6475360c (qgis): [GRASS] fixed v.in.ogr.all.loc input widget
- 06:52 PM Revision 82cee030 (qgis): Added test data for GetFeatureInfo
- 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... - 03:09 PM Revision b92cb81f (qgis): [processing] Change version test so that ExecuteSQL is testable during ...
- 03:03 PM Revision 3dea491d (qgis): Fix text encoding in request filter expression
- 03:03 PM Revision 0e704523 (qgis): Fix text encoding issues in virtual layers (fixes #14350)
- 01:54 PM Revision 83c57ef5 (qgis): Expression widget - Filter headers with no search results
- 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)
- 01:45 PM Revision 5b46f487 (qgis): External Resource Widget: avoid having undefined value in document view...
- 12:35 PM Revision d3852e48 (qgis): [processing] fix handling of NULLs is Basic statistics for text fields
- 11:38 AM Revision 847f1c07 (qgis): browser favourites: add items for providers
- 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]> - 10:38 AM Revision 81a1f631 (qgis): [GRASS] new mapset: re-enable set extent button if canvas extent is valid
- 10:33 AM Revision ed38d5d9 (qgis): Merge pull request #2819 from NaturalGIS/processing_fix_grass_grass7_r_...
- [processing] fix GRASS and GRASS7 r.sunmask
- 10:32 AM Revision 70ff8b5b (qgis): Merge pull request #2826 from DelazJ/patch-1
- Update label
- 03:48 AM Revision a1672da1 (qgis): Fix some test failures, warnings in nightlies
- Add more tolerance to distance area tests, fix doxygen param option
- 01:06 AM Revision 173c7d78 (qgis): [server] Fix some exceptions were not correctly restoring layer opacity
- 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) - 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... - 01:00 AM Revision 90a4ae80 (qgis): Fix #13919, don't reset layer subsetStrings when server python plugins
- are enabled
2016-02-21
- 12:20 AM Revision ba7dc0d7 (qgis): Add unit tests for #13919
- 12:20 AM Revision 0446f507 (qgis): Fix slow filter rect requests with server python plugins (refs #13919)
- 10:33 PM Revision fab8dc21 (qgis): Merge pull request #2817 from jef-n/geometryv2-cache-cs
- change QgsAbstractGeometryV2::coordinateSequence() to return a
- 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 ... - 08:01 PM Revision 69520520 (qgis): Add r.series.accumulate algorithm (needs a way to select a raster in th...
- 07:56 PM Revision 5e49d0ac (qgis): Add r.series.interp algorithm
- 07:01 PM Revision 4485d3ab (qgis): Merge pull request #2824 from nyalldawson/geombbox
- Optimise storage/calculation of geometry bounding boxes
- 02:07 PM Revision 959952e1 (qgis): Merge pull request #2820 from NaturalGIS/processing_fix_saga_223_detection
- Fix SAGA 2.2.3 Processing detection
- 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...
- 02:05 PM Revision a0a20eaf (qgis): Merge pull request #2825 from m-kuhn/processingTestFiles
- Add file comparison for HTML output to processing
- 01:16 PM Revision 23802eb5 (qgis): Add file comparison for HTML output to processing test generator
- Refs #14311
- 01:15 PM Revision 20fc30b0 (qgis): Add file comparison to processing tests
- And a test for basic numeric statistics
- 01:15 PM Revision f6995646 (qgis): [processing] Add some newlines to the output of basic stats
- 01:13 PM Revision 6a8b4075 (qgis): Add method for file comparison to testing lib
- 09:55 AM Revision 6116fdcd (qgis): Add a bunch of missing geometry cache clears
- 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...
2016-02-20
- 05:21 PM Revision 4c63c85c (qgis): Show provider errors more prominently
- 05:11 PM Revision fef9c93e (qgis): fix typo (followup 5c4bf99)
- 04:55 PM Revision 5c4bf99c (qgis): debian packaging update: manually merge some changes from PR#2818 and
- some spelling fixes.
- 04:47 PM Revision 607642a5 (qgis): Fix SAGA 2.2.3 Processing detection
- 04:26 PM Revision 777de063 (qgis): Add r.resamp.filter.txt algorithm
- 04:25 PM Revision 322d9e6c (qgis): Add r.resamp.bspline algorithm
- 03:52 PM Revision 3f9263b4 (qgis): fix GRASS and GRASS7 r.sunmask
- 03:39 PM Revision e99ccb79 (qgis): remove the accompanying QgsEditorWidgetConfig when removing a field
- (refs #14136)
- 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)
- 11:36 AM Revision b06d8084 (qgis): Add r.regression.multi algorithm
- 11:26 AM Revision 5e592ee0 (qgis): Add r.random.surface algorithm
- 09:12 AM Revision 58223f4d (qgis): Add r.latlong algorithm
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
- 11:50 PM Revision 7431ec65 (qgis): create vector joins only once for a duplicated layer (fixes #14298)
- 09:06 PM Revision 1e80a984 (qgis): include spatialindex only in core (fixes #13197)
- 08:19 PM Revision cf8c7b13 (qgis): fix failing indenation test
- 07:21 PM Revision e0acb696 (qgis): Merge pull request #2815 from NaturalGIS/processing_fix_grass7_r_water_...
- [processing] fix GRASS7 r.water.outlet
- 07:16 PM Revision 141a0a26 (qgis): processing fox GRASS7 r.water.outlet
- 07:09 PM Revision db1142e4 (qgis): Merge pull request #2814 from NaturalGIS/processing_fix_gdal_rasterize
- [processing] fix gdal_rasterize: missing output format parameter
- 07:03 PM Revision 3215247c (qgis): fix processing gdal_rasterize: missing output format parameter
- 04:29 PM Revision ec0be3ca (qgis): Fix use of wrong variable in astyleit(), introduced in previous commit
- 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... - 04:11 PM Revision 7f56c5d1 (qgis): reduce debugging noise (followup 1a29030)
- 04:11 PM Revision b6de1971 (qgis): also log rendering times of individual layers when debugging output is
- enabled
- 04:09 PM Revision 2973c1dc (qgis): Merge pull request #2812 from elpaso/accesscontrol-api-docs
- Added new plugin filters to server api docs
- 04:05 PM Revision bbc8feb8 (qgis): Added new plugin filters to server api docs
- 03:40 PM Revision 410fe32b (qgis): Merge pull request #2802 from ahuarte47/Issue_RemoveMap2screenMethods
- Remove duplicate methods to convert map coordinates to screen coordinates
- 09:43 AM Revision 1a290303 (qgis): Remove duplicate methods of conversion
- Remove duplicate methods of conversion of map coordinates to screen
coordinates - 09:22 AM Revision 6f393751 (qgis): spelling fix
- 06:09 AM Revision c06577d9 (qgis): Fix order by not set for 25d renderer
- 02:16 AM Revision d01d42ec (qgis): prevent exceeding allocation from corrupt wkb
2016-02-18
- 12:13 AM Revision 683cab07 (qgis): Fix typo
- 12:11 AM Revision 4285d70b (qgis): Fix "feature rendering order" checkbox is not honored (fix #14323)
- 06:38 PM Revision f36214c5 (qgis): Merge pull request #2808 from m-kuhn/proclogtitle
- [processing] always translate debug messages tab title (fix #14287)
- 05:52 PM Revision d8a5e0fc (qgis): [processing] correctly handle zero in Basic statistics alg (fix #14331)
- 05:11 PM Revision af7f67c3 (qgis): Add r.distance
- (Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing)
- 04:44 PM Revision 6d5dafd7 (qgis): Add r.category algorithms
- 04:30 PM Revision a0da85fc (qgis): Merge branch 'saga-223'
- 02:55 PM Revision 30a738f9 (qgis): [processing] improve handling of the obsolete models (fix #14306)
- 02:44 PM Revision bcd3d92f (qgis): Always translate Processing debug messages tab title
- Fix #14287 (Redmine)
- 01:57 PM Revision 5c62a175 (qgis): [processing] added descriptions for SAGA 2.2.3
- 01:09 PM Revision 61a92e2f (qgis): [processing] convert messages to unicode (fix #14286)
- 08:59 AM Revision bcded3c2 (qgis): Keep Z/M information when digitizing from a snapped point (fixes #14318)
2016-02-17
- 12:46 AM Revision 22b27c5f (qgis): Merge pull request #2807 from SebDieBln/FixOrderByDialogParent
- [Bugfix] construct the QgsOrderByDialog with the correct parent
- 12:32 AM Revision 97ab3d95 (qgis): construct the QgsOrderByDialog with the correct parent
- This is necessary to ensure proper modal behaviour.
- 08:13 PM Revision 9bf3b2ef (qgis): [processing] fix refreshing of the toolbox after downloading scripts/mo...
- 07:44 PM Revision 3039f13e (qgis): improve error message in the modeler
- 06:14 PM Revision bfcf92f7 (qgis): Use pg initialization script from Travis
- 06:13 PM Revision 034b5c0b (qgis): Make PG initialization scripts work with PostgreSQL 9.1
- - Remove lock_timeout setting
See https://travis-ci.org/qgis/QGIS/jobs/109844438#L942
- Remove CREATE SCHEMA IF ... - 03:45 PM Revision 3e550e29 (qgis): Fix warning when compiling for android
- 02:46 PM Revision 800b5212 (qgis): Restore default coordinate format to map units (fix #14319)
- 01:46 PM Revision ead88a3a (qgis): [processing] correctly recognize grid type (fix #14302)
- 01:46 PM Revision 08577ac1 (qgis): [processing] fixes for Create Grid algorithm (fix #14303)
- 01:46 PM Revision e7fe61e6 (qgis): [processing] load algorithms only when requred 3rd party modules are
- available or compatible QGIS version is used
Some housekeeping in QGIS algorithms provider - 12:27 PM Revision b4b382b9 (qgis): Disable reshape line tool when 'change geometry' capability missing
- Matches behavior of reshape polygon tool
- 12:15 PM Revision b37732cc (qgis): Disable line simplify tool when 'change geometry' capability missing
- 11:53 AM Revision da65e54c (qgis): catch some python error in batch processing
- 11:39 AM Revision 3c0cb2eb (qgis): Fix crash when right clicking on a feature in form view and no
- layer actions are set
- 11:39 AM Revision b6c25293 (qgis): Avoid error box when mouse coordinate transform fails
- 11:39 AM Revision 87661a03 (qgis): Move field icon calculation to QgsFields, show correct field type
- icons in attribute table column filter menu (instead of new
attribute icon) and in field table in vector properties - 11:39 AM Revision cbc830be (qgis): Use QgsFieldCombo for map tip field combo boxes
- 11:08 AM Revision cdf05aca (qgis): Add script to create and initialize postgis test database
- 09:08 AM Revision bc7036fd (qgis): Fix virtual layer creation UI
- Expose embedded layers inclusion to the creation UI
- 09:08 AM Revision baaeedfe (qgis): Fix crash when selecting a null layer
- Happens for instance when a embedded layer is added but
dependent layers cannot be resolved - 08:56 AM Revision a44c8902 (qgis): Merge pull request #2798 from SebDieBln/Fix_cboRenderingOrder
- [Bugfix] correctly check/uncheck 'Control feature rendering order' (fixes #14274)
- 08:45 AM Revision 83536986 (qgis): [GRASS] disable new mapset action if init failed
- 05:50 AM Revision 392a88ae (qgis): Merge pull request #2801 from nirvn/virtual_layer_icon
- [ui] improve new memory layer icon
- 05:25 AM Revision 24a07de3 (qgis): [ui] improve new memory layer icon
- 05:03 AM Revision d40d8875 (qgis): Merge pull request #2800 from nirvn/virtual_layer_icon
- [ui] improve virtual layer icon
- 04:46 AM Revision dcc1511e (qgis): [ui] improve virtual layer icon
- 03:13 AM Revision 91413609 (qgis): Merge pull request #2799 from nirvn/additional_selection_icons
- [ui] update a few more selection-related icons
- 02:58 AM Revision 5ae21054 (qgis): [ui] update a few more selection-related icons
- 02:28 AM Revision f468f65d (qgis): Merge pull request #2791 from nirvn/labeling_icons_v2
- [ui] add rule-based labeling and obstacle icons
2016-02-16
- 11:06 PM Revision 40c65059 (qgis): correctly check/uncheck 'Control feature rendering order' (fixes #14274)
- 10:12 PM Revision d2679d6d (qgis): another fix for gml wkb assembly (fixes #14315)
- 07:59 PM Revision 1ffccf05 (qgis): [processing] fix Modeler Calculator (ref #14305)
- 05:40 PM Revision 2bd7f446 (qgis): Fix signed 32bit integer overflow in PostgreSQL provider
- Fixes #13958
Includes test for signed integer attributes - 05:26 PM Revision a15f51e7 (qgis): Merge pull request #2788 from medspx/processing_fix_vdbselect
- [processing] аix GRASS7 v.db.select (fix #11212)
- 04:18 PM Revision 103856c9 (qgis): Add TODO QGIS 3 comments
- 03:28 PM Revision 6365eb7e (qgis): Do not hard-code database connection parameters
- Rely on libpq defaults instead (overridable via environment)
Fixes #14308 - 02:56 PM Revision 427e5e9f (qgis): Fix android build
- 02:56 PM Revision 4a27e303 (qgis): Fix android build CMake 3.2 and don't force Python 3 with Qt5
- 01:29 PM Revision 55727c3f (qgis): add sip bindings to QgsCredentialsNone (followup 42bc9387)
- 01:19 PM Revision 54fa23c4 (qgis): Merge pull request #2783 from SebDieBln/FixVectorDialogTitle
- [UI] Make title of QgsNewVectorLayerDialog consistent
- 10:45 AM Revision 42bc9387 (qgis): add QgsCredentialsNone to not return any credentials and make it defaul...
- 04:12 AM Revision 14f9a888 (qgis): Follow up c6c8277, fix bad behaviour of QgsBrowserModel introduced
- by 44d9b35 (fix #14296)
- 03:19 AM Revision 13c5848e (qgis): Fix deselecting null category when categorising using expression
- hides all features (fix #14273)
- 02:12 AM Revision 4094bae9 (qgis): Respect project ellipsoid and unit settings in virtual fields
- Fix #12622, #4252
- 02:11 AM Revision 2265eb90 (qgis): "Fix" QgsDistanceArea test on OSX
- Test has revealed that the current algorithm used for ellipsoidal
calculations is unstable when measuring small very ...
2016-02-15
- 12:34 AM Revision f8d20912 (qgis): avoid credentials requests in PyQgsPostgresProvider
- 11:21 PM Revision e7e8d58a (qgis): oracle provider: don't acquire provider connection from pool
- 08:19 PM Revision 54b998ff (qgis): Disable PyQgsDistanceArea test on Travis OSX builds for now
- Newly added tests have revealed a deep underlying issue with area
measurement on OSX - 06:17 PM Revision ab580fbd (qgis): Do not hard-code database connection parameters
- Rely on libpq defaults instead (overridable via environment)
- 04:44 PM Revision 942c5e5f (qgis): Fix virtual layer file name handling (in Windows)
- 12:51 PM Revision 30910df3 (qgis): Partially revert fa40e78
- It failed to load functional plugins also
- 10:45 AM Revision 8a3e9436 (qgis): Followup fa40e78, make strings translatable
- 10:23 AM Revision fa40e78f (qgis): [Plugins] disable plugins which crash on load
- 10:06 AM Revision 6f2d11b5 (qgis): Fix setting a layer to act as a label obstacle does not stick
- 10:05 AM Revision 8af571ae (qgis): [GRASS] use plain text for r/.proj, fixes partially #2575
- 09:02 AM Revision 59b216be (qgis): Add missing sip bindings
- 08:54 AM Revision 5dd86aab (qgis): [GRASS] removed absolute path from t.list, fixes #14241
- 08:25 AM Revision 961c35ae (qgis): [processing] fixed exporting multiple vector layers in SAGA and GRASS algs
- 07:26 AM Revision 479d90a5 (qgis): Make measure tool respect project area unit setting
- Also add unit tests for measure tool length and area measurement
to ensure they return the same results as field calc... - 06:41 AM Revision b4ee36d8 (qgis): [labeling] add rule-based, obstacle icons
- 05:22 AM Revision 6dc0b691 (qgis): Move handling of angular units to QgsUnitTypes, swap angle and distance
- radio buttons to combo boxes in options dialog for consistency with
project properties - 02:47 AM Revision dfdcec89 (qgis): Fix project unit confusion (pt 3): add area unit settings with a
- ton of available area units (eg m2, km2, mi2, ft2, yd2, ha, ac,
etc)
Adds a new option in both the QGIS setting and ... - 02:47 AM Revision 35c2d185 (qgis): Add square nautical miles as a supported areal unit, add API
- method for converting a distance unit to corresponding area unit
- 02:18 AM Revision bd3bbc47 (qgis): Merge pull request #2790 from SebDieBln/ImproveVersionCheck
- [Bugfix] Improve version check (refs #14022)
- 02:16 AM Revision 36000463 (qgis): alternate fix for #13938 (folloup 5d989ab)
2016-02-14
- 12:16 AM Revision 6a3753e2 (qgis): processing: fix translation context for AlgorithmDialogBase
- 12:12 AM Revision 8359bfe4 (qgis): add command line option to skip the version check at startup
- --noversioncheck or -V are recognized
- 12:12 AM Revision af88924a (qgis): new setting to allow disabling the version check at startup (refs #14022)
- 12:12 AM Revision 25a727a0 (qgis): show correct host name when version check fails to find host
- 11:44 PM Revision 5d989abd (qgis): fix parsing of IS NOT and NOT LIKE, NOT ILIKE and dumping of IS (NOT .....
- 10:06 PM Revision b7a96342 (qgis): don't run version check from build directory
- 09:24 PM Revision 1f2cc3d0 (qgis): Revert deprecation of QgsSymbolV2Utils::encode/decodeOutputUnit
- ...as it causes circular dependancies. Defer to 3.0 when we can
move QgsSymbolV2::OutputUnit to QgsUnitTypes - 08:56 PM Revision 9643d409 (qgis): Add r.buffer.lowmem algorithm (and secure r.buffer parameters)
- 08:45 PM Revision 6d39ad9c (qgis): Add r.mask algorithm
- 08:43 PM Revision 9a081df1 (qgis): fix git marker detection (fixes #13680)
- 07:07 PM Revision 25c28944 (qgis): Merge pull request #2789 from SebDieBln/DbManager_FixMoveToSchema
- [DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)
- 03:34 PM Revision 61fc0940 (qgis): Add r.support (combined with r.timestamp) algorithm
- 11:04 AM Revision ddbdcf8a (qgis): Fix project unit confusion (pt 2): add project distance unit setting
- Adds a new option in project properties to set the units used for
distance measurements. This setting defaults to the... - 04:57 AM Revision 6453907c (qgis): Fix project unit confusion (part 1)
- - Remove existing (confusing and totally useless) "canvas units"
setting. This setting was supposed to be used for a ... - 04:57 AM Revision 85b51fd5 (qgis): Fix outdated notes in QgsExpression docs
- 04:57 AM Revision 17a29f90 (qgis): Add area units to QgsUnitTypes (refs #13209)
- 03:50 AM Revision a90be95f (qgis): sip sync
2016-02-13
- 11:06 PM Revision 67d89355 (qgis): Merge pull request #2784 from Cracert/trans2
- Add polish translator
- 09:43 PM Revision 27260931 (qgis): Add r.texture algorithm
- 05:13 PM Revision cb22e66c (qgis): Add r.walk algorithms
- 05:03 PM Revision 958a7ee4 (qgis): Remove old r.cost description files
- 04:52 PM Revision add633d1 (qgis): Add r.cost algorithms
- 03:05 PM Revision 7e9dee66 (qgis): Add r.surf.fractal algorithm
- 01:37 PM Revision 07b61394 (qgis): Add r.what algorithm
- 11:04 AM Revision 92ba14b5 (qgis): Add r.colors.out
- 10:59 AM Revision be490977 (qgis): Avoid warning
- 10:59 AM Revision c62a6e76 (qgis): Optimise some loops over QMap/QHash objects
- Avoid iterating over keys() and then later retrieving the matching
values, and instead use QMap/QHash iterators to re... - 02:00 AM Revision 62f272e4 (qgis): processing: fix path setting for saga
- 01:36 AM Revision 99e52af4 (qgis): Don't show 'unknown' suffix for when displaying measurements
- 01:36 AM Revision 9f772bce (qgis): Add API call for setting preferred distance unit for QgsExpression
- (refs #13209, #12939, #4857)
- 01:36 AM Revision 087e1489 (qgis): Increase maximum size of diagram spinbox (fix #14282)
- 01:01 AM Revision 0ab36538 (qgis): [DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)
Also available in: Atom