Activity

From 2016-11-06 to 2016-12-05

2016-12-05

11:18 PM Revision 008817b0 (qgis): Fix ui build warnings
Nyall Dawson
07:14 PM Revision 62cb3815 (qgis): [processing] prevent divizion by zero (fix #15825)
Alexander Bruy
07:03 PM Revision 2fea23f1 (qgis): Merge pull request #3779 from volaya/rastercalculator
[processing] add native raster calculator Alexander Bruy
02:59 PM Revision 5c6c18ca (qgis): [processing] fixed expected test hashes
Victor Olaya
02:46 PM Revision abbe281b (qgis): Preprocess header file in sipdiff to reduce noise
and common sources of trouble. Matthias Kuhn
02:18 PM Revision b0126d01 (qgis): oracle provider: skip retrying unavailable connections for 30s
Jürgen Fischer
01:52 PM Revision b7daf9bc (qgis): [processing] changed input type from vector layer to table for execute ...
Victor Olaya
01:39 PM Revision 16da9063 (qgis): [processing] allow multiple selection of tables
Victor Olaya
12:07 PM Revision 42b8ee9f (qgis): [processing] fixed wrong parameter type definition in buffer algs
Victor Olaya
11:05 AM Revision 57d80a5a (qgis): [style dock] avoid long labels in the point pattern fill UI
Mathieu Pellerin - nIRV
11:01 AM Revision 95ae1548 (qgis): [virtual layer] Fix xFilter for null value comparisons
Hugo Mercier
10:31 AM Revision 3ec5f92f (qgis): Replaced the expired SSL certificate and re-enabled OWS PKI test
Alessandro Pasotti
10:31 AM Revision b92cf53c (qgis): Typo in comment
Alessandro Pasotti
10:18 AM Revision d6e0120a (qgis): [virtual layer] Fix xFilter for null value comparisons
Hugo Mercier
10:02 AM Revision 89461909 (qgis): [virtual layer] Fix xFilter for null value comparisons
Hugo Mercier
09:31 AM Revision 77bbeaa9 (qgis): fix loading of models containing user-defined scripts
Alexander Bruy
09:29 AM Revision 3ebc6db1 (qgis): fix loading of models containing user-defined scripts
Alexander Bruy
08:47 AM Revision b1b64734 (qgis): Merge pull request #3004 from nyalldawson/task_manager
[FEATURE] Task manager Nyall Dawson
07:46 AM Revision cc702c9c (qgis): Remove (probably unnecessary) copy_func usage
Nyall Dawson
05:08 AM Revision d03d0a5b (qgis): Add some python docstrings to QgsTask.fromFunction
Nyall Dawson
05:08 AM Revision feb32198 (qgis): Update doxygen
Nyall Dawson
05:08 AM Revision 631d3cd9 (qgis): Consolidate mutexes
Nyall Dawson
05:08 AM Revision e35420a8 (qgis): Force QgsTask::run() to fully complete
Remove support for signal based completion/termination
Also unfortunately disable a lot of the test suite as a resul...
Nyall Dawson
05:08 AM Revision 268e5127 (qgis): Make QgsTask::start private
Only allow starting tasks to be done by QgsTaskManager Nyall Dawson
05:08 AM Revision 297b5724 (qgis): QgsTask is no longer a QRunnable
Instead use a private wrapper class to make QgsTask compatible
with QThreadPool
Nyall Dawson
05:08 AM Revision 29f310c0 (qgis): Convert QgsTask.fromFunction to a static method
Nyall Dawson
05:08 AM Revision 619381c0 (qgis): Call QgsTaskWrapper.on_finished with exception rather than result
Nyall Dawson
05:08 AM Revision fded1a1f (qgis): Don't explode returned values in QgsTaskWrapper
Breaks returning list values Nyall Dawson
05:08 AM Revision f73f3c14 (qgis): Remove outdated flaky test ifdefs
Nyall Dawson
05:08 AM Revision cd326935 (qgis): Nicer icons and ui for task status
Nyall Dawson
05:08 AM Revision 79beb54c (qgis): Remove redundant member
Nyall Dawson
05:08 AM Revision a24690d6 (qgis): Task manager GUI cleanups
Nyall Dawson
05:08 AM Revision 0dcff449 (qgis): Respect QgsTask::CanCancel flag in gui
Nyall Dawson
05:08 AM Revision 466b0b96 (qgis): Tasks are treated as progressless until they first report a progress
Nyall Dawson
05:08 AM Revision 4dc3dd90 (qgis): Allow task priority to be specified
Nyall Dawson
05:08 AM Revision 9b763741 (qgis): QThreadPool::cancel was introduced in Qt5.5, so no cancellation
possible for Qt < 5.5
Moral of the story: if you run outdated libraries, you can't
expect full functionality from yo...
Nyall Dawson
05:08 AM Revision 52162208 (qgis): Fix more racy conditions
Switch from QtConcurrent::run to QThreadPool::start
QtConcurrent doesn't give us anyway to cancel queued but not
sta...
Nyall Dawson
05:08 AM Revision 01d6afaf (qgis): Avoid recursive locks
Nyall Dawson
05:08 AM Revision 14b6b3f6 (qgis): Harden everything up
And finally fix a racy condition which has been plaguing me for
ages
Nyall Dawson
05:08 AM Revision 32a9e1e9 (qgis): QgsTasks can have subtasks
Now, a QgsTask can have subtask QgsTasks set by calling
QgsTask::addSubTask. Sub tasks can have their own set of
depe...
Nyall Dawson
05:08 AM Revision 3999a371 (qgis): Remove QgsTaskManager singleton, and instead attach an instance
to QgsApplication.
ie instead of QgsTaskManager.instance(), use
QgsApplication.taskManager()
Nyall Dawson
05:08 AM Revision b6b7a7f8 (qgis): Remove delete* methods from QgsTaskManager API
On further consideration allowing external control of task
deletion is a bad idea.
Nyall Dawson
05:08 AM Revision ad71dc44 (qgis): Fix failing tests
Nyall Dawson
05:08 AM Revision 6d4392a0 (qgis): Allow QgsTask subclasses to defined a finished function, which is
called when the task has completed (successfully or otherwise).
This allows for simpler task design when the signal/...
Nyall Dawson
05:08 AM Revision 252f2e11 (qgis): Rename overloaded signal, flip remaining connects to new style
Nyall Dawson
05:08 AM Revision f71c78e1 (qgis): Rename stopped to terminated for consistency
Nyall Dawson
05:08 AM Revision e01c306e (qgis): Simplify reporting completion of tasks
QgsTask subclasses can now return a result (success or fail)
directly from QgsTask::run. If they do so then there's n...
Nyall Dawson
05:08 AM Revision 2590f685 (qgis): Documentation updates and small API cleanups
Nyall Dawson
05:08 AM Revision bc37b401 (qgis): Smaller header updates, switch connect style
Nyall Dawson
05:08 AM Revision 95dbb3a7 (qgis): Add deleteAllTasks to manager
Nyall Dawson
05:08 AM Revision b64025df (qgis): Add python test for task manager
Nyall Dawson
05:08 AM Revision d270b4f9 (qgis): Improvements to task manager ui
Nyall Dawson
05:08 AM Revision 5da25136 (qgis): New QgsFloatingWidget widget for easy creation of widgets which "float"
above a layout.
Supports setting another widget as a anchor point for the widget, eg
the floating widget could be se...
Nyall Dawson
05:08 AM Revision f85d24e9 (qgis): Fix some crashes
Nyall Dawson
05:08 AM Revision 55e9d326 (qgis): Add handling of dependent layers to task manager
If a task has dependent layers which are about to be removed,
the task will automatically be cancelled
Nyall Dawson
05:08 AM Revision eb34079c (qgis): Don't crash when python exceptions occur in non-main thread
Nyall Dawson
05:08 AM Revision 4c0f4ee6 (qgis): Resolve circular dependencies
Nyall Dawson
05:08 AM Revision b065edee (qgis): Improvements to QgsTaskWrapper
Nyall Dawson
05:08 AM Revision 4291904c (qgis): Support for dependent tasks
Cancelling a task on which others depend leads to all these other
tasks getting cancelled as well.
Nyall Dawson
05:08 AM Revision 73e72fa5 (qgis): Don't block when deleting tasks
Nyall Dawson
05:08 AM Revision dcecf447 (qgis): Add support for placing queued tasks on hold
Nyall Dawson
05:08 AM Revision cf5eeb75 (qgis): API cleanups
Nyall Dawson
05:08 AM Revision 5d468929 (qgis): Add simple python method QgsTask.fromFunction for creation of tasks
from a function without having to create a QgsTask subclass Nyall Dawson
05:08 AM Revision e29dd794 (qgis): Api + test cleanups
Nyall Dawson
05:08 AM Revision 6021d780 (qgis): Make QgsTaskManager handle threading of tasks
Nyall Dawson
05:08 AM Revision ebae15f2 (qgis): Framework for task manager
Adds new classes:
- QgsTask. An interface for long-running background tasks
- QgsTaskManager. Handles groups of tasks...
Nyall Dawson
04:20 AM Revision ab4a37f7 (qgis): [color ramp] save/restore invert state for cpt-city ramps
Mathieu Pellerin - nIRV
02:47 AM Revision c8266a25 (qgis): Followup 08ee180: more appropriate ramp type property name
Mathieu Pellerin - nIRV
02:23 AM Revision dc697d05 (qgis): Followup 59a0e2
Nyall Dawson
02:09 AM Revision 59a0e2fb (qgis): Fix #15829 georeferencer - resolve logical error during loadGCPs
Mark Johnson
01:54 AM Revision be4c8156 (qgis): Merge pull request #3787 from nyalldawson/spatialite_index
[FEATURE] Create attribute index support for spatialite provider Nyall Dawson
01:26 AM Revision 5f13cbe3 (qgis): Blacklist flaky PyQgsAuthManagerPKIOWSTest test
Nyall Dawson
01:22 AM Revision c800998d (qgis): Remove goto's from qgsspatialiteprovider.cpp
Nyall Dawson
01:22 AM Revision bd8d2121 (qgis): [FEATURE] Create attribute index support for spatialite provider
Allows creation of attribute indexes for spatialite layers Nyall Dawson

2016-12-04

12:53 AM Revision 6a611794 (qgis): Disable a bunch of actions which don't apply to vector layers
without geometry (fix #15933) Nyall Dawson
11:54 PM Revision e9274475 (qgis): Remove unused network header includes from qgsgeometry.cpp
Nyall Dawson
05:39 AM Revision 08ee1806 (qgis): [FEATURE] cpt-city catalog support in color ramp's gradient-only mode (...
cpt-city catalog ramps are now available for gradient-only:
- shapeburst fill
- gradient fill
- inner/outer glow effect
Mathieu Pellerin - nIRV
05:34 AM Revision e94a352e (qgis): [color ramp] improve invert() for discrete gradient ramps (#3833)
Mathieu Pellerin - nIRV

2016-12-03

08:16 AM Revision e135e797 (qgis): Merge pull request #3827 from nirvn/color_ramp_migration
Migration of remaining color ramp widgets Mathieu Pellerin - nIRV
08:12 AM Revision 6009f5a4 (qgis): [raster] fix singleband pseudo-color crash on single-color color preset...
Mathieu Pellerin - nIRV
08:12 AM Revision 137a211b (qgis): [color ramp] do not automatically save new ramps
Mathieu Pellerin - nIRV
08:04 AM Revision 4a587685 (qgis): [style manager] update ramp type naming button shortcuts
Mathieu Pellerin - nIRV
07:41 AM Revision a26434e8 (qgis): Merge pull request #3829 from nirvn/colorrampbutton_save
- [FEATURE] save existing color ramp function
- improve new color ramp type naming
Mathieu Pellerin - nIRV
07:40 AM Revision 0b9fbeb9 (qgis): QgsColorRampComboBox is dead, long live QgsColorRampButton
Mathieu Pellerin - nIRV
07:40 AM Revision aa4d7515 (qgis): [symbology] migrate shapeburst color ramp widget
Mathieu Pellerin - nIRV
07:40 AM Revision e604fc9f (qgis): [effects] migrate inner/outer glow color ramp widget
Mathieu Pellerin - nIRV
07:40 AM Revision 56c55344 (qgis): [symblogy] migrate heatmap renderer color ramp widget
Mathieu Pellerin - nIRV
05:02 AM Revision d863c449 (qgis): improve new color ramp type naming
Mathieu Pellerin - nIRV
04:53 AM Revision 04c6007e (qgis): [FEATURE] save existing color ramp function
Mathieu Pellerin - nIRV
04:00 AM Revision 1560c7ff (qgis): Use a standardized size for authentication dialogs icons (#3824)
Harrissou Santanna

2016-12-02

07:19 PM Revision f4c99d9f (qgis): Fix indentation
Hugo Mercier
05:52 PM Revision e0e60dad (qgis): [virtual] Fix xFilter for null value comparisons
Hugo Mercier
05:11 PM Revision 37c43df6 (qgis): partial revert of commit 4b680ca
Mathieu Pellerin - nIRV
12:24 PM Revision 4b680ca5 (qgis): [style dock] re-order vector layer rendering group to save vertical spa...
Mathieu Pellerin - nIRV
10:38 AM Revision d849e432 (qgis): [processing] fixed gdal proximity
Fixes #15895 Victor Olaya
09:34 AM Revision 586166c6 (qgis): Merge pull request #3826 from alexbruy/processing-models
fix loading of models containing user-defined scripts Victor Olaya
08:35 AM Revision 8dc77995 (qgis): fix loading of models containing user-defined scripts
Alexander Bruy
07:47 AM Revision b02c6a32 (qgis): [processing][FEATURE] Return multi geometries from split alg
accept multi geometries as input Bernhard Ströbl
07:35 AM Revision 3a789e5f (qgis): Merge pull request #3825 from nyalldawson/legend_count
QgsVectorLayer::featureCount( QgsSymbol* symbol ) to featureCount( const QString& legendKey ) Nyall Dawson
06:48 AM Revision eb85e3fc (qgis): [raster] migrate singleband pseudo-color renderer color ramp widget (#3...
Mathieu Pellerin - nIRV
06:35 AM Revision 1a24452c (qgis): Update qgis_icon_xmas.svg (#3820)
the positioning of the svg was not optimal, because the xmas hat is allways cutted, now all is in the documents view ... Richard Schoerghofer
04:55 AM Revision 7de1cc2f (qgis): Removed unused QgsLayerTreeModelLegendNode::SymbolLegacyRuleKeyRole
Nyall Dawson
04:55 AM Revision 6d0203d6 (qgis): Change QgsVectorLayer::featureCount( QgsSymbol* symbol ) to instead
use a legend key string
Avoids crashes due to symbol pointer lifetime issues
Nyall Dawson

2016-12-01

12:50 AM Revision 42d3f4b2 (qgis): Fix ui build warning
Nyall Dawson
12:47 AM Revision 968c82a3 (qgis): Small cleanups for QgsColorRampButton
Nyall Dawson
05:14 PM Revision c9058edd (qgis): Add QIntValidator and qVersion to fix_pyqt
dr -
05:06 PM Revision b3742fed (qgis): [Geometry checker] Fix possible use of deleted geometry
Sandro Mani
05:02 PM Revision d2e2110c (qgis): Merge pull request #3812 from mhugent/wms_1_3_compliance
Wms 1 3 compliance Marco Hugentobler
04:24 PM Revision 3bd8a29a (qgis): [Geometry checker] Fix possible use of deleted geometry
Sandro Mani
03:17 PM Revision 1ce2a102 (qgis): Show only selected features vertices by default (#3821)
* Show only selected features vertices by default
* Show only selected features vertices by default
* Show only sel...
Harrissou Santanna
02:48 PM Revision 898ca57d (qgis): Indentation
Marco Hugentobler
02:42 PM Revision b59fc04b (qgis): Fix mapping for 2to3 fix_pyqt
dr -
02:37 PM Revision 420b7ec9 (qgis): [processing] removed incompatible basestring check
Victor Olaya
01:45 PM Revision 014aff72 (qgis): Fix access control tests such that bbox width/height ration matches ima...
Marco Hugentobler
12:53 PM Revision 3e7b2623 (qgis): [processing] replace deprecated % operator with format()
Alexander Bruy
12:53 PM Revision 781ebd9a (qgis): [processing] xrange() removed, should use range() instead
Alexander Bruy
12:53 PM Revision b85b5e75 (qgis): [processing] values() is a dict view object, not list
Alexander Bruy
12:53 PM Revision 50a785bd (qgis): [processing] indentation update
Alexander Bruy
12:53 PM Revision 44f963f6 (qgis): [processing] removed debug line
Victor Olaya
12:53 PM Revision 40053f81 (qgis): renamed ParameterExpression in raster calculator to avoid name clash
Victor Olaya
12:53 PM Revision f002321b (qgis): [processing] iteritems() removed, should use items() instead
Alexander Bruy
12:53 PM Revision 8bd0dd5a (qgis): [processing] added tests for raster calculator
Conflicts:
python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Victor Olaya
12:52 PM Revision a7f9018e (qgis): [processing] added native raster calculator algorithm
Conflicts:
python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
Victor Olaya
12:50 PM Revision fcc34372 (qgis): [processing] some fixes and changes in parameters and parameters panel
Victor Olaya
11:37 AM Revision a17facf6 (qgis): Merge pull request #3816 from nyalldawson/processing_datetime
[processing][FEATURE] New unified basic stats algorithm Nyall Dawson
11:29 AM Revision 2c4eb3cb (qgis): [processing] allow selecting multiple file in ‘add script from file’
Victor Olaya
11:07 AM Revision 91d0f1eb (qgis): Add new tips on startup, fix some outdated (#3806)
* Add new tips on startup, fix some outdated
and emphasize some items with bold.
Sur la branche patch-1
* Improve t...
Harrissou Santanna
10:42 AM Revision ee3a4935 (qgis): WMS server: parse bounding box only if the BBOX parameter is really there
Marco Hugentobler
10:30 AM Revision e6d4010e (qgis): Adapt expected capabilities / project settings response in server test ...
Marco Hugentobler
09:57 AM Revision 149ea48e (qgis): Merge pull request #3818 from drnextgis/2to3
Add QEventLoop to fix_pyqt Matthias Kuhn
09:07 AM Revision e9b835a3 (qgis): Add QEventLoop to fix_pyqt
dr -
07:27 AM Revision b30a1ff6 (qgis): [FEATURE][processing] New universal 'basic stats for field' algorithm
Replaces the existing 'Basic Stats for Numeric Fields' and
'Basic Stats for String Fields' algorithms and adds suppor...
Nyall Dawson
07:27 AM Revision 1ff165a3 (qgis): [processing] Fix updating results panel to match selected item
Nyall Dawson

2016-11-30

07:44 PM Revision c42dad3b (qgis): Fix unset variable error for CHECK_GRASS_EXTRA_INCLUDE_DIRS macro
Larry Shaffer
10:47 AM Revision ae75e45d (qgis): [symbology] migrate graduated renderer color ramp widget (#3815)
Mathieu Pellerin - nIRV
10:14 AM Revision 50ba777e (qgis): Update QgsPointDisplacementRenderer::legendKeysForFeature note
René-Luc ReLuc
10:10 AM Revision 958355bc (qgis): [BUGFIX] Filter Legend By Map Content doesn't maintain point displaceme...
Fixed #11572
Manually cherry-picked 4d71cf968c4608359514637ceabcf4f3dcfb09ce
René-Luc ReLuc
10:06 AM Revision 499ae314 (qgis): [BUGFIX] Filter Legend By Map Content doesn't maintain point displaceme...
Fixed #11572
Manually cherry-picked 4d71cf968c4608359514637ceabcf4f3dcfb09ce
René-Luc ReLuc
06:51 AM Revision ecd876a5 (qgis): Implement time stats for QgsDateTimeStatisticalSummary
Nyall Dawson
06:12 AM Revision 6a457c21 (qgis): Fix QgsDateTimeStatisticalSummary handling of non-datetime values
Nyall Dawson
06:04 AM Revision 08505b38 (qgis): [processing] Allow restricting fields to date/time types
Nyall Dawson
06:03 AM Revision b0662f90 (qgis): [processing] Basic stats algs should allow non-spatial tables
Nyall Dawson
05:27 AM Revision 9bb9b58e (qgis): Merge pull request #3810 from nirvn/colorrampbutton
[FEATURE] color ramp button widget Mathieu Pellerin - nIRV
05:02 AM Revision deb18c40 (qgis): color ramp button widget for gradiant fill and categorized renderer
Mathieu Pellerin - nIRV
05:02 AM Revision a755f08b (qgis): add test coverage for qgscolorramp's invert() function
Mathieu Pellerin - nIRV
05:02 AM Revision fa16e3e4 (qgis): [FEATURE] color ramp button widget
Mathieu Pellerin - nIRV
03:57 AM Revision 7181cf25 (qgis): [color ramp] implement invert() function
Mathieu Pellerin - nIRV
03:47 AM Revision ab29f2de (qgis): [processing] Use QgsStringStatisticalSummary in basic stats for strings
And also further optimise the algorithm Nyall Dawson
03:35 AM Revision e272bb3e (qgis): [processing] Optimise basic stats numbers algorithm
Nyall Dawson
03:03 AM Revision a927d974 (qgis): Allow QgsStringStatisticalSummary to calculate mean string length
Nyall Dawson

2016-11-29

12:50 AM Revision 57f17e31 (qgis): Merge pull request #3808 from nyalldawson/processing_dupe_remove_rings
[processing] Remove duplicate fill holes algorithm Nyall Dawson
12:35 AM Revision 6bb49349 (qgis): [FEATURE][processing] Remove duplicate create points along lines script
This functionality is duplicated by the PointsAlongGeometry algorithm
Keep the algorithm version, since it has unit ...
Nyall Dawson
12:32 AM Revision d4c38f92 (qgis): [FEATURE][processing] Remove duplicate fill holes algorithm
The Fill_holes script is duplicated by the DeleteHoles algorithm,
and the DeleteHoles algorithm has many advantages:
...
Nyall Dawson
08:06 PM Revision 5b97b4ab (qgis): Merge pull request #3813 from rldhont/bugfix_pointdisplacement_filter_l...
[BUGFIX] Filter Legend By Map Content doesn't maintain point displacement legend Nyall Dawson
07:27 PM Revision 4d71cf96 (qgis): [BUGFIX] Filter Legend By Map Content doesn't maintain point displaceme...
Fixed #11572
Needs to be backported and adapted to version 2.14
René-Luc ReLuc
04:46 PM Revision 36e89a31 (qgis): WMS 1.3 compliance: Each OnlineResource URL intended for HTTP Get reque...
Marco Hugentobler
03:44 PM Revision 61b599ed (qgis): Added histogram values to the bindings
Alessandro Pasotti
03:27 PM Revision 0e0cf3e1 (qgis): Exception format is XML, not capabilities format
Marco Hugentobler
02:50 PM Revision 120c8d38 (qgis): WMS 1.3. compliance: distort image if width/height ratio of bbox is dif...
Marco Hugentobler
02:36 PM Revision 1bc6ee33 (qgis): WMS 1.3.0 compliance: If a layer bounding box is there, it is not allow...
Marco Hugentobler
02:28 PM Revision 1fd290f2 (qgis): WMS 1.3.0 compliance: throw exception if bbox is empty
Marco Hugentobler
02:15 PM Revision 6e8e7369 (qgis): Fix typo
Marco Hugentobler
02:10 PM Revision 2d36e1a3 (qgis): WMS 1.3.0 compliance: exception format must be advertized as 'XML', not...
Marco Hugentobler
12:43 PM Revision 567abc1f (qgis): [bugfix] Fix broken docks customization. Fixes #8055
Borys Jurgiel
12:41 PM Revision 84d2c3cc (qgis): [bugfix] Fix broken docks customization. Fixes #8055
Borys Jurgiel
12:38 PM Revision 0ee93eec (qgis): [bugfix] Fix broken docks customization. Fixes #8055
Borys Jurgiel
11:56 AM Revision 4659fd40 (qgis): WMS 1.3.0 compliance: CRS:84 needs to be supported
Marco Hugentobler
11:45 AM Revision ae644307 (qgis): WMS 1.3.0 compliance: support BGCOLOR parameter
Marco Hugentobler
11:30 AM Revision 63f496c6 (qgis): WMS 1.3.0 compliance: throw exception if feature info point is not with...
Marco Hugentobler
11:27 AM Revision df411eb6 (qgis): WMS 1.3.0 compliance: use the reserved word 'None' if no fees
Marco Hugentobler
01:59 AM Revision fe8dfe1c (qgis): Merge pull request #3803 from dakcarto/qt5py3-more-mac-fixes
Larry Shaffer

2016-11-28

11:43 PM Revision 45a52dfa (qgis): Rename minimum area paremeter, fix docs for QgsCurvePolygon::removeInte...
Nyall Dawson
09:54 AM Revision c147ee2b (qgis): Add with .. to all subprocesses
Médéric RIBREUX
09:54 AM Revision c3ad30da (qgis): Fix subprocess unclosed file
Médéric RIBREUX
04:12 AM Revision fef15e01 (qgis): [processing] Consolidate 'delete holes' algorithms
Copy min area parameter from 'Fill holes' algorithm to 'delete
holes' algorithm.
Also:
- make algorithm maintain z/...
Nyall Dawson
03:08 AM Revision 57f482e2 (qgis): Add method to QgsGeometry to remove interior rings from a polygon
With an optional area threshold Nyall Dawson

2016-11-27

04:46 PM Revision 7613c296 (qgis): [processing] fixed file extension when exporting layer
fixes #15898 Victor Olaya
04:45 PM Revision 739e2aad (qgis): [processing] use SilentProgress by default if no progress object is passed
Victor Olaya
10:01 AM Revision 19780c4d (qgis): [processing] fixed file extension when exporting layer
fixes #15898 Victor Olaya

2016-11-26

10:28 AM Revision 3e738405 (qgis): * replace constexpr (fixes pre-c++11 windows build)
* fix "added in 3.0" annotation
* sip syncs
Jürgen Fischer

2016-11-25

03:45 PM Revision 5ef16bf6 (qgis): Fix previous commit
Even Rouault
03:40 PM Revision 3024fe70 (qgis): Replace calls to the now-deprecated-in-GDAL-trunk OGRFree() by CPLFree()
Even Rouault
02:13 PM Revision 0cfd7d8d (qgis): Release of 2.18.1
Jürgen Fischer
02:11 PM Revision 912a7eb2 (qgis): Release of 2.14.9
Jürgen Fischer
07:24 AM Revision a1eeed41 (qgis): Merge pull request #3799 from nyalldawson/processing_grids
[processing] Unify duplicate grid creation algorithms Alexander Bruy
07:02 AM Revision 8c8db0eb (qgis): Ensure GRASS plugin CMake extra includes macro works for all versions
Larry Shaffer

2016-11-24

05:44 PM Revision 3f50e835 (qgis): [processing] Ensure reading of shortHelp yaml files as UTF-8
On macOS 10.11 with Py 3.5.2, .yaml files defaulted to ASCII and failed. Larry Shaffer
05:42 PM Revision 33120528 (qgis): Add GRASS plugin CMake macro to find extra includes of GRASS compilation
Such includes may need found again when including some GRASS headers. Larry Shaffer
05:42 PM Revision c8eca29d (qgis): Add default sip directory to search for Qsci sip files
Handles instance where Qsci directory is outside of PyQt5 sip directory.
The default sip directory is logical additio...
Larry Shaffer
05:42 PM Revision d187dd35 (qgis): Flip CMake finds for Qt-based frameworks, to ensure Headers are searched
Search for libraries first, before includes, so any frameworks found can
have their Headers subdirectory added to sea...
Larry Shaffer
01:36 PM Revision 95072e9b (qgis): Merge pull request #3802 from alexbruy/processing-scripts
[processing] script editor UI improvements Alexander Bruy
11:41 AM Revision f83351be (qgis): [processing] remove statusbar from script editor
Alexander Bruy
11:34 AM Revision c3ed3906 (qgis): [processing] improve script editor dialog
Use QMainWindow instead of QDialog, add normal toolbar instead of
QToolButtons. Also fix some issues caused by Qt5 sw...
Alexander Bruy
09:49 AM Revision fdc0a3f8 (qgis): Merge pull request #3800 from nirvn/processing_modeler_panels
[processing] upgrade modeler to make use of qgsdockwidgets Alexander Bruy
09:45 AM Revision ac721d33 (qgis): [processing] python3/pyqt5 fixes for get scripts and models dialog
Mathieu Pellerin - nIRV
05:59 AM Revision a6ebe830 (qgis): [processing] upgrade modeler to make use of qgsdockwidgets
Mathieu Pellerin - nIRV
04:18 AM Revision 772b7694 (qgis): [processing] Hide redundant grid creation algorithms
Condenses the duplicate grid algorithms into single algorithms
(one for line, one for polygon), taking the best bits ...
Nyall Dawson
02:17 AM Revision 7e0cd9af (qgis): Fix QgsFields::lookupField returns bad result for empty field name
QString::isNull vs ::isEmpty strikes again! Nyall Dawson
01:42 AM Revision dccd00dc (qgis): Adding test to Line Intersection algorithm
Since both input and intersect layers have only one field (fid), the result is the same for both (existing and new) t... gcarrillo -
01:41 AM Revision 193d400d (qgis): Make QGIS Line Intersections algorithm able to keep all attributes.
gcarrillo -

2016-11-23

12:51 AM Revision d44bc112 (qgis): [processing] Fix file format combo showing formats in random orders
Nyall Dawson
12:41 AM Revision 1e661e37 (qgis): [FEATURE][processing] New 'drop geometries' algorithm
Simply removes any geometries from an input layer and returns
the features with attributes only
Nyall Dawson
11:48 PM Revision 38a0ea08 (qgis): Small tweaks to processing split algorithm, add tests
Nyall Dawson
11:05 PM Revision 0e2ef065 (qgis): [processing] [FEATURE] SplitWithLines
Rename algorithm SplitLinesWithLines to SplitWithLines
Accept polygon as input, too
Use only selected lines to split ...
Bernhard Ströbl
10:54 PM Revision 986acab9 (qgis): [processing] Tweak test precision
Nyall Dawson
10:53 PM Revision 98392bda (qgis): Add another .aux.xml to .gitignore
Nyall Dawson
10:52 PM Revision d742478a (qgis): [processing] Add tests for create points from table alg
Nyall Dawson
10:52 PM Revision 69e8e4a3 (qgis): [processing] Allow alg tests to use ParameterTable inputs
Nyall Dawson
03:51 PM Revision 7726205d (qgis): Followup f3482d2: mapThemeStyleOverrides is plural
Matthias Kuhn
03:28 PM Revision 73d9c4a2 (qgis): Some more adjustments for the attribute type dialog
Matthias Kuhn
03:28 PM Revision f4507251 (qgis): Rework the Edit widget properties dialog
Harrissou Santanna
12:25 PM Revision dd04ecd3 (qgis): Merge pull request #3768 from DelazJ/patch-19
Typo fix in Processing help file Victor Olaya
12:24 PM Revision 0a0de801 (qgis): Merge pull request #3796 from nirvn/processing_modeler_msgbar
[processing] switch a couple of modeler pop up dialogs to message bars Victor Olaya
11:28 AM Revision 6e2288dc (qgis): [processing] switch a couple of modeler pop up dialogs to message bars
Mathieu Pellerin - nIRV
09:26 AM Revision d559d7ff (qgis): Partially revert 9bb3235
The -DCMAKE_POSITION_INDEPENDENT_CODE=ON resolves to -fPIE instead
of -fPIC (on some platforms?) rendering cmake broken.
Matthias Kuhn
08:41 AM Revision eeafe674 (qgis): Merge pull request #3795 from nirvn/modeler_toolbar
[processing] improve the modeler dialog UI and icons Alexander Bruy
07:45 AM Revision 2652aa50 (qgis): [processing] improve the modeler dialog UI and icons
- use a proper toolbar to match other parts of QGIS
- show keyboard shortcuts in toolbar action tooltips
- create vec...
Mathieu Pellerin - nIRV
07:43 AM Revision 489e00df (qgis): [processing] Enhance create points layer alg
Clean up code, allow setting z/m columns Nyall Dawson
06:21 AM Revision 3c51a93f (qgis): [processing] Fix very broken delete columns algorithm
Nyall Dawson
05:29 AM Revision d712b49a (qgis): Merge pull request #3790 from dakcarto/qt5py3-mac-fixes
Qt5py3 Mac fixes Larry Shaffer
05:03 AM Revision 311f4827 (qgis): Move profiler instance to QgsApplication
Nathan
04:12 AM Revision d8f9d2e6 (qgis): Speed up inserting features into memory layers by ~65%
By avoiding an unnecessary map lookup
(cherry-picked from b679cbe)
Nyall Dawson
04:11 AM Revision cfeeb3fd (qgis): Fix QgsFeatureRequest with expression not using provider fields
and limit (fix #15771)
(cherry-picked from 5e3bef7)
Nyall Dawson
04:08 AM Revision ddb28827 (qgis): Fix QgsGeometryUtils::sqrDistToLine returns bad values (eg nan values)
(cherry-picked from 1d3f1f0) Nyall Dawson
04:07 AM Revision f1930cbb (qgis): QgsCacheIndexFeatureId can also handle non-FilterFid requests
in certain circumstances
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from b5c1d0f)
Nyall Dawson
04:07 AM Revision 31c1be19 (qgis): Don't query list of visible features when showing selected features
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 5346023)
Nyall Dawson
04:06 AM Revision ec52e693 (qgis): Avoid warning noise during attribute table load
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from b0801f3)
Nyall Dawson
04:06 AM Revision 531d63f7 (qgis): Use cached feature iterator if cache has all needed features
Previously a cached feature iterator would only be returned
if cache was either full or used a cache index
On behalf...
Nyall Dawson
04:05 AM Revision e82f8a48 (qgis): Recognise that a cache can be filled using a FilterNone request
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from afd5d1e)
Nyall Dawson
02:11 AM Revision 0d6c2f03 (qgis): Fix test for request size vs cache size
On behalf of Faunalia, sponsored by ENEL
(cherry-picked from 38a4aac)
Nyall Dawson
02:10 AM Revision 9c64ad2f (qgis): Make max canvas scale 1600% (fix #15861)
Max canvas sacle should be a multiple of 2 so that zooming in
to the max and then back out again results in 100% zoom...
Nyall Dawson
02:09 AM Revision a78efc0b (qgis): [processing] Fix import to postgis alg when table name not set (fix #15...
(cherry-picked from 271e67e) Nyall Dawson

2016-11-22

11:23 PM Revision ee80be43 (qgis): Fix misleading indentation warnings caused by messy qtermwidget code fo...
Nyall Dawson
06:57 PM Revision dc82ad4c (qgis): fix typo
Alexander Bruy
04:09 PM Revision b7fa5400 (qgis): [db manager] Fix virtual layer uid handling
Hugo Mercier
11:56 AM Revision 28942361 (qgis): [virtual] disable FilterRect when no unique id is present. Should fix #...
Hugo Mercier
08:47 AM Revision 8dbe6ead (qgis): Merge pull request #3793 from nirvn/default_styles_imp
[style manager] new default symbols shipped with QGIS & add a set of pre-defined tags Matthias Kuhn
08:46 AM Revision e2265290 (qgis): [style manager] refresh symbols shipped by default & add tags
Mathieu Pellerin - nIRV
08:46 AM Revision 0a0b3a70 (qgis): [style] speed up importXML() by using SQL transaction
Gains are significant, importing 100 symbols would take 2.86s,
but takes only 0.18s when using transaction.
Mathieu Pellerin - nIRV
08:46 AM Revision bc130be6 (qgis): [style] improve creation of default style db
Instead of copyign a pre-existing .db shipped with QGIS, create
a new .db and import an .xml file containing our defa...
Mathieu Pellerin - nIRV
08:36 AM Revision efd29922 (qgis): package symbology-ng-style.xml instead of the .db file
Mathieu Pellerin - nIRV
05:23 AM Revision d7166404 (qgis): Remove usage of legendInterface() from plugins (followup e5f62e49)
Martin Dobias
05:23 AM Revision 0c58555c (qgis): [symbology] respect mixed unit when applying symbol from list widget (#...
Mathieu Pellerin - nIRV
03:56 AM Revision 33caf66e (qgis): Merge pull request #3766 from nyalldawson/processing_context2
[processing] Fix hangs when running algorithms Nyall Dawson
03:07 AM Revision 20dc7fb2 (qgis): [FEATURE] raster_statistic expression function for retrieving
raster band stats from a loaded layer
Allows raster band stats (eg min, max, avg) to be used in
expressions
Nyall Dawson
02:17 AM Revision 377cba0b (qgis): [processing] Use real map settings scope instead of custom canvasextent...
Nyall Dawson
02:17 AM Revision 86ab3022 (qgis): Remove layer extent and statistic variables from processing contexts
These variables take a lot of time to calculate and cause lots of
lengthy hangs in processing. (Eg add some moderatel...
Nyall Dawson
01:25 AM Revision e5f62e49 (qgis): Remove legacy QgsLegendInterface, move still valid methods to QgisInter...
Martin Dobias
01:08 AM Revision 188033a6 (qgis): [FEATURE] Expression variables for project CRS
Adds @project_crs and @project_crs_definition variables
for retrieving the current project CRS
Nyall Dawson

2016-11-21

12:59 AM Revision 271e67e3 (qgis): [processing] Fix import to postgis alg when table name not set (fix #15...
Nyall Dawson
12:03 AM Revision 3dcf03cf (qgis): Merge pull request #3773 from alexbruy/network-analysis
Network analysis Nyall Dawson
11:25 PM Revision 8c8be007 (qgis): Remove redundant setLayer slots from QgsField(ComboBox|ExpressionWidget)
and switch uses of remaining slot to new style connects Nyall Dawson
10:07 PM Revision 22dc0966 (qgis): Enable WFS test with a fix to prevent crash on exit (#3774)
* Revert "Disable failing PyQgsOfflineEditingWFS test"
This reverts commit 33ee514b5dfdc1b57558cb9007df5b455a59fc17....
Matthias Kuhn
08:50 PM Revision 39ff97e3 (qgis): oracle provider: don't try to verify requested geometry type in estimat...
Jürgen Fischer
05:46 PM Revision 82082b44 (qgis): add doxygen note
Alexander Bruy
03:47 PM Revision a61e8bbd (qgis): rename QgsStrategy to QgsNetworkStrategy to avoid possible future
confusion when we will have other stuff with strategies. Also
rename corresponding subclasses
Alexander Bruy
03:47 PM Revision b421a536 (qgis): rename QgsLineVectorLayerDirector to QgsVectorLayerDirector
Alexander Bruy
03:47 PM Revision d657c77a (qgis): rename enum and its values
Alexander Bruy
03:47 PM Revision 9dffe64d (qgis): replace hardcoded magic numbers with enum
Alexander Bruy
03:47 PM Revision fb5cdd83 (qgis): remove word "road" from doxygen comments
Alexander Bruy
03:47 PM Revision f9be1799 (qgis): make cost() method pure virtual
Alexander Bruy
03:47 PM Revision 00eb2619 (qgis): fix warnings
Alexander Bruy
03:47 PM Revision 3c3e17ac (qgis): [network analysis] expose speed properter in C++ and Python API
This allows users to calculate shortest path using travel time
as optimization criteria in addition to travel distance.
Alexander Bruy
03:47 PM Revision c1b6edc4 (qgis): update API breaks document
Alexander Bruy
03:47 PM Revision 5992f74e (qgis): [API] rename QgsArcProperter to QgsStrategy
Also update subclasses names and do some more refactoring. Alexander Bruy
03:47 PM Revision 137b1984 (qgis): add note to the API breaks doc
Alexander Bruy
03:47 PM Revision d0f8863e (qgis): doxymentation
Alexander Bruy
03:47 PM Revision 5cbf9d51 (qgis): remove references to networkanalysis from scrips and packaging files
Alexander Bruy
03:47 PM Revision 14c930a5 (qgis): [API][network analysis] move network analysis into analysis library to
be consistent with other analysis stuff Alexander Bruy
03:47 PM Revision f77ab4d5 (qgis): add note to doxygen comments
Alexander Bruy
12:30 PM Revision 176987ea (qgis): Don't rely on RTTI to convert symbol layer to sip objects
Matthias Kuhn
03:30 AM Revision ee710771 (qgis): Merge pull request #3789 from nirvn/style_import_export_imp
[style manager] imporve import and export experience, save symbols' tags & favorite flag Nyall Dawson
01:40 AM Revision eda412d9 (qgis): Fix ui build warning
Nyall Dawson
01:38 AM Revision 6d0e8e62 (qgis): Make max canvas scale 1600% (fix #15861)
Max canvas sacle should be a multiple of 2 so that zooming in
to the max and then back out again results in 100% zoom...
Nyall Dawson
01:25 AM Revision eca83e3c (qgis): Add CMAKE_POSITION_INDEPENDENT_CODE flag to QCA test for OSSL plugin
Larry Shaffer

2016-11-20

11:56 PM Revision 22706036 (qgis): Merge pull request #3788 from nyalldawson/rel_dialog
Add relation dialog improvements Nyall Dawson
11:30 PM Revision c123d3b6 (qgis): Add a CMake debug include, with simple variables dump for development
Larry Shaffer
11:30 PM Revision 64b6a440 (qgis): Skip missing functionality in identity dialog if QWebKit not installed
Larry Shaffer
11:30 PM Revision 5df9cbc9 (qgis): Remove Python framework options/finding for Mac; add Homebrew support
Instead of finding Python interpreter, library and framework on Mac,
rely upon the reported paths of the interpreter ...
Larry Shaffer
11:30 PM Revision a5105161 (qgis): [auth] Remove dependency on SSL cert utils from auth config class
Larry Shaffer
11:30 PM Revision 9bb32357 (qgis): Update finding QCA OSSL plugin for Qt5 and C++11
Larry Shaffer
11:30 PM Revision 4c2725b0 (qgis): Use Qt5 non-OpenSSL define in testing for SSL support
Larry Shaffer
11:30 PM Revision e9fa3e04 (qgis): Check for Qt5 subdirectory in PYQT5_SIP_DIR
Larry Shaffer
11:30 PM Revision 74dfd1f4 (qgis): Check for Qt5-specific version of Mac qca framework
Larry Shaffer
04:20 AM Revision 22607804 (qgis): [style manager] decrease font size and add name & tags tooltip
for the import/export symbol preview list Mathieu Pellerin - nIRV
04:20 AM Revision cc985c23 (qgis): use temporary memory db for style tests (avoids clash with default symb...
Mathieu Pellerin - nIRV
04:20 AM Revision 19368cfb (qgis): [style manager] inform users of successful import
Mathieu Pellerin - nIRV
04:20 AM Revision 08f8ca7e (qgis): [FEATURE][style manager] import/export of symbols' tags
and favorite flag Mathieu Pellerin - nIRV

2016-11-19

12:59 PM Revision f2fa7bd4 (qgis): typo fix
Harrissou Santanna
10:04 AM Revision a958c8a7 (qgis): [style] add createMemoryDB() to QgsStyle to create temporary db
Mathieu Pellerin - nIRV
07:04 AM Revision b4533cde (qgis): Use standard map layer and field combo boxes in relation add dialog
Nyall Dawson
06:51 AM Revision cac8de5b (qgis): Swap order of layers in relation add dialog
Make parent layer come before child layer Nyall Dawson
04:45 AM Revision 9679b6a6 (qgis): [style dock] add minimum height to svg image list (#3786)
Mathieu Pellerin - nIRV

2016-11-18

02:21 PM Revision 0185453c (qgis): Add global scope in server
Marco Hugentobler
11:33 AM Revision 339986df (qgis): Merge pull request #3781 from mhugent/wms_project_variables
Set project expression variables in server Marco Hugentobler
10:51 AM Revision 4cc85fd2 (qgis): Set scope directly to new context
Marco Hugentobler
10:12 AM Revision 55144274 (qgis): Set project expression variables in server
Marco Hugentobler
09:22 AM Revision f70a3b9e (qgis): [processing] move custom parameter definition inside corresponding
algorithm Alexander Bruy
08:46 AM Revision fc18fd98 (qgis): Merge pull request #3778 from nirvn/style_manager_ui_imp
[style manager] improve UI Nyall Dawson
08:14 AM Revision 8fcf8345 (qgis): tests for two additional QgsStyle functions: tag() & symbolHasTag()
Mathieu Pellerin - nIRV
08:14 AM Revision 5f3ba725 (qgis): [style manager] sort displayed symbols, insure tags are added only once
Mathieu Pellerin - nIRV
08:13 AM Revision 72b4e72f (qgis): Merge pull request #3783 from nyalldawson/create_attribute_index
[FEATURE][processing] Create attribute index algorithm Alexander Bruy
04:15 AM Revision 13a0e48a (qgis): [style manager] improve UI
- create a dedicated set of buttons for addition of tags and smartgroups
to make those actions more visible as well a...
Mathieu Pellerin - nIRV
01:56 AM Revision 5e1a69fc (qgis): [FEATURE][processing] Create attribute index algorithm
Allows creation of an index on an attribute in a layer for faster
attribute based filtering
Support depends on the u...
Nyall Dawson

2016-11-17

11:06 PM Revision 263ba81c (qgis): Fix ui build warnings
Nyall Dawson
04:19 PM Revision c3852c0d (qgis): Don't rely on RTTI to convert symbol layer to sip objects
Matthias Kuhn
03:02 PM Revision 5f8fd2b4 (qgis): Fix some leftover faulty attribute scopes
Matthias Kuhn
02:53 PM Revision ebcfa726 (qgis): Add a simple layer scoped action example
Matthias Kuhn
02:44 PM Revision 10db7457 (qgis): Fix attribute table actions
Matthias Kuhn
01:51 PM Revision bf43d3d3 (qgis): typo change Ctl to Ctrl
writing convention Werner Macho
12:25 PM Revision aea57700 (qgis): typo fix
small typo fix Werner Macho
09:32 AM Revision 1ffdadd7 (qgis): [travis] Preload libSegFault to debug crashes
Matthias Kuhn
06:28 AM Revision 6b6896bf (qgis): Merge pull request #3777 from nirvn/symbols_preview_padding
[symbology] add padding value for symbol/coloramp preview Nyall Dawson
05:43 AM Revision a8a05ba7 (qgis): [symbology] add padding value for symbol/coloramp preview
Mathieu Pellerin - nIRV
04:09 AM Revision fb8b931a (qgis): [processing] Fix error with field widget wrapper
Nyall Dawson
04:09 AM Revision 24ffa15e (qgis): [FEATURE][processing] Extract by attribute can extract for null/notnull...
Adds support for filtering where an attribute value is null or not null Nyall Dawson
03:40 AM Revision e624518e (qgis): Merge pull request #3755 from nirvn/style_manager_upgrade
[FEATURE] Style management re-work and upgrade Nyall Dawson

2016-11-16

12:04 AM Revision 964ecfd7 (qgis): Fix build
Nyall Dawson
12:04 AM Revision 089b6639 (qgis): Show layer path tooltips in QgsMapLayerComboBox
Handy for differentiating between multiple layers with the
same name
Nyall Dawson
12:04 AM Revision 1da400a9 (qgis): Rename enum values for consistency
Nyall Dawson
12:04 AM Revision fc65334a (qgis): [processing] Add file picker to vector/raster/table parameters
in modeller
Makes it obvious that users can set an algorithm vector/raster/
table input to a fixed table
Nyall Dawson
12:04 AM Revision f78f2a05 (qgis): [processing] Use native QGIS map layer combobox
Switches the custom map layer combo box used in the run algorithm
dialog across to the standard QGIS map layer combo box
Nyall Dawson
12:04 AM Revision 959f97f6 (qgis): Allow not set choice in QgsMapLayerComboBox
Nyall Dawson
12:04 AM Revision 9ee78735 (qgis): Allow showing additional items in QgsMapLayerComboBox
These may represent additional layers such as layers which
are not included in the map layer registry, or paths to
la...
Nyall Dawson
12:04 AM Revision ec49341f (qgis): Allow showing CRS in QgsMapLayerComboBox
Nyall Dawson
12:04 AM Revision 5c3aea33 (qgis): Allow filtering QgsMapLayerComboBox by data provider
Nyall Dawson
11:53 PM Revision 4e8357fb (qgis): oracle provider: allow switching workspaces through property
Jürgen Fischer
11:53 PM Revision 66385690 (qgis): oracle provider: allow switching workspaces through property
(cherry picked from commit 2dc448dfb8c568c20e69fc9e3955e5df63d9a880) Jürgen Fischer
03:23 PM Revision 1eb8fe52 (qgis): typo fix
Harrissou Santanna
03:05 PM Revision 33ee514b (qgis): Disable failing PyQgsOfflineEditingWFS test
Matthias Kuhn
02:19 PM Revision 091f4889 (qgis): Make sure primary keys are always marked with a unique, not null
constraint for all providers Nyall Dawson
02:19 PM Revision 60bbd093 (qgis): Avoid double-evaluating postgres default values
Nyall Dawson
02:19 PM Revision 249c8dca (qgis): Prioritise provider default literals over reused values when
creating a new feature Nyall Dawson
02:19 PM Revision 631bd48a (qgis): Port remaining map tools, paste features, offline editing
to use new constraint/default clause handling methods Nyall Dawson
02:19 PM Revision af016cfb (qgis): Don't use auto generated widgets for fields with provider default
value clause
Using auto widgets may cause the default value clause to be mangled,
eg by converting it to a number
Nyall Dawson
02:19 PM Revision b5864cd4 (qgis): [FEATURE] Improve handling of defaults (inc provider default clauses,
literal defaults, and qgis expression defaults) and automatically
handle unique value constraints on layers
Add a ne...
Nyall Dawson
02:19 PM Revision 95271c86 (qgis): Fix clearing constraints
Nyall Dawson
02:19 PM Revision 3242321a (qgis): [FEATURE] Add method to get list of unique strings matching
a substring from a vector data provider
Base implementation iterates through all features, but
providers can overrid...
Nyall Dawson
02:19 PM Revision 4682eaf6 (qgis): Add QgsVectorLayer::uniqueStringsMatching() to retrieve
a list of unique strings matching a substring for a field Nyall Dawson
02:19 PM Revision 747097d4 (qgis): New method QgsVectorLayerUtils::createUniqueValue
Returns a new unique attribute value for a layer. For numeric
fields this is the max attribute value + 1, for strings...
Nyall Dawson
01:59 PM Revision ff691a6b (qgis): Merge pull request #3747 from nyalldawson/num_input
[processing] Restore spin box widget for number inputs outside modeller Victor Olaya
01:09 PM Revision 582a56d8 (qgis): fix f2e3d53 indentation
Jürgen Fischer
01:08 PM Revision 5b5600fd (qgis): fix a62fdb0 indentation
Jürgen Fischer
01:08 PM Revision 520a137e (qgis): fix 27de86 indentation
Jürgen Fischer
11:55 AM Revision 27de86c4 (qgis): oracle provider: fix retrieval of column comments for geometryless tabl...
(cherry picked from commit a62fdb085d741da898f2bbb048c33b58aee9d630) Jürgen Fischer
11:54 AM Revision f2e3d530 (qgis): oracle provider: fix retrieval of column comments for geometryless tabl...
(cherry picked from commit a62fdb085d741da898f2bbb048c33b58aee9d630) Jürgen Fischer
11:52 AM Revision a62fdb08 (qgis): oracle provider: fix retrieval of column comments for geometryless tabl...
Jürgen Fischer
11:22 AM Revision b32a7197 (qgis): [symbology] draw effect(s) when rendering preview icon
Mathieu Pellerin - nIRV
09:33 AM Revision a6eb7b62 (qgis): Convert action ids to uuid
Matthias Kuhn
09:33 AM Revision f18d1c30 (qgis): Rename listActions to actions and fix test
Matthias Kuhn
09:33 AM Revision 5b4a88f8 (qgis): [feature] Add layer scoped actions
Within the attribute table, there is a new button to trigger actions
which are not based on individual features but i...
Matthias Kuhn
09:33 AM Revision 08d350c0 (qgis): Fix bindings and docs
Matthias Kuhn
09:33 AM Revision e7d8b2ca (qgis): Rename scopes to "Field", "Feature", "Layer"
Matthias Kuhn
09:33 AM Revision f5f28506 (qgis): More api break documentation
Matthias Kuhn
08:12 AM Revision 5e487cfe (qgis): [FEATURE] Style management re-work and upgrade
- A new favorite grouping system was added, which the symbols list
widget defaults to
- The selected tag / smartgroup...
Mathieu Pellerin - nIRV
01:38 AM Revision 6727ea78 (qgis): Merge pull request #3764 from nyalldawson/cache_fix2
Cache fixes Nyall Dawson
01:21 AM Revision 87d2ac35 (qgis): Add @map_extent variable containing geometry of current map extent
...Because I've seen a lot of ugly workarounds to recreate this
extent using wkt/buffers/etc
Nyall Dawson

2016-11-15

08:33 PM Revision 1d538a67 (qgis): Add Translator
Add new italian translator Werner Macho
06:00 PM Revision e9c4090e (qgis): fix build of qspatialite and ocispatial sql drivers
Jürgen Fischer
01:50 PM Revision 6c4eeda2 (qgis): Merge pull request #3762 from nirvn/processing_fix_grass
[processing] fix grass/grass7 installation check Alexander Bruy
01:49 PM Revision adcb7726 (qgis): Merge pull request #3761 from nirvn/processing_parameterextent_fix
[processing] fix ExtentSelectionPanel's getValue() Alexander Bruy
12:13 PM Revision 6bfd0fd7 (qgis): fix exception when selecting string function
just a typo causing an exception when selecting a string function in query builder dialog aroche
11:28 AM Revision a373f957 (qgis): [FEATURE] add functionnality to copy/move feature to move feature map tool
Denis Rouzaud
10:15 AM Revision 9ddf78e3 (qgis): minimal textual fix
Richard Duivenvoorde
08:33 AM Revision c72464b5 (qgis): Fix compilation without QtWebKit
(cherry-picked from 04e02aff69) Martin Dobias
05:03 AM Revision 8f8624a3 (qgis): Improve test debugging
Nyall Dawson
05:03 AM Revision b5c1d0f2 (qgis): QgsCacheIndexFeatureId can also handle non-FilterFid requests
in certain circumstances
On behalf of Faunalia, sponsored by ENEL
Nyall Dawson
05:03 AM Revision 53460232 (qgis): Don't query list of visible features when showing selected features
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
05:03 AM Revision b0801f34 (qgis): Avoid warning noise during attribute table load
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
05:03 AM Revision 08eaeaab (qgis): Increase maximum number of cached features
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
05:03 AM Revision 5e3d8fe0 (qgis): Use cached feature iterator if cache has all needed features
Previously a cached feature iterator would only be returned
if cache was either full or used a cache index
On behalf...
Nyall Dawson
05:00 AM Revision afd5d1e9 (qgis): Recognise that a cache can be filled using a FilterNone request
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
04:41 AM Revision 38a4aac9 (qgis): Fix test for request size vs cache size
On behalf of Faunalia, sponsored by ENEL Nyall Dawson
03:27 AM Revision 4a4ffa4c (qgis): [processing] fix grass/grass7 installation check
Mathieu Pellerin - nIRV
03:07 AM Revision c87839f0 (qgis): [processing] fix ExtentSelectionPanel's getValue()
Mathieu Pellerin - nIRV
02:51 AM Revision 8908eea4 (qgis): Fix rubber band in node tool not getting updated correctly
Martin Dobias
01:15 AM Revision d237e27d (qgis): Followup 29d33b4
Nyall Dawson

2016-11-14

12:43 AM Revision 29d33b47 (qgis): [processing] Polygons to line fixes
- Maintain Z/M values
- Handle curved geometries without segmentizing
- Retain null geometries
Nyall Dawson
10:00 PM Revision 5d78d60b (qgis): Remove duplicate QgsDataProvider::dataChanged( int ) signal
Was not needed and not emitted anywhere Nyall Dawson
10:00 PM Revision 4a5faa08 (qgis): Remove duplicate selectionChanged signal from QgsVectorLayer
If you don't want the extra info, just don't capture it... Nyall Dawson
10:00 PM Revision d3f5314b (qgis): [processing] Use standard field combo box for field choices
Nyall Dawson
10:00 PM Revision 85c8c97d (qgis): Allow empty field name ('not set' option) in QgsFieldModel, QgsFieldCom...
Nyall Dawson
08:54 PM Revision dd68d815 (qgis): Update tsstat.pl
just a small intendation fix Werner Macho
06:16 PM Revision 8898c949 (qgis): Fix build
Martin Dobias
05:56 PM Revision 645514a2 (qgis): Remove setLayerName(), layerName() from QgsLayerTreeLayer
(replaced by setName(), name() overridden from the parent) Martin Dobias
05:49 PM Revision 04e02aff (qgis): Fix compilation without QtWebKit
Martin Dobias
05:49 PM Revision ca7d428a (qgis): Fix missing docs and sip coverage and tests (followup 968e02d6)
(cherry picked from commit 9950b085d4c59ad432f15d4c1e3cdb4ef8bede5f) Martin Dobias
05:30 PM Revision a2fce27b (qgis): Propagate layer/group name changes in the layer tree (fixes #15844)
(cherry picked from commit 968e02d6fe38b024855ef75852eb033b4ad9ecbd) Martin Dobias
04:39 PM Revision 9950b085 (qgis): Fix missing docs and sip coverage (followup 968e02d6)
Martin Dobias
02:40 PM Revision 9afd6b0a (qgis): [processing] fix test
Alexander Bruy
02:38 PM Revision 9ad365e2 (qgis): Fix setDestinationCRS
René-Luc ReLuc
02:24 PM Revision b13b4f94 (qgis): Fix QGIS Server build error
René-Luc ReLuc
12:57 PM Revision 968e02d6 (qgis): Propagate layer/group name changes in the layer tree (fixes #15844)
Martin Dobias
10:59 AM Revision 10ae5e22 (qgis): [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326
René-Luc ReLuc
10:57 AM Revision a4e436d3 (qgis): Fix typo
René-Luc ReLuc
10:57 AM Revision fa88e6a1 (qgis): [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326
René-Luc ReLuc
10:55 AM Revision 7299e6b8 (qgis): Fix typo
René-Luc ReLuc
10:53 AM Revision 7ae62699 (qgis): [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326
René-Luc ReLuc
10:05 AM Revision 6e9631ea (qgis): Merge pull request #3701 from alexbruy/processing-ogr-tests
[processsing] tests for GDAL algorithms Alexander Bruy
08:36 AM Revision 798bc091 (qgis): Fix conversion from WKB to string in postgres provider (follow up d729951)
Martin Dobias
06:52 AM Revision 1f81a7c4 (qgis): [FEATURE] pole_of_inaccessibility expression function
Exposes calculation of pole of inaccessiblity to expression
engine
Nyall Dawson
06:52 AM Revision 1d3f1f07 (qgis): Fix QgsGeometryUtils::sqrDistToLine returns bad values (eg nan values)
Nyall Dawson
06:52 AM Revision b4409391 (qgis): Fix test failure, report distance from pole
Nyall Dawson
06:52 AM Revision d6f09c01 (qgis): [FEATURE] Add method to calculate pole of inaccessibility for polygons
Implements a method in QgsGeometry and a processing algorithm to
calculate the pole of inaccessibility for a surface,...
Nyall Dawson
06:52 AM Revision d5c307eb (qgis): Add method to find distance from a point to a poylgon's boundary
Nyall Dawson
06:52 AM Revision 880647e5 (qgis): Add some tags to algorithm
Nyall Dawson
06:36 AM Revision 514d4439 (qgis): Fix oracle provider and remove dead code
Martin Dobias
06:36 AM Revision 9872b484 (qgis): Remove caching of GEOS representation within QgsGeometry (legacy)
Martin Dobias
06:36 AM Revision d729951d (qgis): Remove caching of WKB from QgsGeometry (was kept just for compatibility)
Also improves the API to export/import WKB as QByteArray Martin Dobias

2016-11-13

06:15 PM Revision 8b1adc5d (qgis): Merge pull request #3635 from arnaud-morvan/processing_postgis_connect
[processing][db_manager] Fix connection to postgis Even Rouault
11:34 AM Revision f24cda44 (qgis): [processing] Add unit tests for retrieving param from script code
And fix number param retrieving from script code Nyall Dawson
11:34 AM Revision dbf6107b (qgis): [processing] Add button for projection selection dialog to
Crs parameters in algorithm settings in modeler
This makes it easier to pick static CRSes for the parameter,
and als...
Nyall Dawson
11:34 AM Revision 3ef7b3b7 (qgis): [processing] Use standard QGIS projection selection widget for CRS params
Nyall Dawson
11:34 AM Revision fbc12a8a (qgis): Allow showing 'not set' in QgsProjectionSelectionWidget
Nyall Dawson

2016-11-12

12:31 PM Revision d81533e0 (qgis): fix failing test
Alexander Bruy
12:31 PM Revision 0589566e (qgis): [processing] mark buffer lines test as expected failure
This test failed as result and expected WKT geometries differ
only because of 0 vs. -0 in one coordinates pair
Alexander Bruy
12:31 PM Revision af16bbf5 (qgis): [processing] don't print Processing version
Alexander Bruy
12:31 PM Revision fcc96de8 (qgis): [processing] fix indentation
Alexander Bruy
12:31 PM Revision 75bd622c (qgis): [processing] restore and fix extraction of OGR layer names
Alexander Bruy
12:31 PM Revision 2287230f (qgis): [processing] fix parameter definition in offset curve algorithm
Alexander Bruy
12:31 PM Revision 426c5bef (qgis): [processing] compare only geometry in tests
Alexander Bruy
12:31 PM Revision dff239c2 (qgis): [processing] improve temp file names generation
Alexander Bruy
12:31 PM Revision b6d5f35b (qgis): [processing] cleanup OGR dissolve algorithm code
Avoid double extensions when creating temp files Alexander Bruy
12:31 PM Revision 256efcc0 (qgis): [processing] remove unnecessary schemas from test data
Alexander Bruy
12:31 PM Revision 652addb5 (qgis): [processing] don't pass layer name when '-sql' parameter is used
Alexander Bruy
12:31 PM Revision e1ee477c (qgis): [processing] use numeric parameter for buffer distance
Alexander Bruy
12:31 PM Revision 85d1fd72 (qgis): [processing] cleanup test data
Alexander Bruy
12:31 PM Revision d08c02db (qgis): [processing] disable polygonize test, as it is not stable
Alexander Bruy
12:31 PM Revision d239a97c (qgis): [processing] test for OGR one-side buffer
Alexander Bruy
12:31 PM Revision 32094e93 (qgis): [processing] add test for OGR offset lines
Alexander Bruy
12:31 PM Revision 02ed0aa6 (qgis): [processing] fix OGR offset curve and one-side buffer
Alexander Bruy
12:31 PM Revision 397df659 (qgis): [processing] add test for points along lines
Alexander Bruy
12:31 PM Revision a8feec8d (qgis): [processing] friendly names for some QGIS tests
Alexander Bruy
12:31 PM Revision 52e29b93 (qgis): [processing] fix deprecation warnings in GDAL test
Alexander Bruy
12:31 PM Revision 23de13c0 (qgis): [processing] add test for OGR buffer with dissolve
Alexander Bruy
12:31 PM Revision 31a6189a (qgis): [processing] add test for OGR polygon buffering
Alexander Bruy
12:31 PM Revision 5991eccb (qgis): [processing] simple test for ogr buffering
Alexander Bruy
12:31 PM Revision a6bd9f02 (qgis): Revert "Fix extraction of ogr LayerName from multi-layer dataset URIs"
This reverts commit 6c5364186dd8d45ac51e5bd1a72c6a542f032cb1.
As it breaks all OGR geoprocessing algoroithms.
Alexander Bruy
12:31 PM Revision 159fda68 (qgis): [processing] add test for gdal_polygonize
Alexander Bruy
06:09 AM Revision 08231b8b (qgis): Merge pull request #3742 from nirvn/processing_fix_hasdependencies
[processing] check for parent alg dependencies in hasDependencies() Nyall Dawson

2016-11-11

07:17 PM Revision 2eec236f (qgis): fix builds on trusty and precise
Jürgen Fischer
07:17 PM Revision f273e853 (qgis): fix translation
Jürgen Fischer
07:14 PM Revision 4c6be3a7 (qgis): fix builds on trusty and precise
Jürgen Fischer
07:03 PM Revision a4c7d979 (qgis): fix typo
Jürgen Fischer
06:33 PM Revision c180cf32 (qgis): Merge pull request #3753 from DelazJ/patch-17
typo fix Werner Macho
06:14 PM Revision b069e955 (qgis): typo fix
Harrissou Santanna
05:49 PM Revision 12cfb31d (qgis): Make file downloader test more stable
Alessandro Pasotti
05:45 PM Revision 8610c180 (qgis): Merge pull request #3752 from elpaso/downloader_2_14_test_fix
Make file downloader test more stable Alessandro Pasotti
05:42 PM Revision fb124baa (qgis): Merge pull request #3751 from elpaso/downloader_master
[bugfix][forwardport] File downloader for identify dialog hyperlinks Alessandro Pasotti
05:26 PM Revision 4e96912c (qgis): [bugfix][forwardport] File downloader for identify dialog hyperlinks
fixes #14703
Include C++ and Python tests
Travis won: ported all test cases to Python
and disabled C++ companion te...
Alessandro Pasotti
05:24 PM Revision 78f0da25 (qgis): Make file downloader test more stable
Alessandro Pasotti
04:55 PM Revision 4981bfcf (qgis): Fix memory leak
Matthias Kuhn
03:43 PM Revision 45617fb2 (qgis): Fix more Qt5.7 warnings
Matthias Kuhn
01:15 PM Revision e6dc5223 (qgis): [spatialite] Don't skip default values
When inserting multiple features in a single prepared statement, the spatialite
provider would skip any default for i...
Matthias Kuhn
01:15 PM Revision 054d4308 (qgis): [spatialite] Don't skip default values
When inserting multiple features in a single prepared statement, the spatialite
provider would skip any default for i...
Matthias Kuhn
12:05 PM Revision 526949b8 (qgis): [spatialite] Don't skip default values
When inserting multiple features in a single prepared statement, the spatialite
provider would skip any default for i...
Matthias Kuhn
11:13 AM Revision 28d7ceae (qgis): Some fixes to processing expression parameters
Nyall Dawson
10:09 AM Revision a4cc5726 (qgis): Merge pull request #3748 from nirvn/processing_harmony
[processing] harmonize modeler UI/UX behavior with QGIS Alexander Bruy
09:47 AM Revision f3d7e39a (qgis): [processing] harmonize modeler UI behavior with QGIS
- use [close without saving][cancel][save] option when closing
a modeler with unsaved changes
- invert mouse wheel zo...
Mathieu Pellerin - nIRV
08:56 AM Revision 35d106bf (qgis): Fix Qt 5.7 build warnings
Matthias Kuhn
07:08 AM Revision be2223fe (qgis): [processing] check for parent alg dependencies in hasDependencies()
Mathieu Pellerin - nIRV
04:26 AM Revision 156fce98 (qgis): Add unit tests for processing expression parameter
Nyall Dawson
04:26 AM Revision 5625d6e9 (qgis): Expression parameters don't have to have parent layers
Nyall Dawson
04:26 AM Revision 132e76a5 (qgis): [FEATURE][processing] New input type for expressions
This adds a new input type for expression inputs. Expression
inputs can be linked to a parent layer so that the build...
Nyall Dawson
04:26 AM Revision 72118f91 (qgis): [processing] When an algorithm has string parameters, also
accept numeric, file and table field inputs in modeler
This allows a non-string parameter to be reused as a string
p...
Nyall Dawson
04:25 AM Revision 1ef7ed53 (qgis): Merge pull request #3703 from aaime/svg_params
Export parametric SVG, will fallback symbols for the systems that cannot understand them Nyall Dawson
02:02 AM Revision a3ae0b28 (qgis): [processing] Restore spin box widget for number inputs outside modeller
This commit restores some pre 3.0 processing behaviour for number inputs.
Now, if a number input is required outside ...
Nyall Dawson

2016-11-10

12:42 AM Revision cc0b2e64 (qgis): Merge pull request #3746 from ahuarte47/Issue_SinglePartsToMultiparts
[FIXBUG] Fix iteration of features in SinglePartsToMultiparts algorithm Nyall Dawson
12:28 AM Revision dc800dba (qgis): Fix iteration of features
Alvaro Huarte
11:35 PM Revision 10648dfb (qgis): [processing] Start of tests for modeler
Nyall Dawson
05:26 PM Revision 1cd11586 (qgis): Merge pull request #3745 from mhugent/server_datasources
WMS server: add user setting if custom datasources are allowed in wms… Marco Hugentobler
04:59 PM Revision 88587fde (qgis): Add override keywords
Marco Hugentobler
03:12 PM Revision b0644ea4 (qgis): WMS server: add user setting if custom datasources are allowed in wms r...
Marco Hugentobler
02:26 PM Revision 43ffd9e6 (qgis): Merge pull request #3744 from elpaso/downloader_2_14
[bugfix][backport] File downloader for identify dialog hyperlinks Alessandro Pasotti
01:47 PM Revision 73b283c0 (qgis): update FindQCA.cmake for Arch Linux
Jürgen Fischer
01:03 PM Revision a676bde4 (qgis): [bugfix][backport] File downloader for identify dialog hyperlinks
fixes #14703
Include C++ and Python tests
( cherry-picked from commit bdc2e24 )
Try to convince Travis to behave ...
Alessandro Pasotti
10:46 AM Revision fd7f3489 (qgis): Merge pull request #3682 from arnaud-morvan/processing_fix_fieldmapper_...
[processing] fix fieldmapper dialog init method Alexander Bruy
10:45 AM Revision 51a56573 (qgis): Merge pull request #3727 from arnaud-morvan/processing_ogr2ogr_defaults
[processing] fix Ogr2OgrToPostGisList algorithm Alexander Bruy
10:43 AM Revision be6672dd (qgis): Merge pull request #3741 from nirvn/processing_dependencies_improvement
[processing] use algorithm description in modeler dependencies dialog Alexander Bruy
07:36 AM Revision 84bc1fc4 (qgis): Merge pull request #3740 from elpaso/downloader_2_18
[bugfix] File downloader for identify dialog hyperlinks Alessandro Pasotti
07:02 AM Revision 6ea0049b (qgis): Merge pull request #3732 from nirvn/strpos_regexp_match_upgrade
[expression] strpos() and regexp_match() improvements Nyall Dawson
05:55 AM Revision 6b2b4c57 (qgis): [FEATURE][expression] strpos() and regexp_match() improvements
- strpos() now relies on a simple string within a string search
- regexp_match() now returns pos of a matching regula...
Mathieu Pellerin - nIRV
04:21 AM Revision 45711d37 (qgis): [processing] use algorithm description in modeler dependencies dialog
Mathieu Pellerin - nIRV

2016-11-09

06:28 PM Revision 57aa7fd7 (qgis): Travis won: ported all test cases to Python
and disabled C++ companion test (still useful locally and
for debugging)
For the curious: QTemporaryFile is not work...
Alessandro Pasotti
05:46 PM Revision 36d827a5 (qgis): Try to convince Travis to behave like a normal mechanical being
Alessandro Pasotti
05:45 PM Revision afb4739d (qgis): [virtual] Fix encoding issue
Hugo Mercier
05:31 PM Revision c05dca9d (qgis): [virtual] Fix encoding issue
Hugo Mercier
05:28 PM Revision bf3c0f1b (qgis): [virtual] fix encoding issue
Hugo Mercier
05:06 PM Revision 8f67c587 (qgis): Removed debug output
Alessandro Pasotti
04:40 PM Revision 164a85ac (qgis): [virtual] Fix encoding issue
Hugo Mercier
04:25 PM Revision 8b231ec7 (qgis): Added note and removed debug output
Alessandro Pasotti
03:43 PM Revision bdc2e24d (qgis): File downloader for identify dialog hyperlinks
fixes #14703
Include C++ and Python tests
Alessandro Pasotti
03:13 PM Revision 56f6c246 (qgis): debian packaging: include internal webkit bindings in yakkety
Jürgen Fischer
08:45 AM Revision 5093ec6b (qgis): Improve num_selected and is_selected function help
Matthias Kuhn
08:45 AM Revision c282e262 (qgis): Use QPointer for storing layer pointers in expression scope
Matthias Kuhn

2016-11-08

11:16 PM Revision 6cf47bef (qgis): Apply some @m-kuhn comments (#3736)
* Use QgsStringMap
* Better description
* Use new translated metadata methods
Stéphane Brunner
08:07 PM Revision 15bcded2 (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
08:07 PM Revision 4218f14c (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
08:06 PM Revision ea529c50 (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
08:00 PM Revision 63e3fd37 (qgis): [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
René-Luc ReLuc
04:28 PM Revision aaa3117b (qgis): Multi relation removal
Let the user select multiple relations and delete them. Patrick Valsecchi
04:28 PM Revision 4234ad5c (qgis): Relation managment: enable the remove button when selection
If nothing is selected, this button is doing nothing. Patrick Valsecchi
11:58 AM Revision 3683c33b (qgis): fixed wrong provider reference in union algorithm
Etienne Trimaille
10:45 AM Revision 72fddb8b (qgis): Merge pull request #3470 from arnaud-morvan/refactor_fields_context_gen...
[Processing] Fix processing refactor fields algorithm using expression context generators Victor Olaya
10:40 AM Revision 846eef20 (qgis): Merge pull request #3686 from arnaud-morvan/processing_reset_menus
[processing] Add button to reset processing menus in config dialog Victor Olaya
10:30 AM Revision 7c4e66b3 (qgis): Merge pull request #3726 from arnaud-morvan/processing_various_fixes
[processing] small fixes Victor Olaya
10:27 AM Revision db35b38b (qgis): Merge pull request #3731 from nyalldawson/alg_tags
[processing] Allow algorithms to specify tags Victor Olaya
09:04 AM Revision dc9ebe24 (qgis): dxf export: skip nan z coordinates
(cherry picked from commit 0189609dcf22b58f2fd02dde1b7c9e1c98443606) Jürgen Fischer
09:03 AM Revision 0189609d (qgis): dxf export: skip nan z coordinates
Jürgen Fischer
03:54 AM Revision e40d64f9 (qgis): Make provider default value clauses exempt from unique constraint checks
Otherwise the check fails when the provider has a default value clause
like 'nextval(...)' even though the actual com...
Nyall Dawson
03:54 AM Revision 8cd810ed (qgis): Return false from QgsVectorLayer::addFeatures if adding features failed
Nyall Dawson
03:54 AM Revision fcb6c2bb (qgis): Fix some incorrect return values from QgsFeature python bindings
Nyall Dawson
02:25 AM Revision 6f3b0caa (qgis): Add method to QgsAttributes to convert to QgsAttributeMap
Nyall Dawson
02:09 AM Revision f9bb2306 (qgis): Avoid some QgsGeometry pointer use in QgsGeometry API
Nyall Dawson
01:15 AM Revision 3550cc99 (qgis): [processing] Allow algorithms to specify tags
Tags are used while searching in the toolbox. This should help with
finding algorithms when the exact name is not kno...
Nyall Dawson

2016-11-07

12:30 AM Revision 1a4f8f59 (qgis): [processing] When searching in toolbox, ignore order of words
Eg, allows you to search "line merge" and find the "Merge lines"
algorithm. Should make it easier for users who don't...
Nyall Dawson
12:08 AM Revision 35a29d85 (qgis): Add missing API break documentation
Nyall Dawson
12:05 AM Revision 02ea2d77 (qgis): Fix typos
Nyall Dawson
11:57 PM Revision 32b1603c (qgis): Update indentation
Nyall Dawson
11:53 PM Revision cef4719c (qgis): Add another file to .gitignore
Nyall Dawson
11:52 PM Revision 3b307017 (qgis): Prepare commit ensures empty line before doxygen block
Nyall Dawson
11:51 PM Revision fd150905 (qgis): Update identation
Nyall Dawson
11:42 PM Revision f8bda8db (qgis): Avoid crash in testqgsexpression.cpp
Nyall Dawson
11:42 PM Revision ec551618 (qgis): Avoid lazy evaluation for substr expression function
Better solution is to set handlesNull to true to avoid the default
null parameter = null result behaviour, and handle...
Nyall Dawson
11:42 PM Revision 0fbcc4b9 (qgis): [FEATURE] upgrade the substr() function
- support negative start value (e.g. substr('hello',-2) returns 'lo')
- support negative length value (e.g. substr('h...
Mathieu Pellerin - nIRV
11:18 PM Revision 11405af0 (qgis): Fix range widget wrapper not correctly respecting default allow
null setting Nyall Dawson
11:18 PM Revision 94413c38 (qgis): Show literal defaults in add feature form
Nyall Dawson
11:18 PM Revision b0bd61f3 (qgis): [FEATURE] Detect default literal values from OGR layers
Requires GDAL >= 2 Nyall Dawson
11:18 PM Revision 0ae610c5 (qgis): [FEATURE] Detect literal default values for spatialite provider
Nyall Dawson
11:18 PM Revision 1fea20de (qgis): Split handling of literal default values from provider side
default value SQL clauses
QgsVectorDataProvider now has two methods:
- defaultValueClause: returns SQL fragment whi...
Nyall Dawson
05:15 PM Revision 59b10d65 (qgis): Merge pull request #3720 from sbrunner/WFS-provider-metadata
Add metadata for WFS provider in layer metadata informations Stéphane Brunner
04:46 PM Revision bc1ad2ce (qgis): Add metadata for WFS provider in layer metadata informations
Stéphane Brunner
12:48 PM Revision 8e7ae8f0 (qgis): Avoid having duplicated relations in the discovery
Patrick Valsecchi
12:15 PM Revision 0ca9eb0d (qgis): debian packaging: drop trusty support
Jürgen Fischer
10:18 AM Revision b2b67ee8 (qgis): [BUGFIX] QgsOgcUtils: fix typo contians -> contains
This has been fix in feature 'QgsOgcUtils: add conversion from QgsSQLStatement to OGC filters' 1da1c278e758e7c84376ce... René-Luc ReLuc
09:00 AM Revision 91e4b24a (qgis): Better reading/writting of editor widget config.
Avoid saving config parameters that are not set and support not
having them in the XML.
Patrick Valsecchi
07:15 AM Revision 6d8990b7 (qgis): Fix coverity uninitialized variable warnings
Nyall Dawson
05:34 AM Revision 3c530a62 (qgis): Merge pull request #3723 from nirvn/regexp_matches
[FEATURE] add regexp_matches() function Nyall Dawson
04:47 AM Revision 1d245b2e (qgis): [FEATURE] add regexp_matches() function
The new function returns an array of strings captured by capturing
groups in a supplied regular expression. For e.g.,...
Mathieu Pellerin - nIRV
04:20 AM Revision 4e4bb2bf (qgis): Merge pull request #3728 from nyalldawson/open
Cleanup processing file handling Nyall Dawson
03:20 AM Revision 9b667d1e (qgis): [FEATURE] Remove c++ geometry snapper plugin
All functionality is now available through analysis lib + processing
algorithm.
Marked as feature for documentation ...
Nyall Dawson
03:20 AM Revision 8acc286b (qgis): [FEATURE] Snap to layer algorithm accepts a mode parameter
With a new option to prefer to snap to closest point on geometry.
The old behaviour was to prefer to snap to nodes, e...
Nyall Dawson
03:20 AM Revision c3a978b9 (qgis): [FEATURE][processing] Snap geometries to layer algorithm
Port the Geometry Snapper plugin across to the analysis lib, and
expose to python bindings
Add a new algorithm which...
Nyall Dawson
03:20 AM Revision dae0a017 (qgis): [FEATURE][processing] Snap geometries algorithm allows snapping
to other layer types, supports point/line layers
Fix #14791, #15313
Nyall Dawson
03:20 AM Revision 983fe248 (qgis): Port some API from QgsPoint to QgsPointV2
Nyall Dawson
03:13 AM Revision 0484769b (qgis): [processing] Use subprocess.DEVNULL instead of open(os.devnull)
Nyall Dawson
02:36 AM Revision 6a99017b (qgis): [processing] Use with ... when opening files
Nyall Dawson
02:11 AM Revision b4bca5bb (qgis): [processing] Don't try to force load files which don't exist
Nyall Dawson
02:11 AM Revision 272cd380 (qgis): Fix python deprecation warning
Nyall Dawson
02:11 AM Revision 54522fd5 (qgis): Fix crash when trying to render polygon with no exterior ring
Should only occur with very badly corrupted layers, but we
shouldn't crash in this case
Nyall Dawson
02:11 AM Revision d783c732 (qgis): Fix processing tests
Nyall Dawson

2016-11-06

12:23 AM Revision 143c18da (qgis): Fix processing tests weren't actually comparing resultant features
.... oops (my fault - copy/paste error) Nyall Dawson
12:22 AM Revision eefa7115 (qgis): [processing] Fix invalid geometries made by densify when input geom is ...
Nyall Dawson
06:11 PM Revision 78236c0b (qgis): Use contextGenerator in refactor fields algorithm
Arnaud Morvan
05:58 PM Revision a8d9dea1 (qgis): Add QgsExpressionContextGenerator inheritances in sip
Arnaud Morvan
03:25 PM Revision a6a09d9a (qgis): [processing] Fix Ogr2OgrToPostGisList with 8798c42339 and 3472ac80d8bd
Arnaud Morvan
03:21 PM Revision 01941176 (qgis): [processing] Log gdal calls
Arnaud Morvan
01:29 PM Revision 9cd39e79 (qgis): [db_manager] Fix connection to postgis
Arnaud Morvan
01:29 PM Revision 8b8bc26e (qgis): [processing] Fix connection to postgis
Arnaud Morvan
01:05 PM Revision 4a626994 (qgis): [processing] Fix TableWidgetWrapper in batch dialog
Arnaud Morvan
01:04 PM Revision 2d2fe8b8 (qgis): [processing] Fix BatchOutputSelectionPanel with QgsMapLayer instances
Arnaud Morvan
01:03 PM Revision 93be141a (qgis): [processing] Fix import error in FieldsMappingPanel
Arnaud Morvan
 

Also available in: Atom