Activity
From 2016-08-04 to 2016-09-02
2016-09-02
- 05:11 PM Revision 01da222b (qgis): Merge pull request #3447 from epifanio/patch-1
- fix typo
- 04:33 PM Revision 4aac75ff (qgis): fix typo
- fix typo in python/plugins/processing/algs/qgis/Polygonize.py
- 01:21 PM Revision b14255c5 (qgis): Port conversion of geometry to provider type to 2.14 branch
- 12:39 PM Revision 491c52c2 (qgis): [processing] fixed error in dissolve when there are features with null ...
- 08:45 AM Revision 31c37394 (qgis): Merge pull request #3420 from yjacolin/rewordWMSConnexion
- Reword delete button in service connection dialog
- 08:40 AM Revision 7ddaf903 (qgis): Merge pull request #3430 from alexbruy/output-vector
- [processing] support for explicit output vector types
- 08:28 AM Revision 65db336e (qgis): [processing] move some constants to the dataobjects module
- 08:28 AM Revision 80653c7a (qgis): [processing] adopt native algs to use output geomerty
- 08:28 AM Revision 13cd4c94 (qgis): [processing] split some native algs to take advantage of explicit outpu...
- 08:28 AM Revision 12d6e15f (qgis): [processing] support for output geometry types in scripts and modeler
- 08:28 AM Revision 7e26124c (qgis): [processing] support for output geometry types (work in progress)
- 08:27 AM Revision 6054bb95 (qgis): Merge pull request #3415 from arnaud-morvan/processing_reset_menus
- [processing] Add a reset menus button
- 03:41 AM Revision 80f02287 (qgis): Small code cleanups
2016-09-01
- 08:55 PM Revision d5cfef93 (qgis): [DBManager] Fix exception raised when adding a new Spatialite connection
- This was accidentaly broken since 1f0fce7852e9f6a27af967d7ac7ee3989dce7b45
Fixes #15274 - 08:54 PM Revision 8688fef1 (qgis): [DBManager] Fix exception raised when adding a new Spatialite connection
- This was accidentaly broken since 1f0fce7852e9f6a27af967d7ac7ee3989dce7b45
Fixes #15274 - 08:51 PM Revision 8c3537bf (qgis): [DBManager] Fix exception raised when adding a new Spatialite connection
- This was accidentaly broken since 1f0fce7852e9f6a27af967d7ac7ee3989dce7b45
Fixes #15274 - 06:13 PM Revision a528eb95 (qgis): [auth] Fix return value for plugins that do not support an expansion
- Bug not evident until there were providers with multiple credential
expansions (now supported in OWS providers). Lack... - 06:12 PM Revision 31514aca (qgis): [auth] Fix return value for plugins that do not support an expansion
- Bug not evident until there were providers with multiple credential
expansions (now supported in OWS providers). Lack... - 06:11 PM Revision de1000ae (qgis): [auth] Fix return value for plugins that do not support an expansion
- Bug not evident until there were providers with multiple credential
expansions (now supported in OWS providers). Lack... - 06:06 PM Revision 194b5adb (qgis): [auth] Fix return value for plugins that do not support an expansion
- Bug not evident until there were providers with multiple credential
expansions (now supported in OWS providers). Lack... - 04:47 PM Revision 682023f6 (qgis): Fix virtual layer queries with accents in layer name
- (cherry-picked from af0d6b93a6)
- 04:46 PM Revision 9fdd4615 (qgis): Fix virtual layer queries with accents in layer name
- (cherry-picked from af0d6b93a6)
- 04:39 PM Revision 3ed00665 (qgis): Fix virtual layer queries with accents in layer name
- (cherry-picked from af0d6b93a6)
- 04:31 PM Revision b4963764 (qgis): Merge pull request #3445 from mhugo/fix_virtual
- Fix virtual layer queries with accents in layer name
- 03:43 PM Revision 8d832d8a (qgis): Make sure we do not miss cancellation request at the beginning
- 02:39 PM Revision af0d6b93 (qgis): Fix virtual layer queries with accents in layer name
- 01:28 PM Revision 665df5fb (qgis): Merge pull request #3436 from aaime/scaledep
- Export map level scale based dependencies in most vector symbology
- 01:25 PM Revision 4a523511 (qgis): Merge pull request #3443 from bstroebl/documentProcessing
- [processing] Add help for Eliminate sliver polygons
- 01:14 PM Revision 5ae34ed0 (qgis): Export main() when building for android
- 01:14 PM Revision ffe35817 (qgis): Export main() when building for android
- 01:13 PM Revision e95ddd97 (qgis): Export main() when building for android
- 01:13 PM Revision d130b32f (qgis): Export main() when building for android
- 01:02 PM Revision 88047cc9 (qgis): Merge pull request #3441 from nyalldawson/simplify
- Simplify features + fixes
- 12:25 PM Revision fdeac819 (qgis): Fix incorrect raster reprojection after drawing raster previews
- Moved all temporary projector members to a private class,
so even recursive block() calls will not affect each other
... - 10:59 AM Revision 798817ee (qgis): Merge pull request #3442 from mhugo/fix_dependencies
- Cleanup layer dependency api
- 10:55 AM Revision 7e92d09c (qgis): [processing] Add help for Eliminate sliver polygons
- 09:58 AM Revision a86611b6 (qgis): Cleanup layer dependency api
- 09:38 AM Revision 6bb291f2 (qgis): Raster projector constructor cleanup
- Marked raster interface as uncopiable (it should have always been uncopiable)
- 07:40 AM Revision a25b0257 (qgis): Export map level scale based dependencies in most vector symbology
- 04:15 AM Revision a5039d6d (qgis): Order tile requests according to their distance from view center
- ... so we first receive tiles in the middle rather those at the border
2016-08-31
- 01:39 AM Revision 7a8ab407 (qgis): Merge pull request #3440 from nirvn/qt5_fix_freeze
- Remove composer window visibiliy state restoration upon project load (fixes #15495)
- 12:22 AM Revision 56b77db8 (qgis): [FEATURE][processing] Add choice of simplification method to simplify
- This change allows users to choose which method to use when running
the simplify geometries algorithm, with choices o... - 12:04 AM Revision fbd6618d (qgis): Add missing sip binding
- 11:50 PM Revision 5d97d03a (qgis): [processing] Fix simplify alg handling of null goemetry, add tests
- 11:42 PM Revision f9e508c5 (qgis): [processing] More efficient point count for simplify algorithm
- 11:40 PM Revision 73d8544c (qgis): Bump max pixel distance for OTF simplification
- 11:35 PM Revision 72d9e9ae (qgis): Fix crash using Visvalingam simplification, add test
- 06:18 PM Revision d5377dbc (qgis): Support pre-CXX11 compilers
- I'll update the toolchain one day, I promise!
- 03:46 PM Revision bd3cf76f (qgis): Merge pull request #3320 from mhugo/fix_snapping2
- Data dependency between layers + snapping fix
- 02:40 PM Revision 0749ba43 (qgis): Rework layer dependencies
- A new class QgsMapLayerDependency allows to represent different kinds
of dependencies between layers. - 12:37 PM Revision b919198e (qgis): Fix loading of XYZ tile layer data item provider
- 12:35 PM Revision 504badb4 (qgis): Fix saving field configurations
- 11:23 AM Revision c2c083a1 (qgis): Snapping: destroy index on dataChanged signal
- Snapping caches on layers that have been changed by the provider or
by external sources are now invalidated.
(Cherry... - 11:21 AM Revision dd393fe7 (qgis): Snapping: destroy index on dataChanged signal
- Snapping caches on layers that have been changed by the provider or
by external sources are now invalidated.
(Cherry... - 11:18 AM Revision 41508245 (qgis): Snapping: destroy index on dataChanged signal
- Snapping caches on layers that have been changed by the provider or
by external sources are now invalidated.
(cherry... - 10:37 AM Revision 4a1b4fd5 (qgis): GUI for XYZ tile layers: browser items + actions to add/remove them
- 09:32 AM Revision c4181fa0 (qgis): [FEATURE] Native support for XYZ tile layers
- Yes, that means OpenStreetMap tiles and various other sources!
No GUI so far... - 09:22 AM Revision 1a5a7c59 (qgis): [Feature] Data dependencies between layers
- This allows to declare data dependencies between layers. A data
dependency occurs when a data modification in a layer... - 05:05 AM Revision 0c51c3f0 (qgis): Housekeeping in WMS provider - move some calculations to utility functions
2016-08-30
- 01:30 AM Revision d30f66eb (qgis): Fix Capitalize First Letter fails with curved labels (fix #14875)
- Instead of using QFont's inbuilt capitalization support, which
applies only on rendering and accordingly fails for cu... - 12:49 AM Revision 54a50ccf (qgis): Fix Capitalize First Letter fails with curved labels (fix #14875)
- Instead of using QFont's inbuilt capitalization support, which
applies only on rendering and accordingly fails for cu... - 08:57 PM Revision 2f94c66b (qgis): db manager: don't consider added layer w/o a dataProvider
- 08:57 PM Revision a9464d7c (qgis): db manager: don't consider added layer w/o a dataProvider
- (cherry picked from commit 28aa9ebdb75eb099b83a3596b3f3c5c6e5c6f591)
- 04:08 PM Revision 46ea2290 (qgis): Fix doxygen
- 04:08 PM Revision d6a4ab1c (qgis): Expose QgsCoordinateReferenceSystem to QML
- 12:18 PM Revision 5cc97ab7 (qgis): Fix Capitalize First Letter fails with curved labels (fix #14875)
- Instead of using QFont's inbuilt capitalization support, which
applies only on rendering and accordingly fails for cu... - 11:08 AM Revision e6fd2e25 (qgis): Snapping: destroy index on dataChanged signal
- Snapping caches on layers that have been changed by the provider or
by external sources are now invalidated. - 09:07 AM Revision b0c67cd1 (qgis): Fix doc coverage test for "added in XXX" check
- 09:05 AM Revision a4ffbf3f (qgis): Fix indentation
- 08:45 AM Revision 08f5ae67 (qgis): Remove composer window visibiliy state restoration upon project load
- (fixes #15495)
- 07:35 AM Revision 93b124e6 (qgis): Move storage of field alias and default value to QgsField
- This is a partial implementation - QMaps are still used internally
within QgsVectorLayer to track the alias/default v... - 07:34 AM Revision 15dd2956 (qgis): Fix Capitalize First Letter fails with curved labels (fix #14875)
- Instead of using QFont's inbuilt capitalization support, which
applies only on rendering and accordingly fails for cu... - 06:48 AM Revision f32b85e1 (qgis): Add a changed signal to QgsEditorConfigWidget
- And update default value expression preview whenever editor
config changes
Sponsored by DB Fahrwegdienste GmbH - 06:48 AM Revision c6254873 (qgis): Use widget representValue to preview default expression results
- Sponsored by DB Fahrwegdienste GmbH
- 06:31 AM Revision 3a14e77c (qgis): Use client side default values when creating new features
- Sponsored by DB Fahrwegdienste GmbH
- 06:31 AM Revision 546cd67c (qgis): Add UI for setting default field value expressions in the
- field property dialog
Sponsored by DB Fahrwegdienste GmbH - 06:22 AM Revision 4e8594be (qgis): New QgsExpressionLineEdit widget
- Consists of a filter line edit + button to open expression builder
This widget is a bit like the existing QgsFieldEx... - 06:04 AM Revision e2bcba54 (qgis): WMTS preview - require a temporary image for updates of the raster
- Otherwise we would end up with rendering artifacts due to overpainting
- 05:59 AM Revision 6ed2cf20 (qgis): [FEATURE] Client side default field values
- Allows an expression to be set for a vector layer field which
is used to evaluate a default value for this field.
A ... - 05:25 AM Revision 0658640f (qgis): Merge pull request #3418 from nyalldawson/default_values2
- [FEATURE] Client side default values
- 04:40 AM Revision 97d7b733 (qgis): Move storage of field alias and default value to QgsField
- This is a partial implementation - QMaps are still used internally
within QgsVectorLayer to track the alias/default v... - 04:40 AM Revision 99405864 (qgis): Add a changed signal to QgsEditorConfigWidget
- And update default value expression preview whenever editor
config changes
Sponsored by DB Fahrwegdienste GmbH - 04:40 AM Revision e35c6b46 (qgis): Use widget representValue to preview default expression results
- Sponsored by DB Fahrwegdienste GmbH
- 04:40 AM Revision 6d28eb5f (qgis): Optimise expression context creation
- Sponsored by DB Fahrwegdienste GmbH
- 04:40 AM Revision 8ae7e3f4 (qgis): Use client side default values when creating new features
- Sponsored by DB Fahrwegdienste GmbH
- 04:39 AM Revision 4d5bae22 (qgis): [FEATURE] Client side default field values
- Allows an expression to be set for a vector layer field which
is used to evaluate a default value for this field.
A ... - 04:39 AM Revision 66cb4226 (qgis): Add UI for setting default field value expressions in the
- field property dialog
Sponsored by DB Fahrwegdienste GmbH - 04:39 AM Revision 7dea9700 (qgis): [FEATURE] Substitution list support for labeling
- Adds the ability to specify a list of text substitutes to make
which apply to label text. Eg abbrevating street types...
2016-08-29
- 01:28 AM Revision 9c62eec1 (qgis): [FEATURE] Substitution list support for labeling
- Adds the ability to specify a list of text substitutes to make
which apply to label text. Eg abbrevating street types... - 12:46 AM Revision 891370fd (qgis): Merge pull request #3438 from nyalldawson/replace
- [FEATURE] Substitution list support for labeling
- 07:33 PM Revision 4a89b7c4 (qgis): Fix dimension detection in postgres provider
- 07:22 PM Revision a529b448 (qgis): Revert "Merge pull request #3338 from pvalsecc/editor_widgets_selection"
- This reverts commit bbafbf48872eda48a2be8876cc89a0770552c6ad, reversing
changes made to 13ac0434e10fc7edd1eca665ea7c8... - 06:50 PM Revision eef50ea9 (qgis): Spatialite error message fix (#3416)
- * Fixed issue where opening an invalid spatialite db fails and gives and poor warning message
- 06:49 PM Revision e1390adb (qgis): Spatialite error message fix (#3416)
- * Fixed issue where opening an invalid spatialite db fails and gives and poor warning message
- 06:48 PM Revision 577913e3 (qgis): Spatialite error message fix (#3416)
- * Fixed issue where opening an invalid spatialite db fails and gives and poor warning message
- 06:43 PM Revision b1448233 (qgis): Move QgsMapLayerProxyModel and QgsMapLayerProxyModel to core
- Because it's also useful for non-widget applications
- 05:14 PM Revision bbafbf48 (qgis): Merge pull request #3338 from pvalsecc/editor_widgets_selection
- Smarter default edit widgets with plugins to pick them
- 02:46 PM Revision 13ac0434 (qgis): creatensis.pl: use passed in version number
- (cherry picked from commit 88540c120e933715c397593f498e3a32ff5fb315)
- 02:46 PM Revision 88540c12 (qgis): creatensis.pl: use passed in version number
- 02:13 PM Revision 7884e50c (qgis): [processing] fixed dialog for selecting scripts
- 01:38 PM Revision 280203e9 (qgis): If QgsRectangle is empty when combined, replace
- It makes no sense to use an empty rectangle to combine with
- 12:07 PM Revision 12bb929f (qgis): Fix bad merge pt 2
- 10:28 AM Revision c8e65511 (qgis): Fix bad merge
- 09:18 AM Revision 46fba7ce (qgis): [FEATURE] Substitution list support for labeling
- Adds the ability to specify a list of text substitutes to make
which apply to label text. Eg abbrevating street types... - 08:41 AM Revision a67f57e2 (qgis): [browser] Correctly refresh postgres schemas when dropping tables
- (cherry-picked from 5a41748b867505784a091a882a0eb1ca187c4ba8)
- 08:41 AM Revision 923bd5aa (qgis): Make QgsVectorDataProvider defaults methods more efficient
- (cherry-picked from a10b8fc3e5658290dd7e18df1001e543c3a75caa)
- 08:41 AM Revision e304c4d0 (qgis): Fix limited random color ramp always returns 1 less color than set
- (cherry-picked from 1d98b10904884d8223372fc9248c2825c85591e9)
- 08:41 AM Revision f23b7780 (qgis): Fix potential crash
- 07:57 AM Revision 638de650 (qgis): Fix calculation of certain aggregates from expressions when no
- matching features exist
Eg count should return 0 in this case rather than null
(cherry-picked from 9ba41e9f275f42a5... - 07:55 AM Revision 96b29530 (qgis): Fix calculation of certain aggregates from expressions when no
- matching features exist
Eg count should return 0 in this case rather than null
(cherry-picked from 9ba41e9f275f42a5... - 07:54 AM Revision 9253228f (qgis): Merge pull request #3434 from pvalsecc/lessWKB
- Avoid back and forth with WKB in rendering
- 07:42 AM Revision 24bde35c (qgis): Smarter default edit widgets with plugins to pick them
- Now the widgets factories can give a score on how good they could handle
a widget.
Additionaly, plugins can be added... - 07:34 AM Revision 13345248 (qgis): [FEATURE] New expression functions for angle/distance interpolation
- angle_at_vertex: returns average (bisector) angle to a geometry
at a specified vertex index
distance_to_vertex: retur... - 07:16 AM Revision 524d22fe (qgis): Add QgsGeometry method to get bisector of angle at vertex
- Sponsored by Andreas Neumann
(cherry-picked from 986b5313ed72bedbbe4f360e43ff95c8bb2dc81b) - 06:55 AM Revision db91330b (qgis): Avoid back and forth with WKB in rendering
- 06:45 AM Revision 41a96310 (qgis): Make QgsGeometry::interpolate handle polygon geometries
- (cherry-picked from 9a9a49c16ab6fd460059437311739fb266c783bb)
- 06:23 AM Revision a2d4bbe2 (qgis): Add geometry methods for interpolating angle along geometry
- Sponsored by Andreas Neumann
(cherry-picked from 93c7f5f8b2dc4512f39748d8713eb35fd6e4f5d3) - 05:42 AM Revision 193e9e74 (qgis): [FEATURE] Expose GEOS linear referencing function to QgsGeometry
- Adds a new QgsGeometry::lineLocatePoint() function for
retrieving the distance along a linestring to the nearest
posi... - 05:41 AM Revision 235204fc (qgis): Followup 9ba41e9, SQL convention is sum of no records=NULL
- 04:54 AM Revision 7300cda8 (qgis): Merge pull request #3435 from nyalldawson/interpolate_angle
- Expression functions to Interpolate angle (+ related processing improvements)
- 04:08 AM Revision 9ba41e9f (qgis): Fix calculation of certain aggregates from expressions when no
- matching features exist
Eg sum and count should return 0 in this case rather than
null - 03:02 AM Revision da78ddeb (qgis): [FEATURE] New expression functions for angle/distance interpolation
- angle_at_vertex: returns average (bisector) angle to a geometry
at a specified vertex index
distance_to_vertex: retur... - 03:02 AM Revision 9fa4e776 (qgis): [FEATURE][processing] Extract nodes algorithm now saves node
- index, distance along line and angle at node
Also correctly handles null geometries - 03:01 AM Revision 986b5313 (qgis): Add QgsGeometry method to get bisector of angle at vertex
- Sponsored by Andreas Neumann
- 03:01 AM Revision 8db9284c (qgis): [FEATURE][processing] Optimised points along geometry algorithm
- Supports also polygon geometries, handles null geometries,
and records the original line angle along with the distanc...
2016-08-28
- 12:57 AM Revision 9a9a49c1 (qgis): Make QgsGeometry::interpolate handle polygon geometries
- 12:57 AM Revision 93c7f5f8 (qgis): Add geometry methods for interpolating angle along geometry
- Sponsored by Andreas Neumann
- 11:00 PM Revision 25886796 (qgis): processing: fix population of commander combobox (fixes #15283)
- (cherry picked from commit d3882d5)
- 11:00 PM Revision 420311e7 (qgis): processing: fix population of commander combobox (fixes #15283)
- (cherry picked from commit d3882d5)
- 10:59 PM Revision d3882d55 (qgis): processing: fix population of commander combobox (fixes #15283)
- 05:40 PM Revision 9d23c6ff (qgis): dxf export: link vertices to polyline (fixes #15484)
- (cherry picked from commit 052d3ef851beef7cbbfa3c699c1c95b0d84dc3e2)
- 05:17 PM Revision 485d7a0a (qgis): dxf export: link vertices to polyline (fixes #15484)
- (cherry picked from commit 052d3ef851beef7cbbfa3c699c1c95b0d84dc3e2)
- 05:11 PM Revision 052d3ef8 (qgis): dxf export: link vertices to polyline (fixes #15484)
2016-08-27
- 01:17 PM Revision 6f7b9334 (qgis): [FEATURE]: possibility to segmentize feature info geometry in server
2016-08-26
- 02:05 PM Revision c5aa2e17 (qgis): [browser] Correctly refresh postgres schemas when dropping tables
- (cherry-picked from 5a41748b867505784a091a882a0eb1ca187c4ba8)
- 02:05 PM Revision 37164781 (qgis): Make QgsVectorDataProvider defaults methods more efficient
- (cherry-picked from a10b8fc3e5658290dd7e18df1001e543c3a75caa)
- 02:05 PM Revision 787216a0 (qgis): Fix limited random color ramp always returns 1 less color than set
- (cherry-picked from 1d98b10904884d8223372fc9248c2825c85591e9)
- 02:05 PM Revision 8b62500c (qgis): Fix potential crash
- 01:58 PM Revision 979e1a2d (qgis): Release of 2.16.2
- 01:57 PM Revision 8e19f726 (qgis): Release of 2.14.6
2016-08-25
- 12:08 AM Revision 973e4b07 (qgis): [browser] Correctly refresh postgres schemas when dropping tables
- (cherry-picked from 5a41748b867505784a091a882a0eb1ca187c4ba8)
- 12:08 AM Revision c838a16f (qgis): Make QgsVectorDataProvider defaults methods more efficient
- (cherry-picked from a10b8fc3e5658290dd7e18df1001e543c3a75caa)
- 12:08 AM Revision b8ec8c9d (qgis): Fix limited random color ramp always returns 1 less color than set
- (cherry-picked from 1d98b10904884d8223372fc9248c2825c85591e9)
- 12:08 AM Revision 38f4f082 (qgis): Fix potential crash
- 11:57 PM Revision d477d19e (qgis): Fix potential crash
- 07:40 PM Revision 6a309ed5 (qgis): fix typo 1369794 @alexbruy [processing] add missed error() method
- 05:39 PM Revision 19dea08c (qgis): Merge pull request #3411 from mhugent/feature_info_segmentized_geometry
- [FEATURE]: possibility to segmentize feature info geometry in server
- 01:57 PM Revision 9471a6bf (qgis): Whitespace change
- 12:57 PM Revision e71e743c (qgis): Merge pull request #3432 from nyalldawson/ramps
- Color ramp API improvements, fixes + some style dock inlining
- 10:42 AM Revision 13876950 (qgis): fix globe build
- 09:18 AM Revision 6214f6d4 (qgis): WMTS preview functionality - early work
2016-08-24
- 10:00 PM Revision 5ac50353 (qgis): Indentation and docs
- 01:36 PM Revision 57b5a7c8 (qgis): Merge pull request #3431 from arnaud-morvan/processing_batch_none
- [processing] do not set "None" value in batch panel string widgets
- 01:01 PM Revision 1d98b109 (qgis): Fix limited random color ramp always returns 1 less color than set
- 01:01 PM Revision b225a82b (qgis): [FEATURE] Make color brewer and limited random ramp editors show
- inline in style panel
- 01:01 PM Revision b7716aa7 (qgis): Docs + cleanups for color ramp dialogs
- 01:01 PM Revision 932e469e (qgis): Rename color ramp classes to more sensible names
- QgsVectorColorRamp -> QgsColorRamp
QgsVectorGradientColorRamp -> QgsGradientColorRamp
QgsRandomColors -> QgsRandomCol... - 01:01 PM Revision 7413db79 (qgis): Rename color ramp dialogs to match new ramp class names
- 01:01 PM Revision cf9292cc (qgis): Color ramp dialogs no longer edit ramps in place
- Now the dialogs use a copy of the ramp, and the edited
ramp is retrieved by calling ramp() on the dialog after
it is ... - 04:30 AM Revision 014409d0 (qgis): Merge pull request #3419 from nirvn/aggregate_collect_geom
- [expression] support collection of geometry in the aggregate() function
- 03:39 AM Revision 2a326ef8 (qgis): [FEATURE] support aggregation of geometry
- This feature adds a 'collect' aggregation method resulting in a
single multipart geometry from a list of geometries. ...
2016-08-23
- 01:37 AM Revision 5d38dcba (qgis): Merge pull request #3427 from nyalldawson/inline_map_unit
- [FEATURE] Make map unit scaling dialog show inline in style dock
- 12:10 AM Revision 005147b2 (qgis): Fix oracle provider build
- [ci skip]
- 11:53 PM Revision dfff9dd3 (qgis): Merge pull request #3404 from DelazJ/patch-13
- Keep base units as default behavior (fix #15434)
- 11:51 PM Revision 5735be13 (qgis): [FEATURE] Make map unit scaling dialog show inline in style dock
- 11:04 PM Revision 7dba29c4 (qgis): fix typo
- 11:04 PM Revision 06698cd4 (qgis): fix typo
- 11:03 PM Revision 6475fd21 (qgis): fix typo
- 10:59 PM Revision e0229ad8 (qgis): Merge pull request #3423 from nyalldawson/remove_deprecated
- Remove unused QgsProvider(Count|ExtentCalc)Event classes
- 08:46 PM Revision f156b1f6 (qgis): fix switching of projects within unicode folders
- (cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a)
- 08:46 PM Revision eb95f2f8 (qgis): fix switching of projects within unicode folders
- (cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a)
- 08:46 PM Revision 5fe55b8a (qgis): fix switching of projects within unicode folders
- (cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a)
- 08:45 PM Revision 3951f15b (qgis): fix switching of projects within unicode folders
- 06:35 PM Revision 9841b094 (qgis): Fix indentation after cherry-picking
- 05:52 PM Revision f0413e36 (qgis): Do not set "None" value in batch panel string widgets
- 05:02 PM Revision 2aceb896 (qgis): [server][bugfix] FILTER GetFeatureInfo working again
- Fixes #8656
- 04:09 PM Revision 50099ae7 (qgis): followup 579ec8b18e3dc8b6365bb8668fbd90a2d281935a
- 03:43 PM Revision 2293da98 (qgis): Add and fix WFS server MAXFEATURES test
- It was not working when we do a POST with an XML
- 03:42 PM Revision b1865bcb (qgis): [SERVER] Fix encoding of query string for bindings
- Fix an error when passing utf-8 chars in the query string
from python bindings
Adds a test for GetLegendGraphics - 03:42 PM Revision 579ec8b1 (qgis): remove bitmap cursors
- use window system cursors instead
followup 3624d7b4d818628b7d7d446ff642f5be1cc16773 - 03:42 PM Revision f5aa28bb (qgis): rename QgsFieldProxyModel::Filter All to AllTypes
- 03:31 PM Revision bd887bac (qgis): sort api_break document
- 03:00 PM Revision 7fdade1a (qgis): remove some deprecated methods, rename QgsAnnotation::mapPositionFixed(...
- 02:49 PM Revision eb308a60 (qgis): fix open() call
- 02:41 PM Revision 008d3cd7 (qgis): [processing] fixed extent selection from batch processing interface
- fixes #15408
- 02:34 PM Revision da599495 (qgis): add missing inclue of qgslogger
- 02:18 PM Revision 3711a170 (qgis): add missed codecs import
- 02:01 PM Revision d7634baf (qgis): remove unused imports
- 01:54 PM Revision 5edf6f61 (qgis): Merge pull request #3414 from aaime/uom_rescale
- Emit valid SLD when mm are used as symbol unit
- 12:35 PM Revision 5ac34ce8 (qgis): Restore cancel button in color dialog when used from layer properties
- 12:35 PM Revision a10b8fc3 (qgis): Make QgsVectorDataProvider defaults methods more efficient
- 12:34 PM Revision 993aa842 (qgis): forgot to remove import
- 10:32 AM Revision 13697943 (qgis): [processing] add missed error() method
- 10:27 AM Revision 7d94a593 (qgis): [processing] add missed error() method
- (cherry picked from commit 6a7fa7dd5a199bfa0ced8e4768b910171c3b8e8e)
- 10:26 AM Revision cd7a14d4 (qgis): [processing] add missed error() method
- (cherry picked from commit 6a7fa7dd5a199bfa0ced8e4768b910171c3b8e8e)
- 10:25 AM Revision 6a7fa7dd (qgis): [processing] add missed error() method
- 10:18 AM Revision 640f93e7 (qgis): [processing] update TauDEM tools to latest TauDEM version
- 10:18 AM Revision 19a6a5fb (qgis): [processing] fix CMakeLists.txt
- 10:18 AM Revision 7866bdad (qgis): [processing] remove obsolete TauDEM multifile stuff
- 09:52 AM Revision 2040cdf2 (qgis): Keep base units as default behavior (fix #15434)
- 09:17 AM Revision 3bfd9986 (qgis): Merge branch 'otb_apps_export_improvment'
- 09:17 AM Revision df248dbe (qgis): fix indentation
- 09:16 AM Revision 10f72cd7 (qgis): Merge branch 'otb_apps_export_improvment' of https://github.com/grizonn...
- 08:14 AM Revision a0adcc22 (qgis): Emit valid SLD when on screen mm are used
- SLD does not have a notion of on screen mm, rescale them to pixels to get an equivalent, more valid and more widely u...
- 02:03 AM Revision cb313761 (qgis): Remove unused QgsProvider(Count|ExtentCalc)Event classes
2016-08-22
- 03:56 PM Revision ce0a2ae0 (qgis): forget to commit xml descriptors for otb 5.6
- 03:39 PM Revision d772a684 (qgis): Update otb processing maintenance files to version 5.6.0
- 10:56 AM Revision e38401e7 (qgis): Reword delete button in service connection dialog
- Similar to c7a4e5a065bdf1c606e5f24d728978f0789cff17
- 10:18 AM Revision e716bae8 (qgis): Process deleteLater events before recreating processing menus
- 10:15 AM Revision 3251eced (qgis): run astyle
- 08:34 AM Revision c47b4ca9 (qgis): Spatialise error message fix (#3416)
- * Fixed issue where opening an invalid spatialite db fails and gives and poor warning message
* Fix formatting - 06:39 AM Revision 5a41748b (qgis): [browser] Correctly refresh postgres schemas when dropping tables
- 04:38 AM Revision 26dd1306 (qgis): [FEATURE] Drag'n'drop layers from layer tree view to browser dock
- Makes it easy to e.g. store your temporary layers in PostGIS
2016-08-21
- 01:42 AM Revision b101510c (qgis): Merge pull request #3417 from nyalldawson/expression_line_edit
- Expression line edit widget
- 12:39 AM Revision c468a047 (qgis): Use QgsExpressionLineEdit for geometry generator expression
- The full expression builder widget is too large to fit
comfortable in the geometry generator setting widget,
especial... - 12:39 AM Revision ae3d6e76 (qgis): Remove minimum size from QgsCodeEditor (seems unnecessary)
- 12:39 AM Revision 8f4ca47b (qgis): New QgsExpressionLineEdit widget
- Consists of a filter line edit + button to open expression builder
This widget is a bit like the existing QgsFieldEx... - 11:42 PM Revision 86feb6d3 (qgis): Indentation
- 10:25 PM Revision 77750ada (qgis): Merge pull request #3413 from nyalldawson/line_locate_point
- Linear referencing functions
- 08:55 PM Revision bf7db728 (qgis): ENH: update log info when parsing otb apps
- 08:34 PM Revision 82f2726d (qgis): ENH: remove useless QApplication and prefer to use QGIS_PREFIX_PATH
- 06:18 PM Revision 09671197 (qgis): Add button to reset processing menus in config dialog
- 01:42 PM Revision f64adb96 (qgis): Merge pull request #3412 from medspx/PyQtQFileDialogFix
- [PyQt] Add a lib2to3 custom fix to handle QFileDialog methods in PyQt5
- 12:59 PM Revision e110ba7d (qgis): [FEATURE] Add linear referencing functions to expression engine
- Adds new functions
- line_interpolate_point: interpolates a point by a given distance
along a linestring geometry
- l... - 12:48 PM Revision 409dfdf5 (qgis): [FEATURE] Expose GEOS linear referencing function to QgsGeometry
- Adds a new QgsGeometry::lineLocatePoint() function for
retrieving the distance along a linestring to the nearest
posi... - 10:35 AM Revision ee87b0db (qgis): [PyQt] Add a lib2to3 custom fix to handle QFileDialog methods in PyQt5
2016-08-20
- 12:57 AM Revision 1df84747 (qgis): [arcgisrest] Fix compilation issue with QgsDebugMsg not being defined
- 02:27 PM Revision 0725191c (qgis): Fix server compilation
- 01:16 PM Revision 1dd74e42 (qgis): Followup 1fda77c: Don't reference private headers in public ones
2016-08-19
- 10:36 PM Revision 6214dc11 (qgis): Disable PyQgsOfflineEditingWFS test on Travis
- The test regularly fails on unrelated commits.
Possible the test should be reworked to reuse the server
launching ro... - 04:53 PM Revision bcae877f (qgis): Fix doxygen
- 04:37 PM Revision 30b032ce (qgis): Small doc fix
- 04:36 PM Revision 11c626d8 (qgis): Add readOnly property to QgsVectorLayer
- 04:06 PM Revision 1fda77c7 (qgis): Private headers should not be installed
- 04:05 PM Revision 9050cc14 (qgis): Add == and != operator to QgsFeature and add QML bindings
- 03:03 PM Revision 24cc0e2f (qgis): [FEATURE]: possibility to segmentize feature info geometry in server
- 02:51 PM Revision 3a3b9ab7 (qgis): Followup fixup f10f4a5
- 02:50 PM Revision 6ae2daa1 (qgis): Respect the "showLabel" flag on attribute editor elements
- 02:50 PM Revision 1bd26f75 (qgis): [feature] Allow controlling labels for individual edit widgets
- In the drag and drop designer, a double click on an item will allow
controlling if the label should be shown for each... - 02:34 PM Revision 5067c3b9 (qgis): Fixup f10f4a5a12bd
- 02:24 PM Revision 08349385 (qgis): Respect the "showLabel" flag on attribute editor elements
- 02:23 PM Revision f10f4a5a (qgis): [feature] Allow controlling labels for individual edit widgets
- In the drag and drop designer, a double click on an item will allow
controlling if the label should be shown for each... - 10:13 AM Revision 50593f0e (qgis): [travis] Allow failing mac osx builds
- Seems to be a (temporary?) problem with sip in homebrew
- 10:11 AM Revision 9c4761c9 (qgis): Sort values in chained filter comboboxes (relation reference)
- Fix #15454
- 10:11 AM Revision e30ff624 (qgis): Improve wording
- Fix #15456
- 10:11 AM Revision 48445e74 (qgis): Hide invalid constraints label when it's unused
- Fix #15452
- 10:01 AM Revision 78845c69 (qgis): Improve wording
- Fix #15456
- 10:00 AM Revision 74cb4f6b (qgis): Sort values in chained filter comboboxes (relation reference)
- Fix #15454
- 09:53 AM Revision c4676710 (qgis): Merge pull request #3410 from m-kuhn/editformconfig-refactor
- Refactor edit form config
- 09:40 AM Revision f5ab36c4 (qgis): Improve wording
- Fix #15456
- 09:27 AM Revision 721d383b (qgis): Hide invalid constraints label when it's unused
- Fix #15452
- 09:27 AM Revision 78e8393f (qgis): Widget constraints: use field alias where available
- Fix #15455
- 09:23 AM Revision ecec1f05 (qgis): Hide invalid constraints label when it's unused
- Fix #15452
- 09:07 AM Revision 8fdfbd0f (qgis): Widget constraints: use field alias where available
- Fix #15455
- 09:03 AM Revision fd4fe836 (qgis): Doxymentation and sip bindings
- 09:03 AM Revision 633c1a3b (qgis): Create a default tab layout if none is configured
- 09:03 AM Revision 5c20f078 (qgis): Cleanup QgsEditFormConfig
- * It's now implicitly shared, meaning that changes to the config
can be supervised and a signal is sent from QgsVe...
2016-08-18
- 06:36 PM Revision 21325a2b (qgis): dxf export: avoid symbology scale 0 (fixes #14138)
- (cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c)
- 06:36 PM Revision 7b7a156f (qgis): dxf export: avoid symbology scale 0 (fixes #14138)
- (cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c)
- 06:36 PM Revision 72cbff91 (qgis): dxf export: avoid symbology scale 0 (fixes #14138)
- (cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c)
- 06:17 PM Revision 0a07fee1 (qgis): dxf export: avoid symbology scale 0 (fixes #14138)
- 04:01 PM Revision 36f7faa4 (qgis): debian packaging update
- (cherry picked from commit 127fb683b226908c4f34a78a8fa1e43965a51dfa)
- 03:59 PM Revision d6cc188c (qgis): debian packaging update
- (cherry picked from commit 127fb683b226908c4f34a78a8fa1e43965a51dfa)
- 03:58 PM Revision 127fb683 (qgis): debian packaging update
- 07:12 AM Revision 54fb32d0 (qgis): [travis] Allow failing mac osx builds
- Seems to be a (temporary?) problem with sip in homebrew
2016-08-17
- 06:07 PM Revision db94d34a (qgis): Remove mention of "panning" in the title as the frame is only about zoo...
- Unless the "zoom factor" option in the frame applies also to panning (or an upcoming option will refer to it), mentio...
- 05:18 PM Revision 2233cc11 (qgis): Replace obsolete QString::toAscii with QString::toLatin1
- 04:32 PM Revision b88d92df (qgis): ENH update readme
- 04:32 PM Revision 342fb040 (qgis): BUG NameError: name OTBSpecific_XMLcreation is not defined on exec
- 04:30 PM Revision 23208381 (qgis): ENH update for OTB 5.4
- 12:00 PM Revision 0269d053 (qgis): [travis] Explicitly install missing homebrew deps
- 09:04 AM Revision 7ce8b847 (qgis): fix repeated labels on curved lines when label width > repeat distance
- (cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58)
o - 09:04 AM Revision a79a5b1f (qgis): Make QgsVectorLayer uniqueValues/min/maxValue consider edits
- Previously these methods would inconsistently handle the
edit buffer, eg uniqueValues would consider changed attribut... - 08:58 AM Revision 1f4bf4e1 (qgis): Fix indentation
- 07:40 AM Revision 6e9e69f7 (qgis): fix repeated labels on curved lines when label width > repeat distance
- (cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58)
o - 07:39 AM Revision c58187cf (qgis): Make QgsVectorLayer uniqueValues/min/maxValue consider edits
- Previously these methods would inconsistently handle the
edit buffer, eg uniqueValues would consider changed attribut... - 07:39 AM Revision a1f8a595 (qgis): Don't crash raster shader with nan or inf values (fix #15444)
- (cherry-picked from 34ebe124ff62956095941b5bb76809c6ba4b1a0f)
- 07:39 AM Revision 0feca4ca (qgis): Fix some missing autoupdates for raster psuedo color widget
- (cherry-picked from b349eb8a982d762d399ad4c21e3214195e6cd778)
- 07:38 AM Revision 7e680b0f (qgis): fix repeated labels on curved lines when label width > repeat distance
- (cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58)
o - 07:38 AM Revision 7c4db385 (qgis): [FEATURE] Color dialog can be embedded in layer style panel
- Now clicking color buttons inside the layer style panel causes
the color picker dialog to be opened inside the style ... - 07:38 AM Revision 66da8cdb (qgis): Fix some missing autoupdates for raster psuedo color widget
- (cherry-picked from b349eb8a982d762d399ad4c21e3214195e6cd778)
- 07:38 AM Revision 511b8817 (qgis): Vertically stack the color widget when in dock mode
- 07:38 AM Revision f155f406 (qgis): [processing] If supported, use memory layers instead of shapefiles
- when writing to a temporary result
Avoids truncation of field names and other format specific
limitations
(cherry-p... - 07:38 AM Revision 686cdfca (qgis): [processing] Fix some potential errors in clip algorithm
- (cherry-picked from f9e10888cbf567b09d334b286c92c918f59c9bfe)
- 07:38 AM Revision 64b7defd (qgis): Make QgsVectorLayer uniqueValues/min/maxValue consider edits
- Previously these methods would inconsistently handle the
edit buffer, eg uniqueValues would consider changed attribut... - 07:38 AM Revision e37ffd01 (qgis): Don't crash raster shader with nan or inf values (fix #15444)
- (cherry-picked from 34ebe124ff62956095941b5bb76809c6ba4b1a0f)
- 07:38 AM Revision 9bd1e75a (qgis): New method to find parent QgsPanelWidget for a widget
- (cherry-picked from a2fe4c4f594e2e8d29de65f09271d148ac669028)
- 07:34 AM Revision 58ef3c75 (qgis): Add missing doc
- 07:16 AM Revision af094782 (qgis): Add isNumeric and QML bindings to QgsField
- 07:15 AM Revision de41c747 (qgis): Add isNumeric and QML bindings to QgsField
- 06:43 AM Revision 34e2bea2 (qgis): 'Using perimeter (curved)' labels on polygon layers will now respect 'S...
- 02:56 AM Revision 34ebe124 (qgis): Don't crash raster shader with nan or inf values (fix #15444)
- 02:56 AM Revision eb5cc0c7 (qgis): Add method to reset vector layer for data defined button
- 02:56 AM Revision b349eb8a (qgis): Fix some missing autoupdates for raster psuedo color widget
- 02:56 AM Revision d6b419ab (qgis): Simplify handling of composer data defined buttons
- 02:08 AM Revision 5e80bf58 (qgis): Avoid warning
2016-08-16
- 11:40 PM Revision f5b17159 (qgis): Merge pull request #3391 from nyalldawson/single_sided
- Single sided buffers
- 10:44 PM Revision d193574b (qgis): Fix doxygen warning
- 10:44 PM Revision 989d9864 (qgis): [FEATURE][processing] New algorithm for single sided buffers
- 10:43 PM Revision 298d0471 (qgis): [FEATURE] Expression functions for offset_curve and single_sided_buffer
- Especially useful with geometry generators!
- 10:43 PM Revision d008d31f (qgis): Fix potential crash when using default expression parameters
- 10:43 PM Revision e3f0d3d8 (qgis): [FEATURE] Expose GEOS single sided buffer through QgsGeometry
- Makes it easy for PyQGIS code to perform a single sided buffer
operation - 10:43 PM Revision 616a80f4 (qgis): Bump minimum GEOS version to 3.3
- 02:03 PM Revision 40b70a3d (qgis): Merge pull request #3326 from pvalsecc/perf
- Add heuristic to not simplify geometries for nothing
- 12:48 PM Revision 5ee97adc (qgis): Add heuristic to not simplify geometries for nothing
- Tested with a release binary and Swiss OSM roads in PostGIS at several zoom
levels (the higher, the less features), v... - 11:47 AM Revision cd4bc888 (qgis): Vertically stack the color widget when in dock mode
- 10:39 AM Revision ce133102 (qgis): Merge pull request #3392 from nyalldawson/processing_temp
- [processing] If supported, use memory layers instead of shapefiles
- 09:54 AM Revision 282f406e (qgis): Disable builtin pyyaml package with python 3
- It's not compatible
- 08:17 AM Revision 112df2f7 (qgis): in readme: addded geopackage as data source + macOS naming (#3394)
- Before this commit it was somehow implied that OS X is not an
UNIX platform when in fact it is. Also, starting with m... - 07:35 AM Revision 22be7eda (qgis): Merge pull request #3398 from nyalldawson/grad
- FEATURE: Open color dialog inside layer style panel
- 07:34 AM Revision a3149b14 (qgis): Merge pull request #3396 from nyalldawson/displace_widget
- Use panels for displacement renderer settings
2016-08-15
- 12:59 AM Revision 0f272354 (qgis): Python 3 update
- 12:07 AM Revision c3064389 (qgis): Fix cache size setting in options dialog
- The bug disabled network caching for all new QGIS installs...
- 11:57 PM Revision 50c35929 (qgis): Make QgsVectorLayer uniqueValues/min/maxValue consider edits
- Previously these methods would inconsistently handle the
edit buffer, eg uniqueValues would consider changed attribut... - 06:24 PM Revision bce5ed52 (qgis): exclude release name from version string (fixes #15258)
- (cherry picked from commit 1391aad2f713a796b0ac3d0c22bec6c1c7ada3bb)
- 06:23 PM Revision b2e74678 (qgis): debian packaging update
- (cherry picked from commit 977b5f2b8c9d5ee93e166a7c95f1f70fc2e800ec)
- 05:01 PM Revision 1391aad2 (qgis): exclude release name from version string
- 04:47 PM Revision 977b5f2b (qgis): debian packaging update
- 01:58 PM Revision 251fffa4 (qgis): fix layout
- 01:56 PM Revision c800ab46 (qgis): enable relation editor widget test on Qt5
- 01:41 PM Revision 866617cc (qgis): Merge pull request #3393 from nyalldawson/processing_translate
- [FEATURE][processing] New algorithm for translating (moving) points
- 01:06 PM Revision 4e82767f (qgis): Merge pull request #3366 from aaime/sld_filter_fix
- Do not generate a ogc:Filter where a ogc:Expression is expected.
- 11:58 AM Revision 1cb48ddd (qgis): Merge pull request #3384 from wonder-sk/fix-postgres-qt5
- Fix postgres pkey map in Qt5 (fixes #15223)
- 10:48 AM Revision ea4e5cb7 (qgis): additional fields should be placed at the end
- 10:48 AM Revision c2a23284 (qgis): Add provider test for postgres with compound key
- 10:04 AM Revision 5407ae8a (qgis): [FEATURE] Color dialog can be embedded in layer style panel
- Now clicking color buttons inside the layer style panel causes
the color picker dialog to be opened inside the style ... - 09:56 AM Revision a2fe4c4f (qgis): New method to find parent QgsPanelWidget for a widget
- 06:58 AM Revision 5d30b5f3 (qgis): Merge pull request #3390 from nirvn/raster_properties_fix_qt5
- fix crash when opening raster properties window under qt5
- 05:47 AM Revision 29766463 (qgis): [composer] Fix guide sizing under qt5 (fix #15432)
- 05:43 AM Revision 42ebb4f7 (qgis): Use panels for displacement renderer settings
- 04:00 AM Revision 2d191f66 (qgis): Implement move assignment operator for QgsExpressionContext
- 02:04 AM Revision 786b77a1 (qgis): Fix uninitialized members
2016-08-14
- 01:47 AM Revision 5f6dfaed (qgis): Remove QgsGeometry pointers from QgsGeometryAnalyzer
- 01:02 AM Revision 6d82cd63 (qgis): Fix leak caused by missing virtual destructor
- 12:31 AM Revision 2ca6992c (qgis): [oracle] Fix build warnings
- 06:50 AM Revision f9e10888 (qgis): [processing] Fix some potential errors in clip algorithm
- 06:36 AM Revision 0f268bf2 (qgis): [FEATURE][processing] New algorithm for translating (moving) points
- Allows geometries to be shifted by a x/y displacement
- 05:32 AM Revision 001ae44b (qgis): [processing] If supported, use memory layers instead of shapefiles
- when writing to a temporary result
Avoids truncation of field names and other format specific
limitations
2016-08-13
2016-08-12
- 08:06 PM Revision 7e37564e (qgis): Merge pull request #3378 from dakcarto/release-2_14-auth-reply-ows
- [auth] Reinstate auth system reply expansions for OWS providers
- 05:48 PM Revision 47421b2e (qgis): fixed failure to insert only one point
- Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
(cherry picked from commit 754ccefab... - 05:47 PM Revision dee03390 (qgis): fixed failure to insert only one point
- Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
(cherry picked from commit 754ccefab... - 05:47 PM Revision 934311e0 (qgis): fixed failure to insert only one point
- Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
(cherry picked from commit 754ccefab... - 03:08 PM Revision c2db70b3 (qgis): Stop the timer when the reply finish
- This should fix a few reported and unreported issues
with false positive timeout errors.
Fixes: #12243
(cherry-pic... - 02:57 PM Revision a064c0a1 (qgis): Stop the timer when the reply finish
- This should fix a few reported and unreported issues
with false positive timeout errors.
Fixes: #12243
(cherry-pic... - 02:46 PM Revision 377ff01f (qgis): Merge pull request #3389 from elpaso/timeout_fixes
- Stop the timer when the reply finishes
- 02:20 PM Revision ace9d2b0 (qgis): Stop the timer when the reply finish
- This should fix a few reported and unreported issues
with false positive timeout errors.
Fixes: #12243 - 12:44 PM Revision 1140437f (qgis): Do not generate a ogc:Filter where a ogc:Expression is expected. Fixes ...
- 11:36 AM Revision e2cacade (qgis): Merge pull request #3375 from 3nids/movetoolcad
- [FEATURE] Move feature now benefits from Advanced Digitizing
- 11:04 AM Revision 99ed7908 (qgis): rename enum to avoid confusion
- 10:43 AM Revision 24af5337 (qgis): followup c4dcfbfb9f8f62ff9445f23061a69daf4f70ada8
- 10:07 AM Revision c4dcfbfb (qgis): Fix closest segment for points (#3383)
- * Make closestSegment() behave as expected by QgsGeometry::closestSegmentWithContext
This fixes a bug that QgsPointL... - 10:04 AM Revision 915afcf8 (qgis): Merge pull request #3372 from anitagraser/patch-1
- [processing] fixed failure to insert only one point in Densify geometries alg
- 10:03 AM Revision 4ae7b6f8 (qgis): Merge pull request #3385 from nyalldawson/centrods
- [processing] Rework centroid algorithm to handle non-polygon layers
2016-08-11
- 12:01 AM Revision be3c780f (qgis): Make it work with Qt5 < 5.6
- 11:50 PM Revision e9423dc4 (qgis): [processing] Rework centroid algorithm to handle non-polygon layers
- The existing polygoncentroids algorithm has been deprecated
(and hidden from the toolbox), and a new, generic centroi... - 11:48 PM Revision d0faca16 (qgis): Merge pull request #3381 from nyalldawson/processing_layer
- [processing] Create vector files using default dataset/layer options
- 11:01 PM Revision 9bc61e77 (qgis): [processing] Create vector files using default dataset/layer options
- Fixes missing CRS when saving to GML (fix #14544)
- 05:23 PM Revision b6d03209 (qgis): Fix closest segment for points (#3383)
- * Make closestSegment() behave as expected by QgsGeometry::closestSegmentWithContext
This fixes a bug that QgsPointL... - 05:10 PM Revision 46f7c644 (qgis): Fix postgres pkey map in Qt5 (fixes #15223)
- Switching from QVariant to QVariantList solves the underlying Qt issue:
- comparison of QVariantList objects works fi... - 04:42 PM Revision 4597d28c (qgis): [pluginmanager] limit plugin icon maximum size to prevent breaking desc...
- (cherry picked from commit e60ed0511fcf52cc81821067f41e8023db0d1dfa)
- 03:19 PM Revision 7233d263 (qgis): remove extra includes
- 02:41 PM Revision 0af7cd32 (qgis): remove old code in comment (old QgsFeatureId class and 32bit IDs)
- 02:41 PM Revision 6e86a9a0 (qgis): debug output for QgsRelation::isValid()
- 12:21 PM Revision a72485cf (qgis): Merge pull request #3380 from nyalldawson/processing
- [processing] Offset curve follow ups
- 10:35 AM Revision 5025c828 (qgis): [processing] Expose buffer settings (cap/join style/mitre limit)
- Also make fixed distance buffer correctly handle null geometries
(copy the row as a geometryless row) - 10:30 AM Revision 8a31576d (qgis): Merge pull request #3379 from nyalldawson/processing
- [FEATURE][processing] New algorithm for offsetting lines
- 09:59 AM Revision 0a2b661e (qgis): Make QgsGeometry::offsetCurve handle multi* geometries
- 08:06 AM Revision af1fee52 (qgis): Move feature now benefits from Advanced Digitizing
- QgsMapToolMoveFeature now inherits QgsMapToolAdvancedDigitizing
this allows to specify distance, angles, complex and ...
2016-08-10
- 12:38 AM Revision 82f4a82c (qgis): [FEATURE][processing] New algorithm for offsetting lines
- 08:58 PM Revision 7ee55a78 (qgis): [pyqt5] Aliases for indistinguishable method overloads (#3099)
- See
https://www.riverbankcomputing.com/pipermail/pyqt/2016-May/037500.html - 08:36 PM Revision 3aff45cc (qgis): Fix db_manager
- 08:13 PM Revision 44d6d21a (qgis): Merge pull request #3374 from nirvn/label_repeat_improvement
- [pal] fix repeated labels on curved lines when label width > repeat distance
- 07:44 PM Revision 58ea2112 (qgis): Streamline expression context generation (#3350)
- * Save more data to QML
* Virtual fields
* Map tips
* Display expression
* Read only flag
* Streamline expressi... - 07:06 PM Revision 41225131 (qgis): Remove cryptic assert (was failing regularly; fixes #15418)
- (cherry picked from commit b1b439f5cc4f709db9839d0ab8209346defe4bb7)
- 05:06 PM Revision 5480a80b (qgis): [auth] Reinstate auth system reply expansions for OWS providers
- - Apparently this was lost during a git squash of commits for 2.12 PR
(Needs forward-ported to 2.16, master_2 and ma... - 03:28 PM Revision 90e41343 (qgis): [auth] Add missing auth system ui headers for external C++ apps
- (cherry-picked from f3e90f1d5a87b2a7c6c693aa8ba3eaad64161b1d)
- 03:26 PM Revision 597cfd31 (qgis): [auth] Add missing auth system ui headers for external C++ apps
- (cherry-picked from f3e90f1d5a87b2a7c6c693aa8ba3eaad64161b1d)
- 03:25 PM Revision f3e90f1d (qgis): [auth] Add missing auth system ui headers for external C++ apps
- 03:07 PM Revision 786a59cd (qgis): creatensis.pl: exclude point release component from path
- (cherry picked from commit 38229d3ef0db873d0fa434d9dd841533ab2792a0)
- 03:05 PM Revision 38229d3e (qgis): creatensis.pl: exclude point release component from path
- 02:45 PM Revision e3867832 (qgis): Remove duplicate example (#3360)
- 01:29 PM Revision f38856e7 (qgis): Merge pull request #3359 from jef-n/api-updates-v2
- Replace V2 in API
- 01:20 PM Revision db883d79 (qgis): Fix crash when clicking in empty relation editor
- 01:20 PM Revision ec3ea88e (qgis): Fix crash when clicking in empty relation editor
- 01:19 PM Revision a6bcd7b1 (qgis): Fix crash when clicking in empty relation editor
- 01:19 PM Revision 4267a196 (qgis): Fix crash when clicking in empty relation editor
- 12:33 PM Revision fb346ecf (qgis): fix repeated labels on curved lines when label width > repeat distance
- 12:12 PM Revision c24692cd (qgis): update after slot renames (followup 4cfacf1)
- 12:12 PM Revision b08a9e79 (qgis): rename test images
- 12:12 PM Revision 3f22a7a7 (qgis): another scripts/replacev2.sh with minor manual fixes
- 12:12 PM Revision f2d6209e (qgis): rename QgsAttributeTypeDialog::setWidgetV2Config & QgsAttributeTypeDial...
- 12:12 PM Revision 6306fb8a (qgis): replacev2.sh: add file renames
- 12:12 PM Revision d4bd1761 (qgis): fix PyQgsSymbolLayer test
- 12:12 PM Revision 2374f797 (qgis): TestQgsGeometry renames:
- lineStringV2() to lineString()
pointV2() to point()
polygonV2() to polygon() - 12:12 PM Revision eeebf4be (qgis): rename QgsComposerSymbolItem::symbolV2() to symbol()
- 12:12 PM Revision 4e8635b5 (qgis): rename QgsVectorLayerEditUtils::deleteVertexV2
- 12:12 PM Revision 39c4409c (qgis): remove deprecated stuff from QgsVectorLayer and editor widgets
- 12:12 PM Revision 20c803b5 (qgis): document api breaks by scripts/replacev2.sh
- 12:08 PM Revision 06886210 (qgis): scripts/replacev2.sh run
- 12:08 PM Revision 8a457443 (qgis): replacev2.sh: replace V2 classes and methods
- 12:07 PM Revision 8e7cbc42 (qgis): [FEATURE][processing] Point on surface algorithm
- (cherry-picked from 142de7cb08601c3262974cc74689372d4652198c)
- 11:47 AM Revision 66b0119c (qgis): [FEATURE][processing] New algorithm for geometry boundary
- (cherry-picked from ab022451a58196f2c96f6a0482e2155b5171bad5)
- 11:37 AM Revision 0815ddd7 (qgis): [FEATURE][processing] New algorithm for calculating feature bounding boxes
- (cherry-picked from bd8db5d156071b308f9e091bc444857424879f06)
- 11:22 AM Revision d5516fa7 (qgis): Merge pull request #3371 from nyalldawson/processing
- [processing] New algs + a fix
- 11:21 AM Revision 0a2dd938 (qgis): Merge pull request #3364 from nyalldawson/expression_dep
- Clean QgsExpression for 3.0
- 10:58 AM Revision 8249064d (qgis): Fix translation
- 09:56 AM Revision b2cfb197 (qgis): Fix doxygen warnings
- 09:56 AM Revision 90fd4d4e (qgis): Update TestQgsComposerLabel
- 09:56 AM Revision b160f101 (qgis): QgsExpression::setGeomCalculator now takes a pointer
- This allows the calculator to be cleared
- 09:56 AM Revision cd5f8131 (qgis): Standardise capitalisation in some QgsExpression methods
- 09:56 AM Revision a0360a64 (qgis): Remove substitution map from QgsExpression::replaceExpressionText
- Since expression context variables should now be used instead. Also
remove all the deprecated methods which relied on... - 09:55 AM Revision c39088ba (qgis): Remove deprecated QgsAttributeAction from sip bindings
- 09:55 AM Revision 2349a85a (qgis): Add missing variable help for @layout_page
- 09:55 AM Revision 7da81105 (qgis): Remove deprecated methods from QgsExpression
- Now all evaluate/prepare/etc methods must be called using QgsExpressionContexts
Also remove most remaining traces of... - 09:22 AM Revision 754ccefa (qgis): fixed failure to insert only one point
- Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
- 08:57 AM Revision 142de7cb (qgis): [FEATURE][processing] Point on surface algorithm
- 08:32 AM Revision ab022451 (qgis): [FEATURE][processing] New algorithm for geometry boundary
- 08:19 AM Revision 9e66e159 (qgis): [processing] Fix broken output of multipoint since WKB type merge
- 07:41 AM Revision bd8db5d1 (qgis): [FEATURE][processing] New algorithm for calculating feature bounding boxes
- 05:32 AM Revision 2b1d3b54 (qgis): Reset layers for each pal placement test, avoids all tests failing
- because of one
(cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad) - 05:32 AM Revision 9e965f4f (qgis): Fix "label only inside polygon" mode when used with perimeter placement
- The option was not working with perimeter placements as perimeter placements alter
the label feature geometry to be a... - 05:32 AM Revision 5ac4d0e5 (qgis): Make test layer comparison handle different order of features
- (cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0)
- 05:32 AM Revision 069ed71d (qgis): [processing] Fix multipart to singlepart handling of null geometry
- (cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910)
- 05:31 AM Revision e508ba25 (qgis): Add processing test .aux.xml to .gitignore
- (cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366)
- 05:31 AM Revision 1f48d8c5 (qgis): [processing] Use layer crs/fields instead of provider crs/fields
- Since the layer has more complete knowledge of the crs (ie, when
provider could not determine crs and user has select... - 04:23 AM Revision 024f6a06 (qgis): Reset layers for each pal placement test, avoids all tests failing
- because of one
(cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad) - 04:23 AM Revision c442a067 (qgis): Fix "label only inside polygon" mode when used with perimeter placement
- The option was not working with perimeter placements as perimeter placements alter
the label feature geometry to be a... - 04:23 AM Revision 183c53b3 (qgis): Make test layer comparison handle different order of features
- (cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0)
- 04:23 AM Revision c91790f1 (qgis): [processing] Fix broken multi field selection widget
- (cherry-picked from fda93dfc574a152be2509d7f370af073abd3ba37)
- 04:23 AM Revision 22a94064 (qgis): [processing] Fix multipart to singlepart handling of null geometry
- (cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910)
- 03:47 AM Revision 7790cc87 (qgis): Add processing test .aux.xml to .gitignore
- (cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366)
- 03:47 AM Revision 60175d71 (qgis): [processing] Use layer crs/fields instead of provider crs/fields
- Since the layer has more complete knowledge of the crs (ie, when
provider could not determine crs and user has select... - 02:33 AM Revision d1abecb5 (qgis): Label test mask updates
- (cherry-picked from 863c73db8f5ae5142808e56f184dfa290f6647f9)
- 02:33 AM Revision 666df2fe (qgis): Reset layers for each pal placement test, avoids all tests failing
- because of one
(cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad) - 02:33 AM Revision 8af8b29b (qgis): Fix warning
- 02:33 AM Revision 7c220086 (qgis): [pal] Only apply distance from line midpoint penalty to non closed line...
- Sponsored by Andreas Neumann
(cherry-picked from c3f720f80ba8df48a31502c1aee52c0aba2e30be) - 02:33 AM Revision a74dd611 (qgis): Further tweaks to line labeling, add tests
- Sponsored by Andreas Neumann
(cherry-picked from dc0cc32046dd3c168b86f9e4ca5c1e5f4f57f4fa)
o - 02:33 AM Revision 34d5f5a6 (qgis): [pal] Also prefer above -> below for parallel line placement
- (cherry-picked from 3b940fbbd0116f2855cac75909bb3ca35e623339)
- 02:33 AM Revision 02b3fb8b (qgis): Labeling tests
- (cherry-picked from 01e6c0498054b6db56262db3ad6b55b29bf389e7)
- 02:33 AM Revision 0123b7bd (qgis): Add missing sip binding
- (cherry-picked from 37ef6b80073a163b9c1ec040c59cc0a1cb83d72c)
- 02:33 AM Revision 0f0030ae (qgis): [pal] Improve line placement algorithm
- Avoid placing labels over jagged sections of lines
Sponsored by Andreas Neumann
(cherry-picked from 92ab671979d447b... - 02:33 AM Revision 871fdb2e (qgis): Slightly increase default maximum angles for curved labels
- The recent improvements to curve label rendering make this possible
(cherry-picked from 1b1db22a4dadd78b33274c79a97f... - 02:33 AM Revision 27a41681 (qgis): Default to follow placement alignment for labels
- (cherry-picked from dc9ed2b4b5f6a359c70a7bdcc45cb4e69f8090f8)
- 02:33 AM Revision f6519faa (qgis): Default to cartographic label placement for point layers
- It's much nicer than "around point"
(cherry-picked from 66d4af3922acbd3cdb1f0e25615fd01b5eeb3dee)
2016-08-09
- 12:16 AM Revision b3b372d9 (qgis): Bump default number of label candidates
- Results in much nicer label placement and little to no speed
regression in most cases
(cherry-picked from ed69bf26b2... - 12:15 AM Revision 4e69a3e0 (qgis): [pal] When labels can be placed both above and below the line, prefer a...
- (cherry-picked from 99521f456ab1a08a59913594a3d6280f780d8b5e)
- 12:15 AM Revision 93389a82 (qgis): Avoid labels being marked as overlapping obstacles when features
- neighbour each other
(cherry-picked from 655fc93cef99542738cf0eebd371222c35380c80) - 12:15 AM Revision 00e9c323 (qgis): [pal] Respect user set number of line candidates
- The number of positions used for generating line label candidates
was hardcoded and was not using the pal number of l... - 12:14 AM Revision 785f244b (qgis): Fix "label only inside polygon" mode when used with perimeter placement
- The option was not working with perimeter placements as perimeter placements alter
the label feature geometry to be a... - 12:09 AM Revision 644cbd95 (qgis): Make test layer comparison handle different order of features
- (cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0)
- 12:09 AM Revision e0d3bcb8 (qgis): [processing] Add tests for clip algorithm
- (cherry-picked from 2db7fca7a653a3d417b98d8236a10491ab97b0a5)
- 12:09 AM Revision 60d9a600 (qgis): [processing] Allow modification of feature request when using
- vector.features
Allows for optimising the request through subsets of attributes
or no geometry fetching
(cherry-pic... - 12:09 AM Revision bdd5321b (qgis): Fix expected test data
- (cherry-picked from 4bfdcf0927146759325d9c65ca358e1777c22d05)
- 12:09 AM Revision 7853aa18 (qgis): [FEATURE] Make processing dissolve algorithm accept multiple fields
- This allows you to dissolve based on more than one field value
(cherry-picked from bb54b4f41a726737d5d28a71632ed29a9... - 12:09 AM Revision fe6401e5 (qgis): [FEATURE] Optimise processing clip algorithm
- Before the algorithm was written to optimise clipping a few
features against thousands of mask features. The revised ... - 12:09 AM Revision 59895a82 (qgis): [processing] Use layer crs/fields instead of provider crs/fields
- Since the layer has more complete knowledge of the crs (ie, when
provider could not determine crs and user has select... - 12:09 AM Revision 3a78f9fc (qgis): [processing] Fix multipart to singlepart handling of null geometry
- (cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910)
- 12:09 AM Revision ebc4a742 (qgis): [processing] Add test for dissolve using field values
- (cherry-picked from ccfd4c36be2234c31980dc84a3711c525229b4f5)
- 12:09 AM Revision d9a1ce89 (qgis): Add processing test .aux.xml to .gitignore
- (cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366)
- 12:09 AM Revision 299037a0 (qgis): [FEATURE][processing] New algorithm for merging connected lines
- This algorithm joins all connected parts of MultiLineString
geometries into single LineString geometries.
If any par... - 12:09 AM Revision 4e41f1a7 (qgis): Improve polygon perimeter labeling
- This commit changes the way polygon perimeter labeling works.
Previously the polygon would be clipped to the view ext... - 12:09 AM Revision 5ab62a91 (qgis): [FEATURE] Label polygons using curved labels along perimeter
- This adds a new mode for labeling polygons, where the perimeter
of the polygon is labeled using curved labeling.
(ch... - 12:09 AM Revision 8c6f5fdf (qgis): [FEATURE] Expression function for calculating geometry boundary
- The new 'boundary(...)' function returns a geometry's topological
boundary, ie for polygons this is a multilinestring... - 12:09 AM Revision 240c1368 (qgis): Add method to QgsAbstractGeometryV2 for boundary
- Returns the closure of the combinatorial boundary of the
geometry (ie the topological boundary of the geometry).
For ... - 12:09 AM Revision 63f946ec (qgis): [FEATURE] API + expression function for merging linestrings
- Adds a new method to QgsGeometry for merging linestrings.
By passing a multilinestring, any connected lines will
be j... - 12:09 AM Revision c232d650 (qgis): [processing] Fix broken multi field selection widget
- (cherry-picked from fda93dfc574a152be2509d7f370af073abd3ba37)
- 10:45 AM Revision 56400b14 (qgis): [WFS] Fixes #15360 and other issues
- - fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in... - 10:24 AM Revision 5e71dfa4 (qgis): [WFS] Fixes #15360 and other issues
- - fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in... - 10:06 AM Revision 43274b11 (qgis): Merge pull request #3368 from elpaso/wfs_fixes
- Try to fix #15360
- 09:24 AM Revision f49bd5ca (qgis): [WFS] Fixes #15360 and other issues
- - fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in... - 08:55 AM Revision 863c73db (qgis): Label test mask updates
- 08:55 AM Revision 95ecdaf4 (qgis): Reset layers for each pal placement test, avoids all tests failing
- because of one
- 08:55 AM Revision c3f720f8 (qgis): [pal] Only apply distance from line midpoint penalty to non closed line...
- Sponsored by Andreas Neumann
- 08:55 AM Revision f9281865 (qgis): Fix warning
- 08:55 AM Revision 01e6c049 (qgis): Labeling tests
- 08:55 AM Revision 3b940fbb (qgis): [pal] Also prefer above -> below for parallel line placement
- 08:55 AM Revision dc0cc320 (qgis): Further tweaks to line labeling, add tests
- Sponsored by Andreas Neumann
- 08:55 AM Revision 37ef6b80 (qgis): Add missing sip binding
- 08:55 AM Revision 92ab6719 (qgis): [pal] Improve line placement algorithm
- Avoid placing labels over jagged sections of lines
Sponsored by Andreas Neumann - 08:55 AM Revision 66d4af39 (qgis): Default to cartographic label placement for point layers
- It's much nicer than "around point"
- 08:55 AM Revision dc9ed2b4 (qgis): Default to follow placement alignment for labels
- 08:55 AM Revision 1b1db22a (qgis): Slightly increase default maximum angles for curved labels
- The recent improvements to curve label rendering make this possible
- 08:55 AM Revision ed69bf26 (qgis): Bump default number of label candidates
- Results in much nicer label placement and little to no speed
regression in most cases - 08:55 AM Revision 99521f45 (qgis): [pal] When labels can be placed both above and below the line, prefer a...
- 08:55 AM Revision 655fc93c (qgis): Avoid labels being marked as overlapping obstacles when features
- neighbour each other
- 08:55 AM Revision 7797e80c (qgis): [pal] Respect user set number of line candidates
- The number of positions used for generating line label candidates
was hardcoded and was not using the pal number of l... - 08:55 AM Revision c234d80e (qgis): Fix "label only inside polygon" mode when used with perimeter placement
- The option was not working with perimeter placements as perimeter placements alter
the label feature geometry to be a... - 08:49 AM Revision b4fe9002 (qgis): [FEATURE] API to allow drag'n'drop of custom browser items
- QgsDataItem implementations may provide hasDragEnabled(), mimeUri()
and QgsCustomDropHandler implementation to deal w... - 06:12 AM Revision 50e4b063 (qgis): Implement provider side FilterFids iterators for OGR provider
- Makes some operations with OGR sources magnitudes faster, ie
zoom to 20 selected features in a 4 million point datase... - 05:31 AM Revision 005d4673 (qgis): Implement provider side FilterFids iterators for OGR provider
- Makes some operations with OGR sources magnitudes faster, ie
zoom to 20 selected features in a 4 million point datase... - 05:25 AM Revision 9dbd9696 (qgis): Implement provider side FilterFids iterators for OGR provider
- Makes some operations with OGR sources magnitudes faster, ie
zoom to 20 selected features in a 4 million point datase...
2016-08-08
- 12:18 AM Revision 2ea828e1 (qgis): globe: fix build
- 12:17 AM Revision 935cbf86 (qgis): fix disconnect (followup aceddae)
- 12:17 AM Revision 1dd8cc16 (qgis): fix 772f593
- 03:59 PM Revision 7c81384a (qgis): [QgsVectorFileWriter + OGR provider] Create Integer64 fields as Real fi...
- Fix #15405
- 03:54 PM Revision f8ede277 (qgis): [QgsVectorFileWriter + OGR provider] Create Integer64 fields as Real fi...
- Fix #15405
- 03:53 PM Revision 400a4d70 (qgis): [QgsVectorFileWriter + OGR provider] Create Integer64 fields as Real fi...
- Fix #15405
- 03:21 PM Revision a0e3e767 (qgis): [WFS provider] Succesfully analyze DescribeFeatureType response with <c...
- 03:12 PM Revision f17f6ac1 (qgis): [WFS provider] Succesfully analyze DescribeFeatureType response with <c...
- 03:11 PM Revision 4bcbc1e4 (qgis): [WFS provider] Succesfully analyze DescribeFeatureType response with <c...
- 12:53 PM Revision 23c83b1e (qgis): [processing] fix available inputs selection for multiple input
- 12:40 PM Revision 3461c7e1 (qgis): [processing] add missed multiple input parameter to modeler
- 11:21 AM Revision 313a049c (qgis): fix server build, follow up 772f59349e563357a4f38f92e734d31e67c94ec8 again
- sorry for the noise
- 10:37 AM Revision 5baa9a47 (qgis): fix build, follow up 772f59349e563357a4f38f92e734d31e67c94ec8
- 09:50 AM Revision 772f5934 (qgis): rename QgsComposerLegend::modelV2() to model()
- 09:10 AM Revision 820cc560 (qgis): remove deprecated private helpers QgsMapToolIdentify::convertMeasuremen...
- 09:10 AM Revision 6f51a13c (qgis): remove QgisInterface::actionLayerSelectionSaveAs
- this has been deprecated since 2.4 and returns null pointer since then.
did not write this in api_break to not overlo... - 08:34 AM Revision aa82141d (qgis): remove deprecated QgisInterface::fileMenu
2016-08-07
- 01:08 AM Revision b2cbef8b (qgis): Merge pull request #3361 from nyalldawson/color_dialog
- Remove QgsColorDialog, rename QgsColorDialogV2 to QgsColorDialog
- 03:19 AM Revision e7238960 (qgis): Remove unused QgsRendererV2DataDefinedMenus
- Was not exposed to python api, so not a PyQGIS api break
2016-08-06
- 05:24 AM Revision 26c1e09a (qgis): Remove QgsColorDialog, rename QgsColorDialogV2 to QgsColorDialog
- The last bits of missing functionality (handling native dialogs
and live updates) were ported across.
2016-08-05
- 01:06 AM Revision 28934561 (qgis): More comment updates
- 01:03 AM Revision 70eec9fc (qgis): Fix some comments
- 12:16 AM Revision 87733851 (qgis): Followup 19ab72c, add unit test
- Adds a unit test to ensure that all providers ignore invalid
ids when passed a FilterFids request.
Spoiler: they do - 08:54 PM Revision 1db19ce8 (qgis): Merge pull request #3356 from 3nids/remove_legendmodel
- remove QgsLegendModel
- 08:53 PM Revision bbb9b532 (qgis): remove QgsLegendModel
- 04:14 PM Revision e82ce54a (qgis): Don't rely on a particular order in filterFids tests (#3357)
- 03:48 PM Revision 885cc82c (qgis): [processing] more clean in QGIS algs
- 02:05 PM Revision acdde31b (qgis): [processing] more cleanups (follow up 06c4b07222)
- 01:51 PM Revision 45c8a094 (qgis): Merge pull request #3353 from nyalldawson/processing
- [Processing] QGIS alg cleanups
- 11:55 AM Revision 4c39bd12 (qgis): [processing] introduce OutputCrs output and add algorithms to get layer...
- 11:55 AM Revision 40de15cc (qgis): [processing] add missed CRS parameter to modeler (refs #11781)
- 11:14 AM Revision cb02b9f8 (qgis): [dbmanager] fix signal/slot connection
- (cherry picked from commit 2134112aab2defda41e8d16c3ddd27a17e66f553)
- 11:09 AM Revision 624142f4 (qgis): QgsExpression "round" don't convert to QVariant twice
- 09:45 AM Revision ab57541d (qgis): Merge pull request #3355 from 3nids/V2removal
- remove V2 in some classes
- 08:32 AM Revision acbf5cdd (qgis): renamed QgsSymbologyV2Conversion to QgsSymbologyConversion
- 08:22 AM Revision f2c3fb00 (qgis): renamed QgsSymbolLevelsV2Dialog to QgsSymbolLevelsDialog
- 08:22 AM Revision 275736de (qgis): removed V2 from QgsSymbolV2*
- 08:18 AM Revision c16d1393 (qgis): removed V2 from QgsSymbolLayerV2*
2016-08-04
- 12:16 AM Revision 19ab72c9 (qgis): Follow up 1f02fd
- 11:40 PM Revision 1f02fd49 (qgis): Implement provider side FilterFids iterators for OGR provider
- Makes some operations with OGR sources magnitudes faster, ie
zoom to 20 selected features in a 4 million point datase... - 10:31 PM Revision c1649ebe (qgis): [processing] pendingFields() -> fields()
- Does the same thing, but pendingFields() is ugly
- 10:28 PM Revision 06c4b072 (qgis): [processing] Use layer crs/fields instead of provider crs/fields
- Since the layer has more complete knowledge of the crs (ie, when
provider could not determine crs and user has select... - 10:09 PM Revision 00a8fea1 (qgis): Merge pull request #3351 from nyalldawson/feature_geom
- QgsFields cleanup
- 10:08 PM Revision ed4d34fd (qgis): QgsFields returns QgsField value instead of const references
- (since QgsField is implicitly shared)
- 10:08 PM Revision 4f3564cc (qgis): Avoid potential QgsFields detachments
- 10:08 PM Revision c40d6d3f (qgis): Add missing docs
- 10:07 PM Revision 967d37ad (qgis): QgsFeature::fields() returns a value, not a pointer
- Also remove all other QgsFields pointers and replace with
references/values, since QgsFields objects are implicitly s... - 06:32 PM Revision 23909a12 (qgis): Fix crashes when accessing null map layer renderer
- (obviously cached layers have null renderer)
Thanks @nyalldawson for tracking it down - 04:24 PM Revision 669ac1b5 (qgis): fix case
- 02:27 PM Revision 3e197ae7 (qgis): remove QgsColorButton in favor of V2
- 02:02 PM Revision 138e1139 (qgis): remove old folder
- 12:56 PM Revision e363d242 (qgis): Fix build
- 11:42 AM Revision 6436a75c (qgis): debian packaging update
- (cherry picked from commit aef87037254729583590102e86a59ea51262cf78)
- 11:40 AM Revision 262c93c7 (qgis): debian packaging update
- (cherry picked from commit aef87037254729583590102e86a59ea51262cf78)
- 11:38 AM Revision aef87037 (qgis): debian packaging update
- 11:12 AM Revision 5dba2e6d (qgis): [processing] always use user-defined default folder for scripts/models
- (cherry picked from commit 48cca3bc12e874d681669b47ce2ee24b96baa4de)
Conflicts:
python/plugins/processing/modeler/A... - 09:10 AM Revision bb79d13e (qgis): Remove deprecated Qgis::WKBType and API cleanup (#3325)
- * Remove deprecated Qgis::WKBType and API cleanup
Renames QgsWKBTypes to QgsWkbTypes
Replaces usage of the enums:
... - 06:33 AM Revision 982eaa5b (qgis): Don't show scrollbar in embedded drag and drop designer form
Also available in: Atom