Activity
From 2023-04-24 to 2023-05-23
2023-05-23
- 10:18 PM Revision 80062abf (qgis): Merge pull request #53190 from 3nids/merge-feature-field-widget
- use field widget in merge feature dialog
- 05:39 PM Revision f0ec61b1 (qgis): fix test
- 04:00 PM Revision 92c48791 (qgis): Move qix generation to real leave
- 03:13 PM Revision f594e7cc (qgis): Readd inserts layer that was removed by mistake
- 03:13 PM Revision d7a11d28 (qgis): Put preview layers in a list to dispose them correctly
- 03:09 PM Revision 831f8f02 (qgis): Preview of layers in dxf import dialog
- 03:09 PM Revision a5eca54b (qgis): Use QgsMapCanvas for preview
- 03:09 PM Revision 73c0993f (qgis): Don't add layers to the project during preview
- 11:33 AM Revision b2b0e389 (qgis): Reverse order
- 11:33 AM Revision 804eb61f (qgis): Fix circular relations
- 11:33 AM Revision 7d250a4a (qgis): Fix buffered transaction crash because of wrong orderLayers method
- 08:26 AM Revision 916cbb8f (qgis): fix unused arg warning
- 07:35 AM Revision 752cf10d (qgis): re-include header
2023-05-22
- 01:56 AM Revision 0811919b (qgis): Ensure symbols using map unit sizing work correctly in elevation
- profile plots
Fixes #52833 - 12:27 AM Revision 617a435e (qgis): skip COPC inputs in the "Create COPC" algorithm (fix #53157)
- 09:51 PM Revision 62387fd8 (qgis): use field widget in merge feature dialog
- 09:50 PM Revision eb97cf01 (qgis): avoid crash when giving nullptr to QgsEditorWidgetWrapper::fromWidget
- 06:23 PM Revision 6cc634c2 (qgis): OGR: regenerate qix on end editing
- GDAL deletes the qix when saving, if the qix was there before
editing started we generate a new one after editing end... - 04:35 PM Revision 3db86bc2 (qgis): Merge pull request #53168 from elpaso/attribute-table-defer-virtual-fields
- Attribute table optimization: do not load hidden fields until required
- 04:14 PM Revision 73df7e5d (qgis): simplify code
- 01:40 PM Revision 15caf313 (qgis): tidy
- 11:09 AM Revision cfb5a9d5 (qgis): Address PR comments
- 11:03 AM Revision f5ae1c30 (qgis): debian packaging: old sip only in bullseye
- 10:02 AM Revision 74065422 (qgis): Try to fix win build
- 06:48 AM Revision 6c4f96a5 (qgis): Add "Fill Above" mode for elevation profile drawing
- Fixes #51074
- 06:48 AM Revision 4c6018de (qgis): Add option to limit the extent of "fill above" and "fill below"
- elevation ranges for a layer in elevation profile plots
Fixes #51010 - 04:54 AM Revision ebe59706 (qgis): Don't try to create database connections for dxf files in browser
- This is very slow to do, and can grind the browser to a halt
for folders with many dxf files - 04:54 AM Revision 7b42acde (qgis): Retrieve and handle table type (geometryless layers) from ArcGIS
- rest services
- 04:50 AM Revision 981b4a8c (qgis): Make QgsVectorTileMVTDecoder::decode use QgsVectorTileRawData instead o...
- 04:50 AM Revision a96c5a87 (qgis): Make getRawTile return QgsVectorTileRawData instead of raw byte arrays
- 04:50 AM Revision f5f772f2 (qgis): Add api to QgsVectorTileRawData to handle situation where
- replacement tiles from lower zoom levels have been used, and
where the tile ID to use for the data's clipping region
... - 04:50 AM Revision f5301353 (qgis): Show LOD information in vtpk layer metadata
- 04:50 AM Revision 7ad16b71 (qgis): Fix some more missing tiles when vtpk archive does not contain a file w...
- 04:50 AM Revision 327a069e (qgis): Handle VTPK tile data with zero sizes by falling back to lower
- zoom levels for the tile's data
It seems that every VTPK behaves a bit like an indexed VTPK
where higher zoom level ... - 04:50 AM Revision f2edb04a (qgis): Use the correct method of determining vector tile zoom level
- for identify tool
Fixes incorrect zoom levels used by tool when identify esri
vector tile sources - 04:45 AM Revision 8f1f792b (qgis): Don't try to create database connections for dxf files in browser
- This is very slow to do, and can grind the browser to a halt
for folders with many dxf files
2023-05-20
- 10:21 PM Revision 738df489 (qgis): Mark common postgresql types as non-enumerable upon load
- This fixes a big performance issue when loading projects with PostgreSQL layers.
In the last stage of project loading... - 10:21 PM Revision 99b64712 (qgis): Add timing to project load: resolve layer deps and set up widgets
- 11:13 AM Revision ba9c0757 (qgis): Don't try to create database connections for dxf files in browser
- This is very slow to do, and can grind the browser to a halt
for folders with many dxf files - 11:13 AM Revision 46549004 (qgis): Don't try to create database connections for dxf files in browser
- This is very slow to do, and can grind the browser to a halt
for folders with many dxf files - 11:09 AM Revision ef25c584 (qgis): Don't try to create database connections for dxf files in browser
- This is very slow to do, and can grind the browser to a halt
for folders with many dxf files - 08:50 AM Revision 814dc1d0 (qgis): remove deprecated toSet()
- 08:19 AM Revision 2b5859c2 (qgis): Fix debug level for message log messages
- 08:19 AM Revision 8a2c0e35 (qgis): Replace QgsDebugMsg(...) with QgsDebugError(...) and ensure it
- is ONLY used for error message reporting
Everything else gets bumped to QgsDebugMsg(..., >= 2) - 08:19 AM Revision 2319f813 (qgis): Fix logging of warnings from before app is initialized
- 08:19 AM Revision 212a456a (qgis): Send QgsDebugError errors to std::cerr instead of qDebug
- Since QgsDebugError should ONLY be used for errors, if we
send them to std::cerr then they'll get correct color forma... - 08:19 AM Revision a51f8d13 (qgis): More appropriate debug level
- 05:18 AM Revision 7c7d5dc3 (qgis): [profile tool] Add option to lock the horizontal/vertical scale to
- matching scales
When activated, this option ensures that the horizontal and vertical
scales are always kept equal (s... - 05:18 AM Revision 4e80c9b2 (qgis): Fix clang tidy warnings
2023-05-19
- 07:15 PM Revision d2c317a5 (qgis): Attribute table optimization: do not store hidden fields
- - defer hidden fields fetching
- allow caching of mixed full and subset attributes features - 04:23 PM Revision 5bc7b6fd (qgis): Merge pull request #53163 from elpaso/bugfix-followup-53061-floater-set...
- Followup floater settings fix settings storage
- 03:06 PM Revision e036570c (qgis): Setup framework for data provider's to provide information about
- elevation related properties to their layers
And use this to ensure that wms tiles with maptiler terrain
or terrariu... - 03:06 PM Revision 928bbf9e (qgis): When adding a raster layer which we know definitively contains
- elevation data, and the project does not currently have any
terrain provider set, then automatically set that raster ... - 03:06 PM Revision 55226f56 (qgis): Use some heuristics to guess when a raster layer looks like a DEM
- and auto-set the "represents elevation" flag for these
We do this when:
- the layer contains only one band
- the da... - 01:10 PM Revision 66a5604e (qgis): Followup floater settings fix settings storage
- Cleaning my own mess, followup #53061
- 11:05 AM Revision c5f9dc53 (qgis): Remember which project layers have been selected for display in elevation
- profiles and default to these next time an elevation profile is opened
- 10:26 AM Revision 53be37f8 (qgis): Merge pull request #53153 from agiudiceandrea/patch-19
- Fix "Qt : QString::arg: 1 argument(s) missing in getting %1 with %2" opening Settings->Options dialog window
- 04:03 AM Revision 68fa66df (qgis): apply pixel size conversion factor to line width if style does not
- define "line-width" property
- 04:03 AM Revision 44d72c14 (qgis): address review
2023-05-18
- 12:48 AM Revision 10799d83 (qgis): Set debug message level
- 05:27 PM Revision 21120d48 (qgis): Fix QgsSettingsTreeModelNodeData::addChildForSetting
- 04:11 PM Revision e2fa27e4 (qgis): Load layers in parallel threads when opening project (#53069)
- * load layers in parallel threads when opening project
* parallel loading by default and settingsin advanced setting... - 10:23 AM Revision 6370e0f1 (qgis): [raster] Fix pixelated rendering of raster on high DPI screens
- 10:23 AM Revision 024f94cc (qgis): Update test reference images
- 07:45 AM Revision 10b4a9f7 (qgis): Mark common postgresql types as non-enumerable upon load
- This fixes a big performance issue when loading projects with PostgreSQL layers.
In the last stage of project loading... - 07:45 AM Revision c4ac8c6f (qgis): Add timing to project load: resolve layer deps and set up widgets
- 05:52 AM Revision 2a748e3b (qgis): Use more appropriate icon for new elevation profile action
- 02:35 AM Revision c53000e4 (qgis): Mark common postgresql types as non-enumerable upon load
- This fixes a big performance issue when loading projects with PostgreSQL layers.
In the last stage of project loading... - 02:35 AM Revision e7c84179 (qgis): Add timing to project load: resolve layer deps and set up widgets
- 02:34 AM Revision 94d70c70 (qgis): Mark common postgresql types as non-enumerable upon load
- This fixes a big performance issue when loading projects with PostgreSQL layers.
In the last stage of project loading... - 02:34 AM Revision 4ad56204 (qgis): Add timing to project load: resolve layer deps and set up widgets
- 02:29 AM Revision 0229d8dc (qgis): Mark common postgresql types as non-enumerable upon load
- This fixes a big performance issue when loading projects with PostgreSQL layers.
In the last stage of project loading... - 02:29 AM Revision eeb78202 (qgis): Add timing to project load: resolve layer deps and set up widgets
2023-05-17
- 11:09 PM Revision f25153cf (qgis): move setup work to the prepareAlgorithm
- 11:09 PM Revision ae75745a (qgis): fix long long cast
- 11:09 PM Revision 819d306f (qgis): fix casting to long long
- 11:09 PM Revision daa8d5ca (qgis): [processing] allow selecting vector tile layers in map layer and
- multiple layers parameters
- 11:09 PM Revision 5a2c1a2a (qgis): make cppcheck happy
- 11:09 PM Revision b1bbaf24 (qgis): better default value for max. zoom level
- check that max. zoom level does not exceeds layer's maximum
- 11:09 PM Revision 981595cb (qgis): improve error message
- 11:09 PM Revision 210d9dbf (qgis): apply style from the input layer to the output vector tiles layer
- 11:09 PM Revision 7697ed95 (qgis): use vector tile output in algorithms
- 11:09 PM Revision 4fb41b6a (qgis): smaller default values for maximum zoom level and tile limit parameters.
- Also remove advanced flag from the tile limit parameter.
- 11:09 PM Revision a4a873c9 (qgis): [processing] download vector tiles algorithm
- 11:09 PM Revision 46bdea3a (qgis): mark QgsVectorTileLoader as CORE_EXPORT
- 11:09 PM Revision a1013f87 (qgis): [processing] add vector tile destination parameter
- 10:39 AM Revision 5d6c016e (qgis): Test mask update
- 10:39 AM Revision c13b0e27 (qgis): Indentation
- 10:39 AM Revision 8c9e37ff (qgis): Handle device pixel ratio correctly in svg marker rendering
- 10:39 AM Revision 74d0aafb (qgis): Consider device pixel ratio in cache size comparisons
- 10:39 AM Revision 1d70004f (qgis): Fix rendering of cached simple marker images on hidpi map displays
- 10:39 AM Revision 0ab88919 (qgis): Fix build on qt6
- 09:19 AM Revision 24dda005 (qgis): Update test reference images
- 09:10 AM Revision a8fbea96 (qgis): [raster] Fix pixelated rendering of raster on high DPI screens
- 04:03 AM Revision fc9101d4 (qgis): Rename method for clarity
- 04:03 AM Revision 74849dad (qgis): Remove no longer required logic
- 04:03 AM Revision 39e6f752 (qgis): Use Qt formal API for setting application font instead of stylesheet
- This should hopefully help address some hi-dpi font scaling issues
- 04:03 AM Revision 33ea58d1 (qgis): Use more robust API to set font size/family overrides
- 04:03 AM Revision b0171684 (qgis): Use new font family/size settings keys to force reset to default
- values
- 04:03 AM Revision c27d184f (qgis): Adapt iface methods to newer internal API
- 04:03 AM Revision 87935065 (qgis): Use more robust API for storing user overriden application font
- size and family
- 04:03 AM Revision 2ea458de (qgis): Remove workaround for qt bug https://bugreports.qt.io/browse/QTBUG-69204
- fixed since 5.12
- 04:03 AM Revision d7c78e03 (qgis): Remove very old compatibility code for translating application
- font size/family from very old QGIS versions
- 04:03 AM Revision 9f78dee4 (qgis): Allow a single decimal place for font size setting
- On windows hidpi displays this IS required to get nice sizing, eg
when the display scaling is set to a non-integer sc... - 04:03 AM Revision 18d02286 (qgis): Font size can be reset to default
2023-05-16
- 03:49 PM Revision 8a82afd7 (qgis): debian packaging: enable PDAL only on bullseye and jammy
- 11:57 AM Revision a121e403 (qgis): Always read tilemaps from source when loading vtpk/arcgis vector tile
- layers
- 11:57 AM Revision 447d4528 (qgis): Fix clang warnings
- 11:57 AM Revision 27a4336f (qgis): When rendering lower zoom level tiles vs actual render zoom level
- due to presence of tilemap, ensure that we always use the actual
render zoom level to match styles for the tile inste... - 11:57 AM Revision d70b8ecb (qgis): Don't try to load empty vector tile uris
- 11:57 AM Revision cf3aeb58 (qgis): Handle indexed tiles in vector tile selections
- 11:57 AM Revision 19654b74 (qgis): Handle indexed tilesets in identify tool
- And add tile zoom/row/column to derived attributes
- 11:57 AM Revision ef508004 (qgis): Update src/core/vectortile/qgsvectortilelayerrenderer.cpp
- Co-authored-by: Mathieu Pellerin <[email protected]>
- 11:57 AM Revision 7ee5e322 (qgis): Add flag to indicate that vector tile provider matrix set should
- always be used for the layer (as opposed to any previously
stored matrix sets)
For some vector tile data providers t... - 11:57 AM Revision f7b3f132 (qgis): Better tile id rendering
- 11:57 AM Revision babfd33a (qgis): Remove outdated see link
- 11:57 AM Revision 55993e77 (qgis): Add note regarding https://github.com/qgis/QGIS/issues/52872
- 11:57 AM Revision 7d7c5800 (qgis): Add tilemap information to layer properties dialog
- 11:57 AM Revision bc2cc987 (qgis): Read ESRI tilemaps in vtpk and arcgis tile services
- This allows us to correctly handle "indexed" vector tile sets,
where higher zoom level tiles may be missing where a l... - 11:57 AM Revision 12c261b7 (qgis): Move vector tile provider capabilities enum to Qgis
- 09:38 AM Revision f4554e36 (qgis): [feature] Add control over horizontal / vertical stretch for attribute
- form widgets
This exposes two new "size" options for edit form widgets, allowing
control over the horizontal and ver... - 05:36 AM Revision 19379172 (qgis): Fix color wheel pixelation on hidpi screens
- 02:26 AM Revision 5abcc138 (qgis): [processing] Fix Repair Shapefile alg
- Unset the SHAPE_RESTORE_SHX GDAL option also when the algorithm fails.
- 02:01 AM Revision 78bf41f3 (qgis): [processing] Fix Repair Shapefile alg
- Unset the SHAPE_RESTORE_SHX GDAL option also when the algorithm fails.
2023-05-15
- 01:52 AM Revision 9993f332 (qgis): Fix vector iterator number of attributes returned with virtual fields
- Fix the issue of wrong number of attributes returned when the feature
request has setSubsetOfAttributes set, in that ... - 12:46 AM Revision 8d641973 (qgis): Hard-code toolbar icon size (#53077)
- With automatic high DPI scaling enabled, the toolbar icon size can be hard-coded.
- 10:41 PM Revision 84112def (qgis): [processing] Fix Repair Shapefile alg
- Unset the SHAPE_RESTORE_SHX GDAL option also when the algorithm fails.
- 10:41 PM Revision c92843c4 (qgis): [processing] Fix Repair Shapefile alg
- Unset the SHAPE_RESTORE_SHX GDAL option also when the algorithm fails.
- 10:36 PM Revision 09b53df6 (qgis): [processing] Fix Repair Shapefile alg
- Unset the SHAPE_RESTORE_SHX GDAL option also when the algorithm fails.
- 10:34 PM Revision 3d8baf69 (qgis): Allow attribute table windows to be closed
- Followup 761151e
- 10:33 PM Revision df206503 (qgis): Fix size of splash screen
- 10:33 PM Revision a7e947e3 (qgis): Fix pixelated ratio lock button
- 08:38 AM Revision 50175dc6 (qgis): Fix doxygen warning
- 08:38 AM Revision b37f5033 (qgis): Update test
- 08:38 AM Revision 73a2a0f4 (qgis): Fix enum
- 08:38 AM Revision 888dc334 (qgis): Remove duplicate enum
- 08:38 AM Revision 82d2063a (qgis): fix build
- 08:38 AM Revision 28747c9b (qgis): Use proper enum for return value
- 08:38 AM Revision b0d67ecd (qgis): Move QgsVectorFileWriter::SymbologyExport to Qgis, promote to enum class
- 08:38 AM Revision 256b8026 (qgis): Fix clazy warning
- 08:38 AM Revision 7cf4afd5 (qgis): Fix clazy warning
- 08:38 AM Revision 5efa6c06 (qgis): Improve documentation, function names
- 08:38 AM Revision 83d1e6cf (qgis): Better name
- 08:38 AM Revision ecff6b9e (qgis): Remove unused deprecated method which wasn't exposed to python
- 08:38 AM Revision b0be3d48 (qgis): Use enum class
- 07:46 AM Revision 5b25d4fe (qgis): MSSQL: fix Z and ZM geometry type detection
- Fixes #52660
- 07:43 AM Revision c2594774 (qgis): Merge pull request #53061 from elpaso/advanced-digitizing-floater-options
- Advanced digitizing: floater settings and bearing
- 07:42 AM Revision d8a3e3e2 (qgis): Merge pull request #53064 from elpaso/bugfix-gh52660-mssql-zm-detection
- MSSQL: fix Z and ZM geometry type detection
2023-05-13
- 01:42 PM Revision 7b284fee (qgis): Merge pull request #53053 from m-kuhn/intsall_qgslayoutchecker
- 11:02 AM Revision 3fcf0fc2 (qgis): Skip indexing empty point clouds instead of returning error
- 08:47 AM Revision c8dd71e4 (qgis): Set size for layout check
2023-05-12
- 07:02 PM Revision 24b4ffd6 (qgis): Merge pull request #53084 from m-kuhn/fix_arch_mess
- 07:41 AM Revision 5f98f5c5 (qgis): Don't store QImage on heap
- 07:41 AM Revision c87d64b4 (qgis): Avoid pixelated color button appearance on hidpi
- 07:30 AM Revision 8724300e (qgis): Reorder options
- 07:30 AM Revision 4fab764a (qgis): Advanced digitizing: floater settings and bearing
- - visibility settings for floater
- option for bearing/azimuth - 06:41 AM Revision f22f3581 (qgis): Use specific typing for QgsWkbPtr
- Wkb knows uin32 and we offer conversion functions to this.
- 05:09 AM Revision 367b8ba3 (qgis): added SIP_SKIP
- 05:09 AM Revision d3b91ca7 (qgis): added QgsVectorLayerSaveAsDialog to public API
- 05:09 AM Revision 1fe8d21f (qgis): renamed to test_qgsvectorlayersaveasdialog.py
- 05:09 AM Revision 2191d5c6 (qgis): fixed test
- 05:09 AM Revision 4e49c9f1 (qgis): added sip files
- 05:09 AM Revision fc2402d2 (qgis): flake8
- 05:09 AM Revision 81d64bd3 (qgis): added test_qgisvectorlayersaveasdialog.py
- 05:09 AM Revision 64c0f4aa (qgis): sipifyed qgsvectorlayersaveasdialog.h
- 04:21 AM Revision ccc17b99 (qgis): Hide irrelevant elements from Form and SVG dialogs
- 04:21 AM Revision e61f3557 (qgis): Handle no file selected
- 04:21 AM Revision 9488e0b9 (qgis): Add liveUpdate annotation setting
- 04:21 AM Revision 7ff9b7c2 (qgis): Live Annotation preview
- 02:53 AM Revision 322fee9a (qgis): Fix Html annotation background (#50638)
- 02:53 AM Revision 610a74b2 (qgis): Update masks
- 02:53 AM Revision bf3b11fb (qgis): Update source images
2023-05-11
- 10:32 PM Revision edf47efb (qgis): Fix test
- 10:32 PM Revision f63dd2c3 (qgis): Move CadConstraintType to Qgis, translate degree symbol
- 10:32 PM Revision 49d1b61f (qgis): Advanced digitizing: respect units for distance
- - respect project settings for distance units
- format angle
- format geographic coordintates - 10:30 PM Revision c9af1897 (qgis): Replace $-based functions with their corresponding @ variable in expres...
- Also cleans a little bit tags list
- 01:37 PM Revision 452b3200 (qgis): Enable rendering virtual point clouds in 3d views
- 01:37 PM Revision dd000774 (qgis): make conditional easier to read
- 01:37 PM Revision 86235125 (qgis): move logic to QgsVirtualPointCloudEntity
- 01:37 PM Revision a6e1f6ef (qgis): revert changes to provider subIndexes
- 01:37 PM Revision 0276a33e (qgis): respect scene's 2d clipping extent
- 01:37 PM Revision 6452004a (qgis): Introduce Qgs3DMapSceneEntity that Chunked entities and virtual point c...
- Move logic from Qgs3DMapScene to Qgs3DMapSceneEntity virtual methods.
- 01:37 PM Revision 1bfa5ea5 (qgis): Address reviews
- Tune includes
- 07:57 AM Revision 761151ee (qgis): Avoid unusable blank python console if escape is pressed in
- console window when console is shown in the dialog mode
- 06:49 AM Revision 6a1a8ccb (qgis): Use deque instead of QStack -- it's faster, as we don't incur the unnec...
- 06:49 AM Revision 19837c29 (qgis): Use thread_local instead of QThreadStorage if available
- It's much faster!
- 06:10 AM Revision 8ec8e00c (qgis): Use float DPR instead of rounded value
- 06:10 AM Revision 0ec88394 (qgis): Enable automatic scaling for high DPI displays
- 06:10 AM Revision 2dd6bebb (qgis): Fixed test
- 06:10 AM Revision 38700f62 (qgis): Remove unnecessary DPR multiplication
- This causes wrong map scale display on high DPI screen
- 06:10 AM Revision 4238b97d (qgis): Update qgsmapcanvas.cpp
- 06:10 AM Revision fc47195d (qgis): Update main.cpp
- 06:10 AM Revision d4bc4685 (qgis): Update main.cpp
- 06:10 AM Revision 8de2e123 (qgis): fix indent
- 06:10 AM Revision d08c3d8c (qgis): Update main.cpp
- 06:07 AM Revision 5805888f (qgis): 3d/terrain: Improve debugging tile info visibility
- The `show map tile info` option allows to display the tile information
of the terrain. However this info is not reall... - 04:54 AM Revision f03a3458 (qgis): [Backport release-3_30] Mesh layer style following dataset group name (...
- * copy mesh layer style following dataset group name
* fix typo and sipify
* fix const
* fix version in doc
* fix... - 04:54 AM Revision ec162a6a (qgis): [Backport release-3_30] fix add new mesh face with undo (#52908)
- * fix add new mesh face with undo
* fix clang-tidy
* fix add new mesh with cad tool
* fix cad tool with escape
* ... - 02:12 AM Revision cce4d2ff (qgis): Fix for accessing the strength of field constraints (#52976)
2023-05-10
- 11:03 PM Revision a8b34a5a (qgis): [WFS / OAPIF] Emit request headers of initial request when following a ...
- 11:02 PM Revision 0dec5596 (qgis): Fix QgsDoubleValidator for exponential sign
- Also allow to use <E> and the locale exponential sign (for Ukrainian language)
- 11:02 PM Revision 9e5dab9c (qgis): Fix QgsDoubleValidator for positive sign
- Allow the positive sign in front of a positive number
- 11:02 PM Revision 9fd1afe9 (qgis): Fix QgsDoubleValidator for negative sign in some locales
- Some locales use the − character [Unicode Character “−” (U+2212)] as negative sign, instead of the - character [Unico...
- 11:02 PM Revision 2857abe2 (qgis): Fix QgsDoubleValidator for negative sign in some locales
- Some locales use the − character [Unicode Character “−” (U+2212)] as negative sign, instead of the - character [Unico...
- 11:02 PM Revision 23fc78de (qgis): Fix QgsDoubleValidator for positive sign
- Allow the positive sign in front of a positive number
- 11:02 PM Revision e40e85e2 (qgis): Fix QgsDoubleValidator for exponential sign
- Also allow to use <E> and the locale exponential sign (for Ukrainian language)
- 09:50 PM Revision 09eac909 (qgis): register flags with Q_FLAG not Q_ENUM
- 08:56 PM Revision 92cda6a4 (qgis): Add new user group in 2022
- 10:27 AM Revision 712f3745 (qgis): MSSQL: fix Z and ZM geometry type detection
- Fixes #52660
- 05:17 AM Revision 11d4b514 (qgis): Update string
- 05:17 AM Revision c32bc179 (qgis): Defer calling postProcessors until layers have been added to layer tree
- It's possible that an algorithm's postProcessor may contain logic
relating to the layer tree, so make sure that all l... - 05:17 AM Revision f27195c1 (qgis): [processing] Allow configuration of order of outputs created by a model
- This adds a new "Reorder Model Outputs" action to the model designer
menu (to accompany the existing "Reorder Model I... - 05:17 AM Revision afb996ac (qgis): Rename to 'Reorder Output Layers'
- 04:49 AM Revision 3ffa42f5 (qgis): fix deactivate mesh layer contours (#52886)
- Co-authored-by: vcloarec <[email protected]>
- 04:33 AM Revision f1c0923f (qgis): Fix QgsLayoutChecker::testLayout python bindings
- 04:10 AM Revision 5ed627ee (qgis): Fix clang tidy warning
- 04:10 AM Revision aee823a8 (qgis): Use tile matrix set in more QgsVectorTileDataProvider methods
- This gives more flexibility for the individual vector tile data
providers to handle zoom levels using custom logic - 04:10 AM Revision 4239e851 (qgis): Remove unused variable
- 04:10 AM Revision 5d9ea984 (qgis): Move determination of tiles in ranges to QgsTileMatrixSet
- This gives more flexibility in future to handle known missing tiles or
other special circumstances (eg falling back t... - 03:58 AM Revision 73c7e475 (qgis): Missing run
- 03:58 AM Revision d459766c (qgis): Disable pdal on msys2 build, untwine compilation is broken on windows
- 03:58 AM Revision 0192a60b (qgis): Downgrade all
- 03:58 AM Revision ef954214 (qgis): yes
- 03:58 AM Revision 0fc3efbb (qgis): Try to workaround https://bugreports.qt.io/browse/QTBUG-113227
- on qt6 ci builds
2023-05-09
- 05:06 PM Revision 1f739868 (qgis): debian packaging: enable PDAL only on bullseye and jammy
- 02:41 PM Revision da075fa2 (qgis): Use QgsLayoutChecker from core
- 11:51 AM Revision 87d3501d (qgis): Don't try to read tiles with zero size from vtpk archives
- Avoids unnecessary user-visible warnings about unreadable tiles
when those tiles don't actually exist - 11:41 AM Revision 171baf00 (qgis): Add equality operators for QgsTileXYZ
- 11:41 AM Revision cfe09eea (qgis): Add hash for QgsTileXYZ
- 11:41 AM Revision 35e3d497 (qgis): Add repr for QgsTileXYZ
- 10:58 AM Revision e33996dc (qgis): Optimise QgsGeometryPrivate constructors to avoid unnecessary extra work
- 10:58 AM Revision ab1e8399 (qgis): Tiny optimisation to QgsVectorLayerFeatureIterator::postProcessFeature
- 10:58 AM Revision 4c4ccb97 (qgis): Avoid calling canDriverShareSameDatasetAmongLayers for every ogr featur...
- 10:58 AM Revision c8702693 (qgis): Optimise QgsFeature::setAttributes
- Remove the equality check "shortcut". Profiling shows that the cost
of checking the equality of the attributes well e... - 10:58 AM Revision 1b4a59f4 (qgis): Small optimisation to QgsVectorLayerFeatureIterator::checkGeometryValid...
- 04:43 AM Revision 1ba9617d (qgis): Fix crash when removing drag and drop form elements
- If both a container and a item within that container are selected
and then the "remove" button is pressed, QGIS will ... - 04:42 AM Revision 0b0f52b4 (qgis): Fix crash when removing drag and drop form elements
- If both a container and a item within that container are selected
and then the "remove" button is pressed, QGIS will ...
2023-05-08
- 05:14 PM Revision beceade0 (qgis): create output directory only when needed
- 05:14 PM Revision bf3bcace (qgis): fix output directory handling in the tile algorithm
- 05:14 PM Revision 30eed0b8 (qgis): add optinal output directory parameter to make it possible to force the
- COPC files to be put in a single place
- 05:14 PM Revision 51c34ba3 (qgis): algorithm to create COPC files for input point clouds
- 02:24 PM Revision 7685c9af (qgis): Merge pull request #53027 from nirvn/processing_crash_fix
- [processing] Fix crash when loading a layer from a string pointing to an invalid/corrupt file
- 07:54 AM Revision fd77808d (qgis): Merge pull request #53026 from qgis/backport-53004-to-release-3_30
- 07:53 AM Revision 4720209b (qgis): Merge pull request #52096 from joto/symbol-levels-plus
2023-05-07
- 12:01 AM Revision 6c6e20a0 (qgis): Do not resize annotations when cursor is outside it
- 12:01 AM Revision 5837820f (qgis): Fix compilation warning
- 12:01 AM Revision d7001083 (qgis): Add context menu
- 12:01 AM Revision 3c3bfb85 (qgis): Tweak cursors and resizing behavior
- 12:01 AM Revision 28af4c0c (qgis): Scrap the toggleTextItemVisibilities feature
- 12:00 AM Revision fe001a74 (qgis): [Server] Use QgsBlockingNetworkRequest to download URL
- 1. Deduplicate code
2. We have seen crashes where we can observe the following pattern at
the top of the stack tra...
2023-05-06
- 11:17 AM Revision f729eb0d (qgis): [processing] Fix crash when loading a layer from a string pointing to a...
- 09:35 AM Revision 0b6a0f6e (qgis): [qgsquick] Add global map shading support to map canvas
- 09:27 AM Revision e2a090c4 (qgis): [Server] Use QgsBlockingNetworkRequest to download URL
- 1. Deduplicate code
2. We have seen crashes where we can observe the following pattern at
the top of the stack tra... - 09:27 AM Revision e5d8b86c (qgis): [Server] Use QgsBlockingNetworkRequest to download URL
- 1. Deduplicate code
2. We have seen crashes where we can observe the following pattern at
the top of the stack tra... - 09:22 AM Revision 790b3727 (qgis): Merge pull request #53004 from m-kuhn/server_url_param_blocking_network...
2023-05-05
- 05:16 PM Revision 7af13e3d (qgis): Fix QgsDoubleValidator for negative sign in some locales
- Some locales use the − character [Unicode Character “−” (U+2212)] as negative sign, instead of the - character [Unico...
- 05:16 PM Revision 868d5ea2 (qgis): Fix QgsDoubleValidator for positive sign
- Allow the positive sign in front of a positive number
- 05:16 PM Revision f94d76db (qgis): Fix QgsDoubleValidator for exponential sign
- Also allow to use <E> and the locale exponential sign (for Ukrainian language)
- 05:16 PM Revision 721f4a16 (qgis): Fix QgsDoubleValidator for negative sign in some locales
- Some locales use the − character [Unicode Character “−” (U+2212)] as negative sign, instead of the - character [Unico...
- 05:16 PM Revision b2812046 (qgis): Fix QgsDoubleValidator for positive sign
- Allow the positive sign in front of a positive number
- 05:16 PM Revision 8340e298 (qgis): Fix QgsDoubleValidator for exponential sign
- Also allow to use <E> and the locale exponential sign (for Ukrainian language)
- 05:11 PM Revision 93b8b0e7 (qgis): Merge pull request #52923 from agiudiceandrea/fix-52341-negative-norwegian
- Fix QgsDoubleValidator for positive sign and for negative and exponential signs in some locales (Fix #52341)
- 08:31 AM Revision 66fa7e75 (qgis): [WFS / OAPIF] Emit request headers of initial request when following a ...
2023-05-04
- 10:27 PM Revision 0d90cbcf (qgis): sipify (followup cb1bfa1a)
- 09:20 PM Revision a8fd082f (qgis): Avoid installing QgsCPLHTTPFetchOverrider for every ogr feature
- fetched if we can avoid it
This is a relatively expensive operation to do (specifically
the calls to QgsCPLHTTPFetch... - 04:03 PM Revision 6bce6478 (qgis): Merge pull request #52988 from elpaso/advanced-digitizing-more-angles
- [feature] Advanced Digitizing: more common angle options
- 02:44 PM Revision cb1bfa1a (qgis): fix msvc build (followup effbfc220677e3693b49ba915e7267b08e1cbe7f)
- 01:19 PM Revision 34933d00 (qgis): SIP_SKIP and tidy
- 01:19 PM Revision ef01fb90 (qgis): doxy
- 01:19 PM Revision fa5de44a (qgis): indentation
- 01:19 PM Revision 5f86a401 (qgis): Advanced Digitizing: more common angle options
- - add 0.1, 0.5, 1.0 common angles
- add an option to show current common angle in the floater
- add 'N' 'SHIFT+N' key... - 01:19 PM Revision 6f694c35 (qgis): Remove unused string
- 01:19 PM Revision f93c2d7a (qgis): strict initializer
- 11:46 AM Revision 0c0816b3 (qgis): Deselect annotation item when modify tool is deactivates
- 11:45 AM Revision bca80211 (qgis): Deselect annotation item when modify tool is deactivates
- 10:29 AM Revision c72fc8e6 (qgis): [Server] Use QgsBlockingNetworkRequest to download URL
- 1. Deduplicate code
2. We have seen crashes where we can observe the following pattern at
the top of the stack tra... - 04:55 AM Revision 13ae6974 (qgis): Deselect annotation item when modify tool is deactivates
- 04:55 AM Revision 5892db5f (qgis): Deselect annotation item when modify tool is deactivates
- 04:51 AM Revision c1d4b181 (qgis): Fix crash when removing drag and drop form elements
- If both a container and a item within that container are selected
and then the "remove" button is pressed, QGIS will ... - 04:51 AM Revision c8d0e07b (qgis): Fix crash when removing drag and drop form elements
- If both a container and a item within that container are selected
and then the "remove" button is pressed, QGIS will ... - 04:51 AM Revision 61fe1777 (qgis): Deselect annotation item when modify tool is deactivates
- 04:47 AM Revision b1905fad (qgis): Fix crash when removing drag and drop form elements
- If both a container and a item within that container are selected
and then the "remove" button is pressed, QGIS will ... - 03:48 AM Revision 2dccf42e (qgis): [postgres][browser] Implement field comment setting for postgres fields
2023-05-03
- 01:31 AM Revision 31742213 (qgis): Fix invisible horizontal alignment icons
- 01:31 AM Revision 0eb8e05b (qgis): Fix invisible horizontal alignment icons
- 01:25 AM Revision f9b6b30a (qgis): Remove file
- 10:00 PM Revision 9808241f (qgis): Fix invisible horizontal alignment icons
- 10:00 PM Revision 7b78b529 (qgis): Fix invisible horizontal alignment icons
- 09:56 PM Revision 4df6a2b7 (qgis): Fix invisible horizontal alignment icons
- 07:53 PM Revision d22b79c6 (qgis): Merge pull request #52840 from qgis/backport-52839-to-release-3_30
- [Backport release-3_30] [Plugin installer] Don't show wait cursor when fetching repositories
- 10:29 AM Revision 70c91eb9 (qgis): Always expand processing results groups by default
- 10:29 AM Revision 42e9b916 (qgis): Respect output group name when loading layers
- 10:29 AM Revision 01ba0b2d (qgis): When adding a node to the layer tree, ensure the initial expansion stat...
- 10:29 AM Revision f8ff7103 (qgis): Minor lint fixes
- 10:29 AM Revision 26ce45d6 (qgis): Remove unused argument
- 10:29 AM Revision ad0f6d82 (qgis): Remove unwanted default
- 10:29 AM Revision 8682a201 (qgis): Add layer tree group name and sort key to QgsProcessingContext::LayerDe...
- 10:29 AM Revision 3d166989 (qgis): [processing] Cleanup some post-processing code
- 10:29 AM Revision 2e83566a (qgis): More minor cleanups
- 10:29 AM Revision 3651c8dd (qgis): Refactor out some more postprocessing logic
- 10:29 AM Revision a52e0bdd (qgis): Respect layer output ordering when adding processing results layers
- 09:42 AM Revision cca67a8b (qgis): Show a message bar warning on startup if a wayland session is detected
- Even on the latest Qt 6 versions, wayland support is limited. Eg. basic
things like re-docking floating docks, moving... - 05:57 AM Revision 95e972de (qgis): Fix deadlock when number of point cloud files loaded >= available threads
- This would cause multiple QgsTasks to be created, each of which
uses one thread -- then if the number of tasks matche... - 05:57 AM Revision d20aae46 (qgis): Fix deadlock when number of point cloud files loaded >= available threads
- This would cause multiple QgsTasks to be created, each of which
uses one thread -- then if the number of tasks matche... - 05:57 AM Revision 74636ce1 (qgis): Build and test GRASS provider (not plugin) on qt6 builds
- 05:57 AM Revision f0e54391 (qgis): Add WITH_GRASS_PLUGIN cmake setting to determine whether the GRASS
- c++ plugin is built
Allows building the GRASS provider without the plugin
2023-05-02
- 10:09 PM Revision 0d0f60a2 (qgis): debian packaging: disable pdal by default
- 09:31 PM Revision 30a64111 (qgis): Merge pull request #52847 from 3nids/settings-treewidget
- Settings editors
- 02:52 PM Revision bb4d23c0 (qgis): debian packaging: add debian bookworm and build-essential to scandeps.pl
- (superceeds #52813, #52875)
- 02:00 PM Revision d0e07795 (qgis): fix tests
- 02:00 PM Revision d93111cc (qgis): [processing] add enum to expression parameter to make it possible
- distinguish between native QGIS expressions and point cloud filter
expressions - 02:00 PM Revision c5caf5e5 (qgis): fix doxygen error
- 02:00 PM Revision a17f5989 (qgis): revive custom expression editor for default expression value modeler
- parameter definition widget
- 02:00 PM Revision fb10dfd6 (qgis): fix tests
- 02:00 PM Revision 61cfdd35 (qgis): update PDAL algorithms to use expression for filter parameter
- 02:00 PM Revision 45791b1b (qgis): convert point cloud expressions to PDAL expressions
- 02:00 PM Revision d62b746d (qgis): [processing] extend expression widget wrapper to support point cloud
- expressions
- 02:00 PM Revision 10b02e02 (qgis): move expression type enum to qgis.h
- 12:12 PM Revision 3ab7530f (qgis): Merge pull request #52959 from alexbruy/pdal-provider-ux
- UX improvements for PDAL provider
- 11:12 AM Revision df57ef58 (qgis): Update qgscolorramplegendnode.cpp
- fix he horizontal legend has an incorrect position when the label is on the right side
- 11:05 AM Revision 1fb89dcd (qgis): Update qgscolorramplegendnode.cpp
- fix he horizontal legend has an incorrect position when the label is on the right side
- 11:05 AM Revision 7fac476c (qgis): Adjust help for CheckValidity algorithm
- Make it clear that GEOS method won't be able to log all errors found per geometry, but only the first one. Followup #...
- 10:44 AM Revision f83781d6 (qgis): Fix some warnings
- 08:42 AM Revision cbc6922f (qgis): try to assign 3d renderer to output point cloud layers
- 07:54 AM Revision 694759c1 (qgis): split thin algorithm into two
- 06:30 AM Revision 3de90715 (qgis): Fix deadlock when number of point cloud files loaded >= available threads
- This would cause multiple QgsTasks to be created, each of which
uses one thread -- then if the number of tasks matche... - 06:30 AM Revision 54cea612 (qgis): Fix deadlock when number of point cloud files loaded >= available threads
- This would cause multiple QgsTasks to be created, each of which
uses one thread -- then if the number of tasks matche... - 06:27 AM Revision d404747a (qgis): Allow creation of attribute form group boxes and rows which
- aren't contained within tabs
This was always supported by the form, but blocked in the form
editor. It stems from a ... - 06:26 AM Revision 4e2c0fd9 (qgis): Update test
- 06:26 AM Revision d4faecef (qgis): Prevent attribute form editor widgets from inherting too large
- horizontal minimum size
This bug causes editor widgets to inherit a very large minimum width
from the search widget ... - 06:26 AM Revision 35f60e2b (qgis): Fix clazy warning
- 06:26 AM Revision 914dffb9 (qgis): Fix deadlock when number of point cloud files loaded >= available threads
- This would cause multiple QgsTasks to be created, each of which
uses one thread -- then if the number of tasks matche... - 06:08 AM Revision ee8719cd (qgis): Update qgscolorramplegendnode.cpp
- fix he horizontal legend has an incorrect position when the label is on the right side
- 06:08 AM Revision cad4b5c7 (qgis): Update qgscolorramplegendnode.cpp
- fix he horizontal legend has an incorrect position when the label is on the right side
- 06:03 AM Revision 8c911dda (qgis): Update qgscolorramplegendnode.cpp
- fix he horizontal legend has an incorrect position when the label is on the right side
- 05:10 AM Revision 63e61e0a (qgis): Merge pull request #52962 from qgis/queued_ltr_backports
- Queued LTR backports (3.28.7)
- 05:09 AM Revision c206d295 (qgis): Bump peter-evans/create-or-update-comment from 2 to 3
- Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
- ...
2023-05-01
- 01:04 AM Revision 317b5779 (qgis): Bump peter-evans/create-or-update-comment from 2 to 3
- Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
- ... - 12:58 AM Revision 06baca84 (qgis): GH Action - Add automatic comment for the changelog parser about pictur...
- 12:58 AM Revision d169bac9 (qgis): Fix MSSQL PrimaryKey in geometry table
- 12:57 AM Revision 9d54ae0b (qgis): Fix MSSQL PrimaryKey in geometry table
- 09:56 PM Revision f3b107bf (qgis): Bump peter-evans/create-or-update-comment from 2 to 3
- Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
- ... - 06:50 PM Revision 89015d85 (qgis): use distinct parameters for number of points and sampling radius in
- thin algorithm
- 11:36 AM Revision 3c818f6c (qgis): better names for outputs
- 11:28 AM Revision ebced31c (qgis): add more tags to PDAL algorithms to make search easier
- 11:23 AM Revision d0d67267 (qgis): move filtering parameters to be the first in the advanced parameters
- group box
- 11:19 AM Revision 6b33a8a2 (qgis): rename "Export to raster (TIN)" PDAL algorithm to "Export to raster
- (using triangulation)"
- 11:05 AM Revision 7fbd26a7 (qgis): Fix QgsDoubleValidator for exponential sign
- Also allow to use <E> and the locale exponential sign (for Ukrainian language)
- 10:40 AM Revision 080ccdd8 (qgis): rename "Fix projection" PDAL algorithm to "Assign projection" to be
- consistent with the native and GDAL algorithms
- 10:39 AM Revision ab19e8ed (qgis): Add new attribute form container type "Row"
- This container always lays out child widgets in a horizontal
row, where the number of columns is automatically determ... - 10:39 AM Revision cb320174 (qgis): Dox++
- 09:57 AM Revision d888ee2a (qgis): use public method
- 09:11 AM Revision 1de12f3e (qgis): Merge pull request #52953 from YoannQDQ/fix-qgssettingstreenode-constness
- 08:41 AM Revision 45304af9 (qgis): Fix MSSQL PrimaryKey in geometry table
- 08:41 AM Revision ad55f798 (qgis): Fix MSSQL PrimaryKey in geometry table
- 08:37 AM Revision 5133ba0f (qgis): Fix MSSQL PrimaryKey in geometry table
- 05:28 AM Revision be912cef (qgis): Mingw build has no 3d
- 05:28 AM Revision 886d5cd3 (qgis): Fix some workflows where pdal is not available
2023-04-30
- 01:47 AM Revision 3dcfbe8c (qgis): Fix QgsSettingsTreeNode constness
- 10:48 PM Revision 0abbf600 (qgis): Move creation options to latest arguments
- 10:48 PM Revision caf1876a (qgis): Adapt tests
- 10:48 PM Revision af5da62d (qgis): Re-arange code
- 10:48 PM Revision 91b40f30 (qgis): Re-arange code
- 10:48 PM Revision 357b5469 (qgis): Adapt tests
- 10:48 PM Revision 3b104d8f (qgis): Move creation options to latest arguments
- 10:47 PM Revision 1d622595 (qgis): When opening vector layer form properties, immediately expand
- all drag-and-drop form containers
Otherwise it's really annoying to have to do this manually
all the time! - 08:41 PM Revision e0bbd798 (qgis): Enable build with PDAL by default
- Point cloud support has been there in a couple of QGIS releases already
and it would make sense to have the PDAL supp... - 08:41 PM Revision 20e2f672 (qgis): Also enable build with 3D by default
- 04:49 PM Revision dd645a57 (qgis): Merge pull request #52946 from qgis/backport-52930-to-queued_ltr_backports
- 04:49 PM Revision a4873ea0 (qgis): Merge pull request #52947 from qgis/backport-52930-to-release-3_30
- 04:48 PM Revision 0b898e0f (qgis): Merge pull request #52841 from YoannQDQ/qgisfunction
- 03:34 PM Revision de02e889 (qgis): remove useless method
- 04:35 AM Revision 33841ef1 (qgis): fix enum
2023-04-29
- 01:36 AM Revision 52d90fb1 (qgis): Update test
- 01:36 AM Revision c3f8dd61 (qgis): Fix integer overflow in QgsCoordinateFormatter
- 01:36 AM Revision 26803d5c (qgis): Update test
- 01:36 AM Revision 96cb6ed6 (qgis): Fix integer overflow in QgsCoordinateFormatter
- 01:36 AM Revision db6daca4 (qgis): Move creation options to latest arguments
- 01:36 AM Revision d19a70a0 (qgis): Re-arange code
- 01:36 AM Revision c7249833 (qgis): Adapt tests
- 01:36 AM Revision 0dad8bc6 (qgis): Move creation options to latest arguments
- 01:36 AM Revision 2f85cb4b (qgis): Re-arange code
- 01:36 AM Revision 8992c55b (qgis): Adapt tests
- 01:32 AM Revision bf93dc6f (qgis): Re-arange code
- 01:32 AM Revision dd7b8aca (qgis): Adapt tests
- 01:32 AM Revision 77ddb28e (qgis): Move creation options to latest arguments
- 01:31 AM Revision 9c9e8d1d (qgis): Update test
- 01:31 AM Revision 95a28035 (qgis): Fix integer overflow in QgsCoordinateFormatter
- 01:31 AM Revision 5805b050 (qgis): Check type in QgsLayerTreeLayer::toLayer and QgsLayerTreeLayer::toGroup
- 02:25 PM Revision 947931ad (qgis): Fix qgsfunction decorator args handling
- 02:25 PM Revision c8bb6419 (qgis): Update help text and template
- 02:25 PM Revision 7094bbaf (qgis): Add context test
- 02:25 PM Revision ccb868f6 (qgis): Harmonize doc
- 02:25 PM Revision 01265af2 (qgis): Update tests
- 02:02 AM Revision 93fb9247 (qgis): Fix QgsDoubleValidator for positive sign
- Allow the positive sign in front of a positive number
2023-04-28
- 12:50 AM Revision d3d8ba1a (qgis): Fix warnings on gcc, build on msvc
- 02:33 PM Revision 2e3c2c63 (qgis): fix version in doc
- 02:31 PM Revision 77e61353 (qgis): backport #52259
- 02:11 PM Revision 0992b533 (qgis): Release of 3.30.2
- 02:11 PM Revision 9fbe051c (qgis): translation update for 3.30.2 from transifex
- 02:11 PM Revision 868c9fa0 (qgis): Release of 3.28.6
- 02:11 PM Revision 4b8d40ff (qgis): translation update for 3.28.6 from transifex
- 01:42 PM Revision a97b33d1 (qgis): add missing Q_OBJECT macro
- 10:34 AM Revision e1a143dc (qgis): fix msvc build again (reapply efee73553, upstreamed as 0c7b82a2e; rever...
- C:/src/OSGeo4W/src/qgis-dev/qgis/external/pdal_wrench/utils.cpp(121): error C3493: 'CHUNK_SIZE' cannot be implicitly ...
2023-04-27
- 10:09 PM Revision a73f9728 (qgis): Avoid crash if profile selector dialog is closed without selecting a pr...
- 10:09 PM Revision 77920fec (qgis): Don't autoraise OK button in profile selector, makes it too hard to see
- 09:35 PM Revision 2033624f (qgis): better dark theme + fix typo
- 09:03 PM Revision 429c740b (qgis): Apply suggestions from code review
- Co-authored-by: Mathieu Pellerin <[email protected]>
- 09:00 PM Revision cb42a20a (qgis): use checkbox for booleans + palette for colors
- 06:39 PM Revision 12ea94f3 (qgis): Fix QgsDoubleValidator for negative sign in some locales
- Some locales use the − character [Unicode Character “−” (U+2212)] as negative sign, instead of the - character [Unico...
- 12:58 PM Revision 7de46cc9 (qgis): Fix indentation
- 12:58 PM Revision ef91cadb (qgis): Fix incorrect WCS request bbox when layer limited to an extent
- - The passed extent was in WGS84 and not necessarily in the selected CRS
- The delimiting extent was not intersected ... - 12:58 PM Revision af0dd579 (qgis): Update src/providers/wcs/qgswcssourceselect.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 12:58 PM Revision 63cc30e5 (qgis): Specify that QgsWcsProvider::mBBOX x/y man be inverted
- 12:58 PM Revision bf6dae31 (qgis): Update src/providers/wcs/qgswcsprovider.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 12:57 PM Revision 2330b11e (qgis): Make project dirty when group layer styling properties change
- 12:57 PM Revision 7110542e (qgis): Fix group layer rendering (#52769)
- 12:57 PM Revision a64977c2 (qgis): Make project dirty when group layer styling properties change
- 12:57 PM Revision e2e3df14 (qgis): Fix group layer rendering (#52769)
- 10:38 AM Revision feb9b44c (qgis): sipify
- 10:35 AM Revision 0b8ef936 (qgis): add proxy model to filter the settings tree
- 10:34 AM Revision 2d28f1ec (qgis): create settings trees on start so texts can be searched
- 10:34 AM Revision 83d735fb (qgis): refactor QgsOptionsDialogHighlighWidget to use it as an interface
- by removing the inheritance of QObject, an implementation of QWidget can now also inherit from QgsOptionsDialogHighli...
- 10:29 AM Revision 7498d099 (qgis): fix dox
- 08:02 AM Revision 4d69217e (qgis): Specify that QgsWcsProvider::mBBOX x/y man be inverted
- 08:02 AM Revision 8154ec60 (qgis): Update src/providers/wcs/qgswcssourceselect.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 08:02 AM Revision 311761df (qgis): Update src/providers/wcs/qgswcsprovider.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 08:02 AM Revision 6bdf067b (qgis): Fix incorrect WCS request bbox when layer limited to an extent
- - The passed extent was in WGS84 and not necessarily in the selected CRS
- The delimiting extent was not intersected ... - 08:02 AM Revision 5a1787dc (qgis): Fix indentation
- 08:01 AM Revision f298fde5 (qgis): Fix documentation warning
- 08:01 AM Revision 85074b1a (qgis): Avoid thread violation warnings spamming console by limiting to one war...
- 06:47 AM Revision d1fc125c (qgis): Add some qt6 tests masks
- 06:47 AM Revision ba1cc03f (qgis): More test masks
- 06:47 AM Revision ecb67ccb (qgis): Make gradient fill tests atomic
- 06:47 AM Revision 2ab86674 (qgis): Test mask
- 06:47 AM Revision eb87adcc (qgis): Test debugging
- 06:47 AM Revision f4f47d52 (qgis): Test masks
- 06:47 AM Revision f21d7cc9 (qgis): More masks
- 06:47 AM Revision 4ca6cefd (qgis): Update a test for newer qt6
- 06:47 AM Revision 90f48625 (qgis): Also run qt6 tests on Fedora 38
- 06:47 AM Revision a8849b25 (qgis): Use distro packages for qt6 library versions
- 06:47 AM Revision 8bf8ddb0 (qgis): Silence some pdal_wrench warnings
- 06:47 AM Revision b0d0eadb (qgis): Lang C.UTF-8
- 06:47 AM Revision 1d1f1215 (qgis): Bump distro version
- 06:47 AM Revision 341284a7 (qgis): Require Qt 6.4 or later for Qt6 builds
- Given that these are experimental anyway, it makes little sense
to waste efforts supporting older Qt 6 releases...! - 06:47 AM Revision a6c0fa3d (qgis): Use Fedora 38 for Qt 6 CI
- 06:33 AM Revision 4a47bcf2 (qgis): Make project dirty when group layer styling properties change
- 06:33 AM Revision 820ba86a (qgis): Fix group layer rendering (#52769)
- 06:33 AM Revision 62cdd893 (qgis): Make project dirty when group layer styling properties change
- 06:33 AM Revision 4a566e89 (qgis): Fix group layer rendering (#52769)
- 06:29 AM Revision d57d7fab (qgis): Make project dirty when group layer styling properties change
- 06:29 AM Revision 0db22e1c (qgis): Fix group layer rendering (#52769)
- 04:54 AM Revision 6a846966 (qgis): Silence debug noise
- 04:54 AM Revision a434d0e7 (qgis): Use enums for attribute form container types instead of bools
- Gives flexibility for adding additional container types in future
- 03:54 AM Revision 2a376472 (qgis): Fix indentation
- 03:54 AM Revision fb4bb7a2 (qgis): Specify that QgsWcsProvider::mBBOX x/y man be inverted
- 03:54 AM Revision 1dfeb48d (qgis): Update src/providers/wcs/qgswcsprovider.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:54 AM Revision 72fd697c (qgis): Update src/providers/wcs/qgswcssourceselect.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:54 AM Revision 10d4e3e3 (qgis): Fix incorrect WCS request bbox when layer limited to an extent
- - The passed extent was in WGS84 and not necessarily in the selected CRS
- The delimiting extent was not intersected ... - 03:54 AM Revision 2bb0bb19 (qgis): Fix indentation
- 03:54 AM Revision e7c6f39d (qgis): Specify that QgsWcsProvider::mBBOX x/y man be inverted
- 03:54 AM Revision 45fc1c44 (qgis): Update src/providers/wcs/qgswcsprovider.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:54 AM Revision ff5403b6 (qgis): Fix incorrect WCS request bbox when layer limited to an extent
- - The passed extent was in WGS84 and not necessarily in the selected CRS
- The delimiting extent was not intersected ... - 03:54 AM Revision 4ff74c52 (qgis): Update src/providers/wcs/qgswcssourceselect.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:50 AM Revision 9d5af2a7 (qgis): Fix incorrect WCS request bbox when layer limited to an extent (#52900)
- * Fix incorrect WCS request bbox when layer limited to an extent
- The passed extent was in WGS84 and not necessaril...
2023-04-26
- 09:55 PM Revision 29f11e3b (qgis): typo
- 09:55 PM Revision 6573b56f (qgis): again more cad tool cleaning mesh edit map tool
- 09:55 PM Revision 094c326f (qgis): more cad tool cleaning mesh edit map tool
- 09:55 PM Revision b47cdf24 (qgis): fix cad tool with escape
- 09:55 PM Revision 2b840420 (qgis): fix add new mesh with cad tool
- 09:55 PM Revision 59fd649d (qgis): fix clang-tidy
- 09:55 PM Revision 44d8c41d (qgis): fix add new mesh face with undo
- 09:50 PM Revision 97f41ce0 (qgis): typo
- 09:50 PM Revision 9b5213ea (qgis): again more cad tool cleaning mesh edit map tool
- 09:50 PM Revision ff434c87 (qgis): fix add new mesh face with undo
- 09:50 PM Revision 93b2e27a (qgis): fix cad tool with escape
- 09:50 PM Revision 672121df (qgis): fix add new mesh with cad tool
- 09:50 PM Revision 57594dd6 (qgis): fix clang-tidy
- 09:50 PM Revision 1857f5ec (qgis): more cad tool cleaning mesh edit map tool
- 09:48 PM Revision b3e82884 (qgis): fix version in doc
- 09:48 PM Revision 0df5b072 (qgis): fix const
- 09:48 PM Revision 71451d96 (qgis): fix typo and sipify
- 09:48 PM Revision 4a717746 (qgis): copy mesh layer style following dataset group name
- 09:48 PM Revision db50cbe6 (qgis): fix version in doc
- 09:44 PM Revision 004f6d37 (qgis): Mesh layer style following dataset group name (#52312)
- * copy mesh layer style following dataset group name
* fix typo and sipify
* fix const
* fix version in doc
* fix... - 08:39 PM Revision a6dac429 (qgis): More super call fixes
- 08:39 PM Revision faaa7f23 (qgis): Fix some super calls
- 08:39 PM Revision 60380c1c (qgis): Use fstring
- 08:39 PM Revision ac533e38 (qgis): More setup/teardown fixes
- 08:39 PM Revision 57929908 (qgis): Fix more super calls
- 08:39 PM Revision 8d627573 (qgis): Add some more annotation HTML reference images
- 08:39 PM Revision 3492ddbc (qgis): Move layout checking to base class
- 08:39 PM Revision e2ad92e8 (qgis): Only append to existing test reports if running under CI
- 08:39 PM Revision ecab2bfb (qgis): Partially update annotation item test to newer framework
- 08:39 PM Revision 4b156750 (qgis): Ensure file is closed
- 08:39 PM Revision c8ae430b (qgis): Ensure base class setup/tear down methods are always called
- 08:39 PM Revision f2878a43 (qgis): Start moving some render check methods to base class
- 08:39 PM Revision bce3f8bb (qgis): More super fixes
- 07:58 PM Revision bf668be2 (qgis): Doc++
- 07:58 PM Revision 9e552967 (qgis): Promote attribute editor enums to enum class, move to Qgis
- 07:58 PM Revision b2901799 (qgis): Fix monkey patching when comment contains "
- 07:18 PM Revision 8d2ffc67 (qgis): again more cad tool cleaning mesh edit map tool
- 07:18 PM Revision 7dc23153 (qgis): typo
- 07:18 PM Revision 0df3fe21 (qgis): fix cad tool with escape
- 07:18 PM Revision 9d84a3b0 (qgis): fix add new mesh with cad tool
- 07:18 PM Revision a3c35de6 (qgis): fix clang-tidy
- 07:18 PM Revision 05559698 (qgis): more cad tool cleaning mesh edit map tool
- 07:18 PM Revision 01d7cb12 (qgis): fix add new mesh face with undo
- 06:42 PM Revision 26469a5d (qgis): fix build
- 05:54 PM Revision e81e7e12 (qgis): qgs3dmapconfigwidget: Fix zoom level update on init
- When the configuration widget is displayed, the zoom level is computed
by calling `onTerrainLayerChanged` in the cons... - 04:04 PM Revision d03fe166 (qgis): typo
- 03:50 PM Revision 5ef24f32 (qgis): again more cad tool cleaning mesh edit map tool
- 03:40 PM Revision b00dfdd2 (qgis): more cad tool cleaning mesh edit map tool
- 02:25 PM Revision 4aa6ceb8 (qgis): fix cad tool with escape
- 11:52 AM Revision e400423a (qgis): [ui] Harmonize ogr source select widget padding
- 11:52 AM Revision 7e8d4ea2 (qgis): [ui] Add scroll area to gdal source select's options group to avoid lar...
- 10:34 AM Revision 69a2bb81 (qgis): Merge pull request #52321 from YoannQDQ/clear-recent-crs
- 09:33 AM Revision 3adce043 (qgis): Merge pull request #52853 from pathmapper/pagesize
- [server/OAPIF] Make pagesize configurable and other improvements for collection items HTML page
- 09:21 AM Revision 6ddae046 (qgis): Add a history provider for executed SQL commands
- This history provider stores all executed database SQL commands
in the local history db (ie commands executed through... - 09:21 AM Revision 4c1c6bec (qgis): Docs
- 09:21 AM Revision c1045a29 (qgis): Refactor out SQL execution dialog handling from data item
- provider so that it can be called from outside of browser item
- 09:21 AM Revision 1666360c (qgis): Translate strings
- 09:21 AM Revision a9056f37 (qgis): Correctly hide from sip
- 09:21 AM Revision 4541af63 (qgis): Add context menu entries
- 08:52 AM Revision 42c21c1d (qgis): Add window title
- 08:52 AM Revision ddef8493 (qgis): Remember history dialog splitter state
- 08:52 AM Revision 29b39195 (qgis): Double clicking only expands/contracts history nodes which
- don't handle double-clicks in another way
- 08:52 AM Revision 346c77b0 (qgis): Spelling
- 08:52 AM Revision 953e3de7 (qgis): Store full processing execution log in history entries
- 05:51 AM Revision 4126061c (qgis): fix add new mesh with cad tool
- 03:44 AM Revision 8f6999e5 (qgis): fix add new mesh face with undo
- 03:44 AM Revision 0f0aa2bd (qgis): fix clang-tidy
2023-04-25
- 01:03 AM Revision 2e0ce59a (qgis): translation string fix
- 12:24 AM Revision 8f33d5ee (qgis): Upgrade DBManager and Grass plugins to Python 3.X
- 10:51 PM Revision fd1e6f3c (qgis): fix double translation issue
- (cherry picked from commit b739d6d8ad198dfcbfa237c54db27bb0fa238e43)
- 10:49 PM Revision 6d85fd96 (qgis): fix double translation issue
- (cherry picked from commit b739d6d8ad198dfcbfa237c54db27bb0fa238e43)
- 04:12 PM Revision 72f6fba3 (qgis): fix deactivate mesh layer contours
- 04:12 PM Revision aedbb86f (qgis): fix deactivate mesh layer contours
- 04:07 PM Revision 66c88af1 (qgis): fix deactivate mesh layer contours (#52258)
- 12:29 PM Revision 6ae10ba4 (qgis): Merge pull request #52880 from Gustry/i18n-fstring
- 09:43 AM Revision 9e8364a2 (qgis): Python - Use some format function for translations
- 07:19 AM Revision 9935a3f3 (qgis): Simplify
2023-04-24
- 11:05 PM Revision 0bb7bb7d (qgis): Update src/ui/processing/qgsprocessingfieldsmappingpanelbase.ui
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:05 PM Revision 0506ab0e (qgis): Update src/gui/qgsfieldmappingwidget.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:05 PM Revision fef1f0cd (qgis): Update src/gui/qgsfieldmappingwidget.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:05 PM Revision 4373ac68 (qgis): Add invert selection tool on refactor fields processing fix #52816
- 11:05 PM Revision 46538cef (qgis): Update src/gui/qgsfieldmappingwidget.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:05 PM Revision 01e7a71e (qgis): Fix return type issue.
- 09:41 PM Revision 49b3a9d5 (qgis): Fallback to UTF-8 when no encoding is specified
- 09:41 PM Revision 1c1e4602 (qgis): address review
- 09:41 PM Revision a44bface (qgis): use threads number setting in algorithms which support multiple CPUs
- 09:41 PM Revision 0f2d2bc3 (qgis): allow changing number of threads through the algorithm settings panel
- 09:41 PM Revision 8011030d (qgis): move threads selection widgets into the "environment settings" group
- 09:36 PM Revision b2b68b5c (qgis): Update src/gui/qgsmaptool.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 09:36 PM Revision a2b83e4d (qgis): Add test
- 09:36 PM Revision 8e5cb7da (qgis): Add reactivated signal
- 09:36 PM Revision 9e3d5917 (qgis): MeasureTool example
- 09:36 PM Revision a61463a8 (qgis): Do not deactivate / activate mapTool when it is already active
- 09:35 PM Revision 98dddc8e (qgis): Remove dead code
- 09:35 PM Revision 78b76d97 (qgis): Do not display the profile in the title bar if it is the current defaul...
- 09:35 PM Revision e1b6d8f7 (qgis): Add lastProfile / defaultProfile in QgsUserProfileManager
- 09:35 PM Revision 7b5f7457 (qgis): Add User Settings dialog
- 09:35 PM Revision aa4701ee (qgis): Add User Selection Dialog
- 09:35 PM Revision cc57254d (qgis): Fix custom profile icon
- 09:35 PM Revision 79973312 (qgis): Add missing auto_additions
- 09:35 PM Revision cb2b12ca (qgis): Delay application member creation in desktop mode
- 09:35 PM Revision db00e216 (qgis): Fix profile checked state (#32506)
- 09:35 PM Revision 583eeee7 (qgis): Preinstall default QTranslators before displaying the profile selector ...
- 09:35 PM Revision 99f45334 (qgis): Apply suggestions from review
- 09:35 PM Revision a905b1a9 (qgis): Fix clazy warning
- 09:35 PM Revision 4891c9f3 (qgis): Add icon size and allow creation settings
- 09:35 PM Revision 0d5d5c33 (qgis): Allow setting the profile icon
- 09:35 PM Revision ed48541e (qgis): Switch user profile settings to QgsOptions
- 09:35 PM Revision ca6fa954 (qgis): Display profile name in window title as long as it is not the only one
- 09:35 PM Revision ab3388e9 (qgis): Use profile icon in combobox
- 09:35 PM Revision 3c5f1207 (qgis): Fix QTranslator not installed
- 09:35 PM Revision e29b054d (qgis): Fix includes
- 09:35 PM Revision 63ea2219 (qgis): Fix spelling and doc
- 04:38 PM Revision 283a8f56 (qgis): Merge pull request #52873 from Gustry/processing-update
- 03:27 PM Revision 3c7741aa (qgis): Remove clear all button
- 03:02 PM Revision 8db8acd5 (qgis): Merge pull request #52819 from elpaso/ogcapi-ux
- GDAL/OGR source select UX: add OGCAPI radio
- 02:00 PM Revision 2175537f (qgis): Merge pull request #52472 from YoannQDQ/fix-walking-attribute-dialog
- 11:28 AM Revision 8ac952bf (qgis): [ui] Remove browser widget title bar within the data source manager dialog
- 11:28 AM Revision cbb3a143 (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 11:28 AM Revision cb325c53 (qgis): Fixes #52375. Removes duplicate encoding aliases returned by QgsVectorD...
- 11:28 AM Revision 84599e90 (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 11:28 AM Revision edea1fe9 (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 11:28 AM Revision 922432cc (qgis): Fixes #52375. Removes duplicate encoding aliases returned by QgsVectorD...
- 11:28 AM Revision 0a6b0220 (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 10:03 AM Revision 3cab3c43 (qgis): Python - Run pyupgrade on the processing plugin
- 09:34 AM Revision 6e52378a (qgis): fix #44050 Attribute Dialog moving on screen
- 09:31 AM Revision 3d6e1e51 (qgis): Set extent CRS to Project CRS
- Tiles creation assumed extent crs was the same as project crs this pr adds a transform to get it to work if that is n...
- 09:31 AM Revision 618c5256 (qgis): Update python/plugins/processing/algs/qgis/TilesXYZ.py
- 09:31 AM Revision 245703f4 (qgis): fix displaying of the enum parameter options when static strings mode is
- active and multiple selection is enabled. Also improve conversion to
Python string - 09:30 AM Revision 642bfdec (qgis): fix displaying of the enum parameter options when static strings mode is
- active and multiple selection is enabled. Also improve conversion to
Python string - 09:22 AM Revision 1934a62d (qgis): Ask for confirmation before clearing the list
- 09:22 AM Revision 3852bd40 (qgis): Remove CRS on del key pressed
- 09:22 AM Revision e5e65ec3 (qgis): Fix wording
- 09:22 AM Revision 48bc3c10 (qgis): Add context menu
- 09:22 AM Revision b44d991a (qgis): Add buttons in the QgsProjectionTree to clear recent CRS
- 09:22 AM Revision 08bf81db (qgis): Add methods to clear recent crs or remove one crs
- 07:26 AM Revision 8282b663 (qgis): Add QgsCodeEditorShell code editor subclass for Bash or Batch scripts
- 07:25 AM Revision af55682a (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 07:25 AM Revision b626ff06 (qgis): Fixes #52375. Removes duplicate encoding aliases returned by QgsVectorD...
- 07:25 AM Revision 2157f817 (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 07:25 AM Revision 8ad858b3 (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 07:25 AM Revision 94069987 (qgis): Fixes #52375. Removes duplicate encoding aliases returned by QgsVectorD...
- 07:25 AM Revision 63aecdcd (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 07:20 AM Revision 3434f43d (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 07:20 AM Revision ed7975ff (qgis): Fixes #52375. Removes duplicate encoding aliases returned by QgsVectorD...
- 07:20 AM Revision 2cc500df (qgis): Update src/core/vector/qgsvectordataprovider.cpp
- 07:19 AM Revision 8a23a767 (qgis): [Bugfix] Processing plugin: bad check layer from QgsProcessingOutputMul...
- After running algorithm, the processing plugin take the layer from result to provide map layer instead of string.
In ... - 07:19 AM Revision 1abf9dc3 (qgis): Fix QgsDatabaseTableComboBox::setSchema
- 07:19 AM Revision 596b3fb2 (qgis): Fix QgsDatabaseTableComboBox::setSchema
- 06:29 AM Revision 00cf2899 (qgis): [OAPIF] Use QgsDebugMsgLevel(..., 2)
- 06:29 AM Revision a19efb1a (qgis): [OAPIF provider] Implements getFeature() expression translation
- 06:29 AM Revision 9cb36b09 (qgis): [OAPIF provider] Add support for filtering based on OGC API Features Pa...
- This requires server /conformance to declare at least:
- http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filte... - 06:29 AM Revision 87275294 (qgis): [OAPIF provider] Add support for filtering on feature properties (OGC A...
- This uses the /api endpoint to get the list of queryable items.
- 06:29 AM Revision e10bd31f (qgis): [WFS / OAPIF] GUI: pass selected CRS to query builder UI
- 06:28 AM Revision 763f5c2b (qgis): [Bugfix] Processing plugin: bad check layer from QgsProcessingOutputMul...
- After running algorithm, the processing plugin take the layer from result to provide map layer instead of string.
In ... - 05:09 AM Revision 45d89187 (qgis): Port history dialog to c++
- 05:09 AM Revision cce5cc28 (qgis): Spelling
- 05:09 AM Revision ea58fd74 (qgis): Allow history to be cleared for one provider only
- 05:09 AM Revision a4d6fd3e (qgis): Use QgsProcessingHistoryDialog for Processing history dialog
- And remove old class
- 04:48 AM Revision c09e96bd (qgis): Fix conversion of max zoom level from mapbox styles
- The QGIS renderers for vector tiles treat maxzoom
different to the MapBox Style Specifications.
From the MapBox Spec... - 04:48 AM Revision 67e1a5e6 (qgis): Expand docs
- 04:48 AM Revision e02714f9 (qgis): Expand docs
- 04:48 AM Revision 8f94e5d5 (qgis): Fix conversion of max zoom level from mapbox styles
- The QGIS renderers for vector tiles treat maxzoom
different to the MapBox Style Specifications.
From the MapBox Spec... - 04:48 AM Revision 49c80caf (qgis): When converting mapbox fills, don't set a stroke on the QGIS
- fill symbol if the mapbox fill color is non-opaque
If the outline color is semi-transparent, then drawing the
defaul... - 04:48 AM Revision ece2fb9d (qgis): Fix stroke width conversion from mapbox styles
- Mapbox fill strokes are always 1px in width, so we should
translate these to hairline strokes in QGIS - 03:17 AM Revision 4d94ece7 (qgis): fix displaying of the enum parameter options when static strings mode is
- active and multiple selection is enabled. Also improve conversion to
Python string - 03:17 AM Revision 9bc069e0 (qgis): fix displaying of the enum parameter options when static strings mode is
- active and multiple selection is enabled. Also improve conversion to
Python string - 02:57 AM Revision 5f83b84c (qgis): fix displaying of the enum parameter options when static strings mode is
- active and multiple selection is enabled. Also improve conversion to
Python string - 02:57 AM Revision ea89babb (qgis): Handle multiple inputs
- 02:57 AM Revision 73e95960 (qgis): Run system commands with !
- 02:57 AM Revision 29016d05 (qgis): Fix spelling and add license
- 02:57 AM Revision 6257a659 (qgis): Add IPython-style assignment
- 02:57 AM Revision 139ee639 (qgis): Add named constants to designate interpreter states
- 02:42 AM Revision 539d2070 (qgis): qgs3daxis: Fix label transparency issues by using a sort policy
- This ensures to have the labels (Text2DEntity) rendered after the
other objects and therefore avoid any transparency ... - 02:42 AM Revision 33e447a0 (qgis): qgs3daxis: Fix label transparency issues by using a sort policy
- This ensures to have the labels (Text2DEntity) rendered after the
other objects and therefore avoid any transparency ... - 02:33 AM Revision 20ef7fd4 (qgis): Fix QgsDatabaseTableComboBox::setSchema
- 02:33 AM Revision 2365b1f1 (qgis): Fix QgsDatabaseTableComboBox::setSchema
- 02:29 AM Revision d7719b32 (qgis): [Bugfix] Processing plugin: bad check layer from QgsProcessingOutputMul...
- After running algorithm, the processing plugin take the layer from result to provide map layer instead of string.
In ... - 02:29 AM Revision df3f8874 (qgis): [Bugfix] Processing plugin: bad check layer from QgsProcessingOutputMul...
- After running algorithm, the processing plugin take the layer from result to provide map layer instead of string.
In ... - 02:27 AM Revision 4dfad6ca (qgis): Fix QgsDatabaseTableComboBox::setSchema
- 02:25 AM Revision 41a95bfc (qgis): [Bugfix] Processing plugin: bad check layer from QgsProcessingOutputMul...
- After running algorithm, the processing plugin take the layer from result to provide map layer instead of string.
In ... - 02:19 AM Revision 68fac0ec (qgis): [qgsquick] Avoid all-black map canvas when first loading a QML scene wi...
2023-04-23
- 12:42 AM Revision d8cca59d (qgis): Added request initiator to two more cases in QgsLazInfo
- 12:42 AM Revision f706d4e5 (qgis): Add network request initiators to remote COPC/EPT code
- This will make it easier to identify where the individual requests are coming from
(which is harder especially with C...
Also available in: Atom