Activity

From 2020-08-20 to 2020-09-18

2020-09-18

01:12 PM Revision 4113fdc5 (qgis): Merge pull request #38856 from pblottiere/pyogctest_v101
Update pyogctest to v1.0.1 Paul Blottiere
11:36 AM Revision 74610f9d (qgis): Update pyogctest to v1.0.1
Paul Blottiere
03:50 AM Revision fe5615ea (qgis): Hold the GIL for more geometry related methods
Nyall Dawson
03:50 AM Revision 73626bdc (qgis): Initialize members
Nyall Dawson
03:50 AM Revision 8ea72bb9 (qgis): Fix build
Nyall Dawson
03:50 AM Revision c293d2c6 (qgis): [sipify] Correctly collapse TypeHint annotations
Nyall Dawson
03:50 AM Revision fe70bb24 (qgis): Dox
Nyall Dawson
03:06 AM Revision 67b55402 (qgis): Fix PG trust metadata layer loading
Fixes #38809
Followup 760347c3b6a95129db677a1915d90190779eaad5
Alessandro Pasotti
03:06 AM Revision 3d67b37b (qgis): Add missing import for new test
Alessandro Pasotti
03:05 AM Revision 3d0a14e1 (qgis): VectorFileWriter/OGR provider: workaround GDAL 3.1.x bug regarding XLSX...
GDAL 3.1.0 to 3.1.3 will create XLSX and ODS files with ZIP64 extensions,
which make them incompatible of current Lib...
Even Rouault
03:01 AM Revision dd9e0ba5 (qgis): Keep cached status up to date. Fixes #37326
Paul Blottiere
02:58 AM Revision 4d730c39 (qgis): [GUI] Raster histogram: restore behavior before #35465 changes
github-actions[bot]
02:56 AM Revision 24cfedf0 (qgis): fix #32511 always detect GRASS installation folder on MacOS
Peter Petrik
02:55 AM Revision f1f14e49 (qgis): Fixes #37038: Fix drag and drop field order in designer
Julien Cabieces
02:54 AM Revision fbe56750 (qgis): Coordinate operation widget: avoid repeating scope and remarks
For coordinate operations that are not concatenated operations, we
currently display twice the scope and remarks. Let...
Even Rouault

2020-09-17

10:22 PM Revision 9e654ca3 (qgis): Merge pull request #38641 from domi4484/mssqldefaultvalues
Implemented method QgsMssqlProvider::defaultValue Matthias Kuhn
08:34 PM Revision d4a2ddda (qgis): Tag some inexpensive, frequently called methods with the HoldGIL annota...
This prevents the Python GIL from being released before calling the method
(which is the default behaviour). For very...
Nyall Dawson
08:34 PM Revision 44fb4f5f (qgis): Dox
Nyall Dawson
03:10 PM Revision cc70b9f9 (qgis): Merge pull request #38769 from rouault/fix_38298
[GUI] Raster histogram: restore behavior before #35465 changes Even Rouault
02:28 PM Revision 8609a729 (qgis): Merge branch 'master' into mssqldefaultvalues
Matthias Kuhn
02:18 PM Revision 527a08ca (qgis): fix merge conflict (#38835)
Denis Rouzaud
02:02 PM Revision 1f4d9eac (qgis): fix merge conflict
Denis Rouzaud
12:25 PM Revision 8ed98f64 (qgis): Merge pull request #38815 from elpaso/bugfix-gh38716-marker-line-dd-angle
Set the line angle instead of the symbol angle Alessandro Pasotti
11:46 AM Revision d03e1728 (qgis): [themes] Fix night mapping checkbox glitches when embedded into table (...
Mathieu Pellerin - nIRV
11:46 AM Revision 52c31437 (qgis): [themes] Fix blend of gray checkbox glitches when embedded into table (...
Mathieu Pellerin - nIRV
11:10 AM Revision c44178f5 (qgis): Fix seealso link
Nyall Dawson
11:10 AM Revision 49e9b613 (qgis): [layouts] Keep a separate flag for whether only a subset of layers
are to be clipped from the project, instead of just tracking this
by the presence of any checked layers
Avoids incon...
Nyall Dawson
10:44 AM Revision fce4b276 (qgis): fix #35147 QgsMeshLayer map canvas rotation rendering (#38795)
fix #35147 QgsMeshLayer map canvas rotation rendering Peter Petrik
10:31 AM Revision 5ca4ef8f (qgis): QgsField::ConfigurationFlags: use a negative form for the flags so th… ...
* QgsField::ConfigurationFlags: use a negative form for the flags so that default flags is None
this will make this ...
Denis Rouzaud
10:07 AM Revision 7f924874 (qgis): Merge pull request #38816 from elpaso/bugfix-landingpage-wfsexposed
Update tests and fix wfs exposed fields list Alessandro Pasotti
10:06 AM Revision d66d2b65 (qgis): Merge pull request #38764 from elpaso/bugfix-gh38558-server-wfst-1.1.0-...
Fix server WFS-T 1.1.0 wrong case in transaction response Alessandro Pasotti
09:42 AM Revision 247a3999 (qgis): Add test for issue #38716
Alessandro Pasotti
08:48 AM Revision 445d78f7 (qgis): Add a plugin interface to add pages to the project properties dialog
Mathieu Pellerin - nIRV
08:38 AM Revision 965595d2 (qgis): [processing] Fix certain characters show as HTML escaped in processing log
Fixes #37934 Nyall Dawson
08:16 AM Revision 92d0ec59 (qgis): [hig] Fix incorrect capitalization in title of new layout name dialog
Nyall Dawson
08:12 AM Revision 934d81c7 (qgis): fix warnings
Jürgen Fischer
08:12 AM Revision 8ee86d01 (qgis): remove duplicate trailing ;
Jürgen Fischer
08:12 AM Revision 0f2b53c9 (qgis): osgeo4w: avoid placing grass' rstudio path in front of osgeo4w qt
Jürgen Fischer
08:12 AM Revision b20f57f0 (qgis): translation string fixes
Jürgen Fischer
08:12 AM Revision b3e7230a (qgis): mssql provider:
* add missing support for non-integer and compound keys
* update unit tests
* unify time handling: iterator / minimum...
Jürgen Fischer

2020-09-16

01:33 AM Revision 6bd3dc54 (qgis): Title case conversion works correctly on all uppercase string inputs
Nyall Dawson
01:33 AM Revision 484ba6f9 (qgis): [labeling] Add a new capitalization option for "Title Case", and
rename the confusing "Capitalize First Letter" option to
"Force First Letter to Capital"
This change is intended to ...
Nyall Dawson
01:30 AM Revision ae71913c (qgis): UI: better information message when toggling off edition mode on a tran...
Previously, we always displayed the name of the layer we toggled off, even if
it was not modified, which could be con...
Even Rouault
01:30 AM Revision 92ed4509 (qgis): Transaction and Geopackage datasets: make it work when the layer whose ...
We cannot use QgsDataSourceUri::connectionInfo() as it returns an empty string
for OGR datasources. So use QgsTransac...
Even Rouault
01:24 AM Revision cbdda422 (qgis): fix segmentation fault 11 on MacOS during closing QGIS
Peter Petrik
01:23 AM Revision 7bd1017d (qgis): Fixes #37503 : add actions to the tableview so they triggered by shortcut
Julien Cabieces
12:43 AM Revision fb759b08 (qgis): Fix build warning
Nyall Dawson
11:33 PM Revision ecc84056 (qgis): Expression preview widget: do not disable feature picker (fixes #38646)
In the text edit of the feature picker, if one currently enters an invalid value,
the whole feature picker becomes di...
Even Rouault
11:28 PM Revision c80093c4 (qgis): Expose QgsProject::setInstance to API
Fixes #38755
Needs forward porting to all active branches
Alessandro Pasotti
11:28 PM Revision a7824201 (qgis): Update SIP
Alessandro Pasotti
11:28 PM Revision cbb0cb3f (qgis): Add a warning about the usage of setInstance
Alessandro Pasotti
11:28 PM Revision e79103e3 (qgis): Spelling
Alessandro Pasotti
11:28 PM Revision 711faacf (qgis): Spelling
Alessandro Pasotti
11:28 PM Revision f9e547c8 (qgis): Expose QgsProject::setInstance to API
Fixes #38755
Needs forward porting to all active branches
Alessandro Pasotti
11:28 PM Revision b28393b7 (qgis): Update SIP
Alessandro Pasotti
11:28 PM Revision 7a803aef (qgis): Add a warning about the usage of setInstance
Alessandro Pasotti
11:27 PM Revision f0182520 (qgis): Add a Legend category to the style selection widgets and allow
legend settings to be stored and restored in QML
Fixes #37683
Nyall Dawson
11:27 PM Revision 98c20008 (qgis): Reword Field option in style category menu to make it clearer that
it includes the widget configuration
Fixes #28087
Nyall Dawson
11:26 PM Revision 1ad2e787 (qgis): Use QgsVectorLayerSaveStyleDialog when saving style from main window
right click menu
Fixes #29145
Nyall Dawson
11:26 PM Revision 2eff061b (qgis): [browser] Correctly save expanded node state when closing QGIS
Otherwise browser expanded nodes are never saved, and the browser
always returns to some random previous state
Nyall Dawson
11:26 PM Revision 0234d4e9 (qgis): [browser] Gpkg and other container types can be dragged to the map
to allow layers to be added from them
Otherwise it's impossible to select multiple gpkg files from the
browser to ad...
Nyall Dawson
11:25 PM Revision a5a5c4d0 (qgis): [backport] Checks for nullptr node from RULE
fixes #38766
Backported from master https://github.com/qgis/QGIS/pull/38775
Alessandro Pasotti
11:25 PM Revision 7e8c7b3d (qgis): Fixes #38796 : Fix serialization of QgsWeakRelation field pair
Julien Cabieces
11:24 PM Revision 1bd78908 (qgis): Replace PS character. Fixes #37803
Paul Blottiere
06:41 PM Revision 4743c674 (qgis): Update tests and fix wfs exposed fields list
Alessandro Pasotti
06:25 PM Revision 2018edbe (qgis): Set the line angle instead of the symbol angle
Fixes #38716 Alessandro Pasotti
05:28 PM Revision 5fc05e2d (qgis): Merge pull request #38801 from elpaso/bugfix-gh38552-value-relation-nul...
Fixes value relation line edit not found values Alessandro Pasotti
05:19 PM Revision bc3d8fd9 (qgis): Merge pull request #38285 from uclaros/split-add-topo-all-layers
Add topological points to all editable layers on split feature Denis Rouzaud
03:18 PM Revision bc1511ce (qgis): Skip line-pattern conversion, not supported yet
Mathieu Pellerin - nIRV
01:19 PM Revision 8929e74a (qgis): Merge pull request #38101 from DelazJ/fixInstall
Typo, URL and formatting in the build instructions Matthias Kuhn
12:09 PM Revision 448f7d9d (qgis): Fixes value relation line edit not found values
When there is no match in the relation layer,
show "(no selection)" instead of NOT updating
the widget (which was the...
Alessandro Pasotti
11:45 AM Revision 15975c1d (qgis): Don't prompt for CRS for annotation layers
Fixes #38739 Nyall Dawson
08:11 AM Revision 49037e05 (qgis): Merge pull request #38763 from elpaso/bugfix-gh38567-pg-unrestricted-ge...
PG unrestricted geometry: trust SRID from geometry_columns Alessandro Pasotti
07:02 AM Revision f6c98ec5 (qgis): Merge pull request #38730 from 3nids/conf-flag-check-cb
Use a checkable combobox for fields configuration flags Denis Rouzaud
04:11 AM Revision 40259f6e (qgis): Fix typo in name of QgsFeaturePickerModelBase::identifierIsNull() method
This is a protected virtual method, not exposed to SIP. So this should cause
no compatibility issue.
Even Rouault
04:08 AM Revision f1c0fe25 (qgis): Fix calculation of zoom level for vector tiles
Previously the code was calculating the exact zoom level (a double
value) and then rounding this to an integer in ord...
Nyall Dawson

2020-09-15

01:09 AM Revision 079f340e (qgis): [GUI] Identification result: fix warning 'CRITICAL Qt : QTableWidget: c...
Even Rouault
11:51 PM Revision ab667675 (qgis): put back old code
Denis Rouzaud
10:15 PM Revision 53c5c337 (qgis): [Algorithms] JoinByNearest: accept max_distance == 0.0 (fixes #38761)
Even Rouault
10:13 PM Revision 11471bf8 (qgis): Also convert mapbox gl icon-size values
Mathieu Pellerin - nIRV
10:13 PM Revision 1e715580 (qgis): [gps] Make GPS bearing line ellipsoid aware, instead of just a straight...
Nyall Dawson
10:13 PM Revision 76cf6029 (qgis): QgsMapCanvasLineSymbolItem can render linestrings
Nyall Dawson
10:12 PM Revision afd76984 (qgis): Extract utility functions for saving and reading raster color map defin...
to file to new QgsRasterRendererUtils class Nyall Dawson
10:12 PM Revision 25214937 (qgis): Fix reading saved color map file when an item's label contains
a comma character
Fixes #24112
Nyall Dawson
10:12 PM Revision 4668927c (qgis): Fix diagram settings are not correctly restored when loading a QML file
The settings were being restored, but the dialog was not updating
the reflect the loaded settings, so clicking OK cau...
Nyall Dawson
10:11 PM Revision 3f1975ff (qgis): Server: prevents a crash non non-existent RULE
Checks for nullptr node from RULE, fixes #38766 Alessandro Pasotti
09:22 PM Revision 834bcc79 (qgis): restore old code
Denis Rouzaud
07:46 PM Revision 235864fb (qgis): Fix test data (add SRID)
Alessandro Pasotti
05:33 PM Revision c738609d (qgis): update test projects (open and save)
Denis Rouzaud
04:59 PM Revision 194305b4 (qgis): Do not set detected SRID from rquested
Alessandro Pasotti
04:59 PM Revision 7094614f (qgis): Typo
Alessandro Pasotti
04:01 PM Revision da712025 (qgis): [GUI] Raster histogram: restore behavior before #35465 changes
Commits 98261bcfd4bd05948bd1b2a68c741c80e4e2e515 and ebdb546c1044b793d25097ddc04ed34b5fb6d956
for #35465 have changed...
Even Rouault
02:56 PM Revision 4afe021f (qgis): fix msissing negation
Denis Rouzaud
12:23 PM Revision 7265d9de (qgis): fix sip
Denis Rouzaud
11:54 AM Revision 8b051b9a (qgis): fix #38720
github-actions[bot]
11:44 AM Revision aa79a840 (qgis): Fix server WFS-T 1.1.0 wrong case in transaction response
Fixes #38558 Alessandro Pasotti
11:07 AM Revision 1560d9ae (qgis): PG unrestricted geometry: trust SRID from geometry_columns
Fixes #38567 where the SRID was not detected if the table was empty.
Also: do not override the SRID passed explicitl...
Alessandro Pasotti
09:53 AM Revision df273945 (qgis): fix #38720
(cherry picked from commit 44b4a75a0a772604c73c6bb0d901b2599e9779d9) Jürgen Fischer
09:51 AM Revision 44b4a75a (qgis): fix #38720
Jürgen Fischer
09:44 AM Revision 39b78b40 (qgis): install supervisor in focal deps image
Denis Rouzaud
09:43 AM Revision e2622ea5 (qgis): Update qgis3-build-deps.dockerfile
Denis Rouzaud
09:41 AM Revision 18367378 (qgis): install supervisor in focal deps images
Denis Rouzaud
09:36 AM Revision fb7f7ba6 (qgis): follow up renaming enum keys
Denis Rouzaud
09:06 AM Revision bd9c8a76 (qgis): Show warnings generated during mapbox gl style conversion after loading...
Nyall Dawson
09:06 AM Revision 01f942fd (qgis): More helpful warnings generated during style conversion
Nyall Dawson
09:06 AM Revision 746bc50f (qgis): Show a busy cursor while loading vector tile styles
Nyall Dawson
09:06 AM Revision 4e00ebd6 (qgis): Spelling
Nyall Dawson
09:06 AM Revision 3e00dd5f (qgis): Fix string
Nyall Dawson
09:06 AM Revision 04b48f17 (qgis): Correctly convert match list for icon-image sources
Nyall Dawson
09:06 AM Revision add8efda (qgis): Better warnings
Nyall Dawson
09:06 AM Revision 8e72b961 (qgis): Fix text-font conversion for many styles
Nyall Dawson
09:06 AM Revision 33a2af2b (qgis): Fix conversion of interpolated fill-translate properties
Nyall Dawson
08:45 AM Revision 81064f6a (qgis): remove deprecated usage in server
Denis Rouzaud
08:45 AM Revision 1660d726 (qgis): add deprecation details
Denis Rouzaud
08:42 AM Revision 9cf85dd1 (qgis): better enum names, better dox
Co-authored-by: Nyall Dawson <[email protected]> Denis Rouzaud

2020-09-14

11:43 PM Revision 9e84cf0b (qgis): Fix build warning
Nyall Dawson
11:39 PM Revision 6262965d (qgis): Register meta type for geometry processing parameter
Fix QgsProcessingParameterGeometry argument list David Marteau
11:39 PM Revision fc67ddc9 (qgis): Change CRS serialization/deserialization for geometry parameter value
David Marteau
11:39 PM Revision aa0a8ab6 (qgis): Add geometry filter for processing geometry parameter
David Marteau
11:39 PM Revision f2b8e697 (qgis): Support point and rectangle as geometry parameter values
David Marteau
11:39 PM Revision 4eb77979 (qgis): Implement QgsReferencedGeometry
David Marteau
11:39 PM Revision 518e48c1 (qgis): Fix python serialization for geometry processing parameter
Fix regexp for referenced geometry parsing
Fix suggested doc strings
David Marteau
11:39 PM Revision 4eb931e8 (qgis): Add geometry processing parameter
David Marteau
11:38 PM Revision cd04374d (qgis): [DelimitedText provider] Avoid false positive detection of some date lo...
Even Rouault
11:38 PM Revision c6fe79b6 (qgis): [Processing] GdalUtils: fix quoting of arguments with '&' (fixes #38674)
Even Rouault
10:48 PM Revision d2c60cca (qgis): Add count to "tradition run in place execution"
Matthias Kuhn
10:48 PM Revision d41e8e1d (qgis): Rename count to __count
Matthias Kuhn
10:48 PM Revision 656c533f (qgis): Show number of features affected by in place editing
Fixes #38680 Matthias Kuhn
10:47 PM Revision 5729fce7 (qgis): fix release version
Vincent Cloarec
10:47 PM Revision 6cdb8660 (qgis): [OAPIF provider] Support extra query parameters (such as api key) (fixe...
Even Rouault
10:46 PM Revision 9ea7f449 (qgis): store original layer id in the layers customProperties
David Signer
10:45 PM Revision a6678446 (qgis): [DelimitedText provider] Fix performance issue with files with Unix end...
Fixes #38068
The performance regression was introduced per commit 644a5647dbdef395993cf406678addfd6978e781
It result...
Even Rouault
09:06 PM Revision 9924b15b (qgis): Avoid a bunch of useless string parsing
Nyall Dawson
09:05 PM Revision c35d8e5e (qgis): More optimizations for vector tile decoding
Nyall Dawson
09:05 PM Revision 789eccb5 (qgis): [vectortiles] Optimise rendering of complex vector tiles
Instead of ALWAYS converting all features in a tile to QGIS representations,
now we intelligently skip over any layer...
Nyall Dawson
09:05 PM Revision c1160807 (qgis): Fix conversion of text alignment
Nyall Dawson
09:05 PM Revision 0685c5e0 (qgis): Improve mapbox ems to character count conversion ratio
Nyall Dawson
06:07 PM Revision 9cb74937 (qgis): Merge pull request #38737 from elpaso/pg-mixed-geometry-iterator-test
New PG test for mixed geometry, no code changes Alessandro Pasotti
04:03 PM Revision 85b0590c (qgis): Implemented test for method QgsMssqlProvider::defaultValue
Damiano Lombardi
04:03 PM Revision 53c0d400 (qgis): Implemented method QgsMssqlProvider::defaultValue
Damiano Lombardi
04:03 PM Revision a715e507 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into master
Damiano Lombardi
03:26 PM Revision 212a52b5 (qgis): New PG test for mixed geometry, no code changes
Alessandro Pasotti
01:25 PM Revision b923c4a1 (qgis): add deprecated dox
Denis Rouzaud
01:25 PM Revision de4a293e (qgis): use a readable string, fix flag keys, fix opening old project file
Denis Rouzaud
01:24 PM Revision 19d4b52f (qgis): Add WMS/WFS to QgsField::ConfigurationFlag
Denis Rouzaud
01:24 PM Revision d273f78c (qgis): use a checkable combo box for fields configuration flags in source fiel...
Denis Rouzaud
01:24 PM Revision b516a49b (qgis): create helper method QgsCheckableComboBox::addItemWithCheckState
Denis Rouzaud
01:24 PM Revision 4fd940a3 (qgis): use configuration flags to save WMS/WFS from vector layer
Denis Rouzaud
08:47 AM Revision 4fe3d2f4 (qgis): Make sure fill pattern conversion is hidpi friendly
Mathieu Pellerin - nIRV
08:47 AM Revision 1de8d01e (qgis): Support hidpi sprites when converting mapboxgl styles
Mathieu Pellerin - nIRV
07:58 AM Revision 1312cfe5 (qgis): Add square brackets around the saved expression
When saving a raster expression the generated expression didn't contain square brackets around the letters used for b... Henry Walshaw
07:56 AM Revision 37471e54 (qgis): Correctly handle some MapBox GL default values
Nyall Dawson
07:56 AM Revision 09ea6beb (qgis): Scale up buffer sizes when converting, in order to better match actual ...
Nyall Dawson
07:55 AM Revision 09c73433 (qgis): move QgsMeshLayerProperties to GUI
Vincent Cloarec
07:55 AM Revision f7916743 (qgis): ui in CMakeList
Vincent Cloarec
04:42 AM Revision 91598c78 (qgis): Fix incorrect rows are removed when removing vector tile renderer/label...
Nyall Dawson
04:42 AM Revision 229c240b (qgis): Correctly parse 'match' interpolation list values during conversion
Nyall Dawson
04:42 AM Revision c192b04e (qgis): Fix data defined expressions cannot use fields in vector tile renderer
Nyall Dawson
03:32 AM Revision d214e637 (qgis): Show preview icons in rule based labeling list of rules and vector tile
labeling list of rules
Makes it MUCH easier to identify specific rules in the list, and matches
appearance with the ...
Nyall Dawson

2020-09-13

12:58 AM Revision 7cd51dc9 (qgis): Fix warning
Nyall Dawson
12:57 AM Revision 3a005724 (qgis): Convert label shields
Mathieu Pellerin - nIRV
12:57 AM Revision 499d1a66 (qgis): Convert label text-offset for line placement
Mathieu Pellerin - nIRV
12:57 AM Revision 73e73c03 (qgis): Convert interpolated icon marker sprites
Mathieu Pellerin - nIRV
12:57 AM Revision b898ec2e (qgis): Convert interpolated fill pattern sprites
Mathieu Pellerin - nIRV
12:57 AM Revision 06f00da5 (qgis): Convert text-rotation-alignment:viewport for line labels
Mathieu Pellerin - nIRV
12:57 AM Revision 31b2b89c (qgis): Address review
Mathieu Pellerin - nIRV
12:44 AM Revision ca873438 (qgis): [rotated_ticks] add a tolerance for skip low angled ticks parameter
Olivier Dalang
12:44 AM Revision 3d0017e6 (qgis): [rotated_ticks] allow to input decimal numbers in skip low angled param
Olivier Dalang
12:43 AM Revision 4eeb1b6e (qgis): Fix sip bindings
Nyall Dawson
12:43 AM Revision a53dae2c (qgis): Fix indentation
Matthias Kuhn
12:42 AM Revision c88548d3 (qgis): Update expected test results
Mathieu Pellerin - nIRV
12:42 AM Revision 5acde82c (qgis): Fix stops parsing
Mathieu Pellerin - nIRV
12:08 PM Revision 2181b720 (qgis): fix build (followup 425637efa0)
Jürgen Fischer
10:23 AM Revision 2a3fdf14 (qgis): Merge pull request #38714 from m-kuhn/speedup_ogc_tests
Speedup ogc tests Matthias Kuhn

2020-09-12

10:03 AM Revision 6a62f700 (qgis): [ogc tests] Remove ccache
Github cache is immutable.
It's useful for caching static dependencies like pip, but not for dynamic caches like ccac...
Matthias Kuhn
10:03 AM Revision 1d37f262 (qgis): [ogc tests] No need to build tests
Matthias Kuhn
08:53 AM Revision d5350c61 (qgis): Merge pull request #37602 from rduivenvoorde/console_base_class
Add/use simple BaseClass to Python Console classes Matthias Kuhn
08:52 AM Revision 836b79b9 (qgis): Merge pull request #38710 from vcloarec/fixeExportLayerProperties
fix include for gui export Matthias Kuhn
07:24 AM Revision f25f600a (qgis): Merge pull request #38324 from qgis-bot/backport-38304-to-release-3_10
[Backport release-3_10] Relation reference: Update user interface when adding new entry Matthias Kuhn
07:24 AM Revision 4a6532c3 (qgis): Merge pull request #38395 from qgis-bot/backport-38348-to-release-3_10
[Backport release-3_10] Fix delimitedtext in virtual layers Matthias Kuhn
07:23 AM Revision 1c72a696 (qgis): Merge pull request #38621 from qgis-bot/backport-38594-to-release-3_10
[Backport release-3_10] Fix project never completes loading layers when a layer has a missing dependancy Matthias Kuhn
07:22 AM Revision 962bbff1 (qgis): Merge pull request #38693 from qgis-bot/backport-38685-to-release-3_10
[Backport release-3_10] Fix ZoomToFeature in Relation Editor Widget Matthias Kuhn

2020-09-11

12:53 AM Revision 4eca1533 (qgis): Fix build warning
Nyall Dawson
12:41 AM Revision 6da5db19 (qgis): Add geometry overlay functions to a group
Harrissou Santanna
12:36 AM Revision 425637ef (qgis): fix include for gui export
Vincent Cloarec
09:29 PM Revision a7df5c95 (qgis): Remove unused project
Paul Blottiere
09:29 PM Revision d857db17 (qgis): Update ignore file for spell check
Paul Blottiere
09:05 PM Revision 81f145f5 (qgis): Increase max page number to 9999 for item in print layout
(cherry picked from commit d090077ba684bd8b1f8255ded55c4022c75bac3a) Andrea Giudiceandrea
09:05 PM Revision 5e6f5d92 (qgis): Fix SVG marker symbol layer aspect ratio is not recalculated when the
marker is pointed to a different source svg
(cherry picked from commit 2412a8d6c61f7e128365156bc775387bac2bcfa1)
Nyall Dawson
09:05 PM Revision bf6266d0 (qgis): Resize the news feed splitter if we can and grow it to 50% if it is zero
(cherry picked from commit 2a988e83c2069e296980580c74c76eda3fc73ca2) Tim Sutton
09:05 PM Revision 493fb2e8 (qgis): Adjust relation reference config widget
Reduce minimum width of the combobox
(cherry picked from commit 143a8e6619fa5731143f8479660f7abd98bb617e)
Matthias Kuhn
09:05 PM Revision 4362353e (qgis): Fix 'invisible news' issue where after hiding the news it never comes b...
(cherry picked from commit f5d1eef8076b3b3f7e130039fc884ad4181cefb0) Tim Sutton
09:05 PM Revision bc248a7c (qgis): [ogr] Improve decoding/encoding of URI
- Correctly handle |subset= and |geometrytype= components
- More robust logic to handle complex cases
- More unit tes...
Nyall Dawson
09:05 PM Revision f069d567 (qgis): Fix feature attributes not shown in relation form
(cherry picked from commit be190062215ba2b97eb5ea09f10bf178f14d9957) Marco Hugentobler
09:05 PM Revision 1382c4b7 (qgis): Backport: Bugfix gh26189 virtual layers subset string
Cherry-picked from master
(cherry picked from commit 2e9a03401924be903a64f227188cb0e4fe3f1c8e)
Alessandro Pasotti
09:05 PM Revision ed048413 (qgis): Fix test for 3.10
(cherry picked from commit 9d5b89f14cd3e620b06c7e2a8e619c8a925cb8df) Alessandro Pasotti
09:05 PM Revision 49410542 (qgis): [ui] Fix SVG marker widget not properly restoring colors
(cherry picked from commit 1386474e3cab2161f2b982a1b604efeadd985270) Mathieu Pellerin - nIRV
09:05 PM Revision 5ef236f1 (qgis): Fix incorrect height shows for svg markers where the aspect ratio is lo...
(cherry picked from commit 2f2fb0b32bcebd0fefa85e6957c969aeb20e7cb9) Nyall Dawson
09:05 PM Revision ed47dd3f (qgis): When an svg image has no viewbox tags, try to take the width/height
attribute as a fallback for these
Allows the aspect ratio of svgs without a viewbox to be determined,
resulting in c...
Nyall Dawson
08:19 PM Revision d2f422d2 (qgis): documentation, licence header and renaming
tomasMizera
08:19 PM Revision 7c005d7c (qgis): fix docu problems
tomasMizera
08:19 PM Revision 54660aaf (qgis): remove old valuerelation model
tomasMizera
08:19 PM Revision fda63248 (qgis): astyle check
tomasMizera
08:19 PM Revision 2bdff7d4 (qgis): use new features model instead of valuerelation model in qml
tomasMizera
08:19 PM Revision fa8f2d0b (qgis): Add features model - cpp
tomasMizera
08:19 PM Revision 265740fd (qgis): get rid of model types and cache
tomasMizera
08:19 PM Revision 4c86bc08 (qgis): nit changes
tomasMizera
08:19 PM Revision f7aa5ef4 (qgis): Expose field name to widget
tomasMizera
05:02 PM Revision 1a83d219 (qgis): Merge pull request #38700 from DiGro/patch-6
Removed superfluous bracket Matthias Kuhn
04:21 PM Revision c9c01fd9 (qgis): Merge pull request #38678 from signedav/fix-relationeditor-flags
Fix visible state of buttons in the Relation Editor Widget David Signer
03:41 PM Revision 3bea2e70 (qgis): Merge pull request #38695 from suricactus/alg_fieldcalc_cpp_simple
Translate qgis::fieldcalculator to C++ Matthias Kuhn
03:40 PM Revision a46acb41 (qgis): Merge pull request #38405 from olivierdalang/refFunctionsRebase
[feature][expression] refFunction port to core Matthias Kuhn
02:08 PM Revision a235a149 (qgis): Release of 3.14.16
Jürgen Fischer
02:08 PM Revision 57e47ef8 (qgis): translation update for 3.14.16 from transifex
Jürgen Fischer
02:08 PM Revision 18698293 (qgis): Release of 3.10.10
Jürgen Fischer
02:08 PM Revision 57c14709 (qgis): translation update for 3.10.10 from transifex
Jürgen Fischer
02:02 PM Revision 1c2b4ae2 (qgis): Removed superfluous bracket
Line 74 : (active layer locator filter))" should be; (active layer locator filter)"
Removed one superfluous bracket
DiGro
01:45 PM Revision 4e6acb6d (qgis): [QgsQuick] Datetime widget - spelling and banned keywords fix
Viktor Sklencar
01:45 PM Revision 3fc61a49 (qgis): [QgsQuick] Date time widget - adjusted for small screens
Viktor Sklencar
01:45 PM Revision 75795a33 (qgis): [QgsQuick] Date time widget improvements
Viktor Sklencar
01:45 PM Revision 7aa18dab (qgis): [QgsQuick] Support for custom formats and strings
Viktor Sklencar
01:45 PM Revision 24a605ab (qgis): [QgsQuick] Some more optimalization according app window
Viktor Sklencar
01:41 PM Revision 7cbf80ff (qgis): Merge pull request #38309 from vcloarec/TINMeshCreaton
TIN Mesh creation Martin Dobias
01:40 PM Revision 9ccbeb32 (qgis): default value for mButtonsVisibility on initialization since it's used ...
David Signer
11:27 AM Revision bd81e2f1 (qgis): Add tests and fix backwards compatibility
Ivan Ivanov
10:36 AM Revision 5941261c (qgis): add flashing feature to locator filters (#38694)
Denis Rouzaud
10:10 AM Revision cbb47c7d (qgis): Improve help message
Ivan Ivanov
10:10 AM Revision e93be2f4 (qgis): Indentation
Ivan Ivanov
10:01 AM Revision 33a64729 (qgis): Actually use the "isNewField" flag
Ivan Ivanov
09:55 AM Revision d32369f5 (qgis): Translate qgis::fieldcalculator to C++ (simplistic UI)
Ivan Ivanov
09:41 AM Revision 899b4d8e (qgis): use member to keep state if related layer is in transaction group to se...
check the "other parent" in transaction group depending on if it's a many-to-many cardinality or one-to-many
fix tha...
David Signer
09:40 AM Revision 9ef61c50 (qgis): translation fix
Jürgen Fischer
09:34 AM Revision fdb8ff34 (qgis): add tests for field restriction in active layer locator filter (#38692)
Denis Rouzaud
09:17 AM Revision 4544c961 (qgis): QgsField::ConfigurationFlags: add column in source fields table (vector...
Denis Rouzaud
09:17 AM Revision 14ef69f8 (qgis): fix bug with Qt < 5.12 and Q_FLAG
Denis Rouzaud
09:16 AM Revision 59ff5169 (qgis): QgsField::ConfigurationFlags: add read/save in core
Denis Rouzaud
09:08 AM Revision 63d8ee7f (qgis): Merge pull request #38464 from rldhont/trust-layer-metadata-propagation
Trust layer metadata propagation Alessandro Pasotti
09:06 AM Revision c76a32a6 (qgis): Parentheses are needed in case the filter expression contains "OR" (#38...
Ivan Ivanov
08:57 AM Revision a74bbf57 (qgis): Fix ZoomToFeature in Relation Editor Widget
github-actions[bot]
08:54 AM Revision 3ed8e005 (qgis): Merge pull request #38685 from signedav/fix-zoomToFeature
Fix ZoomToFeature in Relation Editor Widget David Signer
08:52 AM Revision 6548dff3 (qgis): also move the creation of weak relation to QgsWeakRelation
Denis Rouzaud
08:52 AM Revision ad9e6a3d (qgis): move the logic of writing weak relations info away from QgsVectorLayer ...
and also use QgsRelation::writeXml to avoid an incomplete info if the relation code gets other attributes Denis Rouzaud
08:52 AM Revision c6e28828 (qgis): fix missing dox
Denis Rouzaud
08:43 AM Revision 2af34bb8 (qgis): Merge pull request #38684 from qgis-bot/backport-38658-to-release-3_14
[Backport release-3_14] FIX 37847 New feature is hidden when created from attribute table Matthias Kuhn
06:55 AM Revision 07219108 (qgis): respect searchable flag in active layer locator filter
Denis Rouzaud
02:16 AM Revision 89e4d492 (qgis): enable QgsMeshTriangulation with SIP and change SIP_CONCAT_PARTS
Vincent Cloarec

2020-09-10

10:50 PM Revision 5dcca0ec (qgis): add configuration flags to QgsFields (#38634)
Denis Rouzaud
08:50 PM Revision 0f606317 (qgis): disable analysis/mesh/QgsMeshTriangulation with SIP
Vincent Cloarec
08:03 PM Revision 2446e7f0 (qgis): minor fixes and add tests
Vincent Cloarec
08:03 PM Revision 209339a0 (qgis): fix spelling
Vincent Cloarec
08:03 PM Revision 2e04ccde (qgis): fix MDAL
Vincent Cloarec
08:03 PM Revision d2f4c40f (qgis): TIN Mesh creation
Vincent Cloarec
08:03 PM Revision b453bb1d (qgis): fix struct/class
Vincent Cloarec
08:03 PM Revision abd5fad9 (qgis): add more feedback cancellation and fix doc
Vincent Cloarec
08:03 PM Revision a95a40bf (qgis): fixe typo and doc
Vincent Cloarec
08:03 PM Revision 5ffc4f29 (qgis): some fixes and add tests
Vincent Cloarec
08:03 PM Revision 07714f39 (qgis): port alg to c++
and minor fixes Vincent Cloarec
08:03 PM Revision 8d1c67f3 (qgis): fix class/struct
Vincent Cloarec
08:03 PM Revision 836246ea (qgis): fix bad sync with MDAL
Vincent Cloarec
08:03 PM Revision 0f70883b (qgis): test without different CRS
and add some const Vincent Cloarec
08:03 PM Revision 9db4032d (qgis): fix sip and doc
Vincent Cloarec
07:54 PM Revision 86c4aaa6 (qgis): complete test for qgsEnumKeyToValue
Denis Rouzaud
07:54 PM Revision fa185148 (qgis): typos
Denis Rouzaud
07:54 PM Revision 0b2abff0 (qgis): extend qgsEnumKeyToValue to allow using the value (int) as a key (string)
Denis Rouzaud
07:28 PM Revision 706ca2dd (qgis): Merge pull request #38673 from pblottiere/pyogctest_v100
Use an explicit version of pyogctest Paul Blottiere
05:12 PM Revision b04da14f (qgis): FIX 37847 New feature is hidden when created from attribute table
github-actions[bot]
05:08 PM Revision b5178d98 (qgis): Merge pull request #38658 from suricactus/37847_scroll_to_f
FIX 37847 New feature is hidden when created from attribute table David Signer
05:07 PM Revision 969f9f98 (qgis): Merge pull request #38677 from 3nids/rel-strength-qenum
make QgsRelation::RelationStrength a Q_ENUM and simplify code Denis Rouzaud
04:58 PM Revision ad06d044 (qgis): on one to many relations if the parent or the child is spatial and the ...
David Signer
04:32 PM Revision 68c4f9b7 (qgis): better name for buttons visibility setting stored in the widget
David Signer
04:31 PM Revision 374f18bb (qgis): set mSaveEditButtons according to the visibility of mToggleEditingButto...
David Signer
04:09 PM Revision dd54a61f (qgis): handle all button visibility in updateButtons()
David Signer
03:02 PM Revision 85e444e1 (qgis): [3D] [Feature] Shadow rendering (#38448)
* Initial post processing render pass implementation
* Got shadows with directional lights working good enough
* Ma...
Nedjima Belgacem
02:50 PM Revision 2972b290 (qgis): Use an explicit version of pyogctest
Paul Blottiere
02:40 PM Revision 6eafabac (qgis): remove the visibility set of mZoomToFeatureButton on button update sinc...
David Signer
02:37 PM Revision 8c8e4ee1 (qgis): use the spatial state ofthe child instead of checking the geometry on e...
David Signer
02:35 PM Revision 3a27bf3b (qgis): On one to many relation it should check the referencing layer for being...
David Signer
02:32 PM Revision 8471d5ae (qgis): follow up
Denis Rouzaud
02:30 PM Revision 2ce9e48a (qgis): mZoomToFeatureButton visibility is set on several places. To keep it st...
On setVisibleButtons it does only set mZoomToFeatureButton visible, if the referenced layer of relation / the referen... David Signer
02:27 PM Revision e87ba45e (qgis): make QgsRelation::RelationStrength a Q_ENUM and simplify code
Denis Rouzaud
11:25 AM Revision 509c5e1f (qgis): Merge pull request #38524 from olivierdalang/rotated_ticks_followup
[followup] Support for rotated ticks/annotation Matthias Kuhn
10:57 AM Revision 8b7f600c (qgis): Merge pull request #38650 from m-kuhn/zonal_stats_new_layer
[processing] Add Zonal statistics algorithm that creates a new output Matthias Kuhn
10:40 AM Revision 8639b1d0 (qgis): Fix loss of marker styles when marker doesn't have associated label
Nyall Dawson
10:12 AM Revision 6f759f3f (qgis): [refFunctions] fix (mistaken ?) spell check failure
Olivier Dalang
10:12 AM Revision 9d27a537 (qgis): [refFunctions] fix deadlocks
Olivier Dalang
10:07 AM Revision 42573323 (qgis): Return invalid feature instead of nullptr from QgsFеatureAction::feature()
Ivan Ivanov
09:07 AM Revision 0c065374 (qgis): Merge pull request #38411 from qgis-bot/backport-38385-to-release-3_10
[Backport release-3_10] Make relation reference in filter work again Matthias Kuhn
09:05 AM Revision 7d1db1bb (qgis): Merge pull request #38396 from qgis-bot/backport-38348-to-release-3_14
[Backport release-3_14] Fix delimitedtext in virtual layers Matthias Kuhn
09:02 AM Revision 8f7abb56 (qgis): No extra conversion for qmap iteration
Matthias Kuhn
09:02 AM Revision 0048592f (qgis): Fix leak
Matthias Kuhn
09:01 AM Revision 861e8819 (qgis): Validate geometry for zonal stats
Matthias Kuhn
09:01 AM Revision 253cd52f (qgis): Deprecate zonal stats alg
Matthias Kuhn
07:09 AM Revision a806023a (qgis): Add docker-compose scripts
Paul Blottiere
07:09 AM Revision d6a761d9 (qgis): Mount metadata volume in nginx container
Paul Blottiere
07:09 AM Revision f676f729 (qgis): Download data and link pyogctest to docker network
Paul Blottiere
07:09 AM Revision fae43830 (qgis): Share data volume
Paul Blottiere
07:09 AM Revision 791ff9f7 (qgis): Execute pyogctest for the WMS 1.3.0 test suite
Paul Blottiere
07:09 AM Revision e5275b08 (qgis): Set the default qgis project file to use
Paul Blottiere
07:09 AM Revision e5989c13 (qgis): Add basic scripts to build and run QGIS Server
Paul Blottiere
07:09 AM Revision cf834cb3 (qgis): Update qgis server prefix path
Paul Blottiere
07:09 AM Revision 4aa2a297 (qgis): Use NGINX container IP
Paul Blottiere
07:09 AM Revision f9c0cda9 (qgis): Add an ogc github workflow
Paul Blottiere
07:09 AM Revision 71dcf98e (qgis): update macos deps for CI
Peter Petrik
07:09 AM Revision 5a1fe648 (qgis): update MDAL to 0.7.0
Peter Petrik
07:04 AM Revision ed91ceee (qgis): Merge pull request #38505 from gacarrillor/easter_egg_user_groups
Add easter egg to show map of user groups (keywords: 'user groups') Matthias Kuhn
06:52 AM Revision 283d845e (qgis): Update splash screen message
Stefanow Natsis
06:48 AM Revision 38ec62e8 (qgis): Merge pull request #38663 from signedav/relation-editor-title
Label (title) of relation editor widget instances Matthias Kuhn
06:46 AM Revision a853f264 (qgis): Merge pull request #38659 from suricactus/relref_filter_expr
Add support for filter expressions in relation reference widget Matthias Kuhn
06:11 AM Revision 5ee97c96 (qgis): Correctly parse interpolated text-anchor
Nyall Dawson
06:11 AM Revision 5b19f4a2 (qgis): Translate point text anchor placement correctly
Nyall Dawson
06:11 AM Revision 14b1fde8 (qgis): Minor code refactor
Nyall Dawson
06:11 AM Revision 657004da (qgis): Further expression simplification
Nyall Dawson
06:11 AM Revision 0694ae26 (qgis): Remove a whole lot of redundant code
Nyall Dawson
06:11 AM Revision 38bdca20 (qgis): Fix incorrect truncation to int in interpolation expression results
Nyall Dawson
06:11 AM Revision 571e70ed (qgis): Convert icon markers
Nyall Dawson

2020-09-09

09:21 PM Revision 7fb17407 (qgis): Add test
Matthias Kuhn
09:03 PM Revision 58183595 (qgis): Make the expression btn click event a private slot
Ivan Ivanov
08:32 PM Revision 54a4dd5f (qgis): Fix expression and wrap field filters in parentheses
Ivan Ivanov
07:22 PM Revision 3df789f8 (qgis): Sipdate
Matthias Kuhn
07:21 PM Revision 4339ec7b (qgis): Fix typo
Co-authored-by: Harrissou Sant-anna <[email protected]> Matthias Kuhn
06:26 PM Revision 42b4a03e (qgis): Fixup zonal stats implementation
Matthias Kuhn
05:00 PM Revision 723a6eff (qgis): Merge branch 'master' into refFunctionsRebase
Olivier Dalang
04:55 PM Revision 5213b157 (qgis): [refFunctions] fix inversion of geomA and geomB !
Olivier Dalang
02:00 PM Revision d6666c0b (qgis): Merge pull request #38633 from 3nids/locator-autocomplete
[locator] autocomplete + allow restricting search to a single field in active layer filter Denis Rouzaud
12:13 PM Revision a2095362 (qgis): configurable label (title) of relation editor widget instances
resolves #37675 David Signer
11:57 AM Revision 7f4e12f3 (qgis): Fix in place version of zonal stats
Matthias Kuhn
11:56 AM Revision ece763d5 (qgis): [refFunctions] cache expression and context
Olivier Dalang
11:27 AM Revision bcd6d53f (qgis): [refFunctions] missing help description
Olivier Dalang
11:27 AM Revision 751ad05f (qgis): [refFunctions] fix overlay test
Olivier Dalang
11:26 AM Revision 6192cf94 (qgis): [refFunctions] add self overlay test
Olivier Dalang
10:33 AM Revision 018ca92c (qgis): Change the wrongly used firstModelIdx instead of modelIdx
Ivan Ivanov
10:05 AM Revision be864433 (qgis): Remove redundant check
Matthias Kuhn
09:47 AM Revision 47a48bb0 (qgis): More docs
Matthias Kuhn
09:43 AM Revision ce9edb66 (qgis): Better conversion of non 1.0 base interpolation expressions to QGIS
Nyall Dawson
09:43 AM Revision 542b1c8c (qgis): Fix conversion of line-opacity and fill-opacity ignores existing
base color opacity when converting MapBox GL styles Nyall Dawson
09:43 AM Revision 2a439c67 (qgis): Convert line-offset property
Nyall Dawson
09:43 AM Revision 7902e4aa (qgis): Fix truncation of sizes to int during interpolation conversion
Nyall Dawson
09:43 AM Revision 68c6e888 (qgis): Fix sprite URL determination
Nyall Dawson
09:43 AM Revision a1f25da6 (qgis): Fix raster fill opacity conversion
Nyall Dawson
09:43 AM Revision 0fc1a739 (qgis): Fix placement of line centered markers during MapBox GL conversion
Nyall Dawson
09:40 AM Revision 760347c3 (qgis): Postgres and Oracle: Use trust datasource config flag
René-Luc ReLuc
09:40 AM Revision 02cff9fd (qgis): Update PyQgsPythonProvider test
René-Luc ReLuc
09:40 AM Revision 74ffc1a0 (qgis): MSSQL and DB2: Use trust datasource config flag
René-Luc ReLuc
09:35 AM Revision 45e9ecb1 (qgis): Trust layer metadata propagation
The trust flag at the projetc level is only used to read vector layer extent from xml, not from provider.
This flag ...
René-Luc ReLuc
09:28 AM Revision c4b2a748 (qgis): Add support for filter expressions in relation reference widget
Ivan Ivanov
08:48 AM Revision 3f678970 (qgis): FIX 37847 New feature is hidden when created from attribute table
Ivan Ivanov
08:21 AM Revision 94fe2f8d (qgis): Add new algorithm to calculate zonal statistics into a new sink
Matthias Kuhn
08:00 AM Revision bfd30960 (qgis): Use zero to represent not applicable precision
The documentation for QgsField states that zero should be used for
an unset precision, but the database providers use...
Daniel Minor
08:00 AM Revision 3f4c632b (qgis): Fix accidental change to fieldSize
Daniel Minor
05:22 AM Revision 92c3a88d (qgis): [feature][vectortiles] Add checkbox for showing only visible rules
in the vector tiles labeling and renderer widgets
Makes it much easier to locate troublesome rules or work with
comp...
Nyall Dawson
05:22 AM Revision 8abcf10f (qgis): Highlight @zoom_level variable when present
Nyall Dawson
05:22 AM Revision c821288f (qgis): [vectortiles] Show current canvas vector tile zoom level in vector tile
renderer and labeling widgets
Makes it much easier to troubleshoot styles and determine which
rules are currently be...
Nyall Dawson
05:22 AM Revision 5df98cfb (qgis): When editing vector tile symbols, correctly populate the @zoom_level
variable to match the current canvas zoom level
Makes it easier to write and debug data defined expressions based
on...
Nyall Dawson
05:22 AM Revision 68819468 (qgis): Show tooltips in vector tile renderer/labeling lists
Otherwise it can be a pain to see the full text for filters/names Nyall Dawson
05:21 AM Revision b44df6d0 (qgis): Fix sip silliness
SIP builds are very fragile right now -- adding new classes can
cause the build to fail for no good reason. This seem...
Nyall Dawson
05:02 AM Revision b6846295 (qgis): Add support for parsing and converting MapBox GL raster fills to QGIS s...
Nyall Dawson
05:02 AM Revision ca3d53d3 (qgis): [vectortiles] Convert fill-translate property to simple fill offset
Nyall Dawson
05:02 AM Revision 4547d1cb (qgis): Convert repeating line symbols to QGIS marker line layers
Nyall Dawson
05:02 AM Revision 8e7db034 (qgis): Convert letter spacing, max text length
Nyall Dawson
04:08 AM Revision dcf87284 (qgis): [FEATURE][vectortiles] Allow users to optionally specify the URL
for a default style to be applied to connections when they are
first loaded into QGIS
When setting up a vector tile ...
Nyall Dawson
03:58 AM Revision 0f044f9c (qgis): Fix conversion of mapbox gl line cap/join styles
Nyall Dawson
03:02 AM Revision a89765e9 (qgis): default flag on search widget for relation reference so it's selected w...
David Signer
03:02 AM Revision 3ea6dff2 (qgis): tests for QgsRelationReferenceSearchWidget including selecting NULL and...
David Signer
03:02 AM Revision ab523dfe (qgis): support selecting NULL in relationreference search widget if allowNull ...
David Signer
02:55 AM Revision ae00fa13 (qgis): Fix #38071: Clear mTreeInitialExpand and search upon new connection
github-actions[bot]
02:40 AM Revision 029f0679 (qgis): [FEATURE][symbology] Allow data-defined offset for fill symbol layers
Any fill symbol layer which supports offsetting polygons (i.e. simple
fills, raster image fills, shapeburst and grade...
Nyall Dawson

2020-09-08

08:16 PM Revision c20ebcf1 (qgis): [processing] Zonal Statistics create a new output instead of updating a...
Implements #29504 Matthias Kuhn
06:11 PM Revision 900cef32 (qgis): [refFunctions] json helps and cleanup
Olivier Dalang
06:11 PM Revision e3150d04 (qgis): [refFunctions] honor limit parameter on disjoint results
Olivier Dalang
06:11 PM Revision 4626aa29 (qgis): [refFunctions] refactor
Olivier Dalang
06:11 PM Revision 6c0eab78 (qgis): [refFunctions] fix ordering with nearest
Olivier Dalang
06:11 PM Revision 26a3d6d7 (qgis): [refFunctions] add cache param
Olivier Dalang
02:53 PM Revision 58022631 (qgis): correctly clear completion
fixes navigation in results using tab Denis Rouzaud
02:53 PM Revision 950fda60 (qgis): remove unused searchBegan signal
Denis Rouzaud
02:53 PM Revision ccb87207 (qgis): [FEATURE] active layer locator filter field name restriction
the filter can now restrict the search to a specific field by typing @+field_name
auto-completion is provided for th...
Denis Rouzaud
02:53 PM Revision ae5b92d2 (qgis): fix variable names
Denis Rouzaud
02:53 PM Revision 82b1079b (qgis): fix spelling
Denis Rouzaud
02:53 PM Revision 002a7033 (qgis): [FEATURE] enable auto completion in locator
a locator filter can now return a completion list while preparing the search
the line edit will use the first matchin...
Denis Rouzaud
02:53 PM Revision 58b3ae81 (qgis): fix typos
Denis Rouzaud
07:45 AM Revision 014de961 (qgis): Remove unused variables
Nyall Dawson
07:45 AM Revision 411d1d33 (qgis): Auto launder URI
Nyall Dawson
07:45 AM Revision 142cda5e (qgis): [feature][vectortiles] Allow using authentication system and setting
custom referer string for vector tile connections Nyall Dawson
07:45 AM Revision 6901d6f6 (qgis): After loading an ArcGIS Vector Tile Service layer, automatically load
and set the default style and labels for the layer
Also populate the layer metadata with the available content from ...
Nyall Dawson
07:45 AM Revision 9114e91f (qgis): [feature][vectortiles] Add option to create connections for ArcGIS Vector
Tile Services to easily load vector tile layers from these servers
Adds new options in the Vector Tiles browser tree...
Nyall Dawson
07:27 AM Revision b0dd568c (qgis): Merge pull request #38636 from rduivenvoorde/fix38071
Fix #38071: Clear mTreeInitialExpand and search upon new connection Matthias Kuhn
07:17 AM Revision 5e9ac5b7 (qgis): Merge pull request #38601 from rduivenvoorde/temporalExtentsChanged_signal
Add temporalExtentsChanged signal to QgsTemporalNavigationObject Matthias Kuhn
07:00 AM Revision e31d4cd2 (qgis): allow to define max number of results for some locator filters (#38628)
this allows to define:
* maximum number of results for active layer
* global maximumum filter + per layer maximum nu...
Denis Rouzaud

2020-09-07

11:11 PM Revision a27420e7 (qgis): Fix cmake config to find qca headers on Opensuse tumbleweed
Damiano Lombardi
05:55 PM Revision edcc6085 (qgis): Clear mTreeInitialExpand and search upon new connection
Richard Duivenvoorde
03:43 PM Revision 32b83a12 (qgis): Remove redundant check
Richard Duivenvoorde
02:23 PM Revision 27422fd7 (qgis): [ui] Improve the load style dialog
- Remove harmful horizontal spacer to fix expanding
widget issues and location of help button
- Relocate the file wid...
Mathieu Pellerin - nIRV
12:12 PM Revision 34c03563 (qgis): Implement != operator, update sip
Richard Duivenvoorde
10:16 AM Revision aca1c4ef (qgis): Fix cmake config to find qca headers on Opensuse tumbleweed
Damiano Lombardi
08:26 AM Revision 5c241c84 (qgis): Merge pull request #38560 from elpaso/server-standalone-post-data
Fix unreported server standalone POST data handling Alessandro Pasotti
08:17 AM Revision 313b824a (qgis): allow to define max number of results for some locator filters
this allows to define:
* maximum number of results for active layer
* global maximumum filter + per layer maximum nu...
Denis Rouzaud
08:00 AM Revision 144ef62e (qgis): Fix build
Nyall Dawson
08:00 AM Revision c359c9e2 (qgis): [vectortiles] When importing style from QML, give option to pick
categories to import
Allows importing just symbology or just labels from a stored
vector tile style
Nyall Dawson
08:00 AM Revision ff883e0a (qgis): Fix alignment of buttons in vector layer load style dialog
Nyall Dawson
08:00 AM Revision ba23708f (qgis): Start generalising QgsVectorLayerLoadStyleDialog to also handle other
map layer types Nyall Dawson
08:00 AM Revision d75ec1ab (qgis): [vectortiles] Respect categories flags when saving/loading layer styles
Nyall Dawson
08:00 AM Revision 42e89039 (qgis): Fix crash
Nyall Dawson
08:00 AM Revision 77492b1e (qgis): [FEATURE][vectortiles] Allow users to load MapBox GL Json style
configuration files when importing style for vector tile layers
From the standard layer properties -> Load Style dia...
Nyall Dawson
08:00 AM Revision 47fb11a4 (qgis): Doxygen
Nyall Dawson
08:00 AM Revision 0ea5f57c (qgis): Generalise QgsMapLayerStyleCategoriesModel to also handle vector tile l...
Nyall Dawson
06:36 AM Revision c4b344d4 (qgis): Allow converting more types of MapBox GL text-field configuration
Nyall Dawson
05:40 AM Revision 016e1870 (qgis): Fix unreported crash when clicking edit button in vector tile renderer/...
github-actions[bot]
05:20 AM Revision 93d25d61 (qgis): Fix conversion of multiplied pixel sizes for some interpolated values, ...
Nyall Dawson
05:20 AM Revision 1d1e1cc2 (qgis): Fix label priority when using non-pixel sizes
Nyall Dawson
05:19 AM Revision 93b4d20c (qgis): Fix project never completes loading layers when a layer has a missing d...
github-actions[bot]
04:52 AM Revision 4ba21e0c (qgis): Add metadata editing tab to vector tile layer properties
These layers can also have useful metadata which users may want to
set, e.g. access restrictions and attribution info...
Nyall Dawson
04:52 AM Revision 9eea1c0d (qgis): Fix inconsistent margins in vector tile layer properties window
Nyall Dawson
04:52 AM Revision 88f9daee (qgis): [vectortiles] Make information tab appearance/content consistent
with other layer types Nyall Dawson
04:00 AM Revision 1de92549 (qgis): Fix unreported crash when clicking edit button in vector tile
renderer/labeling settings and no row is selected Nyall Dawson
03:49 AM Revision 5b55cad3 (qgis): Fix project never completes loading layers when a layer has a missing d...
github-actions[bot]
03:46 AM Revision 8976fda4 (qgis): Merge pull request #38594 from nyalldawson/fix_38562_project_load
Fix project never completes loading layers when a layer has a missing dependancy Nyall Dawson

2020-09-06

01:34 AM Revision dd82478e (qgis): If a project is missing a layer dependancy, don't abort out loading it
Otherwise we've effectively destroyed the project. Rather, continue
to load whatever layers we possibly can
Fixes #3...
Nyall Dawson
01:33 AM Revision 08561d37 (qgis): Fix project load task never completes when project fails layer
dependancy tests
Refs #38562
Nyall Dawson
02:11 PM Revision dd3cc128 (qgis): Merge pull request #38336 from m-kuhn/sqlite_dqs
Use valid sql for unique value detection in sqlite Matthias Kuhn
01:07 PM Revision 37de374e (qgis): Cleaner API
Nyall Dawson
01:07 PM Revision 96c2ddba (qgis): Make QgsSymbolLayerUtils::parseColor handle hsl(a) color strings
Nyall Dawson
01:07 PM Revision 659388a5 (qgis): Completed port
Nyall Dawson
01:07 PM Revision 4b72c835 (qgis): Misc fixes
Nyall Dawson
01:07 PM Revision 039951e4 (qgis): Add credits
Nyall Dawson
01:07 PM Revision ed597b7c (qgis): Fill symbol conversion
Nyall Dawson
01:07 PM Revision b9dd8b26 (qgis): More interpolation work
Nyall Dawson
01:07 PM Revision c0ebc68e (qgis): Fix test
Nyall Dawson
01:07 PM Revision 1c683e2e (qgis): Fix broken seealso link
Nyall Dawson
01:07 PM Revision 53c72bc8 (qgis): More API improvements
Nyall Dawson
01:07 PM Revision 6bbca2b6 (qgis): Fix blur effect GUI doesn't correctly restore previous blur unit
Nyall Dawson
01:07 PM Revision 54b506a0 (qgis): When converting a interpolated line width, also set the base setting to...
Nyall Dawson
01:07 PM Revision c58e540f (qgis): Improve handling of text-transform setting
Nyall Dawson
01:07 PM Revision c32733bb (qgis): Style
Nyall Dawson
01:07 PM Revision 98ba6a47 (qgis): Add option to convert units during conversion
Because pixel based units are unfriendly for hi-dpi or print layouts Nyall Dawson
01:07 PM Revision 3e54b7ab (qgis): Warn on fill-pattern
Nyall Dawson
01:07 PM Revision f2f1f4a5 (qgis): Convert halo blur
Nyall Dawson
01:07 PM Revision c4858b42 (qgis): Color work, some tests
Nyall Dawson
01:07 PM Revision 2fa8cf3f (qgis): Cleaner filter expressions
Nyall Dawson
01:07 PM Revision b5ff62ab (qgis): More improvements to filter conversion
Nyall Dawson
01:07 PM Revision d3018681 (qgis): Even simpler filter strings in some circumstances
Nyall Dawson
01:07 PM Revision df49f2d0 (qgis): Fix conversions
Nyall Dawson
01:07 PM Revision fe7470c6 (qgis): Blank shell for Mapbox GL style converter
Nyall Dawson
01:07 PM Revision df774f54 (qgis): MUCH improved field name parsing for MapBox GL label fields/expressions
Nyall Dawson
01:07 PM Revision 0b6af81c (qgis): Fix build
Nyall Dawson
01:07 PM Revision 958d5ddb (qgis): Start on test
Nyall Dawson
01:07 PM Revision 52c0a18f (qgis): Fix tests
Nyall Dawson
07:28 AM Revision 5cf027c8 (qgis): Added missing space
Line 123/124 : "generated points are considered.""If the" should be: "generated points are considered. ""If the"
...
DiGro

2020-09-05

05:12 PM Revision f1ce6375 (qgis): Apply suggestions from code review
Co-authored-by: Matthias Kuhn <[email protected]> Richard Duivenvoorde
02:48 PM Revision 3c79dc94 (qgis): Spelling
Richard Duivenvoorde
02:47 PM Revision d72c219b (qgis): Better logic
Richard Duivenvoorde
02:45 PM Revision df81c51a (qgis): Double-quoted String Literals Are Accepted
https://www.sqlite.org/quirks.html#dblquote Matthias Kuhn
02:27 PM Revision d031ec03 (qgis): Merge pull request #38598 from qgis-bot/backport-38587-to-release-3_14
[Backport release-3_14] Fail model run if an algorithm is not available on the system Matthias Kuhn
02:27 PM Revision c13d82f0 (qgis): Merge pull request #38610 from qgis-bot/backport-38383-to-release-3_14
[Backport release-3_14] Allow adding new features via attribute form Matthias Kuhn
12:05 PM Revision 47a66d92 (qgis): Run scripts/sipify_all.sh
Richard Duivenvoorde

2020-09-04

12:24 AM Revision 02f5c13e (qgis): Fixed failing test
Stefanow Natsis
09:25 PM Revision 8f3276e6 (qgis): Allow adding new features via attribute form
github-actions[bot]
09:21 PM Revision a51c2013 (qgis): Merge pull request #38383 from suricactus/new_feat_constraint
Allow adding new features via attribute form Matthias Kuhn
09:18 PM Revision 2603c72a (qgis): Fix comment typo
Stefanow Natsis
09:13 PM Revision d998bb3d (qgis): Merge pull request #38318 from signedav/attachement-expression
Update documuent viewer in the attachment widget on attribute change Matthias Kuhn
09:12 PM Revision 11a8bfad (qgis): Change postfix operator to prefix ++it
Stefanow Natsis
09:12 PM Revision e4dee7c7 (qgis): Changed QCOMPARE to QVERIFY
Stefanow Natsis
09:11 PM Revision 4a668fcc (qgis): Added test cases for split features tool
Stefanow Natsis
09:11 PM Revision bc76b2cf (qgis): Destroy edit command when no features were split
Stefanow Natsis
08:56 PM Revision ee1f3f62 (qgis): Add topological points to all editable layers on split feature
Stefanow Natsis
07:39 PM Revision 6e3754ba (qgis): Make astyle happy
Richard Duivenvoorde
07:33 PM Revision 7d4738a6 (qgis): Add check to NOT emit signal when temporalExtents are not actually changed
Richard Duivenvoorde
12:42 PM Revision f27027fa (qgis): Add temporalExtentsChanged signal to QgsTemporalNavigationObject
Richard Duivenvoorde
08:44 AM Revision 81cf4ee3 (qgis): Merge pull request #38578 from elpaso/bugfix-gh38531-update-labels-on-d...
Update DD labels on drag&drop forms Alessandro Pasotti
08:44 AM Revision 1fdf81cb (qgis): Merge pull request #38582 from elpaso/bugfix-gh38580-pg-no-geography-co...
Do not query geography_columns on postgis < 1.5 Alessandro Pasotti
08:44 AM Revision 79fb7569 (qgis): Merge pull request #38593 from nyalldawson/fix_annotation_layer_crash
Fix crash when creating project and default transform context has some entries Alessandro Pasotti
08:33 AM Revision d6209fe5 (qgis): Fail model run if an algorithm is not available on the system
github-actions[bot]
08:30 AM Revision badbdb36 (qgis): Fail model run if an algorithm is not available on the system (#38587)
Matthias Kuhn
08:29 AM Revision 3782ca95 (qgis): Increase max page number item property to 9999 in print layout
github-actions[bot]
08:25 AM Revision 0eee749c (qgis): Merge pull request #38475 from rldhont/server-restorer-sld-style-enhanc...
Server: Enhance WMS Layer style restorer for SLD René-Luc ReLuc

2020-09-03

01:33 AM Revision eb68eb7e (qgis): Fix crash when creating project and default transform context has some ...
Nyall Dawson
01:00 AM Revision e355cd11 (qgis): remove Travis builds for Docker images
github-actions[bot]
01:00 AM Revision c8eae9b8 (qgis): fix bad rebase
Denis Rouzaud
01:00 AM Revision 8ece6edb (qgis): Correctly set parent for main annotation layer to avoid leak
Nyall Dawson
12:59 AM Revision 3534f7c1 (qgis): [labeling] Fix crash when labeling features and showing unplaced
labels and some labels have no candidate positions
Fixes #38093
(cherry picked from commit 3afe74b8c2f68de0a0fef8de...
Nyall Dawson
12:59 AM Revision 5ade7b88 (qgis): [mssql] Don't allow creating connection only when both Host and Provide...
github-actions[bot]
12:58 AM Revision bca97e56 (qgis): [Backport release-3_10] fix crash with missing layer of a relation (#3...
* fix crash with missing layer of a relation qgis-bot
12:57 AM Revision d090077b (qgis): Increase max page number to 9999 for item in print layout
Andrea Giudiceandrea
10:36 PM Revision c0b295a7 (qgis): Merge pull request #38548 from pblottiere/external_wms
Keep external layers ordering Paul Blottiere
04:03 PM Revision 982e4f12 (qgis): Rename BaseClass to QgsPythonConsoleBase
Richard Duivenvoorde
03:49 PM Revision 701d3235 (qgis): Remove redundant TODO
Richard Duivenvoorde
03:21 PM Revision 0fe7a623 (qgis): Do not query geography_columns on postgis < 1.5
Fixes #38580 Alessandro Pasotti
02:44 PM Revision f7e70baa (qgis): Merge pull request #38576 from signedav/spellfix
Fix typo "double-click" David Signer
01:00 PM Revision b1757d39 (qgis): Update DD labels on drag&drop forms
Also make sure label expressions are evaluated
after form init.
Fixes #38531
Alessandro Pasotti
10:41 AM Revision 7fcb12c4 (qgis): fix crash with missing layer of a relation (#38574)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> qgis-bot
10:36 AM Revision fcabfb2a (qgis): fix typo in double-click
David Signer
10:02 AM Revision 26ab9f73 (qgis): Server: Enhance WMS Layer style restorer for SLD
The WMS Layer restorer stored the QGIS style as XML document to restored it after SLD applying.
To speed up QGIS Ser...
René-Luc ReLuc
08:27 AM Revision 4b8797da (qgis): Merge pull request #38331 from signedav/relation-config
Multiple widgets of same relation David Signer
06:32 AM Revision 78ca2a41 (qgis): Fix ccmake command argument for Mac (#38564)
Iman
06:28 AM Revision f7a93d3a (qgis): fix crash with missing layer of a relation (#38550)
Denis Rouzaud

2020-09-02

12:46 AM Revision a7859915 (qgis): [mssql] Don't allow creating connection only when both Host and Provide...
Adds the possibility to create a connection when Provider/DSN parameter is specified and the Host parameter is empty. Andrea Giudiceandrea
10:38 PM Revision defa16c1 (qgis): Fix filename prefix is no longer shown when adding layers from a GPX fi...
github-actions[bot]
10:37 PM Revision 16acec7e (qgis): Add sip casting for QgsTemporalNavigationObject
github-actions[bot]
10:36 PM Revision ccd7ed38 (qgis): fix spell check mistake
Julien Cabieces
10:36 PM Revision 317d4dd8 (qgis): remove Travis builds for Docker images
github-actions[bot]
06:50 PM Revision 9053ac83 (qgis): Fix unreported standalone POST data handling
Alessandro Pasotti
06:27 PM Revision 440491d6 (qgis): remove Travis builds for Docker images (#38397)
Denis Rouzaud
05:10 PM Revision d750708c (qgis): Fix transformCoordinates() for rasters with RPC georeferencing
github-actions[bot]
03:14 PM Revision 58b01f09 (qgis): Merge pull request #38026 from troopa81/feat_oracle_virtual_column
[Oracle] Add support for virtual (generated) column René-Luc ReLuc
02:05 PM Revision 6aec4e61 (qgis): Merge pull request #38508 from qgis-bot/backport-38488-to-release-3_10
[Backport release-3_10] Server: Call QgsProject::setInstance on project passed as parameter René-Luc ReLuc
02:05 PM Revision e60e65cb (qgis): Merge pull request #38509 from qgis-bot/backport-38488-to-release-3_14
[Backport release-3_14] Server: Call QgsProject::setInstance on project passed as parameter René-Luc ReLuc
12:12 PM Revision 744121f5 (qgis): Update tests
Paul Blottiere
12:01 PM Revision 87ec664a (qgis): Skip the configure part for an external layer
Paul Blottiere
11:29 AM Revision 994f1a2d (qgis): Merge pull request #38255 from mhugent/3_10_wms_external_layers
Port fix for external wms with several layers to 3.10 branch Marco Hugentobler
11:21 AM Revision ffc65613 (qgis): Add cpp unit tests
Paul Blottiere
11:20 AM Revision 523c0293 (qgis): Update python tests
Paul Blottiere
11:20 AM Revision dc52916b (qgis): Keep external layers ordering. Fixes #35873
Paul Blottiere
10:00 AM Revision 3afe74b8 (qgis): [labeling] Fix crash when labeling features and showing unplaced
labels and some labels have no candidate positions
Fixes #38093
Nyall Dawson
09:08 AM Revision ac79bfab (qgis): Add sip casting for QgsTemporalNavigationObject
Nyall Dawson
09:08 AM Revision 76f856f2 (qgis): Merge pull request #38521 from nyalldawson/fix_37551_gpx_layer_name
Fix filename prefix is no longer shown when adding layers from a GPX file to QGIS Nyall Dawson
08:27 AM Revision 682740f3 (qgis): Fix missing initial line label placement hint text
Nyall Dawson
06:18 AM Revision 36dce1fa (qgis): Enable spelling test
Matthias Kuhn
06:18 AM Revision f5ce5773 (qgis): rename script
Denis Rouzaud
06:18 AM Revision 86797d9c (qgis): Different action, more fun?
Matthias Kuhn
03:40 AM Revision 5432fb29 (qgis): Revise logic relating to automatic file name prefix inclusion when
adding vector sub layers
If user has opted to add sublayers to a group, then we don't need
to include the filename i...
Nyall Dawson
03:20 AM Revision 43ee9247 (qgis): Fix filename prefix is no longer shown when adding layers from
a GPX file to QGIS
Fixes #37551
Nyall Dawson

2020-09-01

12:43 AM Revision e4a767a3 (qgis): Remove "Update options" button
It's hard to guess for a user what the button does.
And easy to achieve the same by changing the layer in the dropdown
Matthias Kuhn
12:12 AM Revision a7bf2203 (qgis): Correctly render qgsMapRendererJob use case steps in docs
Harrissou Santanna
10:34 PM Revision 61dfe4d3 (qgis): [vectortiles] Fix labels disappear randomly between map redraws
Fixes #37450
(cherry picked from commit 9f83b413a70130f32c9be7428b05bb4780e38d9d)
Nyall Dawson
10:34 PM Revision 94a208f0 (qgis): [vectortiles] Fix cannot edit label style through Layer Properties dialog
Fixes #37399
(cherry picked from commit 5a2bc7531981a78f770bdca6c11a747ac0e13347)
Nyall Dawson
02:43 PM Revision 27bfb9ee (qgis): [rotated_ticks] replace expected image from travis
Olivier Dalang
11:08 AM Revision 498e7fc0 (qgis): [rotated_ticks] add missing since 3.16 doctags
Olivier Dalang
10:57 AM Revision 426c869a (qgis): [rotated_ticks] prepare_commit and tests
Olivier Dalang
09:37 AM Revision 1170adba (qgis): fix typos
Julien Cabieces
09:37 AM Revision 2970697d (qgis): Add support for Oracle virtual (generated) column
Julien Cabieces
09:37 AM Revision b7245409 (qgis): s/version/major version
Co-authored-by: Peillet Sebastien <[email protected]> Julien Cabieces
07:29 AM Revision 3710dbef (qgis): Update a test for proj 6+
Nyall Dawson
07:29 AM Revision 20fd8e87 (qgis): Update test
Nyall Dawson
07:29 AM Revision aefd7777 (qgis): Be less restrictive when saving annotation layers
Nyall Dawson
07:29 AM Revision 39fbc2ac (qgis): Add "mainAnnotationLayer" to QgsProject
This returns a reference to a main/default annotation layer for use
by the project. It forms the default location to ...
Nyall Dawson
07:29 AM Revision 636653df (qgis): Always render main annotation layer above map layers in layout maps
Nyall Dawson
07:29 AM Revision 97b56fef (qgis): Include main annotation layer when exporting canvas to image/pdf
Nyall Dawson
07:29 AM Revision b9cd4536 (qgis): Add method to determine whether an annotation layer is empty
Nyall Dawson
07:29 AM Revision 6a5eeca5 (qgis): Don't include empty annotation layers in layout map exports
Nyall Dawson
07:29 AM Revision 2e9a70fe (qgis): Gracefully handle main annotation layer during layered exports
Nyall Dawson
07:29 AM Revision 4d51e484 (qgis): Always render main annotation layer above all other map layers in canvas
Nyall Dawson
06:29 AM Revision d3587572 (qgis): fix transform Polygon to CurvePolygon when splitting
Vincent Cloarec
06:28 AM Revision 4ca7cd3d (qgis): More detail on GGA quality indicator (#38234)
- UPDATE mTxtAltitude, mTxtHacc and mTxtVacc because GNSS receivers can output higher accuracy! (RTK)
According to h...
Jürgen Fredriksson
06:23 AM Revision 9f83b413 (qgis): [vectortiles] Fix labels disappear randomly between map redraws
Fixes #37450 Nyall Dawson
04:22 AM Revision c869a625 (qgis): Fix out of sync tab bar when labeling widget is set to first tab becaus...
Nyall Dawson
04:22 AM Revision 9e67b051 (qgis): Clicking the label obstacle QLabel should toggle the checkbox, just lik...
Nyall Dawson
04:22 AM Revision 5a2bc753 (qgis): [vectortiles] Fix cannot edit label style through Layer Properties dialog
Fixes #37399 Nyall Dawson

2020-08-31

12:45 AM Revision 4cd40ab5 (qgis): [vectortiles] Be tolerant, and allow rendering polygon features
using a line style
Some services use line styles for polygon symbology in order to
specify that the polygons should ...
Nyall Dawson
12:45 AM Revision 411ea52b (qgis): Dump html report after running vector tiles test
Nyall Dawson
12:45 AM Revision fc01144f (qgis): Test masks for vector tile images
Nyall Dawson
12:45 AM Revision 2fa99192 (qgis): Fix regexp_match example output
Harrissou Santanna
06:23 PM Revision b80e252a (qgis): [rotated_ticks] allow to set a margin for outwards facing annotations
to help avoiding overlaps and/or out of bounds annotations Olivier Dalang
06:23 PM Revision 04c5b814 (qgis): [rotated_ticks] don't disable annotation rotation widgets
as we may want to rotated annotation even when ticks can't be rotated Olivier Dalang
10:45 AM Revision 362af28d (qgis): Server: Call QgsProject::setInstance on project passed as parameter
github-actions[bot]
10:45 AM Revision fe3106d5 (qgis): Server: Call QgsProject::setInstance on project passed as parameter
github-actions[bot]
10:41 AM Revision 93819344 (qgis): Merge pull request #38488 from dmarteau/fix-server-set-instance
Server: Call QgsProject::setInstance on project passed as parameter René-Luc ReLuc
10:13 AM Revision afc099f2 (qgis): Merge pull request #38050 from marisn/georeferencer_restore
Do not restore geometry for maximized windows Matthias Kuhn
08:45 AM Revision f2345c0e (qgis): Fix buddy for obstacle checkbox in labeling
Nyall Dawson
07:03 AM Revision f14adbb0 (qgis): Fix some warnings
Nyall Dawson
06:12 AM Revision 853f6820 (qgis): Fix doxygen markers
Nyall Dawson
05:22 AM Revision 02714a10 (qgis): Fix 'invisible news' issue : after hiding the news it never comes back
github-actions[bot]
04:21 AM Revision 3ad126f3 (qgis): Add easter egg to show map of user groups (keywords: 'user groups')
Germán Carrillo
03:43 AM Revision f0e9a1c4 (qgis): Merge pull request #38484 from timlinux/news-splitter-fix
Fix 'invisible news' issue : after hiding the news it never comes back Nyall Dawson
03:38 AM Revision e8a7795a (qgis): Fix spell check noise
Nyall Dawson
03:38 AM Revision d1bc82ca (qgis): Misc typo fixes
Nyall Dawson
03:38 AM Revision c79c8fc1 (qgis): Fix set-but-unused build warning
Nyall Dawson
03:38 AM Revision e39d8b10 (qgis): Fix 'ellipoid' typos
Nyall Dawson
03:38 AM Revision 5f8bc430 (qgis): The Server landing page js libraries are full of typos, so skip the spe...
Nyall Dawson
03:38 AM Revision 403b2142 (qgis): Fix incorrect reference to non-existing DONT_LOAD_LAYOUTS flag
Nyall Dawson
03:38 AM Revision 2135d03c (qgis): Fix 'allow to' typos
Nyall Dawson
03:19 AM Revision 97247efe (qgis): Various improvements to expression
- Add/fix details to description and examples to illustrate
- indicate string for geom_to_wkt
Harrissou Santanna
03:19 AM Revision 23c7bd61 (qgis): Update resources/function_help/json/extend
Nyall Dawson
03:19 AM Revision fc1f3bfb (qgis): Add example for aggregate collect functions
fix #24962 Harrissou Santanna
03:19 AM Revision 7c6ce37e (qgis): Backslash and groups rearrangement to regex based examples
fix qgis/QGIS-Documentation#5760 Harrissou Santanna
03:19 AM Revision 13573d2b (qgis): geom_to_wkt returns a string
Harrissou Santanna

2020-08-30

01:37 AM Revision 1cb067b4 (qgis): [virtual layers] support curved geometries (segmentized)
Olivier Dalang
01:37 AM Revision ac5884f5 (qgis): (typo)
Olivier Dalang
01:35 AM Revision 71d0948c (qgis): When a layer's data source is broken, show "Repair Data Source"
instead of "Change Data Source" in its right click menu
Also show a warning icon for this action. It's a bit more ex...
Nyall Dawson

2020-08-29

08:07 PM Revision fb3a178d (qgis): Server: Call QgsProject::setInstance on project passed as parameter
David Marteau

2020-08-28

01:52 PM Revision 2a988e83 (qgis): Resize the news feed splitter if we can and grow it to 50% if it is zero
Tim Sutton
12:29 PM Revision f5d1eef8 (qgis): Fix 'invisible news' issue where after hiding the news it never comes b...
Tim Sutton
06:57 AM Revision f46e58a4 (qgis): Merge pull request #38461 from alexbruy/ogr-drivers
List availabale GDAL vector drivers (fix #18738) Alexander Bruy
02:21 AM Revision 39ed0e4f (qgis): [editor widget] Respect "allow add child feature"
... also when the child layer has a geometry
Fixes #38467
Matthias Kuhn
02:18 AM Revision ae2c9f2d (qgis): Remove some other leftovers trailing asterisks
Followup #38378 Andrea Giudiceandrea

2020-08-27

10:53 PM Revision 09fc2e6a (qgis): Merged console and editor settings stuff
So the Editor and Console etc share one set of settings:
- Merged Editor and Console settings-tabs in one Settings ta...
Richard Duivenvoorde
07:03 PM Revision a48e85a5 (qgis): Move color info to base class and use those
Richard Duivenvoorde
06:26 PM Revision 354b9598 (qgis): Move font, margin and caret code to baseclass
Richard Duivenvoorde
04:05 PM Revision 9f8e1ccf (qgis): Merge pull request #38415 from pblottiere/lp_env
Landing page settings Paul Blottiere
03:15 PM Revision 07c2e742 (qgis): improve driver type detection
Alexander Bruy
03:15 PM Revision ecc29634 (qgis): don't break existing configuration
Introduce new skipDrivers setting to store comma separated list of
disabled drivers. If this new setting does not exi...
Alexander Bruy
02:20 PM Revision 7be25fb9 (qgis): use layer type enum instead of bool flags
fix use of QStringLiteral Alexander Bruy
02:20 PM Revision 7f2240ca (qgis): move duplicated code to lambda
Alexander Bruy
01:28 PM Revision 353e5930 (qgis): Update landing page tests
Paul Blottiere
10:51 AM Revision 028634f4 (qgis): Update sip binding
Paul Blottiere
10:14 AM Revision 3efd98d9 (qgis): Update unit tests
Paul Blottiere
10:14 AM Revision 94e9a915 (qgis): Clean
Paul Blottiere
10:14 AM Revision 904000c1 (qgis): Add name method
Paul Blottiere
10:13 AM Revision 32f9b352 (qgis): Update environment variable name
Paul Blottiere
10:12 AM Revision f1e9c7ee (qgis): Dynamic landing page settings
Paul Blottiere
10:12 AM Revision d601f93a (qgis): Update doc
Paul Blottiere
10:12 AM Revision c7fa78ac (qgis): Use pg connection enum
Paul Blottiere
10:12 AM Revision d7b12874 (qgis): Clean
Paul Blottiere
10:12 AM Revision 5a7e3c17 (qgis): Add unit test
Paul Blottiere
10:12 AM Revision ccb72fb4 (qgis): Add settings to projectsFromUri method
Paul Blottiere
10:11 AM Revision 012313f2 (qgis): Add a new server settings member
Paul Blottiere
10:11 AM Revision bc370782 (qgis): Add a setting parameter to projects method
Paul Blottiere
10:11 AM Revision 48b21a05 (qgis): Add new settings
Paul Blottiere
10:10 AM Revision a8f80f08 (qgis): Fixes minor typo in doc
Paul Blottiere
08:08 AM Revision af815158 (qgis): [processing] Add a cluster size attribute to the kmean cluster algorithm
Mathieu Pellerin - nIRV
07:23 AM Revision 63bca85d (qgis): restrict mac os build to paths and branches
Denis Rouzaud
07:09 AM Revision 41e0ec19 (qgis): Fix crash in 3d when changing symbol properties (3.14 backport)
github-actions[bot]
05:08 AM Revision 188492ee (qgis): Fix default opacity for annotation layers should be 1, not 100
Nyall Dawson
05:08 AM Revision 199cd7e8 (qgis): Add clear method to QgsAnnotationLayer
Nyall Dawson
05:08 AM Revision 4ba97617 (qgis): Tests
Nyall Dawson
05:08 AM Revision 5849ddd2 (qgis): Automatically trigger annotation layer repaint when contents change
Nyall Dawson
05:08 AM Revision 69665cd5 (qgis): Add method to reset QgsAnnotationLayer back to default state
Nyall Dawson

2020-08-26

01:06 AM Revision 329806a2 (qgis): Be more selectively about the messages we show in the status bar
github-actions[bot]
03:17 PM Revision 5b867538 (qgis): use comma as delimiter for GDAL_SKIP env variable as some vector drivers
have space in their name Alexander Bruy
03:13 PM Revision 744380bc (qgis): add list of available GDAL vector drivers to the QGIS options (fix #18738)
This allows to select which driver to use if more than one driver can be
used to open dataset, as in the case of File...
Alexander Bruy
12:11 PM Revision cb51326e (qgis): print cache size
Denis Rouzaud
09:17 AM Revision cee6a764 (qgis): Be more selectively about the messages we show in the status bar
Fixes #38446 Nyall Dawson
08:00 AM Revision 8a3546a3 (qgis): try again
Denis Rouzaud
03:49 AM Revision 1b8761f0 (qgis): Merge pull request #38439 from lbartoletti/fix_wkt
Fix WKT parser Nyall Dawson
03:49 AM Revision 707bad77 (qgis): [symbology] Improve rendering of selected SVG markers
Mathieu Pellerin - nIRV
03:48 AM Revision 5e25c06d (qgis): [processing] Add a cluster size attribute to the dbscan cluster algorithm
Mathieu Pellerin - nIRV

2020-08-25

10:05 PM Revision 4e804a0a (qgis): Merge pull request #38444 from nyalldawson/fix_3d_crash314
Fix crash in 3d when changing symbol properties (3.14 backport) Nyall Dawson
01:45 PM Revision a3ee71f0 (qgis): Merge pull request #38445 from ismailsunni/revert-38290-patch-1
Revert "Fix make link to pre-commit" Matthias Kuhn
01:23 PM Revision 9b96e482 (qgis): fix cmake prefix path
Denis Rouzaud
11:48 AM Revision 5a8eada1 (qgis): Revert "Fix make link to pre-commit"
This reverts commit fe0c845fc69520c7a393b6486f0601618226b4a4. Ismail Sunni
10:30 AM Revision 2c33e6e6 (qgis): move constructor outside the loop
Loïc Bartoletti
10:28 AM Revision edd0f444 (qgis): indent
Loïc Bartoletti
10:28 AM Revision e113771f (qgis): fix condition
Denis Rouzaud
09:16 AM Revision b1bdd574 (qgis): fix command order
Denis Rouzaud
09:02 AM Revision fc98d1d3 (qgis): add tests from WKT fixed in other tests and adapted here
Loïc Bartoletti
09:01 AM Revision 19b1001d (qgis): Fix memory leak when no model point positions are available
(cherry picked from commit a3ee8c156513b40084c0c5f8cd50f51c37048cce) Nyall Dawson
08:59 AM Revision 8b08c479 (qgis): update MDAL to 0.6.93 (#38443)
Peter Petrik
08:52 AM Revision 449d78bb (qgis): add multilinestring tesst
Loïc Bartoletti
08:20 AM Revision b9e942fa (qgis): Don't store references to symbols in 3d symbol handlers
These references are to objects belonging to another thread, which
can cause crashes if the object on the main thread...
Nyall Dawson
08:14 AM Revision 46acc34e (qgis): fix Docker build
Denis Rouzaud

2020-08-24

01:49 AM Revision ddd9d43d (qgis): [OAPIF provider] Avoid crash when service description page lacks email ...
github-actions[bot]
10:30 PM Revision e2db34f6 (qgis): Fix qt plugins directory setting again (followup 736e3947d958fed)
Jürgen Fischer
02:21 PM Revision 3372a926 (qgis): Merge pull request #38240 from rldhont/server-dont-load-layouts
New QGIS Server setting environement to disable GetPrint and do not load layouts René-Luc ReLuc
11:48 AM Revision 59aab9dc (qgis): readd and fix tests
Loïc Bartoletti
10:59 AM Revision 231e29a1 (qgis): set CMake Policy CMP0075 to NEW
see https://cmake.org/cmake/help/v3.13/policy/CMP0075.html Denis Rouzaud
10:14 AM Revision d349fc4b (qgis): Adds a few magic to make the parser more tolerant of typos and allows t...
Loïc BARTOLETTI
10:14 AM Revision 50249b54 (qgis): Same for QgsTriangle and fix an error on the WKT parser. A WKT containi...
Loïc BARTOLETTI
10:14 AM Revision 80cccfb3 (qgis): add tests
Loïc BARTOLETTI
10:14 AM Revision 13e99b17 (qgis): other linestrings with extra parenthtesis and false tests
Loïc BARTOLETTI
10:14 AM Revision 56b603ac (qgis): fix circularstring and add tests
Loïc BARTOLETTI
10:14 AM Revision 0287da18 (qgis): fix linestring to return a null geometry when coordinates are not nubmers
Loïc BARTOLETTI
10:14 AM Revision c21e563e (qgis): Don't use linestring() wkt but linestring empty
Loïc BARTOLETTI
10:14 AM Revision 7212feca (qgis): remove qdebug
Loïc BARTOLETTI
10:14 AM Revision d07218e4 (qgis): fix circular string with extra parenthesis in qgsgeometry
Loïc BARTOLETTI
10:14 AM Revision 9d8f3d30 (qgis): one again
Loïc BARTOLETTI
10:14 AM Revision 6981c0a7 (qgis): add more tests
Loïc BARTOLETTI
10:14 AM Revision 74984c14 (qgis): Fix pointsFromWKT to accept only number
Loïc BARTOLETTI
10:14 AM Revision 00b51a1f (qgis): Fix tests. You can not add NaN in a WKT
Loïc BARTOLETTI
10:14 AM Revision 3fcade03 (qgis): Fix Point with invalid value and add tests
Loïc BARTOLETTI
10:14 AM Revision 5fe0ee7b (qgis): indent
Loïc BARTOLETTI
10:14 AM Revision ab9f3490 (qgis): Fix some parenthesis
Loïc BARTOLETTI
10:14 AM Revision aa1ec3a8 (qgis): one more wkt fixed
Loïc BARTOLETTI
10:14 AM Revision d4239cc9 (qgis): one more wkt fixed test_qgsgeometry
Loïc BARTOLETTI
10:14 AM Revision 653c1e02 (qgis): Fix unbalanced parenthesis in WKT parser. Retruns a Magic NULL informat...
Methods receiving this NULL must returns a NULL geometry. Loïc BARTOLETTI
10:14 AM Revision 57ddc98e (qgis): add tests
Loïc BARTOLETTI
10:14 AM Revision d3272227 (qgis): fix relates_data.csv
Loïc BARTOLETTI
10:14 AM Revision a9d68a5e (qgis): Fix TestQgsMapToolAddFeatureLine
Loïc BARTOLETTI
09:40 AM Revision c3cb69b1 (qgis): call loadDocument in setDocumentViewerContent instead over a seperate m...
updateDocumentViewer needs not to be called on Image before the laod of the document (because it's called after the d... David Signer
06:56 AM Revision e433adaf (qgis): [ui] Add save/load connections right click browser menu to a bunch of p...
Mathieu Pellerin - nIRV

2020-08-22

11:41 PM Revision 175d1d2f (qgis): Make relation reference in filter work again
github-actions[bot]
11:32 PM Revision 4e0f64f4 (qgis): [OAPIF provider] Avoid crash when service description page lacks email ...
Found when investigating https://github.com/OSGeo/gdal/issues/2873
but doesn't address it
Even Rouault
11:31 PM Revision 0f7e5755 (qgis): windows: map python PATH changes to Add/RemoveDllDirectory
github-actions[bot]
10:08 PM Revision 84dd6758 (qgis): windows: map python PATH changes to Add/RemoveDllDirectory
github-actions[bot]
09:19 PM Revision 84968075 (qgis): drop bionic, all images are now focal based
Denis Rouzaud

2020-08-21

11:10 PM Revision a27930c2 (qgis): Don't store references to symbols in 3d symbol handlers
These references are to objects belonging to another thread, which
can cause crashes if the object on the main thread...
Nyall Dawson
11:10 PM Revision bf138012 (qgis): Fix memory leak when no model point positions are available
Nyall Dawson
09:47 PM Revision 1ce38751 (qgis): Fix range of date time values for animation export dialog
github-actions[bot]
09:02 PM Revision d411d66b (qgis): windows: map python PATH changes to Add/RemoveDllDirectory (followup f1...
Jürgen Fischer
03:41 PM Revision d1c45f80 (qgis): fix build arg
Denis Rouzaud
03:17 PM Revision ef25ddff (qgis): try to rename the workflow
Denis Rouzaud
03:02 PM Revision 2f0c935d (qgis): [QgsQuick] Clean feature layer pair after deleting feature.
Viktor Sklencar
02:51 PM Revision 01f8b625 (qgis): test to get cache with the focal one
Denis Rouzaud
02:20 PM Revision 422dd0aa (qgis): Build with Qt 5.14 only when sources have changed (#38400)
Denis Rouzaud
02:19 PM Revision b082f160 (qgis): export vars
Denis Rouzaud
01:54 PM Revision d0536542 (qgis): add missing focal
Denis Rouzaud
01:53 PM Revision 418bcf3d (qgis): Fix transformCoordinates() for rasters with RPC georeferencing (#38350)
Unfortunately for raster with RPC georeferencing, the transform
used in GDAL provider's transformCoordinates() was us...
Martin Dobias
01:14 PM Revision b98cfe13 (qgis): fix base image not being focal
Denis Rouzaud
12:41 PM Revision 25c31381 (qgis): add dispatch
Denis Rouzaud
12:34 PM Revision 0caec1dd (qgis): add tests + CMakeLists
Denis Rouzaud
12:32 PM Revision 685d167b (qgis): fix env vars
Denis Rouzaud
12:30 PM Revision d9e9513c (qgis): remove DELETE_CACHE arg, it is never called
Denis Rouzaud
12:26 PM Revision a2cdc4bc (qgis): [Docker] use gcc to build
Denis Rouzaud
11:08 AM Revision 5d897d8d (qgis): Fix qt plugins directory setting (followup 736e3947d958fed)
Jürgen Fischer
11:01 AM Revision 75c2b511 (qgis): [QgsQuick] Photo panel path fix
Relative path should be handled in external resource handler. Photo panel should provide full path to taken image. Viktor Sklencar
08:20 AM Revision 7824c4c2 (qgis): Fix range of date time values for animation export dialog
Fixes #38384 Nyall Dawson
08:20 AM Revision 500251ff (qgis): Tweak fill offset label layout for better layout arrangement
Nyall Dawson
07:21 AM Revision 4a3f1404 (qgis): Make relation reference in filter work again
github-actions[bot]
07:17 AM Revision ae359b6c (qgis): Merge pull request #38385 from signedav/relref-filter
Make relation reference in filter work again David Signer
05:02 AM Revision ae8ea31a (qgis): More updates of expression help
- Expose default values of args
- Fix args name or description
- Fix/add more examples (to show various possibilities...
Harrissou Santanna
05:00 AM Revision d4972d75 (qgis): Remove leftover skybox enabling settings
Harrissou Santanna
05:00 AM Revision 8bffc6b5 (qgis): Clean the skybox widget
Simplify dialog, no need to group features in boxes with title
Remove colon at the end of labels
Reorder widgets to e...
Harrissou Santanna
05:00 AM Revision 09844a7d (qgis): Move the skybox enabling checkbox to the groupbox widget
Whether skybox is enabled is now saved as part of the 3D Map settings Harrissou Santanna
05:00 AM Revision b743db7a (qgis): Ensure that not all the settings are displayed when opening dialog
but only the skybox type's
Clean group boxes use
Rely on combobox index instead of (translated) text for settings
Harrissou Santanna
03:33 AM Revision 6ac8f615 (qgis): [layout expressions] add Y page offset expression
this is useful for dynamically position items
relative to pages in multi-pages layouts
Olivier Dalang
03:33 AM Revision 7b91f79c (qgis): [layout expressions] add Y page offset expression - tests
Olivier Dalang

2020-08-20

01:48 AM Revision f62c6d5d (qgis): [feature][labeling] Expose option to allow users to control whether
anchor point for line labels is a hint or a strict requirement
Strict: Labels are placed exactly on the label anchor...
Nyall Dawson
01:48 AM Revision a462a17a (qgis): Fix initial placement selection is empty
Nyall Dawson
01:43 AM Revision ae4d7699 (qgis): fix python code formatting
Denis Rouzaud
06:40 PM Revision 49f0d20b (qgis): [refFunctions] astyle
Olivier Dalang
06:11 PM Revision b1470aa1 (qgis): [refFunctions] help json
Olivier Dalang
05:46 PM Revision 68c27a34 (qgis): [refFunctions] add more tests
Olivier Dalang
05:46 PM Revision 7244f84c (qgis): [refFunctions] fix tests
(used $id instead of id, somehow some of them still passed ?!) Olivier Dalang
05:46 PM Revision 39b59688 (qgis): [refFunctions] remove neighbours param for geometry_overlay_nearest and...
Olivier Dalang
05:46 PM Revision 10367d07 (qgis): [refFunctions] fix broken test, which now fails
(it wasn't testing much, because it mistakenly casted ints to
QgsGeometries, comparing two invalid/empty geometries a...
Olivier Dalang
05:46 PM Revision 6c5ee801 (qgis): [refFunctions] honor testOnly parameter for geometry_overlay_nearest too
Olivier Dalang
05:45 PM Revision 6daafef3 (qgis): [refFunctions] fix not working in attribute table
Olivier Dalang
04:03 PM Revision 1654223e (qgis): [refFunctions] reenable neighbours and max_distance for geometry_overla...
Olivier Dalang
04:03 PM Revision afd3c59c (qgis): [refFunctions] add help texts
Olivier Dalang
04:03 PM Revision a393ad93 (qgis): [refFunctions] remove *_test functions and factor repeated code
Olivier Dalang
04:02 PM Revision c738731a (qgis): [refFunctions] remove *_test functions and factor repeated code
# Conflicts:
# src/core/expression/qgsexpressionfunction.cpp
Olivier Dalang
04:01 PM Revision d4f8e2c2 (qgis): [refFunctions] (initial help text)
Olivier Dalang
03:35 PM Revision 736e3947 (qgis): allow custom install location for QT plugins (#38389)
Peter Petrik
03:11 PM Revision c942607f (qgis): Run flake8 on python files only (#38392)
Denis Rouzaud
03:10 PM Revision 52aedad0 (qgis): Update qt5_14.yml
Denis Rouzaud
03:00 PM Revision 3dc8678b (qgis): fix path
Denis Rouzaud
02:43 PM Revision 7960a9cf (qgis): run every 5 minutes
Denis Rouzaud
02:40 PM Revision 5b2717c7 (qgis): reset daemon
Denis Rouzaud
02:39 PM Revision b2b2b7ff (qgis): save cache when building docker images
Denis Rouzaud
02:01 PM Revision bc720c8e (qgis): sudo to restart docker
Denis Rouzaud
01:58 PM Revision f5bb681f (qgis): Fix delimitedtext in virtual layers
github-actions[bot]
01:58 PM Revision fa16bddc (qgis): Fix delimitedtext in virtual layers
github-actions[bot]
01:55 PM Revision 63dfae43 (qgis): Merge pull request #38348 from suricactus/fix_virt_csv2
Fix delimitedtext in virtual layers Matthias Kuhn
01:23 PM Revision 2d909cb3 (qgis): Run flake8 on python files only
Denis Rouzaud
01:16 PM Revision d433f587 (qgis): Fix bash regex replace
Denis Rouzaud
12:56 PM Revision d7e65124 (qgis): Fix matrix
Denis Rouzaud
12:23 PM Revision 8bbecf66 (qgis): Rename manual.yml to build-docker.yml
Denis Rouzaud
12:22 PM Revision 5adcc9fa (qgis): Add Github workflow to build Docker images
Denis Rouzaud
12:03 PM Revision 99733b0b (qgis): cd
Denis Rouzaud
11:55 AM Revision ca85d078 (qgis): follow up¨
Denis Rouzaud
11:45 AM Revision 7a92d01d (qgis): add matrix
Denis Rouzaud
11:33 AM Revision 2005377a (qgis): fix
Denis Rouzaud
11:00 AM Revision 28052160 (qgis): fix expr
Denis Rouzaud
10:55 AM Revision 879ce7fa (qgis): fx yml
Denis Rouzaud
10:53 AM Revision 75cdb8cb (qgis): fx yml
Denis Rouzaud
10:48 AM Revision 718c09f5 (qgis): Allow adding new features via attribute form
Ivan Ivanov
10:47 AM Revision 9b2a8d07 (qgis): try to buiÃld
Denis Rouzaud
10:32 AM Revision cbad71c2 (qgis): clear expression on empty value and set expression when there is a valu...
David Signer
10:17 AM Revision 6e347ad1 (qgis): run every 5
Denis Rouzaud
10:15 AM Revision 181110c3 (qgis): run every minute take 3
Denis Rouzaud
10:08 AM Revision 66be37b4 (qgis): run every minute take 3
Denis Rouzaud
10:05 AM Revision f989a892 (qgis): run every minute
Denis Rouzaud
09:59 AM Revision 3cb7d3da (qgis): remove cond
Denis Rouzaud
09:21 AM Revision 86269747 (qgis): run every minute
Denis Rouzaud
09:19 AM Revision fad664ec (qgis): run every minute
Denis Rouzaud
09:15 AM Revision 3e24ef7b (qgis): echo context
Denis Rouzaud
09:13 AM Revision 27b96ef7 (qgis): fix expr
Denis Rouzaud
09:12 AM Revision df8d966b (qgis): echo more
Denis Rouzaud
09:11 AM Revision fe383102 (qgis): fix cond
Denis Rouzaud
09:10 AM Revision 94af8ff5 (qgis): fix cond
Denis Rouzaud
09:07 AM Revision 7ad530ac (qgis): more
Denis Rouzaud
09:01 AM Revision f496173b (qgis): Fix messy doxygen blocks which mess with sipify script
Fixes #38291 Nyall Dawson
08:50 AM Revision cc3aeefb (qgis): run on push
Denis Rouzaud
08:48 AM Revision 39102764 (qgis): disable other workflows
Denis Rouzaud
08:47 AM Revision 552ef071 (qgis): test script
Denis Rouzaud
06:54 AM Revision b05aa103 (qgis): [ui] Fix SVG marker widget not properly restoring colors
github-actions[bot]
06:51 AM Revision a7a5d78c (qgis): Merge pull request #38347 from alexbruy/browser-unhide
allow users to unhide paths directly from browser (fix #22290) Alexander Bruy
05:08 AM Revision 1386474e (qgis): [ui] Fix SVG marker widget not properly restoring colors
Mathieu Pellerin - nIRV
02:53 AM Revision 05d632c1 (qgis): Resume editing when saving layer with topology checks
Fixes #28592 Matthias Kuhn
02:52 AM Revision ff2807e5 (qgis): Fix bad handling of non-square svg images in svg marker symbol layers
github-actions[bot]
02:51 AM Revision 4563345b (qgis): Improve native item_id variable_help
Jorge Rocha
 

Also available in: Atom