Activity
From 2020-10-16 to 2020-11-14
2020-11-14
- 10:19 PM Revision 1dfea2a0 (qgis): fix windows build
- 08:09 PM Revision c9bba965 (qgis): Restore layer bridge
- Fixes #40050
- 05:51 PM Revision 623f6cde (qgis): Add 3D rendering enable checkbox
- 05:29 PM Revision 69d89cef (qgis): fix compilation error in qgspointcloudlayerproperties.cpp
- 04:53 PM Revision a36de094 (qgis): layout
- 03:49 PM Revision c72dadfd (qgis): Merge pull request #40048 from qgis-bot/backport-39998-to-release-3_16
- [Backport release-3_16] Fix overlay_disjoint description and examples
- 03:41 PM Revision ee89b8ef (qgis): Merge pull request #40011 from rouault/qgsquerybuilder_improvements
- QgsQueryBuilder: improvements for easier subclassing
- 01:22 PM Revision 1526bdd4 (qgis): qgsquerybuilderbase.ui: rename txtSQL to mTxtSql
- 01:22 PM Revision b878ac9c (qgis): QgsQueryBuilder: improvements for easier subclassing
- - Make test() method virtual so it can be overriden in a derived class
- Make enabling/disabling of "use unfiltered l... - 12:39 PM Revision d036c52e (qgis): Fix overlay_disjoint description and examples
- 12:35 PM Revision b4811f2b (qgis): Merge pull request #39998 from DelazJ/overlay_disjoint
- Fix overlay_disjoint description and examples
- 12:35 PM Revision 220b4a03 (qgis): Merge pull request #40018 from qgis-bot/backport-39997-to-release-3_16
- [Backport release-3_16] Distance is faster than finding shared edge
- 12:25 PM Revision 53ec1838 (qgis): [delimitedtext] Ensure that encodeUri and decodeUri are lossless
- 10:15 AM Revision 6a5dd461 (qgis): Fix crash when trying to use meta enums on some platforms
- 09:06 AM Revision 7da48aba (qgis): astyle
- 05:37 AM Revision 278ccb8e (qgis): Fix crash when trying to use meta enums on some platforms
- Keeping references to static meta objects and meta enums around seems
to avoid the crash - 05:02 AM Revision 2c349b25 (qgis): Merge pull request #40037 from nyalldawson/model_mat
- Fix confusing UX for overridding model textures
- 03:42 AM Revision 1d8fda98 (qgis): fix checks round 6
- 01:43 AM Revision 26883893 (qgis): elif is not a thing in c++
2020-11-13
- 12:57 AM Revision 551d5631 (qgis): safer handling
- 12:25 AM Revision 17a4b074 (qgis): [3d][ui] Remove cryptic label-less checkbox for overriding point
- model symbol material, and replace by a dedicated "Embedded Textures"
entry in the material selection combo box
This... - 12:08 AM Revision c2144284 (qgis): Ensure materials are listed in a nice order
- 12:02 AM Revision 2dcbf950 (qgis): [3d] Add new material type "QgsNullMaterialSettings"
- This is a "null" shading material which should be used when
rendering models or scenes with native textures and no ma... - 12:01 AM Revision 6224ea9b (qgis): Add new 3d rendering technique enum value for TrianglesFromModel
- 07:19 PM Revision 03393a57 (qgis): Merge pull request #40022 from qgis-bot/backport-39778-to-release-3_16
- [Backport release-3_16] Bugfix gh39757 shared locale sort
- 06:14 PM Revision 787181ad (qgis): Remove bounds check and don't crash either
- 05:36 PM Revision 92254413 (qgis): typo fix
- 05:20 PM Revision 6a943c8e (qgis): fix checks round 5
- 05:00 PM Revision dcc5a340 (qgis): fix checks round 4
- 04:47 PM Revision 1877a1d2 (qgis): fix checks round 3
- 04:36 PM Revision 6a88cd8b (qgis): fix checks round 2
- 04:28 PM Revision 4c005ef1 (qgis): Try fixing tests round1
- 04:21 PM Revision b2a2fc93 (qgis): Merge pull request #39751 from mhugent/vertex_editor_coordinate_precision
- Vertex editor: make displayed coordinate precision configurable
- 04:16 PM Revision 06f4d44c (qgis): Merge branch 'master' into point-clouds-3d-gui
- 03:58 PM Revision c220bb47 (qgis): Initial implementation of point-cloud 3D GUI
- 03:47 PM Revision e345bb35 (qgis): fix bad backport
- 03:46 PM Revision 6c9acd43 (qgis): fix bad backport
- 12:27 PM Revision 1936fa03 (qgis): Save layer blend mode and opacity for additional layer types
- 12:27 PM Revision b327b679 (qgis): Fix build again
- 12:27 PM Revision f3648ba3 (qgis): Move getters and setters for layer opacity from QgsVectorLayer to QgsMa...
- All the logic for rendering non-opaque layers is handled in a layer
type agnostic way already, so this just allows th... - 12:27 PM Revision 77bc7481 (qgis): Modernise tests
- 12:27 PM Revision 7100c9dd (qgis): Fix build
- 12:27 PM Revision 0056bb15 (qgis): Proxy QgsRasterLayer::setOpacity/opacity to QgsRasterRenderer::setOpacity
- This allows layer opacity for raster layers to be set and retrieved using
the exact same API as all other map layer t... - 11:27 AM Revision 0c16716a (qgis): Force a canvas redraw after rotating canvas to follow GPS direction
- 10:43 AM Revision 3a491c2d (qgis): Bugfix gh39757 shared locale sort
- 10:40 AM Revision 8c06a1ac (qgis): Merge pull request #39872 from elpaso/hidden-layers-bugfix
- Hidden layers bugfix
- 10:38 AM Revision 3f11294d (qgis): Merge pull request #39778 from elpaso/bugfix-gh39757-shared-locale-sort
- Bugfix gh39757 shared locale sort
- 09:32 AM Revision 4fccffc6 (qgis): install python3-pyproj and protobuf
- 09:32 AM Revision a5d1b176 (qgis): increase docker base size
- 09:32 AM Revision 2e93e85f (qgis): increase Oracle timeout
- 09:32 AM Revision 0781dc12 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
- This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ... - 09:32 AM Revision 9a5a099d (qgis): docker: master=>latest
- 09:32 AM Revision 6d0f873f (qgis): fix docker compose path
- 09:32 AM Revision 10cea4f1 (qgis): increase cache size
- 09:32 AM Revision 3dbe370c (qgis): configure CTEST for GH workflow
- 09:32 AM Revision fbe56e18 (qgis): always upload cache
- 09:32 AM Revision 23af218b (qgis): remove defaulting QML
- error: QQmlComponent: Component is not ready
- 09:32 AM Revision f2ed4941 (qgis): update oracle instant client
- 09:32 AM Revision 0eaedd83 (qgis): add build ccache
- 09:32 AM Revision 1ac04547 (qgis): timeout oracle
- 09:32 AM Revision 8cb4a9be (qgis): enable test on Ubuntu Focal
- 09:08 AM Revision cf330feb (qgis): Force a canvas redraw after rotating canvas to follow GPS direction
- Otherwise layers will be incorrectly cropped until the next full map refresh
- 08:46 AM Revision e9539fdb (qgis): Don't use generic "QgsMapLayer" class name in map layer Python repr
- strings
Rather use actual layer subclass type, e.g. QgsVectorLayer
(cherry picked from commit 819fc50b0e69b657da70e... - 06:47 AM Revision 495feea8 (qgis): Merge pull request #40004 from 3nids/modern-cmake-316
- modernize cmakelists
- 05:28 AM Revision dbae397f (qgis): Distance is faster than finding shared edge
- 04:38 AM Revision c4410884 (qgis): [geometry validation] Show context menu for stable problem resolution m...
- 04:33 AM Revision 60836b77 (qgis): fix qgis_quick.h install location
- 04:22 AM Revision cc7058fa (qgis): fixes SAGA Random Terrain tool
- 04:22 AM Revision 156ba229 (qgis): [CI][Oracle] Use an already configured docker image to speed up databas...
- 03:10 AM Revision 26dad848 (qgis): fixes SAGA Random Terrain tool
2020-11-12
- 12:55 AM Revision c02b5cbe (qgis): Fix package name
- 12:55 AM Revision b4397c8d (qgis): Replace some qDebug() calls in 3d/point cloud code with more appropriate
- logging calls
- 12:55 AM Revision 550122d1 (qgis): Fix more warnings on non-debug builds
- 12:55 AM Revision ebd654c4 (qgis): Don't install owslib through pip, it tries to install pyproj and a cust...
- 12:55 AM Revision 223bd464 (qgis): Install libzstd on docker builds
- 12:55 AM Revision 18976fb4 (qgis): Default to building WITH_EPT, and show friendly error if WITH_EPT is tr...
- 12:55 AM Revision 9fe4783a (qgis): Fix warning on debug builds
- 12:55 AM Revision afff8ba7 (qgis): Disable EPT on mxe builds (missing zstd dependancy)
- 10:33 PM Revision 3679e9d9 (qgis): Merge pull request #39997 from m-kuhn/distance_is_faster
- Distance is faster than finding shared edge
- 09:29 PM Revision 9e55f5e9 (qgis): Distance is much faster than finding the shared edge length
- 09:28 PM Revision e4b209d1 (qgis): [geometry validation] Show context menu for stable problem resolution m...
- And flag "add to allowed gaps" as stable
- 09:26 PM Revision 6e933e87 (qgis): [CI][Oracle] Use an already configured docker image to speed up
- database start-up
- 08:55 PM Revision daa6c8fa (qgis): OGR provider: fix uniqueStringsMatching() with GDAL >= 3.1
- 08:53 PM Revision 49f3fbde (qgis): Fix SAGA Random Terrain tool
- Fixes #39945
- 08:51 PM Revision b5e9df90 (qgis): folloup CMakeLists.txt updates (followup eddf6feb)
- 08:39 PM Revision 96318068 (qgis): fix sip include test
- 08:39 PM Revision 43586171 (qgis): modernize CMakeLists.txt files
- 08:38 PM Revision 61a5424f (qgis): add script to modernize cmake commands
- 06:49 PM Revision bd32aa8f (qgis): Merge pull request #39942 from rouault/ogrprovider_featurecount
- OGR provider: feature count improvements
- 06:29 PM Revision 928c10a7 (qgis): add missing invalid layer check
- 05:59 PM Revision 4d611020 (qgis): [3d] Increase default shadow maximum distance
- The previous default value (500) wass too short for good results
with point cloud scenes, and produced a very distinc... - 05:59 PM Revision 51589224 (qgis): Default to a RGB renderer for point clouds with Red/Green/Blue attribut...
- 05:59 PM Revision a6d61c00 (qgis): Start on registry for 2d point cloud renderers
- 05:59 PM Revision 948a7dc9 (qgis): Move some common code to base class
- 05:59 PM Revision cc212c41 (qgis): Mark class as private
- 05:59 PM Revision 551cbe14 (qgis): Fully hook up dummy renderer
- 05:59 PM Revision 2753b56f (qgis): Fix build
- 05:59 PM Revision 9b8da238 (qgis): Add missing file
- 05:59 PM Revision 3ca572c0 (qgis): 2D RGB Renderer for point clouds
- 05:59 PM Revision 70e6cc73 (qgis): Implement QgsMapLayer methods required for saving/loading renderer prop...
- 05:59 PM Revision 5924ff7c (qgis): Move guts of qgspointcloudrenderer.* to qgspointcloudlayerrenderer.*
- 05:59 PM Revision 8bb7edbb (qgis): Expose QgsPointCloudBlock to Python
- 05:59 PM Revision abbd634b (qgis): API shell for QgsPointCloudRenderer 2d point cloud renderer
- 05:59 PM Revision c2fe0d37 (qgis): Hook QgsPointCloudRenderer into QgsPointCloudLayerRenderer (non-functio...
- 05:59 PM Revision 0169347f (qgis): Hookup API for point cloud data providers to create default renderers f...
- 05:59 PM Revision 2c59facf (qgis): Don't copy dox from base class methods
- 05:59 PM Revision 1a2d6ec5 (qgis): Add scale, offset and counter for points rendered to QgsPointCloudRende...
- 05:59 PM Revision 1feccd1e (qgis): Add more methods to QgsPointCloudRenderer class
- 05:59 PM Revision 4e38237e (qgis): Calculate point cloud attributes to fetch based on renderer's needs
- 05:59 PM Revision 43f2ae70 (qgis): Fix doc test with final implementations
- 05:59 PM Revision 11a62615 (qgis): Move old dummy 2d renderer to temporary QgsDummyPointCloudRenderer class
- 05:55 PM Revision 820f3b9b (qgis): adapt tests
- 05:35 PM Revision 90ea88c1 (qgis): fix time step for first loaded layer
- 03:28 PM Revision 32608075 (qgis): Add QgsDataProvider::ReadFlag::SkipFeatureCount and implement it in OGR...
- 02:28 PM Revision 14e96302 (qgis): Raster shader widget: reorder before labeling
- 01:45 PM Revision 892e00e0 (qgis): try lenght not size
- 12:59 PM Revision f6cf85a8 (qgis): Fix overlay_disjoint description and examples
- 12:46 PM Revision 52a99f99 (qgis): Distance is faster than finding shared edge
- 12:25 PM Revision c8510b1e (qgis): OGR provider: implement deferred feature count computation
- This avoids computing the feature count at provider instanciation.
- 10:47 AM Revision 17134eee (qgis): debian packaging: enable entwine point clouds
- 10:46 AM Revision 838792e5 (qgis): fix time step for first loaded layer
- 10:46 AM Revision 7706c23f (qgis): fix min/max random value assignment to take effect in the random raster...
- (cherry picked from commit 2e5276d6149e0c0c48882100be649a446e722525)
- 10:46 AM Revision 48fa1194 (qgis): fix float64/float32 random value output
- (cherry picked from commit 19c32a5b730dbad59acd9d3ad27a4ca38aca1b07)
- 08:33 AM Revision 5375508f (qgis): Fix cppcheck warning
- 08:33 AM Revision eedea269 (qgis): Quick hack and add combo box to select attribute for 2d point cloud ren...
- For proof of concept testing only!
- 08:33 AM Revision 38e6b6b9 (qgis): Add proxy model for filtering QgsPointCloudAttributeModel by attribute ...
- 08:33 AM Revision d8f6a2e1 (qgis): Add attribute index role to point cloud attribute model
- 08:33 AM Revision b9a7a365 (qgis): Add attributes() member to QgsPointCloudDataProvider, QgsPointCloudLayer
- Gives direct access to point cloud attributes
- 08:33 AM Revision ead5ebc0 (qgis): Show attribute summary in point cloud layer information tab
- 08:33 AM Revision 3798f146 (qgis): Add filtering by attribute type to QgsPointCloudAttributeComboBox
- 07:05 AM Revision 819fc50b (qgis): Don't use generic "QgsMapLayer" class name in map layer Python repr
- strings
Rather use actual layer subclass type, e.g. QgsVectorLayer - 07:05 AM Revision 48e0882a (qgis): Fix crash due to style cache issue in QT<5.12.4. Fixes #39693 #39725
- 03:59 AM Revision c462fd8e (qgis): [processing] Fix importlib util module import in ScriptUtils.py
- 02:14 AM Revision c4306e18 (qgis): Fix crash due to style cache issue in QT<5.12.4. Fixes #39693 #39725
- 01:46 AM Revision a8a98ee7 (qgis): WFS provider: make layer tree view column headers translatable
- 01:19 AM Revision af9da65c (qgis): Add QgsLayerItem::iconForWkbType() and QgsWkbTypes::translatedDisplaySt...
- and use them to avoid a lot of copy&paste in "New layer XXXX" dialogs and
providers. - 01:19 AM Revision a4d59d57 (qgis): [layer tree] Fix corrupted tree when filter (by extent) is on with lege...
- 01:18 AM Revision 40569f41 (qgis): Fix importlib util module import
- to avoid "module 'importlib' has no attribute 'util'" error that prevent the load of user scripts in some circumstances
2020-11-11
- 12:55 AM Revision f179b064 (qgis): macos-build.yml: disable PDAL to avoid build error (refs #39971)
- 11:08 PM Revision 3922a28d (qgis): folloup CMakeLists.txt updates (followup eddf6feb)
- 10:14 PM Revision fec9c525 (qgis): fix sip include test
- 10:14 PM Revision c7ed320f (qgis): add script to modernize cmake commands
- 10:14 PM Revision eddf6feb (qgis): modernize CMakeLists.txt files
- 06:46 PM Revision 1bfbc767 (qgis): Merge pull request #39961 from m-kuhn/geometry_validation_gap_performance
- Distance is much faster than finding the shared edge length
- 04:16 PM Revision f360838f (qgis): Merge pull request #39527 from signedav/offlineindicator
- Indicator for offline layers
- 03:16 PM Revision 0ad8ff61 (qgis): Make gap neighbour check more robust
- 02:21 PM Revision 928997d5 (qgis): Merge pull request #39884 from NEDJIMAbelgacem/allow-user-adjustment-of...
- [3D] Allow user adjustment of terrain's elevation
- 01:41 PM Revision d334f5aa (qgis): Distance is much faster than finding the shared edge length
- Fixes a huge performance problem with gap checks
- 01:38 PM Revision ef0bd560 (qgis): simplified svg icon
- 12:59 PM Revision be7cbf17 (qgis): Fix labels for discrete
- 12:51 PM Revision 0b41a024 (qgis): Singleband pseudocolor: fix label units
- 11:24 AM Revision 981fe3af (qgis): Merge pull request #39955 from qgis-bot/backport-39946-to-release-3_16
- [Backport release-3_16] Raster calc nodata value
- 11:12 AM Revision 5440021f (qgis): fix bionic build with pdal
- 11:12 AM Revision 53380b80 (qgis): debian packaging: fix groovy build
- 10:58 AM Revision bda92e1f (qgis): Use QgsCoordinateUtils::calculateCoordinatePrecisionForCrs
- 10:54 AM Revision cb43bd8b (qgis): Fix mutex visibility
- 09:34 AM Revision 9ef0a22b (qgis): Merge pull request #39933 from qgis-bot/backport-39923-to-release-3_10
- [Backport release-3_10] QgsAuthOAuth2Method: use a recursive mutex
- 09:33 AM Revision bca43af2 (qgis): Merge pull request #39934 from qgis-bot/backport-39923-to-release-3_16
- [Backport release-3_16] QgsAuthOAuth2Method: use a recursive mutex
- 09:13 AM Revision e0bf7638 (qgis): Raster calc nodata value
- 09:08 AM Revision e5124d5c (qgis): Merge pull request #39946 from elpaso/bugfix-gh39926-rastercalc-opencl-...
- Raster calc nodata value
- 07:41 AM Revision 55eaaa74 (qgis): [layer tree] Fix corrupted tree when filter (by extent) is on with lege...
- 06:38 AM Revision ba74c4f7 (qgis): reshuffle point clouds test data and add ept with hierarchhy
- 06:38 AM Revision 34e457fd (qgis): add test for ept hierarchy
- 04:22 AM Revision 1a9061c2 (qgis): fixed the eye dome lighting effect issue
- 04:09 AM Revision 240b6b36 (qgis): [spatialite provider] Fix timestamp/datetime conversion failure when ti...
- 03:48 AM Revision 730817f0 (qgis): Merge branch 'master' into allow-user-adjustment-of-flat-terrain-elevation
2020-11-10
- 11:02 PM Revision 0a0d27c9 (qgis): [db manager] Show error messages directly in place
- The old behavior was to open up a new modal dialog. Each time way to small to read anything
- 09:29 PM Revision ccdff23d (qgis): Fix qgis_analysis build when Qt::PrintSupport isn't available (ie iOs) ...
- Disable:
- QgsLayoutAtlasToImageAlgorithm
- QgsLayoutAtlasToPdfAlgorithm
- QgsLayoutToImageAlgorithm
- QgsLayoutToPdf... - 08:39 PM Revision 48be2ded (qgis): compile PDAL/EPT in MacOS builds too
- 08:31 PM Revision 60bca011 (qgis): fix indentation
- 08:16 PM Revision c85bb5a0 (qgis): Adding svg Sardinian Flag
- 08:16 PM Revision 55e5c98e (qgis): Update tsstat.pl
- 06:15 PM Revision 9a5df0d7 (qgis): Raster calc nodata value
- Fixes #39926
- 04:36 PM Revision 21908f09 (qgis): Merge pull request #39748 from mhugent/sanitize_difference_result
- Handle geometrycollections also in difference results
- 03:39 PM Revision 810dc369 (qgis): remove unused mTransform
- 03:11 PM Revision a9626848 (qgis): add feedback
- 03:11 PM Revision ceb7c2f9 (qgis): export mesh contours
- 03:11 PM Revision da3c3125 (qgis): rasterize implementation
- 03:11 PM Revision 1c91c766 (qgis): export cross section implementation
- 03:11 PM Revision 704b5f48 (qgis): doc
- 03:11 PM Revision 4f6e6df2 (qgis): fix tests
- 03:11 PM Revision d854e3a8 (qgis): export cross section test
- 03:11 PM Revision 0a2af53c (qgis): fix spelling doc ans SIP
- 03:11 PM Revision 886460c7 (qgis): export time series
- 03:11 PM Revision d9fa1a63 (qgis): rasterize test
- 02:45 PM Revision b2f49f00 (qgis): [spatialite provider] Fix timestamp/datetime conversion failure when ti...
- 02:44 PM Revision 8d7f5404 (qgis): Fix tree model loading from xml
- 12:03 PM Revision 482b76b4 (qgis): QgsAuthOAuth2Method: use a recursive mutex
- 12:03 PM Revision d46349e1 (qgis): QgsAuthOAuth2Method: use a recursive mutex
- 11:59 AM Revision fe05aad7 (qgis): Merge pull request #39920 from rouault/wfs_translation
- WFS provider: make layer tree view column headers translatable
- 11:59 AM Revision c97d6d52 (qgis): Merge pull request #39923 from rouault/oauth2_rec_mutex
- QgsAuthOAuth2Method: use a recursive mutex
- 11:57 AM Revision b7ccbede (qgis): Merge pull request #39924 from rouault/ogrprovider_httpfetchoverrider
- [OGR provider] Add missing calls to QgsCPLHTTPFetchOverrider in public methods
- 09:25 AM Revision fe630ce0 (qgis): debian packaging: move qt5-image-formats-plugins dependency to qgis-pro...
- 06:13 AM Revision ed363ab2 (qgis): altitude clamping with terrain elevation offset
2020-11-09
- 12:34 AM Revision a28eb216 (qgis): [OGR provider] Add missing calls to QgsCPLHTTPFetchOverrider in public ...
- 12:01 AM Revision fcbf6f9b (qgis): QgsAuthOAuth2Method: use a recursive mutex
- Otherwise in case of network error, onNetworkError() will deadlock on
the mutex taken by updateNetworkRequest(), as i... - 11:50 PM Revision 6711edbd (qgis): debian packaging: move qt5-image-formats-plugins dependency to
- qgis-providers (fixes 71a755a023, closes #39886, closes #39887)
- 11:47 PM Revision e5821d25 (qgis): Proper invalidation of OGR sources on sync to disc
- Fixes #39574 and #35144
- 10:37 PM Revision 41eb79b3 (qgis): Merge branch 'master' into negative_array_Get
- 09:27 PM Revision 8a78f8f4 (qgis): WFS provider: make layer tree view column headers translatable
- 09:10 PM Revision 383090f9 (qgis): Fix missing close-comment delimiter in bug issue template
- The "How to Reproduce" section was missing a close-comment delimiter. If people were to fill out this template withou...
- 09:10 PM Revision 95433504 (qgis): Allow negative array get
- 09:09 PM Revision 4587c4e0 (qgis): cppcheck.sh: define a few macros to help cppcheck parse files
- 09:09 PM Revision 33b19097 (qgis): qgsdatadefinedsizelegend.cpp: avoid likely false positive cppcheck warn...
- 09:09 PM Revision 4f319310 (qgis): qgswmsprovider.cpp: simplify code to avoid false positive cppcheck warning
- 09:09 PM Revision 61f5cdfa (qgis): Initialize various struct/class member variables to avoid cppcheck warn...
- 08:47 PM Revision 0d633c49 (qgis): fix_pdal
- 08:20 PM Revision bf448c39 (qgis): only _AddDllDirectory existing directories (fixes OSGeo4W#649)
- 08:01 PM Revision a191ffd7 (qgis): only _AddDllDirectory existing directories (fixes OSGeo4W#649)
- 05:51 PM Revision 093b0a1d (qgis): Fix legend nodes
- 05:51 PM Revision f48cd393 (qgis): Fix snapping model
- 05:51 PM Revision bc18ec99 (qgis): No more warning in the model, but still doesn't work
- 05:51 PM Revision 525adede (qgis): Fix QgsLayerDefinition::loadLayerDefinition
- 05:51 PM Revision c9133083 (qgis): Don't dereference deleted node
- 05:51 PM Revision d4907558 (qgis): Re-add header file removed by mistake
- 05:51 PM Revision 003ca548 (qgis): Less autos
- 05:51 PM Revision 11b281e9 (qgis): try to fix tree model
- 05:17 PM Revision 00b9da64 (qgis): Private
- 05:17 PM Revision 59601bf1 (qgis): Add QgsPointCloudAttributeComboBox widget
- A reusable widget for selecting an attribute from a point cloud layer
- 05:17 PM Revision d5ef807e (qgis): Add some more useful methods to QgsPointCloudAttribute
- 05:17 PM Revision aa428a06 (qgis): Add QgsPointCloudAttributeModel model for display of attributes in
- a point cloud layer
- 05:17 PM Revision 78dcd2c3 (qgis): Another test
- 05:17 PM Revision 8d54dc8f (qgis): Fix sip build
- 05:17 PM Revision d0d7aa6c (qgis): Expose QgsPointCloudAttribute/QgsPointCloudAttributeCollection to sip
- 03:40 PM Revision 02552e48 (qgis): Raster shader: store label precision
- 03:01 PM Revision ef0c4722 (qgis): only _AddDllDirectory existing directories (fixes OSGeo4W#649)
- 01:53 PM Revision 7901b7a3 (qgis): remove unused private var
- 12:07 PM Revision eefc9781 (qgis): Add assignment operator
- 12:03 PM Revision 58ce77f1 (qgis): Paletted: fix ordering from proxy model
- 11:56 AM Revision 06bfb425 (qgis): Fix duplicate parameter warnings shown when loading models
- 11:45 AM Revision 06ed78e7 (qgis): Fix identify action test
- 11:37 AM Revision c9d184dd (qgis): Merge branch 'master' into allow-user-adjustment-of-flat-terrain-elevation
- 11:04 AM Revision 37dd3169 (qgis): fix docs
- 11:02 AM Revision 4a81704d (qgis): delete assignment operator
- 10:55 AM Revision aa90eb73 (qgis): [temporal] Update the attribute table's show feature visible on map to ...
- 07:10 AM Revision dcc53852 (qgis): [temporal] Update the identify tool to take temporal range context into...
- 06:27 AM Revision c7a6e6bd (qgis): Embed a copy of laz-perf, and use if system laz-perf is not found
- Laz-perf is a relatively "underground" library, and is not packaged
for many major distributions. Its also tiny and t... - 06:27 AM Revision 19bd3970 (qgis): Spelling
- 06:27 AM Revision 6ca94e6b (qgis): Avoid qDebug
- 05:03 AM Revision 37a0b0e9 (qgis): [processing] Fix duplicate parameter warnings shown when loading models
- This is caused because the internal hidden VERBOSE_LOG parameter was
always being added to the model twice, so now we... - 04:09 AM Revision b567a7c5 (qgis): [3d] Change options button in 3d canvas dock from directly opening
- the settings dialog to instead show a menu with quick toggles
for enabling shadows and eye dome lighting, along with ... - 04:09 AM Revision 68ceaf22 (qgis): Fix capitalisation, spin box clear values in eye dome lighting widgets
- 01:17 AM Revision f2b14d33 (qgis): revert back Qgs3DMapSettings::worldToMapCoordinates and add copy constr...
2020-11-08
- 12:07 AM Revision d0084000 (qgis): Address Nyall's reviews
- 10:36 PM Revision 1a91516b (qgis): add qt5-image-formats-plugins to qgis server
- 04:58 PM Revision 23b723e5 (qgis): inital terrain elevation offset implementation
- 08:19 AM Revision 63d875b0 (qgis): Merge pull request #39392 from olivierdalang/geometry_fixer_fixes
- Geometry fixer fixes
2020-11-07
- 11:02 PM Revision 7d012ee7 (qgis): addVectorLayerPrivate(): fix loading of WFS layers
- Fixes #39847. master only (related to 1132494)
- 11:01 PM Revision c1df39f1 (qgis): Support building qgis_analysis as SHARED or STATIC library. (Required f...
- 07:18 PM Revision b3ab76a9 (qgis): Update tsstat.pl
- 07:18 PM Revision fcafb271 (qgis): Adding Translation Sardinian flag
- 07:02 PM Revision 9e02078d (qgis): debian packaging: add pdal provider and switch to sip5
- 06:58 PM Revision 7c458a96 (qgis): fail if sipbuild is found, but not sip5
- 06:58 PM Revision 410243d0 (qgis): fix warnings
- 04:25 PM Revision 0c38d2f2 (qgis): Revert "Hidden layers"
- 01:17 PM Revision 95fc5153 (qgis): Merge pull request #39819 from elpaso/bugfix-server-config-cache-virtua...
- Fix server virtual layers load
- 12:42 PM Revision da6f2048 (qgis): Removed the selectatid and sslmode, added dbworkspace and includegeoatt...
- (and checkPrimaryKeyUnicity to one side to make it symmetric)
- 05:46 AM Revision dcc26ee9 (qgis): fix cell statistics median method and add tests
2020-11-06
- 12:52 AM Revision 0b5c7342 (qgis): Merge pull request #39859 from root676/fix_random_raster
- Fix random raster Float32/64 support
- 12:52 AM Revision 608d717a (qgis): fix cell statistics median method and add tests
- 10:57 PM Revision 88ac3ce5 (qgis): Add some tests for ept and pdal layer loading, extent and crs
- 10:57 PM Revision fd9abf8a (qgis): Skip ept specific tests if ept provider is not built
- 10:57 PM Revision 611fca9e (qgis): Split ept provider gui metadata from generic point cloud gui metadata
- Things are much cleaner this way!
- 10:57 PM Revision f5a4880e (qgis): Switch from silently building broken Entwine point cloud support
- when dependancies are missing (libzstd, lazperf) to an explicit
WITH_EPT optional cmake switch which requires those d... - 10:57 PM Revision 9c55b8bd (qgis): Add Python repr for QgsProviderRegistry::ProviderCandidateDetails
- 10:57 PM Revision d506caf6 (qgis): If no point cloud providers are available, don't show 'point cloud' opt...
- 10:55 PM Revision 25d3b950 (qgis): [layer tree][ui] Allow users to set a minimum/maximum legend size
- 10:54 PM Revision 0ee4ffdf (qgis): test_qgsproject.py: no longer used deprecated way of importing ogr
- 10:53 PM Revision 72bb3845 (qgis): Fix authentication configuration is lost when adding Arcgis Feature Ser...
- 10:52 PM Revision 78b7196d (qgis): test_qgsproject.py: no longer used deprecated way of importing ogr
- 09:06 PM Revision 2e5276d6 (qgis): fix min/max random value assignment to take effect in the random raster...
- 08:58 PM Revision 19c32a5b (qgis): fix float64/float32 random value output
- 06:23 PM Revision 610703c5 (qgis): test_qgsproject.py: no longer used deprecated way of importing ogr
- This has gone with GDAL 3.2.0
- 06:23 PM Revision 54b33cdb (qgis): Fix authentication configuration is lost when adding Arcgis Feature
- Service/Map service layers via source select dialog instead of browser
Fixes #39822 - 06:22 PM Revision 1220c106 (qgis): Use nice new API to handle loading of point cloud layers which are
- dragged and dropped onto QGIS, with absolutely no hardcoded logic
in qgisapp at all - win!
(Now las/laz files can be... - 06:22 PM Revision 9fa940ad (qgis): Fix warning
- 06:22 PM Revision 2cda24ec (qgis): Fix warning
- 06:22 PM Revision 51762dd0 (qgis): Add API to QgsProviderMetadata to determine valid layer types
- which the provider can use to open a specified URI
- 06:22 PM Revision 9e72b69a (qgis): Report PDAL version information in about screen, processing version dumps
- 06:22 PM Revision 8254b7dd (qgis): Add capabilities flags for QgsProviderMetadata
- So that callers can determine which functionality in the metadata
is implemented for a particular object - 06:22 PM Revision bf32b713 (qgis): Refine QgsProviderRegistry::preferredProvidersForUri API so that
- it returns a list of preferred providers along with the valid
layer types which those providers report for the URI
T... - 06:22 PM Revision f98bdc04 (qgis): Make PDAL version information available for macros
- 05:35 PM Revision 9e5a67f9 (qgis): sipified qgsmaplayer
- 05:34 PM Revision 577bc354 (qgis): use unplugged icon to indicate offline layers
- 02:34 PM Revision cf2df8d2 (qgis): Implement encodeUri and decodeUri, fixes #39759
- 01:40 PM Revision 0cadba16 (qgis): Update tsstat.pl
- Added new Italian Translator
- 01:33 PM Revision 0213197e (qgis): Merge pull request #39837 from skampus/patch-8
- Update tsstat.pl
- 01:09 PM Revision 5dc45403 (qgis): Update tsstat.pl
- Added a new Italian Translator
- 12:15 PM Revision 7c784a81 (qgis): Update tsstat.pl
- Added a new Italian Translator
- 10:19 AM Revision dd3fa584 (qgis): increase Oracle timeout
- 10:12 AM Revision 5f161a89 (qgis): [layer tree][ui] Allow users to set a minimum/maximum legend size
- 09:59 AM Revision 6f542e7e (qgis): moved debug settings to the advanced tab and fixed CI problems
- 09:59 AM Revision 4ade4f04 (qgis): fix depth buffer not working correctly for some machine
- 09:59 AM Revision c3ef5cc3 (qgis): Added configuration to debug shadow and forward depth textures
- 09:59 AM Revision a25f0464 (qgis): adress reviews
- 09:59 AM Revision 1e9e4d7d (qgis): Started adding depth and shadow map textures preview debugging
- 09:59 AM Revision 8768b7e3 (qgis): fix spelling mistake
- 09:59 AM Revision df4d2390 (qgis): fix postprocess.frag
- 09:59 AM Revision d1d347d1 (qgis): add EDL distance
- 09:59 AM Revision 618807ed (qgis): Initial EDL implementation
- 09:59 AM Revision e9ac7311 (qgis): address reviews
- 07:04 AM Revision e9b2b513 (qgis): Show referer on WMS connection dialog from browser.
- 05:26 AM Revision f6e61499 (qgis): Correct fix for leaked light parameters
- 05:26 AM Revision d601b69e (qgis): Fix leak of symbol in QgsMesh3dSymbolWidget
- 05:26 AM Revision 4812f461 (qgis): Fix leak in point cloud 2d renderer
- 05:26 AM Revision 60eaaa79 (qgis): Fix QMenu leak in 3d map canvas dock
- 05:26 AM Revision 465f2d91 (qgis): Fix leak of QgsShadowRenderingFrameGraph, QParameter leaks
- 04:58 AM Revision 8cf5089c (qgis): Show referer on WMS connection dialog from browser.
2020-11-05
- 10:37 PM Revision ded7acc3 (qgis): fix qgis_sip_uptodate #spellok
- 10:37 PM Revision e8fd9c3e (qgis): set debian/compat to 10
- 10:01 PM Revision e3025992 (qgis): fix build
- 05:25 PM Revision 9365c55c (qgis): increase docker base size
- 05:24 PM Revision d10c1821 (qgis): increase docker base size
- 05:24 PM Revision bd5e408d (qgis): Fix server virtual layers load
- 04:13 PM Revision 3e398e2a (qgis): Merge pull request #39577 from elpaso/hidden-layers
- Hidden layers
- 03:21 PM Revision b3a0ff8a (qgis): Small adjustments for meshes
- 03:04 PM Revision 93344df7 (qgis): install python3-pyproj and protobuf
- 01:54 PM Revision e1f1af78 (qgis): traverse tree in 2D rendering by map error
- 12:59 PM Revision 26a9cdf5 (qgis): Hidden layers -> Private layers
- 12:52 PM Revision 40c9eb6b (qgis): Add some small point cloud files for unit tests (#39811)
- * Add some small point cloud files for unit tests
- 12:52 PM Revision 885c9702 (qgis): missing import for gcc
- 12:11 PM Revision 414d9381 (qgis): Fix raster paletted and pseudocolor various issues
- 12:08 PM Revision 72fe3635 (qgis): Fix min/lowest and add decimal constructor
- 11:51 AM Revision 42181f4c (qgis): docker: master=>latest
- 11:49 AM Revision 22a9cee6 (qgis): docker: master=>latest
- 11:47 AM Revision 994f1f44 (qgis): docker: master=>latest
- 11:16 AM Revision d51e752e (qgis): Add utility function to extract wildcards from a filter string
- 11:16 AM Revision 519222f1 (qgis): Ensure .tif.aux.xml, .png.aux.xml etc are also blocklisted
- 11:16 AM Revision 1225eb49 (qgis): Don't show ept-build.json files in browser
- 11:16 AM Revision 7ef1afcb (qgis): Add some tests for PDAL provider metadata
- 11:16 AM Revision 36cdb08b (qgis): Condense separate entries for PDAL/EPT point clouds in data source manager
- to a single entry
Have just one "Point Cloud" tab in the manager, and make the widget
automatically pick the preferr... - 11:16 AM Revision ac7f58b4 (qgis): Partially revert changes to FindPDAL.cmake
- 11:16 AM Revision 4c9338b8 (qgis): Catch pdal exceptions when creating data provider
- 11:16 AM Revision 67e1a807 (qgis): Use proper API to hide .aux.xml, .shp.xml and .tif.xml files from browser
- instead of hardcoded lists
- 11:16 AM Revision c9bee4a6 (qgis): Cleanup FindPDAL.cmake, add search path for Fedora
- 11:16 AM Revision caed02ac (qgis): Default point cloud file picker from data source manager to filtering
- for ALL supported point cloud files, regardless of provider
- 11:16 AM Revision 787230e4 (qgis): Spelling
- 11:16 AM Revision 9f53f708 (qgis): Fix generation of point cloud file filter
- 11:16 AM Revision 9ee235cf (qgis): Spelling
- 11:16 AM Revision 8abe4a1e (qgis): Refine API for QgsProviderRegistry tests for preferred provider
- for a URI to better handle ties, add direct method to determine
whether a particular provider should defer handling o... - 11:16 AM Revision cad2884e (qgis): Don't show OGR or GDAL entries for files in browser wherever another
- provider is the preferred provider for a particular file
In particular, this allows us to hide the OGR entry for ept... - 11:16 AM Revision 04dc5f5e (qgis): Add API for providers to test whether a particular URI should be
- blocklisted and hidden from the QGIS interface, e.g. it is an internal
detail only (or sidecar file) and shouldn't be... - 11:16 AM Revision fdcedb4e (qgis): PDAL provider should be preferred for las/laz files
- 11:16 AM Revision 7717a20a (qgis): Mark some QgsProviderMetadata methods as const
- 11:10 AM Revision 31887949 (qgis): always upload cache
- 11:10 AM Revision c17df9cf (qgis): timeout oracle
- 11:10 AM Revision 25847344 (qgis): add build ccache
- 11:10 AM Revision 71421cc1 (qgis): configure CTEST for GH workflow
- 11:10 AM Revision d5a141b4 (qgis): fix docker compose path
- 11:10 AM Revision a584b5e2 (qgis): update oracle instant client
- 11:10 AM Revision 3bc8ffe2 (qgis): increase cache size
- 11:10 AM Revision d7ed97f0 (qgis): remove defaulting QML
- error: QQmlComponent: Component is not ready
- 11:10 AM Revision 81f114df (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
- This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ... - 11:10 AM Revision 679af1b8 (qgis): enable test on Ubuntu Focal
2020-11-04
- 09:56 PM Revision 4dd8f277 (qgis): review items
- 09:56 PM Revision 3dec432c (qgis): [pointclouds] add basic structure for PDAL layer
- 09:56 PM Revision 706d5791 (qgis): remove icons
- 05:59 PM Revision fd9b11d8 (qgis): Merge pull request #39806 from qgis-bot/backport-39803-to-release-3_16
- [Backport release-3_16] fix webp rendering in server
- 04:42 PM Revision b725a044 (qgis): 3D material color data defined (#39683)
- 03:26 PM Revision b2da658b (qgis): fix webp rendering in server
- 03:22 PM Revision 0e758df0 (qgis): fix webp rendering in server (#39803)
- * fix webp rendering in server
currently, qgis server always returns content-length=0 - 09:49 AM Revision b3356176 (qgis): [3d] Default shadows to first available directional light, instead
- of forcing users to explicitly select this light after enabling shadows
- 09:49 AM Revision e59bab7f (qgis): Add QgsProviderRegistry::filePointCloudFilters() for retrieving filter ...
- 09:49 AM Revision 4e1df35d (qgis): Forward declare
- 09:49 AM Revision 7771417a (qgis): Improve docs
- 09:49 AM Revision f7b0a2d0 (qgis): Add Point Clouds to QgsProviderMetadata::FilterType
- 09:49 AM Revision 6885a160 (qgis): Methods in QgsProviderRegistry should not be virtual -- this class
- is not designed to be subclassed
- 09:49 AM Revision 8ebab944 (qgis): Implement QgsProviderMetadata::filters() for EPT provider, start some
- basic tests for ept provider
- 09:49 AM Revision a092a822 (qgis): Trivial tests for ept provider encode/decode uri
- 09:49 AM Revision 8b7fe317 (qgis): Add since
- 09:49 AM Revision 74722b35 (qgis): Add utility to determine whether a certain file name matches a given fi...
- 09:49 AM Revision b4d381de (qgis): Use provider metadata to filter data items for ept provider
- 09:49 AM Revision 8dc1f0cd (qgis): Fix point cloud source select file dialog incorrectly filters to mesh l...
- 09:49 AM Revision d34d61e3 (qgis): Fix build on older qt versions
- 09:49 AM Revision 4aa1c2f2 (qgis): Add python repr for QgsProviderMetadata
- 09:49 AM Revision e5fe9bf4 (qgis): Fix warnings in test
- 09:49 AM Revision eb6e53d6 (qgis): Ensure that ept provider is the preferred provider for ept.json files
- 09:49 AM Revision 0ebe7888 (qgis): Add API for providers to indicate their priority in opening a specified
- URI
And add new method to QgsProviderRegistry to select the preferred
provider for opening a URI based on this - 08:25 AM Revision 31bc1e8b (qgis): fix build
- 07:33 AM Revision fc76c324 (qgis): Avoid multiple calls to QgsPointCloudAttributes::find for every point i...
- and instead just find the desired attributes once before iterating over points
Results in a BIG speed up to EPT data... - 07:33 AM Revision 31fa79ee (qgis): Big boost to QgsPointCloudAttributeCollection::find by internal cache
- 07:33 AM Revision e64537a9 (qgis): More (significant) optimizations to ept point cloud decompression
- 07:33 AM Revision 0d772691 (qgis): Avoid some unnecessary copies inside loop
- 07:33 AM Revision 6310397e (qgis): Add tests for QgsPointCloudAttribute
- 07:33 AM Revision d4466001 (qgis): Update for QCOMPARE sensitivity to numeric types
- 06:57 AM Revision d45790e0 (qgis): Other export mesh algorithms (#39783)
- [processing] adds there new export mesh layer to vector layer algorithms :
- export faces
- export edges (1D mesh)
- ... - 05:31 AM Revision c6622732 (qgis): Fix potential crash on QGIS exit under rare circumstances
- 05:30 AM Revision c63b278c (qgis): Fix crash in geometry validator
- 03:30 AM Revision a7d4bdd0 (qgis): Merge pull request #39790 from nyalldawson/vcloarec-fixGeometryValidator
- Fix crash in geometry validator
- 03:14 AM Revision 174d30c5 (qgis): Fix potential crash on QGIS exit under rare circumstances
- This is only triggered when a provider attached to a layer from the
current project does not implement provider metad... - 01:47 AM Revision 1fd572fb (qgis): Ignore .aux.xml files under control_images
- 01:47 AM Revision 8723be69 (qgis): Speedup label placement when building against GEOS-3.9.0
- Uses GEOSPreparedNearestPoints signature
See https://trac.osgeo.org/geos/ticket/1007 - 01:47 AM Revision ca99eb48 (qgis): fix bad QTime constructors
- 01:46 AM Revision c7ab2d20 (qgis): More unit tests for geometry validation
- 01:37 AM Revision 2f10e500 (qgis): Add unit test for #39770
- 01:35 AM Revision 08f65f2f (qgis): Cleanup variable names, fix error string
- 01:26 AM Revision 9fbe8720 (qgis): fix geometry validator
- Fixes #39770
2020-11-03
- 11:39 PM Revision 9a7efe02 (qgis): fix bad QTime constructor
- 11:21 PM Revision 6d52771e (qgis): Fix copy
- 04:38 PM Revision 1c229334 (qgis): PG raster: fix crash on invalid extent
- Fixes #39779
- 12:32 PM Revision c96f02f8 (qgis): Doxy
- 12:18 PM Revision dec0af6b (qgis): Store unmodified double value in widget items
- Also add a custom delegate.
Try to fix #39757 - 09:30 AM Revision 7d1ca816 (qgis): improve geometry equality report in tests (#39772)
- from https://github.com/qgis/QGIS/pull/8154/files#diff-dbb55b6871a9157f22dc7a979009676cb03f2fadefc557ad0e66a47c92a93503
- 09:23 AM Revision aa45ee9b (qgis): fix again
- 08:36 AM Revision 86223f11 (qgis): fix docker name
- 08:17 AM Revision 234de661 (qgis): improve geometry equality report in tests
- from https://github.com/qgis/QGIS/pull/8154/files#diff-dbb55b6871a9157f22dc7a979009676cb03f2fadefc557ad0e66a47c92a93503
- 06:05 AM Revision 1fbba79a (qgis): Mesh export processes, first part : infrastructure and export vertices ...
- [processing] Infrastructure for QgsMeshLayer to add processing algorithms, dataset group paramater and dataset time p...
- 04:39 AM Revision a1fcc7da (qgis): Fix missing canvas flash after locating to geocode result with viewport
- 03:11 AM Revision 98d09715 (qgis): [api] Add new class QgsGoogleMapsGeocoder
- This geocoder utilises the Google Maps "geocoding" API in order to geocode
strings. The Google Maps service is not pu... - 03:11 AM Revision 1acfe1fb (qgis): Add group and description to QgsGeocoderResult, link in to locator,
- and populate group in Google Maps geocoding results
- 03:11 AM Revision cbaeb99a (qgis): Add optional viewport property for geocoder results
- Allows specifying an optional recommended viewport bounds for
displaying the geocode result (e.g. the canvas extent t... - 03:11 AM Revision e70caeb3 (qgis): Add getter/setter for api key, region
2020-11-02
- 09:31 PM Revision fd4f12be (qgis): debian packaging: add qt5-image-formats-plugins dependency (closes #39763)
- (cherry picked from commit 71a755a023d65494328a882fbacfff7dad611158)
- 09:29 PM Revision 09d6185b (qgis): debian packaging: drop ubuntu eoan add ubuntu groovy
- 09:29 PM Revision 71a755a0 (qgis): debian packaging: add qt5-image-formats-plugins dependency (closes #39763)
- 08:44 PM Revision 46036f58 (qgis): suggest qt5-image-formats-plugins for server
- This allows using webp in the server, see https://github.com/gem/oq-qgis-server/pull/45 for more details, @jef-n I'm ...
- 07:43 PM Revision 6f6e2b0f (qgis): fix webp rendering in server
- currently, qgis server always returns content-length=0
- 05:28 PM Revision c877f368 (qgis): Remove unused vars/includes
- 02:22 PM Revision 61bd8a8d (qgis): Turn legend filters into a menu
- 01:43 PM Revision d49d4585 (qgis): Vertex editor: make displayed coordinate precision configurable
- 12:23 PM Revision 47a08a44 (qgis): Merge pull request #39575 from alexbruy/processing-dxf
- Native DXF export algorithm
- 11:44 AM Revision d3046146 (qgis): Remove workaround for an Entwine issue (binary/zstandard encoding) (#39...
- Entwine was creating incorrectly encoded index when binary/zstandard
data type was used with a recent PDAL:
https://g... - 11:36 AM Revision b9b6171e (qgis): Handle geometrycollections also in difference results
- 11:17 AM Revision d6247fd6 (qgis): fix type error in value relation
- 11:17 AM Revision ed709c18 (qgis): fix bunch of small bugs
- 10:51 AM Revision b52c9893 (qgis): Pressing escape should cancel the Change Data Source dialog
- 08:50 AM Revision ee241edb (qgis): completely hide parameter type definition from SIP
- 08:49 AM Revision 36513657 (qgis): add other supported parameter types to the list
- 08:49 AM Revision 5a155f7c (qgis): make QgsProcessingParameterDxfLayers public
- 08:49 AM Revision 3feb0ad4 (qgis): tests for parameterAsLayers() call
- 08:49 AM Revision 24f2c621 (qgis): address remaining review comments
- 08:47 AM Revision 7e798d40 (qgis): test for dxf layers parameter
- 08:47 AM Revision 3c0d5971 (qgis): longer help
- 08:47 AM Revision b7997e0f (qgis): [processing] new parameter for DXF export input layers
- 08:47 AM Revision 76c1557e (qgis): raise exceptions instead of fatal errors
- 08:47 AM Revision d40a7db9 (qgis): fix condition statement
- 08:47 AM Revision 8f487694 (qgis): test for dxf layer wrapper
- 08:47 AM Revision 24bad2e3 (qgis): fix strings capitalization
- 08:47 AM Revision a7339e6f (qgis): fix missed cond
- 08:47 AM Revision bdce38bc (qgis): drop useless test
- 08:47 AM Revision e5e87aca (qgis): more fixes to support other input types
- 08:47 AM Revision 6f10e651 (qgis): accept layer list and individual layers as dxf inputs
- 08:47 AM Revision ad6922b5 (qgis): typo in the license header
- 08:47 AM Revision 9414e3f5 (qgis): test for DXF export algorithm
- 08:47 AM Revision c1b6547d (qgis): init default split attribute
- 08:47 AM Revision 769dafae (qgis): typo
- 08:47 AM Revision 7b36a220 (qgis): [processing] add dxf export algorithm (fix #25392)
- 08:47 AM Revision 4f91bd80 (qgis): [processing] widget wrapper for dxf layers parameter
- 05:37 AM Revision 45f12cbb (qgis): Pressing escape should cancel the Change Data Source dialog
- 02:23 AM Revision 146ae275 (qgis): [processing] Fix add (single) row tool button broken
- 02:23 AM Revision ef52b5f9 (qgis): [processing] fix method name in GUI wrapper for batch processing
- 02:22 AM Revision 9935bbe0 (qgis): Add adapter class QgsGeocoderLocatorFilter
- This class implements the required logic to bridge a
class which implements the QgsGeocoderInterface interface to a
Q...
2020-11-01
- 10:49 PM Revision 2f9236b2 (qgis): remove from SIP some parameter type definitions
- 10:49 PM Revision c79ebcd3 (qgis): make QgsProcessingContext member variable in vector tile layers wrapper
- to avoid dangling pointers
- 10:49 PM Revision 5271ca26 (qgis): make QgsProcessingParameterVectorTileWriterLayers public
- hide parameter types definitions for TIN and vector tile parameters from
SIPP - 10:47 PM Revision f36701c4 (qgis): [processing] Fix add (single) row tool button broken
- 10:46 PM Revision 74017adb (qgis): use forwarding reference to fix reference copy warning
- 10:46 PM Revision a6fe85f0 (qgis): fix code layout
- 10:45 PM Revision 01baa2d7 (qgis): backport fix for #38476
- 10:44 PM Revision fa1b704a (qgis): [processing] fix method name in GUI wrapper
- 09:07 PM Revision a2feb593 (qgis): Merge pull request #39726 from DelazJ/expressionOverlay316
- [3.16] Update expression overlay functions
2020-10-31
- 12:17 AM Revision 9e043233 (qgis): Fix windows build
- 07:08 AM Revision d9b479e8 (qgis): Fix wrong copy-paste
- (cherry picked from commit c0d76e175f1d98a98cc56392e085dc2f9e6427c7)
- 07:08 AM Revision 68de4e4d (qgis): Update more geometry overlay functions help
- (cherry picked from commit 5ccad9173fa208270437e25db93b9bb3f67458ce)
- 07:08 AM Revision 209fb63d (qgis): Update overlay_nearest function help and examples
- (cherry picked from commit a4947666a1a01b77f7643f052ee2c67be6a95ed8)
2020-10-30
- 04:23 PM Revision 7ac28d4f (qgis): enable test on Ubuntu Focal
- 03:46 PM Revision f491c244 (qgis): fixes reading of legacy setting of WMS/WFS exclusion for joined fields ...
- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- 01:46 PM Revision 7ab1f19a (qgis): fixes reading of legacy setting of WMS/WFS exclusion for joined fields ...
- fixes #39699
- 12:51 PM Revision f5ba02ec (qgis): Merge pull request #39567 from elpaso/server-standalone-colorize
- Server standalone colorize output
- 08:57 AM Revision ce466a47 (qgis): [pointclouds] QgsPointCloudBlock (#39651)
- * introduce qgspointcloudblock
* expand attributes based on request
* add point cloud request
* fix header
* fix ... - 07:59 AM Revision 669fe014 (qgis): Remove checkindex
- needs more recent QT
- 06:40 AM Revision d1064843 (qgis): Update src/core/qgsmaplayer.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 05:31 AM Revision d0ea8faf (qgis): Add transform context to QgsLocatorContext
- Allows locators to correctly perform transformations during their
result fetching/handling - 05:31 AM Revision 4f6f163e (qgis): Move geocoder classes to core
- 03:02 AM Revision 82e6f24a (qgis): fix map setting temporal be active when updating time controller
2020-10-29
- 12:19 AM Revision 07251121 (qgis): Spelling, since updates
- 12:19 AM Revision 94f3ea0d (qgis): Add interface API for geocoders
- 12:19 AM Revision d484beb7 (qgis): Spelling
- 12:16 AM Revision 5ccad917 (qgis): Update more geometry overlay functions help
- 12:13 AM Revision df0950c6 (qgis): Rename variables for a more intuitive documentation
- 12:08 AM Revision a4947666 (qgis): Update overlay_nearest function help and examples
- 12:08 AM Revision c0d76e17 (qgis): Fix wrong copy-paste
- 12:06 AM Revision 3a5ddde5 (qgis): fix map setting temporal be active when updating time controller
- 11:33 PM Revision 613f5b8f (qgis): PG provider connection API: convert to bools
- Fixes #33130
Backport from master/2.16 - 05:12 PM Revision dec8b05e (qgis): More switches
- 04:36 PM Revision 88dbb752 (qgis): Remove checkIndex
- 04:19 PM Revision 5dc87337 (qgis): Change if/else to switch in flags
- 04:05 PM Revision b2e05d00 (qgis): Confirm when removing hidden layers
- The message now lists max 10 hidden layer names in
the confirmation dialog. - 02:31 PM Revision 884bd9a4 (qgis): Fix crash on nested dataChanged from set current index
- Add new methods and tests, try to make it clear when
a method expects a model index and when it expects
a proxy model... - 09:15 AM Revision 8a8fd556 (qgis): Merge pull request #39684 from elpaso/bugfix-gh39682-server-getfeaturei...
- Fix wms getfeatureinfo json with composite pks
- 09:15 AM Revision bda2e100 (qgis): Merge pull request #39673 from elpaso/server-wms-getlegendgraphics-json...
- Server wms getlegendgraphics json symbolscale
- 01:14 AM Revision 1132494f (qgis): Handle 'inbuilt:' vector uri in iface.addVectorLayer() method
2020-10-28
- 09:05 PM Revision c55426dc (qgis): [processing] Add missing parameter when reading QgsProcessingParameterF...
- 09:04 PM Revision c1adeb0a (qgis): Fix logic in QgsUserInputWidget which incorrectly deletes other widgets...
- 09:03 PM Revision 497e313e (qgis): Fix reshape line tool fails when reshape line partially exactly overlap...
- 09:03 PM Revision ad45f47d (qgis): Reshape tool should only operate on the selected features, if a selecti...
- 08:53 PM Revision cfbb292b (qgis): Merge pull request #39687 from alexbruy/gdal-clip-test
- [processing] test for newly added parameter in Clip Raster by Extent (followup 41dc20c2c1)
- 08:22 PM Revision 3f88d74d (qgis): Different code path for unsupported providers
- 05:35 PM Revision 554ce82c (qgis): [processing] test for newly added parameter in Clip Raster by Extent
- (followup 41dc20c2c1)
- 05:18 PM Revision 41dc20c2 (qgis): Merge pull request #38841 from rldhont/processing-gdal-clipbyextent
- [Processing][GDAL] Clip Raster by extent - override CRS
- 03:54 PM Revision a70e79b9 (qgis): Fix wms getfeatureinfo json with composite pks
- Fixes #39682
- 09:31 AM Revision dabcf7f1 (qgis): Test for server add min/max scale to symbol json export
- 08:59 AM Revision c1240ded (qgis): Server add min/max scale to symbol json export
- 06:14 AM Revision c7aa269c (qgis): fix duplication of feature being stopped at 1 level deep (#39623)
- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- 04:43 AM Revision ad01045f (qgis): Reshape tool should only operate on the selected features, if a selecti...
- Fixes #23088
- 04:43 AM Revision 37de804b (qgis): Fix reshape line tool fails when reshape line partially exactly
- overlaps geometry
- 04:43 AM Revision d8351c0a (qgis): Fix logic in QgsUserInputWidget which incorrectly deletes other
- widgets whenever one existing widget is deleted
Fixes calls to iface.addUserInputWidget() does not show any widget i... - 04:39 AM Revision 912dd770 (qgis): [processing] Add missing parameter when reading QgsProcessingParameterF...
- 04:37 AM Revision daac8196 (qgis): Make tracer less debug noisy
- 02:27 AM Revision 8d7f8ed3 (qgis): [processing] correctly escape parentheses in GDAL command (fix #39525)
2020-10-27
- 09:08 PM Revision 0b966f02 (qgis): Fix a couple of QT 5.15 deprecation warnings
- 09:07 PM Revision bfdb99fe (qgis): [processing] correctly escape parentheses in GDAL command (fix #39525)
- 02:34 PM Revision 90e9eda8 (qgis): Processing - GDAL - Raster clip by extent - override CRS
- 11:03 AM Revision 4af1cbfb (qgis): Merge pull request #39640 from qgis-bot/backport-39625-to-release-3_16
- [Backport release-3_16] Landing page: respect drawing order from TOC
- 07:53 AM Revision fbf3013c (qgis): Landing page: respect drawing order from TOC
- 07:49 AM Revision 8ba0606f (qgis): Merge pull request #39625 from elpaso/server-landingpage-fix-wms-layer-...
- Landing page: respect drawing order from TOC
- 07:41 AM Revision 36b68843 (qgis): Modify tritanopia 'since' to reflect 3.18
- 07:41 AM Revision 0d6bb7d9 (qgis): Remove references to fax and photocopy
- 07:41 AM Revision ea628e31 (qgis): Revert CVD function names to avoid API breakage
- 07:41 AM Revision 7bd81dfc (qgis): [FEATURE] Improved color vision deficiency sim
- This modifies the previous support for grayscale
and LMS-based simulation for protanopia and
deuteranopia, and brings... - 07:41 AM Revision f909c70c (qgis): Revert grayscale luminance constants
- While dcc5a1f9 updated the CVD grayscale simulation
to match Chromium and Firefox, Nguyen (2017)
(https://doi.org/10.... - 07:41 AM Revision d91c671f (qgis): Align tritanopia tooltip with text string
- 07:41 AM Revision da5bc306 (qgis): PreviewGrayScale->PreviewModeGrayscale, captions
- 07:41 AM Revision 8172c5ed (qgis): Revert ordering of PreviewMode's Grayscale/Mono
- 05:57 AM Revision 09e87b83 (qgis): Remove non-functional loadDefaultStyle from QgsPointCloudLayer
- We should use the base class version for point cloud layers
- 05:57 AM Revision 9fabf4be (qgis): Avoid trying to load unnecessary styling for temporary snap layer
- 05:57 AM Revision 17c83d72 (qgis): Another default style handling fix for point cloud layers
- 05:57 AM Revision c958562c (qgis): Add standard actions to save/restore default metadata for point cloud l...
- 05:57 AM Revision 2826d917 (qgis): Add a hacky configuration page for point cloud 2d renderer
- 05:57 AM Revision fa1ce4d2 (qgis): Don't show unwanted error messages relating to loading default metadata...
- 05:57 AM Revision 195fe7e8 (qgis): Fix style save options in layer properties dialog
- 05:57 AM Revision 885c1206 (qgis): Hacky save/restore 2d renderer settings for point clouds
- 05:28 AM Revision f9dfea8d (qgis): [QgsQuick] Added soft and hard constraints in the form (#38742)
- * [QgsQuick] Added soft and hard constraints in the form
* [QgsQuick] Fixed field description label in the QgsQuick ... - 03:10 AM Revision 730c554e (qgis): Fix untranslatable strings
- 01:48 AM Revision 78beef64 (qgis): Fix duplicate widgets in mesh 3d widget (likely from a merge conflict),
- fix capitalisation and widget sizes
2020-10-26
- 12:59 AM Revision 22e86b74 (qgis): fix indentation
- 12:59 AM Revision fea3c217 (qgis): Add some useful methods to QgsAABB and QgsChunkNodeId
- 12:59 AM Revision e9d0c612 (qgis): QString -> QStringLiteral
- Co-authored-by: Nyall Dawson <[email protected]>
- 12:59 AM Revision c0f50891 (qgis): Use additive strategy for point clouds
- 12:59 AM Revision 9fac161f (qgis): fix doc
- 12:59 AM Revision 66ce1a60 (qgis): Fix bounding boxes of point cloud chunks
- 11:45 PM Revision 6e1b23af (qgis): suffix parameter in convertToOfflineProject to be able to control the s...
- cherry-picks of commits:
23e661a65f0adfead89fb7ce702f874907999d1c
7428b68e8ea583dfb2ad4bcb49ee40879cb87a06
3d02b3dfcd... - 11:45 PM Revision 16f1a00d (qgis): Update src/core/qgsofflineediting.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 08:31 PM Revision e248ffff (qgis): [feature][gui] add "close all tabs" to QgsMessageLogViewer
- 08:29 PM Revision 9039aadf (qgis): Random fixes and hacks
- - corrected rotation
- hack to make the cloud closer to the terrain
- programmatic sizing of points
- limit to a sing... - 08:29 PM Revision 56f50109 (qgis): Show information in point cloud layer properties
- 08:29 PM Revision 88cefcdb (qgis): Basic layer properties page for point cloud layers
- 08:29 PM Revision bf008463 (qgis): Fix missing bad layer indicator for point cloud/mesh layers
- 08:29 PM Revision 29a60dfa (qgis): Fix build
- 08:29 PM Revision 000e30f4 (qgis): Point cloud layer data sources can be changed via menu
- 08:29 PM Revision 59a6035e (qgis): Fix cloning point cloud layers
- 08:29 PM Revision 23dfbf8e (qgis): Make setting point cloud layer data source follow expected behavior
- for map layers
Will make it possible to repair point cloud layer sources - 08:29 PM Revision 8fd7cc86 (qgis): Octree support in chunk nodes, start using chunking for point clouds
- 08:29 PM Revision 47ba499d (qgis): Chunk node refactor: remove tileX(), tileY(), tileZ()
- Let's use tileId() everywhere for chunk coordinates
- 08:29 PM Revision 8b15cfb4 (qgis): Fix build of sandbox + fix loading/saving project
- 08:29 PM Revision 2017f742 (qgis): fix travis and 5.14 builds
- 08:29 PM Revision ac6116ca (qgis): fix travis
- 08:29 PM Revision b1c94cdb (qgis): fix travis
- 08:29 PM Revision 81e37c67 (qgis): fix travis
- 08:29 PM Revision 15e46086 (qgis): fix builds
- 08:29 PM Revision 0638f758 (qgis): Move point cloud placement in data source manager
- 08:29 PM Revision d0721c5a (qgis): fix builds
- 08:29 PM Revision 8c256c5d (qgis): fix builds
- 08:29 PM Revision 29113a89 (qgis): fix some checks and building
- 08:29 PM Revision 539f2350 (qgis): Minimal encode/decode uri implementations for ept data provider
- 08:29 PM Revision aadca8c5 (qgis): Set data provider key for QgsPointCloudLayer, so that QgsPointCloudLaye...
- returns the correct value
Fixes a crash on exit caused because the provider metadata for the layer
cannot be retriev... - 08:29 PM Revision dda9eeff (qgis): Remove unnecessary copy constructor from QgsPointCloudDataBounds -- it ...
- 08:29 PM Revision e4ab1486 (qgis): QgsMapLayerRenderers must be created on demand, not stored
- 08:29 PM Revision d7e8c6c8 (qgis): QgsMapLayerRenderer subclasses aren't exposed to python
- 08:29 PM Revision 0a91678a (qgis): Fix build
- 08:29 PM Revision 4e94abc3 (qgis): Rename QgsPointCloudRenderer to QgsPointCloudLayerRenderer
- This follow the pattern of QgsVectorLayerRenderer, QgsRasterLayerRenderer,
etc and disambiguates the layer renderer f... - 08:29 PM Revision b78583e9 (qgis): Remove write/readXml from QgsPointCloudRenderer -- these don't belong i...
- 08:29 PM Revision b4461f3c (qgis): QgsPointCloudDataBounds is private api for now
- 08:29 PM Revision 0a426653 (qgis): QStringLiteral
- 08:29 PM Revision 40ff7127 (qgis): Mark QgsPointCloudRendererConfig as private for now
- 08:29 PM Revision 5a714372 (qgis): Minor api cleanups
- 08:29 PM Revision f9e151f7 (qgis): Update note
- 08:29 PM Revision b74f1d69 (qgis): Remove QgsPointCloudLayer3DRendererMetadata from sip
- 08:29 PM Revision 4fce57f6 (qgis): More warning fixes
- 08:29 PM Revision d2b62f52 (qgis): Fix typo
- 08:29 PM Revision b71de9cf (qgis): Fix more warnings
- 08:29 PM Revision cf368bab (qgis): Fix warning
- 08:29 PM Revision 520e4d5c (qgis): Implement QgsPointCloudLayer::setTransformContext
- 08:29 PM Revision 84892a7b (qgis): Fix some warnings
- 08:29 PM Revision aa814bce (qgis): fix loading
- 08:29 PM Revision 8ea34de8 (qgis): restore accidentally deleted files
- 08:29 PM Revision bb5b625b (qgis): able to build without zstd and lazperf
- 08:29 PM Revision 8536c564 (qgis): add ept provider
- 08:29 PM Revision 95631580 (qgis): fix loading of classes
- 08:29 PM Revision a3da3b3c (qgis): Fix entity's bbox and always show the bboxes for point clouds (for now)
- 08:29 PM Revision 8d127724 (qgis): Refactor QgsChunkNode + QgsChunkedEntity for more flexibility
- - QgsChunkNode can have variable number of children
- QgsChunkLoaderFactory implementations get responsibility to ret... - 08:29 PM Revision a86149b4 (qgis): Fix qgis_core python and project loading with point cloud layer
- 08:29 PM Revision b796dbb0 (qgis): add some basic skelet for point cloud data providers
- 08:29 PM Revision b851caa9 (qgis): Fix display of point cloud layer properties/preview in browser
- 08:29 PM Revision 62faf3f9 (qgis): port academic code from Martin's prototype. ugly me
- 08:29 PM Revision acccc634 (qgis): fix after Nyall review
- 08:29 PM Revision b7e80718 (qgis): some stubs for 3d classes
- 08:29 PM Revision 63ecfb9b (qgis): Take point record size into account when decoding
- 08:29 PM Revision abd102c5 (qgis): initial files stubs
- 08:29 PM Revision de6f4d6a (qgis): hook point cloud layer type to the rest of the code
- 08:29 PM Revision 9c27d4ae (qgis): bunch of other file skeletons
- 08:29 PM Revision 77de8a3d (qgis): fix doc check
- 08:29 PM Revision 0ad1738b (qgis): Fix inverted tiling
- 08:29 PM Revision 59bd03fa (qgis): fix travis and docs
- 08:29 PM Revision 97966026 (qgis): Enabled runtime profiling of ept provider creation
- 08:29 PM Revision 422a1639 (qgis): Add hacky way to configure 2d renderer via layer custom properties for now
- 08:29 PM Revision da969e85 (qgis): Fixed few bugs + minor rendering improvements
- - using a color ramp to render points
- only rendering nodes that intersect the map extent - 08:29 PM Revision 13ecb8c4 (qgis): add simple browser integration
- 08:29 PM Revision 8a42c575 (qgis): port the basic renderer from Martin's prototype
- 08:29 PM Revision 1d4b8e7c (qgis): read CSR and bounding box
- 08:29 PM Revision 8c059ebc (qgis): Added a qgis 3d test executable to quickly open a 3D scene
- The 3d sandbox needs a qgis project file and will open 3D map canvas
- 08:29 PM Revision 47416739 (qgis): fix build
- 05:09 PM Revision 662e103b (qgis): Landing page: respect drawing order from TOC
- Fix WMS drawing order and icon alin for
rule groups. - 03:42 PM Revision ceeeb406 (qgis): enable builds for 3.16 + fix PyQGIS trigger
- 03:34 PM Revision 9db2d792 (qgis): fix duplication of feature being stopped at 1 level deep (#39550)
- 03:01 PM Revision 8924596e (qgis): Leftover
- 03:01 PM Revision 2ff56fc0 (qgis): Add model tester
- 07:28 AM Revision 6d246761 (qgis): Update src/app/qgslayercapabilitiesmodel.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 06:53 AM Revision 33475aa5 (qgis): Fix mssql connections not added/removed predictably when not from ma…
- 04:27 AM Revision cf37cb94 (qgis): Fix mssql connections not added/removed predictabely when not from main...
- 04:26 AM Revision b2517cf6 (qgis): Fix dox test
- 04:26 AM Revision add4fec4 (qgis): Improve QgsRasterIdentifyResult docs
2020-10-25
- 12:14 AM Revision fe2faaac (qgis): Add rotation widget to the georeferencer canvas
- 12:13 AM Revision 1d9c0e77 (qgis): Add Layer crs authid expression
- Adds a "@layer_crs" expression variable, to match behavior of existing @project_crs variable.
- 12:11 AM Revision c853b2c1 (qgis): fix int/size_t comparison
- 12:11 AM Revision 477e2505 (qgis): level of detail for 3D mesh
- 12:11 AM Revision 7e956810 (qgis): resolve conflict
- 12:11 AM Revision 40891e7f (qgis): doc, ui improvement and tests
- 12:11 AM Revision 3f8bc29a (qgis): slider instead combo box
- 12:11 AM Revision 68c0889b (qgis): remove unused members
- 12:11 AM Revision 83dcfc37 (qgis): resolve conflict and adaptation considering recent change
- 12:08 AM Revision 48d540d9 (qgis): pass empty layer name suffix to offline editing core, to avoid that off...
- 12:08 AM Revision da8c41a5 (qgis): only remove suffix when it's on the end
- 12:08 AM Revision 9f2a4125 (qgis): layer name suffix passed to convertToOfflineProject with ' (offline)' a...
- it's written into custom property so in synchronize it can get it from the offline project
- 12:08 AM Revision 864389e1 (qgis): tests with suffix on offline layer names
- 12:08 AM Revision 7fe35ac4 (qgis): pass QString() instead of to have an empty layer name suffix
- 12:08 AM Revision 1cc9029b (qgis): set IDENTIFIER option in geopackage like we used to because it's out of...
- 11:41 PM Revision b33b7924 (qgis): Sanitize qgsgeometry_cast<> implementation
- The previous implementation relied on dereferencing a null pointer.
This is undefined behaviour, and cppcheck rightly... - 10:00 PM Revision 5a275772 (qgis): translation string fix
- 11:16 AM Revision 4d686d9c (qgis): Fix self-snapping for layers with CRS that differs from project CRS
- 11:16 AM Revision 9632d603 (qgis): fix digitizing with curve #39590
- 07:59 AM Revision 7a149732 (qgis): Fix self-snapping for layers with CRS that differs from project CRS
- Fixes #39268
- 07:58 AM Revision c03c441c (qgis): fix digitizing with curve #39590
2020-10-24
- 11:30 PM Revision baf00adc (qgis): [RPM] Make spec file compatible with Fedora 33
- 11:30 PM Revision 84e2d78d (qgis): [processing] Clean migration path to new order_expression parameter
- 11:30 PM Revision be8a69fd (qgis): Ad hoc check for ORDER_EXPRESSION parameter
- 11:30 PM Revision e95b62d9 (qgis): [processing] PointsToPath allow expression for order fields
- Allows using `$id` as expression for a csv with ordered values
- 11:30 PM Revision ae565f18 (qgis): Fix field type
- 11:21 PM Revision 02b3c233 (qgis): [RPM] Make spec file compatible with Fedora 33
- 05:31 PM Revision 012ae4ea (qgis): Merge pull request #39582 from daniviga/rpm-build
- [RPM] Make spec file compatible with Fedora 33
- 04:45 PM Revision a720a180 (qgis): Merge pull request #39540 from m-kuhn/test_doxy_layout
- Test doxy layout
- 03:01 PM Revision d0a3a8f2 (qgis): [RPM] Make spec file compatible with Fedora 33
- 11:02 AM Revision 73baebbc (qgis): build docker images for 3.16
- 10:38 AM Revision 71a11c82 (qgis): Make doxygen happy again
- 07:39 AM Revision a2350b03 (qgis): Fix #38468 NOT taking the range.begin into account
- 03:00 AM Revision ac0c5781 (qgis): name format parameter of uuid expression 'format' instead of 'stringFor...
- 03:00 AM Revision 70f7f8a0 (qgis): test format of uuid() expressions with different inputs like WithBraces...
- 03:00 AM Revision 05fd1a06 (qgis): support parameter in uuid() expression for the stringFormat in versions...
- 03:00 AM Revision f5357a6a (qgis): UUID expression function help text
- 03:00 AM Revision 409233b7 (qgis): parameter in uuid() expression for the stringFormat. WithBraces (defaul...
- 03:00 AM Revision e7e87294 (qgis): simple help text with optional format parameter of uuid expression
- 02:59 AM Revision 2bcddfb4 (qgis): Allow importing vector dimensions greater than 3 and other geometry types
- 02:57 AM Revision 2613ac80 (qgis): Add QgsCPLHTTPFetchOverrider class and use it in OGR provider
- This utility class redirects GDAL's CPL HTTP calls through QgsBlockingNetworkRequest,
for GDAL >= 3.2 (see https://gi... - 02:57 AM Revision 3ba4cb42 (qgis): QgsBlockingNetworkRequest: add head(), put() and deleteResource() methods
2020-10-23
- 11:59 PM Revision d8f4c7be (qgis): Fix #38468 NOT taking the range.begin into account
- See #38468 for more discussion.
Reasoning is: if working with events with duration of exact 1hour
you do NOT want to ... - 11:52 PM Revision 665da244 (qgis): Some tweaks to Mesh layer properties
- Reduce number of group frames for plain properties
Make the wireframe checkbox and settings relation more obvious/dep... - 10:27 PM Revision 647f3a06 (qgis): As QGIS is phasing out 32 bit support. Removing i386 targets for
- fedora default build using mock.
- 10:27 PM Revision 1b5345ce (qgis): 33 is not released yet
- 10:27 PM Revision fa54eabe (qgis): Modify default.cfg so it tries to build up-to-date and supported
- versions of fedora.
- 10:27 PM Revision 14755be0 (qgis): Fedora 28 has been eoled for a while. Cleaning up the spec template with
- regards to that fact.
- 09:49 PM Revision a65143e8 (qgis): [pyqgis-console] select last row of history: address @uclaros comment
- 09:49 PM Revision 2748215b (qgis): [pyqgis-console] fix spell check
- 09:49 PM Revision 6eec68ad (qgis): [pyqgis-console] run multiple items selected from command history dialogy
- 09:49 PM Revision 77c4823b (qgis): [pyqgis-console] set focus to run button in history dialog and renaming...
- 09:49 PM Revision c0f09aa8 (qgis): followup ae6ed7d: fix name of QPushButton
- 09:48 PM Revision fb6643ec (qgis): When a layer is being removed from the project, gracefully
- close and cleanup all panels in the layer styling dock
Fixes #38920
(cherry picked from commit 67ec244864ca6f9290e1... - 09:48 PM Revision 51d19dd3 (qgis): Increase precision of georeferencing coordinates used when creating Geo...
- Fixes shift in geopdf feature positions when using geographic CRS at large scales
Fixes #37755
(cherry picked from ... - 09:48 PM Revision 7f800772 (qgis): Fix constraint metadata is duplicated after opening layer properties
- Fixes #38916
(cherry picked from commit 6a002573c00a8a8e11443eaca28b57a8ad6de4c0) - 09:48 PM Revision 08a8592c (qgis): VectorFileWriter/OGR provider: workaround GDAL 3.1.x bug regarding XLSX...
- GDAL 3.1.0 to 3.1.3 will create XLSX and ODS files with ZIP64 extensions,
which make them incompatible of current Lib... - 09:48 PM Revision ab38f31e (qgis): fix segmentation fault 11 on MacOS during closing QGIS
- (cherry picked from commit cbdda422b0fe66fa16c08bad72e6b7e116e52155)
- 09:48 PM Revision a1fc6897 (qgis): Transaction and Geopackage datasets: make it work when the layer whose ...
- We cannot use QgsDataSourceUri::connectionInfo() as it returns an empty string
for OGR datasources. So use QgsTransac... - 09:48 PM Revision f48e1813 (qgis): Replace PS character. Fixes #37803
- (cherry picked from commit 1bd78908eee84ea03a1238cd52a1cf6a965e171e)
- 09:48 PM Revision 3430bbdf (qgis): [GUI] Identification result: fix warning 'CRITICAL Qt : QTableWidget: c...
- (cherry picked from commit 079f340e99eedce0007aebfbdc1914f8e6bb7cc0)
- 09:48 PM Revision 6c70e9eb (qgis): [Processing] GdalUtils: fix quoting of arguments with '&' (fixes #38674)
- (cherry picked from commit c6fe79b60d2ff6743cf1fd5ed38642b6ebafb6fb)
- 09:48 PM Revision 41185f7c (qgis): [DelimitedText provider] Fix performance issue with files with Unix end...
- Fixes #38068
The performance regression was introduced per commit 644a5647dbdef395993cf406678addfd6978e781
It result... - 09:48 PM Revision 2d99271e (qgis): Fix various nullptr dereference when opening project with broken raster...
- Found when replacing <provider>gdal</provider> by something else.
Number of nullptr checks in QgsRasterLayer class h... - 09:48 PM Revision 571f3bd2 (qgis): [WFS provider] Fix freeze when feature requests issued from main thread...
- 09:48 PM Revision 5266b7fb (qgis): Fix grassname of raster layer bands in r_rgb.py
- (cherry picked from commit e7e08fd5045b4fbbec5078ed30de644dabd5ce41)
- 09:48 PM Revision b0bdb3f1 (qgis): Manual backport of master fix for PG mixed geometries
- Plus a new test case, fixes #35367 and #38565
The new test case needs forward port to master - 09:48 PM Revision 66dc90c2 (qgis): Fixes value relation line edit not found values
- When there is no match in the relation layer,
show "(no selection)" instead of NOT updating
the widget (which was the... - 09:48 PM Revision 6d17ac84 (qgis): Fix server WFS-T 1.1.0 wrong case in transaction response
- Fixes #38558
(cherry picked from commit aa79a840170b4cb62283036e35750c3662160794) - 09:48 PM Revision c024c52c (qgis): GML streaming parser / WFS: correctly deal with gml:id attributes befor...
- (cherry picked from commit 80f00f84c0dbe39fa6c40df87f1444cee2a120d0)
- 09:48 PM Revision e5ab8ef5 (qgis): Fix 'hide all layers' UX
- 09:48 PM Revision 0aa2b801 (qgis): Merge pull request #38658 from suricactus/37847_scroll_to_f
- FIX 37847 New feature is hidden when created from attribute table
- 09:48 PM Revision c8d82251 (qgis): Fixes #37038: Fix drag and drop field order in designer
- 09:48 PM Revision 467cce70 (qgis): GUI: renaming GPKG layer: allow any character but | (fixes #39288)
- (cherry picked from commit f940ffc6d0db4aaa818e0debc93269f1f889cdf5)
- 09:48 PM Revision d1abf1e0 (qgis): Fix translation for geometry checks
- Q_DECLARE_TR_FUNCTIONS must be used in the subclass. If used from the super class
it simply does not work. - 09:48 PM Revision ff18c71a (qgis): Don't bark when there are expression fiels
- Fixes #39230
- 09:48 PM Revision 4363e202 (qgis): Test for issue 39230 expressions fields in ogr
- Backported from master bacd987b06887f4451cd5a80e05abed3ea38a55a
- 09:48 PM Revision 6172206f (qgis): no &
- 09:48 PM Revision cb010a34 (qgis): Fix WMS auth basic password encoding
- Fixes #39243
Manually backported from master https://github.com/qgis/QGIS/pull/39347 - 09:48 PM Revision 2eff7087 (qgis): FIX: QgsCoordinateReferenceSystem::createFrom* has to return CRS's vali...
- The methods `QgsCoordinateReferenceSystem::createFrom*` returned true when the CRS was found in cache instead of the ...
- 09:48 PM Revision be597876 (qgis): [OGR provider / GPKG] Avoid skipConstraintCheck() return true on the GP...
- (cherry picked from commit 212085e94f7635fc2ae0b2fb3506e856ea370c50)
- 09:48 PM Revision 58e9a682 (qgis): [themes] Fix missing background fill for user input widgets
- (fixes #39452)
- 09:48 PM Revision d1dc4306 (qgis): [themes] Fix tiny regression with custom indicator for layer tree et cie
- 09:48 PM Revision a5bba9b3 (qgis): [themes] Fix vertical slider fill color and sliders' invertedAppearance...
- (cherry picked from commit 4f834cafb88780baa76cd02fbdee193435fea248)
- 09:48 PM Revision 0d4f0a39 (qgis): Fixes #31798 : don't convert bool to string in virtual layer
- (cherry picked from commit 36a7d1b8c468ae14ccde7a8334e30d8140f26e6e)
- 09:41 PM Revision 5f36f66c (qgis): Adding a Identify Result setting to hide the Derived attributes
- Not 100% sure about what to hide for Mesh layers. For now hiding the
so called 'Geometry' feature
Co-authored-by: Ny... - 06:16 PM Revision 6aa537c7 (qgis): Doxy
- 05:48 PM Revision 246f1f5b (qgis): Proxy model tests
- 02:12 PM Revision 72574567 (qgis): Bump version to 3.17
- 02:10 PM Revision 43b64b13 (qgis): Release of 3.16 (Hannover)
- 02:10 PM Revision 308606ef (qgis): changelog and news update for 3.16
- 02:10 PM Revision a759ca22 (qgis): translation update for 3.16.0 from transifex
- 02:08 PM Revision d2171173 (qgis): Release of 3.10.11
- 02:08 PM Revision 0df45b31 (qgis): translation update for 3.10.11 from transifex
- 01:23 PM Revision dfabe323 (qgis): windows: use Threads along with HDF5 in mdal provider on windows (for H...
- (cherry picked from commit 12a44c7829dda01dfa9ebc35f6d56bd6d295833f)
- 12:53 PM Revision 1318a90c (qgis): Adapt tests
- 12:11 PM Revision ef70fb17 (qgis): Undef doxygen Q_DECL_DEPRECATED
- 11:03 AM Revision e0321be2 (qgis): Add iface method and new class for delegating all responsibility
- and logic for activating a custom map tool and ensuring it can
only be enabled in the right circumstances to QGIS app... - 10:26 AM Revision 19842ead (qgis): Merge pull request #39566 from elpaso/server-landingpage-clean-env2
- Server landing page: restore env
- 09:26 AM Revision b925f1ed (qgis): Prompt to save unchanged project on close before prompting to save
- any unsaved scripts
It just seems more natural this way! - 09:19 AM Revision 7272f27a (qgis): Server standalone colorize output
- 08:28 AM Revision 1cbfb35b (qgis): Escape # in doxy
- 08:18 AM Revision e4701b11 (qgis): Server landing page: restore env
- The landing page implements a system to map URLs to project using hashes.
For the legacy services (WMS, WFS etc.) th... - 07:47 AM Revision 694cc76c (qgis): Merge pull request #39553 from elpaso/bugfix-gh39530-handle-unknown-typ...
- PG: Fixes #39530 by handling unknown
- 07:30 AM Revision c5a95a9d (qgis): Add dependency on version to doc
- 07:20 AM Revision 9737a6db (qgis): sipified custompropertychanged
- 07:13 AM Revision a993021f (qgis): tests for custom property set / read and the signal customPropertyChanged
- 06:25 AM Revision 42fe8c38 (qgis): simplify homebrew dependencies installation command
- 04:55 AM Revision f86a2e91 (qgis): Fix can no longer paste colors from text strings, add tests
- 04:55 AM Revision 395718f0 (qgis): Fix PyQGIS docs for colorFromMimeData
2020-10-22
- 12:22 AM Revision 8c623b26 (qgis): Revert "DB manager: PG read enum value for sslmode"
- This reverts commit 26e9ec98e76591286576d2dde098578877bef9c0.
It results in unfixable crashes on many platforms, lik... - 11:17 PM Revision c688148a (qgis): translation fixes
- 11:17 PM Revision 12a44c78 (qgis): windows: use Threads along with HDF5 in mdal provider on windows (for H...
- 09:09 PM Revision 6ec342b4 (qgis): Fix dox
- 09:09 PM Revision 245f354a (qgis): Predefine Q_DECL_DEPRECATED for doxygen
- 08:43 PM Revision 2adadce2 (qgis): Add some private doxygen comments
- 08:42 PM Revision 42af1efa (qgis): Fix a bunch of doc issues
- 08:01 PM Revision 98ba41c4 (qgis): [OAuth2] Do not emit empty scope in requests for Keycloak compatibility
- When using Keycloak in OpenId Connect mode with AuthCode or ResourceOwner
methods, and no specifying a scope, we send... - 07:59 PM Revision fbe80985 (qgis): Avoid update loop when QgsTemporalNavigationObject::setFrameDuration
- is called from code
- 07:59 PM Revision a4bcdc4e (qgis): Add test to confirm no duplicate signal is sent
- 07:59 PM Revision 61298adc (qgis): Avoid emitting duplicate updateTemporalRange signal when calling QgsTem...
- 07:59 PM Revision a59de065 (qgis): Add temporalFrameDurationChanged signal, and make view more aware of ch...
- This commit adds a new signal to the QgsTemporalNavigationObject, which is
emitted when the frameDuration (of current... - 07:58 PM Revision ff1d21a3 (qgis): [WFS provider] Fix connecting to a server with non-basic authentication
- 07:57 PM Revision abacccb7 (qgis): Add mapToolActionGroup to iface object
- Any actions added by plugins for toggling a map tool should also
be added to this action group so that they behave id... - 07:56 PM Revision 460bf8e5 (qgis): Hardcode a DPI of 72 into GDAL GeoPDF composition file instead of
- original layout DPI
This fixes the incorrect page size reported by Acrobat reader for
generated GeoPDF files.
Unfor... - 07:46 PM Revision 2b7f2c8c (qgis): Working! (for now)
- 06:45 PM Revision 13db03e0 (qgis): Crashing!
- 04:33 PM Revision ac807697 (qgis): PG: Fixes #39530 by handling unknown
- 03:58 PM Revision 165dcb67 (qgis): Not working yet
- 03:32 PM Revision 8942ed5e (qgis): Fuck you qt
- 03:32 PM Revision 7186c802 (qgis): tree wip
- 03:26 PM Revision b0c208f0 (qgis): Hidden layers flags
- 11:46 AM Revision f5c87393 (qgis): Merge pull request #39548 from 3nids/fix-duplicate-errors
- Fix duplicating features
- 11:31 AM Revision 7183966c (qgis): Pedantic
- 11:31 AM Revision 985c69a2 (qgis): Add ag to doxygen_layout_check
- 11:31 AM Revision ee6ab3ca (qgis): Fail on doxygen warnings
- 11:31 AM Revision d1a18750 (qgis): Fix doxygen warnings
- 11:31 AM Revision 6bd2b79b (qgis): Fix doxygen command order
- 11:31 AM Revision 13ba8015 (qgis): Error out on doxygen build errors
- 10:30 AM Revision f476ca4e (qgis): More appropriate step size for light intensity
- 10:30 AM Revision d41eb25c (qgis): Increase default intensity of 3d lights to avoid underexposed scenes by...
- 10:30 AM Revision 350bc602 (qgis): A newly created 3d map now defaults to a single directional light
- instead of a point light source
These are a better default lighting, because they are simpler to
configure and will ... - 10:30 AM Revision f749089d (qgis): Fix test
- 10:30 AM Revision 82f02575 (qgis): Show warning when configuring 3d map and all lights are removed from th...
- 10:30 AM Revision 19f79d41 (qgis): Ensure newly added point lights default to same y position of 1000 as t...
- 10:30 AM Revision c5fe9faa (qgis): Newly created directional lights default to slightly angled lights,
- instead of directly top-down directions
This is more friendly behavior, because it allows visibility of
vertical fea... - 09:40 AM Revision ffbe377c (qgis): add feature before adding its children
- otherwise, this leads to an error in transaction mode as the referenced feature does not exist yet (foreign key const...
- 08:56 AM Revision eaac69b9 (qgis): remove layer parameter from customPropertyChanged
- 08:54 AM Revision 45f65ded (qgis): Update src/core/qgsmaplayer.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 08:53 AM Revision 6264ec89 (qgis): Update src/core/qgsmaplayer.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 08:22 AM Revision 32ca4b17 (qgis): correctly initilaze feature with fields in map layer action from attrib...
- 06:07 AM Revision ecc6bfcd (qgis): [ui] Add an Apply button to the 3D map configuration dialog
- 04:14 AM Revision 16847cd3 (qgis): fix 3D directional light ui
- 04:14 AM Revision e8c895ad (qgis): no negative altitude
- 04:02 AM Revision 04d665f4 (qgis): make mesh 3d rendering more thread safe
- 04:02 AM Revision 560cc73a (qgis): fix #39455
- 03:14 AM Revision 67e7825d (qgis): Remove use of deprecated std::ios_base::streamoff method
- 03:04 AM Revision 35d62ab0 (qgis): Set a clear value for spinboxes to avoid clear icon for default values ...
- * Set a clear value for spinboxes to avoid clear icon for default values
2020-10-21
- 01:39 AM Revision 49759652 (qgis): fix #39068 : geometry_overlays's limit parameter not working as expected
- 01:39 AM Revision dd4af80e (qgis): fix #39068 : geometry_overlays's limit parameter not working as expecte...
- 01:33 AM Revision 7854c611 (qgis): Update src/gui/processing/qgsprocessingfieldmapwidgetwrapper.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 01:33 AM Revision e3db51f2 (qgis): Add option to add field constraint hints via programatic call
- Test with:
dlg = processing.createAlgorithmDialog("native:refactorfields", {
'FIELDS_MAPPING' : [
{'expre... - 01:14 AM Revision c857a333 (qgis): [OGR provider] Check return value of commitTransaction() in addFeatures...
- 01:13 AM Revision 3e00e0cc (qgis): make defval const
- Co-authored-by: Alessandro Pasotti <[email protected]>
- 01:13 AM Revision 29ff58e2 (qgis): [Oracle] Fixes #39504 : Fix default value evaluation when adding features
- 01:13 AM Revision 6237ec0d (qgis): Remove irrelevant test
- 01:13 AM Revision 915040b8 (qgis): Fix backwards compatibility of QgsFieldCalculatorAlgorithm
- 01:13 AM Revision 60c83eed (qgis): Improved docs
- 01:13 AM Revision f21bd119 (qgis): No need to append anything, the fieldIdx already exists
- 01:02 AM Revision 5215f81e (qgis): QgisApp::askUserForOGRSublayers(): make sure all layers get opened with...
- This fixes a scenario inspired from #39431, but doesn't fix the exact one
of that ticket.
The scenario fixed by this... - 12:34 AM Revision 7a8f52bf (qgis): Rename widget in svg selector dialog to avoid collision
- 06:45 PM Revision 49c50892 (qgis): Allow conversion of QgsFeatureStoreList results to Python objects
- Fixes #39479
- 06:44 PM Revision 00a3a6b8 (qgis): [needs-docs] Also use click-click behavior for offset point symbols tool
- To match consistency with all the other QGIS map tools!
- 06:44 PM Revision 0920242a (qgis): Fix build on older Qt versions
- 06:44 PM Revision d5164e1e (qgis): [needs-docs] Follow standard click-click behavior for rotate point
- markers tool
Instead of click and hold to rotate, make this tool follow every
other QGIS map tool and use click-clic... - 06:44 PM Revision 0480a646 (qgis): Improve appearance and readability of rotate marker overlay
- 06:44 PM Revision 690d403f (qgis): Don't show horizontal grey line under arrow when rotating marker symbol...
- 06:44 PM Revision 4f4b286d (qgis): Add flag to turn off rendering crosshairs in the background of preview
- images generated for markers by QgsSymbol::bigSymbolPreviewImage()
- 06:44 PM Revision 62409b92 (qgis): Fix preview symbol when offsetting point symbols isn't shown correctly
- 06:43 PM Revision 9aa805c1 (qgis): Truncate action text when showing a preview in the action manager table
- There's no point showing the full action text in the table, as the table
columns are generally only wide enough to sh... - 06:43 PM Revision e304d4d7 (qgis): When running a map action and clicking over multiple features, ensure
- the popup feature menu uses the layer's defined display expression instead
of just showing raw feature ids
This matc... - 06:43 PM Revision 3019b821 (qgis): Rework 3d light configuration GUI so that point and directional
- lights aren't separated into distinct tabs
This hopefully avoids the papercut issue where its not obvious
to users e... - 03:51 PM Revision dd593fd7 (qgis): Merge pull request #39502 from elpaso/server-standalone-wms-bug
- Server standalone wms bug
- 02:04 PM Revision 1b4b1fce (qgis): include thread for gcc
- 01:58 PM Revision 7c38853d (qgis): Merge pull request #39194 from lbartoletti/vertex_tool_snapping_interpo...
- Fix Z interpolation on vertex moved/added by the vertex tool.
- 01:49 PM Revision c3ead990 (qgis): disconnect slots on layer change
- 01:46 PM Revision 22b622b1 (qgis): also use SVG selector in SVG fill symbology (#39524)
- 12:17 PM Revision 2d82ef91 (qgis): fix buttons in SVG source line edit (#39519)
- 11:26 AM Revision 8ea93ec7 (qgis): Display version in help
- 11:21 AM Revision ca644234 (qgis): Use same version from QGIS desktop
- 11:19 AM Revision 4d50f005 (qgis): fix topological edition when mid segment is snapped [vertex tool]
- 11:19 AM Revision 22ee3d06 (qgis): fix tests
- 11:19 AM Revision 4fa41bf6 (qgis): Fix Z interpolation on vertex moved/added by the vertex tool. fixes #38561
- 11:19 AM Revision 430031f2 (qgis): fix Z interpolation for Middle of Segment
- 11:19 AM Revision 3eec50ea (qgis): Add vertex information for QgsPointLocator::MiddleOfSegment in order to...
- 10:31 AM Revision 9ffc42be (qgis): Take a nap
- 09:28 AM Revision 454a0951 (qgis): fix vertical spacer in SVG selector
- 09:18 AM Revision 8a33a14b (qgis): customPropertyChanged signal in map layers to handle things like e.g. t...
- 06:35 AM Revision f31b9557 (qgis): remove spins
- 06:35 AM Revision 55ee533b (qgis): remove qwt
- 06:35 AM Revision 51305598 (qgis): improve 3D ui for directional light
- 06:10 AM Revision 139be61b (qgis): Merge pull request #39421 from 3nids/svg-browser
- make the SVG selector collapsible (+ remove duplicated code)
- 03:08 AM Revision 2480814d (qgis): Safer approach to handling invalid geometries in selection tools
- 03:08 AM Revision 22c2c5a4 (qgis): When selecting features via rect, ignore GEOS errors due to invalid
- geometries and allow these features to be selected based on their
bounding boxes alone.
Fixes #38460 - 03:08 AM Revision f1fcd393 (qgis): Log message if selection cannot be determined even after geometry repair
- 03:08 AM Revision 9d2ecb58 (qgis): Use prepared geometries for faster selections
- 03:08 AM Revision 929e2b19 (qgis): Silence noisy GEOS messages when selecting invalid geometries, fix logic
- 03:08 AM Revision 7e64d74f (qgis): Add method to silence noisy GEOS error logging handling when not
- desirable.
By default these errors are logged to the console and in the QGIS UI.
But for some operations errors are ...
2020-10-20
- 01:32 AM Revision 9f979559 (qgis): Further improvements to QgsProject dox
- 01:32 AM Revision d3adc10e (qgis): Move some todos so they don't sit between member doxygen and declaration
- Sipify doesn't handle this, and drops off the docstring from the python method
- 01:32 AM Revision 5565a685 (qgis): Some doxygen grammar fixes
- 10:12 PM Revision a259f509 (qgis): ReadEntry ok value must be set to False when property doesn't exist
- Fixes #37851 : readEntry ok value must be set to False when property doesn't exist
- 10:09 PM Revision 58280a06 (qgis): Update user groups symbology to use gradient type radial with centroid ...
- 08:21 PM Revision 537761aa (qgis): Homogenize the look of Identify Results for different LayerTypes
- The code to build the Treeview for the Identify Results is split
in four, for the four different LayerTypes (vector, ... - 02:09 PM Revision f6b81ca2 (qgis): Spelling
- 01:59 PM Revision 14b0c24d (qgis): Server standalone: reimplement without signals
- Because of WMS internal event loop that will
crash on cascading. - 01:59 PM Revision 5d678a57 (qgis): Server landing page: don't crash on bad layers
- 11:15 AM Revision 7b61f08f (qgis): Fix crash in test
- 11:15 AM Revision 9482b1be (qgis): Correctly expose metadata tab for mesh layers
- Just like all other map layer types, meshes CAN have metadata set,
so expose this via a metadata tab in their layer p... - 10:22 AM Revision f81aee4e (qgis): Merge pull request #39473 from elpaso/bugfix-landingpage-bad-layers-crash
- Server landing page: don't crash on bad layers
- 09:13 AM Revision cdff8ba5 (qgis): indicator of offline layers in the layertree according to the customPro...
- 08:20 AM Revision 7551f84e (qgis): fix property
- Co-authored-by: Mathieu Pellerin <[email protected]>
- 08:07 AM Revision 4f834caf (qgis): [themes] Fix vertical slider fill color and sliders' invertedAppearance...
- 05:46 AM Revision c3ca85e6 (qgis): When required text codecs aren't available on the system, proxy
- the conversion over to GDAL's API
Resolves missing text codecs like CP852 on windows builds. These
were previously a... - 05:46 AM Revision c5af382a (qgis): Fix leaks in test
- 02:21 AM Revision 4d789aed (qgis): More responsive cancelation for Fill Nodata algorithm
- 02:09 AM Revision 3692aeca (qgis): Correctly parent 3d config window, so that window inherits application ...
2020-10-19
- 12:25 AM Revision deacc51e (qgis): [pyqgis-console] use play icon to run single command
- 10:59 PM Revision 3c0fb948 (qgis): [pyqgis-console] use asterisk to track changes in script
- 07:07 PM Revision 9edd827a (qgis): Merge pull request #39481 from slarosa/fix_css
- fix border size in metadata stylesheet
- 05:11 PM Revision 047a7a2a (qgis): fix border size in metadata stylesheet
- 12:29 PM Revision ea1e6c18 (qgis): Minor UI improvements to mesh layer properties dialog, capitalization
- fixes
- 12:29 PM Revision 6a3cf9d9 (qgis): Improve toolbar appearance of QgsMeshDatasetGroupTreeWidget
- By making it behave/appear more like standard QGIS toolbars
- 12:08 PM Revision 2d15a4cf (qgis): Don't force a whole layout map to be rasterised just because one
- vector layer has non 100% opacity
Rather, only rasterise this one layer and leave all the rest as
vectors - 12:08 PM Revision a0ac94a2 (qgis): Update test mask
- 12:08 PM Revision b06ede3c (qgis): Spelling
- 11:15 AM Revision 572e0177 (qgis): Implement encode/decodeUri for mdal provider
- 11:15 AM Revision 3c67e1ac (qgis): [mesh] Use standard presentation for metadata/information tab on proper...
- 10:58 AM Revision a35ebd75 (qgis): [ui] Fix mesh terrain single color / ramp settings out of sync
- 10:48 AM Revision 2a67d49e (qgis): Server landing page: don't crash on bad layers
- 09:01 AM Revision 45a0c60b (qgis): [themes] Fix tiny regression with custom indicator for layer tree et cie
- 09:01 AM Revision 76be37b0 (qgis): [themes] Fix missing background fill for user input widgets
- (fixes #39452)
- 07:51 AM Revision db1078ad (qgis): Merge pull request #39443 from elpaso/unreported-crash-gpkg-native-types
- Fix crash in GPKG connection api nativeTypes
- 06:53 AM Revision abc112be (qgis): typo and spelling
- 06:53 AM Revision b5c787bd (qgis): fix feedback of TIN mesh creation
- 06:32 AM Revision 6a2832ea (qgis): Fix build
- 06:32 AM Revision 46ef391a (qgis): Speed up mesh triangulation algorithm by avoiding a bunch of unnecessary
- QVector detachments
- 04:54 AM Revision 0d9f1da8 (qgis): [3d] Don't allow users to set terrain to mesh or DEM without
- selecting an elevation layer
Instead show a warning advising them that a layer must be
selected - 04:54 AM Revision 670c3349 (qgis): Demote some collapsible group boxes to non collapsible
- There's no need to allow collapsing on pages which have
plently of room available - 04:54 AM Revision 40fb39b8 (qgis): Tweak margins
- 04:54 AM Revision 8b647720 (qgis): Avoid 3d map config dialog opening with initially out-of-sync selected ...
- 04:54 AM Revision 4643689b (qgis): Avoid double nested group box in 3d mesh terrain settings
- 04:54 AM Revision 1d456ea0 (qgis): Tweak strings
- 04:31 AM Revision fb118876 (qgis): add default UTF-8 encoding to grass provider by default
- 03:47 AM Revision b637b14d (qgis): Remove a lot of duplicate hardcoded strings for color ramp types and us...
- 03:47 AM Revision a085ce84 (qgis): Fix menu not shown when clicking 'add' item in style manager dialog and...
- 03:47 AM Revision 34fb646f (qgis): Fix trying to create new color ramp from first page in style
- manager dialog does nothing
- 03:47 AM Revision 9cdcef7b (qgis): Escape should close new ramp creation dialog
2020-10-18
- 01:41 AM Revision 1d5bfb2c (qgis): add default UTF-8 encoding to grass provider by default
- 01:27 AM Revision 80c81d46 (qgis): Fix ui build warnings
- 01:25 AM Revision 7ac4b518 (qgis): Add QgsGeometry::wkbSize()
- 01:25 AM Revision a04fcce5 (qgis): Add QgsFeature::approximateMemoryUsage()
- 01:25 AM Revision d191aba8 (qgis): QgsVectorLayerExporter: improve to use QgsFeature::approximateMemoryUsa...
- Flush when we have ~ 100 MB of features accumulated
- 01:24 AM Revision 1b6191d9 (qgis): 3D config : hide general terrain shading for mesh
- 05:10 PM Revision 2626ad61 (qgis): [needs-docs][ui] UI/UX revamp of the 3D map configuration dialog (#39448)
- 12:31 PM Revision d5896af0 (qgis): Astyle
- 12:03 PM Revision 07280da2 (qgis): fix doygen
- 10:33 AM Revision 0675d99b (qgis): [processing] Fix generated layers stored in geopackage always
- report a feature count of 0
Remove outdated approach which saw an empty copy of the destination
layer loaded immedia... - 10:33 AM Revision 69686c25 (qgis): [vector layer] Speed up feature deletion by _a lot_
- 08:52 AM Revision ff336ade (qgis): [processing] Fix Import Geotagged photos algorithm incorrectly
- assigns form widgets when saving the results to GPKG or other
formats which automatically insert new fields into the ...
2020-10-17
- 01:15 AM Revision 04dbfeb3 (qgis): [OGR provider] Faster update of feature count in addFeatures() and dele...
- Based on suggestion by @nyalldawson
- 01:15 AM Revision 4cf40fb3 (qgis): QgsOgrProvider::deleteFeatures(): restore previous (odd) behaviour rega...
- 01:15 AM Revision d8c6a25a (qgis): QgsVectorLayerExporter: defer GPKG spatial index creation at file closing
- Should fix the issue raised in
https://lists.osgeo.org/pipermail/qgis-developer/2020-October/062422.html
The differe... - 01:15 AM Revision 87f0b2b8 (qgis): QgsVectorLayerExporter: bump number of features per commit batch to 10 ...
- 01:15 AM Revision 501c63fe (qgis): [processing] Ensure driverName is passed to QgsVectorLayerExporter
- so that GPKG specific optimisations can be applied when saving outputs
to geopackage - 10:16 PM Revision 37c8506a (qgis): Fix crash in GPKG connection api nativeTypes
- 09:45 PM Revision a0711d71 (qgis): Merge pull request #39368 from elpaso/wfs-t-1.1
- Fix WFS-T 1.1.0 support
2020-10-16
- 11:27 PM Revision 0a5321ab (qgis): Fixes #39430 German crash
- 10:09 PM Revision ae27767c (qgis): FIX: QgsCoordinateReferenceSystem::createFrom* has to return CRS's vali...
- The methods `QgsCoordinateReferenceSystem::createFrom*` returned true when the CRS was found in cache instead of the ...
- 10:02 PM Revision 9883c42c (qgis): fix 3D mesh color ramp widget displaying
- 09:13 PM Revision 06cfdd95 (qgis): Update strings and UI regarding layer CRS override setting
- Make it much clearer that this setting does NOT reproject a layer
Fixes #32101 - 05:30 PM Revision 4d11d792 (qgis): [geometry fixer] PR review - spatial index
- 03:48 PM Revision 29b76f44 (qgis): reuse existing SVG selector widget in QgsSvgMarkerSymbolLayerWidget
- 02:38 PM Revision 9edf4825 (qgis): Fix axis for QGIS server
- 12:23 PM Revision b3066af3 (qgis): Merge pull request #39352 from m-kuhn/bad_layer_deps
- Do not try to load bad layer dependencies
- 11:09 AM Revision 27b64a0f (qgis): Use srsName from shared data, fix tests
- 11:00 AM Revision e79f9a97 (qgis): [geometry fixer] PR review
- 10:22 AM Revision 17636265 (qgis): fix dox + header layout
- 10:06 AM Revision 29382d06 (qgis): move SVG browser to a dedicated class
- defer loading of SVG icons to only show them when the widget is made visible
- 09:16 AM Revision 785854c8 (qgis): WFS-T Apply axis inversion logic
- 09:04 AM Revision 0f4270cf (qgis): Use proper SQL code editor in filter preview widget in vector layer pro...
- Gives proper syntax highlighting, matching bracket highlight, and correct
font/color scheme appearance - 08:05 AM Revision c606cf8b (qgis): Only apply device pixel ratio in scaleIconSize for tested use
- 08:03 AM Revision 746ee315 (qgis): Fix boolean literal presentation in dox/PyQGIS docs
- 07:47 AM Revision 3ffbed31 (qgis): add field icon in DnD tree (#39400)
- 07:19 AM Revision 98088973 (qgis): Merge pull request #39373 from elpaso/bugfix-gh39371-server-wfst-ignore...
- Server WFST: use srsName when needed
- 05:29 AM Revision 6cd8d890 (qgis): Fix build warning
- 04:18 AM Revision b4b2ec01 (qgis): Avoid expensive cloning before removing duplicate vertices if there are...
- 04:18 AM Revision 41a30ac2 (qgis): Better duplicate node detection/removal handling
- 04:18 AM Revision 73b0e68e (qgis): Extract logic from QgsLineString::removeDuplicateNodes to a highly opti...
- 04:18 AM Revision 850ac4c1 (qgis): Further optimisations to geometry validation
- 04:18 AM Revision cf670765 (qgis): Better string
- 04:18 AM Revision ddbe56fc (qgis): Unit tests for collectDuplicateNodes
- 04:18 AM Revision 6a570f33 (qgis): Move QgsVector methods to header to allow better compiler optimisation,
- also hold Python GIL when calling them
- 04:18 AM Revision 2a15c3b0 (qgis): Speed up QGIS geometry validation
- Use native geometry classes instead of transforming everything into
QgsPointXY to avoid unnecessary conversion and al... - 04:18 AM Revision 5f67531d (qgis): Don't crash on null geometries
- 02:44 AM Revision b7ff23aa (qgis): Scroll to newly added feature in the attribute table view
- Refs #37847
- 02:16 AM Revision b00d6fa6 (qgis): fix QCOMPARE
- 02:16 AM Revision e075b879 (qgis): Fixes #39063 : Don't clear document path when its null representation
- 02:14 AM Revision 0170436d (qgis): fix typo in cache key
- 02:14 AM Revision e1319a17 (qgis): fix test with old Qt
- 02:14 AM Revision 28a85833 (qgis): provide parent to generic aggregate functions
- 02:14 AM Revision d1f3f9d4 (qgis): correctly determine if variables are static in aggregate expression and...
- fixes #33382
- 02:14 AM Revision c21141b4 (qgis): also detect non static variables for generic aggregates
- 02:13 AM Revision 212085e9 (qgis): [OGR provider / GPKG] Avoid skipConstraintCheck() return true on the GP...
- 02:08 AM Revision 842e765c (qgis): Maintain range label in rule based legend
- fix #28011
Also available in: Atom