Activity

From 2019-01-21 to 2019-02-19

2019-02-19

10:33 PM Revision ef912d27 (qgis): Fix advanced digitizing display for rotated map canvas
J. Dugge
09:06 PM Revision c88e7ab0 (qgis): Merge pull request #9162 from luipir/rasterSLD_export_backport-3_4
Backport of Add SLD 1.0 export for rasters Luigi Pirelli
08:41 PM Revision 1d8bd004 (qgis): [grass7] Make it easier to subclass "Grass7AlgorithmProvider"
After @Nyalldawson suggestion [1], we've implemented a Processing plugin
that exposes a GRASS Addon [2]. In order to ...
Panagiotis Mavrogiorgos
08:41 PM Revision 06fab909 (qgis): add some optional flags in make_polygon expression
Etienne Trimaille
08:40 PM Revision 26555358 (qgis): Add API for QgsSpatialIndex to optionally store feature geometries
This potentially avoids a second expensive feature request after
building a spatial index and later needing to re-req...
Nyall Dawson
08:40 PM Revision c8a4dff4 (qgis): Add maximum search distance parameter to QgsSpatialIndex::nearestNeighbor
Nyall Dawson
08:40 PM Revision 362ba02a (qgis): When a QgsSpatialIndex is storing feature geometry, then
nearestNeighbor search performs an EXACT nearest neighbour search,
instead of just a nearest-neighbour-by-bounding-bo...
Nyall Dawson
08:40 PM Revision 67374805 (qgis): Mark private dox as private
Nyall Dawson
08:39 PM Revision 68b46027 (qgis): layer_property expression function should use proper layer metadata
for return values where available
...instead of the older, server-specific properties
This affects:
- layer_proper...
Nyall Dawson
08:39 PM Revision b06f00d0 (qgis): Fix dox test
Nyall Dawson
08:39 PM Revision eb335c39 (qgis): [processing] Set full context for QgsProcessingAlgorithmConfigurationWi...
Nyall Dawson
08:39 PM Revision 892224c6 (qgis): Minor refactoring
Nyall Dawson
08:39 PM Revision 6021683c (qgis): Capitalization
Nyall Dawson
08:39 PM Revision 346f3354 (qgis): [processing] Expose correct expression context in Refactor fields alg
Nyall Dawson
08:39 PM Revision 521ebdc9 (qgis): [processing] Wrappers built off old API can still take advantage of the...
Nyall Dawson
08:39 PM Revision 24529b19 (qgis): [processing] Add API to set contexts for QgsProcessingAlgorithmConfigur...
Nyall Dawson
08:39 PM Revision 9df7b2a0 (qgis): [processing] Correctly expose full expression context to Filter Feature...
configuration widget in modeler
Allows filters to be built (in the GUI) using context related variables
and function...
Nyall Dawson
08:39 PM Revision 69c70314 (qgis): Auto set algorithm linked to newly created QgsProcessingAlgorithmConfig...
Nyall Dawson
08:39 PM Revision f620adcb (qgis): Capitalization
Nyall Dawson
07:56 PM Revision 92e7faab (qgis): dwg/dxf import: fix angle and alignment handing of (m)texts
Jürgen Fischer
07:56 PM Revision 355deb59 (qgis): dwg import: fix exception (fixes #21177)
Jürgen Fischer
07:56 PM Revision fd15c3e5 (qgis): dwg import: handle wrong hatch interpretation (refs #20392)
Jürgen Fischer
07:56 PM Revision b8c727f1 (qgis): dwg import: force polyline and hatch/ring continuity
Jürgen Fischer
07:56 PM Revision fec20ae0 (qgis): dwg import: less noisy noise reduction
Jürgen Fischer
07:56 PM Revision 3aa2d9ff (qgis): dwg import: catch spline misinterpretation (fixes #20392)
Jürgen Fischer
07:56 PM Revision 1a96982d (qgis): dwg import: fix handling of arc and splines in hatches
Jürgen Fischer
07:56 PM Revision e1562a7f (qgis): dwg import: support dxf encoding (fixes #15999)
Jürgen Fischer
07:56 PM Revision f12cac7c (qgis): dwg import: progress display
Jürgen Fischer
07:56 PM Revision d84c34e0 (qgis): dwg import: support nested blocks (refs #20392)
Jürgen Fischer
07:56 PM Revision 6090a932 (qgis): dwg import: less noisy debugging
Jürgen Fischer
07:56 PM Revision 0f6421df (qgis): dwg import: use Q_DECLARE_TR_FUNCTIONS in QgsDwgImporter
Jürgen Fischer
07:04 PM Revision d239ea2d (qgis): Fix unique values when generating a set of features
Alessandro Pasotti
06:45 PM Revision 0514df7e (qgis): Add safety guard when mDataProvider is not set
Marco Bernasocchi
06:39 PM Revision 4311a462 (qgis): Update src/app/qgsvectorlayerproperties.cpp
Co-Authored-By: m-kuhn <[email protected]> Harrissou Santanna
04:57 PM Revision 03cc355f (qgis): Catch exception from script and pipe it into feedback
Alessandro Pasotti
03:52 PM Revision 2a0994cf (qgis): Add links to all vector layer property pages
Also makes the preexisting link work when translation is enabled. Matthias Kuhn
03:52 PM Revision 7f95937e (qgis): Fix link to drag and drop designer help
Matthias Kuhn
03:40 PM Revision 11c9ce0c (qgis): Revert QStringLiteral
Alessandro Pasotti
03:36 PM Revision 7e008b25 (qgis): Update src/providers/ogr/qgsogrprovider.cpp
Co-Authored-By: elpaso <[email protected]> Matthias Kuhn
03:33 PM Revision adba08c8 (qgis): Update src/providers/ogr/qgsogrprovider.cpp
Co-Authored-By: elpaso <[email protected]> Matthias Kuhn
03:26 PM Revision f4548273 (qgis): Explain why the workaround for GPKG/SQLite is necessary
I've talked to Even for this one Alessandro Pasotti
02:56 PM Revision 5d7a7ac9 (qgis): Fix unique values on SQLite (OGR) pk
Alessandro Pasotti
02:55 PM Revision 818611cc (qgis): Fix renamed QgsVectorLayerUtils.QgsFeatureData
Alessandro Pasotti
02:48 PM Revision 1689c936 (qgis): Fix unique values on GPKG pk
Fixes #21311 Alessandro Pasotti
02:46 PM Revision 7fa9bc16 (qgis): Typo
Alessandro Pasotti
02:08 PM Revision 79490461 (qgis): Merge pull request #9195 from m-kuhn/fix-help-button-group
Fix link to drag and drop designer help Matthias Kuhn
01:59 PM Revision cc5256c1 (qgis): simplify split on comma
Julien Cabieces
12:50 PM Revision 223d26b0 (qgis): [themes] Slightly adjust padding of push buttons to match tool buttons
Mathieu Pellerin - nIRV
12:49 PM Revision 5297d83c (qgis): [themes] Slightly adjust padding of push buttons to match tool buttons
Mathieu Pellerin - nIRV
11:17 AM Revision 348e6837 (qgis): Fix docs for createFeatures
Alessandro Pasotti
11:07 AM Revision 21bfcfcc (qgis): [FEATURE][needs-docs] Add possbility to define one filter for several l...
Julien Cabieces
10:51 AM Revision 490c1fed (qgis): Rename QgsFeaturesData to QgsFeatureData and fix test case
Alessandro Pasotti
10:02 AM Revision ba3d9ed0 (qgis): Cache unique values when creating features
Fixes #21305 - pasting features is very slow
Aggressively optimize createFeature for speed
and introduces createFeat...
Alessandro Pasotti
09:56 AM Revision db4bf524 (qgis): Merge pull request #9192 from mhugo/backports
Backports Hugo Mercier
08:55 AM Revision 3e601813 (qgis): Add some missing variable help text
Nyall Dawson
08:26 AM Revision f2e745eb (qgis): Cache unique values in createFeature (~10x faster)
Alessandro Pasotti
03:55 AM Revision 342c093d (qgis): [processing] Use text file for input file list to gdal tile index alg
Avoids too long command being generated with many inputs
Fixes #21296
Nyall Dawson
03:55 AM Revision e5a416ea (qgis): [processing][gdal] Ensure no filename clashes occur in writeLayerParame...
Nyall Dawson
03:04 AM Revision f37d48f6 (qgis): keep comments when save as preset or file, remove lines starting by "--...
Etienne Trimaille

2019-02-18

09:14 PM Revision 1b228bb6 (qgis): Add some missing variable help text
Nyall Dawson
06:27 PM Revision 2e6005e8 (qgis): Update src/app/qgsvectorlayerproperties.cpp
Co-Authored-By: m-kuhn <[email protected]> Harrissou Santanna
05:45 PM Revision e19ba77e (qgis): Add links to all vector layer property pages
Also makes the preexisting link work when translation is enabled. Matthias Kuhn
04:57 PM Revision 6872ce7f (qgis): Merge pull request #9194 from wdedulle/master
Fix saga algorithm when QgsProcessingParameterMultipleLayers. Fixes #21264 Luigi Pirelli
04:41 PM Revision d7c93400 (qgis): Fix link to drag and drop designer help
Matthias Kuhn
04:15 PM Revision edbfb0a1 (qgis): #21264 bug in saga algorithm python
dulle droid
04:06 PM Revision e735d9fc (qgis): spellcheck
Alessandro Pasotti
03:21 PM Revision 8db38afb (qgis): Processing: fix crash in alg runner task with bad scripts
Fixes #21270
With test
Alessandro Pasotti
03:09 PM Revision c4ef7697 (qgis): Merge pull request #8876 from rldhont/server-wmts-utils-clean-34
Cleaning WMTS utils code [Server] René-Luc ReLuc
02:15 PM Revision 377040a2 (qgis): Merge pull request #9191 from elpaso/bugfix-21259-geomchecker-crash
Geom checker plugin: don't crash if feedback is 0x0 Alessandro Pasotti
12:18 PM Revision 1f08a061 (qgis): Geom checker plugin: don't crash if feedback is 0x0
Fixes #21259 Alessandro Pasotti
11:36 AM Revision 27ba7390 (qgis): QgsExpression: set setGeomCalculator precedence
setGeomCalculator, setDistanceUnits and setAreaUnits have now
precedence over expression scopes.
Hugo Mercier
11:36 AM Revision 61db8107 (qgis): Fix QgsExpressionNodeColumnRef::prepareNode
Look also for the attribute in the feature, as it is done by evalNode() Hugo Mercier
11:36 AM Revision aaed9ffa (qgis): Fix $length in labels (fixes #19355)
Use the project expression scope to access project
parameters (ellipsoid and distance/area units)
Hugo Mercier
11:21 AM Revision 13a127e6 (qgis): remove QgsOgrLayerItem::setCrs (overrided deprecated now unused method)
Jürgen Fischer
11:21 AM Revision f8e76db1 (qgis): translate all ziputils error messages and remove log tags
Jürgen Fischer
11:20 AM Revision 9efe4c5f (qgis): Merge pull request #9174 from pmav99/master
Add support for GRASS 76 on Mac Matthias Kuhn
10:16 AM Revision 78d83570 (qgis): Merge pull request #9177 from mbernasocchi/master
Give more information when errors opening zip happens Matthias Kuhn
08:56 AM Revision 5ced04e4 (qgis): [ogr] Read Geopackage layer identifier and description into QGIS
layer metadata automatically
Fixes #21293
Nyall Dawson
07:39 AM Revision a643c87e (qgis): Fix capitalsation
Marco Bernasocchi

2019-02-17

08:03 PM Revision 12c660a5 (qgis): Merge pull request #9185 from alexbruy/fix-paste
fix pasting features into vector layer from clipboard (fix #21154) Alexander Bruy
04:35 PM Revision b711ef01 (qgis): Merge pull request #9184 from cjmayo/xmlpatterns
Remove unused Qt5XmlPatterns dependency Matthias Kuhn
08:36 AM Revision b2ee8c06 (qgis): fix pasting features into vector layer from clipboard (fix #21154)
(cherry picked from commit b38b39cb43bffa80687a4742c3d7ef0f390eaeed) Alexander Bruy

2019-02-16

09:01 PM Revision fb798263 (qgis): Remove unused Qt5XmlPatterns dependency
QtXmlPatterns includes were deleted here:
https://github.com/qgis/QGIS/commit/2eb82430bbdb02b0789b3ffe80d5b6fd747fa8c...
Chris Mayo
08:25 AM Revision 6b7ba0d4 (qgis): Merge pull request #9179 from elpaso/server-tiny-improvements
Server tiny improvements Alessandro Pasotti
08:24 AM Revision 2c25c3d0 (qgis): Merge pull request #9181 from elpaso/bugfix-21287-rule-based-double-else2
Rule based renderer: check for scale in rulesForFeature Alessandro Pasotti
03:16 AM Revision cb3e9094 (qgis): Enable html5 local storage for qgsexternalresourcewidget and maptips
Tudor Bărăscu
03:16 AM Revision 934f706a (qgis): Do not remove parameters from virtual methods which should be used in p...
These methods did not actually override their parent methods but just coexisted and were never called.
Fixes compila...
Matthias Kuhn

2019-02-15

12:00 AM Revision ef508c05 (qgis): Expand ZipItem in foreground (fixes #21268)
(cherry picked from commit 407adc761ebe224a2d72df65551cdcf2addf1735) Jürgen Fischer
11:24 PM Revision 407adc76 (qgis): Expand ZipItem in foreground (fixes #21268)
Jürgen Fischer
05:12 PM Revision 091eeb2c (qgis): Rule based renderer: check for scale in rulesForFeature
... when context is not nullptr, also don't crash if it is
With tests
Fixes #21287
Alessandro Pasotti
04:11 PM Revision 550a010a (qgis): german translation update
Jürgen Fischer
12:10 PM Revision 53a14e24 (qgis): Server: better formatting when logging request params
Alessandro Pasotti
12:09 PM Revision 6a81d2da (qgis): Remove server unused/unimplemented option Allow Request Defined DataSou...
Alessandro Pasotti
10:26 AM Revision 7980cef1 (qgis): Merge pull request #9176 from tudorbarascu/allow_localstorage
Enable HTML5 local storage for qgsexternalresourcewidget and maptips Luigi Pirelli
07:24 AM Revision 71bdc319 (qgis): Fix pasting linestring into polygon layer should auto convert to polygon
(And polygon->lines, lines->points, polygon->points, etc)
Fixes #21213
Nyall Dawson
01:57 AM Revision 7b977233 (qgis): [vertex tool] do not clear selection of vertices after a move
The list of selected vertices was getting prematurely cleared.
Also had to remove a piece of code to select some ver...
Martin Dobias
01:57 AM Revision 312d1439 (qgis): Add #spellok for a false positive in spelling test
Martin Dobias
01:57 AM Revision 36e02339 (qgis): Fix tests
Martin Dobias
01:57 AM Revision f445c26f (qgis): Small code cleanup to warm up
Martin Dobias
01:57 AM Revision 64482ae1 (qgis): [vertex tool] add new vertex without moving it (shift+double click)
Obviously this is something that some people find useful, but because
it is not so common it uses shift modifier.
Martin Dobias
01:57 AM Revision 9195314f (qgis): [vertex tool] "current layer" mode default + locked feature improvements
When a feature is locked:
- vertex tool will not highlight other features
- vertex tool will not allow selection of v...
Martin Dobias
01:57 AM Revision e1419af6 (qgis): Make coverage test happy
Martin Dobias
01:57 AM Revision 19ff6829 (qgis): [vertex tool] right-click to loop through editable features
Until now mouse right-click could only select and deselect the highlighted
feature to "lock" vertex tool (and numeric...
Martin Dobias
01:57 AM Revision e86785d0 (qgis): Improvements to the right-click behavior to pick locked feature
- unlock feature on right-click in an empty area
- allow selection of locked feature by right-click on polygon interi...
Martin Dobias

2019-02-14

04:01 PM Revision 3ef16054 (qgis): Avoid undefined behaviour with signed integer overflow
Hugo Mercier
02:34 PM Revision 9ed5b3f8 (qgis): Merge pull request #9063 from mhugo/fix_19355
Fix $length in labels Hugo Mercier
01:40 PM Revision e4288e5d (qgis): QgsExpression: set setGeomCalculator precedence
setGeomCalculator, setDistanceUnits and setAreaUnits have now
precedence over expression scopes.
Hugo Mercier
01:40 PM Revision 80919669 (qgis): Fix $length in labels (fixes #19355)
Use the project expression scope to access project
parameters (ellipsoid and distance/area units)
Hugo Mercier
01:40 PM Revision ee980ca0 (qgis): Fix QgsExpressionNodeColumnRef::prepareNode
Look also for the attribute in the feature, as it is done by evalNode() Hugo Mercier
01:14 PM Revision af4ee04f (qgis): Give more information when errors opening zip happens
Marco Bernasocchi
08:25 AM Revision 24c09d16 (qgis): Merge pull request #9170 from elpaso/bugfix-21254-load-style-from-db
[ogr] Show style description instead of name in other styles Alessandro Pasotti
06:46 AM Revision 65a54fed (qgis): Enable html5 local storage for qgsexternalresourcewidget and maptips
Tudor Bărăscu
06:36 AM Revision 3ceea2a0 (qgis): [processing] Add alg descriptions as comments when converting models to...
Makes for easier to understand scripts Nyall Dawson
06:36 AM Revision 7418c189 (qgis): [processing] Also generate friendly names for outputs when converting m...
Nyall Dawson
06:36 AM Revision d342ce93 (qgis): [processing] When converting models to Python, use friendlier (more
descriptive) names when storing child algorithm results
Makes for much easier to understand scripts
Nyall Dawson

2019-02-13

11:32 PM Revision 5c97d22b (qgis): [grass7] Add support for GRASS 76 on Mac too.
This is a continuation of 8db3dead87e385f2798356d1c3048d2b7df73efd Panos Mavrogiorgos
06:52 PM Revision a2bf5cce (qgis): try to reset script path pointing to the current setting path
Luigi Pirelli
06:28 PM Revision 62111b99 (qgis): Fix test
Alessandro Pasotti
04:24 PM Revision dabd649a (qgis): Merge pull request #9164 from elpaso/bugfix-21227-layer-rename-styles
Fix GPKG layer rename styles in browser Alessandro Pasotti
03:11 PM Revision 767fc059 (qgis): Remember last used source in load styles dialog
... just a tiny UX improvement Alessandro Pasotti
03:09 PM Revision 3e041b3a (qgis): [ogr] Show style description instead of name in other styles
Fixes #21254 Alessandro Pasotti
12:49 PM Revision 8639bcf8 (qgis): [db-manager] Use QgsDataItem implementation for GPKG layer rename
- Removes code duplication
- Uses a tested and robust implementation (from OGR)
- Takes care of renaming QGIS styles
...
Alessandro Pasotti
10:50 AM Revision 78639f03 (qgis): [QgsQuick] Feature form improvements
Changes are related to following widgets used in the FeatureForm:
Checkbox:
* fixed old import of QgsQuick
* changed...
Viktor Sklencar
10:50 AM Revision 88afe751 (qgis): Some changes of widgets after review:
PhotoPanel: added focus
TextEdit: Fixed references for edit widget and removed redundant empty lines and properties, ...
Viktor Sklencar
10:17 AM Revision fc8fd1e2 (qgis): [processing] When converting models to python, correctly use a
multi-step feedback object to give scripts accurate progress reports
And also add in checks for cancelation between ...
Nyall Dawson
09:08 AM Revision 0d178aa8 (qgis): Fix build on xenial (Qt 5.5)
Jürgen Fischer
06:56 AM Revision faf8c91d (qgis): [themes] Add minimum width for QPushButton widgets (fix tiny raster cal...
Mathieu Pellerin - nIRV
06:55 AM Revision 1e431f20 (qgis): [themes] Add minimum width for QPushButton widgets (fix tiny raster cal...
Mathieu Pellerin - nIRV

2019-02-12

12:27 AM Revision a61abe5b (qgis): [postgis] Fix creation of new Z/M enabled, curved geometry type layers
(cherry picked from commit 07746dbc0e5b34e31e85e944fc6f53113721a696) Nyall Dawson
12:27 AM Revision 05dd5f19 (qgis): Fix some missing expression context variables in processing expression ...
(cherry picked from commit 60a1d6306fe75c84374d88f0e5fab3731d569097) Nyall Dawson
12:27 AM Revision 78a35568 (qgis): [processing] Correct order of expression scopes in widget wrapper expre...
(cherry picked from commit 2180b63e355436ea721becee3fb0f79ce47dbe28) Nyall Dawson
11:47 PM Revision 76b7bcef (qgis): Try to fix astyle errors
Nyall Dawson
10:59 PM Revision 2180b63e (qgis): [processing] Correct order of expression scopes in widget wrapper expre...
Nyall Dawson
10:59 PM Revision 493aed58 (qgis): API tweak
Nyall Dawson
10:59 PM Revision 493185c6 (qgis): Astyle
Nyall Dawson
10:59 PM Revision 85b51677 (qgis): Fix build
Nyall Dawson
10:59 PM Revision 29fa7b6e (qgis): Fix build, indentation
Nyall Dawson
10:59 PM Revision e533a407 (qgis): [processing] Expose some model related variables to expressions
run inside models
Allows expressions to access important variables like the current
model path
Nyall Dawson
10:59 PM Revision 60a1d630 (qgis): Fix some missing expression context variables in processing expression ...
Nyall Dawson
10:59 PM Revision 6648a955 (qgis): Fix test
Nyall Dawson
10:59 PM Revision 69f45e38 (qgis): Refactor QgsExpressionContext and move QgsExpressionContextUtils
out to its own header
Avoids slow recompilation caused by changes to the frequently
modified QgsExpressionContextUti...
Nyall Dawson
10:59 PM Revision d281c8ae (qgis): Fix build
Nyall Dawson
10:09 PM Revision 43512d56 (qgis): [quick] Improve map settings flags for canvas
- labeling engine settings from project were not being applied
- enable simplification of geometries (faster map rend...
Martin Dobias
10:09 PM Revision 6fab904c (qgis): Fix tests due to updated tolerance
Martin Dobias
10:09 PM Revision 673d4949 (qgis): [quick] Fix identify: give priority to points (and lines)
Without priority for points (and lines) it is otherwise very difficult
to identify them on top of polygons or difficu...
Martin Dobias
08:33 PM Revision f95d3235 (qgis): Merge pull request #9156 from nyalldawson/fix_21188_render_cats
[categorized] Fix blank layers when using categorized renderer Nyall Dawson
08:32 PM Revision 07746dbc (qgis): [postgis] Fix creation of new Z/M enabled, curved geometry type layers
Nyall Dawson
07:37 PM Revision 61d361d6 (qgis): GPKG: Rename styles when layers are renamed
Partially fixes #21227
TODO:
- DB manager
- Other providers
Alessandro Pasotti
06:25 PM Revision 287a3b0e (qgis): Renamed test db for consistency
(minor change) Alessandro Pasotti
11:33 AM Revision dee218ba (qgis): Use cache for sld layers if they use NamedLayer / NamedStyle
Marco Hugentobler
10:57 AM Revision 754b2e76 (qgis): adapted to 3.4 API
Luigi Pirelli
10:23 AM Revision 6d5d7c59 (qgis): document API change from 3.4.5
Luigi Pirelli
10:18 AM Revision 210dbc16 (qgis): typo and rephrased
Luigi Pirelli
10:18 AM Revision 6ea9ff07 (qgis): better a static list to avoid set at every call
Luigi Pirelli
10:18 AM Revision 63fae809 (qgis): spellechck do warning if htmls tags in methoid description => fail travis
Luigi Pirelli
10:18 AM Revision 57440ea5 (qgis): typo
Luigi Pirelli
10:18 AM Revision fede75f0 (qgis): fixed spellcheck
Luigi Pirelli
10:18 AM Revision 67599c47 (qgis): let travis happy
Luigi Pirelli
10:18 AM Revision d285e470 (qgis): removed unuseful parentheses and removed default
Luigi Pirelli
10:18 AM Revision fe8be680 (qgis): removed default and managed UserDefinedEnhancement as not implemented
Luigi Pirelli
10:18 AM Revision 7a1e6984 (qgis): typo
Luigi Pirelli
10:18 AM Revision 4d5062a6 (qgis): better English formed message
Co-Authored-By: luipir <[email protected]> Nyall Dawson
10:18 AM Revision 24a74d1a (qgis): typo + #if 0 for todo code
Luigi Pirelli
10:18 AM Revision 39c65481 (qgis): removed unuseful parentheses + removed default + forgot an enum
Luigi Pirelli
10:18 AM Revision 53ec2cfc (qgis): better use qgsDoubleNear
Luigi Pirelli
10:14 AM Revision d2b2b2ee (qgis): removed default in switch
Luigi Pirelli
10:14 AM Revision be6968ec (qgis): removed default and manage forgot enum
Luigi Pirelli
10:14 AM Revision a5866dfa (qgis): back to a more safe const method
Luigi Pirelli
10:14 AM Revision ee18eb56 (qgis): back to const methods
Luigi Pirelli
10:14 AM Revision 938e8d5c (qgis): translated error message
Luigi Pirelli
10:14 AM Revision 8f75b159 (qgis): \#if 0 instead of comment
Luigi Pirelli
10:14 AM Revision 6af1d3fe (qgis): use qgsDoubleNear to avoid precision errors
Luigi Pirelli
10:14 AM Revision d49524cc (qgis): AStyle
Luigi Pirelli
10:13 AM Revision b4faa0dc (qgis): use QgsFileUtils::ensureFileNameHasExtension instead
Luigi Pirelli
10:13 AM Revision 700f5b33 (qgis): Added SLD 1.0 export for rasters
Luigi Pirelli
09:29 AM Revision 0c68668b (qgis): Fix fragile test
(cherry picked from commit 2e20f13279e4184d892976099c883afb3756a026) Nyall Dawson
07:48 AM Revision 2e20f132 (qgis): Fix fragile test
Nyall Dawson
07:36 AM Revision 197625d7 (qgis): [memory] Fix inefficient memory feature iteration when using a FilterFi...
The request was not being handled correctly by the provider, resulting
in the provider iterating through every featur...
Nyall Dawson
07:36 AM Revision a2b5ee9d (qgis): Fix QgsFieldExpressionWidget doesn't correctly emit signals when
clearing the current expression/field
(cherry picked from commit 6f6d562ec8da11dcb766755adbbd40df747ae9fc)
Nyall Dawson
07:36 AM Revision 72d6cbf5 (qgis): [processing] Fix incorrect parameter definition used when evaluating
parent layer parameter in the gui for dynamic properties data defined
buttons
(cherry picked from commit d3bd1370d6b...
Nyall Dawson
07:36 AM Revision 05933ef0 (qgis): [processing] More responsive cancelation for dissolve algorithm
(cherry picked from commit 916805cf0479e7e972e28fef9c3632aafe80b06c) Nyall Dawson
07:36 AM Revision 082ebd07 (qgis): [memory] Optimise iteration, avoid multiple map lookups and an unnecess...
(cherry picked from commit 51a49812373ae1b38064af33e7a56a49d5a3329e) Nyall Dawson
07:36 AM Revision 7830cc74 (qgis): [processing] Field calculator algorithms should not force an upper limit
on string field lengths
Don't hold back the algorithms because of outdated format limitations!
(cherry picked from ...
Nyall Dawson
07:36 AM Revision fa1b5105 (qgis): API tweaks
(cherry picked from commit 9a75976ca45c5a2aea9b017bded2ea481f072094) Nyall Dawson
04:37 AM Revision 7714bfbf (qgis): [categorized] Fix blank layers when using categorized renderer
Fixes #21188 Nyall Dawson
04:01 AM Revision 51a49812 (qgis): [memory] Optimise iteration, avoid multiple map lookups and an unnecess...
Nyall Dawson
04:01 AM Revision 6fb7856b (qgis): [memory] Fix inefficient memory feature iteration when using a FilterFi...
The request was not being handled correctly by the provider, resulting
in the provider iterating through every featur...
Nyall Dawson
03:58 AM Revision d614ff39 (qgis): [processing] Field calculator algorithms should not force an upper limit
on string field lengths
Don't hold back the algorithms because of outdated format limitations!
Nyall Dawson
03:58 AM Revision 916805cf (qgis): [processing] More responsive cancelation for dissolve algorithm
Nyall Dawson
03:56 AM Revision 2e116b6f (qgis): [ui] Harmonize 2D/3D map view toolbars
Mathieu Pellerin - nIRV
03:55 AM Revision e8333603 (qgis): [ui] Harmonize 2D/3D map view toolbars
Mathieu Pellerin - nIRV
03:51 AM Revision 1efb96b7 (qgis): Some tweaks on translatable strings
Harrissou Santanna
03:51 AM Revision e24403da (qgis): Remove trailing space
Harrissou Santanna

2019-02-11

10:18 PM Revision 6f6d562e (qgis): Fix QgsFieldExpressionWidget doesn't correctly emit signals when
clearing the current expression/field Nyall Dawson
10:18 PM Revision 2729af65 (qgis): [processing] Port expression widget wrapper to new API
Fixes confusing expression parameter definitions in modeler
child algorithms (there's no direction as to what the
wid...
Nyall Dawson
10:18 PM Revision d3bd1370 (qgis): [processing] Fix incorrect parameter definition used when evaluating
parent layer parameter in the gui for dynamic properties data defined
buttons
Nyall Dawson
10:18 PM Revision 9a75976c (qgis): API tweaks
Nyall Dawson
10:04 PM Revision 2a917f4c (qgis): Merge pull request #9049 from luipir/rasterSLD_export
Add SLD 1.0 export for rasters Luigi Pirelli
07:27 PM Revision fa3bfddf (qgis): [processing] Simplify algorithm should not run validity checks on geome...
Simplify (by its intrinsic nature) can output invalid geometries,
and its processing is not affected by the presence ...
Nyall Dawson
07:27 PM Revision f4866402 (qgis): [processing] Buffer algorithm should always export multipolygon layers
We can never predict when a buffer will create a multipolygon output
(e.g. for negative buffer sizes), so ALWAYS expo...
Nyall Dawson
07:27 PM Revision 4d12465b (qgis): [processing] Ensure that distance inputs become expression variables fo...
(cherry picked from commit 7e106ef4b78c094a21738f91cdc41bb208f39f91) Nyall Dawson
01:58 PM Revision 4be150c5 (qgis): Don't hard-code black and gray for layer tree items' text color
Mathieu Pellerin - nIRV
01:57 PM Revision f8f701c3 (qgis): [ui] Harmonize CAD panel by using toolbar (fixes hidpi et cie)
Mathieu Pellerin - nIRV
11:24 AM Revision 89bce696 (qgis): [ui] Harmonize CAD panel by using toolbar (fixes hidpi et cie)
Mathieu Pellerin - nIRV
10:28 AM Revision 8b8e6b81 (qgis): osgeo4w: run python scripts with python3 (fixes #20870)
(cherry picked from commit b6293f23c8c54602f668f980f50d76ef09271e8a) Jürgen Fischer
10:28 AM Revision 69e54150 (qgis): osgeo4w: fix b6293f23c8c (fixes #21210)
(cherry picked from commit eea4eda6a35f1a06f84f198249b51b169144c46f) Jürgen Fischer
06:06 AM Revision 89532575 (qgis): [ui] Harmonize the style dock warning label alignment by centering it
Mathieu Pellerin - nIRV
06:06 AM Revision e4feb322 (qgis): [ui] Harmonize the style dock warning label alignment by centering it
Mathieu Pellerin - nIRV
05:34 AM Revision cf687838 (qgis): [themes] Fix missing focus hint for slider widgets
Mathieu Pellerin - nIRV
05:34 AM Revision e41ff7b7 (qgis): [themes] Fix missing focus hint for slider widgets
Mathieu Pellerin - nIRV
05:29 AM Revision 6d0de1c0 (qgis): [themes] Fix style of line edit within combo box
Mathieu Pellerin - nIRV
05:28 AM Revision d1e5d6ef (qgis): [themes] Fix style of line edit within combo box
Mathieu Pellerin - nIRV
05:14 AM Revision 99a708eb (qgis): [themes] Properly style table/list view headers
Mathieu Pellerin - nIRV
05:14 AM Revision 06471885 (qgis): [themes] Properly style table/list view headers
Mathieu Pellerin - nIRV
04:26 AM Revision 81637a54 (qgis): [themes] Scroll bar handle can go MIA, add minimum width/height
Mathieu Pellerin - nIRV
04:25 AM Revision b080ab54 (qgis): [themes] Scroll bar handle can go MIA, add minimum width/height
Mathieu Pellerin - nIRV

2019-02-10

09:31 PM Revision eea4eda6 (qgis): osgeo4w: fix b6293f23c8c (fixes #21210)
Jürgen Fischer
04:57 PM Revision af723c49 (qgis): osgeo4w: build with spatialindex 1.9
Jürgen Fischer
04:48 PM Revision 29d44964 (qgis): osgeo4w: build with spatialindex 1.9
Jürgen Fischer
04:45 PM Revision 28c03801 (qgis): osgeo4w: build with libspatialite 1.9
Jürgen Fischer
10:00 AM Revision e6cce107 (qgis): Merge pull request #9139 from elpaso/bugfix-21176-spatialite-text-pk
Fix spatialite text PKs Alessandro Pasotti
06:38 AM Revision 3d12f834 (qgis): [geonode] more robust version string parsing (fix #21093, #21140)
(cherry picked from commit 440f8d4cbb655942f868dde9ab23b0cc5d69c3b2) Alexander Bruy

2019-02-09

03:48 PM Revision 385018da (qgis): Merge pull request #9143 from mhugent/3_4_itempolyline_end_arrow
Port of PR 9129 to 3.4 branch Marco Hugentobler
02:21 PM Revision aa7e6240 (qgis): Add unittest for composer polyline with arrow
Marco Hugentobler
02:20 PM Revision c752d24e (qgis): Adapt unit test control images
Marco Hugentobler
02:20 PM Revision 5a3303c6 (qgis): Move end arrowhead by half arrow width. Fix for bug #21171
Marco Hugentobler
09:38 AM Revision c327dec6 (qgis): [themes] Properly style widget focus
Mathieu Pellerin - nIRV
09:37 AM Revision 977d778d (qgis): [ui] Move property override button css to default style sheet
Mathieu Pellerin - nIRV
09:36 AM Revision 3ae5038d (qgis): [themes] Properly style widget focus
Mathieu Pellerin - nIRV
09:36 AM Revision bf5b3f03 (qgis): [ui] Move property override button css to default style sheet
Mathieu Pellerin - nIRV
07:04 AM Revision 6bbc92cf (qgis): [themes] Fix background color issue within group boxes
Mathieu Pellerin - nIRV
07:03 AM Revision bfbb75ae (qgis): [themes] Fix background color issue within group boxes
Mathieu Pellerin - nIRV
06:16 AM Revision 5790e121 (qgis): [ui] Enable autoraise state for attribute table form/table view buttons
Mathieu Pellerin - nIRV
06:16 AM Revision 437e4e28 (qgis): [ui] Enable autoraise state for attribute table form/table view buttons
Mathieu Pellerin - nIRV
05:14 AM Revision 8a163526 (qgis): [themes] Properly size width of icon-only labeling/mesh tab bar
Mathieu Pellerin - nIRV
05:13 AM Revision 7c50ed9b (qgis): [themes] Properly size width of icon-only labeling/mesh tab bar
Mathieu Pellerin - nIRV

2019-02-08

10:27 PM Revision ceaf97b2 (qgis): Remove a totally unused enum
Nyall Dawson
10:27 PM Revision 48e05434 (qgis): Dox++
Nyall Dawson
10:27 PM Revision 35ddb3b6 (qgis): [browser] Provide mime data for directory items
Allows them to be dragged and dropped to file widgets Nyall Dawson
10:27 PM Revision 8ad2d729 (qgis): More unit tests
Nyall Dawson
10:27 PM Revision d741c73d (qgis): Dropping a file onto a file widget in directory mode should set the widget
to the folder containing that file, not reject the event entirely Nyall Dawson
10:27 PM Revision 78a6b4ff (qgis): Fix build
Nyall Dawson
10:27 PM Revision 2857f585 (qgis): File widget should also accept drops from browser
Nyall Dawson
10:27 PM Revision 324fb405 (qgis): QgsFileWidget should also accept dropped plain text paths
Nyall Dawson
10:26 PM Revision 3736fc07 (qgis): Fix sqlite double free
Alessandro Pasotti
09:24 PM Revision a1d8d9ae (qgis): Fix invalid data source message is always shown after dragging and drop...
vector layers to QGIS window Nyall Dawson
09:24 PM Revision 73fa58a5 (qgis): Fix more incorrect 'invalid data source' errors when loading mesh layers
Nyall Dawson
09:24 PM Revision 9b6367fc (qgis): [processing] Simplify algorithm should not run validity checks on geome...
Simplify (by its intrinsic nature) can output invalid geometries,
and its processing is not affected by the presence ...
Nyall Dawson
09:23 PM Revision 061882d9 (qgis): [processing] Port file widget wrapper to new c++ API
Nyall Dawson
07:25 PM Revision ce7b8e26 (qgis): Update tests/src/python/test_provider_spatialite.py
Alessandro Pasotti
05:49 PM Revision 7f61dc49 (qgis): Fix spatialite text pks and other issues
... also fixes the geometry information query
when spatialite version is >= 4
Fixes #21176
With tests
Alessandro Pasotti
05:49 PM Revision 2dd55073 (qgis): Modernize code FOREACH -> range for
Alessandro Pasotti
05:19 PM Revision 4eaae77a (qgis): Merge pull request #9129 from mhugent/itempolyline_end_arrow
Move end arrowhead by half arrow width Marco Hugentobler
04:23 PM Revision 14e51766 (qgis): Add unittest for composer polyline with arrow
Marco Hugentobler
01:15 PM Revision e6f148e5 (qgis): [vertex tool] do not clear selection of vertices after a move
The list of selected vertices was getting prematurely cleared.
Also had to remove a piece of code to select some ver...
Martin Dobias
01:15 PM Revision b7138b17 (qgis): Fix tests
Martin Dobias
01:15 PM Revision 941ec4cf (qgis): [vertex tool] add new vertex without moving it (shift+double click)
Obviously this is something that some people find useful, but because
it is not so common it uses shift modifier.
Martin Dobias
12:47 PM Revision 471734a9 (qgis): Merge pull request #9111 from SIRS-CLS/sirs_db_manager
Fix bug comment on postgres and others management Alessandro Pasotti
11:18 AM Revision d3311438 (qgis): Removing print
Ailurupoda
11:01 AM Revision db4db598 (qgis): Fix travis
Ailurupoda
10:56 AM Revision a321d408 (qgis): Adapt unit test control images
Marco Hugentobler
10:45 AM Revision db06040b (qgis): Change != True to not + getComment and commentTable on main file if not...
Ailurupoda
10:10 AM Revision e6b8523f (qgis): Merge pull request #9125 from m-kuhn/backport-wmts-getcapabilities-compat
Append ? to WMTS GetCapabilities Matthias Kuhn
10:00 AM Revision 7e106ef4 (qgis): [processing] Ensure that distance inputs become expression variables fo...
Nyall Dawson
09:53 AM Revision f22f182b (qgis): [processing] Buffer algorithm should always export multipolygon layers
We can never predict when a buffer will create a multipolygon output
(e.g. for negative buffer sizes), so ALWAYS expo...
Nyall Dawson
09:51 AM Revision a2d85ada (qgis): removed default and managed UserDefinedEnhancement as not implemented
Luigi Pirelli
09:45 AM Revision 2712fc80 (qgis): better English formed message
Co-Authored-By: luipir <[email protected]> Nyall Dawson
08:30 AM Revision 9741515f (qgis): Replace db.connector/self + is None
Ailurupoda
08:02 AM Revision 09407c12 (qgis): Merge pull request #9128 from m-kuhn/todo-qgis-4
Move QGIS 3 todos to QGIS 4 Matthias Kuhn
06:44 AM Revision 440f8d4c (qgis): [geonode] more robust version string parsing (fix #21093, #21140)
Alexander Bruy
06:42 AM Revision f285d91c (qgis): [Tests] Add LIKE with underscore (_) as partially uncompiled expression...
René-Luc ReLuc
06:42 AM Revision 094620bc (qgis): [Bugfix][Oracle] Add ESCAPE when compiling LIKE
The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if spec... René-Luc ReLuc
06:42 AM Revision 4b60a1e3 (qgis): [Tests] Add LIKE underscore (_) test to feature source test base
René-Luc ReLuc
06:13 AM Revision 36995293 (qgis): [themes] Harmonize padding of combobox widgets
Mathieu Pellerin - nIRV
06:12 AM Revision fc6695ab (qgis): [themes] Harmonize padding of combobox widgets
Mathieu Pellerin - nIRV
05:06 AM Revision e57ed173 (qgis): [themes] Add padding for icons in combo box's drop down lists
Mathieu Pellerin - nIRV
05:05 AM Revision 669d72aa (qgis): [themes] Add padding for icons in combo box's drop down lists
Mathieu Pellerin - nIRV
04:55 AM Revision 6aeaa239 (qgis): [themes] Properly style editable combobox in disabled state
Mathieu Pellerin - nIRV
04:54 AM Revision 5fc0726b (qgis): [themes] Properly style editable combobox in disabled state
Mathieu Pellerin - nIRV

2019-02-07

12:30 AM Revision b79e9e66 (qgis): Don't add extra linebreak in print composer tables
Check if remaining text is short enough to go in one line. Fixes #20546
(cherry picked from commit a774499b95177d764...
Marco Hugentobler
12:30 AM Revision 2979a8f7 (qgis): [processing] Fix evaluation of linked parameters in batch mode
e.g. missing fields after selecting a layer parameter
(cherry picked from commit 7f3640d8a1a84e7562a8ab78a759f556357...
Nyall Dawson
12:30 AM Revision 9ea7f1ef (qgis): Correct crash when read from ogr file in thread (QgsProcessing for inst...
fixes #20581
(cherry picked from commit e948120b7bf42b26eed432c2e2e0b43272c3b8fe)
Julien Cabieces
12:30 AM Revision eb8e36c2 (qgis): fix substr help (fixes #21192)
(cherry picked from commit 2bed7ab0018696dba76d2c8053d22633a271486e) Jürgen Fischer
12:30 AM Revision a249e28c (qgis): qgsRound: places should be of integer type instead of double
(cherry picked from commit b4d01e461f16bd55e36510c194f80746f0f0376b) Loïc BARTOLETTI
08:38 PM Revision 7f3640d8 (qgis): [processing] Fix evaluation of linked parameters in batch mode
e.g. missing fields after selecting a layer parameter Nyall Dawson
06:45 PM Revision 68c541b9 (qgis): Update connector.py
Corentin.F
05:34 PM Revision 8834ec78 (qgis): [WFS provider] Correctly compute layer extent when zooming out layer (f...
Even Rouault
05:32 PM Revision 2341fa86 (qgis): Merge pull request #9118 from rouault/fix_20742
Correctly compute layer extent when zooming out layer [WFS provider] Even Rouault
05:29 PM Revision 8ed79716 (qgis): Another fix try
Ailurupoda
04:59 PM Revision 832eb401 (qgis): Another fix try
Ailurupoda
04:44 PM Revision f27ecab6 (qgis): Fix travis
Ailurupoda
03:35 PM Revision e9e9fd32 (qgis): Fixing travis layout
Ailurupoda
03:22 PM Revision 89571f7e (qgis): Move end arrowhead by half arrow width. Fix for bug #21171
Marco Hugentobler
02:41 PM Revision 20d85288 (qgis): Merge pull request #9127 from m-kuhn/spellcheck-multi-thread
Consistently use multi thread instead of multithread Matthias Kuhn
02:36 PM Revision 2fb37042 (qgis): Fix TODO and docstrings
Matthias Kuhn
01:36 PM Revision 98ec3236 (qgis): Merge pull request #9065 from alexbruy/fix-paste
fix pasting features into vector layer from clipboard (fix #21154) Matthias Kuhn
01:10 PM Revision 277d4fef (qgis): Fixing travis test
Ailurupoda
11:54 AM Revision dfa1680a (qgis): [vertex tool] "current layer" mode default + locked feature improvements
When a feature is locked:
- vertex tool will not highlight other features
- vertex tool will not allow selection of v...
Martin Dobias
11:17 AM Revision 2bed7ab0 (qgis): fix substr help (fixes #21192)
Jürgen Fischer
11:08 AM Revision a774499b (qgis): Don't add extra linebreak in print composer tables
Check if remaining text is short enough to go in one line. Fixes #20546 Marco Hugentobler
09:56 AM Revision 63c010db (qgis): Fix create and delete comment from tableProperties
Ailurupoda
09:10 AM Revision 81defcc1 (qgis): Update tests/src/python/qgis_wrapped_server.py
Co-Authored-By: elpaso <[email protected]> Matthias Kuhn
09:10 AM Revision 90f7989f (qgis): Move QGIS 3 todos to QGIS 4
Matthias Kuhn
09:07 AM Revision 32b6599d (qgis): Merge pull request #9074 from m-kuhn/til
Deprecate QgsGeometry::set for usage in Python Matthias Kuhn
09:02 AM Revision 788e2cf9 (qgis): Consistently use multi thread instead of multithread
Matthias Kuhn
08:35 AM Revision 5e1d6d57 (qgis): Revert "remove 'multithreading is not supp in server text'"
This reverts commit 6c1036c5c0634a0381b17b03472ab012faefec58. Alessandro Pasotti
08:34 AM Revision a140a4a2 (qgis): Append ? to WMTS GetCapabilities
This makes WMTS behave equal to the WMS implementation which already appends a ? in case there is no query string sup... Matthias Kuhn
07:19 AM Revision 6c1036c5 (qgis): remove 'multithreading is not supp in server text'
Tudor Bărăscu
07:00 AM Revision b4d01e46 (qgis): qgsRound: places should be of integer type instead of double
Loïc BARTOLETTI
06:58 AM Revision e948120b (qgis): Correct crash when read from ogr file in thread (QgsProcessing for inst...
fixes #20581 Julien Cabieces
05:31 AM Revision 3b4def83 (qgis): [ui] Fix undersized color buttons in the 3D map config dialog
Mathieu Pellerin - nIRV
04:55 AM Revision 7a5c913f (qgis): [themes] Insure groupbox checkbox indicator size equals that of normal ...
Mathieu Pellerin - nIRV
04:53 AM Revision aec05a72 (qgis): [themes] Insure groupbox checkbox indicator size equals that of normal ...
Mathieu Pellerin - nIRV
03:53 AM Revision ab6057fe (qgis): Remove space before line number in log messages
Because this means you can copy the filename:linenumber combo and
enter it directly in QtCreator's locator without ha...
Nyall Dawson
03:53 AM Revision 0a158092 (qgis): Silence some noisy debug messages
(cherry picked from commit b581a084e13b8e72f383ee242d77a06a0e0f61d1) Nyall Dawson
03:53 AM Revision 519b8ffb (qgis): Fix some hidpi layout issues in options dialog
(cherry picked from commit d92f9e79f75829a35115853f8fd353dc994bfccf) Nyall Dawson
03:53 AM Revision 964c99f0 (qgis): Deprecate QgsDataItem API for setting item CRS
This is no longer used by QGIS (it was only ever used by the standalone
browser)
(cherry picked from commit d61694cb...
Nyall Dawson
03:53 AM Revision e14cea3e (qgis): Fix incorrect 'not available in Python' dox
(cherry picked from commit 715395aa47d4c800cacaf327fa6ed46df219e7b3) Nyall Dawson
03:53 AM Revision 983d9e28 (qgis): Hidpi icon size fixes
(cherry picked from commit 15bcbf8c6a57fb533d9ef895def1c98adf81945c) Nyall Dawson
03:53 AM Revision abc4cf5e (qgis): Slight improvements to Python docs
(cherry picked from commit 4b0f6b756c61e02e60322ac30658cadb6cbe5c31) Nyall Dawson
03:53 AM Revision 33987fa5 (qgis): Allow for exact calculation of symbol sizes with mixed layer units
Fixes #21143
(cherry picked from commit 867e39947b3f24d0b7714cd44e28126b61769340)
Nyall Dawson
03:53 AM Revision 93c135f9 (qgis): [processing][gdal] Ensure that GDAL algs output the CORRECT
generated filename for outputs
Previously they were just echoing the input parameter value,
which isn't always a str...
Nyall Dawson
03:53 AM Revision b5eb321a (qgis): [processing][gdal] Fix incorrect definition of gdal_warp extra_param pa...
(cherry picked from commit f54f5a4fe70792f4d7ea376e28edad88c4d35d4a) Nyall Dawson
03:53 AM Revision 331f590a (qgis): [browser] Avoid always opening every file using gdal to test for
update capabilities
This is no longer required - it was previously done in order to
detect if the item should expose...
Nyall Dawson
03:53 AM Revision 985abf14 (qgis): [processing][needs-docs] Make Find Projection algorithm simpler to use
We no longer require the seperate CRS parameter, because the extent
parameter contains the CRS information itself. Th...
Nyall Dawson
03:53 AM Revision d5900557 (qgis): [processing] Port matrix widget wrapper to newer c++ API
Allows matrix parameters to be correctly set for model child algorithms
Fixes #20914
(cherry picked from commit eef...
Nyall Dawson
03:53 AM Revision c0b4d9b9 (qgis): Allow maximum number of entries to show in relation reference widget
to be configurable via an advanced setting configuration option
In some circumstances 100 is not enough
(cherry pic...
Nyall Dawson
03:53 AM Revision ae21d07d (qgis): [processing][gdal] Fix polygonize field name is ignored
(cherry picked from commit 06d5b996bfc37f2877ecbf708af608952420ed45) Nyall Dawson
03:53 AM Revision cbc3bc34 (qgis): Fix build
Nyall Dawson
01:17 AM Revision e4e0948a (qgis): Add actionVertexToolActiveLayer to iface
Vincent Dionne

2019-02-06

11:08 PM Revision c8500605 (qgis): fix another include directive for spatialindex
Simon Wells
11:08 PM Revision 823f2dd3 (qgis): Merge pull request #8929 from elpaso/bugfix-21059-server-post-request-i...
Fix POST requests for QGIS server
Cherry-picked from master b129850
Alessandro Pasotti
11:08 PM Revision 0baf3fa9 (qgis): Merge pull request #8948 from elpaso/bugfix-20198-server-DescribeFeatur...
Fix server WFS TYPENAME filter in describeFeatureType
Cherry-picked from master 4909643
Alessandro Pasotti
11:08 PM Revision 18c0c4d2 (qgis): Merge pull request #8990 from elpaso/bugfix-21086-wfs-field-calculator
Field calculator: provide a list of default field types
Cherry-picked from master d61caab
Alessandro Pasotti
11:08 PM Revision ac1b4926 (qgis): Merge pull request #8950 from elpaso/bugfix-opengis-zug-wmsroot
Fix server WMS short name (unreported)
Cherry-picked from master de29767
Alessandro Pasotti
11:08 PM Revision 1cc7b658 (qgis): Fix merge error from backports
Alessandro Pasotti
11:08 PM Revision bc4ccd04 (qgis): Merge pull request #8924 from elpaso/bugfix-20927-server_exp_filter
Server WFS EXP_FILTER bugfixes
Cherry-picked from master 0e0146d
Alessandro Pasotti
11:08 PM Revision f63c4e15 (qgis): avoid conflicting geos spatialindex.h include file
correct includes for spatialindex Simon Wells
11:08 PM Revision 0557c700 (qgis): Merge pull request #8985 from elpaso/bugfix-21091-ogr-protocol-download
OGR: add a download option to the protocol data source [needs-docs]
Cherry-picked from master 1f8708f270
Alessandro Pasotti
11:08 PM Revision 110c0ac3 (qgis): Merge pull request #9099 from elpaso/bugfix-21150-file-protocol-path-re...
Strip file:// from local files path before resolving
Cherry-picked from master 185855b
Alessandro Pasotti
11:08 PM Revision 8f05c7eb (qgis): Merge pull request #8970 from elpaso/bugfix-21077-value-relation-wfs
Fix WFS context fields variable
Cherry-picked from master ee0e0e1
Alessandro Pasotti
11:08 PM Revision b292edd1 (qgis): Merge pull request #9070 from elpaso/bugfix-21121-opencl-16bit-raster
Fix hillshade renderer with data type != Float32 [opencl]
Cherry-picked from master 109fcc0
Alessandro Pasotti
11:08 PM Revision 50be6e8f (qgis): Merge pull request #8958 from elpaso/bugfix-20961-wfs-null-transactions
Fix NULL support in WFS server and client
Cherry-picked from master 861a8b7
Alessandro Pasotti
11:08 PM Revision 2831a02b (qgis): Merge pull request #9071 from elpaso/bugfix-21100-ogrprovider-missing-q...
Quote field name identifiers in ORDER BY and MAX/MIN queries
Cherry-picked from master 3c9b6e5e4f
Alessandro Pasotti
10:51 PM Revision daab33c4 (qgis): New Shapefile Layer: reorganise additional dimensions checkboxes
because shapefiles could only be
- plain X,Y
- with M values: X,Y,M
- with Z and M values: X,Y,Z,M
Andrea Giudiceandrea
10:32 PM Revision 32d90287 (qgis): [WFS provider] Correctly compute layer extent when zooming out layer (f...
Even Rouault
10:01 PM Revision 31ab3bb5 (qgis): Merge pull request #9115 from m-kuhn/wmts-getcapabilities-compat
Append ? to WMTS GetCapabilities Matthias Kuhn
08:13 PM Revision da4a0c09 (qgis): Merge pull request #9113 from rouault/fix_20865_3.4_backport
Ensure stability of QGIS FeatureId when reloading layer [WFS provider] Even Rouault
08:07 PM Revision 76ac0f1f (qgis): Even more test fixes
Matthias Kuhn
08:06 PM Revision 0629a1b6 (qgis): More test fixes
Matthias Kuhn
06:21 PM Revision a13e5027 (qgis): Fix test
Matthias Kuhn
06:21 PM Revision 3564838e (qgis): Fix test
Matthias Kuhn
06:14 PM Revision eab1c31f (qgis): Remove space before line number in log messages
Because this means you can copy the filename:linenumber combo and
enter it directly in QtCreator's locator without ha...
Nyall Dawson
06:14 PM Revision 2c64cece (qgis): [browser] Avoid always opening every file using gdal to test for
update capabilities
This is no longer required - it was previously done in order to
detect if the item should expose...
Nyall Dawson
06:14 PM Revision b581a084 (qgis): Silence some noisy debug messages
Nyall Dawson
06:14 PM Revision d92f9e79 (qgis): Fix some hidpi layout issues in options dialog
Nyall Dawson
06:14 PM Revision d61694cb (qgis): Deprecate QgsDataItem API for setting item CRS
This is no longer used by QGIS (it was only ever used by the standalone
browser)
Nyall Dawson
06:13 PM Revision ab64527e (qgis): allow QGZ files in selections
Etienne Trimaille
06:13 PM Revision c2f958db (qgis): fix some HIG and add missing translations in dbmanager
Etienne Trimaille
05:37 PM Revision f3dfd97d (qgis): New fix, still some need to be done
Ailurupoda
05:13 PM Revision 2745dfe4 (qgis): Merge pull request #9110 from m-kuhn/sip-no-default-parameter-override
Do not remove parameters from virtual methods which should be used in… Matthias Kuhn
05:13 PM Revision db150577 (qgis): Merge pull request #9112 from m-kuhn/sip-keep-reference-to-registry
Sip keep reference to registry Matthias Kuhn
04:09 PM Revision 5dd83884 (qgis): Append ? to WMTS GetCapabilities
This makes WMTS behave equal to the WMS implementation which already appends a ? in case there is no query string sup... Matthias Kuhn
03:35 PM Revision 92823d0f (qgis): Merge pull request #8875 from rldhont/bugfix-oracle-compile-expression-...
Add ESCAPE when compiling LIKE for oracle Matthias Kuhn
01:09 PM Revision 24000508 (qgis): Deprecate for sip
Matthias Kuhn
12:18 PM Revision 89ea8199 (qgis): Make sure Python wrappers of quasi-singletons are kept alive
If they are deleted, any other python wrappers which have been parented to these singletons are deleted too.
One of ...
Matthias Kuhn
12:18 PM Revision b2aed603 (qgis): Add registry keepreference test
Matthias Kuhn
12:07 PM Revision 4910b73f (qgis): [WFS provider] Ensure stability of QGIS FeatureId when reloading layer ...
Even Rouault
12:06 PM Revision 76c48e66 (qgis): Add sqlite3_database_unique_ptr::exec (initial author: Matthias Kuhn <m...
Partial backport of 49d8060c30c6f7b005bfe3aedb2f9c0c7cce4459
needed to backport e19bf11f9edc2c40a926fa66aeff200d5fa2eb3e
Even Rouault
12:00 PM Revision 57391d80 (qgis): [themes] Properly style autoRaise state in Night Mapping
Mathieu Pellerin - nIRV
11:57 AM Revision 87a1cb55 (qgis): [themes] Properly style autoRaise state in Night Mapping
Mathieu Pellerin - nIRV
11:56 AM Revision c1e62ed2 (qgis): [themes] Properly style autoRaise state in Blend of Gray
Mathieu Pellerin - nIRV
11:54 AM Revision 1699d1ef (qgis): Merge pull request #9105 from rouault/fix_20865
Ensure stability of QGIS FeatureId when reloading layer [WFS provider] Even Rouault
11:27 AM Revision fc238a72 (qgis): [themes] Better style tool buttons in the tab bar for Blend of Gray
Mathieu Pellerin - nIRV
10:53 AM Revision dff18535 (qgis): Fix bug comment on postgres and others management
Ailurupoda
10:44 AM Revision e19bf11f (qgis): [WFS provider] Ensure stability of QGIS FeatureId when reloading layer ...
Even Rouault
10:29 AM Revision 1a87fce3 (qgis): Do not remove parameters from virtual methods which should be used in p...
These methods did not actually override their parent methods but just coexisted and were never called.
Fixes compila...
Matthias Kuhn
08:35 AM Revision 7f0ab8b9 (qgis): Merge pull request #9103 from m-kuhn/constFeatureInLabeling
Const correctnes for QgsFeature in labeling Matthias Kuhn
07:59 AM Revision 14db1378 (qgis): Resurrect dedicated action to create virtual layers in main window
This was removed when the data source manager was created, but
new virtual layers are a "creation" action, so it belo...
Nyall Dawson
07:46 AM Revision e4df72ee (qgis): Merge pull request #9086 from elpaso/bugfix-21151-db-manager-comments-a...
Quick and dirty patch to DB-Manager after PR 8831 Alessandro Pasotti
01:40 AM Revision a302925a (qgis): allow QGZ files in selections
Etienne Trimaille
01:07 AM Revision f30a15cc (qgis): Fix Postgresql connection reset not being called
PQreset was never called if the query was made using mConnectionRO
from the PostgresProvider, resulting in an always ...
Timothe Perez

2019-02-05

06:49 PM Revision d2885607 (qgis): Banned keywords
Matthias Kuhn
06:16 PM Revision 06d5b996 (qgis): [processing][gdal] Fix polygonize field name is ignored
Nyall Dawson
05:57 PM Revision 5f1cea13 (qgis): Add docstrings and modernize code
Matthias Kuhn
05:16 PM Revision 4612521c (qgis): Const correctnes for QgsFeature in labeling
A feature is not modified while it's sent through the labeling pipeline. Matthias Kuhn
12:45 PM Revision 62e09d94 (qgis): [processing] If model name starts with a digit, we need to remove that ...
Nyall Dawson
11:59 AM Revision 33b8bbdf (qgis): Astyle again
Alessandro Pasotti
11:19 AM Revision 7aca6af7 (qgis): Merge pull request #9098 from alexbruy/wcs-backport
Wcs backport Alexander Bruy
10:58 AM Revision 185855b2 (qgis): Merge pull request #9099 from elpaso/bugfix-21150-file-protocol-path-re...
Strip file:// from local files path before resolving Alessandro Pasotti
10:33 AM Revision 526a6b63 (qgis): follow up d5be855 : fix hasty pasting error
Mathieu Pellerin - nIRV
10:32 AM Revision 6413349f (qgis): follow up 4f77477 : fix hasty pasting error
Mathieu Pellerin - nIRV
09:50 AM Revision d5be8559 (qgis): Fix relationship between scale<->extent in the save [canvas] as image/p...
Mathieu Pellerin - nIRV
09:49 AM Revision 4f774772 (qgis): Fix relationship between scale<->extent in the save [canvas] as image/p...
Mathieu Pellerin - nIRV
09:38 AM Revision a97ce698 (qgis): Allow maximum number of entries to show in relation reference widget
to be configurable via an advanced setting configuration option
In some circumstances 100 is not enough
Nyall Dawson
09:07 AM Revision ce8684d0 (qgis): Make coverage test happy
Martin Dobias
09:07 AM Revision 4f905cc2 (qgis): [vertex tool] right-click to loop through editable features
Until now mouse right-click could only select and deselect the highlighted
feature to "lock" vertex tool (and numeric...
Martin Dobias
08:38 AM Revision de5171ac (qgis): Code style (I had autopep8 installed btw)
Alessandro Pasotti
08:29 AM Revision 22c22e8e (qgis): Strip file:// from local files path before resolving
Fixes #21150 - Delimitedtext layer saves absolute path
when project in relative path mode
Alessandro Pasotti
08:01 AM Revision 34de184b (qgis): [themes] Get rid of the check mark in combo box drop down lists
Mathieu Pellerin - nIRV
08:01 AM Revision c62a4ae0 (qgis): [themes] Get rid of the check mark in combo box drop down lists
Mathieu Pellerin - nIRV
07:32 AM Revision 9a5143d8 (qgis): const correctness
(cherry picked from commit 92f6eda13b7b0a7479a5fec3267a8bc783396189) Alexander Bruy
07:32 AM Revision a4a672b2 (qgis): [wcs] exclude invalid CRSs from the coverage metadata
(cherry picked from commit 650f4d780ce59dc915419b7a7eb47df5feb2bd52) Alexander Bruy
07:32 AM Revision 8b5d50ce (qgis): [wcs] improve CRS handling when parsing DescribeCoverage responce (refs...
(cherry picked from commit 2f7550d1a22ad9813786e78c5a23767f253065e7) Alexander Bruy
06:57 AM Revision eeff02fc (qgis): [processing] Port matrix widget wrapper to newer c++ API
Allows matrix parameters to be correctly set for model child algorithms
Fixes #20914
Nyall Dawson
06:55 AM Revision c6f3d5ff (qgis): [processing][needs-docs] Make Find Projection algorithm simpler to use
We no longer require the seperate CRS parameter, because the extent
parameter contains the CRS information itself. Th...
Nyall Dawson
06:55 AM Revision f54f5a4f (qgis): [processing][gdal] Fix incorrect definition of gdal_warp extra_param pa...
Nyall Dawson
06:55 AM Revision c93775f6 (qgis): [processing][gdal] Ensure that GDAL algs output the CORRECT
generated filename for outputs
Previously they were just echoing the input parameter value,
which isn't always a str...
Nyall Dawson
06:47 AM Revision 46e76054 (qgis): [ui] Make vertex tool markers and rubber bands hidpi-friendly
Mathieu Pellerin - nIRV
06:47 AM Revision fef51766 (qgis): [ui] Fix tiny vertex marker on hidpi
Mathieu Pellerin - nIRV
06:47 AM Revision eb0a020c (qgis): [ui] More hidpi-compatibility work for the vertex tool
Mathieu Pellerin - nIRV
04:10 AM Revision 23294590 (qgis): [MetaSearch] OWS GetCapabilities checking regression (fixes #19787) [ne...
Tom Kralidis
03:46 AM Revision 715395aa (qgis): Fix incorrect 'not available in Python' dox
Nyall Dawson
02:26 AM Revision fe828900 (qgis): [MetaSearch] OWS GetCapabilities checking regression (fixes #19787) [ne...
Tom Kralidis
01:07 AM Revision 867e3994 (qgis): Allow for exact calculation of symbol sizes with mixed layer units
Fixes #21143 Nyall Dawson

2019-02-04

12:48 AM Revision ac9c6f1e (qgis): some minor code cleanup in dbmanager
Etienne Trimaille
12:48 AM Revision 427cb0b2 (qgis): fix some HIG and add missing translations in dbmanager
Etienne Trimaille
10:28 PM Revision a7fbefeb (qgis): [MetaSearch] OWS GetCapabilities checking regression (fixes #19787) [ne...
Tom Kralidis
09:38 PM Revision 513f7ea5 (qgis): fix error in scale optimization (#9081)
Denis Rouzaud
09:25 PM Revision fd429808 (qgis): fix error in scale optimization (#9081)
Denis Rouzaud
06:55 PM Revision 4b0f6b75 (qgis): Slight improvements to Python docs
Nyall Dawson
06:55 PM Revision 384d3102 (qgis): Minor improvements to PyQGIS returns for SIP_OUT params
Nyall Dawson
06:26 PM Revision cd6ce764 (qgis): Quick and dirty patch to DB-Manager after PR 8831
The "comments" PR 8831 added support for postgres only
(and broke all the others backends).
I'd be in favor of a rev...
Alessandro Pasotti
12:15 PM Revision 95e216ca (qgis): indentation fix
Jürgen Fischer
11:01 AM Revision 109fcc0a (qgis): Merge pull request #9070 from elpaso/bugfix-21121-opencl-16bit-raster
Fix hillshade renderer with data type != Float32 [opencl] Alessandro Pasotti
11:01 AM Revision 3c9b6e5e (qgis): Merge pull request #9071 from elpaso/bugfix-21100-ogrprovider-missing-q...
Quote field name identifiers in ORDER BY and MAX/MIN queries Alessandro Pasotti
10:43 AM Revision 8ac762e5 (qgis): [ui] Fix tiny vertex marker on hidpi
Mathieu Pellerin - nIRV
09:48 AM Revision 41a04d0a (qgis): [ui] Improve 3D map scene config dialog (fixes #20685)
Mathieu Pellerin - nIRV
08:29 AM Revision ed45181b (qgis): Merge pull request #9064 from mhugo/fix_20831
Avoid undefined behaviour with signed integer overflow Hugo Mercier
08:03 AM Revision e953141f (qgis): Merge pull request #9005 from alexbruy/wcs-fix
fix CRS handling in the DescribeCoverage response (refs #21045) [wcs] Alexander Bruy
05:06 AM Revision d3daa86c (qgis): [ui] More hidpi-compatibility work for the vertex tool
Mathieu Pellerin - nIRV
01:58 AM Revision 0250cab3 (qgis): [processing] Reorganise python script generated from model, to
move "guts" of script to top (initAlgorithm/processAlgorithm)
and boilerplate methods (createInstance, etc) to end
Nyall Dawson
01:58 AM Revision 6aea4838 (qgis): [processing] Pep8 fixes for model to script
Nyall Dawson

2019-02-03

12:52 AM Revision 92f5cb9a (qgis): translation fix
Jürgen Fischer
12:51 AM Revision 15bcbf8c (qgis): Hidpi icon size fixes
Nyall Dawson
12:51 AM Revision 1c92fd23 (qgis): HIG string fixes
Nyall Dawson
12:22 AM Revision fad08610 (qgis): Fix some label settings hidpi issues
(cherry picked from commit 599b0c8861a1a416835e5cd493a8106846de1d1e) Nyall Dawson
12:22 AM Revision 7678be1e (qgis): Dox++
(cherry picked from commit eba5409ebcab40eacf38d3215b2fffa8f6ffbf18) Nyall Dawson
12:22 AM Revision f5ca7b74 (qgis): Allow vector rendering cancelation to also cancel feature iteration for...
Connect the cancel rendering signal to the iteration cancelation.
This allows providers (e.g. WFS, AFS) to abort slow...
Nyall Dawson
12:22 AM Revision 41e7d074 (qgis): Unit tests for QgsCredentials
(cherry picked from commit 16995206ae95d118466ad911a6b5db03afce17a3) Nyall Dawson
12:22 AM Revision 89fce33f (qgis): Fix misleading dox
(cherry picked from commit ffa49df9fbbd160381b64c5b6dc2808fbd2b226b) Nyall Dawson
12:22 AM Revision 1916a7fd (qgis): [processing][saga] Fix definition of Multiple regression points/grids alg
Fixes #21146
(cherry picked from commit 4f8e2317d796881f942bbc6bdcbe60f3470f48fe)
Nyall Dawson
12:22 AM Revision ad6e1566 (qgis): Fix hang when WMS credentials requested
Remove responsibility for credentials mutex locking from external
callers and handle appropriate locks internally. Th...
Nyall Dawson
12:21 AM Revision 2fc24aed (qgis): Clearer phrasing
Nyall Dawson
07:47 PM Revision 612576ca (qgis): Deprecate QgsGeometry::set for usage in Python
When a new QgsAbstractGeometry is set on a geometry object, the previous child is deleted.
If the previous object was...
Matthias Kuhn
04:29 PM Revision 4a443067 (qgis): allow to build against separate PROJ.4 and GDAL installs
Jürgen Fischer
10:57 AM Revision b38b39cb (qgis): fix pasting features into vector layer from clipboard (fix #21154)
Alexander Bruy
07:08 AM Revision 3f63c9ca (qgis): Last weaks to blend of gray prior to its initial release
Mathieu Pellerin - nIRV
03:02 AM Revision c9e76164 (qgis): Fix hang when WMS credentials requested
Remove responsibility for credentials mutex locking from external
callers and handle appropriate locks internally. Th...
Nyall Dawson
03:02 AM Revision 16995206 (qgis): Unit tests for QgsCredentials
Nyall Dawson
03:02 AM Revision eba5409e (qgis): Dox++
Nyall Dawson
01:32 AM Revision 59aea698 (qgis): [ui] Make vertex tool markers and rubber bands hidpi-friendly
Mathieu Pellerin - nIRV

2019-02-02

09:18 PM Revision 57695bd0 (qgis): use upper camel case for the class name
Etienne Trimaille
09:17 PM Revision 599b0c88 (qgis): Fix some label settings hidpi issues
Nyall Dawson
07:22 PM Revision 02011726 (qgis): Add testdata file
Alessandro Pasotti
05:25 PM Revision 0797059a (qgis): Spellok
Alessandro Pasotti
11:45 AM Revision b5142664 (qgis): Quote field name identifiers in ORDER BY and MAX/MIN queries
Fixes #21100 Alessandro Pasotti
11:43 AM Revision a71d937b (qgis): better a static list to avoid set at every call
Luigi Pirelli
11:01 AM Revision 3b1127ee (qgis): spellechck do warning if htmls tags in methoid description => fail travis
Luigi Pirelli
10:56 AM Revision 1923967d (qgis): Remove debug output
Alessandro Pasotti
10:53 AM Revision 1aef9cfa (qgis): [opencl] Fix hillshade renderer with 16bit rasters
Fixes #21121 Alessandro Pasotti

2019-02-01

12:35 AM Revision 9a8c0d28 (qgis): avoid OSRFixup with GDAL >= 2.5
Jürgen Fischer
11:29 PM Revision 6a8ba52c (qgis): fix typo and HIG
Etienne Trimaille
11:29 PM Revision 122d5c3e (qgis): fix some PEP8 in Processing Model as python code
Etienne Trimaille
09:02 PM Revision eeaccb7f (qgis): typo
Luigi Pirelli
08:33 PM Revision d06406d0 (qgis): fixed spellcheck
Luigi Pirelli
08:25 PM Revision 9871c6d6 (qgis): let travis happy
Luigi Pirelli
07:44 PM Revision 4b3674ae (qgis): removed unuseful parentheses and removed default
Luigi Pirelli
07:37 PM Revision 0aaa1918 (qgis): removed unuseful parentheses + removed default + forgot an enum
Luigi Pirelli
07:34 PM Revision 0d114479 (qgis): typo
Luigi Pirelli
07:29 PM Revision 54daf1ac (qgis): Enable/disable actions for mesh layer in main app window
Martin Dobias
07:29 PM Revision 5236b2f1 (qgis): typo and rephrased
Luigi Pirelli
07:25 PM Revision 46ac8031 (qgis): typo + #if 0 for todo code
Luigi Pirelli
07:08 PM Revision a9fcfe9a (qgis): betetr use qgsDoubleNear
Luigi Pirelli
06:49 PM Revision 78d94884 (qgis): translated error message
Luigi Pirelli
06:48 PM Revision dfda3124 (qgis): removed default in switch
Luigi Pirelli
06:42 PM Revision 06e05805 (qgis): removed default and manage forgot enum
Luigi Pirelli
06:34 PM Revision ad112bad (qgis): back to a more safe const method
Luigi Pirelli
06:13 PM Revision bdda8d0b (qgis): back to const methods
Luigi Pirelli
03:58 PM Revision 39887e72 (qgis): Small code cleanup to warm up
Martin Dobias
03:58 PM Revision c1d10689 (qgis): Add #spellok for a false positive in spelling test
Martin Dobias
03:58 PM Revision cfa40ed5 (qgis): Improvements to the right-click behavior to pick locked feature
- unlock feature on right-click in an empty area
- allow selection of locked feature by right-click on polygon interi...
Martin Dobias
03:54 PM Revision d61940cf (qgis): use qgsDoubleNear to avoid precision errors
Luigi Pirelli
03:52 PM Revision 738ec79d (qgis): \#if 0 instead of comment
Luigi Pirelli
03:45 PM Revision 495568ae (qgis): Merge pull request #9059 from daniviga/grass76-rpm
[RPM] GRASS 7.6 support for F30+ Matthias Kuhn
03:44 PM Revision 0e635828 (qgis): Merge pull request #9060 from daniviga/release-3_4
[RPM] Backport some fixes for master, add F30+ compatibility Matthias Kuhn
03:23 PM Revision 461b31d4 (qgis): debug message always in case contrastEnhancement alg is not SLD supported
Luigi Pirelli
03:18 PM Revision 3103b00f (qgis): fix identify for mesh layers (#9047)
Peter Petrik
03:12 PM Revision a6391d7d (qgis): use QgsFileUtils::ensureFileNameHasExtension instead
Luigi Pirelli
02:42 PM Revision 0e9af791 (qgis): fixed AStyle with astyle-all.sh
Luigi Pirelli
02:21 PM Revision 5609f4a8 (qgis): Avoid undefined behaviour with signed integer overflow
Hugo Mercier
11:44 AM Revision 630cd021 (qgis): Update WFS request to accomodate changes in QgsNetworkAccessManager
Because the manager now handles waking up worker threads after
an authentication request, the WFS request handler no ...
Nyall Dawson
11:44 AM Revision 18941a1a (qgis): Fix timeout in network timeout tests
Nyall Dawson
11:44 AM Revision f1040efc (qgis): Nicer API for network timeouts
Nyall Dawson
11:44 AM Revision c03ce930 (qgis): Allow use of local httpbin instances in unit tests
Nyall Dawson
11:44 AM Revision 4908ef16 (qgis): Revert "Revert QgsBlockingNetworkRequest"
With recent changes in QgsNetworkAccessManager this should be
safe to resurrect (fingers crossed!). Also simplify cod...
Nyall Dawson
11:44 AM Revision d0c24edf (qgis): Import more useful libraries into console by default
Nyall Dawson
11:44 AM Revision 03a2a03d (qgis): Dox
Nyall Dawson
11:44 AM Revision 742acf19 (qgis): [afs] Don't render in preview jobs
These servers can be sloooooooow, and unpredictable.
The previous preview job may have been fast to render,
but the n...
Nyall Dawson
11:44 AM Revision 8bcd46c4 (qgis): Only show host (not lengthy url) in message bar timeout messages
Nyall Dawson
11:44 AM Revision 150668dd (qgis): Remove leftover buffer size code (credit to @nirvn)
Nyall Dawson
11:44 AM Revision 4495699b (qgis): Fix blocking request cancelation after a redirect occurs
Nyall Dawson
11:44 AM Revision 8ee2e793 (qgis): Make network authentication request handling thread safe, avoid
races and crashes when auth requests occur in non-main thread
Like the recent SSL error handling, this commit abstra...
Nyall Dawson
11:44 AM Revision dcb6104f (qgis): Dox++
Nyall Dawson
11:44 AM Revision cc6d88e2 (qgis): Add signal for logging after network authentication details have been a...
Nyall Dawson
11:08 AM Revision 6fa3bf8e (qgis): Allow vector rendering cancelation to also cancel feature iteration for...
Connect the cancel rendering signal to the iteration cancelation.
This allows providers (e.g. WFS, AFS) to abort slow...
Nyall Dawson
11:06 AM Revision 4f8e2317 (qgis): [processing][saga] Fix definition of Multiple regression points/grids alg
Fixes #21146 Nyall Dawson
11:05 AM Revision 174dc4b8 (qgis): Merge pull request #9058 from alexbruy/v_net-backports
Backport GRASS v.net algorithms fixes Alexander Bruy
10:07 AM Revision 3f0171b8 (qgis): [BUGFIX] fix qgsRound for negative numbers. Fixes #20861
(cherry picked from commit cfdc8c26c29baaf4a62c9a94df9208dff3f6beda) Loïc BARTOLETTI
10:07 AM Revision 8edc5701 (qgis): fix when GDALGetRasterScale returns 0 (gdal 2.3 affected for some datas...
(cherry picked from commit 7a12f113921848e8435eca105ad4754286690fb1) Peter Petrik
10:07 AM Revision dbd75124 (qgis): [ui] Remove black background for the browser panel DB2 icon
(cherry picked from commit f2d8bdea4e01e8e873c6842d5f2e120345bac0bd) Mathieu Pellerin - nIRV
10:07 AM Revision a6cad4df (qgis): New Shapefile Layer dialog: avoid warning message on user cancel
Also add better error message reporting, and deprecate horrible API.
(cherry picked from commit 9a723d91e84df1397566...
Nyall Dawson
10:07 AM Revision 34625110 (qgis): Fix empty strings in proxy exclude list results in proxy being skipped ...
Fixes #20213
(cherry picked from commit cf1cf0fe455a42edf6db4ab9fa07c1ad641b16cb)
Nyall Dawson
10:07 AM Revision f3f62678 (qgis): [processing] Fixes to distance inputs for models
- fix parameter can get converted to plain number parameter after edits
- allow parameter to be linked to parent para...
Nyall Dawson
10:07 AM Revision 3b814eaa (qgis): [processing] Correct parameter type for Map Layer parameters
(cherry picked from commit d14869093a7661880650591b7baee4c64524c3d5) Nyall Dawson
10:07 AM Revision f988f6f5 (qgis): [processing][needs-docs] Add friendlier API for running algorithms as s...
of main algorithm
Using code like:
buffered_layer = processing.run(..., context, feedback)['OUTPUT']
...
...
Nyall Dawson
10:07 AM Revision 2ad47198 (qgis): [vertex tool] Fix issue with hidden layers being editable (fixes #18434)
The problem was that QgsSnappingConfig when initialized from a project
loads global settings from QgsSettings and set...
Martin Dobias
10:07 AM Revision 06ee1326 (qgis): [processing] do not show geometryless layers in extent selector
Fixes #21129
(cherry picked from commit 5bfec27938ff95cd65c1cf5b88cc13ce26ca1d5d)
Nyall Dawson
10:07 AM Revision e1febd01 (qgis): [Processing][Grass] Add the possibility to return a shp if ogr is not c...
(cherry picked from commit 2e92dabd20df1abbc0e350dbd1ae06c0ad1839ce) Loïc BARTOLETTI
10:07 AM Revision ef1634c8 (qgis): Fix "Allow null" in range widget (fixes #20831)
By default a range widget is built with a minimum value set to the
minimal integer that is possible to represent. Whe...
Hugo Mercier
10:07 AM Revision 9abcd0e1 (qgis): Fix vertex marker display for multipolygon (fixes #19909)
The i == 0 test was wrong, and a test is actually not needed.
(cherry picked from commit 389149c8dce8d84cdd74dbc05ca...
Hugo Mercier
10:07 AM Revision 4423caff (qgis): [vertex tool] Fix vertex addition to polygon's first segment (fixes #20...
With topo editing mode enabled, addition of extra points to keep the topology
correct wasn't working correctly becaus...
Martin Dobias
09:45 AM Revision 1ea76996 (qgis): [RPM] Backport some fixes for master, add F30+ compatibility
Daniele Viganò
09:43 AM Revision 3425b7c3 (qgis): [RPM] Add a TODO about deprecated scriptlets
Daniele Viganò
09:12 AM Revision 8f9377dc (qgis): [RPM] Add support for GRASS 7.6 as required by F30+
Daniele Viganò
07:54 AM Revision 9b2e6013 (qgis): [processing] Update QgsProcessingModelAlgorithm::asPythonCode for 3.x API
Nyall Dawson
07:54 AM Revision bc76678e (qgis): Fix multiline description strings
Nyall Dawson
07:54 AM Revision f77cf4fa (qgis): [processing] Formalise object design for ContextAction, allow icons to ...
Nyall Dawson
07:54 AM Revision 56e465cc (qgis): [processing][needs-docs] Resurrect ability to convert models to scripts
Brings back QGIS 2.18's ability to directly convert a Processing model
to an equivalent Processing Python script algo...
Nyall Dawson
07:54 AM Revision ffa49df9 (qgis): Fix misleading dox
Nyall Dawson
07:54 AM Revision 37774f9a (qgis): [processing] Add util to convert QVariant value to Python literal
Nyall Dawson
07:54 AM Revision fb519ead (qgis): Update QgsProcessingModelChildAlgorithm::asPythonCode for 3.x API
Nyall Dawson
07:54 AM Revision 946687c8 (qgis): Update QgsProcessingModelChildParameterSource::asPythonCode
Nyall Dawson
07:07 AM Revision acce2486 (qgis): [processing] fix v.net.report and v.net.nreport
(cherry picked from commit 85e3b2db6e29fccec2eee264f84e0357a5f24d47) Alexander Bruy
07:06 AM Revision 0a5bad43 (qgis): [processing] fix broken stdout handling in GRASS algs (fix #21142)
(cherry picked from commit b9f559ee0430e09d8e1a3b70e060155635080262) Alexander Bruy
07:06 AM Revision f2ceb6ea (qgis): [processing] fix output generation in v.net and add test
(cherry picked from commit a911ef336703056833133104fae6c7d09c889fed) Alexander Bruy
07:06 AM Revision 33e25be4 (qgis): [processing] add test for v.net.distance algorithm
(cherry picked from commit dbe2cb73ad7352ae58ab465761d2feeec59ab554) Alexander Bruy
07:06 AM Revision 0da67d27 (qgis): [processing] snap points to network by default (fix #19904)
Kudos to Pedro Venâncio for finding solution for this bug
(cherry picked from commit 3abea3600024c4d329403e7462a47af...
Alexander Bruy
07:03 AM Revision ecd306e0 (qgis): Merge pull request #9046 from alexbruy/grass-v-net
fix GRASS v.net modules (fix #19904) [processing] Alexander Bruy

2019-01-31

09:27 PM Revision 2fbdac09 (qgis): remove Q_FOREACH
Denis Rouzaud
09:27 PM Revision 3d57a93f (qgis): fix typo in method name
rename method but keep old one in Python for API compatibility Denis Rouzaud
09:27 PM Revision f66d1999 (qgis): add SIP_DEPRECATED
Denis Rouzaud
08:56 PM Revision 7a12f113 (qgis): fix when GDALGetRasterScale returns 0 (gdal 2.3 affected for some datas...
Peter Petrik
03:31 PM Revision 85e3b2db (qgis): [processing] fix v.net.report and v.net.nreport
Alexander Bruy
03:21 PM Revision 82e48f9c (qgis): Added SLD 1.0 export for rasters
Luigi Pirelli
02:54 PM Revision b9f559ee (qgis): [processing] fix broken stdout handling in GRASS algs (fix #21142)
Alexander Bruy
02:54 PM Revision 3abea360 (qgis): [processing] snap points to network by default (fix #19904)
Kudos to Pedro Venâncio for finding solution for this bug Alexander Bruy
02:54 PM Revision dbe2cb73 (qgis): [processing] add test for v.net.distance algorithm
Alexander Bruy
02:54 PM Revision a911ef33 (qgis): [processing] fix output generation in v.net and add test
Alexander Bruy
11:25 AM Revision 20cd2154 (qgis): fix #18954 add&rename vector fields (#8982) (#9042)
fix #18954 add&rename vector fields at the same time Peter Petrik
10:38 AM Revision d3bfa158 (qgis): Merge pull request #9043 from alexbruy/misc-backports
3.4 backports Alexander Bruy
10:21 AM Revision c3819e88 (qgis): Merge pull request #9036 from mhugo/fix_19909
Fix vertex marker display for multipolygon (fixes #19909) Hugo Mercier
09:36 AM Revision ef97dba1 (qgis): fix #17652 Impossible to rename a layer style from the Styling Panel (#...
fix #17652 Impossible to rename a layer style from the Styling Panel Peter Petrik
09:30 AM Revision a1d75a4a (qgis): don't export features without category by default
(cherry picked from commit 19dcfb987ba096cf263b60ff566926477d84a737) Alexander Bruy
09:30 AM Revision d344ec12 (qgis): set default value for newly added parameter
(cherry picked from commit 0cc483f621c980317929c5f1c6908b7d2dba25f1) Alexander Bruy
09:30 AM Revision 32357f24 (qgis): fix formatting
(cherry picked from commit 67bc58603625d8e859d504a2fab573beb83a16f5) Alexander Bruy
09:30 AM Revision ed0623d9 (qgis): do not always use the -c flag to export vectors from GRASS
(cherry picked from commit 5f99955b455cdd66cf013eda142e38d542618ba0) Giovanni Manghi
09:30 AM Revision dddb32e3 (qgis): [processing] don't show cancel button in the task manager for algorithm...
(cherry picked from commit b19e0bd5d441b2584b663cac77073928c0314ff4) Alexander Bruy
09:29 AM Revision 679b60e3 (qgis): [processing][needs-docs] Extract binary field algorithm should use
an expression parameter instead of string for destination file name
It makes no sense to enter a constant string val...
Nyall Dawson
09:20 AM Revision ebcc694a (qgis): fix #18954 add&rename vector fields (#8982)
fix #18954 add&rename vector fields at the same time Peter Petrik
08:39 AM Revision 44c4e8cc (qgis): fix #17652 Impossible to rename a layer style from the Styling Panel
Peter Petrik
08:33 AM Revision aa02e9f3 (qgis): added missing import
Victor Olaya
07:53 AM Revision 4f6df298 (qgis): [processing] Fixes to distance inputs for models
- fix parameter can get converted to plain number parameter after edits
- allow parameter to be linked to parent para...
Nyall Dawson
07:52 AM Revision 5bfec279 (qgis): [processing] do not show geometryless layers in extent selector
Fixes #21129 Nyall Dawson

2019-01-30

12:02 AM Revision e670371f (qgis): [layouts] Show an explicit warning when exporting a layout which contai...
Nyall Dawson
11:56 PM Revision 4559d9e4 (qgis): Reserve vector - to minimize reallocation costs
Reserving vector to save on reallocation costs, where we know the size in advance. Shahzad Lone
11:55 PM Revision 2e92dabd (qgis): [Processing][Grass] Add the possibility to return a shp if ogr is not c...
Loïc BARTOLETTI
03:31 PM Revision 389149c8 (qgis): Fix vertex marker display for multipolygon (fixes #19909)
The i == 0 test was wrong, and a test is actually not needed. Hugo Mercier
01:35 PM Revision 662af5cf (qgis): Merge pull request #9003 from alexbruy/grass-vector-export
[processing][needs-docs] allow to exclude features without category from GRASS export Alexander Bruy
01:32 PM Revision fa1f8762 (qgis): Merge pull request #9033 from mhugo/fix_20831
Fix "Allow null" in range widget (fixes #20831) Hugo Mercier
12:22 PM Revision 95e45a36 (qgis): backport PR 8987: allow drop 2dm files from system browser, allow non-a...
Peter Petrik
10:39 AM Revision eb5a3367 (qgis): Fix "Allow null" in range widget (fixes #20831)
By default a range widget is built with a minimum value set to the
minimal integer that is possible to represent. Whe...
Hugo Mercier
10:23 AM Revision 3769faa8 (qgis): [vertex tool] Fix vertex addition to polygon's first segment (fixes #20...
With topo editing mode enabled, addition of extra points to keep the topology
correct wasn't working correctly becaus...
Martin Dobias
09:40 AM Revision 19dcfb98 (qgis): don't export features without category by default
Alexander Bruy
09:09 AM Revision 585d42b3 (qgis): [processing] fixed missing import and encoding
Victor Olaya
08:49 AM Revision 60635911 (qgis): allow to drop 2dm files from system file browser (#8987)
* allow to drop 2dm files from system file browser
* support non-ascii files for mesh layer
Peter Petrik
08:12 AM Revision 1686f0d0 (qgis): Followup 1f8708f, fix src / scheme detection
Thanks @nirvn for finding this bug Alessandro Pasotti
07:12 AM Revision 0cc483f6 (qgis): set default value for newly added parameter
Alexander Bruy
07:12 AM Revision 5f99955b (qgis): do not always use the -c flag to export vectors from GRASS
Giovanni Manghi
07:12 AM Revision 67bc5860 (qgis): fix formatting
Alexander Bruy
05:04 AM Revision f2d8bdea (qgis): [ui] Remove black background for the browser panel DB2 icon
Mathieu Pellerin - nIRV

2019-01-29

11:03 PM Revision 806ae861 (qgis): osgeo4w: rely on GRASS' GISBASE environment variable instead of
detecting the path (ie. use the same version for processing as the
version that the grass plugin uses)
Jürgen Fischer
09:17 PM Revision 532d1ddd (qgis): fix build
Jürgen Fischer
08:03 PM Revision 5f38b345 (qgis): fix crash when print from qgis processing algorithm while the python co...
Julien Cabieces
07:53 PM Revision b19e0bd5 (qgis): [processing] don't show cancel button in the task manager for algorithm...
Alexander Bruy
07:09 PM Revision 60b8d052 (qgis): [needs-docs][layouts] Add checkbox to disable raster tiling for PDF/SVG...
This setting, which is disabled by default and placed into an
"advanced" group on PDF/SFG export, disables the built-...
Nyall Dawson
07:09 PM Revision 2752f834 (qgis): Fix inconsistent use of layout render context flags
Nyall Dawson
07:08 PM Revision 9a723d91 (qgis): New Shapefile Layer dialog: avoid warning message on user cancel
Also add better error message reporting, and deprecate horrible API. Nyall Dawson
07:08 PM Revision cf1cf0fe (qgis): Fix empty strings in proxy exclude list results in proxy being skipped ...
Fixes #20213 Nyall Dawson
05:27 PM Revision cfdc8c26 (qgis): [BUGFIX] fix qgsRound for negative numbers. Fixes #20861
Loïc BARTOLETTI
04:41 PM Revision 774f0256 (qgis): Q_FOREACH -> for
Nyall Dawson
04:41 PM Revision 919e677d (qgis): Use switch instead of multiple if blocks for layer type logic
Nyall Dawson
04:35 PM Revision 11435027 (qgis): [processing] avoid exception when listing DB schemas
do not fail if cert file cannot be deleted when creating GeoDB object
fixes #21099
(cherry picked from commit 1b4a9...
Victor Olaya
04:35 PM Revision 77fd62d8 (qgis): Fix more icon sizes on hidpi
(cherry picked from commit 9b2e39cef8a145de47e218e48bfb52a591227369) Nyall Dawson
04:35 PM Revision 66c07d7e (qgis): [Minor] Reserve vector - to minimize reallocation costs
Reserving vector to save on reallocation costs, where we know the size in advance.
(cherry picked from commit 2c6948...
Shahzad Lone
04:35 PM Revision 149d68df (qgis): don't allow to change style of the embedded layers from the Layer
Styling panel (fix #16339)
(cherry picked from commit e48364292d0afa87a555a6e7cac65ea0e0e930ae)
Alexander Bruy
04:35 PM Revision 0ee10979 (qgis): Fix undersized layertree icons on hidpi displays
(cherry picked from commit 27bb2c156f73a7d344beb2f3ecbeb8a0041e4fe3) Nyall Dawson
04:35 PM Revision 5b02e43e (qgis): show mesh layer icon in layer tree #20722
(cherry picked from commit 3d0cf5cbb2edce142ae2d6b14d50580bbd678152) Peter Petrik
04:35 PM Revision 67808743 (qgis): Fix build
(cherry picked from commit c44f8f0a151f54be6989ef9f7d6c1e33b99ba54a) Nyall Dawson
04:35 PM Revision b16dd5f1 (qgis): fix saving/restoring proxy excluded URLs (fix #20933)
(cherry picked from commit fc9796f52a2709700ab20a1b6bf5f275d168acb1) Alexander Bruy
04:35 PM Revision c05c2c71 (qgis): show pixel size in the raster layer properties with 19 significant
digits (fix #21023)
(cherry picked from commit 3c2a20a9484cbe3f1117a692757e552e88e6195c)
Alexander Bruy
04:35 PM Revision e9ae4318 (qgis): Allow new shapefile MultiPoint layer creation
Just add the missing MultiPoint geometry type in the "New Shapefile Layer" dialog
(cherry picked from commit 8120e4a...
Andrea Giudiceandrea
04:35 PM Revision ea9ef3af (qgis): Partially revert ab3adc66
The deselect action applies to ALL map layers, so it should always
be enabled, even when a vector layer isn't the cur...
Nyall Dawson
04:35 PM Revision 33660ced (qgis): [layouts] Use polyline shape instead of bounding box for selection, mak...
Fixes #20940
(cherry picked from commit 1cdff21c85b97cc9b650022447d3d64c46088cf5)
Jürnjakob Dugge
04:35 PM Revision 2b042487 (qgis): Fix some clazy warnings
(cherry picked from commit 7b739f196d757213abfff7df9259669010c130e9) Nyall Dawson
04:35 PM Revision 722e4fe3 (qgis): [processing] show warning when file-based layer could not be loaded and...
For algorithms with multiple parameters depending on a vector layer parameter, the code that loads the layer in the b... Victor Olaya
04:35 PM Revision a9466cd0 (qgis): [processing][needs-docs] native vector split algorithm now outputs
GeoPackages instead of shapefiles (refs #20557)
Also remove default output extension Processing settings as they are...
Alexander Bruy
02:27 PM Revision b57c0fa9 (qgis): Merge pull request #8998 from alexbruy/processing-tempdir
[processing] handle Processing.TEMPORARY_OUTPUT for folder parameters Alexander Bruy
12:10 PM Revision d61caab0 (qgis): Merge pull request #8990 from elpaso/bugfix-21086-wfs-field-calculator
Field calculator: provide a list of default field types Alessandro Pasotti
11:58 AM Revision 4b2334ba (qgis): fix typo which caused issues with temporary file outputs also fix
related tests Alexander Bruy
11:58 AM Revision d5b42aee (qgis): add test for temporary directory output
Alexander Bruy
11:34 AM Revision b82ce0e5 (qgis): fix crash when print from qgis processing algorithm while the python co...
Julien Cabieces
11:04 AM Revision 421fe45d (qgis): fix #15984 color ramps on MacOS (#9009)
fix #15984 color ramps on MacOS
(cherry picked from commit 67f5022c083a57bbdfa7e5eac03d87c8fe95e185)
Peter Petrik
09:42 AM Revision e14ad01c (qgis): indentation fixes
Victor Olaya
08:43 AM Revision 67f5022c (qgis): fix #15984 color ramps on MacOS (#9009)
fix #15984 color ramps on MacOS Peter Petrik
08:15 AM Revision d4b262cd (qgis): Add method to convert QgsProcessing::SourceType to string representation
Nyall Dawson
08:15 AM Revision 63b6a777 (qgis): [processing] Add API to convert a parameter definition to an equivalent
Python constructor string Nyall Dawson
08:15 AM Revision d1486909 (qgis): [processing] Correct parameter type for Map Layer parameters
Nyall Dawson
08:15 AM Revision 3adbed50 (qgis): Fix test
Nyall Dawson
08:04 AM Revision 7f7c7a97 (qgis): [processing][needs-docs] Add friendlier API for running algorithms as s...
of main algorithm
Using code like:
buffered_layer = processing.run(..., context, feedback)['OUTPUT']
...
...
Nyall Dawson
07:27 AM Revision fc3d5c85 (qgis): [processing] handle Processing.TEMPORARY_OUTPUT in the
parameterAsString() method which is used also for folder outputs Alexander Bruy
07:26 AM Revision 92f6eda1 (qgis): const correctness
Alexander Bruy
07:26 AM Revision 650f4d78 (qgis): [wcs] exclude invalid CRSs from the coverage metadata
Alexander Bruy
07:26 AM Revision 2f7550d1 (qgis): [wcs] improve CRS handling when parsing DescribeCoverage responce (refs...
Alexander Bruy
03:04 AM Revision 82ec1418 (qgis): declare metatype for QgsDefaultValue (#9011)
* declare metatype for QgsDefaultValue
* sipify
Denis Rouzaud
01:12 AM Revision 6eaa511e (qgis): [processing] show warning when file-based layer could not be loaded and...
For algorithms with multiple parameters depending on a vector layer parameter, the code that loads the layer in the b... Victor Olaya
01:05 AM Revision 8446d3bd (qgis): [processing][needs-docs] native vector split algorithm now outputs
GeoPackages instead of shapefiles (refs #20557)
Also remove default output extension Processing settings as they are...
Alexander Bruy

2019-01-28

12:59 AM Revision 1cdff21c (qgis): [layouts] Use polyline shape instead of bounding box for selection, mak...
Fixes #20940 Jürnjakob Dugge
12:12 AM Revision d61f4104 (qgis): Partially revert ab3adc66
The deselect action applies to ALL map layers, so it should always
be enabled, even when a vector layer isn't the cur...
Nyall Dawson
11:35 PM Revision 3d0cf5cb (qgis): show mesh layer icon in layer tree #20722
Peter Petrik
10:01 PM Revision 1b4a9132 (qgis): [processing] avoid exception when listing DB schemas
do not fail if cert file cannot be deleted when creating GeoDB object
fixes #21099
Victor Olaya
10:01 PM Revision 94c801cf (qgis): sipify
Denis Rouzaud
10:00 PM Revision 355ae77d (qgis): Apply featureFilterProvider in QgsVectorLayerDiagramProvider
Arnaud Morvan
10:00 PM Revision c97645e1 (qgis): Do not overwrite renderContext in QgsMapRendererJob::drawLabeling
Dedicated QgsRenderContext is already created and configured in prepareLabelingJob. Arnaud Morvan
10:00 PM Revision 2c694838 (qgis): [Minor] Reserve vector - to minimize reallocation costs
Reserving vector to save on reallocation costs, where we know the size in advance. Shahzad Lone
09:54 PM Revision 9faf07d0 (qgis): Always use the same subset of field types for virtual fields
Alessandro Pasotti
09:11 PM Revision a3cea334 (qgis): declare metatype for QgsDefaultValue
Denis Rouzaud
07:53 PM Revision 3a19182f (qgis): add QgsField::isDateTime (#9007)
* add QgsField::isDateTime
* use QgsField::isDateTime
* rename to isDateOrTime
Denis Rouzaud
07:41 PM Revision e97649ae (qgis): Merge pull request #9006 from alexbruy/fix-embedded-layers
don't allow to change style of the embedded layers from the Layer Styling panel (fix #16339) Alexander Bruy
07:29 PM Revision 4d335886 (qgis): fixes #18497 : Correct line size method when snapping multipolygon
Julien Cabieces
07:28 PM Revision e4be09a3 (qgis): Merge pull request #8991 from elpaso/opencl-runtime-library-check
Check for libOpenCL.so at runtime Alessandro Pasotti
03:12 PM Revision aef0b658 (qgis): move QgsDefaultValue to moc headers (#9000)
* move QgsDefaultValue to moc headers
because it is a Q_GADGET
* sip include
Denis Rouzaud
02:51 PM Revision e4836429 (qgis): don't allow to change style of the embedded layers from the Layer
Styling panel (fix #16339) Alexander Bruy
02:04 PM Revision aecdb427 (qgis): Merge pull request #8903 from pblottiere/gfi_geojson
JSON format for WMS GetFeatureInfo request [server] Paul Blottiere
12:42 PM Revision 8e3f7b13 (qgis): Update sip
Paul Blottiere
12:42 PM Revision 0f24e72b (qgis): Some cleaning
Paul Blottiere
12:42 PM Revision dee73c62 (qgis): Add QStringLiteral
Paul Blottiere
12:42 PM Revision 5da6004b (qgis): Update method's name and add doc
Paul Blottiere
12:42 PM Revision 03447f80 (qgis): Add unit test for raster layers and json export
Paul Blottiere
12:42 PM Revision 2d8f3d1e (qgis): Add json export for raster layers
Paul Blottiere
12:42 PM Revision 9eed93b1 (qgis): Add an expected file
Paul Blottiere
12:42 PM Revision 2f683fc5 (qgis): Add unit test with multiple layers and features for json
Paul Blottiere
12:42 PM Revision 5ef11399 (qgis): Update testdata with layers' names
Paul Blottiere
12:42 PM Revision f9eba37b (qgis): Add layers tag and their names in exported json
Paul Blottiere
12:42 PM Revision e4cdd7c2 (qgis): Add unit test for GetFeatureInfo on raster layer in xml
Paul Blottiere
12:42 PM Revision 45399d72 (qgis): Add unit test for with_geometry and json export
Paul Blottiere
12:42 PM Revision ebd10222 (qgis): Do not add geometry if not necessary in json export
Paul Blottiere
12:42 PM Revision 8db9ab15 (qgis): Fix comment
Paul Blottiere
12:42 PM Revision f841681c (qgis): Some cleaning
Paul Blottiere
12:42 PM Revision 80f33343 (qgis): Add application/geo+json format
Paul Blottiere
12:42 PM Revision 3b452869 (qgis): Add unit test for application/geo+json format
Paul Blottiere
12:42 PM Revision eee940dc (qgis): Export aliases is an option
Paul Blottiere
12:42 PM Revision 7f19cb81 (qgis): Update sip
Paul Blottiere
12:42 PM Revision 1b6ed5f4 (qgis): Update expected files for unit tests
Paul Blottiere
12:42 PM Revision 70189194 (qgis): Fix unit test
Paul Blottiere
12:42 PM Revision f6bfc985 (qgis): Add JSON format in WMS parameters
Paul Blottiere
12:42 PM Revision 724813a5 (qgis): GeoServer compatibility
Paul Blottiere
12:42 PM Revision 7dbc96b6 (qgis): Update sip
Paul Blottiere
12:42 PM Revision aa55beba (qgis): Update tests
Paul Blottiere
12:42 PM Revision 130be380 (qgis): Use CRS in json geometry
Paul Blottiere
12:42 PM Revision 4acc7136 (qgis): Update test
Paul Blottiere
12:42 PM Revision 63645be5 (qgis): Remove left over
Paul Blottiere
12:42 PM Revision c55cbd2c (qgis): Add json format in gGetCapabilities document
Paul Blottiere
12:42 PM Revision 101cd731 (qgis): Add unit test for excluded attributes
Paul Blottiere
12:42 PM Revision 332f78bb (qgis): Export json without excluded attributes
Paul Blottiere
12:42 PM Revision 62f77629 (qgis): Add unit test for getfeatureinfo with alias in json
Paul Blottiere
12:42 PM Revision 3f38365d (qgis): Add unit test for json exporter and alias
Paul Blottiere
12:42 PM Revision 7e414b06 (qgis): Json exporter use the field's alias if necessary
Paul Blottiere
12:42 PM Revision 562215c4 (qgis): Add unit test
Paul Blottiere
12:42 PM Revision 3c8d5ebd (qgis): Update GetCapabilities tests with new json format
Paul Blottiere
12:42 PM Revision 81a8bc01 (qgis): Small fix
Paul Blottiere
12:42 PM Revision 19a77fff (qgis): Update expected file
Paul Blottiere
12:42 PM Revision ca397b29 (qgis): Case insensitive
Paul Blottiere
12:42 PM Revision daa40387 (qgis): Fix url query
Paul Blottiere
12:42 PM Revision 8305bda5 (qgis): Fix unit test
Paul Blottiere
12:42 PM Revision f921f82f (qgis): Add GetFeatureInfo in JSON for vector layers
Paul Blottiere
12:42 PM Revision df758018 (qgis): Insensitive string comparison
Paul Blottiere
09:34 AM Revision 2895493c (qgis): [processing] encoding and indentation fixes
Victor Olaya
09:17 AM Revision 42413ce1 (qgis): add mesh layer in app>layers>add layer
Peter Petrik
08:22 AM Revision e78e0be5 (qgis): add 3d renderer icon to mesh properties panel too
Peter Petrik
08:11 AM Revision 1f8708f2 (qgis): Merge pull request #8985 from elpaso/bugfix-21091-ogr-protocol-download
OGR: add a download option to the protocol data source [needs-docs] Alessandro Pasotti
06:34 AM Revision bc4efc99 (qgis): [ui] Add Help button to the "Load Layer Style" dialog (#8986)
Harrissou Santanna
06:29 AM Revision 9eb298fe (qgis): [ui] Add min. height to the layout label item widget text box
Mathieu Pellerin - nIRV
06:29 AM Revision b3a48b6b (qgis): [ui] Add min. height to the layout label item widget text box
Mathieu Pellerin - nIRV
05:21 AM Revision 54d6a6cf (qgis): Review comments
Nyall Dawson
05:21 AM Revision 0f0ee9bd (qgis): More SSL error handling tests
Nyall Dawson
05:21 AM Revision b23f08f2 (qgis): Test ssl errors in background thread
Nyall Dawson
05:21 AM Revision c707df7d (qgis): Improve QgsNetworkAccessManager tests
Nyall Dawson
05:21 AM Revision 2e3a717e (qgis): Make SSL error handling thread safe, avoid races and crashes when
SSL error occurs in non-main thread
This commit reworks how SSL errors are handled in QGIS. Previously,
ssl errors e...
Nyall Dawson
05:21 AM Revision 838214bf (qgis): Avoid string to int conversion
Nyall Dawson
05:21 AM Revision f453a76c (qgis): Fix doxygen warning
Nyall Dawson
05:21 AM Revision 18f04fb4 (qgis): Refactor to simply and avoid QObject based QgsSslErrorHandler
Nyall Dawson
05:21 AM Revision 610d865a (qgis): Seriously, just f*** off american spell checker
Nyall Dawson

2019-01-27

09:16 PM Revision 7b739f19 (qgis): Fix some clazy warnings
Nyall Dawson
09:16 PM Revision 27bb2c15 (qgis): Fix undersized layertree icons on hidpi displays
Nyall Dawson
09:16 PM Revision 9b2e39ce (qgis): Fix more icon sizes on hidpi
Nyall Dawson
09:16 PM Revision c44f8f0a (qgis): Fix build
Nyall Dawson
09:14 PM Revision fc9796f5 (qgis): fix saving/restoring proxy excluded URLs (fix #20933)
Alexander Bruy
09:14 PM Revision 3c2a20a9 (qgis): show pixel size in the raster layer properties with 19 significant
digits (fix #21023) Alexander Bruy
06:23 PM Revision 6be9f14f (qgis): Better UX when loading remote layers in the main thread
"loading ..." message and busy cursor Alessandro Pasotti
06:23 PM Revision 65bf2ceb (qgis): Size hints for the embedded message bar widget
Alessandro Pasotti
06:22 PM Revision 611eb702 (qgis): Code Layout
Alessandro Pasotti
05:42 PM Revision 3221b1c8 (qgis): osgeo4w: handle grass svn versions (fixes #21114)
(cherry picked from commit febbc4f0b9e6f1e1c74c18bcb117148d6587ff87) Jürgen Fischer
05:37 PM Revision febbc4f0 (qgis): osgeo4w: handle grass svn versions (fixes #21114)
Jürgen Fischer
11:46 AM Revision dd97201d (qgis): [vertex tool] Fix issue with hidden layers being editable (fixes #18434)
The problem was that QgsSnappingConfig when initialized from a project
loads global settings from QgsSettings and set...
Martin Dobias

2019-01-26

11:18 PM Revision dd694214 (qgis): Add a message bar to the datasource manager dialog
... and forward all app's message bar messages to
the dialog's message bar in case it is modal and
visible.
Also add...
Alessandro Pasotti
07:58 PM Revision b0632c18 (qgis): disable missed create rectangle action
Alexander Bruy
07:25 PM Revision 45ef8861 (qgis): Revert "OGR: add a download option to the protocol data source"
This reverts commit cf0d45e5adfc263df858ff41fb0958ccdc2acaad. Alessandro Pasotti

2019-01-25

10:32 PM Revision 1ae1e72f (qgis): Check for libOpenCL.so at runtime
This should avoid a crash if the user
enables opencl and the library is not
found.
Alessandro Pasotti
09:03 PM Revision aa30730a (qgis): osgeo4w: support GRASS 7.6
Jürgen Fischer
06:01 PM Revision bba67ae6 (qgis): followup PR #8961 fix missing include
Denis Rouzaud
05:24 PM Revision 57d32939 (qgis): Field calculator: provide a list of default field types
in case the provider does not (WFS is one of them).
Rationale: consider that there is not such
a thing like a list o...
Alessandro Pasotti
03:54 PM Revision cf0d45e5 (qgis): OGR: add a download option to the protocol data source
Fixes #21091
The issue was due to the /vsicurl/ not
being able to open a streaming endpoint.
“Things are not always...
Alessandro Pasotti
01:47 PM Revision a491e90a (qgis): Add QgsNetworkAccessManager signal for reply download progress
This signal is propagated to the main thread QgsNetworkAccessManager
instance, so it is necessary only to connect to ...
Nyall Dawson
01:47 PM Revision acafa744 (qgis): Typo
Nyall Dawson
01:47 PM Revision ca06d407 (qgis): Add custom QNetworkRequest::Attributes for initiator network request cl...
And allow these to be retrieved from QgsNetworkRequestParameters.
This allows logging code to identify the area of co...
Nyall Dawson
01:38 PM Revision df1d47b8 (qgis): [gui] Fix style manager's add button when the 'all' tab is selected
Mathieu Pellerin - nIRV
01:34 PM Revision 42c7712b (qgis): [processing] use background color from the project settings in the rast...
(cherry picked from commit 8919d604a897c7afe542922bdfc6a7f901fd2d10) Alexander Bruy
01:34 PM Revision f8893d76 (qgis): [processing][needs-docs] force multipart output from GDAL-based dissolve
algorithm (fix #20025)
(cherry picked from commit 32f6034be708b305ed4e19b4f6ade1a8b409993b)
Alexander Bruy
01:34 PM Revision 33319595 (qgis): [processing] fix GRASS v.buffer algorithm for case when buffer distance
is taken from the field (fix #19377)
(cherry picked from commit bfb60e4dc70310eae0e3b2ef9200c3b78164c6f4)
Alexander Bruy
01:27 PM Revision 4022c5fc (qgis): Make QgsSymbolLayerUtils::symbolPreview* methods const, and utilise
internal symbol clones
Rendering symbols is a NON-CONST operation, which can permanently
alter the symbol instance (...
Nyall Dawson
01:27 PM Revision 431861a4 (qgis): [processing] Add a better API for specifying that outputs are temporary
Instead of requiring clients to generate temporary file names themselves,
(or use the cryptic "memory:" string!), thi...
Nyall Dawson
11:49 AM Revision a90fb87c (qgis): Merge pull request #8973 from alexbruy/grass-buffer
[processing] fix GRASS v.buffer algorithm for variable buffer case (fix #19377) Alexander Bruy
11:10 AM Revision 8bbd5594 (qgis): [processing] added test for SAGA output to non-ascii files
Victor Olaya
11:09 AM Revision d627b561 (qgis): [processing]remove trailing spaces
Victor Olaya
11:01 AM Revision 863b6375 (qgis): fix build
Alexander Bruy
10:30 AM Revision 261430b9 (qgis): [processing] added test for SAGA non-ascii inputs
Victor Olaya
10:02 AM Revision 782b4284 (qgis): fix build
Alexander Bruy
09:52 AM Revision 5690b05e (qgis): [processing] added back code to replace filenames when exporting raster...
Victor Olaya
09:39 AM Revision 76d9ab82 (qgis): [processing] fixed SAGA for non-ascii output files
Fixes #19351 Victor Olaya
09:38 AM Revision be0abb3d (qgis): Merge pull request #8971 from elpaso/bugfix-21068-database-styles-butto...
Fix button order in DB styles dialog and add GPKG delete support Alessandro Pasotti
09:38 AM Revision ee0e0e1d (qgis): Merge pull request #8970 from elpaso/bugfix-21077-value-relation-wfs
Fix WFS context fields variable Alessandro Pasotti
09:31 AM Revision 38051a95 (qgis): [gui] enable deselect feature and create rectangle action only when
there is a vector layer in the project (fix #18141, #20333)
(cherry picked from commit ab3adc663c37b3da589cf6bae56d7...
Alexander Bruy
09:00 AM Revision ab3adc66 (qgis): [gui] enable deselect feature and create rectangle action only when
there is a vector layer in the project (fix #18141, #20333) Alexander Bruy
08:46 AM Revision a9553c90 (qgis): Update src/app/qgsvectorlayerloadstyledialog.cpp
Co-Authored-By: elpaso <[email protected]> Nyall Dawson
08:45 AM Revision 29288c2a (qgis): Update src/app/qgsvectorlayerloadstyledialog.cpp
Co-Authored-By: elpaso <[email protected]> Nyall Dawson
08:18 AM Revision 4d134b39 (qgis): Indentation
Alessandro Pasotti
08:12 AM Revision 3cb6a40e (qgis): [processing] Add API to get an import statement and classname for a par...
Nyall Dawson
07:02 AM Revision 60f252c2 (qgis): [layouts] Fix attribute table filtering not utilising expression context
Fixes #21078 Nyall Dawson
01:06 AM Revision 009ee572 (qgis): Allow access to content of POST requests in QgsNetworkReplyContent
Nyall Dawson
01:04 AM Revision 8120e4a5 (qgis): Allow new shapefile MultiPoint layer creation
Just add the missing MultiPoint geometry type in the "New Shapefile Layer" dialog Andrea Giudiceandrea

2019-01-24

12:06 AM Revision 8919d604 (qgis): [processing] use background color from the project settings in the rast...
Alexander Bruy
11:57 PM Revision 32f6034b (qgis): [processing][needs-docs] force multipart output from GDAL-based dissolve
algorithm (fix #20025) Alexander Bruy
08:01 PM Revision bfb60e4d (qgis): [processing] fix GRASS v.buffer algorithm for case when buffer distance
is taken from the field (fix #19377) Alexander Bruy
07:53 PM Revision 7482f7a4 (qgis): Merge pull request #8957 from volaya/#19607
[processing] do not allow editing model if it's missing algorithms Matthias Kuhn
05:48 PM Revision 38f05b59 (qgis): Fix WFS context fields variable
because the fields in the (spatialite) cached
iterator are not the same as the main iterator.
Fix #21077 - Form Valu...
Alessandro Pasotti
05:43 PM Revision 861a8b71 (qgis): Merge pull request #8958 from elpaso/bugfix-20961-wfs-null-transactions
Fix NULL support in WFS server and client Alessandro Pasotti
05:38 PM Revision 90a9852b (qgis): Fix button order in DB styles dialog and add GPKG delete support
Fixes #21068 Alessandro Pasotti
05:33 PM Revision 25f2aba4 (qgis): Include qgis_sip.h instead of qgis.h where possible (#8961)
This PR continues the work started in PR #8951.
This commit replaces occurences of #include "qgis.h" by #include "qg...
Pierre-Eric Pelloux-Prayer
05:31 PM Revision ff20d180 (qgis): Merge pull request #8925 from signedav/basic-values
Enable/disable value relation widget Denis Rouzaud
05:27 PM Revision b5febe51 (qgis): Merge pull request #8922 from mhugent/server_datasource_error
Server: catch datasource error Marco Hugentobler
04:24 PM Revision c90905bd (qgis): fix travis
Peter Petrik
04:24 PM Revision 967893a6 (qgis): [MDAL] update to 0.1.5, improve speed
Peter Petrik
04:24 PM Revision a83a1b29 (qgis): render first datasetgroup instead of mesh frame
Peter Petrik
04:24 PM Revision 27c670e7 (qgis): expose mesh spatial index similarly to vector spatial index to API. fix...
Peter Petrik
04:24 PM Revision 9d4d1c99 (qgis): improve speed of creation spatial index for meshes
Peter Petrik
01:18 PM Revision fda41e3b (qgis): [processing] fixed handling of input filenames with non-ascii characters
Looks like there is no problem now in SAGA when using filenames with non-ascii chars, so some code used for replacing... Victor Olaya
11:37 AM Revision 5f28b0d2 (qgis): Cleaning WMTS utils code [Server]
In the tile matrices calculation the code could be simplified. René-Luc ReLuc
10:55 AM Revision abda6c42 (qgis): fixes #18497 : Correct line size method when snapping multipolygon
Julien Cabieces
10:52 AM Revision 237e0bcb (qgis): additional test enable-state in multi-selection in valueRelation
David Signer
10:51 AM Revision 727bca95 (qgis): set the enabled state of widgets again in setEnabled
because if this is called for any reason directly we are save David Signer
10:50 AM Revision 9bdaac9d (qgis): Update python/plugins/processing/modeler/EditModelAction.py
Co-Authored-By: volaya <[email protected]> Matthias Kuhn
10:45 AM Revision 394e5d8d (qgis): Avoid project being marked dirty as soon as its opened
This is a simple workaround, not a real fix. The real fix is to
move the symbolModified signal out of the updatePrevi...
Nyall Dawson
10:15 AM Revision 15a81bdf (qgis): Fix OWS project property issue: couldn't unset project title
This is the right behavior, btw there are other issues
in the server component that ignores the main bool
setting WMS...
Alessandro Pasotti
09:58 AM Revision 9eeaa31c (qgis): =default with extra-asterisk
Marco Hugentobler
09:08 AM Revision 33788c94 (qgis): Fix typo in error message (and related tests)
Alessandro Pasotti
09:07 AM Revision 3eb388af (qgis): Respect isNull semantics by initializing null QVariant with field type
Alessandro Pasotti
08:05 AM Revision 996f4867 (qgis): [afs][needs-docs] Allow users to set a specific referer for AFS connect...
use with ArcGIS feature server requests
Some servers are locked down to only allow requests with a specific
referer ...
Nyall Dawson
04:44 AM Revision 047a076a (qgis): [themes] Improve styling of message bar scrollbar for Night Mapping
Mathieu Pellerin - nIRV
04:44 AM Revision 7d2fe041 (qgis): Fix default highlighted text colors for code editors (fixes #21080)
Mathieu Pellerin - nIRV
04:37 AM Revision b0b196a9 (qgis): [themes] Improve styling of message bar scrollbar for Night Mapping
Mathieu Pellerin - nIRV
04:36 AM Revision 002c9e14 (qgis): [themes] Improve styling of message bar scrollbar for Blend of Gray
Mathieu Pellerin - nIRV
04:36 AM Revision eea6ae26 (qgis): Fix default highlighted text colors for code editors (fixes #21080)
Mathieu Pellerin - nIRV
03:22 AM Revision bfef851b (qgis): Fix loss of project when saving to QGZ format and path contains non-asc...
Fixes #19567
(cherry picked from commit 7d7462c33334a501167813d720fb2589d3c579ec)
Nyall Dawson
03:22 AM Revision c2465fc4 (qgis): [processing] split v.surf.rst algorithm into two (fix #19472)
This algorithm cannot output cross-validation results and topographic
parameters simultaneously, hence two tools need...
Alexander Bruy
03:22 AM Revision e0a8de47 (qgis): [processing] fix description files for SVM SAGA algs (fix #20796)
(cherry picked from commit c6540a627691caa2e49c21029df245e930aeacd6) Alexander Bruy
03:22 AM Revision e6368a4b (qgis): Fix build
Nyall Dawson
03:22 AM Revision 6f9d5443 (qgis): Update layer statistics when adding column to table in order to be disp...
fixes #13504
(cherry picked from commit 49cb397f89511535bc772abd69a767e84024690a)
Julien Cabieces
03:22 AM Revision 7bc08443 (qgis): Silently alias old "$scale" expression function to "@map_scale" (when a...
Allows older projects to open without change. We still hide $scale from the
builder UI, as we eventually want to clam...
Nyall Dawson
03:22 AM Revision a3428e5f (qgis): Fix shortest path algorithm can "shortcut" when using network in geogra...
Fixes #20997
(cherry picked from commit e75a88825665e7bb43c6c3cd1b2c22037cd29784)
Nyall Dawson
03:22 AM Revision 7e25cea7 (qgis): Fix evaluation of data defined properties for subsymbols of subsymbols
Fixes #18384
(cherry picked from commit 9cf2ff31d86e6b7671aaca137a60a7b7a975ef62)
Nyall Dawson
03:22 AM Revision b2a2251f (qgis): Slightly more efficiency in QgsStatisticalSummary
(cherry picked from commit 60a6fc13a531218e1ad2e7ed4b3cad09936b3745) Nyall Dawson

2019-01-23

11:49 PM Revision aff38a90 (qgis): Capitalization
Nyall Dawson
11:31 PM Revision c6540a62 (qgis): [processing] fix description files for SVM SAGA algs (fix #20796)
Alexander Bruy
10:45 PM Revision 83d5cb61 (qgis): Fix linker error in test
Alessandro Pasotti
10:45 PM Revision d7484005 (qgis): Fix WFS client NULL representation
This was nasty and only reproduceable when features
were cached (so, the second time you get them) and
was due to a Q...
Alessandro Pasotti
10:45 PM Revision cc9ec2de (qgis): Remove duplicated code and modernize
No functional changes intended Alessandro Pasotti
10:45 PM Revision 71e01168 (qgis): Server WFS NULL values support
- expose nillable in describefeaturetype
- serve xsi:nil="true" in getfeature
- check for NULL in transactions and re...
Alessandro Pasotti
10:45 PM Revision 847e7efd (qgis): GML parser set NULL values when parsing empty tags
This is part of a bigger fix to support NULL
values in WFS client and server components.
Alessandro Pasotti
08:45 PM Revision 34ec1833 (qgis): [processing] split v.surf.rst algorithm into two (fix #19472)
This algorithm cannot output cross-validation results and topographic
parameters simultaneously, hence two tools need...
Alexander Bruy
08:10 PM Revision c8fd4ed3 (qgis): More unit tests for QgsNetworkAccessManager signals
Nyall Dawson
08:10 PM Revision e50d9a16 (qgis): Make request a member of reply
Nyall Dawson
08:10 PM Revision aa170ad5 (qgis): Unit tests for QgsNetworkAccessManager signals
Nyall Dawson
08:10 PM Revision b5379ce0 (qgis): New class QgsNetworkReplyContent, which encapsulates the useful
information from a QNetworkReply in a container which is safe
and cheap to pass between threads
(QNetworkReplys are ...
Nyall Dawson
08:10 PM Revision ca592b73 (qgis): Upgrade app network timeout message to include url
Nyall Dawson
08:10 PM Revision 5824faf6 (qgis): Add thread safe QgsNetworkAccessManager::requestTimedOut signal
Nyall Dawson
08:10 PM Revision 1190000a (qgis): Fix QgsFileDownloader thinks ANY timeout or ssl error applies to its re...
Nyall Dawson
08:10 PM Revision ea1971fd (qgis): Add an unique id to requests, which can be used to link them to responses
Nyall Dawson
08:10 PM Revision 535965ba (qgis): Deprecate older thread-unsafe signals
Nyall Dawson
08:04 PM Revision 8ce8ee0b (qgis): fixes #20893 : Update virtual layer when referenced layer update its fi...
Julien Cabieces
07:43 PM Revision 551d7e85 (qgis): reflect increase of Travis build times in timeouts
we are benefiting from increased build times since about 3 months...time to update the scripts! Denis Rouzaud
07:42 PM Revision 397194a0 (qgis): reflect increase of Travis build times in timeouts
we are benefiting from increased build times since about 3 months...time to update the scripts! Denis Rouzaud
05:37 PM Revision e23307c2 (qgis): fix typo
Denis Rouzaud
05:36 PM Revision 532da433 (qgis): fix typo
Denis Rouzaud
04:53 PM Revision 240f2d2d (qgis): Merge pull request #8951 from peppsac/compile_time
Compile time Denis Rouzaud
04:47 PM Revision c7a6b773 (qgis): dxf export: recover korean encodings (CP949) (fixes #20838)
(cherry picked from commit 4e74c8b5480ac28aabc3c0b3eba2609d1a762e8a) Jürgen Fischer
04:43 PM Revision 4e74c8b5 (qgis): dxf export: recover korean encodings (CP949) (fixes #20838)
Jürgen Fischer
03:32 PM Revision 1b6329c3 (qgis): field validator: only check for null representation if the string value...
(cherry picked from commit 99904f1f5e7b86a92f3ff50132fd89750fe858e7) Jürgen Fischer
03:30 PM Revision 99904f1f (qgis): field validator: only check for null representation if the string value...
Jürgen Fischer
03:25 PM Revision daa05e53 (qgis): Merge pull request #8831 from SIRS-CLS/sirs_db_manager
Add comment option on db_manager plugin postgis fields Matthias Kuhn
02:59 PM Revision 08634c4e (qgis): fix style
Pierre-Eric Pelloux-Prayer
02:25 PM Revision aa3679a3 (qgis): Update layout oracle connector.py
Ailurupoda
02:02 PM Revision a86965e9 (qgis): [processing] do not allow editing model if it's missing algorithms
fixes #19607 Victor Olaya
01:58 PM Revision 3d4c6c4e (qgis): oracle provider: check for valid lastInsertId() on ::addFeatures (fixes...
(cherry picked from commit 855b3b4e26377647de5c5f9d38485f9f00bc9257) Jürgen Fischer
01:46 PM Revision 21af8075 (qgis): [themes] Fix selection color of the attribute table view widget
Mathieu Pellerin - nIRV
01:42 PM Revision 263c4c2a (qgis): [themes] Fix selection color of the attribute table view widget
Mathieu Pellerin - nIRV
01:07 PM Revision 4cb722a3 (qgis): [themes] Fix selection text for various widgets
Mathieu Pellerin - nIRV
01:06 PM Revision 9068f3c9 (qgis): [themes] Fix selection text for various widgets
Mathieu Pellerin - nIRV
12:34 PM Revision a34a4f37 (qgis): [node editor] Use a timer to properly raise panel, improve hint label
Mathieu Pellerin - nIRV
12:34 PM Revision 47dd5f15 (qgis): [node editor] Update the table of vertices when deleting some
Mathieu Pellerin - nIRV
12:34 PM Revision 0255a67a (qgis): [node editor] Dragging a rectangle to select vertices will only select
vertices from a given feature if it is bounded to the node editor panel Mathieu Pellerin - nIRV
12:34 PM Revision 2cfbb28d (qgis): [node editor] Restore node editor panel postion/docked state
Mathieu Pellerin - nIRV
12:34 PM Revision 642ff63e (qgis): [node editor] Improve UX by having right-click bind feature to node edi...
Mathieu Pellerin - nIRV
12:34 PM Revision cf90371b (qgis): [node editor] When no feature is selected, offer an hint label to ease ...
Mathieu Pellerin - nIRV
12:34 PM Revision d77596cc (qgis): [node editor] Always show node editor panel upon activating the node tool
Mathieu Pellerin - nIRV
12:34 PM Revision 401cea1b (qgis): [node editor] When a feature is bound to the editor panel, only allow v...
Mathieu Pellerin - nIRV
12:34 PM Revision b5cb74fe (qgis): address @wonder-wonder-sk 's comments on node editor improvements
Mathieu Pellerin - nIRV
12:34 PM Revision c84e6edb (qgis): [node editor] Update the table of vertices when bounded geometry changes
(e.g., undo/redo operations) Mathieu Pellerin - nIRV
11:22 AM Revision a80f3d01 (qgis): Merge branch 'master' into sirs_db_manager
Corentin.F
11:20 AM Revision 00852f16 (qgis): Update oracle, vlayer, spatialite connector.py
Ailurupoda
10:48 AM Revision ad81e66d (qgis): Update gpkg UpdateTableColumn add argument new_comment
Ailurupoda
10:44 AM Revision 9fe21945 (qgis): Indentation
Marco Hugentobler
10:02 AM Revision 88452637 (qgis): [node editor] Always show node editor panel upon activating the node tool
Mathieu Pellerin - nIRV
10:02 AM Revision 704e3de5 (qgis): [node editor] Restore node editor panel postion/docked state
Mathieu Pellerin - nIRV
10:02 AM Revision 63ee9a34 (qgis): address @wonder-wonder-sk 's comments on node editor improvements
Mathieu Pellerin - nIRV
10:02 AM Revision 0a239fa9 (qgis): [node editor] Dragging a rectangle to select vertices will only select
vertices from a given feature if it is bounded to the node editor panel Mathieu Pellerin - nIRV
10:02 AM Revision 2defe21c (qgis): [node editor] When no feature is selected, offer an hint label to ease ...
Mathieu Pellerin - nIRV
10:02 AM Revision 8bd997d0 (qgis): [node editor] Improve UX by having right-click bind feature to node edi...
Mathieu Pellerin - nIRV
10:02 AM Revision 1bf792cc (qgis): [node editor] Update the table of vertices when bounded geometry changes
(e.g., undo/redo operations) Mathieu Pellerin - nIRV
10:02 AM Revision d5acddfd (qgis): [node editor] Update the table of vertices when deleting some
Mathieu Pellerin - nIRV
10:02 AM Revision 5e568455 (qgis): [node editor] Use a timer to properly raise panel, improve hint label
Mathieu Pellerin - nIRV
10:02 AM Revision 52df2928 (qgis): [node editor] When a feature is bound to the editor panel, only allow v...
Mathieu Pellerin - nIRV
09:39 AM Revision 39f7d9a8 (qgis): fix include
Pierre-Eric Pelloux-Prayer
09:25 AM Revision b5a48755 (qgis): Add autogenerated sip file and remove =default in qgsstorebadlayerinfo....
Marco Hugentobler
08:45 AM Revision 49096431 (qgis): Merge pull request #8948 from elpaso/bugfix-20198-server-DescribeFeatur...
Fix server WFS TYPENAME filter in describeFeatureType Alessandro Pasotti
08:44 AM Revision de297673 (qgis): Merge pull request #8950 from elpaso/bugfix-opengis-zug-wmsroot
Fix server WMS short name (unreported) Alessandro Pasotti
08:38 AM Revision e3516ab1 (qgis): [processing] fixed qgis algorithms help file
fixes #20966 Victor Olaya
08:32 AM Revision e9fd6537 (qgis): Fix include
Matthias Kuhn
08:30 AM Revision db3b9aeb (qgis): Revert "[processing] hide 'select file' button for vector layers when t...
This reverts commit f2044528951bbb09a70b9c696d79d8cd5b756214.
It's a contentious fix, which needs discussion
Nyall Dawson
08:24 AM Revision bdf77ac7 (qgis): fixes #20893 : Update virtual layer when referenced layer update its fi...
Julien Cabieces
08:02 AM Revision eb47288f (qgis): [processing] correctly set output styles for models
fixes #20573 Victor Olaya
08:02 AM Revision f2044528 (qgis): [processing] hide 'select file' button for vector layers when there are...
fixes #21055 Victor Olaya
07:49 AM Revision af2501e7 (qgis): support also mesh elements with >4 vertices
Peter Petrik

2019-01-22

11:52 PM Revision 508817d6 (qgis): Fix MAC build for OSX < 10.14
David Marteau
11:51 PM Revision 928a559a (qgis): update MDAL to 0.1.4 (RC1 for QGIS 3.6)
Peter Petrik
09:45 PM Revision 1cd7bde1 (qgis): Do not build images.qrc for tests
Before this commit the qrc_images.cpp was generated for each test listed in
tests/src/gui/CMakeLists.txt but the cont...
Pierre-Eric Pelloux-Prayer
09:45 PM Revision f1760ee5 (qgis): Remove include "qgsapplication.h" from qgswkbptr.h
qgswkbptr.h is included indirectly by a large number of source files.
So this commit does the following:
- remove #...
Pierre-Eric Pelloux-Prayer
09:45 PM Revision 96a9a723 (qgis): Remove unnecessary includes
Pierre-Eric Pelloux-Prayer
06:11 PM Revision 156cb716 (qgis): Update sip list, add since QGIS 3.6
Marco Hugentobler
05:41 PM Revision 3da3103e (qgis): Merge pull request #8947 from alexbruy/interpolation-backport
[processing] use complex delimiter for interpolation data (fix #20490) Alexander Bruy
05:40 PM Revision 73c31df8 (qgis): osgeo4w: also look for GRASS 7.6
(cherry picked from commit 4048d37a46fcf8046c26b1beac50af0f329718b7) Jürgen Fischer
05:40 PM Revision 4048d37a (qgis): osgeo4w: also look for GRASS 7.6
Jürgen Fischer
05:40 PM Revision a2cb07ed (qgis): [processing] use active layer by default in field calculator algorithm
(fix #19686)
(cherry picked from commit 95209d134cad8cd7761e4f2246ee5ec937e90d73)
Alexander Bruy
05:37 PM Revision f9b0f773 (qgis): Set appropriate window title when editing a join
Harrissou Santanna
05:37 PM Revision d3924adf (qgis): Use QFile to write zip contents, instead of std::ofstream
Because std::ostream doesn't handle non-ascii paths
Refs #19567
Nyall Dawson
05:37 PM Revision 7d7462c3 (qgis): Fix loss of project when saving to QGZ format and path contains non-asc...
Fixes #19567 Nyall Dawson
05:37 PM Revision cccd9766 (qgis): Fix build
Nyall Dawson
05:37 PM Revision cb7838ba (qgis): Silently alias old "$scale" expression function to "@map_scale" (when a...
Allows older projects to open without change. We still hide $scale from the
builder UI, as we eventually want to clam...
Nyall Dawson
05:37 PM Revision f514516d (qgis): Exposing more CRS variables
Alex Hay
05:37 PM Revision 85a6b1ac (qgis): Followup map settings variable commit
Nyall Dawson
05:36 PM Revision 9cf2ff31 (qgis): Fix evaluation of data defined properties for subsymbols of subsymbols
Fixes #18384 Nyall Dawson
05:17 PM Revision 80e75342 (qgis): Add test to ensure server throws exception if layer is invalid
Marco Hugentobler
04:35 PM Revision 87e06543 (qgis): german translation update
Jürgen Fischer
04:11 PM Revision ffae79b7 (qgis): Consider feedback
Marco Hugentobler
03:47 PM Revision 855b3b4e (qgis): oracle provider: check for valid lastInsertId() on ::addFeatures (fixes...
Jürgen Fischer
02:37 PM Revision 3c835035 (qgis): Correctly set matrix after defining map settings (#8946)
* Correctly set matrix after defining map settings
* Update qgsquickmaptransform.cpp
Denis Rouzaud
02:36 PM Revision a288ab56 (qgis): Update qgsquickmaptransform.cpp
Denis Rouzaud
02:36 PM Revision 4e8898d4 (qgis): Fix server WMS short name (unreported)
This patch fixes a WMS server bug when "Short name" was
set in project settings for service capabilities.
When the s...
Alessandro Pasotti
02:28 PM Revision 59fd8df3 (qgis): Fix server WFS TYPENAME filter in describeFeatureType
Fixes #20198
with tests
Alessandro Pasotti
02:25 PM Revision 0c4c8feb (qgis): Merge pull request #8945 from alexbruy/processing-fieldcalc
[processing] use active layer by default in field calculator algorithm (fix #19686) Alexander Bruy
01:59 PM Revision b1298500 (qgis): Merge pull request #8929 from elpaso/bugfix-21059-server-post-request-i...
Fix POST requests for QGIS server Alessandro Pasotti
01:07 PM Revision 255d5104 (qgis): [processing] use complex delimiter for interpolation data to avoid
overlaps with charactes which can be used in the layers source URI (fix #20490)
(cherry picked from commit 17fd86e72...
Alexander Bruy
01:03 PM Revision 3a981746 (qgis): Merge pull request #8942 from alexbruy/processing-interpolation
[processing] use complex delimiter for interpolation data (fix #20490) Alexander Bruy
01:03 PM Revision 3de15505 (qgis): Merge pull request #8944 from alexbruy/processing-bakports
[processing ] various backports Alexander Bruy
12:37 PM Revision 215f7fc7 (qgis): Correctly set matrix after defining map settings
Denis Rouzaud
12:24 PM Revision c3fc41ec (qgis): fix translation string
Jürgen Fischer
12:23 PM Revision 57401061 (qgis): german translation update
Jürgen Fischer
12:14 PM Revision 2641b3fe (qgis): Allow REQUEST_BODY in tests even if QGISDEBUG is off
Alessandro Pasotti
10:56 AM Revision f6b8694a (qgis): Merge pull request #8937 from mhugo/release-3_4
IndexExtent second fix Hugo Mercier
10:40 AM Revision 139659c0 (qgis): add note about format of the srcnodata parameter
(cherry picked from commit 133b4057a6bd91cbff4108d41c24052d59711f8c) Alexander Bruy
10:39 AM Revision 42b2bc79 (qgis): [processing] add missed "srcnodata" parameter to the buildvrt algorithm
(fix #20586).
Without this parameter it is not possible to remove collars surrounding
input raster which may overlap...
Alexander Bruy
10:39 AM Revision f74c280c (qgis): [processing] add optional EXTRA parameter to gdalwarp algorithm (fix #2...
This allows users to pass additional command-line arguments which are
not exposed in the algorithm definition. The mo...
Alexander Bruy
10:37 AM Revision 8c24fa84 (qgis): Merge pull request #8927 from alexbruy/processing-vrt
[processing][needs-docs] add missed "srcnodata" parameter to the buildvrt algorithm (fix #20586) Alexander Bruy
10:20 AM Revision e75a8882 (qgis): Fix shortest path algorithm can "shortcut" when using network in geogra...
Fixes #20997 Nyall Dawson
10:08 AM Revision 4592fa70 (qgis): Removed leftover
Alessandro Pasotti
10:04 AM Revision 95209d13 (qgis): [processing] use active layer by default in field calculator algorithm
(fix #19686) Alexander Bruy
09:57 AM Revision e1146df8 (qgis): testqgsattributetable.cpp: fix build with qt 5.5
Even Rouault
09:44 AM Revision 02c3c8e8 (qgis): Fix doxy string
Alessandro Pasotti
09:15 AM Revision 17fd86e7 (qgis): [processing] use complex delimiter for interpolation data to avoid
overlaps with charactes which can be used in the layers source URI (fix #20490) Alexander Bruy
09:00 AM Revision c4e434e1 (qgis): IndexExtent second fix
Replace extent() by visibleExtent().
Forgotten commit backported from master
Hugo Mercier
08:27 AM Revision 8a920e0b (qgis): Rework QgsNetworkAccessManager::requestAboutToBeCreated() to be thread
safe, and encapsulate more useful request information Nyall Dawson
08:21 AM Revision eef7f49a (qgis): Fix test to use re instead of lxml (the simpler the better)
Alessandro Pasotti
08:05 AM Revision 0e0146d8 (qgis): Merge pull request #8924 from elpaso/bugfix-20927-server_exp_filter
Server WFS EXP_FILTER bugfixes Alessandro Pasotti
07:18 AM Revision 133b4057 (qgis): add note about format of the srcnodata parameter
Alexander Bruy
07:17 AM Revision dc2b29ce (qgis): [processing] add missed "srcnodata" parameter to the buildvrt algorithm
(fix #20586).
Without this parameter it is not possible to remove collars surrounding
input raster which may overlap...
Alexander Bruy
03:14 AM Revision 60a6fc13 (qgis): Slightly more efficiency in QgsStatisticalSummary
Nyall Dawson
03:14 AM Revision ee344312 (qgis): Use a QHash instead of std::unordered_map
Because it turns out MUCH MUCH faster Nyall Dawson
02:18 AM Revision d70191d2 (qgis): Set appropriate window title when editing a join
fixes #17554 Harrissou Santanna
02:13 AM Revision fc996690 (qgis): Flip sequential calls to QgsRasterBlock::isNoData/value to single
unified call
Because... speed!
Nyall Dawson
02:13 AM Revision ddd357c2 (qgis): Add API to QgsRasterBlock to obtain both pixel value AND no data
flag in a single call
This is much more efficient then making two calls, since the
QgsRasterBlock::isNoData() check ...
Nyall Dawson

2019-01-21

11:39 PM Revision bb2c3663 (qgis): [processing] add optional EXTRA parameter to gdalwarp algorithm (fix #2...
This allows users to pass additional command-line arguments which are
not exposed in the algorithm definition. The mo...
Alexander Bruy
11:21 PM Revision 12537073 (qgis): Merge pull request #8928 from signedav/newbranch_qgis
Use valueAxis in QML-Widget example Matthias Kuhn
09:54 PM Revision 49cb397f (qgis): Update layer statistics when adding column to table in order to be disp...
fixes #13504 Julien Cabieces
09:52 PM Revision 83c0ea9a (qgis): Fix warning
Nyall Dawson
09:52 PM Revision d57c182d (qgis): Allow QgsRasterIterator to iterate over a raster layer, WITHOUT
actually fetching the raster block data
This allows for efficient iteration over a "reference" layer, where
you requ...
Nyall Dawson
07:15 PM Revision 691176b3 (qgis): Fix POST requests for QGIS server
Followup https://github.com/qgis/QGIS/pull/8830 that fixed
a regression with rewritten urls in the server, unfortunat...
Alessandro Pasotti
05:58 PM Revision e8416661 (qgis): use valueAxis in qml example
fixes #20472 David Signer
05:26 PM Revision 73e774b7 (qgis): remove redundant code
David Signer
03:50 PM Revision 9184a5b2 (qgis): Update connector.py
Corentin.F
03:36 PM Revision ad9613ff (qgis): set enabled flags of single tableitems
David Signer
02:59 PM Revision b391c087 (qgis): Merge pull request #8923 from m-kuhn/native_densify_by_interval
Add native densify by interval algorithm Matthias Kuhn
02:44 PM Revision b6f71767 (qgis): Use QgsFeature3DHandler in 3D point symbol implementation
This is a small refactoring of 3D point symbol code, with three goals:
- use the new handler class just like line an...
Martin Dobias
02:33 PM Revision d9bf6eb0 (qgis): [Tests] Add LIKE with underscore (_) as partially uncompiled expression...
René-Luc ReLuc
12:41 PM Revision 25acd79a (qgis): Make travis happy again
Matthias Kuhn
12:37 PM Revision 9b7e1912 (qgis): Add tests for WFS GetFeature EXP_FILTER
Fixes #20927 - QGIS Server: WFS issue using the EXP_FILTER parameter Alessandro Pasotti
12:35 PM Revision ad7ab51f (qgis): WFS EXP_FILTER respect complex expressions
Alessandro Pasotti
12:33 PM Revision d4ac9318 (qgis): WFS GetFeature throws and exception when EXP_FILTER has errors
... instead of silently returning all features Alessandro Pasotti
11:51 AM Revision 11948283 (qgis): update correction
corentin.falcone
11:01 AM Revision 7423a749 (qgis): add option to export mesh dataset to raster block (for processing algs)
Peter Petrik
11:01 AM Revision 1b11ba43 (qgis): fix docs
Peter Petrik
10:41 AM Revision 9fec8edf (qgis): Make densify interval parameter dynamic
Matthias Kuhn
10:16 AM Revision 1e8f8193 (qgis): Rename files because there are two densify algs
Matthias Kuhn
09:49 AM Revision 9452667a (qgis): Add native densify by interval algorithm
Matthias Kuhn
09:11 AM Revision 8db14d8f (qgis): Merge pull request #8906 from m-kuhn/native_polygons_to_lines
Add native polygonstolines algorithm Matthias Kuhn
08:13 AM Revision 69b199a9 (qgis): Merge pull request #8913 from m-kuhn/fix_geometrycollection_equality
Fix QgsGeometryCollection (and subclasses) `equal` Matthias Kuhn
07:46 AM Revision a08c8b77 (qgis): add one more api doc
(cherry picked from commit 305131c5b4a479724688eab0d1d029d55191355f) Marco Bernasocchi
07:46 AM Revision d424ecc1 (qgis): Make URLS in message log clickable
(cherry picked from commit dc7a4ce53c5120ae828ef711ea80d2a11e50ba9c) Nyall Dawson
07:46 AM Revision 6584fb29 (qgis): Fix project loading task never completes when project has embedded layers
Fixes #21012
(cherry picked from commit 7ad4b05112af0c35bd9a8e0526e8823a6b695335)
Nyall Dawson
07:46 AM Revision e29ccb7a (qgis): Add better api docs on Property usage
(cherry picked from commit 6dc537f9632b755159651ca961bf77d3a1822dde) Marco Bernasocchi
07:46 AM Revision c5420165 (qgis): Sipify
(cherry picked from commit eafedeeb8bb62fec7f0470add3123404a16a4f70) Nyall Dawson
04:48 AM Revision eafedeeb (qgis): Sipify
Nyall Dawson
04:48 AM Revision 6dc537f9 (qgis): Add better api docs on Property usage
Marco Bernasocchi
04:48 AM Revision 305131c5 (qgis): add one more api doc
Marco Bernasocchi
02:57 AM Revision dc7a4ce5 (qgis): Make URLS in message log clickable
Nyall Dawson
02:34 AM Revision 9da842d4 (qgis): Fix crash when zooming in PostGIS raster layers (ticket 20747)
Marco Hugentobler
02:33 AM Revision 195d98f4 (qgis): [needs-docs][processing] Port SAGA raster surface volume to native QGIS...
The SAGA version of this algorithm is of limited use in QGIS, because the
volume calculated is embedded only in the S...
Nyall Dawson
 

Also available in: Atom