Activity

From 2019-01-28 to 2019-02-26

2019-02-26

11:17 PM Revision 5aecf74e (qgis): saga help fix
Jürgen Fischer
10:38 PM Revision 2f431bc1 (qgis): i18n:
* include processing algorithm descriptions from yaml (with yaml fixes)
* create ui instead of cpp where possible and...
Jürgen Fischer
09:06 PM Revision 81059051 (qgis): [browser] Always open xlsx/csv/ods files as layers, instead of just
checking the file extension (by default)
These formats are inexpensive to open, and doing so allows browser to
displ...
Nyall Dawson
09:06 PM Revision 0a1d6444 (qgis): Useful tooltips for length/precision widgets
Because *I* always get tripped up by these! Nyall Dawson
09:05 PM Revision 4e04d022 (qgis): By default, validity check should treat ring self intersections as invalid
We use the OGC definition of validity to ensure consistent results
with PostGIS, GDAL, etc
Fixes #16418, fixes #21336
Nyall Dawson
09:05 PM Revision 49742c30 (qgis): [needs-docs][processing] Add option to check validity alg to ignore sel...
causing rings errors
By default the algorithm now uses the strict OGC definition of polygon validity, where
a polygo...
Nyall Dawson
09:05 PM Revision 6dbe4ee5 (qgis): Add QgsGeometry::isGeosValid option to ignore self-touching rings
Nyall Dawson
09:05 PM Revision 35f613d4 (qgis): Avoid firing up a thread for blocking GEOS based validity checks
It's an unnecessary expense. Also fix duplicate code. Nyall Dawson
05:27 PM Revision 680d5d25 (qgis): Disconnect any leftover connections when destroying auth manager
If one of these connections is triggered after destruction of auth manager, bad things happen because the slot tries ... Matthias Kuhn
05:27 PM Revision 854a9043 (qgis): Delete authentication manager after destruction of the providers
The providers may still have threads running that use the authentication manager and their finished signal might trig... Matthias Kuhn
05:07 PM Revision 47345ba3 (qgis): update docu since 3.8
(cherry-picked from 6b09be7f32a7a8630c4f2a6b611dc8dc9c6e79ff) and resolved conflicts David Signer
05:07 PM Revision e8ea335d (qgis): typo
David Signer
05:07 PM Revision 320596fa (qgis): use scale and mapUnitsPerPixel from map parameters bbox and size. in ca...
calculate mMmPerMapUnit with mapUnitsPerPixel to avoid to have redundant info
fixes #21309
(cherry-picked from a04f9...
David Signer
05:07 PM Revision 15585ced (qgis): travis builded images for tests
David Signer
05:07 PM Revision 1366b66a (qgis): tests for scaled symbol sizes
with expected images from travis
(cherry-picked from de96fc75fa362a99522fc94c9a1cf48cb1524db7 8d1ceda878aa203227c84e...
David Signer
02:38 PM Revision 1e49bb15 (qgis): Merge pull request #9290 from pblottiere/fix_doc_2
Update doc Paul Blottiere
01:56 PM Revision 3fbda696 (qgis): Update sip binding
Paul Blottiere
01:55 PM Revision 3073d34f (qgis): Fix typo in canvas doc
Paul Blottiere
01:55 PM Revision fa176061 (qgis): Fix typo in raster layer doc
Paul Blottiere
01:37 PM Revision 7bcba35a (qgis): Merge pull request #9288 from pblottiere/fix_doc
Update doc Paul Blottiere
11:51 AM Revision f29207a5 (qgis): typo
David Signer
11:12 AM Revision 3e2af2ae (qgis): Update sip
Paul Blottiere
11:12 AM Revision d6ea67a4 (qgis): Remove duplicated word in doc
Paul Blottiere
10:55 AM Revision 6e395439 (qgis): Merge pull request #9242 from pblottiere/getprint_svg
Some cleaning [server] Paul Blottiere
10:19 AM Revision 0e8757b4 (qgis): Merge pull request #9236 from signedav/scale_getlegendgraphic
On GetLegendGraphics take the scale context from map parameters Paul Blottiere
09:41 AM Revision 741fb7d6 (qgis): update docu since 3.8
(cherry-picked from 6b09be7f32a7a8630c4f2a6b611dc8dc9c6e79ff) David Signer
09:40 AM Revision 42cd1359 (qgis): tests for scaled symbol sizes
with expected images from travis
(cherry-picked from de96fc75fa362a99522fc94c9a1cf48cb1524db7 8d1ceda878aa203227c84e...
David Signer
09:37 AM Revision 9552777d (qgis): use scale and mapUnitsPerPixel from map parameters bbox and size. in ca...
calculate mMmPerMapUnit with mapUnitsPerPixel to avoid to have redundant info
fixes #21309
(cherry-picked from a04f9...
David Signer
09:28 AM Revision 6b09be7f (qgis): update docu since 3.8
David Signer
09:24 AM Revision 7cce46e1 (qgis): Fix error message
Paul Blottiere
09:24 AM Revision d67875fe (qgis): Replace getter names
Paul Blottiere
09:24 AM Revision 14f201ca (qgis): Add unit test
Paul Blottiere
09:24 AM Revision 11e80b1b (qgis): Replace string by enum for format
Paul Blottiere
09:24 AM Revision e25f60c1 (qgis): Set png as the default format for images in WMS service
Paul Blottiere
09:24 AM Revision 8e4755ca (qgis): Remove another function
Paul Blottiere
09:24 AM Revision e0cbf334 (qgis): Use static notation
Paul Blottiere
09:24 AM Revision 5d59d669 (qgis): Update doc
Paul Blottiere
09:24 AM Revision 0f3b3654 (qgis): Update test for not mandatory format parameter
Paul Blottiere
09:24 AM Revision 7e5dc185 (qgis): Remove redundant return
Paul Blottiere
09:24 AM Revision 0a76d7c1 (qgis): Fixes unit tests
Paul Blottiere
09:24 AM Revision 58c38f2f (qgis): Remove duplicated public/private
Paul Blottiere
09:24 AM Revision f636147f (qgis): Remove unused functions
Paul Blottiere
09:24 AM Revision 77d2aaa1 (qgis): Return default value if value is empty
Paul Blottiere
09:24 AM Revision e8181e91 (qgis): Update doc for 3.8
Paul Blottiere
09:09 AM Revision fb81ce68 (qgis): backport dwg import fixes
fec20ae0e dwg import: less noisy noise reduction
3aa2d9ff9 dwg import: catch spline misinterpretation (fixes #20392...
Jürgen Fischer
07:54 AM Revision 81f0c5ce (qgis): Merge pull request #9241 from m-kuhn/merge-lines-on-dissolve
[processing] Merge lines on dissolve Matthias Kuhn
07:02 AM Revision 36a10465 (qgis): srs.db add Australian entries
insert into tbl_datum_transform VALUES (8447,100020,4283,7844,9615, 'GDA94_GDA2020_conformal_and_distortion.gsb', nul... Nyall Dawson
06:02 AM Revision 0eeedacf (qgis): Fix db manager sql query
Fixes #21353 Alessandro Pasotti
04:58 AM Revision a7dfa9eb (qgis): srs.db add Australian entries
insert into tbl_datum_transform VALUES (8447,100020,4283,7844,9615, 'GDA94_GDA2020_conformal_and_distortion.gsb', nul... Nyall Dawson
03:49 AM Revision fb324f3e (qgis): srs.db add Australian entries
insert into tbl_datum_transform VALUES (8447,100020,4283,7844,9615, 'GDA94_GDA2020_conformal_and_distortion.gsb', nul... Nyall Dawson
02:14 AM Revision 1ef89f2b (qgis): Fix regex used to replace [% %] expressions in text
Was incorrectly truncating at first ']' character
Fixes #21366
(cherry picked from commit cab2dcf62cedad069ea64c379...
Nyall Dawson
02:14 AM Revision 99d6e54f (qgis): fix error: call to 'abs' is ambiguous
(cherry picked from commit a020d479b4f49ab56d515f61182d64a03d0b77d0) JF Perini
02:14 AM Revision f7f8eb82 (qgis): [processing] Fix "Add geometry attributes" handling of multipoint geom
For multipoints, export the count of geometries only
(cherry picked from commit ec1218314df5673f365e0706c6b0485d2a9f...
Nyall Dawson
02:14 AM Revision 38a3b2a7 (qgis): [processing] do not allow using unsupported file formats
Show warning message if user selects incompatible output file format
fixes #21089
(cherry picked from commit 13bff9...
Victor Olaya
02:14 AM Revision 28cdd978 (qgis): Fix space inserted at start of graduated legend entries
Fixes #21339
(cherry picked from commit 0efa0b1dde5243be7970bda1be806d101165565f)
Nyall Dawson

2019-02-25

12:42 AM Revision bb5a3602 (qgis): Merge pull request #9278 from nyalldawson/backports36
Nyall Dawson
11:34 PM Revision 0259d5d3 (qgis): Merge pull request #9275 from 3nids/vertextool_34
vertex tool / editor synchronisation backport 3.4 Denis Rouzaud
11:32 PM Revision d1800388 (qgis): [processing] Script decorators: correctly check that parent parameter e...
(cherry picked from commit f76be664fef81a2fe07d7dc656023881810f2870) Victor Olaya
11:31 PM Revision f76be664 (qgis): [processing] Script decorators: correctly check that parent parameter e...
Victor Olaya
11:29 PM Revision e1f341f2 (qgis): [processing] consider destination params as outputs when defining scripts
(cherry picked from commit 29b952d90cc904d08174fef3ea0eac0cf766c195) Victor Olaya
11:28 PM Revision d966d9c7 (qgis): Fix regex used to replace [% %] expressions in text
Was incorrectly truncating at first ']' character
Fixes #21366
(cherry picked from commit cab2dcf62cedad069ea64c379...
Nyall Dawson
10:28 PM Revision 206cc960 (qgis): debian packaging:
* remove xenial & stretch support
* remove globe plugin
* always enable 3d
Jürgen Fischer
10:24 PM Revision aeec6dfa (qgis): debian packaging updates (squashed pull request #9254)
1b1e60d2a5 Use libqscintilla2-qt5-dev instead of virtual package.
dd5003e1e4 Use "-noawait" variant for qgis-crssync ...
Bas Couwenberg
10:03 PM Revision a3e37420 (qgis): Merge pull request #9273 from elpaso/bugfix-fix-path-resolver-urls
fix path resolver urls Alessandro Pasotti
09:56 PM Revision 29b952d9 (qgis): [processing] consider destination params as outputs when defining scripts
Victor Olaya
09:47 PM Revision a95f8728 (qgis): Merge pull request #9277 from 3nids/vertextool_36
vertex tool / editor synchronisation backport 3.6 Denis Rouzaud
08:14 PM Revision 643a763b (qgis): fix updating vertex selection
Denis Rouzaud
08:14 PM Revision 3e7d781f (qgis): use bool variables instead of connecting/disconnecting signals
also move simple QgsVertexEntry to qgsvertexeditor.h Denis Rouzaud
08:14 PM Revision e8e22580 (qgis): fix updating table selection
Denis Rouzaud
08:14 PM Revision f7ef54e5 (qgis): only select vertices from locked feature again
Denis Rouzaud
08:14 PM Revision 9a08a7dc (qgis): synchronize selection from the editor to the tool
Denis Rouzaud
08:14 PM Revision 9750868f (qgis): correctly keep/clear vertices selection when switching locked feature
Denis Rouzaud
08:13 PM Revision dcb2bea2 (qgis): remove vertex highlighting from editor
Denis Rouzaud
08:06 PM Revision d7e321ed (qgis): use bool variables instead of connecting/disconnecting signals
also move simple QgsVertexEntry to qgsvertexeditor.h Denis Rouzaud
08:06 PM Revision 77fa229b (qgis): fix updating vertex selection
Denis Rouzaud
08:06 PM Revision 06f92d29 (qgis): fix updating table selection
Denis Rouzaud
08:06 PM Revision dfac826f (qgis): remove vertex highlighting from editor
Denis Rouzaud
08:06 PM Revision dbad206c (qgis): remove uselesss method, move code to constructor
and initialize in header Denis Rouzaud
08:06 PM Revision 36fc62cf (qgis): also rename file and class
Denis Rouzaud
08:06 PM Revision 5b7cb3ff (qgis): followup rename
Denis Rouzaud
08:06 PM Revision e918acdf (qgis): synchronize selection from the editor to the tool
Denis Rouzaud
08:06 PM Revision f90a9474 (qgis): correctly keep/clear vertices selection when switching locked feature
Denis Rouzaud
08:06 PM Revision 1b14524a (qgis): only select vertices from locked feature again
Denis Rouzaud
08:06 PM Revision 0a2d3ba0 (qgis): [vertex tool] rename mSelectedFeature to mLockedFeature
Denis Rouzaud
07:52 PM Revision 84e903c1 (qgis): Typo
Alessandro Pasotti
06:24 PM Revision 0da36513 (qgis): add tooltips in the vertex editor
Etienne Trimaille
06:24 PM Revision 5520a01e (qgis): Fix db manager sql query
Fixes #21353 Alessandro Pasotti
06:24 PM Revision 519a30f1 (qgis): Standardise dox for signals
Nyall Dawson
06:24 PM Revision cab2dcf6 (qgis): Fix regex used to replace [% %] expressions in text
Was incorrectly truncating at first ']' character
Fixes #21366
Nyall Dawson
05:07 PM Revision 61ceeb79 (qgis): expected images from travis
David Signer
03:23 PM Revision 98bd6d65 (qgis): Fix path resolver with extra URL-like stuff
Like for CSVs: see #21150 Alessandro Pasotti
03:13 PM Revision a615a3b3 (qgis): Merge pull request #9260 from elpaso/form-background-color
Add bg color option to form containers Alessandro Pasotti
03:10 PM Revision 8d1ceda8 (qgis): correct images from qgis travis build
David Signer
03:04 PM Revision ed2254a2 (qgis): Typo
Alessandro Pasotti
02:49 PM Revision 77f500b1 (qgis): [QgsQuick] - externalResource widget handler (#9232)
* [QgsQuick] - extended externalResource widget
Added removeFile function and modified fileName function - former ha...
sklencar
01:15 PM Revision d49dc897 (qgis): Merge pull request #9246 from 3nids/vertextool_sync2
[vertex tool] synchronisation of map tool and editor selections Denis Rouzaud
10:02 AM Revision 7eab74f8 (qgis): Fix use of trailing */ in dox, which messes with sipify Python document...
Nyall Dawson
10:02 AM Revision 48397402 (qgis): Spelling
Nyall Dawson
09:48 AM Revision de96fc75 (qgis): tests for scaled symbol sizes
David Signer
09:48 AM Revision 3e861635 (qgis): comments and comments since
David Signer
09:11 AM Revision 98348599 (qgis): Merge pull request #9239 from m-kuhn/better-error-messages-gpkg-fail
Better error message when failed to open DB Matthias Kuhn
09:05 AM Revision 9f576b67 (qgis): Merge pull request #9204 from troopa81/wms_filters
Add possbility to define one filter for several layers Paul Blottiere
09:03 AM Revision 94b5fed5 (qgis): Add test case for backgroundColor serialization
Alessandro Pasotti
09:03 AM Revision e63b2ef6 (qgis): Rename container background color dialog title
Alessandro Pasotti
08:49 AM Revision 2f305c56 (qgis): [processing] fixed finding grass folder
Victor Olaya
08:49 AM Revision 7f30680b (qgis): Add test files for dissolve consecutive lines
Matthias Kuhn
05:56 AM Revision 1867423f (qgis): [processing] Fix "Add geometry attributes" handling of multipoint geom
For multipoints, export the count of geometries only
(cherry picked from commit ec1218314df5673f365e0706c6b0485d2a9f...
Nyall Dawson
05:56 AM Revision d7ba8b97 (qgis): Fix crash when exporting reports
(cherry picked from commit 50f3a32f4ebfc0951eb3e4cb9fb63769392c72ba) Nyall Dawson
05:56 AM Revision 1f2849c0 (qgis): fix error: call to 'abs' is ambiguous
(cherry picked from commit a020d479b4f49ab56d515f61182d64a03d0b77d0) JF Perini
05:56 AM Revision 96b25ab7 (qgis): [processing] do not allow using unsupported file formats
Show warning message if user selects incompatible output file format
fixes #21089
(cherry picked from commit 13bff9...
Victor Olaya
05:56 AM Revision 201fdce2 (qgis): Fix space inserted at start of graduated legend entries
Fixes #21339
(cherry picked from commit 0efa0b1dde5243be7970bda1be806d101165565f)
Nyall Dawson
03:28 AM Revision 884d9f68 (qgis): Merge pull request #9209 from jdugge/advanceddigitizing_rotated
Fix advanced digitizing display for rotated map canvas Denis Rouzaud
02:32 AM Revision 8151872d (qgis): add tooltips in the vertex editor
Etienne Trimaille
02:10 AM Revision 50f3a32f (qgis): Fix crash when exporting reports
Nyall Dawson
01:30 AM Revision a887b7d3 (qgis): [processing] Fixed SAGA handling of non-ascii output files
Victor Olaya

2019-02-24

12:26 AM Revision 403a2e30 (qgis): Ran scripts/astyle-all.sh and scripts/sipify_all.sh
Stefanow Natsis
12:26 AM Revision 09efa48b (qgis): Fixed notation of doxygen comments that were after a member
Stefanow Natsis
11:41 PM Revision a020d479 (qgis): fix error: call to 'abs' is ambiguous
JF Perini
10:50 PM Revision ec121831 (qgis): [processing] Fix "Add geometry attributes" handling of multipoint geom
For multipoints, export the count of geometries only Nyall Dawson
10:50 PM Revision 0efa0b1d (qgis): Fix space inserted at start of graduated legend entries
Fixes #21339 Nyall Dawson
10:44 PM Revision 918f5f39 (qgis): fix Pal::registerCancellationCallback spelling
Jürgen Fischer
10:40 PM Revision 6b6a1ba5 (qgis): Fix spelling errors.
* cancelation -> cancellation
* overal -> overall
Bas Couwenberg
10:39 PM Revision 37117635 (qgis): Fix spelling errors.
* cancelation -> cancellation
* overal -> overall
Bas Couwenberg
06:13 PM Revision 13a08c97 (qgis): nsis: remove desktop links
Jürgen Fischer
01:29 PM Revision 6bdabcfe (qgis): Doc for the new backgroundColor argument
Alessandro Pasotti
01:18 PM Revision 8d3f73a6 (qgis): [feature][needs-docs] Add bg color option to form containers
Because gray is boring. Alessandro Pasotti
01:14 PM Revision c672893e (qgis): Typo
Alessandro Pasotti
12:21 PM Revision 46f0e5d5 (qgis): Fix spelling errors.
* cancelation -> cancellation
* hapenning -> happening
* overal -> overall
Bas Couwenberg

2019-02-23

11:23 PM Revision 678f98c3 (qgis): Merge pull request #9247 from elpaso/bugfix-21353-db-manager-sql-error
Fix db manager sql query Alessandro Pasotti
10:09 PM Revision 2b21a979 (qgis): fix #19933
Jürgen Fischer
07:50 PM Revision db2e5d1a (qgis): Sibling of 1fc27475e9af065bed8377d0d97a1f2a6b36ee7b
Stefanow Natsis
07:50 PM Revision 1fc27475 (qgis): Quick fix for a bug in QgsGeos::reshapeLine that causes QGIS to crash b...
Stefanow Natsis
07:50 PM Revision 03db73d9 (qgis): Quick fix for a bug in QgsGeos::reshapeLine that causes QGIS to crash b...
Stefanow Natsis
07:50 PM Revision e4cbec02 (qgis): Quick fix for a bug in QgsGeos::reshapeLine that causes QGIS to crash b...
Stefanow Natsis
07:50 PM Revision 9a2b8f99 (qgis): Sibling of 03db73d9f19a39d3c6e038936af481b293afcbe4
Stefanow Natsis
03:30 PM Revision a9652316 (qgis): Tiny cosmetic fix: error by 1 on iteration counter text
Alessandro Pasotti
11:10 AM Revision 74aa8ca1 (qgis): Fix db manager sql query
Fixes #21353 Alessandro Pasotti
08:34 AM Revision 0380bb16 (qgis): fix german mesh translation
Jürgen Fischer
04:58 AM Revision 57ac4e67 (qgis): use bool variables instead of connecting/disconnecting signals
also move simple QgsVertexEntry to qgsvertexeditor.h Denis Rouzaud
04:32 AM Revision 4c1f08cc (qgis): fix updating vertex selection
Denis Rouzaud
04:05 AM Revision 21fb4426 (qgis): synchronize selection from the editor to the tool
Denis Rouzaud
04:05 AM Revision 5427392d (qgis): remove vertex highlighting from editor
Denis Rouzaud
04:05 AM Revision b8f1cb37 (qgis): correctly keep/clear vertices selection when switching locked feature
Denis Rouzaud
04:05 AM Revision 1d0ca086 (qgis): only select vertices from locked feature again
Denis Rouzaud
04:05 AM Revision f77538e8 (qgis): fix updating table selection
Denis Rouzaud

2019-02-22

12:31 AM Revision 8673fca7 (qgis): fix german mesh translation
Jürgen Fischer
11:50 PM Revision ddb589a3 (qgis): fix ui warnings
Jürgen Fischer
11:50 PM Revision 6bf2d9d4 (qgis): dwg import: implement suggestion from #21330
Jürgen Fischer
08:24 PM Revision 13bff962 (qgis): [processing] do not allow using unsupported file formats
Show warning message if user selects incompatible output file format
fixes #21089
Victor Olaya
08:23 PM Revision c1aac322 (qgis): [FEATURE][processing] Allow expression variables to be set for a model
This adds a new "Model Variables" dock panel to the model editor, allowing
users to create and set custom expression ...
Nyall Dawson
08:23 PM Revision e31fb920 (qgis): [processing] Add API to allow custom expression variables to be set
for a model Nyall Dawson
08:23 PM Revision cdc622ef (qgis): Freackin Amurican sppelling
Nyall Dawson
08:22 PM Revision fbc22e20 (qgis): [feature] Add an option to cartesian measurement
Adds an option force Cartesian measurements to the measure distance/area dialogue
Fixes #19902
Loïc BARTOLETTI
08:20 PM Revision db1a1929 (qgis): [FEATURE][expressions] Simplified variant of "attribute" function
This adds a second variant for the existing "attribute" function.
The current function requires both a target feature...
Nyall Dawson
08:20 PM Revision 3433c9cc (qgis): [FEATURE][3d] Add camera lens field of view settings
Mathieu Pellerin - nIRV
08:20 PM Revision 471865af (qgis): [CI] fix travis test for OtbAlgorithms
Rashad Kanavath
08:20 PM Revision 8e78d201 (qgis): [test] Avoid "NOTFOUND" in LD_LIBRARY_PATH environment variable
Rashad Kanavath
08:20 PM Revision 0c1de040 (qgis): [review] fix issues from code review
Rashad Kanavath
08:20 PM Revision e286d5b9 (qgis): [CI] install OTB package for OtbAlgorithmsTest
Package will be taken from official OTB repository and will be
maintained by OTB team.
Rashad Kanavath
08:20 PM Revision 9983961e (qgis): update Otb Algorithm test to use Map Layer instance
Rashad Kanavath
08:20 PM Revision 08b4c1ae (qgis): check for layer providers and authid
OTB only supports gdal and ogr providers for now. Maybe memory
provider can be easily supported using some conversion...
Rashad Kanavath
08:20 PM Revision 70be3aae (qgis): add unit-test for passing values other than type str
Rashad Kanavath
08:20 PM Revision 9a6a70a0 (qgis): Reset outputpixeltype parameter options
Rashad Kanavath
08:20 PM Revision 8afb80e1 (qgis): [test] new test for OtbChoiceWidget
This can easily go into GuiTests.py but we tend to keep it out due to
usage of create_from_metadata(). All widget in ...
Rashad Kanavath
08:20 PM Revision e26e0981 (qgis): [test] a new test for otb algorithm that used crs
Rashad Kanavath
08:20 PM Revision e7ce84cb (qgis): Use parameterAs methods in OtbAlgorithm
This will accept stuff other than string type if needed by a user. Rashad Kanavath
08:20 PM Revision 5666db28 (qgis): pass file names with quotes to otb
Rashad Kanavath
08:20 PM Revision 3b87f7b1 (qgis): [FEATURE] [needs-docs] integrate OTB provider to processing plugin
Rashad Kanavath
08:20 PM Revision 30bcfebb (qgis): [TEST] add test for OTB processing provider
This includes yaml test like SAGA, GRASS and also test for loading
OTB Algorithms
Rashad Kanavath
08:20 PM Revision be52385e (qgis): using parameterAs from qgis api
Rashad Kanavath
02:21 PM Revision 5e66cd2f (qgis): Fix merge lines in dissolve
Matthias Kuhn
02:12 PM Revision bb78d1c9 (qgis): Add test for dissolve consecutive lines
Matthias Kuhn
01:48 PM Revision 1a8cbd19 (qgis): Bump version to 3.7
Jürgen Fischer
01:47 PM Revision 58734527 (qgis): Release of 3.6 (Noosa)
Jürgen Fischer
01:47 PM Revision aee8ed40 (qgis): changelog and news update for 3.6
Jürgen Fischer
01:47 PM Revision b4fed682 (qgis): translation update for 3.6 from transifex
Jürgen Fischer
01:34 PM Revision 89ee6f6e (qgis): Release of 3.4.5
Jürgen Fischer
11:28 AM Revision 057b225d (qgis): [quick] do not refresh map on click
Whenever user would click on the map (e.g. to identify a feature),
the freeze and subsequent unfreeze would force map...
Martin Dobias
11:28 AM Revision 0a0d2e99 (qgis): [quick] do not start moving canvas if the drag distance is too small
Often when users want to click (tap) the map, they still move the cursor
position a bit. This would trigger unwanted ...
Martin Dobias
11:17 AM Revision a2018deb (qgis): [processing] Merge lines on dissolve
This is a difference between how polygons and lines are handled on dissolve.
Neighbouring polygons are merged automat...
Matthias Kuhn
11:02 AM Revision 9aa00230 (qgis): Correct code formatting
Julien Cabieces
10:53 AM Revision b0123944 (qgis): Update mask
Julien Cabieces
10:26 AM Revision 9ad99910 (qgis): fix build warning with msvc
(cherry picked from commit 130f3edde9859944764150e3c4517afa3e99b2f1) Jürgen Fischer
10:13 AM Revision 130f3edd (qgis): fix build warning with msvc
Jürgen Fischer
09:19 AM Revision 17d07711 (qgis): [legend] Fix alignment and chopped off text of collapsed data-defined s...
Mathieu Pellerin - nIRV
09:18 AM Revision 78e8c342 (qgis): [legend] Fix alignment and chopped off text of collapsed data-defined s...
Mathieu Pellerin - nIRV
09:12 AM Revision 46474b43 (qgis): Use quote for bracket character
Co-Authored-By: troopa81 <[email protected]> Matthias Kuhn
09:12 AM Revision e9a9d977 (qgis): Use QgsMessageLog instead of QgsLogger for parsing string methods
Julien Cabieces
09:12 AM Revision 0753b144 (qgis): fixes #20872 : Manage postgres multidimensionnal array
Julien Cabieces
08:15 AM Revision 7de50a01 (qgis): calculate mMmPerMapUnit with mapUnitsPerPixel to avoid to have redundan...
David Signer
05:23 AM Revision fcdb4c02 (qgis): [vertex tool] small code cleanup (#9237)
* [vertex tool] rename mSelectedFeature to mLockedFeature
* also rename file and class
* remove uselesss method, mo...
Denis Rouzaud
03:16 AM Revision 006ddf5d (qgis): update model [vertex editor] (#9212) (#9238)
* [vertex editor] update model
instead of erasing/creating each time
* do not save layer in model since it's alread...
Denis Rouzaud
01:11 AM Revision 87c9e18e (qgis): dxf export: don't label invisible features (fixes #19604)
(cherry picked from commit c389fad1ad0396cf9914dedc8d2e9a9c303cd8f8) Jürgen Fischer
01:05 AM Revision c389fad1 (qgis): dxf export: don't label invisible features (fixes #19604)
Jürgen Fischer

2019-02-21

12:53 AM Revision db823175 (qgis): dxf export: fix output of closed 3d polylines (fixes #20242)
(cherry picked from commit 56ec47328b9e24951b51c00144221c95f88c6c83) Jürgen Fischer
12:52 AM Revision 56ec4732 (qgis): dxf export: fix output of closed 3d polylines (fixes #20242)
Jürgen Fischer
12:36 AM Revision 23c01de4 (qgis): dxf export: fix svg scaling
(cherry picked from commit 4b55dbef0b60349c74e40d9fd0109f33bca19510) Jürgen Fischer
12:35 AM Revision 4b55dbef (qgis): dxf export: fix svg scaling
Jürgen Fischer
10:41 PM Revision 9f97f343 (qgis): Fix misleading template
(cherry picked from commit e9c7c86aba8f60b9c4236895552de5b633c2c501) Nyall Dawson
10:29 PM Revision 4b3a2ef9 (qgis): german translation update
Jürgen Fischer
10:29 PM Revision e24f2e67 (qgis): update splash screen
Jürgen Fischer
09:57 PM Revision 1f4747fe (qgis): Better error message when failed to open DB
hopefully gives some hints why the db manager tests sometimes fail Matthias Kuhn
09:55 PM Revision e9c7c86a (qgis): Fix misleading template
Nyall Dawson
09:04 PM Revision 06f9be1c (qgis): keep comments when save as preset or file, remove lines starting by "--...
Etienne Trimaille
07:16 PM Revision 2ed6c670 (qgis): QgsGmlStreamingParser: fix parsing of GML geometries with srsDimension=...
Even Rouault
07:15 PM Revision df295a80 (qgis): Merge pull request #9234 from rouault/fix_21335
QgsGmlStreamingParser: fix parsing of GML geometries with srsDimension='3' set on posList element (fixes #21335) Even Rouault
05:58 PM Revision a04f91b8 (qgis): use scale and mapUnitsPerPixel from map parameters bbox and size
in case bbox and size is given in the GetLegendGraphics request, the size of symbols defined by map units is calculat... David Signer
05:39 PM Revision 466dc359 (qgis): QgsGmlStreamingParser: fix parsing of GML geometries with srsDimension=...
Even Rouault
05:25 PM Revision 3c2d44bd (qgis): Merge pull request #9233 from Alexis-B/typo
Typo Matthias Kuhn
04:44 PM Revision a2bc1fff (qgis): Add getmap with error on filter
Julien Cabieces
04:44 PM Revision 053ab496 (qgis): Use const ref when looping on layers
Julien Cabieces
04:00 PM Revision 5b230ab8 (qgis): Fix sip file too
Matthias Kuhn
02:55 PM Revision 4a284b49 (qgis): Fixing typo
oslandia
12:35 PM Revision 5a96fab7 (qgis): Merge pull request #8968 from volaya/fix_saga_non_ascii
fixed handling of input filenames with non-ascii characters [processing] Luigi Pirelli
10:11 AM Revision 52546db8 (qgis): [processing] fixed saga test
Victor Olaya
10:07 AM Revision 8986c971 (qgis): Continue loop of locked features after mouse move
A small UX improvement: after right click in a location with feature A and B,
we would do a loop A - B - nothing - A ...
Martin Dobias
10:07 AM Revision 1991ce61 (qgis): Make sure not to crash if there are no alternatives for right click
(cherry picked from commit 3d99fd5a04c93fab1ce12d4d9e08993537f7fbe8) Martin Dobias
10:07 AM Revision 0171aa22 (qgis): Do not keep highlight when locking/unlocking feature
It was a bit strange effect when locking feature... when moving mouse
over a feature it would have highlight, then on...
Martin Dobias
10:07 AM Revision bdec90c4 (qgis): Fix issue with selection of vertices of locked feature (fixes #21283)
When user was coming with mouse to a vertex of the locked feature
from a different feature, it could happen that the ...
Martin Dobias
10:05 AM Revision 40134d64 (qgis): [processing] fixed SAGA command writing and test
Victor Olaya
09:52 AM Revision 5292efd0 (qgis): Merge pull request #9221 from m-kuhn/relation-reference-field-formatter...
Add cache for relation reference field formatter Matthias Kuhn
08:53 AM Revision 6fd21c2f (qgis): Do not keep highlight when locking/unlocking feature
It was a bit strange effect when locking feature... when moving mouse
over a feature it would have highlight, then on...
Martin Dobias
08:53 AM Revision 3d99fd5a (qgis): Make sure not to crash if there are no alternatives for right click
Martin Dobias
08:53 AM Revision 7831f3ef (qgis): Continue loop of locked features after mouse move
A small UX improvement: after right click in a location with feature A and B,
we would do a loop A - B - nothing - A ...
Martin Dobias
08:53 AM Revision aec87a0a (qgis): Fix issue with selection of vertices of locked feature (fixes #21283)
When user was coming with mouse to a vertex of the locked feature
from a different feature, it could happen that the ...
Martin Dobias
08:32 AM Revision e42c6a35 (qgis): Merge pull request #9219 from elpaso/bugfix-21303-postgis-slow-table-open
Postgis: cache information about enum fields Alessandro Pasotti
08:31 AM Revision 17280c3e (qgis): Merge pull request #9203 from elpaso/bugfix-21305-paste-slow-no-provider
Cache unique values when creating features Alessandro Pasotti
08:00 AM Revision 525bf5f6 (qgis): Merge pull request #9215 from elpaso/release-3_4-backports
Release 3 4 backports Alessandro Pasotti
07:53 AM Revision 4d5dad81 (qgis): Merge pull request #9223 from m-kuhn/geometry_validator_summary_cleanup
Geometry validator summary cleanup Matthias Kuhn
07:06 AM Revision 013ff579 (qgis): Remove expression's not-yet-prepared warning
Mathieu Pellerin - nIRV
03:35 AM Revision 9280a071 (qgis): Remove expression's not-yet-prepared warning
Mathieu Pellerin - nIRV

2019-02-20

12:25 AM Revision 6d71053b (qgis): Fix feature request containing a filter expression which needs
both geometry and the magic all attributes flag
(cherry picked from commit 33aa63b85515cf0cbff161e3f14b117550fd9bfe)
Nyall Dawson
12:25 AM Revision 235a667b (qgis): Update test
(cherry picked from commit 2609d9f05742c863831d8cd639c3d1e2a41288e1) Nyall Dawson
12:25 AM Revision 31adb153 (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
12:25 AM Revision 86b0bd8c (qgis): [layouts] Fix hidden coverage atlas setting is ignored when exporting a...
Fixes #21243
(cherry picked from commit eceaea8c355f77b5167e26f0a33652fc11b03e1e)
Nyall Dawson
11:25 PM Revision 87689894 (qgis): Update README_FONTS
Anita Graser
11:25 PM Revision bcbeda44 (qgis): Update README_FONTS
Anita Graser
10:36 PM Revision dd7a5f5b (qgis): Merge pull request #9183 from Gustry/save_comments
keep comments when saving query, fix single line comment Alessandro Pasotti
09:57 PM Revision 9d530e1f (qgis): Simplify angle correction
J. Dugge
09:18 PM Revision 89e3fce0 (qgis): update model [vertex editor] (#9212)
* [vertex editor] update model
instead of erasing/creating each time
* do not save layer in model since it's alread...
Denis Rouzaud
08:41 PM Revision 1c343292 (qgis): Allow expression widget to be empty so expression could be removed (#9032)
* fixes #20516 : Allow Constraint widget in attribute type form to be empty so expression could be removed
per widge...
Julien Cabieces
08:33 PM Revision 29a5bd9e (qgis): Remove unused variable
J. Dugge
07:11 PM Revision 9c060614 (qgis): Adjust test
Matthias Kuhn
06:58 PM Revision 9f77b2dd (qgis): Prepare expression and only request required pieces
Matthias Kuhn
06:58 PM Revision 5fe225bb (qgis): Add cache for relation reference field formatter
this speeds up tables with relation reference fields massively Matthias Kuhn
06:23 PM Revision 7627fb20 (qgis): Clear supports enum values cache when attributes change
Alessandro Pasotti
06:14 PM Revision 968e08c6 (qgis): Geometry validator: do not report result summary as error
Matthias Kuhn
05:52 PM Revision 5adb34da (qgis): Revert "Merge pull request #9164 from elpaso/bugfix-21227-layer-rename-...
This reverts commit 0d95ec854d6329ac1da5d95c65c34b1c34308ef1. Alessandro Pasotti
05:50 PM Revision eceaea8c (qgis): [layouts] Fix hidden coverage atlas setting is ignored when exporting a...
Fixes #21243 Nyall Dawson
05:50 PM Revision d0b053e9 (qgis): Fix condition to enable pgsql insert optimization
Fixes a condition to enable Postgis provider insert optimization
(by skipping the PK column if its default is a seque...
Timothe Perez
05:50 PM Revision e098b9a3 (qgis): Fix loss of precision when converting fields to uri in memory provider
Fixes #21316
(cherry picked from commit f3cb3488ec5b1edca298833c6a982fe77b056e59)
Nyall Dawson
05:50 PM Revision d3eaa9b8 (qgis): [BUGFIX] fixes #20829 Snapping options in meters rounded to integers
(cherry picked from commit 50c9b2394e5b62a2421b0241799577f011a6de32) Loïc BARTOLETTI
05:50 PM Revision 9500d397 (qgis): #21264 bug in saga algorithm python
(cherry picked from commit edbfb0a1dfd489c9a1ba3b581117e5e62b78e571) dulle droid
05:50 PM Revision 7a73e500 (qgis): [processing][gdal] Ensure no filename clashes occur in writeLayerParame...
(cherry picked from commit e5a416ea11fb65ca19293de3acdd11bff7adc87d) Nyall Dawson
05:50 PM Revision f0558c3e (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
05:50 PM Revision e9b2e144 (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
(cherry picked from commit 342c093d91d497d322...
Nyall Dawson
05:50 PM Revision bad93ce8 (qgis): add some optional flags in make_polygon expression
(cherry picked from commit 06fab90981343551f2c5db389f96fd3993cdf284) Etienne Trimaille
05:49 PM Revision 2609d9f0 (qgis): Update test
Nyall Dawson
05:49 PM Revision 33aa63b8 (qgis): Fix feature request containing a filter expression which needs
both geometry and the magic all attributes flag Nyall Dawson
04:51 PM Revision b981c8a8 (qgis): update to MDAL 0.2.0 (friendly release for QGIS 3.6)
Peter Petrik
04:02 PM Revision b7776f55 (qgis): Merge pull request #9107 from AchilleAsh/fix_20170_postgis_connection_r...
Fix Postgresql connection reset not being called in PostgisProvider Luigi Pirelli
03:26 PM Revision ab60a3ee (qgis): Fix merge conflict leftover
Alessandro Pasotti
03:02 PM Revision 4f30a44b (qgis): Postgis: cache information about enum fields
This is called several times and can slow down substantially
the opening of the attribute table.
Partially fixes #21...
Alessandro Pasotti
02:02 PM Revision ddbd06f3 (qgis): Merge pull request #9207 from mbernasocchi/master
Add safety guard when mDataProvider is not set Matthias Kuhn
12:01 PM Revision 8ea09b61 (qgis): Run sipify
Matthias Kuhn
11:03 AM Revision 28650e75 (qgis): Merge pull request #9193 from elpaso/bugfix-21270-processing-algrunner-...
Processing: fix crash in alg runner task with bad scripts
Cherry-picked from master commit ff9a65c
Alessandro Pasotti
11:01 AM Revision 2a04ba50 (qgis): Merge pull request #9191 from elpaso/bugfix-21259-geomchecker-crash
Geom checker plugin: don't crash if feedback is 0x0
cherry-picked from master commit 377040a
Alessandro Pasotti
11:00 AM Revision df8a5c27 (qgis): Merge pull request #9181 from elpaso/bugfix-21287-rule-based-double-else2
Rule based renderer: check for scale in rulesForFeature
Cherry-picked from master commit 2c25c3d
Alessandro Pasotti
11:00 AM Revision 3a452edf (qgis): Merge pull request #9170 from elpaso/bugfix-21254-load-style-from-db
[ogr] Show style description instead of name in other styles
Cherry-picked from master commit 24c09d1
Alessandro Pasotti
10:59 AM Revision 0d95ec85 (qgis): Merge pull request #9164 from elpaso/bugfix-21227-layer-rename-styles
Fix GPKG layer rename styles in browser
Cherry-picked from master commit dabd649
Alessandro Pasotti
10:29 AM Revision 4250ef24 (qgis): Removed redundant check for isValid
Alessandro Pasotti
10:17 AM Revision 2604fc70 (qgis): Test for regression #21304 "default value" is not applied when pasting ...
Alessandro Pasotti
10:11 AM Revision bf1575f4 (qgis): Also check for nulls when applying defaults
isValid is not enough because fields are initialized with
QVariant(field.type()) which is valid but null.
Fixes #213...
Alessandro Pasotti
10:10 AM Revision 76c6ec8c (qgis): Prevent crash when fields are deleted from the vector options dialog
Alessandro Pasotti
10:10 AM Revision 4c8280a5 (qgis): Moved comment
Alessandro Pasotti
09:58 AM Revision b30f51ab (qgis): fixes #18421 : Keep options AUTO_REPACK=OFF when reloading data in ogr ...
Julien Cabieces
09:06 AM Revision 82e189e0 (qgis): [themes] Handle non-existent theme name setting in app stylesheet
Mathieu Pellerin - nIRV
09:05 AM Revision 8eb1c4e8 (qgis): [themes] Handle non-existent theme name setting in app stylesheet
Mathieu Pellerin - nIRV
08:59 AM Revision 64821661 (qgis): Update src/core/qgsvectorlayer.cpp
Co-Authored-By: mbernasocchi <[email protected]> Matthias Kuhn
08:42 AM Revision 443d8600 (qgis): Revert "Update src/core/qgsvectorlayerutils.cpp"
This reverts commit f4d7e73a545dcf2604b93f55f5b0030a5a29440a. Alessandro Pasotti
08:42 AM Revision f3cb3488 (qgis): Fix loss of precision when converting fields to uri in memory provider
Fixes #21316 Nyall Dawson
08:33 AM Revision 707845d7 (qgis): Updated docs for featureCount()
Matthias Kuhn
08:24 AM Revision f4d7e73a (qgis): Update src/core/qgsvectorlayerutils.cpp
Co-Authored-By: elpaso <[email protected]> Matthias Kuhn
07:43 AM Revision ff9a65c1 (qgis): Merge pull request #9193 from elpaso/bugfix-21270-processing-algrunner-...
Processing: fix crash in alg runner task with bad scripts Alessandro Pasotti
06:25 AM Revision a5934f37 (qgis): Add more translation
Harrissou Santanna
06:25 AM Revision 636ac742 (qgis): Update French translation
Harrissou Santanna
06:25 AM Revision 2a148e21 (qgis): another round of translation
Harrissou Santanna
04:38 AM Revision 9c888bb3 (qgis): Update tests/src/python/qgis_wrapped_server.py
Co-Authored-By: elpaso <[email protected]> Matthias Kuhn
04:38 AM Revision cf5533e0 (qgis): Revert "remove 'multithreading is not supp in server text'"
This reverts commit 6c1036c5c0634a0381b17b03472ab012faefec58. Alessandro Pasotti
04:20 AM Revision 506aaa07 (qgis): [expression] Add try() function to provide a way to detect and handle
expressions which can intermittently fail. Mathieu Pellerin - nIRV
04:05 AM Revision 7acfefad (qgis): Fix infinite progress when an algorithm could not be created
Nyall Dawson
04:05 AM Revision 979adbba (qgis): Indicate exception types to sip
Exposes the full Python exception when an error occurs in createInstance() Nyall Dawson
02:48 AM Revision 627230c1 (qgis): fixes #18421 : Keep options AUTO_REPACK=OFF when reloading data in ogr ...
Julien Cabieces
02:14 AM Revision c8d3f74f (qgis): [grass7][mac] Use the most recent GRASS version
This is a continuation of:
- #8db3dead87e385f2798356d
- #5c97d22b16320874dbe1
This commit only affects users that h...
Panagiotis Mavrogiorgos
02:02 AM Revision 50c9b239 (qgis): [BUGFIX] fixes #20829 Snapping options in meters rounded to integers
Loïc BARTOLETTI
02:00 AM Revision 8f468621 (qgis): [ui] Add Help button to the "Load Layer Style" dialog (#8986)
(cherry picked from commit bc4efc9908c6497b69a97f15fafc2e87b2a69f91) Harrissou Santanna
02:00 AM Revision 67b5b676 (qgis): Fix button order in DB styles dialog and add GPKG delete support
Fixes #21068
(cherry picked from commit 90a9852b694acc1aa1a8e84c07efd59b4b6d7d81)
Alessandro Pasotti
01:59 AM Revision f0710300 (qgis): Fix condition to enable pgsql insert optimization
Fixes a condition to enable Postgis provider insert optimization
(by skipping the PK column if its default is a seque...
Timothe Perez
01:28 AM Revision 8c18a5c8 (qgis): [FreeBSD] GRASS inverse searching order
+1 with @neteler
"start with searching the newest GRASS GIS version first"
https://github.com/qgis/QGIS/pull/9174#iss...
Loïc BARTOLETTI
01:27 AM Revision 80ab968e (qgis): [grass7][mac] Use the most recent GRASS version
This is backporting: https://github.com/qgis/QGIS/pull/9200
It is a continuation of:
* [8db3dea](https://github....
Panagiotis Mavrogiorgos
01:25 AM Revision 1de9e28f (qgis): Make it easier to subclass "Grass7AlgorithmProvider"
Backport of 9202: https://github.com/qgis/QGIS/pull/9202
After @Nyalldawson suggestion [1], we've implemented a Proc...
Panagiotis Mavrogiorgos

2019-02-19

12:27 AM Revision 7599d4f8 (qgis): [expression] Add try() function to provide a way to detect and handle
expressions which can intermittently fail. Mathieu Pellerin - nIRV
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 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:40 PM Revision c8a4dff4 (qgis): Add maximum search distance parameter to QgsSpatialIndex::nearestNeighbor
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 69c70314 (qgis): Auto set algorithm linked to newly created QgsProcessingAlgorithmConfig...
Nyall Dawson
08:39 PM Revision b06f00d0 (qgis): Fix dox test
Nyall Dawson
08:39 PM Revision 346f3354 (qgis): [processing] Expose correct expression context in Refactor fields alg
Nyall Dawson
08:39 PM Revision eb335c39 (qgis): [processing] Set full context for QgsProcessingAlgorithmConfigurationWi...
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 f620adcb (qgis): Capitalization
Nyall Dawson
08:39 PM Revision 6021683c (qgis): Capitalization
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 892224c6 (qgis): Minor refactoring
Nyall Dawson
08:39 PM Revision 24529b19 (qgis): [processing] Add API to set contexts for QgsProcessingAlgorithmConfigur...
Nyall Dawson
07:56 PM Revision fd15c3e5 (qgis): dwg import: handle wrong hatch interpretation (refs #20392)
Jürgen Fischer
07:56 PM Revision 355deb59 (qgis): dwg import: fix exception (fixes #21177)
Jürgen Fischer
07:56 PM Revision b8c727f1 (qgis): dwg import: force polyline and hatch/ring continuity
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 0f6421df (qgis): dwg import: use Q_DECLARE_TR_FUNCTIONS in QgsDwgImporter
Jürgen Fischer
07:56 PM Revision d84c34e0 (qgis): dwg import: support nested blocks (refs #20392)
Jürgen Fischer
07:56 PM Revision 92e7faab (qgis): dwg/dxf import: fix angle and alignment handing of (m)texts
Jürgen Fischer
07:56 PM Revision 6090a932 (qgis): dwg import: less noisy debugging
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 3aa2d9ff (qgis): dwg import: catch spline misinterpretation (fixes #20392)
Jürgen Fischer
07:56 PM Revision fec20ae0 (qgis): dwg import: less noisy noise reduction
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 e5a416ea (qgis): [processing][gdal] Ensure no filename clashes occur in writeLayerParame...
Nyall Dawson
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: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 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 27ba7390 (qgis): QgsExpression: set setGeomCalculator precedence
setGeomCalculator, setDistanceUnits and setAreaUnits have now
precedence over expression scopes.
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 f8e76db1 (qgis): translate all ziputils error messages and remove log tags
Jürgen Fischer
11:21 AM Revision 13a127e6 (qgis): remove QgsOgrLayerItem::setCrs (overrided deprecated now unused method)
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 f445c26f (qgis): Small code cleanup to warm up
Martin Dobias
01:57 AM Revision 36e02339 (qgis): Fix tests
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
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 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 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 312d1439 (qgis): Add #spellok for a false positive in spelling test
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 ee980ca0 (qgis): Fix QgsExpressionNodeColumnRef::prepareNode
Look also for the attribute in the feature, as it is done by evalNode() 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: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 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
06:36 AM Revision 7418c189 (qgis): [processing] Also generate friendly names for outputs when converting m...
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 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: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: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 29fa7b6e (qgis): Fix build, indentation
Nyall Dawson
10:59 PM Revision d281c8ae (qgis): Fix build
Nyall Dawson
10:59 PM Revision 60a1d630 (qgis): Fix some missing expression context variables in processing expression ...
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 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 6648a955 (qgis): Fix test
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 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: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 57440ea5 (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 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 fe8be680 (qgis): removed default and managed UserDefinedEnhancement as not implemented
Luigi Pirelli
10:18 AM Revision 53ec2cfc (qgis): better use qgsDoubleNear
Luigi Pirelli
10:18 AM Revision 24a74d1a (qgis): typo + #if 0 for todo code
Luigi Pirelli
10:18 AM Revision 210dbc16 (qgis): typo and rephrased
Luigi Pirelli
10:18 AM Revision 7a1e6984 (qgis): typo
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 39c65481 (qgis): removed unuseful parentheses + removed default + forgot an enum
Luigi Pirelli
10:18 AM Revision fede75f0 (qgis): fixed spellcheck
Luigi Pirelli
10:14 AM Revision ee18eb56 (qgis): back to const methods
Luigi Pirelli
10:14 AM Revision 6af1d3fe (qgis): use qgsDoubleNear to avoid precision errors
Luigi Pirelli
10:14 AM Revision 8f75b159 (qgis): \#if 0 instead of comment
Luigi Pirelli
10:14 AM Revision a5866dfa (qgis): back to a more safe const method
Luigi Pirelli
10:14 AM Revision be6968ec (qgis): removed default and manage forgot enum
Luigi Pirelli
10:14 AM Revision 938e8d5c (qgis): translated error message
Luigi Pirelli
10:14 AM Revision d2b2b2ee (qgis): removed default in switch
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 fa1b5105 (qgis): API tweaks
(cherry picked from commit 9a75976ca45c5a2aea9b017bded2ea481f072094) 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 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 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 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 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
04:37 AM Revision 7714bfbf (qgis): [categorized] Fix blank layers when using categorized renderer
Fixes #21188 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
04:01 AM Revision 51a49812 (qgis): [memory] Optimise iteration, avoid multiple map lookups and an unnecess...
Nyall Dawson
03:58 AM Revision 916805cf (qgis): [processing] More responsive cancelation for dissolve algorithm
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: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 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 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 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 69e54150 (qgis): osgeo4w: fix b6293f23c8c (fixes #21210)
(cherry picked from commit eea4eda6a35f1a06f84f198249b51b169144c46f) Jürgen Fischer
10:28 AM Revision 8b8e6b81 (qgis): osgeo4w: run python scripts with python3 (fixes #20870)
(cherry picked from commit b6293f23c8c54602f668f980f50d76ef09271e8a) 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 2857f585 (qgis): File widget should also accept drops from browser
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 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 78a6b4ff (qgis): Fix build
Nyall Dawson
10:27 PM Revision 48e05434 (qgis): Dox++
Nyall Dawson
10:27 PM Revision 8ad2d729 (qgis): More unit tests
Nyall Dawson
10:27 PM Revision 324fb405 (qgis): QgsFileWidget should also accept dropped plain text paths
Nyall Dawson
10:27 PM Revision ceaf97b2 (qgis): Remove a totally unused enum
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 2dd55073 (qgis): Modernize code FOREACH -> range for
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: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 b7138b17 (qgis): Fix tests
Martin Dobias
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 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 eb8e36c2 (qgis): fix substr help (fixes #21192)
(cherry picked from commit 2bed7ab0018696dba76d2c8053d22633a271486e) Jürgen Fischer
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 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 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 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 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 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 cbc3bc34 (qgis): Fix build
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 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 0a158092 (qgis): Silence some noisy debug messages
(cherry picked from commit b581a084e13b8e72f383ee242d77a06a0e0f61d1) Nyall Dawson
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 519b8ffb (qgis): Fix some hidpi layout issues in options dialog
(cherry picked from commit d92f9e79f75829a35115853f8fd353dc994bfccf) 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 ae21d07d (qgis): [processing][gdal] Fix polygonize field name is ignored
(cherry picked from commit 06d5b996bfc37f2877ecbf708af608952420ed45) 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 b5eb321a (qgis): [processing][gdal] Fix incorrect definition of gdal_warp extra_param pa...
(cherry picked from commit f54f5a4fe70792f4d7ea376e28edad88c4d35d4a) 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 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
01:17 AM Revision e4e0948a (qgis): Add actionVertexToolActiveLayer to iface
Vincent Dionne

2019-02-06

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 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 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 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 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 1cc7b658 (qgis): Fix merge error from backports
Alessandro Pasotti
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 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 c8500605 (qgis): fix another include directive for spatialindex
Simon Wells
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
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 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 f63c4e15 (qgis): avoid conflicting geos spatialindex.h include file
correct includes for spatialindex Simon Wells
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
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 d92f9e79 (qgis): Fix some hidpi layout issues in options dialog
Nyall Dawson
06:14 PM Revision b581a084 (qgis): Silence some noisy debug messages
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 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: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:13 PM Revision c2f958db (qgis): fix some HIG and add missing translations in dbmanager
Etienne Trimaille
06:13 PM Revision ab64527e (qgis): allow QGZ files in selections
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 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:55 AM Revision f54f5a4f (qgis): [processing][gdal] Fix incorrect definition of gdal_warp extra_param pa...
Nyall Dawson
06:47 AM Revision eb0a020c (qgis): [ui] More hidpi-compatibility work for the vertex tool
Mathieu Pellerin - nIRV
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
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 427cb0b2 (qgis): fix some HIG and add missing translations in dbmanager
Etienne Trimaille
12:48 AM Revision ac9c6f1e (qgis): some minor code cleanup 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 384d3102 (qgis): Minor improvements to PyQGIS returns for SIP_OUT params
Nyall Dawson
06:55 PM Revision 4b0f6b75 (qgis): Slight improvements to Python docs
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 1c92fd23 (qgis): HIG string fixes
Nyall Dawson
12:51 AM Revision 15bcbf8c (qgis): Hidpi icon size fixes
Nyall Dawson
12:22 AM Revision 41e7d074 (qgis): Unit tests for QgsCredentials
(cherry picked from commit 16995206ae95d118466ad911a6b5db03afce17a3) 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:22 AM Revision 7678be1e (qgis): Dox++
(cherry picked from commit eba5409ebcab40eacf38d3215b2fffa8f6ffbf18) 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 fad08610 (qgis): Fix some label settings hidpi issues
(cherry picked from commit 599b0c8861a1a416835e5cd493a8106846de1d1e) 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 89fce33f (qgis): Fix misleading dox
(cherry picked from commit ffa49df9fbbd160381b64c5b6dc2808fbd2b226b) 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 122d5c3e (qgis): fix some PEP8 in Processing Model as python code
Etienne Trimaille
11:29 PM Revision 6a8ba52c (qgis): fix typo and HIG
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 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:58 PM Revision c1d10689 (qgis): Add #spellok for a false positive in spelling test
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 dcb6104f (qgis): Dox++
Nyall Dawson
11:44 AM Revision 18941a1a (qgis): Fix timeout in network timeout tests
Nyall Dawson
11:44 AM Revision d0c24edf (qgis): Import more useful libraries into console by default
Nyall Dawson
11:44 AM Revision cc6d88e2 (qgis): Add signal for logging after network authentication details have been a...
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 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 f1040efc (qgis): Nicer API for network timeouts
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 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 4495699b (qgis): Fix blocking request cancelation after a redirect occurs
Nyall Dawson
11:44 AM Revision 150668dd (qgis): Remove leftover buffer size code (credit to @nirvn)
Nyall Dawson
11:44 AM Revision c03ce930 (qgis): Allow use of local httpbin instances in unit tests
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 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 3f0171b8 (qgis): [BUGFIX] fix qgsRound for negative numbers. Fixes #20861
(cherry picked from commit cfdc8c26c29baaf4a62c9a94df9208dff3f6beda) Loïc BARTOLETTI
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 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 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 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 dbd75124 (qgis): [ui] Remove black background for the browser panel DB2 icon
(cherry picked from commit f2d8bdea4e01e8e873c6842d5f2e120345bac0bd) Mathieu Pellerin - nIRV
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
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 3b814eaa (qgis): [processing] Correct parameter type for Map Layer parameters
(cherry picked from commit d14869093a7661880650591b7baee4c64524c3d5) 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 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
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 fb519ead (qgis): Update QgsProcessingModelChildAlgorithm::asPythonCode for 3.x API
Nyall Dawson
07:54 AM Revision 946687c8 (qgis): Update QgsProcessingModelChildParameterSource::asPythonCode
Nyall Dawson
07:54 AM Revision 37774f9a (qgis): [processing] Add util to convert QVariant value to Python literal
Nyall Dawson
07:54 AM Revision 9b2e6013 (qgis): [processing] Update QgsProcessingModelAlgorithm::asPythonCode for 3.x API
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 f77cf4fa (qgis): [processing] Formalise object design for ContextAction, allow icons to ...
Nyall Dawson
07:54 AM Revision ffa49df9 (qgis): Fix misleading dox
Nyall Dawson
07:54 AM Revision bc76678e (qgis): Fix multiline description strings
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 f66d1999 (qgis): add SIP_DEPRECATED
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 2fbdac09 (qgis): remove Q_FOREACH
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 a911ef33 (qgis): [processing] fix output generation in v.net and add test
Alexander Bruy
02:54 PM Revision b9f559ee (qgis): [processing] fix broken stdout handling in GRASS algs (fix #21142)
Alexander Bruy
02:54 PM Revision dbe2cb73 (qgis): [processing] add test for v.net.distance algorithm
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
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 67bc5860 (qgis): fix formatting
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 0cc483f6 (qgis): set default value for newly added parameter
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 2752f834 (qgis): Fix inconsistent use of layout render context flags
Nyall Dawson
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: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 0ee10979 (qgis): Fix undersized layertree icons on hidpi displays
(cherry picked from commit 27bb2c156f73a7d344beb2f3ecbeb8a0041e4fe3) Nyall Dawson
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 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
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 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 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 b16dd5f1 (qgis): fix saving/restoring proxy excluded URLs (fix #20933)
(cherry picked from commit fc9796f52a2709700ab20a1b6bf5f275d168acb1) Alexander Bruy
04:35 PM Revision 67808743 (qgis): Fix build
(cherry picked from commit c44f8f0a151f54be6989ef9f7d6c1e33b99ba54a) Nyall Dawson
04:35 PM Revision 77fd62d8 (qgis): Fix more icon sizes on hidpi
(cherry picked from commit 9b2e39cef8a145de47e218e48bfb52a591227369) Nyall Dawson
04:35 PM Revision 2b042487 (qgis): Fix some clazy warnings
(cherry picked from commit 7b739f196d757213abfff7df9259669010c130e9) 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 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 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
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 3adbed50 (qgis): Fix test
Nyall Dawson
08:15 AM Revision d1486909 (qgis): [processing] Correct parameter type for Map Layer parameters
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: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 f841681c (qgis): Some cleaning
Paul Blottiere
12:42 PM Revision 8305bda5 (qgis): Fix unit test
Paul Blottiere
12:42 PM Revision daa40387 (qgis): Fix url query
Paul Blottiere
12:42 PM Revision ca397b29 (qgis): Case insensitive
Paul Blottiere
12:42 PM Revision 19a77fff (qgis): Update expected file
Paul Blottiere
12:42 PM Revision 81a8bc01 (qgis): Small fix
Paul Blottiere
12:42 PM Revision 3c8d5ebd (qgis): Update GetCapabilities tests with new json format
Paul Blottiere
12:42 PM Revision c55cbd2c (qgis): Add json format in gGetCapabilities document
Paul Blottiere
12:42 PM Revision 63645be5 (qgis): Remove left over
Paul Blottiere
12:42 PM Revision 4acc7136 (qgis): Update test
Paul Blottiere
12:42 PM Revision 130be380 (qgis): Use CRS in json geometry
Paul Blottiere
12:42 PM Revision aa55beba (qgis): Update tests
Paul Blottiere
12:42 PM Revision 7dbc96b6 (qgis): Update sip
Paul Blottiere
12:42 PM Revision 724813a5 (qgis): GeoServer compatibility
Paul Blottiere
12:42 PM Revision f6bfc985 (qgis): Add JSON format in WMS parameters
Paul Blottiere
12:42 PM Revision 70189194 (qgis): Fix unit test
Paul Blottiere
12:42 PM Revision 1b6ed5f4 (qgis): Update expected files for unit tests
Paul Blottiere
12:42 PM Revision 7f19cb81 (qgis): Update sip
Paul Blottiere
12:42 PM Revision eee940dc (qgis): Export aliases is an option
Paul Blottiere
12:42 PM Revision 3b452869 (qgis): Add unit test for application/geo+json format
Paul Blottiere
12:42 PM Revision 80f33343 (qgis): Add application/geo+json format
Paul Blottiere
12:42 PM Revision df758018 (qgis): Insensitive string comparison
Paul Blottiere
12:42 PM Revision 8db9ab15 (qgis): Fix comment
Paul Blottiere
12:42 PM Revision dee73c62 (qgis): Add QStringLiteral
Paul Blottiere
12:42 PM Revision 0f24e72b (qgis): Some cleaning
Paul Blottiere
12:42 PM Revision 8e3f7b13 (qgis): Update sip
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 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 f921f82f (qgis): Add GetFeatureInfo in JSON for vector layers
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 f453a76c (qgis): Fix doxygen warning
Nyall Dawson
05:21 AM Revision 838214bf (qgis): Avoid string to int conversion
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
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
 

Also available in: Atom