Activity

From 2020-07-28 to 2020-08-26

2020-08-26

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 50249b54 (qgis): Same for QgsTriangle and fix an error on the WKT parser. A WKT containi...
Loïc BARTOLETTI
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 80cccfb3 (qgis): add tests
Loïc BARTOLETTI
10:14 AM Revision d07218e4 (qgis): fix circular string with extra parenthesis in qgsgeometry
Loïc BARTOLETTI
10:14 AM Revision 13e99b17 (qgis): other linestrings with extra parenthtesis and false tests
Loïc BARTOLETTI
10:14 AM Revision c21e563e (qgis): Don't use linestring() wkt but linestring empty
Loïc BARTOLETTI
10:14 AM Revision 56b603ac (qgis): fix circularstring and add tests
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 7212feca (qgis): remove qdebug
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 3fcade03 (qgis): Fix Point with invalid value and add tests
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 d4239cc9 (qgis): one more wkt fixed test_qgsgeometry
Loïc BARTOLETTI
10:14 AM Revision 74984c14 (qgis): Fix pointsFromWKT to accept only number
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 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 a9d68a5e (qgis): Fix TestQgsMapToolAddFeatureLine
Loïc BARTOLETTI
10:14 AM Revision d3272227 (qgis): fix relates_data.csv
Loïc BARTOLETTI
10:14 AM Revision 57ddc98e (qgis): add tests
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 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
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 d4972d75 (qgis): Remove leftover skybox enabling 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 a462a17a (qgis): Fix initial placement selection is empty
Nyall Dawson
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: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

2020-08-19

11:53 PM Revision d51b974b (qgis): Merge pull request #38371 from elpaso/server-landingpage-resources
Server landing page: add missing resources Paul Blottiere
11:40 PM Revision 754e7cfb (qgis): Do not add SplitFeatures to undo stack if no features are split
This changes QgsVectorLayerEditUtils::splitFeatures to always return
NothingHappened if no features are split. The cu...
Daniel Minor
11:01 PM Revision c0990ea0 (qgis): Merge pull request #38355 from nyalldawson/svg_ratio
Fix bad handling of non-square svg images in svg marker symbol layers Nyall Dawson
11:00 PM Revision d8281f3b (qgis): move PyQGIS building from Travis to Github workflows
github-actions[bot]
10:59 PM Revision 4aefe0d6 (qgis): Typo corrected. Added one space
Line 120 : "FieldPyculator code execute error.Global code block can't be executed!\n{0}\n{1}" " should probably be
...
DiGro
05:02 PM Revision 440da4cf (qgis): Server landing page: add missing resources
Alessandro Pasotti
02:38 PM Revision 74856025 (qgis): show "show more" item only when it is required (if there are more than 5
hidden items in the list) Alexander Bruy
10:21 AM Revision d775985e (qgis): move PyQGIS building from Travis to Github workflows (#38363)
Denis Rouzaud
10:21 AM Revision 50fd8929 (qgis): move PyQGIS building from Travis to Github workflows
Denis Rouzaud
08:30 AM Revision c8082b9a (qgis): Merge pull request #38349 from mhugent/wms_layer_visibility_checked
WMS Server: display visibilityChecked property of a layer in GetProjectSettings Marco Hugentobler
06:33 AM Revision 65cf6b0c (qgis): Fix super ridiculously noisy qgsgeometry test output
Nyall Dawson
06:33 AM Revision ecdec267 (qgis): Test masks
Nyall Dawson
06:33 AM Revision 5a7cb166 (qgis): [annotations] Refactor annotation item subclasses so that they
work correctly with curved geometry types, and tweak some API naming
accordingly
There's no need to be restrictive a...
Nyall Dawson
06:33 AM Revision 15221db0 (qgis): Calling QgsCurve::asQPolygonF should automatically segmentize curved
sections instead of just returning direct straight lines between
vertices
Nyall Dawson
06:33 AM Revision 5f0ce534 (qgis): Add unit tests for curved annotation geometries
Nyall Dawson
06:24 AM Revision 0864e0a3 (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
06:11 AM Revision 2412a8d6 (qgis): Fix SVG marker symbol layer aspect ratio is not recalculated when the
marker is pointed to a different source svg Nyall Dawson
06:02 AM Revision 2f2fb0b3 (qgis): Fix incorrect height shows for svg markers where the aspect ratio is lo...
Nyall Dawson

2020-08-18

12:56 AM Revision 2b6be636 (qgis): A couple of for loop and naming improvements
Matthias Kuhn
12:55 AM Revision 0e03c9ff (qgis): Fix broken "gdal.org/ogr/" URLs in doc
Harrissou Santanna
10:34 PM Revision 6b8806b7 (qgis): Italic
Nyall Dawson
10:34 PM Revision d7a1a02e (qgis): Show helpful explanations about the different label placement modes
when they are selected
These aren't immediately obvious, so give users explicit advice
about what they mean
Nyall Dawson
10:34 PM Revision d4ca4a14 (qgis): [labeling][ui] Change placement mode selection widget from radio
buttons to combo box
The radio buttons don't work well here -- they cause a massive
gap in the placement UI layout f...
Nyall Dawson
10:34 PM Revision 974083e6 (qgis): More layout tweaks
Nyall Dawson
10:34 PM Revision 76cb996e (qgis): Make more label settings more user friendly
Nyall Dawson
10:34 PM Revision 095f89f7 (qgis): Hide overrun setting when a line layer is set to horizontal labels
The settings have no effect in this mode Nyall Dawson
10:34 PM Revision 6a796c4d (qgis): Fix non-standard vertical spacing in labeling widget
Nyall Dawson
04:45 PM Revision b5af453b (qgis): improved texts for warning message and docs
David Signer
04:44 PM Revision cfa719f8 (qgis): Update test reference files
Marco Hugentobler
04:36 PM Revision 602011a1 (qgis): use native separators for menu items
Alexander Bruy
04:24 PM Revision 92dafd60 (qgis): address review comments
Alexander Bruy
04:20 PM Revision 6712278a (qgis): Merge pull request #38332 from elpaso/server-landingpage-initial-extent
Server landingpage initial extent Alessandro Pasotti
04:03 PM Revision 87b20025 (qgis): Update src/core/qgseditformconfig.cpp
Co-authored-by: Matthias Kuhn <[email protected]> David Signer
11:32 AM Revision f065ab99 (qgis): Use path resolver to prepare the datasource
Ivan Ivanov
10:12 AM Revision e4b7076b (qgis): allow users to unhide paths directly from browser (fix #22290)
Alexander Bruy
10:07 AM Revision 29de71db (qgis): Merge pull request #38343 from DelazJ/tabOrder
Fix/add tabstops to widgets for a better keyboard use Matthias Kuhn
09:34 AM Revision 01e75082 (qgis): Fix tests for travis env
Alessandro Pasotti
08:42 AM Revision 15bcb226 (qgis): Increase test verbosity
Alessandro Pasotti
08:41 AM Revision 716b9171 (qgis): Check viewSettings for initial_extent
Alessandro Pasotti
07:34 AM Revision 71bb7d05 (qgis): Fix/add tabstops to widgets for a better keyboard use
Harrissou Santanna
04:37 AM Revision bb289669 (qgis): Check for dimensions when comparing WMS layer properties
github-actions[bot]
04:37 AM Revision 97fd45ae (qgis): Rename QgsSqlite3Mprintf to qgs_sqlite3_mprintf
It's not a class name Matthias Kuhn
04:24 AM Revision fbd80ccf (qgis): Disable azure ci on master
Matthias Kuhn
03:09 AM Revision 2c9ec26a (qgis): Fix label name
Nyall Dawson
03:09 AM Revision b14bb321 (qgis): [labeling] Add api to set line anchor point for labels, which represents
the percentage along line features at which labels for that feature
should gravitate toward
Nyall Dawson
03:09 AM Revision f177263b (qgis): Add icons for line placement
Nyall Dawson
03:09 AM Revision 748d76ae (qgis): [feature][labeling] Add option to allow users to control the placement
of labels along line features
The new "Label Anchoring" section in the line placement settings for
labels allows use...
Nyall Dawson
02:33 AM Revision 6a77302f (qgis): Add error reason when unique field discovery fails
Matthias Kuhn

2020-08-17

12:57 AM Revision 60ae0553 (qgis): List 3.14 in API doc page
Harrissou Santanna
12:57 AM Revision 2f2b7151 (qgis): flake8
Loïc Bartoletti
12:57 AM Revision ebb517c0 (qgis): update tests
Loïc Bartoletti
12:57 AM Revision a1da1750 (qgis): Fix discover relations
Loïc BARTOLETTI
12:57 AM Revision f5b7e4c4 (qgis): remove debug
Loïc Bartoletti
12:57 AM Revision 18c0b3c9 (qgis): fix query
Loïc Bartoletti
12:57 AM Revision 3f92ca54 (qgis): USE pg_constraint and don't assume that position statrt at 1
Loïc Bartoletti
12:57 AM Revision a820ed64 (qgis): replace assert by self.assertEqual
Loïc Bartoletti
12:57 AM Revision d8397b13 (qgis): style
Loïc Bartoletti
12:57 AM Revision 542dc5d2 (qgis): indent
Loïc Bartoletti
12:57 AM Revision af14a421 (qgis): add test with prod data
Loïc Bartoletti
12:57 AM Revision 61364da3 (qgis): simplify testdata_pg_releations.sql
Loïc Bartoletti
12:51 AM Revision 7d966615 (qgis): Merge pull request #38222 from Samweli/fix-wmst-refresh
Check for dimensions when comparing WMS layer properties Nyall Dawson
12:33 AM Revision 5d2495e6 (qgis): [api] Add helper api to directly retrieve a point/linestring/polygon from
a QgsMultiPoint/QgsMultiLineString/QgsMultiPolygon
Avoids the need to have to manually do an annoying cast when we
a...
Nyall Dawson
12:30 AM Revision 9c6a596d (qgis): Relation reference: Update user interface when adding new entry
github-actions[bot]
12:28 AM Revision 8bac5a39 (qgis): Fix feature attributes not shown in relation form
github-actions[bot]
12:27 AM Revision 0b651de8 (qgis): Server landingpage: GCC does not like uniform initialization
Fixes #38308 Alessandro Pasotti
11:09 PM Revision abb29965 (qgis): Merge pull request #38334 from m-kuhn/cmake_min_version
Bump minimum cmake version to 3.10 Matthias Kuhn
08:38 PM Revision e0fa3683 (qgis): Bump minimum cmake version to 3.10
Fixes #38327 Matthias Kuhn
06:46 PM Revision 98741cb9 (qgis): Change to QGIS_SERVER_DISABLE_GETPRINT
René-Luc ReLuc
06:02 PM Revision d0fcbec8 (qgis): Server landingpage makes good use of initial extent
Alessandro Pasotti
05:39 PM Revision 6fbeb47a (qgis): updateProperties function private and no reference for currentFormFeature
David Signer
05:32 PM Revision 80e7fd85 (qgis): Server landingpage: expose initial extent - checks
Alessandro Pasotti
05:28 PM Revision a07b9099 (qgis): Server landingpage: expose initial extent
Alessandro Pasotti
05:20 PM Revision ee13bc21 (qgis): set the first relation editor widget instance when setting the nm-rel a...
David Signer
01:35 PM Revision 8689c096 (qgis): fallback writing nm-rel and force-suppress-popup to the tab config
David Signer
01:34 PM Revision 79d50da4 (qgis): improve comment
David Signer
11:54 AM Revision 0bd81d27 (qgis): Merge pull request #38323 from elpaso/server-landingpage-dirwatcher
Server landingpage dirwatcher Alessandro Pasotti
10:32 AM Revision e2ae6ba4 (qgis): Relation reference: Update user interface when adding new entry
github-actions[bot]
10:28 AM Revision ee14d3d3 (qgis): Merge pull request #38304 from m-kuhn/rel_ref_fix_no_ui_feedback
Relation reference: Update user interface when adding new entry Matthias Kuhn
10:27 AM Revision a04bbe44 (qgis): Address PR comments
Alessandro Pasotti
10:10 AM Revision 3f5e88a0 (qgis): Include mutex
Alessandro Pasotti
10:05 AM Revision af1f013d (qgis): Merge pull request #38320 from qgis-bot/backport-38257-to-release-3_14
[Backport release-3_14] Bugfix gh26189 virtual layers subset string Alessandro Pasotti
09:52 AM Revision 0c34fc56 (qgis): Server landing page add test for empty projects
Alessandro Pasotti
09:51 AM Revision 476ac55a (qgis): Merge pull request #38312 from alexbruy/ux-fixes
Various UX fixes Alexander Bruy
09:43 AM Revision d0ffd568 (qgis): Server landing page add dir watcher
Alessandro Pasotti
09:42 AM Revision 6ccecc3b (qgis): Do not set id twice
Alessandro Pasotti
09:42 AM Revision 7f00e75c (qgis): Copy test tree to avoid gpkg changes in git
Alessandro Pasotti
08:43 AM Revision 040b18a4 (qgis): Merge pull request #38251 from mhugent/relation_form_fix_attributes_not...
Fix feature attributes not shown in relation form Marco Hugentobler
08:33 AM Revision 83db542d (qgis): WMS Server: display visibilityChecked property of a layer in GetProject...
Marco Hugentobler
08:12 AM Revision 1026624f (qgis): Bugfix gh26189 virtual layers subset string
github-actions[bot]
08:09 AM Revision a5461a64 (qgis): Merge pull request #38257 from elpaso/bugfix-gh26189-virtual-layers-sub...
Bugfix gh26189 virtual layers subset string Alessandro Pasotti
07:59 AM Revision d827faa2 (qgis): [processing] Upgrade the sample raster value algorithm to native C++
Mathieu Pellerin - nIRV
07:44 AM Revision de7de1e2 (qgis): raise an assert if algorithm which should be added to the toolbar is no...
Alexander Bruy
07:43 AM Revision 6be231bd (qgis): On change of an attribute the documentViewer expression of the external...
To not be needed to check for all the widget values in the form, the mCurrentFormFeature is introduced that contains ... David Signer
03:12 AM Revision b31d315a (qgis): Move another line label related setting and enum to QgsLabelLineSettings
Nyall Dawson
03:12 AM Revision d93d8811 (qgis): Move merge line settings to QgsLabelLineSettings
Nyall Dawson
03:12 AM Revision 23848e0e (qgis): Start cleaning up label line settings, by moving them from the
QgsPalLayerSettings mega class to a dedicated QgsLabelLineSettings
class
Nyall Dawson
03:12 AM Revision 8aec98ad (qgis): Ah f*** it, no test for you Travis
Nyall Dawson
03:12 AM Revision ff9f5258 (qgis): Fix see also links
Nyall Dawson
03:12 AM Revision 9ae2fe0e (qgis): Fix use of deprecated enum
Nyall Dawson
03:12 AM Revision 5dfbfaa8 (qgis): Move some more line label related settings to QgsLabelLineSettings
Nyall Dawson
03:12 AM Revision 844e9a3a (qgis): Move label overrun settings to QgsLabelLineSettings
Nyall Dawson
03:11 AM Revision 34ec9103 (qgis): [vectortiles] Don't overwrite existing QPainter clip regions
This can overwrite valid clip regions setup outside of the vector tile
renderer, e.g. by a layout map item.
Fixes #3...
Nyall Dawson

2020-08-16

01:56 AM Revision 250ce761 (qgis): Expose named parameters for functions
so that they are shown for autocompletion Harrissou Santanna
01:31 AM Revision b8a5b432 (qgis): Adjust width of relation reference config widget
github-actions[bot]
08:39 PM Revision f20d5624 (qgis): debian packaging: include landing page service
Jürgen Fischer
07:20 PM Revision 84abe91d (qgis): Merge pull request #38289 from MrChebur/MrChebur-patch-1
A new parameter "Close path" has been added to the "Point to path" algorithm. Matthias Kuhn
01:25 PM Revision a9a850ca (qgis): Add files via upload
MrChebur
01:24 PM Revision f5e1abfe (qgis): Update qgis_algorithm_tests2.yaml
MrChebur
11:15 AM Revision 97e97548 (qgis): try to keep selected data type when toggling "Create virtual field"
checkbox in the field calculator (fix #36679)
Reset to the first item only if compatible data type not found
Alexander Bruy
11:15 AM Revision d3d91b1a (qgis): add 3D map view button to the Map Navigation toolbar (fix #25440)
Alexander Bruy
11:15 AM Revision 993dbb8f (qgis): add annotation actions to the Edit menu to make them accessible also via
menu (fix #27748) Alexander Bruy
11:15 AM Revision 7fa005b4 (qgis): allow docking Message Log to the left and right areas in addition to top
and bottom (fix #29463) Alexander Bruy
11:15 AM Revision 1a76a096 (qgis): add Select By Location to the Selection toolbar (fix #20350)
Alexander Bruy
11:15 AM Revision bacf7792 (qgis): pick Vector menu title from the main QGIS window instead of using own
translation (fix #35028, #28474) Alexander Bruy

2020-08-15

07:18 PM Revision cd6b6ee6 (qgis): Merge pull request #38301 from m-kuhn/reduce_width_of_rel_ref_config
Adjust width of relation reference config widget Matthias Kuhn
06:59 PM Revision 6124b5c0 (qgis): Apply suggestions from code review
Matthias Kuhn
06:59 PM Revision 1c6a0a8f (qgis): Apply suggestions from code review
Matthias Kuhn
06:56 PM Revision 92914c53 (qgis): Apply suggestions from code review
Co-authored-by: Matthias Kuhn <[email protected]> MrChebur
06:55 PM Revision a3c8d6dc (qgis): Update python/plugins/processing/algs/qgis/PointsToPaths.py
Matthias Kuhn
06:50 PM Revision e5246da1 (qgis): Update PointsToPaths.py
spaces deleted MrChebur
06:36 PM Revision dc935072 (qgis): Relation reference: Update user interface when adding new entry
Fixes #38303 Matthias Kuhn
06:31 PM Revision 660703d6 (qgis): Apply suggestions from code review
Co-authored-by: Matthias Kuhn <[email protected]> MrChebur
06:27 PM Revision be613409 (qgis): Update PointsToPaths.py
"line" is replaced by "path" MrChebur
06:20 PM Revision a30635d7 (qgis): Update PointsToPaths.py
Returned missing spaces MrChebur
04:44 PM Revision 143a8e66 (qgis): Adjust relation reference config widget
Reduce minimum width of the combobox Matthias Kuhn
01:09 PM Revision 84d45fc9 (qgis): Merge pull request #38083 from iona5/fix-stylefiles
Fix various issues with application of raster styles from QML-files Matthias Kuhn
10:31 AM Revision 84cf041b (qgis): Do not restore geometry for maximized windows.
Geometry restore causes subsequent minimization of previously maximized windows
as observed with KWin 5.19, Qt 5.15 o...
Māris Nartišs
10:03 AM Revision 8e4cdba6 (qgis): Merge pull request #38262 from elpaso/bugfix-gh38245-dbmanager-pg-sslmode
DB manager: PG read enum value for sslmode Matthias Kuhn
08:36 AM Revision 26eb7fbe (qgis): Merge pull request #38233 from jiargei/patch-2
Precision for hacc and vacc information Matthias Kuhn
03:54 AM Revision 19d5ec72 (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
Nyall Dawson
03:54 AM Revision 066b1178 (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
Nyall Dawson
03:51 AM Revision e95e1bed (qgis): Remove check on args with space
Harrissou Santanna
03:51 AM Revision fc88150f (qgis): Use correct argument name in the help file
segments and not segment Harrissou Santanna
03:51 AM Revision 8c9180a8 (qgis): Fix missing brackets
Harrissou Santanna
03:51 AM Revision 3bce2d1d (qgis): Use center argument for make_circle and make_ellipse functions
Harrissou Santanna
03:51 AM Revision d49d10bf (qgis): Fix make_triangle parameters name
Harrissou Santanna
03:51 AM Revision e9dd082c (qgis): Avoid same name for different parameters in a function
Fix duplicate "geometry" named parameters Harrissou Santanna
03:51 AM Revision 3846b04f (qgis): Harmonize geometry-based parameters name in expression
using 'geometry1' instead of 'geometry_a' or 'geometry a' Harrissou Santanna
03:51 AM Revision 3c35b753 (qgis): Use correct arg for rotate function
Harrissou Santanna
03:50 AM Revision 6a30dd2b (qgis): [needs-docs] Insert an Expression button also edits
Harrissou Santanna
03:48 AM Revision acecc1f7 (qgis): [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs
Even if the projection is assign, the QgsRasterLayer and the QgsRasterDataProvider was not updated.
The fix reloads ...
René-Luc ReLuc
03:48 AM Revision b63efaca (qgis): [Tests] Check that GDAL Assign Projection updates QgsRasterLayer info
(cherry picked from commit f5b819fc4c1291d653c96a398662e1b663a03dfb) René-Luc ReLuc
03:48 AM Revision 9975cf03 (qgis): Fixes #37342 : manage Postgres parallel plans when estimating row count
Julien Cabieces
03:48 AM Revision a1176398 (qgis): Treat mdb files as a database source in browser
Allows these to be expanded so that particular layers can be loaded,
notably allowing projects with broken mdb layer ...
Nyall Dawson
03:48 AM Revision 2cd4034a (qgis): WFS server: use exact instersection if there is a bbox parameter
(cherry picked from commit e205b15eda37a2e7f3839d9af5511cdf45a3cc73) Marco Hugentobler
03:48 AM Revision 62a339ec (qgis): [delimitedtext] Don't use an out of range index while reading string bu...
(cherry picked from commit ff38315edfcb894830cf5c9877b610344a0843d9) Mathieu Pellerin - nIRV
03:48 AM Revision dbda4e27 (qgis): [processing] Remove restrictive length limitations on created fields
(cherry picked from commit 262a193497cab979003272ef6421331342643809) Nyall Dawson
03:48 AM Revision c3f3f0d4 (qgis): [vector file writer] LIBKML driver also requires coordinates to be in w...
(cherry picked from commit c8c0dcdf0b1495e9c04f23bb1ad06bf5132ca3e9) Mathieu Pellerin - nIRV
03:48 AM Revision 9b9b09d3 (qgis): Fix flexible aspect ratio is ignored when rendering marker svg symbols
(cherry picked from commit 0d944fb3144a5792422f747f73aa6fd7a9775443) Nyall Dawson
03:48 AM Revision a57436a4 (qgis): createUserProfile: ensure qgis.db file is user writable
In some package managers (such as NIX[1], used in NixOS[2]), packaged
data is installed read-only.
When creating a n...
Lancelot SIX
03:48 AM Revision 6d17c1b5 (qgis): Fix ellipse symbol layer doesn't reflect feature selection state
Fixes #37893
(cherry picked from commit ee4797973d2044ff0adc64b5f00b850e281864b0)
Nyall Dawson
03:47 AM Revision fe0c845f (qgis): Fix make link to pre-commit
Ismail Sunni
02:11 AM Revision ce5c55ff (qgis): Use Title Case for names of symbol layers and renderers
Makes the widgets for selecting symbol layer type and renderer type
correctly follow HIG guidelines for using Title C...
Nyall Dawson

2020-08-14

12:28 AM Revision ed29797a (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
Co-authored-by: Matthias Kuhn <[email protected]> Jürgen Fredriksson
12:28 AM Revision 182beada (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
Co-authored-by: Matthias Kuhn <[email protected]> Jürgen Fredriksson
03:08 PM Revision dcc7ff92 (qgis): New option added: "Close line"
Now this algorithm can check and close the line if necessary. MrChebur
02:31 PM Revision ff4594ef (qgis): More text formatting
Co-authored-by: Matthias Kuhn <[email protected]> Harrissou Santanna
02:25 PM Revision d5114d2c (qgis): Release of 3.14.15
Jürgen Fischer
02:08 PM Revision fdb0d2ee (qgis): Release of 3.14.14
Jürgen Fischer
02:08 PM Revision 49b20805 (qgis): translation update for 3.14.14 from transifex
Jürgen Fischer
02:07 PM Revision bf47e9d3 (qgis): Release of 3.10.9
Jürgen Fischer
02:07 PM Revision f655bdd2 (qgis): translation update for 3.10.9 from transifex
Jürgen Fischer
12:56 PM Revision 9a2dc24b (qgis): Update after review
Harrissou Santanna
10:08 AM Revision e9e98ea2 (qgis): Fix crash on reloading project with annotation items
github-actions[bot]
10:08 AM Revision b1569e64 (qgis): Revert "FIX virtual layers with CSV layers opened with "delimitedtext "...
github-actions[bot]
08:44 AM Revision 9f5b8429 (qgis): Fix crash on reloading project with annotation items
github-actions[bot]
07:27 AM Revision eeb25260 (qgis): Revert "FIX virtual layers with CSV layers opened with "delimitedtext" ...
Reverts https://github.com/qgis/QGIS/pull/37164, which has lead to
https://github.com/qgis/QGIS/issues/38163
Fixes #...
Nyall Dawson
07:17 AM Revision 5114522c (qgis): Merge pull request #38261 from m-kuhn/fix_annotation_item_reload
Fix crash on reloading project with annotation items Matthias Kuhn
07:08 AM Revision 458d39c7 (qgis): setting forceSuppressFormPopup only when true in the widget (not unset ...
David Signer

2020-08-13

12:23 AM Revision 4f3a2f1d (qgis): Add missing quotes
Harrissou Santanna
12:23 AM Revision fa1a9aca (qgis): Fix functions declaring variable length of arguments
while it's actually a fixed number Harrissou Santanna
12:16 AM Revision dd0dbb28 (qgis): [ogr] Improve decoding/encoding of URI
github-actions[bot]
06:04 PM Revision 850bfb23 (qgis): Merge pull request #38260 from m-kuhn/remove_leftover_file
Remove qgsannotationitem.cpp Matthias Kuhn
05:52 PM Revision 5273e749 (qgis): resolve unintended fallthrough
David Signer
04:52 PM Revision 5c1676fe (qgis): initialize member variable
David Signer
04:03 PM Revision e4691e64 (qgis): support relation editor widgets of autoconfigured form configured in pr...
David Signer
02:20 PM Revision fa7da5a6 (qgis): New QGIS Server setting environement to do not load layouts
Defined a new QGIS Server setting environnement `QGIS_SERVER_DONT_LOAD_LAYOUTS` to do not load layouts when QGIS Serv... René-Luc ReLuc
02:20 PM Revision c1a9d948 (qgis): Test: QGIS Server setting environement to do not load layouts
René-Luc ReLuc
02:20 PM Revision bb6b061d (qgis): Fix: QGIS_SERVER_TRUST_LAYER_METADATA
René-Luc ReLuc
12:48 PM Revision 26e9ec98 (qgis): DB manager: PG read enum value for sslmode
Fixes #38245 Alessandro Pasotti
12:17 PM Revision 4615de03 (qgis): Fix crash on reloading project with annotation items
Sponsored by QField Matthias Kuhn
12:08 PM Revision 51a352f2 (qgis): Remove qgsannotationitem.cpp
This file does nothing. Matthias Kuhn
12:05 PM Revision 259f9e81 (qgis): default value of forceSuppressFormPopup is false
David Signer
11:48 AM Revision f0a390de (qgis): correct set of forceSuppressPopup state
renamed cardinality to nmRelationId since it's not a cardinality - it's the id of the relation connected through the ... David Signer
11:13 AM Revision f3a451f2 (qgis): Renamed subset to subsetstring for clarity
Alessandro Pasotti
11:03 AM Revision 1f2f1f51 (qgis): Port fix for external wms with several layers to 3.10 branch
Marco Hugentobler
10:46 AM Revision e0bcc7e8 (qgis): Add tests for virtual layers subset strings
Fixes #26189 Alessandro Pasotti
10:33 AM Revision 62ce9abb (qgis): [ogr] Improve decoding/encoding of URI
- Correctly handle |subset= and |geometrytype= components
- More robust logic to handle complex cases
- More unit tests
Nyall Dawson
09:45 AM Revision be190062 (qgis): Fix feature attributes not shown in relation form
Marco Hugentobler

2020-08-12

02:47 PM Revision 4e795316 (qgis): Merge pull request #38161 from mhugent/server_external_wms_several_layers
Server external wms several layers Marco Hugentobler
12:13 PM Revision 14c97359 (qgis): check for wmst dimensions when updating layer properties
Samweli
12:13 PM Revision 838e61e0 (qgis): added tests for wms layer properties
Samweli
11:15 AM Revision eae949fd (qgis): windows: use AddDllDirectory on directories in PATH (fixes #38172)
(cherry picked from commit f17097b1a465c0eea11e346a131ab63762d8f4d0) Jürgen Fischer
09:45 AM Revision 37dee864 (qgis): Consider comments
Marco Hugentobler
09:35 AM Revision 2a5c03b2 (qgis): Consider comments
Marco Hugentobler
09:26 AM Revision 0b3ec390 (qgis): Merge pull request #38225 from rldhont/project-read-flag-trust-layer-me...
New project reading flag to trust layer metadata with server settings René-Luc ReLuc
07:03 AM Revision 4f6e6388 (qgis): Merge pull request #38218 from alexbruy/save-query
restore missed "save query" functionality in the Query builder Alexander Bruy

2020-08-11

06:14 PM Revision d711db57 (qgis): Server: define QGIS_SERVER_TRUST_LAYER_METADATA setting environnement
René-Luc ReLuc
06:14 PM Revision 3c7d6616 (qgis): New Project Reading flag to trust layer metadata
René-Luc ReLuc
06:14 PM Revision 22173e9a (qgis): Tests Server: QGIS_SERVER_TRUST_LAYER_METADATA setting environnement
René-Luc ReLuc
06:06 PM Revision 8ccc824b (qgis): Merge pull request #38237 from m-kuhn/qt514
Enable ccache for Qt 5.14 github workflow Matthias Kuhn
05:13 PM Revision fe1dc925 (qgis): Merge pull request #38235 from rldhont/oracle-determine-primary-key-fro...
[Oracle] Add determinePrimaryKeyFromUriKeyColumn method to provider René-Luc ReLuc
03:39 PM Revision 7829b55e (qgis): Hardcode ccache
Matthias Kuhn
02:21 PM Revision e940e013 (qgis): [Orcale] Add determinePrimaryKeyFromUriKeyColumn method to provider
Like Postgres provider defined a determinePrimaryKeyFromUriKeyColumn method in Oracle provider. René-Luc ReLuc
01:56 PM Revision e53c6bb9 (qgis): windows: use AddDllDirectory on directories in PATH (fixes #38172)
(cherry picked from commit f17097b1a465c0eea11e346a131ab63762d8f4d0) Jürgen Fischer
11:41 AM Revision 779d2182 (qgis): Merge pull request #38189 from elpaso/server-landingpage
Server landingpage Alessandro Pasotti
10:08 AM Revision b28bde8f (qgis): Merge pull request #38220 from qgis-bot/backport-37921-to-release-3_14
[Backport release-3_14] Fix default value expression on double field Matthias Kuhn
10:03 AM Revision 8fe4d3e7 (qgis): [processing] Allow merging layers with mixed attribute type
Mathieu Pellerin - nIRV
09:48 AM Revision 026dc310 (qgis): Precision for hacc and vacc information
Since Vertical and Horizontal Accuracy can be more accurate than 0.1 m i suggest adding more precision to that -> 0.0... Jürgen Fredriksson
09:40 AM Revision 48b38a2d (qgis): do not change behavior of loadMinimumMaximumFromTree()
restore behavior of loadMinimumMaximumFromTree() to not change
anything if the colormap contained no items.
iona5
09:06 AM Revision dbc5f3d9 (qgis): changed access of QgsColorRampShaderWidget::colormapMinMax()
iona5
06:14 AM Revision 25a78e15 (qgis): [api] Add QgsAnnotationPointTextItem annotation item class for
rendering text at a specified map point Nyall Dawson
06:14 AM Revision c5679668 (qgis): Update copyright
Nyall Dawson
06:14 AM Revision 1192db22 (qgis): Test masks
Nyall Dawson
05:54 AM Revision 00b42965 (qgis): [wms] When a legend graphic fetch fails, don't show the error in the la...
github-actions[bot]
04:07 AM Revision be497379 (qgis): Fix test
Mathieu Pellerin - nIRV
04:07 AM Revision f3d3248f (qgis): [processing] Fix map items locked layers reset in export atlas algorithms
Mathieu Pellerin - nIRV
04:07 AM Revision e7cfe66f (qgis): Life is simpler when you clone
Mathieu Pellerin - nIRV
04:07 AM Revision 13be3de4 (qgis): [FEATURE][processing] Export layout atlas as PDF algorithm
Mathieu Pellerin - nIRV
04:06 AM Revision e1b65f3c (qgis): Merge pull request #38230 from nyalldawson/wms_legend
[wms] When a legend graphic fetch fails, don't show the error in the layer tree, but instead just log it to the messa... Nyall Dawson

2020-08-10

01:02 AM Revision d72e2266 (qgis): [wms] if a previous request to fetch the legend failed, don't bother tr...
to fetch it again!
Otherwise misconfigured services which return flawed images will just keep retrying to
fetch on e...
Nyall Dawson
12:32 AM Revision a6a14dfa (qgis): [wms] When a legend graphic fetch fails, don't show the error in the
layer tree, but instead just log it to the message log
This error indicates an issue on the server configuration and...
Nyall Dawson
12:26 AM Revision 30424a20 (qgis): WMS provider is way too debug noisy
Nyall Dawson
12:25 AM Revision de80cff8 (qgis): [wms] If an explicit CRS is not set in a layer's URI, then take the fir...
github-actions[bot]
10:37 PM Revision e87e8213 (qgis): update to MDAL 0.6.92
Peter Petrik
10:37 PM Revision 634280f2 (qgis): Fix context menu exception on WMS conn items
Fixes #38211 Alessandro Pasotti
10:35 PM Revision c7c38e14 (qgis): [wms] If an explicit CRS is not set in a layer's URI, then take the
first sensible CRS advertised by the provider's capabilities as the
layer's CRS
Avoids the messy situation where a W...
Nyall Dawson
06:31 PM Revision 292c6220 (qgis): disable double click on items in the available widgets tree
show info message for relation and qml/html widget, where to configure it
select the dropped feature
David Signer
04:59 PM Revision 0542f9fd (qgis): care for the relation widget config made or read over the API
means the force-suppress-popup and nm-rel in the editFormConfig are written according to the first instance of the wi... David Signer
03:13 PM Revision fa007488 (qgis): drop unused code
Alexander Bruy
03:11 PM Revision 2b241f42 (qgis): deprecate unused QgsSearchQueryBuilder class
Alexander Bruy
01:44 PM Revision a5cfda4c (qgis): Fix default value expression on double field
github-actions[bot]
11:35 AM Revision da6948e7 (qgis): homogenize filter string and make it translatable
Alexander Bruy
11:28 AM Revision dad79f85 (qgis): restore missed "Save query" functionality in the Query Builder (fix #18...
Alexander Bruy
11:24 AM Revision 68e8e233 (qgis): Merge pull request #37921 from troopa81/fix_defaultvalue_expression_double
Fix default value expression on double field Matthias Kuhn
08:13 AM Revision b3147bc8 (qgis): osgeo4w: use gdal-dev-py3-env.bat also in qgis_process in nightlies
(cherry picked from commit 76dad2faf6b5efde2ece4b0d5536593f44d0fdc6) Jürgen Fischer
07:59 AM Revision 988ffcf5 (qgis): Merge pull request #38202 from m-kuhn/qt514
Setup Qt 5.14 github workflow Matthias Kuhn
07:25 AM Revision 2f13c3cf (qgis): set cardinality (and with it the relation) of the widget and the forceS...
David Signer
07:25 AM Revision b19f1da2 (qgis): use itemdata->name (what is the relation-id of relation widgets, not li...
David Signer
07:25 AM Revision f1400046 (qgis): remove attributerelationedit since all settings for relations are done ...
David Signer
07:25 AM Revision 4acc35e7 (qgis): fallback reading old config
David Signer
07:25 AM Revision ba911caa (qgis): fix setting of forceSuppress
David Signer
07:25 AM Revision 1fadb929 (qgis): move the cardinality and the forceSuppressFormPopup to the widget confi...
David Signer
06:20 AM Revision d45cf980 (qgis): [processing][feature] New algorithm "Flatten Relationship"
This algorithm flattens all relationships for a vector layer,
exporting a single layer containing one master feature ...
Nyall Dawson
06:20 AM Revision fb146189 (qgis): Clarify that algorithm works with a single relationship
Nyall Dawson
06:20 AM Revision 0e57b90f (qgis): Less noisy relations
Nyall Dawson

2020-08-09

12:32 AM Revision 57b620c9 (qgis): Use 'value' parameter instead of 'val'
Harrissou Santanna
12:32 AM Revision 43a20fed (qgis): Updates on expression functions help
fix examples and description
add/update examples to "cross-link" functions
Harrissou Santanna
12:32 AM Revision 1d0749d7 (qgis): Extend aggregate's concatenator and order_by args description
Harrissou Santanna
12:28 AM Revision a4c8f33e (qgis): fix processing test and remove invisible char
Vincent Cloarec
12:28 AM Revision 32ebbd88 (qgis): fix QgsDuaEdgeTriangulation
. Vincent Cloarec
12:28 AM Revision 4ee10b5f (qgis): fix typo and SIP
Vincent Cloarec
12:26 AM Revision 05b9482a (qgis): Only list layers with styling options in styling panel
Otherwise it's very easy to switch to a layer without styling options which will hide the combobox and require the us... Matthias Kuhn
12:09 AM Revision bb1b0d23 (qgis): Allow Microsoft style [ ] column references to be handled by QgsSqlStat...
Nyall Dawson
12:09 AM Revision 8c9e7c16 (qgis): Extend QgsSQLStatement to allow parsing of fragments of SQL clauses,
specifically to allow parsing an expression or where clause alone Nyall Dawson
12:09 AM Revision 49d33768 (qgis): Allow Microsoft style # literal markers in QgsSqlStatement
Nyall Dawson
12:09 AM Revision 454cc328 (qgis): Dox
Nyall Dawson
09:37 PM Revision e2e7d31f (qgis): Ccache stats check
Matthias Kuhn
03:06 PM Revision 370b01b7 (qgis): Merge pull request #38210 from DiGro/patch-5
Two typo's corrected Matthias Kuhn
02:54 PM Revision 3177e762 (qgis): Exclude QtQuick for now
Matthias Kuhn
02:49 PM Revision cea65ba9 (qgis): Cleanup naming mess
Matthias Kuhn
02:30 PM Revision cf2dc78f (qgis): Add ccache
Matthias Kuhn
01:38 PM Revision cdc47947 (qgis): Fix conversion error
Matthias Kuhn
01:08 PM Revision 7fa55c9e (qgis): Two typo's corrected
Line 57 : "as a set of image." should probably be "as a set of images." Plural, not singular
Line 64 : "sort ...
DiGro
12:07 PM Revision 9cedf327 (qgis): Align code for deprecation fixes
Matthias Kuhn
11:56 AM Revision 417f83d1 (qgis): Add missing includes
Matthias Kuhn
11:38 AM Revision d8d65ef3 (qgis): Warnings are errors
Matthias Kuhn
11:38 AM Revision d3ca8086 (qgis): Update deprecated method
Matthias Kuhn
11:35 AM Revision adf525df (qgis): More loops
Matthias Kuhn
11:35 AM Revision 9245abeb (qgis): Qt include dirs are sys dirs
Matthias Kuhn
11:23 AM Revision e14600bd (qgis): Fix more loop issues
Matthias Kuhn
10:25 AM Revision f69510e5 (qgis): More loop fixes
Matthias Kuhn
09:39 AM Revision 51d10859 (qgis): Fix deprecation
Matthias Kuhn
09:39 AM Revision aff8f781 (qgis): Fix some loop issues
Matthias Kuhn
09:38 AM Revision 83ddb395 (qgis): Do not build QSpatialite
Matthias Kuhn
08:31 AM Revision 8b833b38 (qgis): Do not stop on warnings
Matthias Kuhn
08:18 AM Revision 2f3987b8 (qgis): Fix another implicit casting issue
Matthias Kuhn
02:51 AM Revision f17097b1 (qgis): windows: use AddDllDirectory on directories in PATH (fixes #38172)
Jürgen Fischer

2020-08-08

07:13 PM Revision 9b1e46c9 (qgis): translation string fixes
Jürgen Fischer
01:58 PM Revision 9a9e807a (qgis): Merge pull request #38200 from m-kuhn/fix_vertex_iterator_warning
Fix build warning in vertex iterator Matthias Kuhn
01:52 PM Revision 59027a09 (qgis): Fix conversion warning
Matthias Kuhn
01:35 PM Revision 03f070df (qgis): Improve range-based for loop usage
Matthias Kuhn
01:25 PM Revision 91185923 (qgis): Enable Qt 5.14 test on pull requests
Matthias Kuhn
01:17 PM Revision aaf56422 (qgis): Setup Qt 5.14 workflow
Matthias Kuhn
12:40 PM Revision a34e2906 (qgis): Merge pull request #38199 from m-kuhn/map_layer_type_property
Make the map layer type and validity a property Matthias Kuhn
11:53 AM Revision 7f0ac91b (qgis): Provide operator==
Matthias Kuhn
10:51 AM Revision 154f17df (qgis): Add missing include
Matthias Kuhn
10:42 AM Revision d38acb42 (qgis): Fix build warning in vertex iterator
Move away from C style raw memory management.
```
/QGIS-e0de9c5c26c919cbdb3b9ecc3875ad4320d318b4/src/core/geometry/q...
Matthias Kuhn
10:05 AM Revision 1aa66975 (qgis): Make layer validity a property
Adds the possibility to react to layer validity at runtime Matthias Kuhn
10:00 AM Revision bafd3802 (qgis): Make the map layer type a property
makes it available from QML Matthias Kuhn
09:09 AM Revision 2b3b88c5 (qgis): Merge pull request #37595 from gacarrillor/pr_processing_results_group
Load processing results to layer group (optional) Matthias Kuhn
09:03 AM Revision facfeb68 (qgis): Update tests for the travis env
Alessandro Pasotti
07:11 AM Revision fc5b6e10 (qgis): Avoid re-querying vector layers for sublayers when loading them
into QGIS
In all paths leading to this function we have already resolved
the list of sub layers, so no need to call ...
Nyall Dawson
07:11 AM Revision 1464b0cd (qgis): [ogr] Don't try to resolve the geometry type for Personal Geodatabases ...
The PGeo OGR driver always reports Unknown Geometry types, which causes the fallback
of iterating through all feature...
Nyall Dawson
07:11 AM Revision 546e4d19 (qgis): Avoid another redundant call to resolving the sublayers
(cherry picked from commit 5f88e3dc33c9ecebf8ff8ad38b8c6f2a830417c6) Nyall Dawson

2020-08-07

08:39 PM Revision e2c94df9 (qgis): [Backport release-3_14] force reference time (current) to be UTC for me...
Vincent Cloarec
08:38 PM Revision 117d21ae (qgis): Avoid re-querying vector layers for sublayers when loading them
into QGIS
In all paths leading to this function we have already resolved
the list of sub layers, so no need to call ...
Nyall Dawson
08:38 PM Revision 5f88e3dc (qgis): Avoid another redundant call to resolving the sublayers
Nyall Dawson
08:38 PM Revision ae635a7f (qgis): [ogr] Don't try to resolve the geometry type for Personal Geodatabases ...
The PGeo OGR driver always reports Unknown Geometry types, which causes the fallback
of iterating through all feature...
Nyall Dawson
08:37 PM Revision d982727d (qgis): PG raster: fix unreported port/host mismatch
github-actions[bot]
06:53 PM Revision c23bc1fd (qgis): Merge pull request #38191 from qgis/bugfix-unreported-pg-raster-port-host
PG raster: fix unreported port/host mismatch Alessandro Pasotti
05:17 PM Revision 9c8a2ca0 (qgis): PG raster: fix unreported port/host mismatch
Alessandro Pasotti
03:11 PM Revision 9ed62a69 (qgis): Useless linter
Alessandro Pasotti
02:23 PM Revision 193d6a2e (qgis): Add landing page test to cmake
Alessandro Pasotti
11:40 AM Revision 162c057f (qgis): Fix server tests (ignore error on QGIS_SERVER_DISABLED_APIS)
Alessandro Pasotti
11:29 AM Revision 0f14362c (qgis): Workaround a qt issue which causes unpredictable dash patterns at
very narrow pen sizes
Force the pen width to a minimum 1 px size when the advanced dash
tweaks are enabled to avoid ...
Nyall Dawson
02:41 AM Revision 00168b59 (qgis): [postgres] Fix superslow layer instantiation in huge databases by only ...
github-actions[bot]
02:40 AM Revision 51bd48fd (qgis): fix default reference time (current) not UTC for mesh layer
Vincent Cloarec

2020-08-06

10:32 PM Revision a29b3aa4 (qgis): Merge pull request #38158 from borysiasty/fix_38114_superslow_postgres_...
[postgres] Fix superslow layer instantiation in huge databases by only fetching type info of used fields. Borys Jurgiel
09:56 PM Revision 6da4e294 (qgis): [console] Fix error when console history file is missing from the user ...
github-actions[bot]
09:56 PM Revision ee5b0dc7 (qgis): Use version 3.2.0 instead of 3.1.2
Co-authored-by: Even Rouault <[email protected]> Dan Minor
09:56 PM Revision 7d82fe71 (qgis): Workaround GDAL reporting that shapefiles support DateTime
Daniel Minor
05:09 PM Revision 00853d1a (qgis): Typo
Alessandro Pasotti
04:19 PM Revision 15817047 (qgis): Server landing page test data
Alessandro Pasotti
03:57 PM Revision a8e033c7 (qgis): Updated client after rebase
Alessandro Pasotti
03:20 PM Revision 7bafc260 (qgis): Avoid a redundant query as Matthias suggested
Borys Jurgiel
02:53 PM Revision de83d28b (qgis): Code layout and sip
Alessandro Pasotti
02:52 PM Revision 13a5bc44 (qgis): Server landing page plugin
Alessandro Pasotti
02:52 PM Revision 2472248a (qgis): Add assert lines equals
Alessandro Pasotti
02:52 PM Revision 43ed8f61 (qgis): Build landing page plugin
Alessandro Pasotti
02:52 PM Revision c3b7cb1c (qgis): Server: add path() accessor to request handler
just for convenience Alessandro Pasotti
02:52 PM Revision 47c7862b (qgis): Server API: moved static handler to independent class
Alessandro Pasotti
02:52 PM Revision 89aa4fd7 (qgis): Server registry: better log formatting
Alessandro Pasotti
02:52 PM Revision 23da0c08 (qgis): Server OGC API: better formatting for message log
Alessandro Pasotti
02:52 PM Revision 2beb5b8c (qgis): Server API static helper: collapse slash
Alessandro Pasotti
02:29 PM Revision a4943ee1 (qgis): Apply suggestions from code review
Co-authored-by: Matthias Kuhn <[email protected]> Borys Jurgiel
01:00 PM Revision 0aad0305 (qgis): Merge pull request #38087 from NEDJIMAbelgacem/skybox-feature
[3D feature] Skybox feature Martin Dobias
10:47 AM Revision 49172c4c (qgis): Merge pull request #38171 from qgis-bot/backport-38152-to-release-3_14
[Backport release-3_14] Fix long reload of filter change in attribute table by revert bad commit David Signer
10:41 AM Revision e9c610c8 (qgis): Merge pull request #38170 from qgis-bot/backport-38152-to-release-3_10
[Backport release-3_10] Fix long reload of filter change in attribute table by revert bad commit David Signer
09:14 AM Revision 560eb315 (qgis): Fix shameful text formatting
Co-authored-by: Nyall Dawson <[email protected]> Borys Jurgiel
08:40 AM Revision 1b4ab7a6 (qgis): Fix long reload of filter change in attribute table by revert bad commit
github-actions[bot]
08:40 AM Revision 9386ce95 (qgis): Fix long reload of filter change in attribute table by revert bad commit
github-actions[bot]
08:36 AM Revision 0b9a75c9 (qgis): Merge pull request #38152 from signedav/revert-bad-commit
Fix long reload of filter change in attribute table by revert bad commit David Signer
07:30 AM Revision 61809384 (qgis): Plugin installer - rephrase error message when plugin is not found
Etienne Trimaille
04:42 AM Revision dfbf9a57 (qgis): Some tweaks to the "Export 3d scene" dialog
reduce dialog minimal size and margins, fix tab order and add help button Harrissou Santanna
04:42 AM Revision eca2563d (qgis): use qgis::overload instead of QOverload
NEDJIMAbelgacem
04:37 AM Revision 3197eb83 (qgis): Change skybox faces to more intuitive names in the UI
NEDJIMAbelgacem
04:00 AM Revision 0eeaac27 (qgis): Remove transform and unneeded includes from qskyboxentity.h
NEDJIMAbelgacem
03:51 AM Revision 0d685a4b (qgis): Use currentIndex instead of currentText for combobox
NEDJIMAbelgacem
03:35 AM Revision 736b3e62 (qgis): Add tr to skybox types
NEDJIMAbelgacem
03:27 AM Revision 02d94be6 (qgis): get rid of TexturesCollectionSkybox
NEDJIMAbelgacem
03:12 AM Revision 7a022c6d (qgis): Rename HDR skybox to panoramic skybox
NEDJIMAbelgacem
03:07 AM Revision b02c5c09 (qgis): Use full canonical path to installed plugins
Resolves symlinks which may be used for the plugin folder, e.g. by
plugin developers who symlink a development folder...
Nyall Dawson
02:37 AM Revision d1a17196 (qgis): Treat mdb files as a database source in browser
github-actions[bot]
02:09 AM Revision d7787f24 (qgis): Use path resolver's read/writePath()
Remove QSkyboxEntity include
Use deleteLater() instead of delete
Remove unneeded todo
Add \since to skyboxSettings in...
NEDJIMAbelgacem

2020-08-05

06:23 PM Revision e7b6027a (qgis): QLatin1String
Marco Hugentobler
06:14 PM Revision ff887b18 (qgis): WMS Server: set external WMS layers/styles one-by-one to WMS uri, other...
Marco Hugentobler
03:29 PM Revision d313902c (qgis): [postgres] Only fetch type info of used fields. Fixes #38114
Borys Jurgiel
12:22 PM Revision 50a079f8 (qgis): set title of groupbox
David Signer
11:45 AM Revision 5be696d3 (qgis): Fix compilation error for ubuntu system packages users
NEDJIMAbelgacem
11:19 AM Revision 897c7499 (qgis): move relation editor widget specific config to its own class
Denis Rouzaud
10:52 AM Revision 97915e32 (qgis): Add a iface method to directly set a specific GPS connection to connect
to in the GPS Information panel
Allows for plugins to create subclasses of QgsGpsConnection and then
hook these into...
Nyall Dawson
09:20 AM Revision f7454f65 (qgis): [locator] Use 'go' as prefix for the go to locator filter
Mathieu Pellerin - nIRV
09:20 AM Revision ed6c9593 (qgis): [locator] Flag the goto locator as a fast filter
Mathieu Pellerin - nIRV
08:27 AM Revision 5e9264df (qgis): Add unit tests for annotation layer
Nyall Dawson
08:27 AM Revision a90555bf (qgis): Remove data provider from annotation layer -- this is no longer required
Nyall Dawson
08:27 AM Revision 50d4bf0f (qgis): Treat item crs as matching annotation layer CRS
Nyall Dawson
08:27 AM Revision ce40245f (qgis): Fix warning
Nyall Dawson
08:27 AM Revision ca384b24 (qgis): Address review comments
Nyall Dawson
08:27 AM Revision 6b7bc827 (qgis): Test masks
Nyall Dawson
08:27 AM Revision 2e795b28 (qgis): Avoid indentation issues between different environments
Nyall Dawson
08:27 AM Revision ea392ea1 (qgis): Dox
Nyall Dawson
08:27 AM Revision f2d172fc (qgis): Implement layer extent calculation
Nyall Dawson
08:27 AM Revision f0d2f3d2 (qgis): Allow removing items from annotation layers
Nyall Dawson
08:27 AM Revision b0e2a8b5 (qgis): Add registry for annotation item classes
Nyall Dawson
08:27 AM Revision c924ec30 (qgis): Add unit tests for marker/line/polygon items
Nyall Dawson
08:27 AM Revision c31ee84b (qgis): Don't return reference
Nyall Dawson
08:27 AM Revision 83008566 (qgis): Code shuffle
Nyall Dawson
08:27 AM Revision ef580293 (qgis): Minor cleanups
Nyall Dawson
08:27 AM Revision e6c81132 (qgis): Tweak api, add tests for annotation item registry
Nyall Dawson
08:27 AM Revision 649cd471 (qgis): Fix more warnings
Nyall Dawson
08:27 AM Revision 96cf240b (qgis): Dox cleanup
Nyall Dawson
08:27 AM Revision 35d9a657 (qgis): Add AnnotationLayer to layer item type enum, silence warnings
Nyall Dawson
08:27 AM Revision 21a2599d (qgis): Move annotation layer renderer to own file
Nyall Dawson
08:27 AM Revision ecf7664f (qgis): Correctly handle annotation layer opacity during rendering operations
Nyall Dawson
08:27 AM Revision c8e86aef (qgis): Move QgsAnnotationItem to its own file
Nyall Dawson
08:27 AM Revision 83e48c02 (qgis): Add missing Transfer annotation
Nyall Dawson
08:27 AM Revision bc745a14 (qgis): Create minimal data provider for annotation layers
Nyall Dawson
08:27 AM Revision 4c04254b (qgis): Add sip cast code for QgsAnnotationLayer
Nyall Dawson
08:27 AM Revision c5230634 (qgis): Basic storage and restore of annotation layers in projects
Nyall Dawson
08:27 AM Revision fbad4e39 (qgis): line poly items
Nyall Dawson
08:27 AM Revision 6f90139f (qgis): Dox, build fixes
Nyall Dawson
08:27 AM Revision fe5b423e (qgis): Hookup initial marker item in registry
Nyall Dawson
08:27 AM Revision c5532d05 (qgis): Add missing test file
Nyall Dawson
08:27 AM Revision 9f943f72 (qgis): First steps towards free-form graphics item layer
Based on a port from the downstream Kadas application's item layer
type
Kudos to @manisandro
Nyall Dawson
08:25 AM Revision 8ad63fcc (qgis): Revert "on ensuring the selection, the dependend objects (like feature ...
This reverts commit d409c65de9c31266ae00a16d1004b4856dc1f5b4 and fixes #38018 David Signer
05:29 AM Revision 463e8ee7 (qgis): Treat mdb files as a database source in browser
Allows these to be expanded so that particular layers can be loaded,
notably allowing projects with broken mdb layer ...
Nyall Dawson
05:18 AM Revision 38a7e721 (qgis): [console] Fix error when console history file is missing
from the user profile directory (fixes #38142) Mathieu Pellerin - nIRV
03:33 AM Revision b9952e1f (qgis): fix test result file
Clemens Raffler
03:33 AM Revision aefb114e (qgis): fix helpstrings
Clemens Raffler
03:33 AM Revision 8a61f8f9 (qgis): fix crash with emtpy inputBlocks
Clemens Raffler
03:33 AM Revision 06f98401 (qgis): add new raster stack position algorithms
Clemens Raffler
03:33 AM Revision f1fbbc42 (qgis): add tests
Clemens Raffler
03:33 AM Revision f7bddb9e (qgis): format code
Clemens Raffler
03:33 AM Revision 5eb27548 (qgis): add testdata for lowest position alg
Clemens Raffler
03:33 AM Revision 58629cbb (qgis): finalize raster stack position algorithms
Clemens Raffler
03:33 AM Revision 9af434d3 (qgis): add testdata for highest position alg
Clemens Raffler

2020-08-04

12:41 AM Revision a56604a6 (qgis): Fix more grid layout widget layout issues
Nyall Dawson
12:27 AM Revision 09fed672 (qgis): Avoid losing layer subset filters after fixing a layer path in the bad ...
github-actions[bot]
11:31 PM Revision 723e62ec (qgis): Fix leak of network replies when network content is fetched in a thread
which is destroyed soon after
Because the thread is destroyed, the event loops never executes and
deleteLater is nev...
Nyall Dawson
10:28 PM Revision 78cea71e (qgis): Missing options for r.neighbors in processing
All options added : https://grass.osgeo.org/grass78/manuals/r.neighbors.html Sylvain POULAIN
10:23 PM Revision 8f70913c (qgis): [3d] Fix leak of vector chunked entity factories
Nyall Dawson
10:23 PM Revision 826b7033 (qgis): Avoid losing layer subset filters after fixing a layer path in the
bad layers dialog
Filters are not automatically restored after fixing the path
Nyall Dawson
10:22 PM Revision 27164f2e (qgis): Fix typo which incorrectly exposes textured material as a choice for po...
Nyall Dawson
10:22 PM Revision f410b9c0 (qgis): [3d] Rework texture scale widget to show scale in %, as the raw Qt
texture scale values work opposite to what you'd expect and a larger
scaling value actually results in a smaller text...
Nyall Dawson
06:31 PM Revision 56535cbe (qgis): Merge pull request #38135 from alexbruy/gamma-buttons
correctly toggle gamma correction buttons state depending on the active layer Alexander Bruy
06:18 PM Revision 5d20b320 (qgis): Merge pull request #38133 from m-kuhn/rotated_ticks
Fix configuration layout Matthias Kuhn
03:45 PM Revision 51f3c7ed (qgis): warn with 0 or negative values when using log scale in graduated render...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> qgis-bot
02:26 PM Revision 655c2ca7 (qgis): [locator] Flash canvas center point when triggering goto result
Mathieu Pellerin - nIRV
01:05 PM Revision 12a1a0d8 (qgis): warn with 0 or negative values when using log scale in graduated render...
* warn with 0 or negative values when using log scale in graduated renderer
* fix windows build
Denis Rouzaud
12:30 PM Revision 55aafae0 (qgis): correctly toggle gamma correction buttons state depending on the active
layer Alexander Bruy
11:49 AM Revision 0518f26f (qgis): Fix missing tabstop
Matthias Kuhn
11:47 AM Revision 1a7a2a9b (qgis): Fix configuration layout
References https://github.com/qgis/QGIS/pull/37041#issuecomment-668486146 Matthias Kuhn
11:21 AM Revision 29290b81 (qgis): Fix build with CMake 3.18
github-actions[bot]
10:33 AM Revision afaccb6a (qgis): [processing] Use a feature source for the input of the extract by locat...
github-actions[bot]
09:36 AM Revision a1530b3c (qgis): Add missing documentation
NEDJIMAbelgacem
09:33 AM Revision 58d280be (qgis): Fix merge conflict
Merge branch 'master' into skybox-feature NEDJIMAbelgacem
09:25 AM Revision 63f939e8 (qgis): Merge pull request #37041 from olivierdalang/rotated_ticks
Support for rotated ticks/annotation Matthias Kuhn
09:02 AM Revision 0628c59f (qgis): Fix build with CMake 3.18
github-actions[bot]
08:38 AM Revision d1c8d21d (qgis): Fix message bar "show more" label incorrectly counts items and thinks t...
github-actions[bot]
08:07 AM Revision 4ac66d08 (qgis): Add SIP_NO_FILE and fix bindings
NEDJIMAbelgacem
07:42 AM Revision f2bbb3e6 (qgis): Fix ui build warning
Nyall Dawson
07:08 AM Revision c898d8c8 (qgis): [processing] Use a feature source for the input of the extract by locat...
Mathieu Pellerin - nIRV
06:51 AM Revision ef11ad32 (qgis): Don't load GRASS algs if GRASS is not installed
Fixes qgis_process that incorrectly lists GRASS algorithms among the available processing algs even when GRASS is not... Andrea Giudiceandrea
06:36 AM Revision 05734994 (qgis): Manage Postgres parallel plans when estimating row count
github-actions[bot]
06:33 AM Revision ea8c67b6 (qgis): Fix leak of QgsSourceCache
Nyall Dawson
06:33 AM Revision 58921fc4 (qgis): Fix leaks in snapping toolbar
These widgets were being created when the widget is in toolbar mode,
even though they were never used or added to a l...
Nyall Dawson
06:33 AM Revision 35d0bbc2 (qgis): Fix leak in runtime profiler dock
Nyall Dawson
06:33 AM Revision 7f6dda0b (qgis): Fix leak of QgsWindow3DEngine
Nyall Dawson
06:33 AM Revision d492d1e9 (qgis): Fix message bar "show more" label incorrectly counts items and thinks
there's one too many items to show Nyall Dawson
06:33 AM Revision 5ac8c838 (qgis): Don't try to update raster min/max settings when a raster layer
is set to "updated canvas" sampling mode and the layer is being
rendered as part of a 3d render job
It causes crashe...
Nyall Dawson
06:33 AM Revision 57035468 (qgis): Add render context flag to use when a map render job is part of a 3d map
(cherry picked from commit 9e1cddaa8e5bec796e5cc42142acf6b4289b98a5) Nyall Dawson
02:52 AM Revision 740e44f1 (qgis): Merge pull request #38067 from nirvn/processing_atlas
[FEATURE][processing] Export atlas layout as image algorithm Mathieu Pellerin - nIRV

2020-08-03

10:41 PM Revision dbe1ef8a (qgis): Merge pull request #37685 from vcloarec/curveMapToolCapture
digitizing and splitting feature with curves Martin Dobias
10:02 PM Revision f38f5f6a (qgis): Fix build with CMake 3.18
It looks like CMake 3.18 fixed escaping of `$` in generated Makefiles. It does on FreeBSD, at least, where I had to a... Adriaan de Groot
10:01 PM Revision cca77d53 (qgis): Fix strange behaviour when mix of model outputs and fixed inputs are se...
github-actions[bot]
10:01 PM Revision 00c35542 (qgis): Be more tolerant, and expose map layer outputs as possible inputs for m...
github-actions[bot]
10:00 PM Revision 4a03d3c2 (qgis): Fix crash when using older 3d line symbols
Nyall Dawson
10:00 PM Revision fc82f1d6 (qgis): String improvement
Nyall Dawson
01:02 PM Revision 346743be (qgis): Add custom layers test
Mathieu Pellerin - nIRV
01:02 PM Revision 4ebe3bd6 (qgis): [processing] Add a method to override map layers used by map items in e...
Mathieu Pellerin - nIRV
01:02 PM Revision 4eda6f81 (qgis): Address last bit of review, add test
Mathieu Pellerin - nIRV
01:02 PM Revision 40a37c59 (qgis): [FEATURE][processing] Export print layout atlas as image(s) algorithm
Mathieu Pellerin - nIRV
01:02 PM Revision 9ef25675 (qgis): Better strings and alg name
Mathieu Pellerin - nIRV
11:25 AM Revision 88b3f43f (qgis): [processing] Be more tolerant, and expose map layer outputs as possible
inputs for multi input parameters regardless of the required type
Otherwise we potentially block valid use cases. Be...
Nyall Dawson
10:36 AM Revision 12973609 (qgis): [processing] Fix strange behaviour when mix of model outputs and fixed
inputs are selected as the input for a multi layer parameter Nyall Dawson
10:04 AM Revision a3dc6b39 (qgis): Fix control images
Matthias Kuhn
09:48 AM Revision c0becb4d (qgis): remove setting of config in the html and qml wrappers since there is no...
David Signer
09:09 AM Revision face843c (qgis): Typo, URL and formatting in the build instructions
Harrissou Santanna
08:46 AM Revision c7cda01e (qgis): keep the 9395 outside apple
Peter Petrik
08:34 AM Revision d9af7f71 (qgis): Gooch shading!
Nyall Dawson
08:34 AM Revision daf38a9f (qgis): Rework QgsAbstractMaterialSettings class to handle different rendering ...
Restrict choice of material in widgets based on the symbol's required technique,
and hide material settings in phong ...
Nyall Dawson
08:34 AM Revision 51cde6fb (qgis): [3d][FEATURE] Add CAD style ("Gooch") material for polygons/extruded lines
From the qt docs:
"The Gooch lighting model uses both color and brightness to help show the
curvature of 3D surfaces...
Nyall Dawson
08:34 AM Revision 14173104 (qgis): Remove unused method
Nyall Dawson
08:34 AM Revision b9a14765 (qgis): Fix sipifaction of enum class
Nyall Dawson
08:34 AM Revision 201ab0d0 (qgis): Fix warning
Nyall Dawson
08:34 AM Revision ada2c601 (qgis): Move some texture handling methods to base class
Nyall Dawson
08:34 AM Revision ba23f580 (qgis): [3d] Fix phong texture images are incorrectly ignored when applied
to a buffered line symbol Nyall Dawson
08:34 AM Revision 2455170d (qgis): Fix broken see also link
Nyall Dawson
08:34 AM Revision 58ad4cb9 (qgis): Avoid misleading flake warning from autogenerated 3d code
Nyall Dawson
08:34 AM Revision f88c3efd (qgis): Fix build
Nyall Dawson
08:34 AM Revision 53a8343e (qgis): Fix see also
Nyall Dawson
08:34 AM Revision ce13ca20 (qgis): Fix build
Nyall Dawson
08:34 AM Revision 7c08046a (qgis): Don't show texture controls in terrain shading widget
Nyall Dawson
08:34 AM Revision 798ed571 (qgis): Rename terrain texture for clarity
Nyall Dawson
08:34 AM Revision c87a8f6a (qgis): Code shuffle to move all material classes to separate subdirectory
Nyall Dawson
08:34 AM Revision 4d551853 (qgis): Split simple line material out from phong material
Nyall Dawson
08:34 AM Revision cafa3474 (qgis): Add sip casting code for material types
Nyall Dawson
08:34 AM Revision b07e0a20 (qgis): Split textured phong material class from basic phong material class
Nyall Dawson
08:34 AM Revision d8522865 (qgis): Add an icon in the 3d material combo box
Nyall Dawson
08:33 AM Revision c1e91425 (qgis): Merge pull request #37298 from alexbruy/split-vector
use attribute value in the output file name for Split vector layer algorithm (fix #37296) Alexander Bruy
08:17 AM Revision cc09ecf0 (qgis): fix escaping of # in cmake for macos
Peter Petrik
06:20 AM Revision 8ed274bb (qgis): automatically add MACOS environment variables if folders/dirs present i...
Peter Petrik
05:13 AM Revision 4f34b8a7 (qgis): [3d][api] Split api from specifying 3d map layers to render from api
for specifying terrain layers to render
Previously the one method was used for both, which made it very
difficult to...
Nyall Dawson

2020-08-02

01:47 AM Revision 92bf631e (qgis): show current layer CRS in the layer context menu and allow to change it
directly to one of the recently used CRSs (fix #13882) Alexander Bruy
01:47 AM Revision fc4d0f53 (qgis): address review comments
Alexander Bruy
01:47 AM Revision 29ccd61c (qgis): use more robust WKT export option
Alexander Bruy
01:47 AM Revision b1f08378 (qgis): use more descriptive representation of the current layer CRS
Alexander Bruy
09:50 PM Revision 48619cf5 (qgis): debian packaging fixes:
* include qgis-server-wmts
* fix Qt53DExtras cmake module lookup
Jürgen Fischer
08:00 PM Revision 8df6ef4c (qgis): Add enum skybox types
NEDJIMAbelgacem
07:28 PM Revision 7678cedc (qgis): Refactoring
NEDJIMAbelgacem
01:55 PM Revision 532f548d (qgis): Fix warning in parse_dash_results
Matthias Kuhn
01:55 PM Revision 2677de9a (qgis): Allow adding a new set of control images
Matthias Kuhn
01:54 PM Revision 23acbf1b (qgis): Capitalization in parse_dash_results
Matthias Kuhn
01:53 PM Revision c1bd69cb (qgis): Allow to maximize parse_dash_results window
Matthias Kuhn
12:46 PM Revision 148028b7 (qgis): Cleanup leftover images
Matthias Kuhn
08:20 AM Revision 76424fbc (qgis): Move writeXml and readXml to qgsskyboxsettings.cpp
NEDJIMAbelgacem
06:58 AM Revision 717b58e8 (qgis): Add _3D_EXPORT
NEDJIMAbelgacem
06:38 AM Revision 85019591 (qgis): Fix merge conflict
NEDJIMAbelgacem
05:33 AM Revision 737143d0 (qgis): Use the same vertex shader for different skybox implementations
NEDJIMAbelgacem
05:03 AM Revision 7746575c (qgis): Merge branch 'master' into skybox-feature
NEDJIMAbelgacem
03:55 AM Revision 942ec923 (qgis): Fix docs
NEDJIMAbelgacem
03:46 AM Revision 461cbc06 (qgis): Remove 3D canvas from Qgs3DMapConfigWidget constructor
NEDJIMAbelgacem
03:33 AM Revision 81f6283b (qgis): Add docs
NEDJIMAbelgacem
03:02 AM Revision 8138a79a (qgis): initialize mSkyboxSettings in Qgs3DMapSettings constructor
NEDJIMAbelgacem
02:56 AM Revision 98939758 (qgis): Add licence
NEDJIMAbelgacem
02:49 AM Revision 7f5c26c8 (qgis): def_window_title_check test fix
NEDJIMAbelgacem
02:01 AM Revision a320b1fc (qgis): Fix skybox cubemap issue
NEDJIMAbelgacem

2020-08-01

01:38 AM Revision 53ab042a (qgis): Load skybox using skybox settings when project is opened
NEDJIMAbelgacem
01:31 AM Revision b39547e5 (qgis): Delete previous skybox implementation and save skybox settings as a DOM...
NEDJIMAbelgacem
01:21 AM Revision 5c418c48 (qgis): Persist skybox settings across settings dialog creations
NEDJIMAbelgacem
12:50 AM Revision f5726e52 (qgis): skybox settings UI
NEDJIMAbelgacem
11:51 PM Revision 1e6676c2 (qgis): [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs
github-actions[bot]
11:50 PM Revision 8f750c1b (qgis): Don't restore georeferencer window if it was maximized
github-actions[bot]
10:58 PM Revision 2d986f6c (qgis): fix calculating color map when min/max values are not set yet.
if mMin or mMax are not set yet for some reason, we should try our
best to apply a reasonable color ramp.
iona5
03:00 PM Revision 46a91533 (qgis): Merge pull request #38080 from uclaros/georef-restore
Don't restore georeferencer window if it was maximized Matthias Kuhn
09:50 AM Revision 1ccfb71b (qgis): Don't restore georeferencer window if it was maximized
Stefanow Natsis
09:37 AM Revision acc750c7 (qgis): Merge pull request #37919 from rldhont/fix-processing-gdal-assignprojec...
[Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs René-Luc ReLuc
06:42 AM Revision 3ddf03b7 (qgis): Split skybox class into 2 classes for HDR and 6 faces
NEDJIMAbelgacem
05:30 AM Revision 5277cff6 (qgis): Remove extra bracket from stdev statistic option in Zonal Statistics GUI
github-actions[bot]
05:29 AM Revision 0f87e8f8 (qgis): [3d] Fix polygon edge lines are rendered vertically offset from polygons
(cherry picked from commit 7087d5d0873f9f453652a0ab65f67ba507e65438) Nyall Dawson
03:14 AM Revision db75d882 (qgis): HDR skyboxes implementation
NEDJIMAbelgacem

2020-07-31

12:34 AM Revision 8f977882 (qgis): [ui] Make the obstacle checkbox label wrap to avoid overly large minimu...
Mathieu Pellerin - nIRV
12:34 AM Revision eaab778a (qgis): Remove extra bracket from stdev statistic option
Omar Feletti
11:23 PM Revision 16719641 (qgis): Fix destination layer name ignored in Load Layer into Project algorithm
github-actions[bot]
11:22 PM Revision 2d236a89 (qgis): Fix hidden column names show in batch processing dialog
github-actions[bot]
10:17 PM Revision 5b817145 (qgis): Raster Rendering: set min/max in widget earlier when loading from renderer
When populating QgsSingleBandPseudoColorRenderer from an existing one the
min/max values where set last. However if t...
iona5
10:16 PM Revision 7368e7f7 (qgis): fix applying styles from QML files with missing colorramp node
When applying a style file with a colorrampshader node but without
a colorramp node, the actual color values of the i...
iona5
02:32 PM Revision 6c44073f (qgis): [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs
Even if the projection is assign, the QgsRasterLayer and the QgsRasterDataProvider was not updated.
The fix reloads ...
René-Luc ReLuc
02:32 PM Revision f5b819fc (qgis): [Tests] Check that GDAL Assign Projection updates QgsRasterLayer info
René-Luc ReLuc
10:12 AM Revision f13c4000 (qgis): Update test masks
Matthias Kuhn
10:12 AM Revision 41f72bf2 (qgis): [layout] rotated grid ticks/annotations - update expected images masks ...
Olivier Dalang
10:12 AM Revision 44a61ea7 (qgis): [layout] rotated grid ticks/annotations - update expected images masks
(thanks parse_dash_results.py) Olivier Dalang
10:10 AM Revision 90cc33b3 (qgis): [layout] rotated grid ticks/annotations (rebased)
Olivier Dalang
08:03 AM Revision e19f27d2 (qgis): [processing] Fix hidden column names show in batch processing dialog,
throwing the table contents out of sync with the headers
Also make code a bit more robust
Fixes #38054
Nyall Dawson
08:03 AM Revision b9f1f2ca (qgis): [processing] Fix destination layer name ignored in Load Layer into Project
algorithm
Fixes #38046
Nyall Dawson
06:04 AM Revision 45bc2d72 (qgis): Get cube map textures loading into seperate classes
NEDJIMAbelgacem
04:14 AM Revision 4ec00425 (qgis): skybox settings class and related slots/signals
NEDJIMAbelgacem
03:57 AM Revision 7087d5d0 (qgis): [3d] Fix polygon edge lines are rendered vertically offset from polygons
Nyall Dawson
03:06 AM Revision 6916305e (qgis): [delimitedtext] Rely on QgscoordinateUtils' degree/minute/second to dou...
Mathieu Pellerin - nIRV
03:06 AM Revision 07ab4b32 (qgis): [FEATURE][expression] Add a to_decimal() function to convert degree/min...
Mathieu Pellerin - nIRV
03:06 AM Revision e0de9c5c (qgis): [locator] add degree minute second coordinate support to goto locator
Mathieu Pellerin - nIRV

2020-07-30

11:10 PM Revision f7ca8b67 (qgis): Make test folder detection more robust
Matthias Kuhn
11:10 PM Revision d2238d8f (qgis): Fix parse_dash_result helper script layout issues, add handling
of multiple matching images Nyall Dawson
11:10 PM Revision 2f99a327 (qgis): Improve cli of parse_dash_results
Matthias Kuhn
11:04 PM Revision 510c61ef (qgis): show line numbers in the query are of the virtual layer dialog (fix #23...
Alexander Bruy
11:04 PM Revision c9421859 (qgis): allow to copy all line measurements at once (fix #20498)
Alexander Bruy
09:43 PM Revision 0348ab0d (qgis): fix doc and more cleaning
Vincent Cloarec
09:43 PM Revision eb24446f (qgis): renaming and cleaning of Triangulation class and export to QgsMesh
Vincent Cloarec
09:37 PM Revision 0efd5795 (qgis): Show some more warnings when spatial indexes are missing but desirable
github-actions[bot]
07:07 PM Revision a4372d21 (qgis): Fully explain the examples
avoiding use of $geometry function in explanation Harrissou Santanna
07:07 PM Revision 813ee5a6 (qgis): [expressions] Silently alias "geom" named across to "geometry"
So that was can standardize on using "geometry" as the named argument
insted of mixing "geom" and "geometry" in the p...
Nyall Dawson
07:07 PM Revision 490c8ff8 (qgis): Replace geom parameter with geometry, for harmonization
Harrissou Santanna
07:07 PM Revision fd19167c (qgis): [processing] Show some more warnings when spatial indexes are missing b...
Nyall Dawson
07:06 PM Revision 8cbafe7a (qgis): Fix item name
Nyall Dawson
07:06 PM Revision 6d647aa6 (qgis): Add method to filter QgsLayoutItemComboBox by item flags
Nyall Dawson
07:06 PM Revision ed2cca49 (qgis): [feature][layouts] Expose option to clip maps to a shape or polygon item
in UI
Allows users to clip a map item to a shape or polygon item from their layout,
allowing for non-rectangular map...
Nyall Dawson
05:31 PM Revision 46ebfaf0 (qgis): Merge pull request #38039 from qgis-bot/backport-38034-to-release-3_14
[Backport release-3_14] PG style storage: replace forbidden XML unicode chars Alessandro Pasotti
09:32 AM Revision 836666e7 (qgis): Merge pull request #37588 from NEDJIMAbelgacem/export-scene-feature
[Feature] Export 3D scene feature Martin Dobias
06:05 AM Revision 1ed8e41d (qgis): Track axis offset instead of adjusting current offset
Daniel Minor
06:05 AM Revision 8a76045c (qgis): Fix rendering of negative values in stacked bar diagram
Currently, negative values are treated the same way as positive values when
rendering stacked bar diagrams, which can...
Daniel Minor
06:05 AM Revision 7d76d688 (qgis): Use prefix ++ operator
Daniel Minor
05:58 AM Revision 28d03493 (qgis): Add toExportParameters() to DummyMaterialSettings test
NEDJIMAbelgacem
04:28 AM Revision 2d4346c2 (qgis): skybox rendering initial implementation
NEDJIMAbelgacem
03:32 AM Revision e022b3eb (qgis): renaming and typo
Vincent Cloarec

2020-07-29

12:26 AM Revision 68c7cfb6 (qgis): Use correct coordinate transform context in Raster Calculator algorithm
Nyall Dawson
12:26 AM Revision c8d1aa79 (qgis): [processing] Add option to set the ellipsoid to use for calculations
when running qgis_process
Appending "--ELLIPSOID=xxxx" to the argument list allows users to explicitly
set the ellip...
Nyall Dawson
12:26 AM Revision 0a556a81 (qgis): Gracefully handle no project available in context in algorithms
where a project is only required in some circumstances Nyall Dawson
12:26 AM Revision 8049da8d (qgis): Fix test
Nyall Dawson
12:26 AM Revision b40bfbbf (qgis): Use direct getters for ellipsoid/units in processing algs
Refs #37988 Nyall Dawson
12:26 AM Revision 03854a41 (qgis): Add explicit settings for ellipsoid, distance and area units to QgsProc...
to avoid having to always retrieve these via the context's project (which may
not be available in some circumstances)...
Nyall Dawson
12:26 AM Revision 68739841 (qgis): [processing] Flag a bunch of algorithms to hide them from qgis_process
Nyall Dawson
12:26 AM Revision 6f0b7b0b (qgis): [processing] Allow specifying a project path to load when running
algorithms via qgis_process
Allows execution of algorithms which require a project, e.g. Rasterize
Also show gracef...
Nyall Dawson
12:26 AM Revision 04e07f07 (qgis): Warn on running deprecated algorithms or algorithms with known issues f...
Nyall Dawson
12:26 AM Revision d57a638e (qgis): Add a processing algorithm flag to indicate that an algorithm requires
a valid project to be set in the context in order to execute
And flag a bunch of algorithms which require this
Nyall Dawson
12:26 AM Revision 937a41a6 (qgis): [processing] Add a flag for algorithms to indicate that they should
not be available from the standalone qgis_process tool (e.g. "select by "
algorithms, which have no meaning outside o...
Nyall Dawson
12:23 AM Revision cdb9dd26 (qgis): PG style storage: replace forbidden XML unicode chars
github-actions[bot]
12:19 AM Revision 0f7a946f (qgis): PG style storage: replace forbidden XML unicode chars
Fixes #3800 Alessandro Pasotti
09:00 PM Revision 8d4843d2 (qgis): Harmonize NULL spelling in function help
Harrissou Santanna
06:49 PM Revision 57f46591 (qgis): fix SIP
Vincent Cloarec
06:49 PM Revision 932151f3 (qgis): some refactoring and fixes issue with rubberband and trace
Vincent Cloarec
06:49 PM Revision 938c3ff3 (qgis): sync vertices with matches
Vincent Cloarec
06:49 PM Revision 488efcb7 (qgis): allow mix digitizing curve and digitizing trace
Vincent Cloarec
06:49 PM Revision fd81a2ed (qgis): add button in tool bar to switch between linear/circular digitizing
Vincent Cloarec
06:49 PM Revision 2e3fabf9 (qgis): QgsMapToolCapture support circular curve
Vincent Cloarec
06:49 PM Revision f7a16c5f (qgis): fix doc and pass map tool reshape test
Vincent Cloarec
06:49 PM Revision b3890e0e (qgis): some few refactoring an fix tracing issue
Vincent Cloarec
06:49 PM Revision 7b772ead (qgis): fix loss of circular when feature is finished and add tests
Vincent Cloarec
06:49 PM Revision 56787d63 (qgis): fix SIP end doc
Vincent Cloarec
06:49 PM Revision f3a8dd79 (qgis): fixe some issue with trace
Vincent Cloarec
06:49 PM Revision 9a39f9ab (qgis): fix issue with Z value and fix reshape test
Vincent Cloarec
06:49 PM Revision 24b1b3b4 (qgis): split vector feature with QgsCurve
Vincent Cloarec
05:51 AM Revision c4722b4f (qgis): Add a locale-specific goto test
Mathieu Pellerin - nIRV
05:51 AM Revision f77c1ea5 (qgis): [locator] Add user locale handling to the goto locator
Mathieu Pellerin - nIRV
02:34 AM Revision 95589d1e (qgis): typo
matteo ghetta
02:34 AM Revision d1e48077 (qgis): enhance nearest neighbour analysis description
matteo ghetta
02:34 AM Revision cbfdf3bc (qgis): Add render context flag to use when a map render job is part of a 3d map
(cherry picked from commit 9e1cddaa8e5bec796e5cc42142acf6b4289b98a5) Nyall Dawson
02:34 AM Revision 1763d33a (qgis): Don't try to update raster min/max settings when a raster layer
is set to "updated canvas" sampling mode and the layer is being
rendered as part of a 3d render job
It causes crashe...
Nyall Dawson
02:27 AM Revision 396540a5 (qgis): Defer load of 3d symbols in default style until after 3d symbol registr...
Otherwise it's impossible to load these symbols Nyall Dawson
02:27 AM Revision ae3f2c31 (qgis): Model tests
Nyall Dawson
02:27 AM Revision 6e409625 (qgis): Partial 3d symbol style manager work
Nyall Dawson
02:27 AM Revision 40f21abf (qgis): Move initialization to Qgs3DAppUtils
Nyall Dawson
02:27 AM Revision 1484a30f (qgis): Add API to allow generation of icons for 3d symbols from app
(still not implement -- but a necessary prerequisite to proper icons) Nyall Dawson
02:27 AM Revision c938de48 (qgis): Style
Nyall Dawson
02:27 AM Revision d30a44d7 (qgis): Use a hacky generic icon for 3d symbols in style manager for now
Because implementing proper thumbnails is a considerable task in itself... Nyall Dawson
02:27 AM Revision a3e1d0ca (qgis): Use a collapsible group box for polygon edge settings
Nyall Dawson
02:27 AM Revision d8e44539 (qgis): Allow adding/editing 3d symbols in style manager dialog
Nyall Dawson
02:27 AM Revision b1d02619 (qgis): Use registry to create 3d symbol widgets, avoid hardcoded widgets
Nyall Dawson
02:27 AM Revision 2ad4337b (qgis): Only show compatible symbols in 3d symbol widget
Nyall Dawson
02:27 AM Revision fbdc6766 (qgis): Consistently pass layer to 3d symbol widgets
Nyall Dawson
02:27 AM Revision fd285232 (qgis): Updates docs
Nyall Dawson
02:27 AM Revision 6d006948 (qgis): Fix leak when adding symbols
Nyall Dawson
02:27 AM Revision f48a79ca (qgis): Fix accidental overwrite using wrong symbol settings
Nyall Dawson
02:27 AM Revision a0e915fc (qgis): Add support for filtering style model by 3d layer type
Nyall Dawson
02:27 AM Revision d65b52db (qgis): Add CompatibleGeometryTypesRole to style model
Nyall Dawson
02:27 AM Revision 6245b552 (qgis): Add method to retrieve compatible layer types from 3d symbol in style l...
Nyall Dawson
02:27 AM Revision 93022ea7 (qgis): Add method to determine compatible vector layer types for a 3d symbol
Nyall Dawson
02:27 AM Revision 680e0952 (qgis): Show 3d symbol library selector in 3d symbol widget
Nyall Dawson
02:27 AM Revision 971a92de (qgis): Fix some 3d symbol layout issues
Nyall Dawson

2020-07-28

12:29 AM Revision 1d145fec (qgis): add expected test result rasters
Clemens Raffler
12:29 AM Revision 19702f47 (qgis): add Equal to frequency processing test
Clemens Raffler
12:29 AM Revision 175f749a (qgis): add native Equal to frequency algorithm
Clemens Raffler
12:29 AM Revision 0ec238b7 (qgis): those unecessary blanks in helpstrings...
Clemens Raffler
12:29 AM Revision b83bb8bb (qgis): optimize data extraction from QgsRasterBlocks
Clemens Raffler
12:29 AM Revision 83dcd279 (qgis): add value-testrasters
Clemens Raffler
12:29 AM Revision 2a7dc93d (qgis): format code
Clemens Raffler
12:29 AM Revision 7066a87d (qgis): update tests for new algorithms
Clemens Raffler
12:29 AM Revision b9569811 (qgis): fix parameter name
Clemens Raffler
12:29 AM Revision eb63902a (qgis): refactor qgsalgorithmrasterequaltofrequency to qgsalgorithmrasterfreque...
Clemens Raffler
12:29 AM Revision 900d6f8d (qgis): fix helpstrings
Clemens Raffler
12:29 AM Revision 085544e3 (qgis): remove metadata files from testresults
Clemens Raffler
12:29 AM Revision ced15e6d (qgis): format algorithm
Clemens Raffler
12:29 AM Revision 3bcf4577 (qgis): format tests
Clemens Raffler
12:29 AM Revision 3fe46e0e (qgis): add new testdata
Clemens Raffler
11:47 PM Revision 21a7962a (qgis): Reword button's tooltip
Co-authored-by: Matthias Kuhn <[email protected]> Harrissou Santanna
11:47 PM Revision 83dba678 (qgis): Improving the "Add/Discover relation" dialogs
adding title, tooltips and help button to documentation Harrissou Santanna
11:46 PM Revision af2e51d6 (qgis): [delimitedtext] Don't use an out of range index while reading string bu...
github-actions[bot]
11:45 PM Revision be4a844b (qgis): PG raster: fix inverted Y data
github-actions[bot]
08:21 PM Revision 91132af5 (qgis): Don't try to update raster min/max settings when a raster layer
is set to "updated canvas" sampling mode and the layer is being
rendered as part of a 3d render job
It causes crashe...
Nyall Dawson
08:21 PM Revision 9e1cddaa (qgis): Add render context flag to use when a map render job is part of a 3d map
Nyall Dawson
07:00 PM Revision 7c37c22e (qgis): Merge master and fix merge conflict
NEDJIMAbelgacem
06:07 PM Revision 750f21d4 (qgis): Add SIP_SKIP to QgsPolygon3DSymbol::exportGeometries and its overloads
NEDJIMAbelgacem
05:04 PM Revision e06cefec (qgis): Merge pull request #38003 from elpaso/bugfix-gh37968-pgraster-inverted-Y
PG raster: fix inverted Y data Alessandro Pasotti
04:55 PM Revision 74838dfa (qgis): Merge pull request #38002 from mhugent/wfs_bbox_exact_intersect
WFS server: use exact intersection if there is a bbox parameter Marco Hugentobler
03:17 PM Revision ff38315e (qgis): [delimitedtext] Don't use an out of range index while reading string bu...
Mathieu Pellerin - nIRV
12:45 PM Revision a896ac98 (qgis): Fix travis build
Nyall Dawson
12:45 PM Revision d579d67a (qgis): [3d] Add a registry for 3d material settings
Nyall Dawson
12:45 PM Revision 75228863 (qgis): Use registry to create material widget
Nyall Dawson
12:45 PM Revision e541fe68 (qgis): Correctly restore materials using registry
Nyall Dawson
12:45 PM Revision 0058a831 (qgis): Remove unused method
Nyall Dawson
12:45 PM Revision beece163 (qgis): Start generalizing material widget handling
Nyall Dawson
12:07 PM Revision 6b9fb472 (qgis): PG raster: fix inverted Y data
Fixes #37968 Alessandro Pasotti
12:00 PM Revision aee09d58 (qgis): WFS server: use exact instersection if there is a bbox parameter
Marco Hugentobler
07:12 AM Revision 2b283951 (qgis): Add api for layout items to create a clipping path
Nyall Dawson
07:12 AM Revision aa0b36b2 (qgis): QgsLayoutItemPolygon can provide a clip path
Nyall Dawson
07:12 AM Revision 77badc00 (qgis): QgsLayoutItemShape can provide clip paths
Nyall Dawson
07:12 AM Revision 915615ae (qgis): [layouts][api] Add API to allow map items to be clipped (take their sha...
other layout items which provide clipping paths
Opens the door for non-rectangular layout maps
Nyall Dawson
07:12 AM Revision 264bd515 (qgis): [layouts] Add API to set item based clipping region on maps
Allows using shape or polygon layout items to set the overall shape
of a layout map item's contents
Nyall Dawson
07:12 AM Revision 2f3258cb (qgis): Add unit test for overview frame following a clipped map
Nyall Dawson
07:12 AM Revision c5b3443c (qgis): Don't draw items which are a clip source for a map
Nyall Dawson
07:12 AM Revision a533268e (qgis): Ensure map frame and background also follow clip path
Nyall Dawson
07:12 AM Revision bc96ffd3 (qgis): Test masks
Nyall Dawson
07:12 AM Revision 26f4b17c (qgis): Update test images
Nyall Dawson
07:12 AM Revision 2603a0e0 (qgis): Fix background drawing while in preview mode
Nyall Dawson
06:18 AM Revision 3249119d (qgis): [processing] Allow "Align points to features" to be run in-place mode
Nyall Dawson
06:18 AM Revision 2104ae61 (qgis): [processing] Add mechanism for algorithms to alter their core behavior
(e.g. parameters) when they are run in the "edit in-place" mode
This allows algorithms to dynamically adapt their be...
Nyall Dawson
06:18 AM Revision 19504adf (qgis): Allow running "Add x/y fields" in place
Nyall Dawson
03:14 AM Revision 8d7f0907 (qgis): Use a more flexible coordinate detection approach
Mathieu Pellerin - nIRV
03:14 AM Revision 5ee8e541 (qgis): Better locator display name
Mathieu Pellerin - nIRV
03:14 AM Revision 182167fc (qgis): Don't limit google coordinate decoding to .com URLs
Mathieu Pellerin - nIRV
03:14 AM Revision 44fd6065 (qgis): [FEATURE][locator] Add a goto locator
Mathieu Pellerin - nIRV
02:45 AM Revision a656da3b (qgis): Moved finding geometries from parseVectorLayerEntity to each symbol class
NEDJIMAbelgacem

2020-07-27

01:55 AM Revision 300ebd4a (qgis): change to QgsDebugMsg
NEDJIMAbelgacem
01:33 AM Revision fd8c68c7 (qgis): erase inheritance from QObject
NEDJIMAbelgacem
01:14 AM Revision 64f004bd (qgis): Code cleanup
NEDJIMAbelgacem
12:48 AM Revision daa53279 (qgis): Move initialization to header, erase parent_name from export object
NEDJIMAbelgacem
 

Also available in: Atom