Activity
From 2021-12-09 to 2022-01-07
2022-01-07
- 11:59 PM Revision d78517e0 (qgis): Preserve feature map on layer clone
- Make sure postgres provider internals are preserved across a layer
clone.
This helps to keep feature ids stable for t... - 11:59 PM Revision eadac075 (qgis): Test for preserving fid map on clone
-
11:54 PM Revision 0653d981 (qgis): Fix crash when iterating csv with bool values
- Fix #46749
-
11:53 PM Revision 1a34c426 (qgis): const method
-
08:34 PM Revision aafe3a6a (qgis): const method
-
08:30 PM Revision 6bf4aeb8 (qgis): const method
- 04:34 PM Revision 8e27d930 (qgis): [Backport release-3_22] fix includes before guard (#46746)
-
03:45 PM Revision 395c551a (qgis): fix includes before guard
-
03:45 PM Revision 5b1b2fbb (qgis): sipify
-
03:42 PM Revision 124bfd3f (qgis): fix includes before guard (#46744)
-
02:58 PM Revision 9dfb2939 (qgis): sipify
-
02:49 PM Revision d650128a (qgis): fix includes before guard
-
02:33 PM Revision 57e25ca1 (qgis): proposal tags
- made with https://gist.github.com/roya0045/eaa19acabe1033569f97b40604b7e6df
-
11:20 AM Revision 4f1168d6 (qgis): [processing] Skip _all_ curved labels, not only the first one, in the e...
-
10:23 AM Revision 83799958 (qgis): Update resources/function_help/json/overlay_intersects
- Co-authored-by: Harrissou Sant-anna <[email protected]>
-
10:23 AM Revision d7797c0b (qgis): Update resources/function_help/json/overlay_intersects
- Co-authored-by: Nyall Dawson <[email protected]>
-
07:33 AM Revision 6e4ebd00 (qgis): fixes #46697
- QgsProcessingAlgorithmDialogBase shows algorithm help
-
07:26 AM Revision a97b6932 (qgis): [pal] Remove calculation of total solution cost which was done
- before solving labeling and once after solving labeling, yet
was never retrieved anywhere
This is a non-trival cost ... -
07:23 AM Revision 0120072c (qgis): [pal] Remove calculation of total solution cost which was done
- before solving labeling and once after solving labeling, yet
was never retrieved anywhere
This is a non-trival cost ... -
06:54 AM Revision f3c5b6ec (qgis): Merge pull request #46725 from nirvn/label_alg_extra
- A couple of additional details and an important fix to the extract labels alg.
-
06:12 AM Revision 93c89a51 (qgis): Fix wrong field type for LabelWidth and LabelHeight in the extract labe...
-
05:51 AM Revision 8e2d0b0a (qgis): fixes #46697
- QgsProcessingAlgorithmDialogBase shows algorithm help
-
04:58 AM Revision 5ff8ff19 (qgis): [processing] Add buffer details to extract labels algorithm
-
04:48 AM Revision 8d1e4d28 (qgis): Correctly handle rendering/labelling polygon features from vector tiles...
- a point symbol
This is permitted in JS vector tile libraries, and is treated as
the centroid of the polygon
Fixes #... -
04:48 AM Revision 5bbeced1 (qgis): When creating simple vector tile rules, default to using a
- geometry_type($geometry)='Polygon' (or line, or marker)
filter rule
The vector tile specs don't mandate that a marke... -
04:44 AM Revision 0cca4003 (qgis): When creating simple vector tile rules, default to using a
- geometry_type($geometry)='Polygon' (or line, or marker)
filter rule
The vector tile specs don't mandate that a marke... -
04:44 AM Revision 612f5dcc (qgis): Correctly handle rendering/labelling polygon features from vector tiles...
- a point symbol
This is permitted in JS vector tile libraries, and is treated as
the centroid of the polygon
Fixes #... -
04:30 AM Revision 3720518d (qgis): Use QgsProperty::fromField() whenever possible in the extract labels al...
-
04:16 AM Revision df22c90a (qgis): Add missing expression context in the extract labels alg.
-
02:40 AM Revision 93aa1fc4 (qgis): fix msvc build
-
02:34 AM Revision a9c699a5 (qgis): [feature][expression] Add geometry_type function
- Returns the high-level type of a geometry (Point/Line/Polygon)
-
02:31 AM Revision 6c2970f0 (qgis): fixes #46697
- QgsProcessingAlgorithmDialogBase shows algorithm help
-
02:31 AM Revision 4c03f973 (qgis): fixes #46697
- QgsProcessingAlgorithmDialogBase shows algorithm help
-
02:30 AM Revision fdff3902 (qgis): Update src/core/qgsmaplayerproxymodel.h
- Co-authored-by: Nyall Dawson <[email protected]>
-
02:30 AM Revision dc1866f0 (qgis): sipified files
-
02:30 AM Revision d198b9a7 (qgis): Update src/gui/qgsmaplayercombobox.h
- Co-authored-by: Nyall Dawson <[email protected]>
-
02:30 AM Revision 9b3e437a (qgis): addresses #46673 (QgsProcessingMapLayerComboBox shows layers out of
- QgsProcessingParameterWidgetContext)
added a `setProject(QgsProject *project)` to QgsMapLayerModel,
QgsMapLayerProxy... -
02:30 AM Revision e078e265 (qgis): Update src/core/qgsmaplayermodel.cpp
-
02:30 AM Revision 6fad66d7 (qgis): fixed test_qgsmaplayercombobox.py
-
02:30 AM Revision 1f09d4f4 (qgis): fixed typo
-
02:30 AM Revision bb773d0a (qgis): run sipify
- Signed-off-by: Benjamin Jakimow <[email protected]>
-
02:30 AM Revision 201c298d (qgis): fixed unnit test_qgsmaplayercombobox.py
-
02:30 AM Revision 01b61dc1 (qgis): fixed style
-
02:27 AM Revision 28b7fd98 (qgis): fixes #46697
- QgsProcessingAlgorithmDialogBase shows algorithm help
-
02:16 AM Revision a70cf251 (qgis): typo and QgsDebugMsg -> QgsDebugMsgLevel
-
02:16 AM Revision 6cd421e6 (qgis): update package
-
02:16 AM Revision bfa96b02 (qgis): MapTiler HMAC SHA256 auth method
2022-01-06
-
10:45 PM Revision 5b4a5dc8 (qgis): Update resources/function_help/json/overlay_intersects
- Co-authored-by: Harrissou Sant-anna <[email protected]>
- 09:18 PM Revision ae0202c0 (qgis): Use variable for command
- 09:12 PM Revision 129c59d5 (qgis): Simplify test for yarn
- Co-authored-by: Matthias Kuhn <[email protected]>
- 06:57 PM Revision b4ba782e (qgis): Test if yarn is available
- 06:40 PM Revision 3cfdd2d8 (qgis): Only show spatial layers in extent widget
-
03:34 PM Revision 8c6251f7 (qgis): Fix the mRequestHeaderConv initialization on FCGI request
-
03:34 PM Revision a5a27207 (qgis): Use QMetaEnum
-
03:34 PM Revision a0e4529f (qgis): Fill the headers dictionary, and update the request message
-
03:05 PM Revision 055a02c0 (qgis): spelling
-
02:56 PM Revision fb7b3e05 (qgis): Address PR review comments
-
01:15 PM Revision eae20007 (qgis): [processing] Fix unplaced label logic in the extract labels algorithm
-
01:15 PM Revision 92c1ed49 (qgis): [processing] Add font color and opacity details to extract labels algor...
-
01:14 PM Revision 9de290a9 (qgis): [processing] Add underline detail to extract labels algorithm
-
11:51 AM Revision a254dee8 (qgis): Merge pull request #46720 from qgis/backport-46717-to-release-3_22
- [Backport release-3_22] allow negative values for buffer distance in GDAL buffer algorithm (fix #46667)
-
11:11 AM Revision 6b6f5eb9 (qgis): Merge pull request #46722 from nirvn/label_alg
- Brand new extent widget's calculate extent from layout map and bookmark functionality
-
09:49 AM Revision 678f95ee (qgis): Only make the extent widget menu a menu button popup is a canvas is pre...
-
09:38 AM Revision d8ad923a (qgis): [feature][ui][processing] Add a calculate from bookmark function to the...
-
09:13 AM Revision 9c75ae7e (qgis): [feature][ui][processing] Add a calculate from layout map function to t...
-
09:13 AM Revision 1527025c (qgis): Slight re-wording of the scale widget to match that of the extent count...
- 08:58 AM Revision 488a2648 (qgis): Make option description shorter
- Co-authored-by: Matthias Kuhn <[email protected]>
-
08:57 AM Revision e0cf5635 (qgis): allow negative values for buffer distance in GDAL buffer algorithm (fix...
-
08:57 AM Revision c70a84cf (qgis): allow negative values for buffer distance in GDAL buffer algorithm (fix...
-
08:53 AM Revision 1c096ceb (qgis): allow negative values for buffer distance in GDAL buffer algorithm (fix...
-
08:40 AM Revision 0e150e88 (qgis): [ui][processing] Update extent parameter widget button to match look an...
- 08:28 AM Revision 3eb88845 (qgis): Add dedicated cmake boolean option for server landingpage webapp
-
08:25 AM Revision 3f39f1b5 (qgis): [feature][expression] Add geometry_type function
- Returns the high-level type of a geometry (Point/Line/Polygon)
-
08:22 AM Revision 47715fec (qgis): [feature][expression] Add geometry_type function
- Returns the high-level type of a geometry (Point/Line/Polygon)
-
06:58 AM Revision 3c001dee (qgis): Merge pull request #46657 from nirvn/label_alg
- [feature][processing] A brand new Extract labels algorithm
-
06:49 AM Revision 5a3b771f (qgis): [ui] Fix raster format options widget minimum height
-
06:06 AM Revision 540d2f48 (qgis): [ui] Fix raster format options widget minimum height
-
06:05 AM Revision 99e3af52 (qgis): Move the "Test configuration" frame below the OWS services tabs widget
- and try to better control widget resizing
-
06:05 AM Revision bd3d5377 (qgis): Add tooltips to WFS tab for better understanding of the options
- and rename push buttons to what they actually do
-
06:05 AM Revision cca508f7 (qgis): Better control of Layer and geometry precision columns
-
06:05 AM Revision def019df (qgis): Split the QGIS server tab in project properties
- into smaller service-oriented tabs
-
06:05 AM Revision 34458c43 (qgis): Mention OAPIF also in the dialog
-
06:03 AM Revision 9a34574b (qgis): [ui] Fix raster format options widget minimum height
-
06:03 AM Revision 8021e06e (qgis): Fix only first part of multipart geometry rendered when generator
- is used as a subsymbol of generator layers
Fixes #46635 - 04:01 AM Revision b213306e (qgis): Update src/core/geometry/qgsgeometryutils.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 04:01 AM Revision d94a9966 (qgis): File update to current file content
- 04:01 AM Revision 4a32f0d3 (qgis): Correct parameter name and version description for doxygen
- 04:01 AM Revision f0c77274 (qgis): Make segmentLength argument optional with default as 0 instead of the n...
- 04:01 AM Revision 76400261 (qgis): Adapt function to comply with default behavior at segmentLength value 0...
- 04:01 AM Revision 9cbcae58 (qgis): Add QgsGeometryUtils::perpendicularCenterSegment() with description in ...
- 04:01 AM Revision b345c44f (qgis): Remove debug code and improve indentation
- 04:01 AM Revision 7cdde559 (qgis): Update tests/src/core/testqgsgeometryutils.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
-
04:01 AM Revision ce7d4220 (qgis): Apply suggestions from code review
-
03:41 AM Revision a0a62439 (qgis): [api] add unplaced label handling to the QgsLabelSink class
-
03:41 AM Revision e2bb0bb0 (qgis): [feature][processing] A brand new Extract labels algorithm
-
03:41 AM Revision 09822601 (qgis): [api] Export the core QgsTextLabelFeature class
- 01:01 AM Revision 2b481587 (qgis): mark crssync build option advanced
2022-01-05
-
11:07 PM Revision f1a196bd (qgis): make Group Selected work when only one layer is selected (fix #26211)
-
11:07 PM Revision c6fd773b (qgis): Apply suggestions from code review
- 10:43 PM Revision 68889ff0 (qgis): mark crssync build option advanced
- 10:38 PM Revision ca539368 (qgis): crssync cmake file refactor
-
10:22 PM Revision ca7b8008 (qgis): fallback to "All Files" filter if mesh driver does not provide file
- suffix metadata (refs #45257)
-
10:22 PM Revision fd351dfd (qgis): change output file extension in mesh calculator when output format is
- changed and driver metadata contains output extension (fix #41943)
- 10:20 PM Revision 51a12878 (qgis): mark crssync build option advanced
- 12:13 PM Revision b88b0807 (qgis): Camera navigation improvements (#45979)
- Fixes two issues in camera navigation:
- Unintuitive camera rotation
- Wrong center point when zooming in/out and rot... -
10:47 AM Revision 9ba38a78 (qgis): Fix datetime default with text fields
- Fixes #46542
Funded by: ARPA Piemonte -
09:45 AM Revision df641168 (qgis): Merge pull request #46684 from roya0045/improve_func_doc
- extend geometry_n definition
- 09:01 AM Revision 32b19471 (qgis): Avoid deadlock in QGIS server
-
08:19 AM Revision 6f469227 (qgis): Fix datetime default with text fields
- Fixes #46542
Funded by: ARPA Piemonte -
08:16 AM Revision 40f2f713 (qgis): Fix datetime default with text fields
- Fixes #46542
Funded by: ARPA Piemonte -
03:54 AM Revision 8610c28b (qgis): [feature][processing] A brand new Extract labels algorithm
2022-01-04
-
04:24 PM Revision db4d4c3a (qgis): Merge pull request #46686 from qgis/backport-46411-to-release-3_22
- [Backport release-3_22] Correctly resolveReference after we load/create embedded group
- 11:02 AM Revision 50fd3d42 (qgis): Less noise
-
10:15 AM Revision aca12009 (qgis): Fix tests on old geos
-
09:37 AM Revision 32e8ba3b (qgis): Update src/core/expression/qgsexpressionfunction.cpp
- Co-authored-by: nicogodet <[email protected]>
-
09:31 AM Revision 89d54caa (qgis): Merge pull request #46502 from elpaso/formatted_attributes
- New represent_attributes function
-
09:05 AM Revision cf26d608 (qgis): [api] add unplaced label handling to the QgsLabelSink class
-
09:05 AM Revision fb93c7b3 (qgis): [api] Export the core QgsTextLabelFeature class
-
08:42 AM Revision 9f852cf0 (qgis): constify
- Co-authored-by: Matthias Kuhn <[email protected]>
-
08:42 AM Revision c6a5baf5 (qgis): Fixes #45872 : resolveReference after we load/create embedded group
-
08:42 AM Revision 3b442e2a (qgis): constify
- Co-authored-by: Matthias Kuhn <[email protected]>
-
08:38 AM Revision e8a97115 (qgis): Merge pull request #46411 from troopa81/fix_embedded_group
- Correctly resolveReference after we load/create embedded group
- 07:37 AM Revision c2363a37 (qgis): Merge pull request #46678 from 3nids/capture-rb-file
- move QgsMapToolCaptureRubberband class to its own file
-
05:32 AM Revision 45aa0b7c (qgis): Add 'label' keyword to the friendly identifier field list
2022-01-03
-
05:54 PM Revision 2508228a (qgis): constify
- Co-authored-by: Matthias Kuhn <[email protected]>
-
05:39 PM Revision 35d9e12e (qgis): extend geometry_n def
- 05:01 PM Revision b81c83a8 (qgis): Handle copy of vextex tool table into clipboard - fixes #46407
-
04:09 PM Revision 4449598e (qgis): More tests for intersection
-
03:35 PM Revision 46caa0da (qgis): constify
- Co-authored-by: Matthias Kuhn <[email protected]>
-
03:13 PM Revision b76838bf (qgis): allow to digitize curves for add part / add ring / fill ring map tools ...
- 03:13 PM Revision 1e9578a8 (qgis): Bump actions/upload-artifact from 2.2.4 to 2.3.1 (#46670)
- Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.1.
- [Release notes](ht... -
02:08 PM Revision 867d72a5 (qgis): remove useless private methods (#46680)
-
11:04 AM Revision b27019d5 (qgis): fix private cond
-
10:55 AM Revision 795bb6a2 (qgis): move QgsMapToolCaptureRubberband class to its own file
-
09:39 AM Revision a64443fa (qgis): Update backport.yml (#46677)
-
09:38 AM Revision ef288795 (qgis): Update backport.yml
2022-01-02
-
07:15 AM Revision 406520f7 (qgis): [processing] Add an optional output extent to the gdal raster calculato...
2022-01-01
- 08:01 PM Revision 5e028dae (qgis): Bump m-kuhn/backport from 1.2.3 to 1.2.5
- Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com... - 08:00 PM Revision ed62bfd7 (qgis): Bump actions/upload-artifact from 2.2.4 to 2.3.1
- Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.1.
- [Release notes](ht... - 09:50 AM Revision 0d9f82b7 (qgis): Add comment
- 09:46 AM Revision efd0e863 (qgis): Use 'corepack enable' to make yarn available
- 09:40 AM Revision fbe0bb01 (qgis): Node.js and yarn are needed for building server landingpage
-
01:35 AM Revision b417b4a8 (qgis): Add 'label' keyword to the friendly identifier field list
-
01:32 AM Revision d339d164 (qgis): call static
-
01:31 AM Revision 41708893 (qgis): Add 'label' keyword to the friendly identifier field list
2021-12-31
- 09:40 PM Revision d9d389be (qgis): Use node 17 for rawhide build
-
12:11 PM Revision ddf9541c (qgis): Add missing qgslabelsink.h header
-
08:28 AM Revision c40d32a8 (qgis): Correctly set font style (bold/italic) when converting MapBox styles
-
07:26 AM Revision 79d50657 (qgis): Add layerRendered signal to QgsMapRendererJob
- Can be used to provide progress feedback on map render jobs
-
07:26 AM Revision dbff1e16 (qgis): Also add signal for when layer rendering starts
-
06:03 AM Revision 871feef6 (qgis): Correctly set font style (bold/italic) when converting MapBox styles
-
06:00 AM Revision cc404c9e (qgis): Correctly set font style (bold/italic) when converting MapBox styles
2021-12-30
-
12:55 AM Revision aa730d6a (qgis): call static
-
12:55 AM Revision 03d75bfe (qgis): a forgotten deletion of a lambda parameter
- 07:20 PM Revision a9ae64e5 (qgis): Migrate to vue cli v5 to solve issue related to webpack 4 and fedora ra...
- 07:20 PM Revision 73538270 (qgis): Update dependencies
- 07:20 PM Revision 84ab9e85 (qgis): Add yarn to mingw deps
- 07:20 PM Revision 57bbb4eb (qgis): Delete complied js files
- 07:20 PM Revision 8c4cd947 (qgis): Add nodejs and yarn to docker
- 07:20 PM Revision c2d5ed1f (qgis): Try to add yarnpkg
- 07:20 PM Revision 456d5608 (qgis): Add mingw64-yarn
- 07:18 PM Revision b4391e0a (qgis): Copy first and build in build directory
- 07:18 PM Revision d2e082d1 (qgis): Use more intuitive name for target
- Co-authored-by: Denis Rouzaud <[email protected]>
- 07:18 PM Revision 58232d6c (qgis): Update output path
- Co-authored-by: Denis Rouzaud <[email protected]>
- 07:18 PM Revision 00f727bd (qgis): Integrate landingpage build process with cmake
-
07:06 PM Revision 8b1d08d7 (qgis): Merge pull request #46640 from pathmapper/osm_attribution
- [server] Add missing OSM attribution for landingpage Catalog
-
09:31 AM Revision 46356150 (qgis): Merge pull request #46654 from nirvn/scalecalc_canvaswidth
- [feature] Add a QgsScaleCalculator function to calculate canvas width from a given extent, scale, and dpi
-
08:03 AM Revision 6a87dadb (qgis): Update tests/src/python/test_qgsscalecalculator.py
- Co-authored-by: Nyall Dawson <[email protected]>
-
05:22 AM Revision 17b9bb8a (qgis): [processing] Add the missing optional extent param to the gdal clip ras...
-
05:17 AM Revision 83b5183a (qgis): [feature] Add a QgsScaleCalculator function to calculate canvas width f...
-
05:06 AM Revision 6e607313 (qgis): [feature] Handy null painter device class to use with map renderer cust...
2021-12-29
-
08:54 PM Revision 6c6e011b (qgis): Merge pull request #46648 from nirvn/maprenderer_labelsink
- Add a couple of symbol/label API features to map renderer jobs
- 11:04 AM Revision b4ecdf21 (qgis): Update compiled js files
- 11:02 AM Revision 6d98291d (qgis): Remove optional attribution prefix
-
08:00 AM Revision d4fceb27 (qgis): Address review
2021-12-28
-
02:04 PM Revision 4dbcd389 (qgis): [feature][api] Allow a custom label sink to be used with map renderer jobs
-
02:04 PM Revision 41317149 (qgis): [feature][api] Add a map settings / render context flag to skip symbol ...
-
09:26 AM Revision 488255d8 (qgis): simplify creation of CMake files for Python tests (#46642)
2021-12-27
-
10:37 PM Revision 7418f76a (qgis): Fix constraint check when AllowMulti
- Fix #46366
-
10:37 PM Revision 3863c97c (qgis): remove model validity condition
-
10:37 PM Revision 74b1d5cf (qgis): When make_polygon is called on a geometry which is already a polygon,
- just return that geometry instead of NULL
-
10:37 PM Revision 1fa57592 (qgis): QgsAttributeTableModel clears mFieldFormatters on loadAttributes
- (addresses #45478)
Signed-off-by: Benjamin Jakimow <[email protected]> - 10:37 PM Revision ca47ce09 (qgis): Add test for quoted delimiter
- 10:37 PM Revision 3f4d0f3e (qgis): Properly quote the delimiter in the processing aggregate algorithm
-
10:37 PM Revision 33a62cac (qgis): Revert "[Backport queued_ltr_backports] Treat empty array as NULL; and ...
-
10:37 PM Revision 3d2288cc (qgis): std::as_const -> qgis::as_const
-
10:37 PM Revision 51a06d38 (qgis): Valu relation widget: fix allowMulti + not null
- Fix #46366 by changing the returned value from the
widget when allowMulti is ON and allowNull is OFF,
in this case wh... -
10:37 PM Revision fb0d4666 (qgis): Revert "Fix constraint check when AllowMulti"
- This reverts commit 355e3fb3fae492b406bb28688781ecaea0f05b9d.
-
10:37 PM Revision ba23ff7d (qgis): Ensure that UUID form widget doesn't try to generate UUIDs which
- are too long to fit in a string
-
10:37 PM Revision 39e0dacf (qgis): Fix drill-down filtering on new features.
- Fix #46369
- 10:37 PM Revision a13b29f2 (qgis): fix percent encoding in wms server parameter
- 10:37 PM Revision 907d0f82 (qgis): fix build
- 10:37 PM Revision 8c52439a (qgis): revert order in lenghts. don't break the API
- 10:37 PM Revision 20be0dec (qgis): Add tests. Thanks to @agiudiceandrea
- 10:37 PM Revision 751e135c (qgis): Fix order of lenghts and use law of cosines for angles. Fix #46370
-
10:37 PM Revision dbc4f592 (qgis): [ExternalResourceWidget] Fix crash when loading blank after a page
-
10:37 PM Revision 54946c9b (qgis): Server getprint atlas: fix pk-less layers
- Co-authored-by: David Marteau <[email protected]>
-
10:37 PM Revision 69f86a4e (qgis): Switch to click_x/click_y instead of clicked_* which is used in QgsMapT...
-
10:37 PM Revision 58becc5a (qgis): Better reference item to zoom to in modeler
- cherry-pick 01e391e
-
10:37 PM Revision c8985a51 (qgis): export value as python string
-
10:37 PM Revision b92d8908 (qgis): adapt a test with behavior before the PR #45202
-
10:37 PM Revision 928191f2 (qgis): modify tests
-
10:37 PM Revision b6f85d46 (qgis): use variantToPythonLiteral
-
10:37 PM Revision ee4b737e (qgis): fix and add tests
-
10:37 PM Revision c52215a7 (qgis): add forgotten markers in QString
-
10:37 PM Revision dabc536a (qgis): [spatialite] Fix broken extent filter feature request against a spatial...
-
10:37 PM Revision 7a49d9bb (qgis): [processing] multidirectional and combined shading options are mutually
- exclusive (fix #45957)
- 10:37 PM Revision 491891ff (qgis): Add vector layer #45905
-
10:37 PM Revision 780f41d1 (qgis): Fix logic for clearing cached histograms when raster data provider user...
- We can't assume that the cached histograms and stats lists are
always aligned. (Seen when TestQgsZonalStatistics::tes... -
10:37 PM Revision 592d8c6a (qgis): Add filterString to cacheBase key for overlay_* functions
- to avoid using cached target layer and cached spatial index if the filter string dynamically changes
-
10:37 PM Revision 45e0e0e8 (qgis): Add test coverage for this regression
-
10:37 PM Revision a5240a99 (qgis): Make the "zoom to" action really zoom to a group box instead of pan
-
10:22 PM Revision a04d2b02 (qgis): Fix only first part of multipart geometry rendered when generator
- is used as a subsymbol of generator layers
Fixes #46635 -
10:19 PM Revision 5831c43a (qgis): Fix only first part of multipart geometry rendered when generator
- is used as a subsymbol of generator layers
Fixes #46635 - 09:25 PM Revision 23d6559c (qgis): Fix default value for buffer cap argument
- Default is 'round' (tested), old value 8 was a miscopy from line above.
- 09:17 PM Revision cccb8e17 (qgis): Update compiled js files
- 08:35 PM Revision 139318d5 (qgis): Add OSM attribution
-
07:48 PM Revision cbc9afa1 (qgis): Merge pull request #46639 from pathmapper/maxzoom
- [server] Increase maxZoom for landingpage Catalog and WebGis
-
12:59 PM Revision 3211c559 (qgis): [labeling] Fix misnamed functions' label sink parameter
- 08:18 AM Revision f23dc660 (qgis): Update compiled js files
- 08:15 AM Revision ea55fd7b (qgis): Change maxZoom for landingpage Catalog and WebGis
2021-12-26
2021-12-25
- 10:30 PM Revision 83c13c4d (qgis): Fix default value for buffer cap argument
- Default is 'round' (tested), old value 8 was a miscopy from line above.
- 10:26 PM Revision 551026c5 (qgis): Fix default value for buffer cap argument
- Default is 'round' (tested), old value 8 was a miscopy from line above.
2021-12-23
- 12:48 AM Revision 5ce44b2e (qgis): Merge pull request #46621 from qgis/backport-46613-to-release-3_22
-
04:43 PM Revision 298f6613 (qgis): Add test for #46604
- 04:40 PM Revision 6f38fd64 (qgis): Merge pull request #46613 from nyalldawson/test_46604
- 04:37 PM Revision cf08084b (qgis): Merge pull request #46612 from nyalldawson/fix_46604
- 03:05 PM Revision 97b29e27 (qgis): Handle copy of vextex tool table into clipboard - fixes #46407
- 03:02 PM Revision 668a1fed (qgis): Merge pull request #46536 from Djedouas/copy-paste-vertex-editor
-
02:48 PM Revision ac7116b6 (qgis): Merge pull request #46615 from Koyaani/backport-3_22-documentation
- [Backport release-3_22] [Doc] Add folders for documentation generation
- 12:33 PM Revision 5fece5c0 (qgis): crssync cmake file refactor
- 12:30 PM Revision df41a587 (qgis): crssync cmake file refactor
-
12:07 PM Revision cfdac864 (qgis): more-log
-
12:07 PM Revision 42825a26 (qgis): log
-
12:07 PM Revision e7c490de (qgis): log
-
12:07 PM Revision 3b5eb358 (qgis): f
-
12:07 PM Revision 1812c9e8 (qgis): Add message logs
-
12:07 PM Revision d18c9f8d (qgis): add-marker
-
09:25 AM Revision d933d0e3 (qgis): update missing doc list
-
09:08 AM Revision be351aa6 (qgis): add-marker
-
06:33 AM Revision caa13985 (qgis): Set data defined opacity on symbol level if there are expressions for f...
-
06:33 AM Revision ee34ec5b (qgis): Support % and to-number and keys which are expressions
-
06:33 AM Revision 2a7382e2 (qgis): Remove obsolete warnings
-
06:33 AM Revision 3ff28591 (qgis): Re-add accidentally removed white-space
-
06:33 AM Revision 242b66ed (qgis): Improve color conversion if color is a part of an expression and add un...
-
06:33 AM Revision 3eec85e0 (qgis): Add bracket (in case %2 is an arithmetic expression) and add unit test
-
04:29 AM Revision db99c813 (qgis): Add bracket (in case %2 is an arithmetic expression) and add unit test
-
04:29 AM Revision b425d77e (qgis): Improve color conversion if color is a part of an expression and add un...
-
04:29 AM Revision 7f46e6ba (qgis): Set data defined opacity on symbol level if there are expressions for f...
-
04:29 AM Revision 8967ede0 (qgis): Remove obsolete warnings
-
04:29 AM Revision 19ec8a9d (qgis): Re-add accidentally removed white-space
-
04:29 AM Revision 9e1efa8c (qgis): Support % and to-number and keys which are expressions
-
04:25 AM Revision 816a4e97 (qgis): Remove obsolete warnings
-
04:25 AM Revision 300bf6ff (qgis): Set data defined opacity on symbol level if there are expressions for f...
-
04:25 AM Revision cdac05ed (qgis): Improve color conversion if color is a part of an expression and add un...
-
04:25 AM Revision 2018b401 (qgis): Support % and to-number and keys which are expressions
-
04:25 AM Revision be6d9b5f (qgis): Add bracket (in case %2 is an arithmetic expression) and add unit test
-
04:25 AM Revision 7fbabb67 (qgis): Re-add accidentally removed white-space
-
02:43 AM Revision b1cc8881 (qgis): layout plz
-
02:43 AM Revision 143fd16d (qgis): remember and revert crs change
-
02:43 AM Revision d2ff250e (qgis): annot & PC
-
02:43 AM Revision 8e2d3e6b (qgis): add mesh & raster backup crs
-
02:43 AM Revision f41a712f (qgis): whitespaces
-
02:43 AM Revision 8820cbff (qgis): layout2
-
02:10 AM Revision 5ac07f57 (qgis): use combineFields to handle conflicts
-
01:56 AM Revision 6ada17cc (qgis): Add test for #46604
-
01:56 AM Revision 2502a5df (qgis): Add test
-
01:46 AM Revision 4922684c (qgis): Fix crash when rendering polygon layer with marker line
- Fixes #46604
-
01:26 AM Revision 96ad33f6 (qgis): use combinefield instead of append
2021-12-22
-
12:49 AM Revision 99f91865 (qgis): annot & PC
-
12:49 AM Revision b19f8d77 (qgis): remember and revert crs change
-
12:49 AM Revision 8461f61c (qgis): layout plz
-
12:49 AM Revision 38a2343c (qgis): layout2
-
12:49 AM Revision 0e5b1af8 (qgis): add mesh & raster backup crs
-
12:49 AM Revision 16b392dc (qgis): whitespaces
-
12:45 AM Revision f776cf8b (qgis): Remember and revert layer crs change on cancel (#46556)
-
12:45 AM Revision f729798d (qgis): use combineFields to handle conflicts
-
12:41 AM Revision 35db1689 (qgis): use combineFields to handle conflicts
-
12:40 AM Revision f93da8a7 (qgis): use combinefield instead of append
-
12:37 AM Revision 51134341 (qgis): use combinefield instead of append
-
12:34 AM Revision 93f545dd (qgis): Use a dynamic url instead of a versioned one
-
12:34 AM Revision 4437bcd2 (qgis): Avoid shrinking of buttons in the Assistant property dialog
-
10:02 PM Revision c63669fd (qgis): Avoid shrinking of buttons in the Assistant property dialog
-
09:59 PM Revision 7c97dbbe (qgis): Use devicePixelRatio in dostPerMeter computation
-
09:59 PM Revision 9a8824e8 (qgis): Fixes #44426 : when masking, set dpi for new allocated image
-
09:58 PM Revision 307bb854 (qgis): Avoid shrinking of buttons in the Assistant property dialog
-
01:30 PM Revision 1bbd2ec1 (qgis): log
-
10:30 AM Revision 8751d865 (qgis): log
-
02:39 AM Revision c82c2f39 (qgis): Review the logging when saving/updating symbols in qgstyle.cpp
2021-12-21
-
12:28 AM Revision a90451b5 (qgis): QString fixups
-
11:29 PM Revision 7364250f (qgis): Use devicePixelRatio in dostPerMeter computation
-
11:29 PM Revision 8d71acb5 (qgis): Fixes #44426 : when masking, set dpi for new allocated image
-
11:29 PM Revision 89524fc5 (qgis): Add missing file
-
11:26 PM Revision 964bccfd (qgis): Fixes #44426 : when masking, set dpi for new allocated image
-
11:26 PM Revision 4c9c494e (qgis): Use devicePixelRatio in dostPerMeter computation
-
11:19 PM Revision 172884b1 (qgis): Review the logging when saving/updating symbols in qgstyle.cpp
-
11:16 PM Revision ca5c83a6 (qgis): Review the logging when saving/updating symbols in qgstyle.cpp
-
06:13 PM Revision 19b60d52 (qgis): Linestring tests
-
05:19 PM Revision 3a88e45d (qgis): more-log
-
04:59 PM Revision bdc4bd2c (qgis): Rename to sort_by_intersection_size, function help
-
04:41 PM Revision c842b2d0 (qgis): overlay_intesects: return measure and sort by measure
-
02:39 PM Revision f4182f6c (qgis): Add message logs
- 11:20 AM Revision ec89b1dd (qgis): Handle copy of vextex tool table into clipboard - fixes #46407
- 07:52 AM Revision e46de3c3 (qgis): [Backport release-3_22] [QuickGui] Fix MapCanvas by adapting to cpp ch...
- remove redundant class qgsquickutils
bugfix qgsquick mapcanvas
Co-authored-by: tomasMizera <tomas.mizera@lutraconsul... -
06:32 AM Revision af03701a (qgis): Add method to allow an existing history entry to be updated
- Intended for use in storing the results of a long running operation.
E.g. a processing task would store the initial o... -
06:32 AM Revision 8fef4e41 (qgis): Identation
-
06:32 AM Revision dd5cbb74 (qgis): Add bulk addEntries method for efficiently adding many entries at once ...
-
06:32 AM Revision 5e5540c8 (qgis): [processing] Port algorithm log to new history provider API
- No user visible changes, but we gain the flexibility for better
history storage, including the ability to store the o... -
06:32 AM Revision 3714e258 (qgis): [feature][processing] As 'copy as json' and 'copy as qgis_process
- command' actions to right click menu in history dialog
-
06:32 AM Revision 09389ca7 (qgis): Add method to clear the history log
-
06:32 AM Revision 67833478 (qgis): Implement framework for history providers
- As per https://github.com/qgis/QGIS-Enhancement-Proposals/issues/130
-
06:32 AM Revision 940270e9 (qgis): Also show "Copy as Python" action in right click menu
-
06:32 AM Revision 26c8fe9a (qgis): Indent JSON copied from processing history
-
06:32 AM Revision dd25b287 (qgis): Revise warning message
-
06:32 AM Revision cf0e266a (qgis): Store results for processing algorithm executions
-
06:32 AM Revision 190cdbfa (qgis): Spelling
-
06:32 AM Revision adf290b2 (qgis): Improve title for algorithms in history
- Use a string with just the input values instead of the python
command -
06:32 AM Revision 0d332d34 (qgis): [processing] Fix gdal algorithms immediately show wrong or missing
- parameter value warnings
Fixes #46532 -
04:18 AM Revision b87c50f2 (qgis): Fix execution of qgis_process when no python is available
-
04:18 AM Revision c074e14f (qgis): Add optional --no-python argument for qgis_process to disable Python
- support
Skipping python support when it's not required can result in a
significant improvement in qgis_process start... -
04:18 AM Revision 47edeb2d (qgis): Use --no-python wherever possible when running qgis_process tests to sp...
- Cuts qgis_process test execution to about half the previous time
-
04:17 AM Revision ffb12c76 (qgis): Allow crash handler to be disabled through cmake
- It can cause issues with some environments, e.g. when building
through asan -
04:17 AM Revision a3577207 (qgis): Escape arguments when required when generating qgis_process commands
2021-12-20
-
11:47 PM Revision d7a12564 (qgis): Fix misleading debug message
- 04:21 PM Revision 17fc0b80 (qgis): modernize qgsquick mapcanvas
- 04:21 PM Revision 1d29e7ad (qgis): remove redundant class qgsquickutils
- 04:21 PM Revision 72198599 (qgis): add docs
- 04:21 PM Revision 51b84dc7 (qgis): fix tests
- 04:17 PM Revision 8f3f9cfb (qgis): [QuickGui] Fix MapCanvas by adapting to cpp changes and remove utils (...
- * remove redundant class qgsquickutils
* fix qgsquick mapcanvas
* add docs -
03:16 PM Revision 7c356eb1 (qgis): Remove custom formatting
- 03:02 AM Revision 7d49b66d (qgis): Check file existance in QgsFileWidget - Fixes #46077
-
03:02 AM Revision c88ea909 (qgis): Update src/gui/qgsfilewidget.cpp
-
02:35 AM Revision 8dc83313 (qgis): Merge pull request #46270 from gbd-consult/feature/metasearch
- [MetaSearch] Save Settings
-
02:33 AM Revision 2406286a (qgis): Add method to convert json to QVariant an capture errors in a string
-
02:33 AM Revision 5fd9b209 (qgis): [feature] Allow input parameter values for qgis_process to be
- specified as a JSON object passed via stdin to qgis_process
This provides a mechanism to support complex input param... -
02:33 AM Revision 78f6e2ec (qgis): Fix windows build
-
02:33 AM Revision 43568f26 (qgis): Fix build
-
02:33 AM Revision eb55d8a0 (qgis): [qgis_process] When specifying input settings via stdin, also allow
- specifying distance units, area unit, ellipsoid and project path
These settings can be specified through JSON like:
... -
02:12 AM Revision 068280e1 (qgis): Update src/gui/qgsfilewidget.cpp
- 02:12 AM Revision a3b4f5cc (qgis): Check file existance in QgsFileWidget - Fixes #46077
- 02:09 AM Revision 78a4ed44 (qgis): Check file existance in QgsFileWidget - Fixes #46077
-
02:09 AM Revision 568f5271 (qgis): Update src/gui/qgsfilewidget.cpp
-
02:05 AM Revision c1dc5498 (qgis): add xslx filter
-
01:53 AM Revision 668065fd (qgis): [themes] Fix glitched rendering of tab bars with a single tab
-
01:38 AM Revision e007a533 (qgis): [auth] Fix missing resources from the oauth2 authentication method
2021-12-19
-
11:38 PM Revision 86778eaf (qgis): add xslx filter
-
11:37 PM Revision b4bc4863 (qgis): Fix cannot set width unit scale for raster image fill
-
11:37 PM Revision c7b00d61 (qgis): Fix cannot set width unit scale for raster image fill
-
11:34 PM Revision 6c93b2ad (qgis): add xslx filter
-
11:32 PM Revision 9f92061f (qgis): [themes] Fix glitched rendering of tab bars with a single tab
-
11:27 PM Revision b27daac4 (qgis): [themes] Fix glitched rendering of tab bars with a single tab
- 11:27 PM Revision e764ec8a (qgis): Update INSTALL.md
- On Fedora 35 Workstation (fresh install), it is not possible to install dependencies following the instructions prov...
- 11:27 PM Revision bb9d32bd (qgis): Update INSTALL.md
- Created properly formatted table for Fedora install build dependencies as suggested.
- 11:25 PM Revision 68a1e6e7 (qgis): Added some tooltips for 3d widgets - I got bored of trying to remember ...
-
05:08 PM Revision c8db92b7 (qgis): [auth] Fix missing resources from the oauth2 authentication method
-
05:04 PM Revision a9d1d1b9 (qgis): [auth] Fix missing resources from the oauth2 authentication method
- 05:00 PM Revision 727c7cf1 (qgis): Added some tooltips for 3d widgets - I got bored of trying to remember ...
- 04:56 PM Revision 3b9b005d (qgis): Merge pull request #46551 from timlinux/tooltips
2021-12-18
- 12:00 PM Revision 0144ef27 (qgis): Added some tooltips for 3d widgets - I got bored of trying to remember ...
- 11:37 AM Revision 6a05593f (qgis): Updated CLI help to include short form flags. Fixed issue with duplicat...
- Co-authored-by: Tim Sutton <[email protected]>
- 01:02 AM Revision 4c3f56a9 (qgis): Added support for suppressing bad layers handler on startup. (#46539)
- * Added support for suppressing bad layers handler on startup. Shout out to Giuseppe Baiamonte on the QGIS Open Day 1...
2021-12-17
-
10:02 PM Revision b8fa11d1 (qgis): Fix cannot set width unit scale for raster image fill
-
10:02 PM Revision c94e3f7f (qgis): Fix cannot set width unit scale for raster image fill
-
09:58 PM Revision 15649027 (qgis): Fix cannot set width unit scale for raster image fill
-
03:18 PM Revision 40947d42 (qgis): Invert args
-
01:04 PM Revision e7fdad64 (qgis): Release of 3.16.15
-
01:04 PM Revision c87c6d64 (qgis): translation update for 3.16.15 from transifex
-
01:04 PM Revision 1601ec46 (qgis): Release of 3.22.2
-
01:04 PM Revision 593ff475 (qgis): translation update for 3.22.2 from transifex
2021-12-16
-
11:29 PM Revision e73d51d6 (qgis): Add api to convert a processing parameter value to a value which
- is compatible with storage in a JSON object
-
11:29 PM Revision 6315133c (qgis): Add method to convert parameter value to a list of strings
-
11:29 PM Revision 4e71e45a (qgis): Add method to convert QgsProcessingContext settings to equivalent
- qgis_process arguments
-
11:29 PM Revision ee3257b8 (qgis): Add api to convert a processing parameter value to a string, if possible
- Designed for use in converting an algorithm's parameters for
representation as a qgis_process command line -
11:29 PM Revision fe471eac (qgis): Add method to QgsProcessingAlgorithm to create equivalent qgis_process ...
-
11:29 PM Revision 84cf46a6 (qgis): Add method to copy QgsProcessingContext settings as a json map
-
11:29 PM Revision 53d08d73 (qgis): Add method to convert parameters for a processing algorithm to a JSON
- serializable map
-
11:29 PM Revision e0dfc469 (qgis): Fix typos
-
11:29 PM Revision b4cb7ba3 (qgis): [feature] Add action in advanced menu for processing algorithm to copy
- equivalent qgis_process command
Allows for easy generation of qgis_process commands via the QGIS gui -
11:29 PM Revision 86e94aed (qgis): [feature] Add action to processing algorithm advanced menu to copy the
- current settings as JSON and paste json settings from clipboard
The utility of this is two fold:
1. It provides a w... -
11:29 PM Revision 89ee6281 (qgis): Fix indentation dance
- 04:03 PM Revision 121fd959 (qgis): restore accidentaly removed condition from crssync cmake (#46519)
- Co-authored-by: tomasMizera <[email protected]>
-
03:13 PM Revision 81f6f05f (qgis): update test file paths
-
03:13 PM Revision 94159e1d (qgis): fix copydoc on non-existent class
-
03:13 PM Revision d08e651d (qgis): update exception list
-
03:13 PM Revision 44193723 (qgis): fix pydoc error
-
03:13 PM Revision 7f2350f2 (qgis): fix doc warnings
-
03:13 PM Revision 3449accf (qgis): remove recently added folder if not in api
-
03:13 PM Revision 2c866f8e (qgis): add missing brief not detected before
-
03:13 PM Revision dcd5fd8d (qgis): replace Q_NULLPTR by nullptr
-
03:13 PM Revision 1dca0cf7 (qgis): add folders for documentation generation
-
03:13 PM Revision 16146d0d (qgis): remove providers that aren't in API
- 03:13 PM Revision 22d432c1 (qgis): Add missing comments
-
03:13 PM Revision b201c572 (qgis): update the doc in the sipfile
-
03:13 PM Revision da76c5ba (qgis): modify comments for documentation generation
-
03:13 PM Revision 65dc6594 (qgis): add exceptions
-
03:13 PM Revision a9b443bf (qgis): add Doxygen private conditions
-
03:09 PM Revision 93399e33 (qgis): Merge pull request #46037 from Koyaani/doc_generation
- [Doc] Add folders for documentation generation
- 01:17 PM Revision 77fa0a0b (qgis): restore accidentaly removed condition from crssync cmake
-
01:17 PM Revision fb9f6a45 (qgis): fix keywords
-
01:16 PM Revision 84396895 (qgis): do not drop condition of elseif (#46518)
-
01:16 PM Revision a97d58bb (qgis): do not drop condition of elseif
- 01:13 PM Revision 98ef1e2f (qgis): restore accidentaly removed condition from crssync cmake (#46516)
-
09:34 AM Revision bb156781 (qgis): update the doc in the sipfile
- 09:18 AM Revision 492eb0b1 (qgis): Add missing comments
- 06:58 AM Revision dd836352 (qgis): Merge pull request #46513 from nirvn/crash_fix
- Follow up PR #46505: fix crasher
- 06:57 AM Revision 41801d90 (qgis): Merge pull request #46458 from Koyaani/remove-unnecessary-instance
- 06:24 AM Revision 9500bfba (qgis): Merge pull request #46504 from kadas-albireo/master
- Automatically remove attached files used as layer sources when layer is deleted
-
06:03 AM Revision 3d3fbab5 (qgis): Follow up PR #46505: fix crasher
-
02:17 AM Revision 76034df4 (qgis): Add method which promotes all non-point WKB types to multitype
- equivalent
Specifically, this method should be used to determine the
most-permissive possible resultant WKB type whi... -
02:17 AM Revision 70e4e169 (qgis): [processing] Don't force promote point layers to multipoint when
- running clipping/subtraction style algorithms
There's no way a point can become multipoint as a result of
a clip or ... -
02:17 AM Revision 39143887 (qgis): Hide the temporal limit handling combo box when a vector layer
- temporal mode is set to redraw layer only
-
02:16 AM Revision b6f8fa1c (qgis): Fix output range min/max values in property assistants
- If the property supports negative values then the output range
widgets need to allow these to be set too -
02:16 AM Revision ba819d53 (qgis): Fix setting manual table content through PyQGIS
- Fixes #44871
-
02:16 AM Revision a17a7ae0 (qgis): Fix setting manual table content through PyQGIS
- Fixes #44871
-
02:15 AM Revision 5333f177 (qgis): Ensure that createProcessingParameters implementation in AlgorithmDialo...
-
02:15 AM Revision 86794dab (qgis): Fix interface for QgsProcessingParametersGenerator was modified for
- the python subclasses only and no longer correctly overrides the
base class method -
02:15 AM Revision eea2ba3d (qgis): QgsProcessingAlgorithmDialogBase subclasses should also implement
- the QgsProcessingContextGenerator interface
-
02:15 AM Revision 132294b3 (qgis): Spelling
-
02:15 AM Revision 03d0c573 (qgis): Add mode enum for processing algorithm dialogs so that code can
- determine if the single execution or batch execution dialog is shown
-
02:15 AM Revision 1405ba1a (qgis): [feature][processing] Add an advanced button to the toolbox algorithm
- dialog, which contains an option to copy the equivalent Python
command as the parameters define in the dialog
While ... -
02:06 AM Revision cb0aaa67 (qgis): Fix QGIS custom db srs ids to proj auth/codes map
- Add {"EPSG:20904", "63560,520003560"} ("GSK-2011 / Gauss-Kruger zone 4" EPSG:20904) which is currently contained in t...
-
02:06 AM Revision 49066707 (qgis): Fix crssync fail to import crs definition
- Update nextSrsId to 63561 and nextSrId to 520003561
2021-12-15
-
11:49 PM Revision e2266aaf (qgis): Remove obsolete file
-
09:55 PM Revision 992b5e65 (qgis): Fix setting manual table content through PyQGIS
- Fixes #44871
-
09:55 PM Revision c1f50d23 (qgis): Fix setting manual table content through PyQGIS
- Fixes #44871
-
09:52 PM Revision 25337c25 (qgis): Merge pull request #46471 from nyalldawson/fix_44871
- Fix setting manual table content through PyQGIS
- 04:57 PM Revision 035fc5d7 (qgis): mdal 0.9.1 (#46506)
- Co-authored-by: vcloarec <[email protected]>
-
02:54 PM Revision b1144173 (qgis): Merge pull request #46505 from elpaso/expression-widget-layer-fields
- Expose layers field names to expression widget
-
02:34 PM Revision 733827dd (qgis): mdal 0.9.1
- 02:31 PM Revision f355f3bd (qgis): mdal 0.9.1 (#46489)
-
01:40 PM Revision 46b80dea (qgis): Address PR review comments
-
01:20 PM Revision 792ce7f9 (qgis): Automatically removed attached layer sources when layer is deleted
-
12:22 PM Revision 9a0c54c5 (qgis): Expose layers field names to expression widget
- Fixes #37544
- 11:49 AM Revision fab5d8a8 (qgis): Merge pull request #46493 from suricactus/fix_misleading_docs
- Fix misleading docs that is only valid if edit buffer is used (so does not work in transaction mode)
-
11:48 AM Revision 93a78f50 (qgis): Merge pull request #46501 from qgis/revert-46440-backport-46439-to-queu...
- Revert "[Backport queued_ltr_backports] Treat empty array as NULL; and fix value relation filter with NULL"
-
10:42 AM Revision 2afd6e05 (qgis): layout
-
10:29 AM Revision 41da71e7 (qgis): layout
-
10:20 AM Revision 3939840e (qgis): Remove layer nullptr redundant check
-
10:09 AM Revision 6431f5cc (qgis): Fix test case with
-
09:27 AM Revision 6c8eeff7 (qgis): Revert "[Backport queued_ltr_backports] Treat empty array as NULL; and ...
-
09:10 AM Revision dc8d23b5 (qgis): Merge pull request #46440 from qgis/backport-46439-to-queued_ltr_backports
- [Backport queued_ltr_backports] Treat empty array as NULL; and fix value relation filter with NULL
-
09:04 AM Revision 314b3028 (qgis): Merge pull request #46484 from qgis/backport-46452-to-release-3_22
- [Backport release-3_22] Use widget value when validating attrs in form
-
07:45 AM Revision 6b2a147d (qgis): Fix QGIS custom db srs ids to proj auth/codes map
- Add {"EPSG:20904", "63560,520003560"} ("GSK-2011 / Gauss-Kruger zone 4" EPSG:20904) which is currently contained in t...
-
07:45 AM Revision bdbace63 (qgis): Fix crssync fail to import crs definition
- Update nextSrsId to 63561 and nextSrId to 520003561
-
07:41 AM Revision 68a1470e (qgis): Fix QGIS custom db srs ids to proj auth/codes map
- Add {"EPSG:20904", "63560,520003560"} ("GSK-2011 / Gauss-Kruger zone 4" EPSG:20904) which is currently contained in t...
-
07:41 AM Revision 05884441 (qgis): Fix crssync fail to import crs definition
- Update nextSrsId to 63561 and nextSrId to 520003561
-
06:24 AM Revision a0f982b7 (qgis): Fix build without bindings
-
06:24 AM Revision 7a772e24 (qgis): Avoid lint errors
-
06:24 AM Revision dde113d3 (qgis): Refactor logic from .py drop handler Processing script detection
- to also allow for retrieving just the class of detected algorithms
instead of always running the algorithm -
06:24 AM Revision d0718cbf (qgis): [feature] qgis_process now supports running a Python script algorithm
- directly by specifying the path to the .py file in place of
an algorithm ID or model file path -
01:21 AM Revision f00419ca (qgis): Only calculate total length when we actually need it
2021-12-14
-
12:20 AM Revision cc1b49fb (qgis): dxf export: fix output of offset linestrings
- (cherry picked from commit 077083a7a690c34210ea33371f86f54d74287995)
- 09:19 PM Revision 527359bc (qgis): Fix misleading docs that is only valid if edit buffer is used (so does ...
- Long story short, the `layer.committedFeaturesAdded` signal is not fired after `layer.commitChanges()` when in transa...
-
06:02 PM Revision ae8fc0d4 (qgis): Tests for represent_attributes
-
12:06 PM Revision 6e685862 (qgis): more fixes
-
10:53 AM Revision c4d32c2d (qgis): bool initializers
-
10:53 AM Revision 93d434ae (qgis): Return a NULL variant in case of multi/not allow NULL
- Because an invalid variant would have not been set
in the feature form. -
10:53 AM Revision 1e94bd6e (qgis): Const
-
10:53 AM Revision 5036712e (qgis): Use widget value when validating attrs in form
- Also, make sure that non enforced constraints
do not block commits and do not report as violated
constraints (Fix #46... - 10:49 AM Revision 618d5757 (qgis): Merge pull request #46452 from elpaso/bugfix-gh46364-form-constraints-i...
-
09:54 AM Revision 8e389b0b (qgis): bool initializers
- 09:30 AM Revision bb2df720 (qgis): Merge pull request #46476 from qgis/backport-46470-to-release-3_22
-
09:05 AM Revision e8b9aad3 (qgis): When the "offset along line" setting for a marker line ori
- hash line symbol layer is longer then the size of a closed ring,
treat the offset as continuing to loop around the ri... -
09:05 AM Revision cb06b6fe (qgis): [feature] If a negative offset along line is set for a marker
- or hash line symbol layer for a closed ring, then the offset is
calculated backwards along the ring -
09:05 AM Revision aac04326 (qgis): [feature] Allow offset along line to be specified in percent for
- marker line and hash line symbol layer types
Offsets are treated as percent of overall line length -
08:22 AM Revision 30d43499 (qgis): Fix output range min/max values in property assistants
- If the property supports negative values then the output range
widgets need to allow these to be set too -
08:21 AM Revision c664d3bb (qgis): Hide the temporal limit handling combo box when a vector layer
- temporal mode is set to redraw layer only
-
08:18 AM Revision 0a1731ac (qgis): Fix output range min/max values in property assistants
- If the property supports negative values then the output range
widgets need to allow these to be set too -
08:18 AM Revision 2719bf4c (qgis): Hide the temporal limit handling combo box when a vector layer
- temporal mode is set to redraw layer only
- 06:59 AM Revision 393bbf7e (qgis): Merge pull request #46426 from domi4484/backport-46167-to-release-3_22
- [Backport release-3_22] Update of virtual fields considering layer dependencies
-
06:31 AM Revision b050ce99 (qgis): Fix some leaks
- 06:31 AM Revision cf5d4902 (qgis): Merge pull request #46468 from qgis/backport-46466-to-release-3_22
- [Backport release-3_22] [browser] Standardize text for "remove connection" actions
- 06:30 AM Revision 1b0273d5 (qgis): Merge pull request #46472 from qgis/backport-46469-to-release-3_22
- [Backport release-3_22] [browser] Fix creation of new spatialite databases through browser
- 06:29 AM Revision f965c07d (qgis): Merge pull request #46473 from qgis/backport-46464-to-release-3_22
- [Backport release-3_22] Add example with hamming_distance with different length
- 06:29 AM Revision 0837f205 (qgis): Merge pull request #46474 from qgis/backport-46465-to-release-3_16
- [Backport release-3_16] [spatialite] Fix crash when loading certain spatialite layers
- 06:29 AM Revision 9471427c (qgis): Merge pull request #46475 from qgis/backport-46465-to-release-3_22
- [Backport release-3_22] [spatialite] Fix crash when loading certain spatialite layers
- 06:28 AM Revision fdef3af7 (qgis): Merge pull request #46470 from nyalldawson/fix_leak_db
- Fix some leaks
-
03:19 AM Revision 29084190 (qgis): [spatialite] Fix crash when loading certain spatialite layers
-
03:19 AM Revision 74a9fefc (qgis): [spatialite] Fix crash when loading certain spatialite layers
-
03:16 AM Revision d70f99c5 (qgis): [spatialite] Fix crash when loading certain spatialite layers
-
02:25 AM Revision 4ecc86f1 (qgis): Add example with hamming_distance with different length
-
02:22 AM Revision 60d1c917 (qgis): Add example with hamming_distance with different length
-
02:19 AM Revision 03a2c530 (qgis): [browser] Fix creation of new spatialite databases through browser
- Fixes #45725
-
02:16 AM Revision be451691 (qgis): [browser] Fix creation of new spatialite databases through browser
- Fixes #45725
-
01:48 AM Revision e26a3677 (qgis): Fix setting manual table content through PyQGIS
- Fixes #44871
-
01:33 AM Revision 8732c2c3 (qgis): Fix some leaks
-
01:23 AM Revision 7df55fb8 (qgis): [browser] Standardize text for "remove connection" actions
- Instead of mixing delete/remove/delete connection, standardize
on always using "Remove Connection". This is the most ... -
01:20 AM Revision a563eaa3 (qgis): [browser] Standardize text for "remove connection" actions
- Instead of mixing delete/remove/delete connection, standardize
on always using "Remove Connection". This is the most ...
2021-12-13
-
11:16 PM Revision 16a3bed7 (qgis): remove useless instantiation
-
04:41 PM Revision 5ba243f0 (qgis): remove useless instantiation
- 04:38 PM Revision 4e50050d (qgis): Merge pull request #46453 from Koyaani/unnecessary-instantiation
-
04:35 PM Revision f0a337cf (qgis): Renamed to represent_attributes
- 03:21 PM Revision 8150822f (qgis): Merge pull request #46189 from Koyaani/angle-snap-line-displaying
- [Fix] Minor display issues on the advanced digitizing
-
02:25 PM Revision 4814fd6f (qgis): remove providers that aren't in API
-
01:55 PM Revision 630f3f69 (qgis): Return a NULL variant in case of multi/not allow NULL
- Because an invalid variant would have not been set
in the feature form. -
01:40 PM Revision ee9629e8 (qgis): replace Q_NULLPTR by nullptr
-
01:27 PM Revision 96ff88f1 (qgis): add missing brief not detected before
-
12:39 PM Revision ce12b3c2 (qgis): modify comments for documentation generation
-
12:37 PM Revision 229921a9 (qgis): add exceptions
-
12:36 PM Revision f67555d5 (qgis): update test file paths
-
12:19 PM Revision 6c18742f (qgis): Const
-
11:26 AM Revision a9f4c34f (qgis): update exception list
-
10:58 AM Revision a375f4a9 (qgis): fix pydoc error
-
10:48 AM Revision d93bab9d (qgis): Use widget value when validating attrs in form
- Also, make sure that non enforced constraints
do not block commits and do not report as violated
constraints (Fix #46... -
10:19 AM Revision 0a28c5a7 (qgis): fix doc warnings
-
10:19 AM Revision f79091be (qgis): add folders for documentation generation
-
10:19 AM Revision 0cecf1ef (qgis): remove recently added folder if not in api
-
10:19 AM Revision 49e63655 (qgis): fix copydoc on non-existent class
-
10:19 AM Revision 46d2fe33 (qgis): add Doxygen private conditions
-
09:36 AM Revision 78e6c5ce (qgis): static ::instance()
-
09:29 AM Revision bf0a3a92 (qgis): std::as_const -> qgis::as_const
-
09:27 AM Revision 1f52123e (qgis): Merge pull request #46441 from qgis/backport-46439-to-release-3_22
- [Backport release-3_22] Treat empty array as NULL; and fix value relation filter with NULL
-
09:03 AM Revision 0afbb119 (qgis): Fix outdated geometry is returned for feature when a feature has
- both unsaved attribute and geometry changes and an expression
based request is used -
08:51 AM Revision bd96969e (qgis): Fix outdated geometry is returned for feature when a feature has
- both unsaved attribute and geometry changes and an expression
based request is used -
06:54 AM Revision c0742045 (qgis): Fix outdated geometry is returned for feature when a feature has
- both unsaved attribute and geometry changes and an expression
based request is used -
06:54 AM Revision 61517fbb (qgis): Fix outdated geometry is returned for feature when a feature has
- both unsaved attribute and geometry changes and an expression
based request is used -
06:51 AM Revision 048003aa (qgis): Fix outdated geometry is returned for feature when a feature has
- both unsaved attribute and geometry changes and an expression
based request is used
2021-12-11
-
11:22 PM Revision 38bf60fd (qgis): Valu relation widget: fix allowMulti + not null
- Fix #46366 by changing the returned value from the
widget when allowMulti is ON and allowNull is OFF,
in this case wh... -
11:22 PM Revision d08d2fc1 (qgis): Fix drill-down filtering on new features.
- Fix #46369
-
11:22 PM Revision f7d48d89 (qgis): Fix constraint check when AllowMulti
- Fix #46366
-
11:22 PM Revision 2e91a3b6 (qgis): Revert "Fix constraint check when AllowMulti"
- This reverts commit 355e3fb3fae492b406bb28688781ecaea0f05b9d.
-
11:22 PM Revision 4ce9da9a (qgis): Valu relation widget: fix allowMulti + not null
- Fix #46366 by changing the returned value from the
widget when allowMulti is ON and allowNull is OFF,
in this case wh... -
11:22 PM Revision c7950040 (qgis): Revert "Fix constraint check when AllowMulti"
- This reverts commit 355e3fb3fae492b406bb28688781ecaea0f05b9d.
-
11:22 PM Revision 61cb5b7c (qgis): Fix drill-down filtering on new features.
- Fix #46369
-
11:22 PM Revision aa3264a8 (qgis): Fix constraint check when AllowMulti
- Fix #46366
-
11:19 PM Revision 089d68f7 (qgis): Merge pull request #46439 from elpaso/bugfix-gh46369-value-relation-nul...
- Treat empty array as NULL; and fix value relation filter with NULL
-
10:06 PM Revision 3864026f (qgis): fix windows build (take II; followup 63adb0e6d5e)
-
10:04 PM Revision 3ad69964 (qgis): debian packaging: include qgiscrashhandler
-
10:49 AM Revision a1333621 (qgis): Valu relation widget: fix allowMulti + not null
- Fix #46366 by changing the returned value from the
widget when allowMulti is ON and allowNull is OFF,
in this case wh... -
10:35 AM Revision 97399600 (qgis): Revert "Fix constraint check when AllowMulti"
- This reverts commit 355e3fb3fae492b406bb28688781ecaea0f05b9d.
2021-12-10
-
10:04 PM Revision 81995d7e (qgis): Further optimise hillshade renderer -- don't needlessly retrieve
- the same pixel values multiple times
-
10:04 PM Revision c8df2214 (qgis): Optimise hillshade renderer
- 09:56 PM Revision 1f025e53 (qgis): Update python/plugins/MetaSearch/dialogs/maindialog.py
- Co-authored-by: Nyall Dawson <[email protected]>
-
05:18 PM Revision 3cc70bf7 (qgis): remove useless instantiation
-
05:01 PM Revision 355e3fb3 (qgis): Fix constraint check when AllowMulti
- Fix #46366
- 04:53 PM Revision a202b02a (qgis): Merge pull request #46430 from nyalldawson/postgres_
-
02:56 PM Revision ee004489 (qgis): Fix drill-down filtering on new features.
- Fix #46369
-
10:27 AM Revision 63adb0e6 (qgis): fix msvc build
-
08:31 AM Revision df10d07e (qgis): Fix snapping widget localization
-
08:31 AM Revision b99b0f20 (qgis): Fix categorized renderer localization
-
08:31 AM Revision 28c62896 (qgis): Handle lists and address PR review comments.
-
08:31 AM Revision e8fb0817 (qgis): Type guessing logic for category value delegate
-
08:31 AM Revision 770934d2 (qgis): Handle variable precision in range dlg
-
08:31 AM Revision cd268e56 (qgis): Fix multiple localization issues with vector renderers
- Fix #45582
-
06:48 AM Revision 9d5fb801 (qgis): add python3-devel as build dependency
-
03:42 AM Revision b9cb26f0 (qgis): add python3-devel as build dependency
-
03:39 AM Revision 567dcc65 (qgis): add python3-devel as build dependency
-
02:23 AM Revision 082cf9e7 (qgis): [MetaSearch] support OGC API - Records in default connections (#46336)
-
02:23 AM Revision 6d8ec082 (qgis): keep default connection list format for backward compat
-
02:23 AM Revision 8a4341f7 (qgis): set catalog type from manage connections
-
01:07 AM Revision 11cd45ff (qgis): [postgres] Silence some debug noise
-
01:06 AM Revision 8bf29023 (qgis): [postgres] Don't try to retrieve values from srs query if no results ar...
2021-12-09
-
12:36 AM Revision 71208e62 (qgis): Add method which promotes all non-point WKB types to multitype
- equivalent
Specifically, this method should be used to determine the
most-permissive possible resultant WKB type whi... -
12:36 AM Revision a5e4946d (qgis): [processing] Don't force promote point layers to multipoint when
- running clipping/subtraction style algorithms
There's no way a point can become multipoint as a result of
a clip or ... -
12:32 AM Revision d837286d (qgis): [processing] Don't force promote point layers to multipoint when
- running clipping/subtraction style algorithms
There's no way a point can become multipoint as a result of
a clip or ... -
12:32 AM Revision fa123251 (qgis): Add method which promotes all non-point WKB types to multitype
- equivalent
Specifically, this method should be used to determine the
most-permissive possible resultant WKB type whi... -
10:55 PM Revision 2735e8bb (qgis): Address PR comments
-
10:55 PM Revision 2b4a483a (qgis): Update src/server/services/wms/qgswmsrenderer.cpp
- Co-authored-by: David Marteau <[email protected]>
-
10:55 PM Revision 3db32a3d (qgis): Add test control files for issue GH #30817
-
10:55 PM Revision 0a76e65a (qgis): Server getprint atlas: fix pk-less layers
- Fix #30817
- 10:55 PM Revision 4f912433 (qgis): Format date and datetime fields based on locale (#45617)
- 10:55 PM Revision 8caad837 (qgis): Emit localeChanged signal when locale is changed (#45617)
- 10:53 PM Revision 4cd945da (qgis): Fix merge errors
- 04:34 PM Revision 80f822b1 (qgis): Implemented suggestions from code review
- 04:34 PM Revision 32c14cba (qgis): Update src/gui/qgsattributeform.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 04:34 PM Revision 117b5045 (qgis): Update src/gui/qgsattributeform.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 04:28 PM Revision 4f0b33e5 (qgis): Fix docstring
- 04:27 PM Revision 9e08b872 (qgis): Fix crash caused by circular connections
- 04:22 PM Revision 1e379363 (qgis): Fix #43901 No update of virtual fields considering layer dependencies
-
02:46 PM Revision 7025bf1d (qgis): Update src/server/services/wms/qgswmsrenderer.cpp
- Co-authored-by: David Marteau <[email protected]>
-
02:46 PM Revision 3058a86f (qgis): Address PR comments
-
02:46 PM Revision 5ea10adb (qgis): Server getprint atlas: fix pk-less layers
- Fix #30817
-
02:46 PM Revision b63395fa (qgis): Add test control files for issue GH #30817
- 01:41 PM Revision 28fac71b (qgis): Merge pull request #46419 from Joonalai/improve-format-datetimes
- 12:17 PM Revision 8ba472b1 (qgis): Format date and datetime fields based on locale (#45617)
- 08:25 AM Revision e6220681 (qgis): Merge pull request #46167 from domi4484/fixNoAttributeFormUpdateForRela...
- 08:00 AM Revision 74ae3ded (qgis): Emit localeChanged signal when locale is changed (#45617)
- 07:33 AM Revision 5f956a37 (qgis): Merge pull request #43352 from roya0045/improve_get_feature
- Add support for filtering by multiple attributes to get_feature expression
- 04:01 AM Revision 517aacef (qgis): Add help string for parameter
- 04:01 AM Revision 28ff415b (qgis): Add supported formats in doc
- 04:01 AM Revision 495af5a7 (qgis): Add parameter to skip layername in gdal:convertformat
- 04:01 AM Revision 83a15538 (qgis): Add description for gdal:convertformat in short help string
- 04:01 AM Revision 03d495c3 (qgis): Rename parameter to convert all layers
-
04:01 AM Revision 87cd100d (qgis): Update python/plugins/processing/algs/gdal/ogr2ogr.py
-
04:01 AM Revision e7a4e175 (qgis): Update python/plugins/processing/algs/gdal/ogr2ogr.py
-
04:01 AM Revision 14436df6 (qgis): Update python/plugins/processing/algs/gdal/ogr2ogr.py
- 04:01 AM Revision 9213763f (qgis): Add tests for gdal:convertformat with convert_all_layers parameter
- 04:01 AM Revision b9473655 (qgis): Add command-line based tests for ogr2ogr
2021-12-08
- 12:52 AM Revision e296eaa3 (qgis): Merge pull request #46395 from lbartoletti/backport-46372-to-queued_ltr...
- Manual Backport "Fix triangle angles" to 3.16
- 12:51 AM Revision b3d6debd (qgis): providers/ogr/qgsogrproviderutils.*: Fix for llvm13
- Since llvm13, the build is broken with:
/usr/ports/graphics/qgis/work/QGIS-final-3_22_1/src/core/providers/ogr/qgsogr...
Also available in: Atom