Activity
From 2019-11-04 to 2019-12-03
2019-12-03
- 09:43 PM Revision 800198be (qgis): followup: implementation using stdlib
- 07:22 PM Revision cfe729e9 (qgis): followup : keep using 64 bit int
- 03:29 PM Revision 20ac7e3c (qgis): Update python/core/auto_generated/expression/qgsexpression.sip.in
- Co-Authored-By: Matthias Kuhn <[email protected]>
and
set parameter to const - 03:29 PM Revision 314e2339 (qgis): write tags to the expression functions help object
- 03:29 PM Revision 7fbf2c86 (qgis): tags helping to find the correct function are integrated into the help ...
- defined in the json files and used by the expression builder to find the function (not using as alias)
- 01:35 PM Revision 65fed422 (qgis): [FEATURE][expressions] allow to seed random functions
- useful to get deterministic random values
- 12:02 PM Revision 42685043 (qgis): shorter commit messages for PyQGIS docs jobs (#33189)
- 10:38 AM Revision 964681f0 (qgis): Fix capitalizationation
- 10:38 AM Revision 23460272 (qgis): Fix warnings
- 10:38 AM Revision f145fa96 (qgis): [labeling] Default polygon obstacle mode is now Boundary avoidance
- (This works better with the new placement engine logic)
- 10:38 AM Revision 9f63f492 (qgis): Move label obstacle settings out to their own class, and monkey patch a...
- to maintain current API
QgsPalLayerSettings is way too heavy, and we need to start refactoring
this into smaller ato... - 10:38 AM Revision 316fd50b (qgis): Fix tests
- 10:38 AM Revision b235d31b (qgis): Move QgsPalLayerSettings default values to header
- 09:41 AM Revision a4a32fac (qgis): Update src/gui/qgsexpressionbuilderwidget.cpp
- Co-Authored-By: Matthias Kuhn <[email protected]>
- 09:25 AM Revision 5816daa2 (qgis): search tags on some static expression functions
- 08:13 AM Revision 7f415ca7 (qgis): [FEATURE] Static particle traces for rendering mesh vector dataset (#33...
- * [FEATURE] Static particle traces for rendering mesh vector dataset
This PR permits to display directly in QGIS sta... - 04:48 AM Revision 2c7f89a7 (qgis): Fix tests
- 04:48 AM Revision 19b8d433 (qgis): [needs-docs] When running in label engine v2 mode, discard any candidat...
- they collide with an obstacle feature of greater weight when compared
to the label's priority
Previously, obstacle w... - 04:48 AM Revision 9904fe86 (qgis): Refine behavior of obstacle weight slider to match feature weight slider
- 04:48 AM Revision ea5b4234 (qgis): Default to label placement engine v2 for newly created projects (for QG...
- 04:48 AM Revision 7f4226d2 (qgis): Update labeling tests to use engine v2, update expected reference images
- 04:48 AM Revision 499f240c (qgis): More raw double arrays to vectors
- 04:48 AM Revision bee6ab84 (qgis): Fix obstacle factor is ignored when a layer is set to blocking mode
- It was only correctly being respected for fully labeled layers
- 04:48 AM Revision 43528726 (qgis): [labels] Ensure that we show labels where we've ripped away all the can...
- when showing "unplaced labels"
- 01:11 AM Revision 9a68cafd (qgis): azure-pipelines: fix dependency package reference
- (cherry picked from commit fe9dcf1f33bb0f7b392b9cd079eafdd23885593e)
- 01:10 AM Revision fe9dcf1f (qgis): azure-pipelines: fix dependency package reference
2019-12-02
- 12:15 AM Revision 60c45242 (qgis): add azure pipeline badge
- (cherry picked from commit 4c234f21b47846d9f7bed46db89ad0a9de23851d)
- 12:15 AM Revision 09837497 (qgis): azure-pipelines support
- (blood, sweat and tears w/squ-ashed away)
(cherry picked from commit d33a5b56a94c49d6722cdb4c96866e034cd17ef4) - 11:21 PM Revision 5d4e77f0 (qgis): osgeo4w: build with new legacy packages for GDAL2 & PROJ5
- 03:03 PM Revision c2f9f6dc (qgis): shorter commit messages for PyQGIS docs jobs
- 10:47 AM Revision af1c0879 (qgis): Merge pull request #33185 from elpaso/mxe-64bit
- Mxe 64bit
- 08:17 AM Revision 678a8777 (qgis): Merge pull request #33163 from m-kuhn/dxf_server_params
- Add DXF server export params NO_MTEXT and FORCE_2D
2019-12-01
- 04:43 PM Revision 574e0eba (qgis): [db_manager] Allow opening .sql files
- and not only .SQL files
also allow any file extension
Fix #33173 - 04:43 PM Revision 0eee45aa (qgis): Remove empty file
- 10:07 AM Revision ba87ae6a (qgis): Fix tests
- 10:04 AM Revision e87ea5ef (qgis): Add dox
- 10:01 AM Revision 66ef33b4 (qgis): Merge pull request #33171 from DelazJ/patch-11
- Remove wrong tooltip applied to any unset vector properties tab
- 08:39 AM Revision 2bd46890 (qgis): Capizalize undocumented parameter
- 01:23 AM Revision 6b1dfa77 (qgis): Remove wrong tooltip applied to any unset vector properties tab
- and add one to the mask tab
2019-11-30
- 09:10 PM Revision 4c234f21 (qgis): add azure pipeline badge
- 08:34 PM Revision d33a5b56 (qgis): azure-pipelines support
- (blood, sweat and tears w/squ-ashed away)
- 06:57 PM Revision bc00621d (qgis): Merge pull request #33170 from elpaso/bugfix-gh33168-set-center-crash
- Check for empty rect before calling setExtent
- 06:19 PM Revision 21684cf9 (qgis): Rename artifact to something meaningful
- 06:19 PM Revision dfb90bf0 (qgis): 64bit MXE build
- 05:58 PM Revision 38ae1708 (qgis): Check for empty rect before calling setExtent
- this prevents an infinite recursion from setCenter
Fixes #33168 - 10:48 AM Revision 80cf602a (qgis): Merge pull request #33150 from rouault/cleanup_pal_constructor_destructor
- [cleanup] pal.cpp: remove useless constructor and destructor
2019-11-29
- 09:51 PM Revision c2dac183 (qgis): pal.cpp: use default implementation for constructor and destructor
- It is obvious that the constructor was a no-op.
Regarding the destructor, taking a mutex around an object doesn't
ma... - 06:15 PM Revision 84108604 (qgis): Change variable name to clarify the getter purpose
- 05:58 PM Revision f81b680a (qgis): DXF export preserve dashed line style
- We do not (yet) support an option to guarantee stroked parts at corners.
So also do not set this flag in the DXF export. - 05:55 PM Revision d10ec078 (qgis): Add DXF server export params NO_MTEXT and FORCE_2D
- 05:54 PM Revision 2968fb86 (qgis): Add quadrant based label DXF alignment support
- 05:54 PM Revision 23359158 (qgis): Add tests for quadrant based DXF label support
- 05:54 PM Revision 651219f3 (qgis): Preserve anchor correction in PAL
- To be able to reuse it for vector output like DXF
- 05:36 PM Revision 23fb4869 (qgis): Merge pull request #33064 from elpaso/elpaso-gh-workflow-2
- MXE build workflow
- 04:07 PM Revision 27341850 (qgis): log message when adding feature fails (#33151)
- 02:00 PM Revision 7333adec (qgis): Fix windows build
- 12:22 PM Revision f58e2a19 (qgis): Merge pull request #33147 from rldhont/backport-33128-to-release-3_4
- [Backport release-3_4][Tests][Server] Add WMS GetFeatureInfo GML tests
- 10:35 AM Revision 413de47e (qgis): Merge pull request #33145 from rldhont/backport-33128-to-release-3_10
- [Backport release-3_10][Tests][Server] Add WMS GetFeatureInfo GML tests
- 09:21 AM Revision f04cfa87 (qgis): [Tests][Server] Add WMS GetFeatureInfo GML tests
- 09:17 AM Revision 56832494 (qgis): [Tests][Server] Add WMS GetFeatureInfo GML tests
- 09:06 AM Revision 6d4c995a (qgis): [FEATURE] API for rendering frames for mesh vector dataset animation (p...
- * [FEATURE] API for rendering frames for mesh vector dataset animation (particles)
Adds a renderer to generate frame... - 04:03 AM Revision a1002c45 (qgis): Dox++
- 04:03 AM Revision fc64c3fa (qgis): Use std::vector instead of raw pointer array
- 04:03 AM Revision 4351c30f (qgis): More memory management fixes in pal, stack allocation rather than heap
- 04:03 AM Revision 8878e9b3 (qgis): Use QMutexLocker
- 04:03 AM Revision 09b86127 (qgis): [pal] Provide more exit points for early cancelation
- When a rendering operation was canceled, PAL had very few early
exit points. This often resulted in many canceled ren... - 02:58 AM Revision 6fdc99be (qgis): [Tests][Server] Add WMS GetFeatureInfo GML tests
- 02:58 AM Revision 85095a70 (qgis): Alternative approach to fixing #32819
- Partially reverts 5d27d7c, fixes #33133
- 02:16 AM Revision d8be3f5a (qgis): [layouts] When dropping a picture to a layout, place the center of
- the picture item at the cursor drop location instead of the top left
We want the drop location to be the center of t... - 02:16 AM Revision 6ef3746b (qgis): [processing] Fix exceptions when reporting errors during batch execution
- Fixes #33105
- 02:13 AM Revision 366c8794 (qgis): [backport] Move the vertical spacer at the bottom of the raster marker ...
- and fix tabulation order
(cherry-picked ce0363a7) - 02:08 AM Revision 20e5e32e (qgis): temp path for processing output configurable
- (cherry picked from commit 8274566b6202ca77461d8c799db3ae343920234f)
- 02:08 AM Revision e3d0545f (qgis): check if TEMP_PATH in the settings changed
- (cherry picked from commit ef8e251cf8c7c8beeb13fcf1dae10cce364e34b4)
- 02:08 AM Revision 0059f9f9 (qgis): Fix identification of TAB file in GDA2020 CRS
- Fixes #33007 (also requires GDAL master)
(cherry picked from commit 3f94d55384dec0af7e0da7d59bed09c93e2d49df) - 02:08 AM Revision 2f7314f2 (qgis): Avoid trailing ; warning thrown by QGSCOMPARENEAR macro
- (cherry picked from commit 849f3152dae5e1293b12ac8326291f0324a12625)
- 02:08 AM Revision eab66f55 (qgis): On proj6 builds, never apply a lossy conversion from WKT to proj strings
- when attempting to identify a CRS specified via WKT
Because:
1. Proj string conversion is lossy, so we will end up w... - 02:08 AM Revision a2254bbc (qgis): When exporting CRS information from GDAL >= 3.0, use WKT2 format
- to avoid loss of CRS information
(cherry picked from commit f3eab35cdeb1fcb7fd54c2c02c210285693e0909) - 02:08 AM Revision c5b8af8f (qgis): changing temp location in the settings an recalculate the temp file path
- (cherry picked from commit e4651685398192fda691151ff4b315ae9ab42eef)
- 01:15 AM Revision 1002c61f (qgis): pal.cpp: fix compilation error with gcc 5.5
- Unfortunately the compiler cannot figure out that the type of
the { } is a std::pair, so we have to be explicit about...
2019-11-28
- 12:57 AM Revision a99d94e5 (qgis): On proj6 builds, never apply a lossy conversion from WKT to proj strings
- when attempting to identify a CRS specified via WKT
Because:
1. Proj string conversion is lossy, so we will end up w... - 11:27 PM Revision 3f94d553 (qgis): Fix identification of TAB file in GDA2020 CRS
- Fixes #33007 (also requires GDAL master)
- 08:30 PM Revision a4715a30 (qgis): Merge pull request #33132 from elpaso/bugfix-gh33130-pg-executesql-bools
- PG provider connection API: convert to bools
- 06:58 PM Revision 8d956509 (qgis): PG provider connection API: convert to bools
- Fixes #33130
- 06:31 PM Revision f3eab35c (qgis): When exporting CRS information from GDAL >= 3.0, use WKT2 format
- to avoid loss of CRS information
- 04:47 PM Revision 161af6ad (qgis): search tags in expression function to look up the functionality in the ...
- 12:42 PM Revision 6ca436d1 (qgis): Merge pull request #32383 from signedav/test_rulelabel
- Display Rulelabel when requested in GetLegendGraphics
- 12:19 PM Revision 8274566b (qgis): temp path for processing output configurable
- 12:19 PM Revision ef8e251c (qgis): check if TEMP_PATH in the settings changed
- 12:19 PM Revision e4651685 (qgis): changing temp location in the settings an recalculate the temp file path
- 12:15 PM Revision 0f73eb63 (qgis): Dox++
- 12:15 PM Revision 938ddfd6 (qgis): Pass labeling engine version to pal
- 12:15 PM Revision 634a815c (qgis): [pal] More memory management, renames
- 12:15 PM Revision 6d6d11b9 (qgis): Some int -> size_t tweaks
- 12:15 PM Revision 1788e2ea (qgis): Fix possible crash in PAL labeling engine due to incorrect size initial...
- If the number of candidates is < the number of features (i.e. some features have
no candidates), we'll get a crash. A... - 10:25 AM Revision d89745ae (qgis): Merge pull request #33103 from elpaso/relation-reference-restore
- Relation-reference widget: load dependencies
- 10:06 AM Revision eac999ca (qgis): set RULELABEL to false to have the expected behavior
- (cherry-picked from a74035cd4e06d5dd05d2f0571e59045e4d725114)
- 10:05 AM Revision e811f48c (qgis): Tests with RULELABEL and LAYERTITLE
- And fix related tests
(cherry-picked from 71581a40468f882fad7815e241c8a16b1cde5ce2) - 10:05 AM Revision 70521033 (qgis): avoid to unembed rules, if it's the layer itself
- because otherwise it's not possible to deactivate LAYERTITLE but keep RULELABEL
(cherry-picked from 74a79311bb23a7db... - 09:38 AM Revision 2800798f (qgis): [FEATURE][layouts] Allow drag and drop of pictures onto layouts
- E.g. drag an svg from a file explorer onto the layout to create a
new picture item containing that svg image.
Conven... - 09:38 AM Revision 95a3483d (qgis): Cleanup includes
- 09:37 AM Revision 71581a40 (qgis): Tests with RULELABEL and LAYERTITLE
- And fix related tests
- 09:37 AM Revision a74035cd (qgis): set RULELABEL to false to have the expected behavior
- 09:28 AM Revision 6f4ad978 (qgis): [field calc] do not propose to update field for read-only layers (#3310...
- 09:28 AM Revision a33da347 (qgis): [field calc] do not propose to update field for read-only layers (#3310...
- 08:44 AM Revision 81565590 (qgis): Merge pull request #33095 from m-kuhn/value_map_ordered_import_backport...
- Keep order of value map items when importing CSV
- 08:16 AM Revision e643547a (qgis): [field calc] do not propose to update field for read-only layers (#33101)
- 07:32 AM Revision f6012722 (qgis): Send Accept: header with WMTS tile requests
- 04:39 AM Revision 077c5072 (qgis): More pal modernization of memory management, finally ownership is start...
- 04:39 AM Revision c52a6e71 (qgis): Dox fixes
- 04:39 AM Revision 71c7a339 (qgis): Dox++
- 04:39 AM Revision 3cbb3a06 (qgis): More pal simplifications and variable renames
- 04:39 AM Revision dc435efb (qgis): [pal] Make problem a bit less memory messy, rename variables for clarity
- (cherry picked from commit c2b161230870b96d952eccc75ad0029a526e1965)
- 04:39 AM Revision b0f4cb45 (qgis): Modernize some more pal code, remove unused code
- 04:39 AM Revision 8e411eb8 (qgis): Make PAL problem solver a bit more memory safe
- (cherry picked from commit 3c688597a5ad56bdbeee8223a073960bde89e6e4)
- 04:39 AM Revision 932fd204 (qgis): More PAL variable renaming
- 04:39 AM Revision 292dbb0a (qgis): Dox++
- 03:34 AM Revision ce0363a7 (qgis): Move the vertical spacer at the bottom of the raster marker symbol dialog
- and fix tabulation order
2019-11-27
- 12:54 AM Revision 8a7c1271 (qgis): Fix method name
- 12:54 AM Revision bdb1c76e (qgis): [needs-docs] Add labeling engine version setting in project labeling se...
- This allows users to upgrade existing projects to the newer labeling engine version.
A warning will show advising use... - 12:54 AM Revision 849f3152 (qgis): Avoid trailing ; warning thrown by QGSCOMPARENEAR macro
- 12:54 AM Revision 4622ede3 (qgis): Flip logic and leave default labeling engine as v1, mark v2 as experime...
- Allows us time to tweak and refine the new rules before deploying on a
widespread basis - 12:54 AM Revision ff3b4d5a (qgis): Add API to set a label placement engine version, which dictates which
- placement rules should be followed when solving the pal labeling engine
solution.
For new projects it defaults to ve... - 06:39 PM Revision 0c666b41 (qgis): Update src/gui/editorwidgets/qgsvaluemapconfigdlg.cpp
- 06:04 PM Revision daeae760 (qgis): Store relative publicSource when possible
- 05:54 PM Revision 37c42c36 (qgis): Relation-reference widget: load dependencies
- Same behavior of value-relation widget.
Funded by: ARPA Piemonte - 09:03 AM Revision 80b28825 (qgis): Remove duplicate private declaration
- 08:50 AM Revision 8e1a69d8 (qgis): Keep order of value map items when importing CSV
- 08:11 AM Revision d953f9ed (qgis): [pal] Don't sort final label placements in pal
- We have a (better) sorting method in QGIS which accounts for other
things like the label z orders, so this sorting in... - 07:44 AM Revision 98d1f98f (qgis): Merge pull request #33060 from m-kuhn/value_map_ordered_import
- Keep order of value map items when importing CSV
- 04:16 AM Revision a997ab8b (qgis): Add more labeling tests covering different label/obstacle combinations
- 02:07 AM Revision 175a075b (qgis): Use geojson files instead of sqlite for PAL test suite
- It's much more git friendly...
- 02:07 AM Revision 2bccde39 (qgis): Tweak test qml for test consistency
2019-11-26
- 12:57 AM Revision 3ebbdf7d (qgis): Avoid qt containing detachment, remove some auto use
- (cherry picked from commit f086d4e6bdab339a004c8cb026ed8201eeba20f1)
- 12:57 AM Revision 6377ed4f (qgis): Don't report success when a calculation error occurred
- (cherry picked from commit ab6239b7537514992fd7f54a63d8593932ea44a4)
- 12:57 AM Revision 3af89930 (qgis): Fix crash in raster calculator on Windows builds
- It's not safe to take the data from a vector like this, it will be
deleted as soon as the vector itself is
Fixes #32... - 12:57 AM Revision 6d9fe0b3 (qgis): [layouts] Ensure overview frames are correctly exporting during layer
- based exports when the stacking position is set not set to above labels
Fixes #32763
(cherry picked from commit 078... - 12:57 AM Revision 32e62222 (qgis): Attempt to fix crash when adding fields to existing table
- Refs #32819
(cherry picked from commit 5d27d7cfdf1f1c7fb7c5a82db725e748e7482ff3) - 12:57 AM Revision 0de2c662 (qgis): Avoid altering std::map while iterating over it (potentially unsafe)
- And avoid some double-lookups
(cherry picked from commit bc6c3e57ff1c7b97f2bbf3a39a8472c5b8d74ff8) - 12:47 AM Revision b921e3e2 (qgis): [processing] Fix menu links following c++ algorithm ports
- 08:07 PM Revision 5d27d7cf (qgis): Attempt to fix crash when adding fields to existing table
- Refs #32819
- 08:06 PM Revision 078f8451 (qgis): [layouts] Ensure overview frames are correctly exporting during layer
- based exports when the stacking position is set not set to above labels
Fixes #32763 - 08:06 PM Revision a269fe23 (qgis): Fix SVG artifact outside of viewbox in poi_place_city.svg file
- Fixes #33061
- 08:06 PM Revision f5d542e4 (qgis): [needs-docs][layouts] Shuffle legend item widget tool buttons
- to reduce visual cumbersomeness
- 08:06 PM Revision 10e71189 (qgis): [layouts] Make legend's filter by map extent widget a check box
- 08:06 PM Revision 60555a18 (qgis): [ui] Fix out-of-sync show help button enabled state for the expression ...
- 08:06 PM Revision 52e2ac74 (qgis): [diagrams] Harmonize the diagram type combobox looks
- 07:18 PM Revision f19922a4 (qgis): establish CRS parameter as normal param
- 07:18 PM Revision 2fa6a3ff (qgis): optimize index usage and geometry creation
- 07:18 PM Revision 948ea416 (qgis): move QgsSpatialIndex to stack and fix QList check
- 07:18 PM Revision 3bf89fe1 (qgis): fix CRS test parameter
- 07:18 PM Revision a75436c5 (qgis): [feature][processing] Port and optimization of Random points in extent ...
- 07:18 PM Revision 08c194c7 (qgis): remove python version of Random points in extent algorithm
- 07:18 PM Revision 590c57c0 (qgis): remove python alg help
- 07:18 PM Revision 9fba322a (qgis): fix point count test parameter
- 07:18 PM Revision 03f0dd63 (qgis): fix multiple spaces in helpstring and exception
- 07:18 PM Revision a7ffa9ff (qgis): fix parameter names and add crs and attempts parameters to advanced par...
- 07:18 PM Revision b96aed4e (qgis): adaptation of algorithm test parameters
- 09:27 AM Revision d0348127 (qgis): [ui] Fix out-of-sync show help button enabled state for the expression ...
- 09:25 AM Revision f086d4e6 (qgis): Avoid qt containing detachment, remove some auto use
- 09:25 AM Revision ab6239b7 (qgis): Don't report success when a calculation error occurred
- 09:25 AM Revision bc6c3e57 (qgis): Avoid altering std::map while iterating over it (potentially unsafe)
- And avoid some double-lookups
- 09:25 AM Revision e3d2dcdb (qgis): Fix crash in raster calculator on Windows builds
- It's not safe to take the data from a vector like this, it will be
deleted as soon as the vector itself is
Fixes #32855 - 08:36 AM Revision 4512318f (qgis): Happy now?
- 08:03 AM Revision 7f5baf03 (qgis): Fix SVG artifact outside of viewbox in poi_place_city.svg file
- Fixes #33061
- 08:03 AM Revision 9a688358 (qgis): Fix function help for project function
- Fixes #33035
(cherry picked from commit 37f2d2d8ae7efd4bc953422f7740447c15b9919c) - 08:03 AM Revision d051fca4 (qgis): Add missing documentation for geom_to_wkt precision argument
- (cherry picked from commit 8b968cf2f5475da3010e384d427c6ddd01584e6f)
- 08:03 AM Revision 9be38e14 (qgis): Fix grid file installation fails if path does not already exist
- Fixes #32936
(cherry picked from commit 97fd59a99a3815b18ee3ee41650be941477d3fd7) - 07:04 AM Revision a4581188 (qgis): [diagrams] Harmonize the diagram type combobox looks
- 07:03 AM Revision 5efd20d2 (qgis): [layouts] Shuffle legend item widget tool buttons to reduce visual cumb...
- 07:03 AM Revision b700e6d6 (qgis): [layouts] Make legend's filter by map extent widget a check box
- 06:19 AM Revision a225ec09 (qgis): Don't enable diagram effects by default
- 04:45 AM Revision 0b3b7123 (qgis): [processing] Port "Count points in polygon" algorithm to c++
- 02:25 AM Revision abada63c (qgis): convert if structures to switch
2019-11-25
- 10:53 PM Revision 3d4abaf8 (qgis): Fix windows build
- 08:32 PM Revision e02b5e64 (qgis): Make the comment on mask shape usage multiline
- avoiding unnecessary scroll to fully read it
- 07:40 PM Revision 82559322 (qgis): use QGIS API instead of GDAL API to create heatmaps
- 07:40 PM Revision 3e63d65f (qgis): address comments
- 06:59 PM Revision 42d6c394 (qgis): Hide coordinate operations which utilise a LAS/LOS grid shift file,
- which are unsupported by proj 6
E.g. some candidate operations between EPSG:3035 and EPSG:5514
Since these can NEVE... - 06:59 PM Revision 97fd59a9 (qgis): Fix grid file installation fails if path does not already exist
- Fixes #32936
- 06:58 PM Revision 8b968cf2 (qgis): Add missing documentation for geom_to_wkt precision argument
- 06:58 PM Revision 3ba95154 (qgis): Fix expression function helping missing for all functions
- Fixes #33016
- 06:58 PM Revision 37f2d2d8 (qgis): Fix function help for project function
- Fixes #33035
- 06:56 PM Revision aed17bae (qgis): [processing] port spatial index algorithm to C++
- 06:56 PM Revision 9289d53a (qgis): [processing] port orthogonalize algorithm to C++
- 06:56 PM Revision 5324d7f9 (qgis): [processing] port points layer from table to C++
- 06:56 PM Revision eead84db (qgis): constant raster algorithm: reduce minimum value for pixel size and take...
- account target CRS when evaluating extent parameter
- 06:56 PM Revision 9411d96f (qgis): [processing] port set M value algorithm to C++
- 06:56 PM Revision 59564c42 (qgis): mention Z and M fields in the points layer from table help
- 06:56 PM Revision 524f66da (qgis): [processing] port single-sided buffer algorithm to C++ and make distance
- parameter dynamic
- 06:56 PM Revision 0800c5dd (qgis): remove Python version of the Grid algorithm, it was ported to C++
- 06:56 PM Revision 1a3fb9ae (qgis): orthogonalize algorithm: make angle tolerance parameter dynamic
- 06:56 PM Revision cba4ea8a (qgis): fix typos
- 06:56 PM Revision f1d60800 (qgis): [processing] port set Z value algorithm to C++
- 06:56 PM Revision 7033c310 (qgis): [processing] port create attribute index algorithm to C++
- 06:56 PM Revision a1e75e9d (qgis): [processing] port constant raster algorithm to C++
- 06:56 PM Revision 06a71403 (qgis): [processing] port terrain analysis algoithms to C++
- 06:50 PM Revision 406e28da (qgis): Move QgsDebugCall to level 2 debug level
- (cherry picked from commit 69e1b84b4c405a6b9fa7cfd2a72cf4c49a85f929)
- 06:50 PM Revision c3b3e029 (qgis): Fix WMTS Capabilities document and related tests
- (cherry picked from commit 529aea6f4e21ccdb15152eba6298f93d430f6888)
- 06:50 PM Revision 023e8d2a (qgis): MetaSearch plugin: update CSW catalog url from the portuguese mapping a...
- (cherry picked from commit 23fc25b04600865c71421462e9f304cca4c6731e)
- 06:50 PM Revision 9faec85a (qgis): Hide coordinate operations which utilise a LAS/LOS grid shift file,
- which are unsupported by proj 6
E.g. some candidate operations between EPSG:3035 and EPSG:5514
Since these can NEVE... - 06:50 PM Revision 2d4c8bf1 (qgis): Fix time (and date) fields editing in forms
- Fixes #33000
(cherry picked from commit 17a700b34be68fcba49cf8e43e6994ea31a2aff5) - 06:50 PM Revision 418b6580 (qgis): Rework QgsDebugMsgLevel to avoid construction of strings which
- won't be logged at the current debug level
Instead of always constructing debug strings, and then potentially
ignori... - 06:11 PM Revision 55df0c10 (qgis): Add documentation
- 04:42 PM Revision 44c390cf (qgis): MXE build workflow
- 10:14 AM Revision 23ae038d (qgis): fix docs for streamlines (#33054)
- 08:54 AM Revision 938aa58d (qgis): [FEATURE] Streamlines Renderer for vector dataset on mesh layer. (#32996)
- * [FEATURE] Mesh streamlines
fix #29534
The vector field data set in a mesh layer can currently be only rendered wi... - 03:44 AM Revision 0bbdf202 (qgis): Remove backport bot - it's dead
- 03:43 AM Revision 69e1b84b (qgis): Move QgsDebugCall to level 2 debug level
- 03:43 AM Revision 65ad06d1 (qgis): Rework QgsDebugMsgLevel to avoid construction of strings which
- won't be logged at the current debug level
Instead of always constructing debug strings, and then potentially
ignori... - 03:43 AM Revision 83dd2aa0 (qgis): Move some non-error debug messages to QgsDebugMsgLevel
- 01:12 AM Revision 529aea6f (qgis): Fix WMTS Capabilities document and related tests
2019-11-24
- 10:43 PM Revision 23fc25b0 (qgis): MetaSearch plugin: update CSW catalog url from the portuguese mapping a...
- 09:20 PM Revision e8ec0042 (qgis): [FEATURE][diagrams] Paint effect support for diagram renderer
- Allows for diagrams to use paint effects, including drop shadows,
outer glows, etc...
Sponsored by SLYR - 10:11 AM Revision 204bd47b (qgis): [FEATURE][diagrams] New diagram type "stacked bars"
- Stacks bars of varying colors for each attribute on top of each other
vertically or horizontally.
Sponsored by SLYR - 09:06 AM Revision 0fe849a1 (qgis): Fix QGIS crashing when loading a recent project after saving dirty project
- 09:06 AM Revision b8bc9fad (qgis): Fix QGIS crashing when loading a recent project after saving dirty project
2019-11-23
- 12:14 AM Revision 79430b54 (qgis): Fix signature of qgsattributeform.cpp
- 11:57 PM Revision 9c9b5ca0 (qgis): Fix sip and formatting issues
- 10:54 PM Revision 08b7ecab (qgis): Fix docstrings and respond to feedback
- 08:18 PM Revision 51c12891 (qgis): Merge branch 'master' into pg_json
- 09:48 AM Revision 2d888519 (qgis): [diagrams] Fix bars drawn outside of registered diagram extent for some...
- (cherry picked from commit 993d90a456ccc72ab2114368656ab75e3a6ccc1e)
- 09:48 AM Revision 19649058 (qgis): [diagrams] When an unknown diagram type is encountered, don't crash, bu...
- Avoids projects from a new qgis using a new diagram type crashing when opened in earlier
qgis versions
(cherry picke... - 09:48 AM Revision ad260fff (qgis): [diagrams] Diagram size widget should allow non-integer values
- There's no reason we should limit diagram sizes to round number of
mm, so adapt widget to follow same behavior as oth... - 09:48 AM Revision e483229e (qgis): [diagrams] Better default size for diagrams
- (cherry picked from commit b78784be4f60342dfb96ec1f9b344a6678eaba16)
- 09:45 AM Revision ec9e5986 (qgis): Fix QGIS crashing when loading a recent project after saving dirty project
- 09:06 AM Revision 5ee9b20b (qgis): QgsCoordinateTransform::transformCoords(): with PROJ 6, do no raise on ...
- Fixes #32973 or at least improve it significantly
Currently with PROJ 6 transformCoords() will raise an exception as... - 09:06 AM Revision ee260893 (qgis): [diagrams] Fix incorrectly calculated size of diagrams when bar spacing...
- 09:06 AM Revision a72f42b6 (qgis): [diagrams] Better default size for diagrams
- 09:06 AM Revision 6db6ede3 (qgis): [diagrams] When an unknown diagram type is encountered, don't crash, bu...
- Avoids projects from a new qgis using a new diagram type crashing when opened in earlier
qgis versions - 09:06 AM Revision 1c0a9918 (qgis): [diagrams] Default bar spacing should be 0
- 09:06 AM Revision 6b0c9b83 (qgis): Spelling
- 09:06 AM Revision 9a23e1b2 (qgis): [FEATURE][diagrams] Add option to show diagram axis for histogram diagr...
- Where the axis line symbol can be set using a standard QGIS line symbol.
Sponsored by SLYR - 09:06 AM Revision abb64382 (qgis): [diagrams] Fix bars drawn outside of registered diagram extent for some...
- 09:06 AM Revision 249d38a5 (qgis): Add read/write context to diagram serialization
- 09:06 AM Revision bfd925dc (qgis): [diagrams] Fix placement of histogram diagrams with bar spacing set
- 09:06 AM Revision a784fbe6 (qgis): [diagrams] Diagram size widget should allow non-integer values
- There's no reason we should limit diagram sizes to round number of
mm, so adapt widget to follow same behavior as oth... - 07:20 AM Revision 036f032b (qgis): [canvas] Fix zoom to selection for single point selection when layer is...
- 07:20 AM Revision 9c782e82 (qgis): [canvas] Fix zoom to selection for single point selection when layer is...
- 05:06 AM Revision c7d4892c (qgis): [canvas] Fix zoom to selection for single point selection when layer is...
- 05:02 AM Revision ed7d13da (qgis): QgsCoordinateTransform::transformCoords(): with PROJ 6, do no raise on ...
- Fixes #32973 or at least improve it significantly
Currently with PROJ 6 transformCoords() will raise an exception as...
2019-11-22
- 12:22 AM Revision f2f40b13 (qgis): QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 10:27 PM Revision bd170fa7 (qgis): QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 09:44 PM Revision 831780bb (qgis): Merge pull request #33018 from troopa81/backport-32811-to-release-3_10
- backport fix wfs cache request
- 09:00 PM Revision a485b476 (qgis): Merge pull request #33021 from rouault/fx_writing_to_kml_with_gdal_3
- QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 08:18 PM Revision e75ff1b5 (qgis): QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 06:17 PM Revision df1b2734 (qgis): backport fix wfs cache request
- 05:04 PM Revision 22a72bef (qgis): Merge pull request #33012 from elpaso/bugfix-gh-33000-time-support
- Fix time (and date) fields editing in forms
- 04:00 PM Revision 2c61eb39 (qgis): Address comments
- 12:56 PM Revision adad95ee (qgis): Make it possible to load multiple terrain tiles at the same time
- Also adds some event tracing support to better understand what
is going on under the hood - 12:56 PM Revision e86d283a (qgis): Add recording of async events to the event tracer
- 12:56 PM Revision ae92395d (qgis): Basic event tracing for 3D and a shortcut to toggle tracing: ctrl+shift+.
- 12:56 PM Revision c452bed2 (qgis): Put all chunked entity load tile events into one group
- 12:56 PM Revision 5706a9f7 (qgis): Make event tracing disabled by default
- It needs qgis/enableEventTracing to be set to true in Options > Advanced.
- 11:33 AM Revision 17a700b3 (qgis): Fix time (and date) fields editing in forms
- Fixes #33000
- 11:09 AM Revision 63911c1d (qgis): Merge pull request #32551 from rduivenvoorde/from_epoch
- [FEATURE] Add datetime_from_epoch (MSec from epoch) expression function
- 09:55 AM Revision 4ebd23e7 (qgis): Merge pull request #33003 from rldhont/backport-32800-to-release-3_4
- [Backport release-3_4][Bugfix][Server] Correctly round extent coordinates in services capabilities
- 09:55 AM Revision 588a0961 (qgis): Merge pull request #33002 from rldhont/backport-32800-to-release-3_10
- [Backport release-3_10][Bugfix][Server] Correctly round extent coordinates in services capabilities
- 04:17 AM Revision 71dd0df4 (qgis): Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
- comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKe... - 04:17 AM Revision 5d924cf7 (qgis): Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
- comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKe... - 01:07 AM Revision b4769c57 (qgis): Prevent saving invalid json
2019-11-21
- 12:01 AM Revision baf38199 (qgis): [FEATURE][diagrams] Add option to control pie diagram angular direction
- I.e. control whether the sections are rendered in a clockwise or
anticlockwise direction
Sponsored by SLYR - 10:30 PM Revision ec8912ed (qgis): [Server] Test WCS Access Control: update comment
- 10:30 PM Revision bd96f8b7 (qgis): [Server] Update WMS GetProjectSettings tests for round extent in GetCap...
- 10:30 PM Revision 588324a1 (qgis): [Server] Update WCS tests for round extent in GetCapabilities
- 10:30 PM Revision 59b83def (qgis): [Server] Update WMS tests for round extent in GetCapabilities
- 08:48 PM Revision e9251a5f (qgis): [Server] Update WFS tests for round extent in GetCapabilities
- 08:48 PM Revision 86f57f03 (qgis): [Server] Update WMTS tests for round extent in GetCapabilities
- 08:48 PM Revision 60d49a7e (qgis): [Server] tests: Add masks
- 08:48 PM Revision 97e06028 (qgis): [Bugfix][Server] Use floor and ceil for round extent coordinates in ser...
- 08:48 PM Revision a4a48ccc (qgis): [Bugfix][Server] Correctly round extent coordinates in services capabil...
- QString::number does not correctly round double. It can truncate double so the extent display explains in services ca...
- 08:45 PM Revision c99ae2a0 (qgis): [Server] Update WMS Dimension tests for round extent in GetCapabilities
- 08:45 PM Revision 3198ce54 (qgis): [Server] Update WMS GetProjectSettings tests for round extent in GetCap...
- 08:45 PM Revision ac846d36 (qgis): [Server] Test WCS Access Control: update comment
- 08:45 PM Revision e1c4f145 (qgis): [Server] Update WCS tests for round extent in GetCapabilities
- 08:45 PM Revision 983da1d3 (qgis): [Server] Update WMS tests for round extent in GetCapabilities
- 08:45 PM Revision e5f93ebb (qgis): [Server] Update WFS tests for round extent in GetCapabilities
- 08:45 PM Revision 1b08bbef (qgis): [Server] Update WMTS tests for round extent in GetCapabilities
- 08:45 PM Revision 723c51b3 (qgis): [Server] tests: Add masks
- 08:45 PM Revision f986fa10 (qgis): [Bugfix][Server] Use floor and ceil for round extent coordinates in ser...
- 08:45 PM Revision 41b97b4c (qgis): [Bugfix][Server] Correctly round extent coordinates in services capabil...
- QString::number does not correctly round double. It can truncate double so the extent display explains in services ca...
- 07:14 PM Revision 9bfd06a8 (qgis): Update TilesXYZ.py
- Solve issue #30524. Now tiles are drawn correctly if there are layers with scale-dependant styles
(cherry picked fro... - 07:14 PM Revision 3aa99e1a (qgis): Remove sort order tweaks
- (cherry picked from commit 8159783afed47061e18e62c17b678d10135e47b1)
- 07:14 PM Revision be91de99 (qgis): Add FlatGeobuf as known input format
- (cherry picked from commit 150709cb5f661001c1271fc67e96ed2f98554136)
- 07:14 PM Revision 360e7622 (qgis): fix build
- (cherry picked from commit c42789d71b304828dbb2fb160a58dff9d1d62615)
- 07:14 PM Revision 11bcbc0c (qgis): Tiles XYZ fixed scale-dependant styles
- (cherry picked from commit 742c7b95d7817c9e3d881e5b3cec12fbccf544df)
- 07:14 PM Revision b39bd70e (qgis): Add GDAL 3.1.0 version ifdef
- (cherry picked from commit a875befb0c2ffb308c42cccb7afb655873dba845)
- 07:14 PM Revision a4c2129a (qgis): Fix alg description
- PostGIS DB -> PostgreSQL DB
(cherry picked from commit d28da131c4b6acfa53d63c7af7cc1fe6e2b372e0) - 07:14 PM Revision f5692125 (qgis): Fix alg description
- PostGIS DB - PostgreSQL DB
(cherry picked from commit 60ed888277a83bcd2ff40d91f626dd09f5c6161c) - 07:14 PM Revision 4cfd354b (qgis): Resolve cpu spikes when options dialog is shown
- Disable auto-update of the advanced settings tree widget. This is causing
CPU spikes every 2 seconds while the dialog... - 07:14 PM Revision fb374357 (qgis): fix crash when gps source is not available (e.g. missing QT plugins)
- (cherry picked from commit 90cbcc92b110144a0eb9498248c12fb82af8a60f)
- 07:14 PM Revision 55ea8e7d (qgis): Fix fid regenerate on GPKG vector layer exported
- Fixes #32927
(cherry picked from commit f9f00d3388ea5df0001ec967e5cbf4daf3903e24) - 07:14 PM Revision 074afdf7 (qgis): Optimise some trivial point/rectangle intersection tests
- (cherry picked from commit 19d0b118a59f8456cdf9a89f61fafe547973db85)
- 07:14 PM Revision 4e18d911 (qgis): [labeling] Fix evalution of letter/word spacing when font size is map u...
- Fixes #32825
(cherry picked from commit 0d6599a7b6dfeff1a4113ea1922820d6c7c894d3) - 07:14 PM Revision ff972079 (qgis): Lower precision of grass centrality test
- Refs #32562
(cherry picked from commit 2b9921ac2cebbe2362af3ebc08769bd325c359ed) - 07:14 PM Revision 9f39fea4 (qgis): Add unit test for qgslayerdefinition
- (cherry picked from commit 0aea46bb2808c56fd455c095684c65e7ced0d022)
- 07:14 PM Revision 9bfed01b (qgis): Add unit tests for qgsproject
- (cherry picked from commit 0770ca9121698b286bff018b7b8fa15c21c97147)
- 07:14 PM Revision 1fb741a0 (qgis): Load embedded group from qgz project
- (cherry picked from commit 35c2a9a6f3e28c4a2e37c0576524e464b60cf2fb)
- 07:14 PM Revision 83a35e38 (qgis): Fix reloading project with embedded layers from qgz
- (cherry picked from commit 9a9778af418f2a5783cbda7217823b150db883b7)
- 07:14 PM Revision 71f2dd47 (qgis): Read qgz project when embedding layers. Fixes #28280
- (cherry picked from commit e5eb23e30ce7ead00ffa8cc3fedf2637ecbbd61b)
- 07:14 PM Revision 941a20ad (qgis): Revert 5c1cc4a40d84. I wasn't aware dashes in plugin directory names ha...
- (cherry picked from commit ffb38e8a320082791c3251ee386e9a899d0a5d33)
- 07:14 PM Revision 6bc027b8 (qgis): Disable flaky test
- See https://travis-ci.org/qgis/QGIS/jobs/606030466#L6726
(cherry picked from commit 39741e549e525a11e07ffc3594e8b4a8... - 07:14 PM Revision 39082474 (qgis): Attribute table pass fid on ctx menu signals
- instead of passing an index that could belong to
one of the (three) models that live in the dual
view.
This hopefull... - 07:14 PM Revision d5543b6c (qgis): Attribute table: please don't delete randomly!
- Fixes #32933
Pretty big fat bug isn't it ?
(cherry picked from commit ea38fcec06c5fbaa832a2ae7b229a5fc7a727df7) - 07:14 PM Revision 32c9b306 (qgis): Add topological points on background layers for qgsmaptooladdfeature
- (cherry picked from commit 47bc117795579ea0b27b016a68c3e6cc6f071a91)
- 07:14 PM Revision 6f171fdc (qgis): Update connections-default.xml
- (cherry picked from commit 69ba08eae9ef8d7af3035ef813dddb1c87719dfe)
- 07:14 PM Revision e6eaf7ba (qgis): Add FlatGeobuf as an exportable format
- (cherry picked from commit 315c9bbea633f09824875aef51a5129a5f974b27)
- 07:09 PM Revision 701ea057 (qgis): Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
- comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKe... - 07:02 PM Revision b14d7a8d (qgis): Merge pull request #32800 from rldhont/fix-server-round-precision-extent
- [Bugfix][Server] Correctly round extent coordinates in services capabilities
- 06:21 PM Revision 8913fb34 (qgis): Merge pull request #32114 from troopa81/fix_feature_count_estimated_met...
- Fix featureCount on postgres view when flag estimatedmetadata is set
- 06:08 PM Revision 0808c2ba (qgis): [Server] Update WCS tests for round extent in GetCapabilities
- 06:08 PM Revision 90f325a8 (qgis): [Server] Update WMS tests for round extent in GetCapabilities
- 06:08 PM Revision 9743e306 (qgis): [Server] Test WCS Access Control: update comment
- 06:08 PM Revision e5431a88 (qgis): [Server] Update WMS Dimension tests for round extent in GetCapabilities
- 06:08 PM Revision a60ea5d7 (qgis): [Server] Update WMS GetProjectSettings tests for round extent in GetCap...
- 05:45 PM Revision 726dcd11 (qgis): Remove rasterize from help file
- 05:45 PM Revision 10e6822d (qgis): Keeps a bit less memory
- 05:33 PM Revision 24307f9e (qgis): Merge pull request #32992 from elpaso/rasterize-c-plus-plus
- Port Processing Rasterize to C++
- 05:28 PM Revision c1917476 (qgis): Rasterize: QtConcurrent version
- 04:28 PM Revision e21c0481 (qgis): Typo
- 11:51 AM Revision 63956785 (qgis): Merge pull request #30297 from roya0045/handler_v2
- Bad Layer Handler Improvements
- 11:29 AM Revision 3456bc01 (qgis): Merge pull request #32990 from m-kuhn/dxf_fix_dd
- Fix data defined symbology in dxf export
- 09:58 AM Revision 797af951 (qgis): Processing rasterize: add extent buffer
- 09:10 AM Revision 8a7bf147 (qgis): [diagrams] Fix diagram attribute order is reversed when using left or r...
- 09:10 AM Revision 6222207c (qgis): Fix some warnings, forced truncation to int while rendering histogram d...
- 09:10 AM Revision 2ff4bd54 (qgis): Test masks
- 09:03 AM Revision c70baa26 (qgis): Fix layer/field based symbology
- Was broken since https://github.com/qgis/QGIS/pull/32770
- 09:03 AM Revision 22e1bfa5 (qgis): Add data based orientation text dxf test
- 06:21 AM Revision 49dcc2c2 (qgis): [FEATURE] Add spacing option for vector layer bar chart diagrams
- Allows for user-controlled spacing between each bar in the chart.
Sponsored by SLYR - 02:22 AM Revision c42789d7 (qgis): fix build
2019-11-20
- 11:24 PM Revision 742c7b95 (qgis): Tiles XYZ fixed scale-dependant styles
- 11:24 PM Revision 20736b9a (qgis): Update TilesXYZ.py
- Solve issue #30524. Now tiles are drawn correctly if there are layers with scale-dependant styles
- 11:23 PM Revision fb85e652 (qgis): Fix typos
- 09:46 PM Revision 9b731edb (qgis): [Server] tests: Add masks
- 09:46 PM Revision 1d3b90bb (qgis): [Server] Update WMTS tests for round extent in GetCapabilities
- 09:46 PM Revision 656f9e04 (qgis): [Bugfix][Server] Use floor and ceil for round extent coordinates in ser...
- 09:46 PM Revision 747f785e (qgis): [Bugfix][Server] Correctly round extent coordinates in services capabil...
- QString::number does not correctly round double. It can truncate double so the extent display explains in services ca...
- 09:46 PM Revision 2599eb53 (qgis): [Server] Update WFS tests for round extent in GetCapabilities
- 09:41 PM Revision 150709cb (qgis): Add FlatGeobuf as known input format
- 09:23 PM Revision c25f2745 (qgis): Port processing rasterize to C++
- roughly 20% faster than Python
- 08:52 PM Revision 460c1080 (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 08:52 PM Revision 111fbace (qgis): mhkun style
- 08:52 PM Revision 0558a5c3 (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 08:52 PM Revision 94913ead (qgis): Improve debug messages about geos/topology support
- 08:52 PM Revision 90c83011 (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 08:52 PM Revision 6def175f (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 08:52 PM Revision 714d1f49 (qgis): Unify list of supported spatial types
- 08:50 PM Revision 8159783a (qgis): Remove sort order tweaks
- 08:50 PM Revision a875befb (qgis): Add GDAL 3.1.0 version ifdef
- 08:50 PM Revision 315c9bbe (qgis): Add FlatGeobuf as an exportable format
- 08:49 PM Revision 69ba08ea (qgis): Update connections-default.xml
- 08:04 PM Revision b848b0a9 (qgis): add test
- 08:04 PM Revision 47bc1177 (qgis): Add topological points on background layers for qgsmaptooladdfeature
- 08:00 PM Revision bcdbc3a8 (qgis): Attribute table pass fid on ctx menu signals
- instead of passing an index that could belong to
one of the (three) models that live in the dual
view.
This hopefull... - 08:00 PM Revision ea38fcec (qgis): Attribute table: please don't delete randomly!
- Fixes #32933
Pretty big fat bug isn't it ? - 07:55 PM Revision 39741e54 (qgis): Disable flaky test
- See https://travis-ci.org/qgis/QGIS/jobs/606030466#L6726
- 07:54 PM Revision ffb38e8a (qgis): Revert 5c1cc4a40d84. I wasn't aware dashes in plugin directory names ha...
- 03:05 PM Revision e8b38c36 (qgis): Merge pull request #32666 from pblottiere/fix_emblayer_qgz
- Read qgz project when embedding layers/groups. Fixes #28280
- 02:12 PM Revision 91563b8b (qgis): auto layer finder
- 11:46 AM Revision 99bf9687 (qgis): [FEATURE][labels] allow to delete custom label position
- by pressing DEL key when moving the label
- 11:46 AM Revision 0e110cf0 (qgis): [FEATURE][labels] allow to delete custom label rotation
- by pressing DEL key when moving the label
- 11:36 AM Revision 0aea46bb (qgis): Add unit test for qgslayerdefinition
- 10:56 AM Revision 08d5b83f (qgis): Merge pull request #32811 from troopa81/fix_wfs_cache
- fix cache read on wfs request
- 10:27 AM Revision 59a766e2 (qgis): Merge pull request #32807 from lbartoletti/patch-1
- Fix compilation with llvm > 6 (and arch=i386)
- 09:43 AM Revision 2b9921ac (qgis): Lower precision of grass centrality test
- Refs #32562
- 08:38 AM Revision 1ca926d7 (qgis): [FEATURE][layouts] Add search box to layout manager
- Allows filtering the list of layouts in a project by name, handy
when a project has many layouts - 08:07 AM Revision f1e6745f (qgis): [quick] add utility method to select feature using their IDs from QML (...
- * [quick] add utility method to select feature using their IDs from QML
* Update qgsquickutils.cpp - 03:18 AM Revision 48ab44c5 (qgis): [processing] Fix missing icon for polygon to lines algoritghm
- The icon went missing when porting the algorithm from
python to a native - 03:18 AM Revision 657a8e0f (qgis): [processing] Fix wrong label description for the centroid alg's all par...
- (fixes #32940)
- 01:08 AM Revision fd68d8ee (qgis): Use QHash instead of QMap with pointer key
- 01:08 AM Revision c8bf6a9b (qgis): Another unused string:
- 01:08 AM Revision a882ece4 (qgis): Remove unused QString
- 01:08 AM Revision 214bbe9e (qgis): Fix clazy fully-qualified-moc-types warnings
- 01:08 AM Revision 8f1cf97f (qgis): Remove unused QString
- 01:08 AM Revision 9fc5d86d (qgis): Add missing Q_OBJECT macro
- 01:08 AM Revision 6ce88567 (qgis): Fix clazy warnings
- 01:08 AM Revision 4b8f37da (qgis): Enable some more safe clazy checks
- 01:08 AM Revision 942b74fa (qgis): Remove unused QString
- 01:08 AM Revision 9a2e0151 (qgis): Move QObject declaration to header
- 01:08 AM Revision 0b688348 (qgis): Fix build
- 01:08 AM Revision 129165a1 (qgis): Fix warning
- 01:08 AM Revision 85227322 (qgis): Clear clazy unused variable warning on proj < 6 builds
- 01:08 AM Revision 1c128f9d (qgis): Line based exclusion doesn't seem to work with lambdas...
- 01:08 AM Revision fe9e6c69 (qgis): Fix typos
- 01:08 AM Revision 3b03b878 (qgis): Add missing Q_OBJECT macro
- 01:08 AM Revision 986aa713 (qgis): Identation
2019-11-19
- 12:31 AM Revision 664223c5 (qgis): Add backport bot workflow yml
- 08:13 PM Revision 9f026272 (qgis): Wrong label in UI for "Create point for each part" on "Centroids" proce...
- #32940
- 05:54 PM Revision c2a3a855 (qgis): Test cache read
- 05:50 PM Revision 0770ca91 (qgis): Add unit tests for qgsproject
- 12:09 PM Revision e109dc6a (qgis): [processing] Fix wrong label description for the centroid alg's all par...
- (fixes #32940)
- 10:52 AM Revision 8fedf7c7 (qgis): debian packaging: python-gdal still needed for gdal python scripts
- 10:51 AM Revision 3a71bc26 (qgis): debian packaging: python-gdal still needed for gdal python scripts
- 10:39 AM Revision e0ffc654 (qgis): debian packaging: python-gdal still needed for gdal python scripts
- 10:35 AM Revision f63c747c (qgis): [processing] Fix missing icon for polygon to lines algoritghm
- The icon went missing when porting the algorithm from
python to a native - 07:46 AM Revision 0d6599a7 (qgis): [labeling] Fix evalution of letter/word spacing when font size is map u...
- Fixes #32825
- 07:41 AM Revision 19d0b118 (qgis): Optimise some trivial point/rectangle intersection tests
- 05:05 AM Revision 752925f7 (qgis): [expression] Language support for format_date() and to_{date,datetime,t...
- By default, those expression use the application's locale. The addition of an optional
language parameter allows hand...
2019-11-18
- 09:21 PM Revision 68701e2e (qgis): Remove unused code
- 09:21 PM Revision 13518ff4 (qgis): Also lazy load numpy
- 09:21 PM Revision 47f806ca (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 09:20 PM Revision f9f00d33 (qgis): Fix fid regenerate on GPKG vector layer exported
- Fixes #32927
- 06:21 PM Revision d401c840 (qgis): another translation string fix
- 05:35 PM Revision 079bd548 (qgis): Merge pull request #32749 from qgis/backport-32743-to-release-3_4
- [Backport release-3_4] Fix PG 12 constraints check (provider side)
- 01:19 PM Revision 74a6871d (qgis): translation string fixes
- 12:30 PM Revision 35c2a9a6 (qgis): Load embedded group from qgz project
- 12:30 PM Revision e5eb23e3 (qgis): Read qgz project when embedding layers. Fixes #28280
- 12:30 PM Revision 9a9778af (qgis): Fix reloading project with embedded layers from qgz
- 10:20 AM Revision 90cbcc92 (qgis): fix crash when gps source is not available (e.g. missing QT plugins)
- 10:20 AM Revision 65182a27 (qgis): fix compilation of qgsquick plugin on win
- 09:29 AM Revision 3b29dbaf (qgis): Resolve cpu spikes when options dialog is shown
- Disable auto-update of the advanced settings tree widget. This is causing
CPU spikes every 2 seconds while the dialog... - 09:08 AM Revision 2801180b (qgis): database style manager: translatable & title case
- (cherry picked from commit 9b32c0be3b4c0d1c98d2e86fb6e66c13c363eea4)
- 09:04 AM Revision ac4401ba (qgis): custom widgets: fix designer crash (fixes #32860)
- (cherry picked from commit 7fdac2fc6b902a4d4e621fde55abb91e277deccf)
- 09:04 AM Revision bc59bb87 (qgis): debian packaging: drop python-gdal dependency (closes #32835)
- [ci skip]
(cherry picked from commit f67369cc2639f513c77ef3e3c606f96294d9fa47) - 09:04 AM Revision 5b04f26d (qgis): qgsfunction: replace deprecated inspect.getargspec() to inspect.getfull...
- (cherry picked from commit b830a4a448d31c51ea5e5a4e73d0b3a4ad518fb0)
- 09:03 AM Revision e1584e65 (qgis): oracle provider: log when ROWID is used for a missing primary key (clos...
- (cherry picked from commit 3cf70589dcbbfe234a118a9b5f38352666bbd926)
- 09:03 AM Revision 90af8f45 (qgis): also track newer CIFS
- (cherry picked from commit 375b3907376c54b42728d1e69ef2ad70a22143a2)
- 09:02 AM Revision d88023f5 (qgis): translation string fix
- (cherry picked from commit 002d3986d505b58e1d3152df038dbff90938e118)
- 08:55 AM Revision 07378a71 (qgis): database style manager: translatable & title case
- (cherry picked from commit 9b32c0be3b4c0d1c98d2e86fb6e66c13c363eea4)
- 08:55 AM Revision 8d5bbb76 (qgis): custom widgets: fix designer crash (fixes #32860)
- (cherry picked from commit 7fdac2fc6b902a4d4e621fde55abb91e277deccf)
- 08:55 AM Revision b9611ee6 (qgis): debian packaging: drop python-gdal dependency (closes #32835)
- [ci skip]
(cherry picked from commit f67369cc2639f513c77ef3e3c606f96294d9fa47) - 08:54 AM Revision 354c5917 (qgis): qgsfunction: replace deprecated inspect.getargspec() to inspect.getfull...
- (cherry picked from commit b830a4a448d31c51ea5e5a4e73d0b3a4ad518fb0)
- 08:54 AM Revision a48f4c42 (qgis): oracle provider: log when ROWID is used for a missing primary key (clos...
- (cherry picked from commit 3cf70589dcbbfe234a118a9b5f38352666bbd926)
- 08:52 AM Revision 54a2e798 (qgis): also track newer CIFS
- (cherry picked from commit 375b3907376c54b42728d1e69ef2ad70a22143a2)
- 08:52 AM Revision 4eb78ea8 (qgis): translation string fix
- (cherry picked from commit 002d3986d505b58e1d3152df038dbff90938e118)
- 06:13 AM Revision 617955ac (qgis): [expression] Language support for format_date() and to_{date,datetime,t...
- By default, those expression use the application's locale. The addition of an optional
language parameter allows hand...
2019-11-17
- 05:31 PM Revision 0e7edd55 (qgis): [feature] is_valid expression
- Returns true if a geometry is considered valid according to the OGC validity rules
- 11:30 AM Revision aa7af8fa (qgis): Merge pull request #32460 from alexbruy/backport-32455-to-release-3_4
- [Backport release-3_4] [processing] allow to select files without suffix in the Processing options dialog
- 08:08 AM Revision 4f602c40 (qgis): Merge a5b7db58ca264d39e7f6fcb888569cbab0955f9d into cherry-pick-backpor...
- skip-checks: true
- 08:08 AM Revision 3b856511 (qgis): Also lazy load numpy
- 08:08 AM Revision 2d83fb2e (qgis): Remove unused code
- 08:08 AM Revision a27db353 (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 06:29 AM Revision 6eb59878 (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 06:29 AM Revision 8ced952f (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 06:29 AM Revision 8096b0b9 (qgis): [processing] Warn when we know for certain that no spatial index
- exists on a source used for the Join by Location algorithm
Advise users that performance will be severely degraded a... - 03:49 AM Revision 6337ed6a (qgis): Also lazy load numpy
- 03:49 AM Revision ddfc32ba (qgis): Sibling of 8248e2b2b620922b7baae67d1a72f09509ac2630 [skip ci]
- skip-checks: true
- 03:39 AM Revision a5b7db58 (qgis): Remove unused code
- 03:39 AM Revision 12cff6b6 (qgis): Sibling of a5b7db58ca264d39e7f6fcb888569cbab0955f9d [skip ci]
- skip-checks: true
- 03:39 AM Revision a4052f90 (qgis): Remove unused code
- 03:33 AM Revision c8e2c4c3 (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 03:33 AM Revision 04120945 (qgis): Sibling of c8e2c4c322445462f59fab5658e11cda866e4bb5 [skip ci]
- skip-checks: true
- 03:33 AM Revision 7c193a3d (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 02:55 AM Revision d28da131 (qgis): Fix alg description
- PostGIS DB -> PostgreSQL DB
- 02:55 AM Revision 60ed8882 (qgis): Fix alg description
- PostGIS DB - PostgreSQL DB
2019-11-16
- 07:54 PM Revision 2a5ee9b5 (qgis): [processing] Warn when we know for certain that no spatial index
- exists on a source used for the Join by Location algorithm
Advise users that performance will be severely degraded a... - 07:54 PM Revision 37044b0a (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 07:54 PM Revision fe32fdfe (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 02:42 PM Revision c7aa590b (qgis): Merge pull request #32659 from qgis/backport-32645-to-release-3_10
- [Backport release-3_10] Server OAPIF fix limits/offset links
- 10:41 AM Revision 40091939 (qgis): osgeo4w: fix nightlies (followup 766149b1b6)
- 08:19 AM Revision 29824c17 (qgis): Merge pull request #32890 from elpaso/processing-raster-calc-expression...
- [feature] Processing raster calc: add missing btns and validate
2019-11-15
- 08:48 PM Revision 1ffa8295 (qgis): Fix crash when resetting a project-less snapping config
- 05:35 PM Revision 81e64590 (qgis): travis: avoid pr_has_label.py error
- 03:49 PM Revision 25edd83b (qgis): Processing raster calc: add missing btns and validate
- Validate expression
- 03:37 PM Revision 9b32c0be (qgis): database style manager: translatable & title case
- 02:21 PM Revision 2eb41084 (qgis): Merge pull request #32694 from elpaso/server-wfs3-transaction-simple-2
- [feature] Server OAPIF simple transactions
- 01:14 PM Revision 2ba9d3c4 (qgis): Improve debug messages about geos/topology support
- 01:14 PM Revision e6cc12fc (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 01:14 PM Revision ebc9888f (qgis): mhkun style
- 01:14 PM Revision f543a9ab (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 01:14 PM Revision 797a43e3 (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 01:14 PM Revision 6b6509fa (qgis): Unify list of supported spatial types
- 01:14 PM Revision 9c4f77f7 (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 12:18 PM Revision d1ac2fbb (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 12:18 PM Revision 308aebb8 (qgis): Sibling of 9dce2e1087b6a58f34e4b11e036e93aac1f83c64 [skip ci]
- skip-checks: true
- 12:18 PM Revision 5c55c682 (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 12:18 PM Revision 31e3a003 (qgis): mhkun style
- 12:18 PM Revision b1811724 (qgis): Sibling of dc49f39f353bdb84b6f670a1c9ef662bc5726307 [skip ci]
- skip-checks: true
- 12:18 PM Revision 936feac9 (qgis): Sibling of 638aec4546e18caf38df0eeb81657e007b3db0e0 [skip ci]
- skip-checks: true
- 12:18 PM Revision 22e63bfa (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 12:18 PM Revision c52d7677 (qgis): Unify list of supported spatial types
- 12:18 PM Revision 638aec45 (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 12:18 PM Revision c013d2d3 (qgis): Sibling of 1d9f46e7533e6c573336d1f2a2de53c236cef2ce [skip ci]
- skip-checks: true
- 12:18 PM Revision 2cb1e6c2 (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 12:18 PM Revision 103f07e2 (qgis): Improve debug messages about geos/topology support
- 12:18 PM Revision 9dce2e10 (qgis): Unify list of supported spatial types
- 12:18 PM Revision dc49f39f (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 12:18 PM Revision 59543c21 (qgis): Sibling of 103f07e2783f4b80ae7458716ab7a0d3be673b27 [skip ci]
- skip-checks: true
- 12:18 PM Revision cc5db6fa (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 12:18 PM Revision 3c25e29d (qgis): Improve debug messages about geos/topology support
- 12:18 PM Revision a3fa3f5a (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 07:11 AM Revision 380ebe22 (qgis): Minor optimisation to QgsFields::allAttributesList()
- 07:11 AM Revision b7ae1454 (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 07:11 AM Revision 2e01041e (qgis): Also account for oversampling along tile edges
- 06:21 AM Revision 674ae6ff (qgis): Minor optimisation to QgsFields::allAttributesList()
- 05:52 AM Revision 73023e84 (qgis): Allow using spatialite function on geopackge in dbmanager
- Enables Spatialite's amphibious mode for Geopackages, allowing the use of geospatial functions on geopackages in the ...
- 04:50 AM Revision 28572a88 (qgis): Fix crash when resetting a project-less snapping config
- 04:48 AM Revision 41fa4b19 (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 04:48 AM Revision 874577f4 (qgis): Also account for oversampling along tile edges
- 02:53 AM Revision 90f37cfc (qgis): Sibling of 89dd1cf7d57ba842b9de4ac7a1daf2d9a8faf50d [skip ci]
- skip-checks: true
- 02:53 AM Revision 4bfca0d9 (qgis): Sibling of 89dd1cf7d57ba842b9de4ac7a1daf2d9a8faf50d [skip ci]
- skip-checks: true
- 02:53 AM Revision 38204a68 (qgis): Fix crash when resetting a project-less snapping config
2019-11-14
- 12:39 AM Revision 7fdac2fc (qgis): custom widgets: fix designer crash (fixes #32860)
- 12:35 AM Revision 0bf62ed6 (qgis): show message before running crssync. so we know what failed, if it cou...
- 12:35 AM Revision 044090da (qgis): fix windows build
- 11:50 PM Revision d273c522 (qgis): Sibling of 2faa6a96f8d2d507830476a5da3eca0b6cd62f2a [skip ci]
- skip-checks: true
- 11:50 PM Revision b32ee9fa (qgis): [processing] Warn when we know for certain that no spatial index
- exists on a source used for the Join by Location algorithm
Advise users that performance will be severely degraded a... - 11:49 PM Revision fee2e2fc (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 11:49 PM Revision de258037 (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 11:48 PM Revision d1de339b (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 11:48 PM Revision c9058ef6 (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 11:15 PM Revision d5585b63 (qgis): Sibling of c0706e4386fd25b8cfa422febd4e0e31444b2dce [skip ci]
- skip-checks: true
- 11:15 PM Revision 66219d81 (qgis): Minor optimisation to QgsFields::allAttributesList()
- 09:40 PM Revision 68d70587 (qgis): Cleanup duplicate code and add tests for graduated range resolving
- (cherry picked from commit 63cd570e4f229400ad7a0a4e382baf5be13f35b7)
- 09:40 PM Revision ac66b07a (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 09:40 PM Revision f53e1374 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 09:40 PM Revision 4033bd47 (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 08:11 PM Revision ac4e14ab (qgis): In case it is needed: Update Rasterize.py for 3.4 (backport of master c...
- Backport of #32830 to 3.4 (if needed).
To be removed if automatic backporting works. - 07:54 PM Revision 7baaffb7 (qgis): Fix default defaultValue in algfactory
- According to doc: https://qgis.org/pyqgis/3.10/core/QgsProcessingParameterDefinition.html?highlight=qgsprocessingpara...
- 07:53 PM Revision 1d3b3fcc (qgis): Also account for oversampling along tile edges
- 07:53 PM Revision e277cdae (qgis): Sibling of f43e2956a8cf628485fdf2ce0ae50c5410d704b7 [skip ci]
- skip-checks: true
- 07:23 PM Revision aeeb11b0 (qgis): Merge pull request #31986 from roya0045/patch-6
- [Bugfix] enabling spatialite gpkg amphibious mode
- 07:12 PM Revision 8ce3191e (qgis): Fix DB manager PG rename table
- Fixes #32808
- 05:53 PM Revision 87e3516f (qgis): Fix default defaultValue in algfactory
- According to doc: https://qgis.org/pyqgis/3.10/core/QgsProcessingParameterDefinition.html?highlight=qgsprocessingpara...
- 05:51 PM Revision 2321b7db (qgis): Update CreateConstantRaster.py
- Backport of #32828.
- 05:51 PM Revision d3a7f086 (qgis): add test for waitforfinished before task is started
- 05:51 PM Revision 9887827b (qgis): fix waitforfinished when task is not started
- 05:51 PM Revision 46525045 (qgis): add back the point locator tests
- 04:41 PM Revision 240243b1 (qgis): Allow using spatialite function on geopackge in dbmanager
- Enables Spatialite's amphibious mode for Geopackages, allowing the use of geospatial functions on geopackages in the ...
- 04:41 PM Revision b8b67c1d (qgis): Sibling of eda36d47966aacc1520208b7a36de323e5765acb [skip ci]
- skip-checks: true
- 04:41 PM Revision eda36d47 (qgis): Allow using spatialite function on geopackge in dbmanager
- Enables Spatialite's amphibious mode for Geopackages, allowing the use of geospatial functions on geopackages in the ...
- 04:01 PM Revision 00181904 (qgis): Merge pull request #32865 from elpaso/followup-32487
- Fix wrong check validity when fixing broken deps
- 03:05 PM Revision 61fdbf74 (qgis): Renamed API definition -> description
- 02:35 PM Revision ca74d47f (qgis): Fix wrong check validity when fixing broken deps
- Just cleaning my own mess :)
- 02:31 PM Revision a059c367 (qgis): Merge pull request #32854 from nirvn/loadstylefix
- Followup 64949d : fix failure to load provider-provided style
- 02:30 PM Revision a2f00d18 (qgis): Merge 7f6b3cf877a2a40d8ce3e2499ca02edf630a53dc into cherry-pick-backpor...
- skip-checks: true
- 02:30 PM Revision 852d6cdc (qgis): Merge pull request #32862 from elpaso/bugfix-gh32808-db-manager-pg-rena...
- Fix DB manager PG rename table
- 02:08 PM Revision d350f44f (qgis): Merge pull request #32793 from rldhont/fix-server-wfs-add-primary-keys-...
- [Backport release-3_4][Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
- 01:51 PM Revision bd01f66f (qgis): Merge pull request #32857 from strk/consistent-pg-test-connstring
- Use service=qgis_test for referencing test database
- 01:44 PM Revision 79b7709e (qgis): Sibling of d526bf532551d58ea7da32a8cd37ebd8336bc1dc [skip ci]
- skip-checks: true
- 01:44 PM Revision 90b0bf12 (qgis): Fix default defaultValue in algfactory
- According to doc: https://qgis.org/pyqgis/3.10/core/QgsProcessingParameterDefinition.html?highlight=qgsprocessingpara...
- 01:42 PM Revision e8ba81b1 (qgis): Fix DB manager PG rename table
- Fixes #32808
- 01:42 PM Revision 7f6b3cf8 (qgis): Fix DB manager PG rename table
- Fixes #32808
- 01:42 PM Revision 9b0cd8f2 (qgis): Sibling of 7f6b3cf877a2a40d8ce3e2499ca02edf630a53dc [skip ci]
- skip-checks: true
- 01:05 PM Revision 20114fc9 (qgis): Use service=qgis_test in test project files as well
- 01:05 PM Revision 635f4c86 (qgis): Update comment about setting up test db
- 01:05 PM Revision c20ba1e5 (qgis): Have db setup script check for pg_service.conf functionality
- ... and hint about how to set it up
- 11:37 AM Revision dea253b9 (qgis): More consistent use of service file for test db connection
- 11:30 AM Revision 46a05727 (qgis): Use service=qgis_test for referencing test database
- Makes PostgreSQL testing setup consistent.
Updates README accordingly - 09:47 AM Revision cbe61503 (qgis): Merge pull request #32770 from m-kuhn/dxf-symbol-fixes
- Make the DXF renderer ready for background threading and fix symbology
- 09:25 AM Revision 7cb9e047 (qgis): Followup 64949d : fix failure to load provider-provided style
- 07:57 AM Revision 45908e07 (qgis): Merge pull request #32802 from qgis/backport-32784-to-release-3_10
- [Backport release-3_10] Do not assume tests are run from under source tree
- 05:12 AM Revision 9ee929a2 (qgis): Fix tiny sizes of icons in layout legend settings widget on hi-dpi disp...
- Fixes #32845
- 04:52 AM Revision dca9968b (qgis): Add missing file
- 04:23 AM Revision 6180c59f (qgis): Fix tiny sizes of icons in layout legend settings widget on hi-dpi disp...
- Fixes #32845
- 04:08 AM Revision 1eee798f (qgis): Update python/plugins/processing/algs/qgis/Rasterize.py
- Don't know how the A ended up here - sorry.
- 04:08 AM Revision d70fa675 (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 04:00 AM Revision 4294f5e5 (qgis): Add missing file
- 03:37 AM Revision 1b5f563f (qgis): Sibling of c677dfa211de357f7282926fd822e4e799a5ac65 [skip ci]
- skip-checks: true
- 03:37 AM Revision 68a7502c (qgis): Fix tiny sizes of icons in layout legend settings widget on hi-dpi disp...
- Fixes #32845
- 03:36 AM Revision 904d1d6c (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 03:36 AM Revision b0c1827b (qgis): Update python/plugins/processing/algs/qgis/Rasterize.py
- Don't know how the A ended up here - sorry.
- 03:06 AM Revision ad0d44ba (qgis): Add missing file
- 03:06 AM Revision 7883927e (qgis): Sibling of dd1e90eccceea321d236d38149e9d9b24bf5e1d7 [skip ci]
- skip-checks: true
- 03:00 AM Revision 6d0e8d6c (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 03:00 AM Revision a19cdf28 (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 03:00 AM Revision 870f591a (qgis): Sibling of 6d0e8d6c4c0740c6d18f686dac2d51aa5ed10f3f [skip ci]
- skip-checks: true
- 01:25 AM Revision a6aea873 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827
2019-11-13
- 06:21 PM Revision 319ee306 (qgis): Add missing dep
- Fix #32764
- 06:07 PM Revision 59292b47 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827 - 05:09 PM Revision f67369cc (qgis): debian packaging: drop python-gdal dependency (closes #32835)
- [ci skip]
- 04:09 PM Revision a63501a5 (qgis): Implement TODO
- 03:51 PM Revision 9e833d5e (qgis): Merge pull request #32824 from m-kuhn/fixUiDeps
- Add missing dep
- 03:26 PM Revision 1b2fb34e (qgis): Update python/plugins/processing/algs/qgis/Rasterize.py
- Don't know how the A ended up here - sorry.
- 03:26 PM Revision d69837d8 (qgis): Sibling of b4132a4d11cf1ff6fbd6c5ac9a25c4386b7901ac [skip ci]
- skip-checks: true
- 03:26 PM Revision 46c5c29d (qgis): Sibling of b4132a4d11cf1ff6fbd6c5ac9a25c4386b7901ac [skip ci]
- skip-checks: true
- 01:17 PM Revision cf0c9e83 (qgis): Sibling of acc97b2e303087091462907d87eb5a97d51bf79c [skip ci]
- skip-checks: true
- 12:54 PM Revision 423f7ea3 (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 12:54 PM Revision 13b50ed6 (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 12:54 PM Revision 745ae19a (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 12:54 PM Revision 09a393f8 (qgis): Sibling of 423f7ea3d2ca1dbba8bc5006d1bb050fdd800a13 [skip ci]
- skip-checks: true
- 12:54 PM Revision 0ef0a669 (qgis): Sibling of 423f7ea3d2ca1dbba8bc5006d1bb050fdd800a13 [skip ci]
- skip-checks: true
- 11:52 AM Revision 5d7ceab3 (qgis): add test for waitforfinished before task is started
- 11:52 AM Revision 6748b7f6 (qgis): fix waitforfinished when task is not started
- 11:47 AM Revision a07cb8a6 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827 - 11:47 AM Revision 31151d5b (qgis): Sibling of a07cb8a62682729fe8df18aed763c846f8e37a31 [skip ci]
- skip-checks: true
- 11:47 AM Revision 58cac3c7 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827 - 11:47 AM Revision f8a059f1 (qgis): Sibling of a07cb8a62682729fe8df18aed763c846f8e37a31 [skip ci]
- skip-checks: true
- 11:39 AM Revision b9a5b826 (qgis): Merge pull request #32813 from elpaso/bugfix-gh32809-delete-pg-raster-f...
- [feature] Delete PG rasters from browser
- 10:27 AM Revision a07d915d (qgis): Add missing dep
- Fix #32764
- 10:27 AM Revision 67773485 (qgis): Add missing dep
- Fix #32764
- 10:27 AM Revision cd7a5458 (qgis): Sibling of a07d915d7bf9c7c54b2047f8819ba2aae6669f35 [skip ci]
- skip-checks: true
- 08:50 AM Revision 91ee3b40 (qgis): Don't leak the connection, please
2019-11-12
- 11:13 PM Revision 766149b1 (qgis): osgeo4w: build with proj 6 and gdal 3
- 06:16 PM Revision 215e3ecb (qgis): [feature] Delete PG rasters from browser
- I also fixed a bunch of small issues while I was there (parent item didn't
refresh), misnames table/file (wrong assum... - 03:45 PM Revision 3b416773 (qgis): fix cache read on wfs request
- 03:20 PM Revision 5ad7f649 (qgis): [TEST] Fix compilation with llvm > 6 (and arch=i386)
- Follow up https://www.mail-archive.com/[email protected]/msg47062.html discussion
I will test (for buil... - 12:22 PM Revision fc9ba85e (qgis): Sipify
- 12:21 PM Revision b1ac605e (qgis): Address PR comments + test assets to temp dir
- 12:21 PM Revision e818fc6a (qgis): Fix QT 5.13 issue with url sanitizer
- 08:27 AM Revision 051f8c5a (qgis): Merge pull request #32596 from elpaso/server-oapif-fix-items-crs-3_10
- Fix server OAPIF crs transformation on items
- 08:26 AM Revision db83675a (qgis): Update src/server/qgsserverrequest.h
- Co-Authored-By: Blottiere Paul <[email protected]>
- 07:01 AM Revision 461d2eda (qgis): Merge pull request #32784 from strk/test-outside-sourcetree
- Do not assume tests are run from under source tree
- 04:18 AM Revision 7ac0a98b (qgis): use svgomg to optimize playback svg files
- 04:18 AM Revision e3ef306f (qgis): fix missing play/stop buttons on MacOS for mesh layer playback
- 04:16 AM Revision e61d9859 (qgis): [processing] Support grass version 7.8
2019-11-11
- 08:50 PM Revision 8e064869 (qgis): Fix crash with more than one layer and labeling enabled
- 07:01 PM Revision a4c246a4 (qgis): Fix test
- 06:11 PM Revision 6d12fb41 (qgis): Update CONTRIBUTORS
- 06:11 PM Revision 0b22133c (qgis): Update CONTRIBUTORS
- 06:11 PM Revision d8cbabe2 (qgis): Update contributors.json
- 05:51 PM Revision 88bb33e2 (qgis): Merge pull request #32778 from nyalldawson/grass78
- [processing] Support grass version 7.8
- 05:17 PM Revision 7d97ebec (qgis): Fix const
- 05:17 PM Revision 4244c9e9 (qgis): [Bugfix][Server] WFS: Add primary keys to request to build Server Featu...
- 03:46 PM Revision b38e1910 (qgis): Merge pull request #32789 from m-kuhn/hardenRuleBasedRendererTest
- Harden rule based renderer test
- 02:50 PM Revision 0b9f04d1 (qgis): Harden rule based renderer test
- or shall I say desperately hack around issues in the hope it helps?
- 02:49 PM Revision daf6446b (qgis): Harden rule based renderer test
- or shall I say desperately hack around issues in the hope it helps?
- 02:03 PM Revision 003c8e4a (qgis): Use ground proofed example as test result
- 01:54 PM Revision 3295da61 (qgis): Server OAPIF: handle PUT transactions
- 01:54 PM Revision 121463f1 (qgis): Server OAPIF: handle DELETE transactions
- 01:54 PM Revision 7879ae0e (qgis): Server OAPIF: handle PATCH transactions
- 01:54 PM Revision 2771045c (qgis): Json utils: encode blobs in base64
- 01:54 PM Revision 7ab8f730 (qgis): Server OAPIF transactions: POST
- Fix attributes and geometry transformation.
- 01:54 PM Revision b2d0fd18 (qgis): Fix typo
- 01:54 PM Revision 20652c89 (qgis): Server OAPIF: add PATCH to api description
- 01:54 PM Revision f5e4a7c5 (qgis): Removed unused and unuseful method + typo
- 01:53 PM Revision 9188d4b5 (qgis): Server OAPIF template enhancements: links and buttons
- 01:53 PM Revision 814d5be0 (qgis): Server WFS3 simple transactions
- Preliminary specs:
https://github.com/opengeospatial/ogcapi-features/blob/master/extensions/transactions/TX_Notes.adoc - 01:31 PM Revision ccccafff (qgis): Merge pull request #32739 from elpaso/server-wfs3-conformance-update
- Server OAPIF: update conformance classes
- 01:14 PM Revision 189b723e (qgis): Sibling of d6828297133b5511a20b09a6729e81d36e9ad595 [skip ci]
- skip-checks: true
- 01:14 PM Revision d6828297 (qgis): Use $() instead of backticks
- 01:14 PM Revision 12e2491d (qgis): Use $() instead of backticks
- 12:32 PM Revision 6a384941 (qgis): Fix tes
- 12:24 PM Revision 3331b105 (qgis): Do not assume tests are run from under source tree
- Fixes #32783
- 12:24 PM Revision 8e077ba1 (qgis): Do not assume tests are run from under source tree
- Fixes #32783
- 11:25 AM Revision 956c4689 (qgis): Merge pull request #32628 from elpaso/save-multiple-styles
- [feature] Add save multiple styles action to style menu
- 10:01 AM Revision b490f864 (qgis): Merge pull request #32766 from elpaso/bugfix-gh32740-ascii-user-agent
- Urlencode non ascii chars in User-Agent
- 09:36 AM Revision c8d352bd (qgis): Update test reference files
- 09:30 AM Revision ce50f110 (qgis): Dox and fixes
- 09:20 AM Revision 1e773050 (qgis): Avoid QgsDxfExport copy in wms service
- 09:12 AM Revision 87fee0de (qgis): Update credentials button text
- 09:11 AM Revision 47d93bd3 (qgis): Sibling of 8d6101cdc7c67e912bff95f776bf4ca33582a828 [skip ci]
- skip-checks: true
- 09:11 AM Revision 57ed2420 (qgis): [processing] Support grass version 7.8
- 09:11 AM Revision 8d6101cd (qgis): [processing] Support grass version 7.8
- 09:05 AM Revision 103a84d7 (qgis): Sibling of 8f9019aef368931f134967712b57dc6a33b32808 [skip ci]
- skip-checks: true
- 09:00 AM Revision fcf78fbf (qgis): Extend temporary layer warning to include layers stored inside
- a user's temporary folder, e.g. the "/tmp" folder on Linux
This can lead to irretrievable data loss.
Fixes #32582
... - 09:00 AM Revision ab80e6d2 (qgis): Add QgsMapLayer::isTemporary to test whether a map layer is temporary
- These include memory layer provider layers, or layers physically
stored inside a user's temporary folder (e.g. /tmp)
... - 09:00 AM Revision c48ee4df (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 08:59 AM Revision 102911c5 (qgis): Code cleanup + highlight current style
- 08:58 AM Revision ebf239b3 (qgis): Update sip, fix use of old style enum
- 08:52 AM Revision b2a9a993 (qgis): Merge 42a83c5891e1ea564a8674894ea4c3cb943a76d5 into cherry-pick-backpor...
- skip-checks: true
- 08:51 AM Revision 900a4913 (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 08:51 AM Revision e5ba779d (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 08:51 AM Revision f95bf854 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 08:51 AM Revision 06f36ddb (qgis): Cleanup duplicate code and add tests for graduated range resolving
- 08:45 AM Revision df7d05e4 (qgis): Ignore connections: from 5 seconds to 60
- 08:45 AM Revision 48b336d0 (qgis): Move connections ignore cache to credentials dialog
- this way it is available for all providers
- 08:45 AM Revision 0dc9fdec (qgis): PG: Skip broken connections (for a while)
- 08:45 AM Revision ca0b7f60 (qgis): Option to ignore the connection temporarily of for the session
- 08:45 AM Revision 14ef483d (qgis): Capitalize actions
- 08:45 AM Revision fb5d4484 (qgis): Update credentials button text
- 08:44 AM Revision a208ea9e (qgis): Improve error reporting in tests
- 08:44 AM Revision 632aca54 (qgis): One single renderer job for dxf export
- Because if we do multiple renderer runs, the symbol lookup no longer works as symbollayers are cloned.
- 08:44 AM Revision 874eb35f (qgis): More test cleanup
- 08:44 AM Revision 9cd9bb96 (qgis): Fix potential test crash
- 08:44 AM Revision 1aaa676a (qgis): Fix variable name
- 08:44 AM Revision 6374f02e (qgis): Decouple DXF rendering from the layers
- This makes it possible to run dxf exports in a thread.
- 08:44 AM Revision 9d4da346 (qgis): Improve loops
- 08:44 AM Revision 24f92280 (qgis): Add dxf test for dashed line and actual usage of symbol definitions
- 08:44 AM Revision 0c4d1f7e (qgis): Reenable test and fix compiler warnings
- 08:44 AM Revision 8611a375 (qgis): Restore scale and context
- 08:44 AM Revision 00efcbf9 (qgis): QgsDxfExport should not be copied
- 08:17 AM Revision 6cb16660 (qgis): Merge 3da89b52d05cbcc504da178567576cb6c3848c40 into cherry-pick-backpor...
- skip-checks: true
- 08:17 AM Revision 5eeba903 (qgis): Update sip, fix use of old style enum
- 07:36 AM Revision 3da89b52 (qgis): Update sip, fix use of old style enum
- 07:36 AM Revision c40aaccb (qgis): Sibling of 3da89b52d05cbcc504da178567576cb6c3848c40 [skip ci]
- skip-checks: true
- 07:36 AM Revision fa7e66ae (qgis): Update sip, fix use of old style enum
- 07:21 AM Revision 959f5a51 (qgis): Update credentials button text
- 07:20 AM Revision a62ae589 (qgis): Update credentials button text
- 07:20 AM Revision 45d475c5 (qgis): Sibling of 0e8853ff7a60a85351099d4e6985b4da1b3e842c [skip ci]
- skip-checks: true
- 07:06 AM Revision 8bd57ca1 (qgis): Use QGIS version int in user agent header
2019-11-10
- 10:46 PM Revision 075459b5 (qgis): address review and performance improvement
- 10:46 PM Revision b45d93a5 (qgis): [geonode] a generic way to consume geonode api. fixes #31376
- 10:45 PM Revision fb81d40b (qgis): set current view mode to attribute editor
- 08:26 PM Revision 43236b3d (qgis): compress svg icons
- 08:26 PM Revision 512ad54b (qgis): fix typos in helpstrings
- 08:26 PM Revision d1590141 (qgis): fix bugs in fuzzify() methods and create processing tests
- 08:26 PM Revision d3d00930 (qgis): [feature][processing] add first version of fuzzy logic raster algorithm...
- 08:26 PM Revision a6e8fb68 (qgis): optimize fuzzify() by moving loops into virtual functions
- 08:26 PM Revision ba630985 (qgis): format code
- 08:26 PM Revision a418941c (qgis): add myself to contributors
- 08:26 PM Revision 18ff2195 (qgis): [feature][processing] add function pictograms for fuzzy logic functions...
- 08:14 PM Revision f157807d (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 07:30 PM Revision 79e4d6e1 (qgis): Merge fce2ab3e1fab3186e941405ace69aebf45475486 into cherry-pick-backpor...
- skip-checks: true
- 07:30 PM Revision 8e08909a (qgis): set current view mode to attribute editor
- 07:28 PM Revision 0ae511f1 (qgis): [geonode] a generic way to consume geonode api. fixes #31376
- 07:28 PM Revision 102444b8 (qgis): address review and performance improvement
- 07:26 PM Revision 08d3ac6c (qgis): [ui] Fix horizontal margin not cleared to 0 for center aligned decoration
- 07:24 PM Revision 7a2b6c51 (qgis): fix zoom/pan to current feature when in relation editor widget
- 07:13 PM Revision 2d7e94b0 (qgis): Merge b648a641d4fb787b7a011739d85fcce7bf3cf0c3 into cherry-pick-backpor...
- skip-checks: true
- 07:12 PM Revision be121984 (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 07:12 PM Revision cb688cbb (qgis): Revert "Remove SIP convert to subclass code for QgsRubberBand and QgsVe...
- This reverts commit 4b014e6e84093fc59ce9ee085657161b56be189c.
- 07:11 PM Revision 2b344964 (qgis): Add test for extracting candidate primary keys from geometryless view
- 07:11 PM Revision 27cd7f28 (qgis): Fix loading of PostgreSQL geometry-less views
- Closes #32523
Bug was introduced with commit bbdbca4
Thanks @elpaso for finding the root cause of it - 02:50 PM Revision 23e59c36 (qgis): fix windows build
- 02:21 PM Revision 7c722e28 (qgis): Urlencode non ascii chars in User-Agent
- Fixes #32740
- 02:21 PM Revision fa9d5286 (qgis): Sibling of 7c722e28a5ad6b5d82f527b452e2899027a2fdfd [skip ci]
- skip-checks: true
- 11:48 AM Revision dda57715 (qgis): Fix loading of PostgreSQL geometry-less views
- Closes #32523
Bug was introduced with commit bbdbca4
Thanks @elpaso for finding the root cause of it - 11:48 AM Revision ea970d9e (qgis): Add test for extracting candidate primary keys from geometryless view
2019-11-09
- 09:15 PM Revision e94fcab9 (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 04:37 PM Revision b648a641 (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 04:37 PM Revision 0082180e (qgis): Sibling of b648a641d4fb787b7a011739d85fcce7bf3cf0c3 [skip ci]
- skip-checks: true
- 04:37 PM Revision bc9dd531 (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 04:35 PM Revision a8c3c452 (qgis): Revert "Remove SIP convert to subclass code for QgsRubberBand and QgsVe...
- This reverts commit 4b014e6e84093fc59ce9ee085657161b56be189c.
- 04:35 PM Revision 547f8fb9 (qgis): Sibling of 7fd0e3331021ff4bad1e495e79eb7779dc9363e7 [skip ci]
- skip-checks: true
- 04:35 PM Revision 7fd0e333 (qgis): Revert "Remove SIP convert to subclass code for QgsRubberBand and QgsVe...
- This reverts commit 4b014e6e84093fc59ce9ee085657161b56be189c.
- 11:43 AM Revision 3dce96a6 (qgis): Sibling of da1869019dc7ee06f07a1bfebe8a2ae6779d23be [skip ci]
- skip-checks: true
- 11:43 AM Revision cf15a6fb (qgis): Add test for extracting candidate primary keys from geometryless view
- 11:43 AM Revision a563a556 (qgis): Add test for extracting candidate primary keys from geometryless view
- 11:43 AM Revision 53b6282b (qgis): Fix loading of PostgreSQL geometry-less views
- Closes #32523
Bug was introduced with commit bbdbca4
Thanks @elpaso for finding the root cause of it - 11:08 AM Revision 504b2337 (qgis): Merge bace2577a77650537744c886bcf108704ccec4b4 into cherry-pick-backpor...
- skip-checks: true
- 11:07 AM Revision 6b829177 (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 09:16 AM Revision bace2577 (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 09:16 AM Revision 208cb81e (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 09:16 AM Revision f524f78c (qgis): Sibling of bace2577a77650537744c886bcf108704ccec4b4 [skip ci]
- skip-checks: true
- 07:48 AM Revision 8edfcf1d (qgis): Merge pull request #32736 from elpaso/server-wfs3-schema
- Server OAPIF: expose XML schema for collections
- 07:47 AM Revision 0bf60da5 (qgis): Merge pull request #32741 from rldhont/fix-server-wfs-add-primary-keys-...
- [Backport release-3_10][Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
- 07:46 AM Revision 8d9fd78c (qgis): Merge pull request #32743 from elpaso/bugfix-gh32716-pg-12-consrc
- Fix PG 12 constraints check (provider side)
- 07:25 AM Revision 9ab06a24 (qgis): Merge pull request #32626 from alexbruy/service-area
- [processing] port service area algorithms to C++
- 04:43 AM Revision 4b014e6e (qgis): Remove SIP convert to subclass code for QgsRubberBand and QgsVertexMarker
- These conversions just crash sip (woo. sip. yay. good times.). I can't find
any alternative approach which avoids thi... - 04:43 AM Revision 377848e2 (qgis): Add QgsMapLayer::isTemporary to test whether a map layer is temporary
- These include memory layer provider layers, or layers physically
stored inside a user's temporary folder (e.g. /tmp) - 04:43 AM Revision cc80bb4a (qgis): Extend temporary layer warning to include layers stored inside
- a user's temporary folder, e.g. the "/tmp" folder on Linux
This can lead to irretrievable data loss.
Fixes #32582 - 04:35 AM Revision 8577e110 (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 04:35 AM Revision 9e30319b (qgis): [BUGFIX] Fix an hardcoded 'gpkg' extension in ProcessingConfig.py
2019-11-08
- 06:59 PM Revision 700a030e (qgis): Sibling of eb1f940cae8991ce33a78d7c8aad0102c9b6c996 [skip ci]
- skip-checks: true
- 06:59 PM Revision 3004afd1 (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 06:59 PM Revision 1769a0be (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 06:59 PM Revision eb1f940c (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 05:32 PM Revision 060d1995 (qgis): Fix const
- 05:32 PM Revision 1020329e (qgis): Sibling of 9ae638ca8dcca991761ace8b6ca0d32773300e3e [skip ci]
- skip-checks: true
- 05:32 PM Revision 9ae638ca (qgis): [Bugfix][Server] WFS: Add primary keys to request to build Server Featu...
- 05:22 PM Revision ebd4bb76 (qgis): Merge pull request #32730 from rldhont/fix-server-wfs-add-primary-keys-...
- [Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
- 04:54 PM Revision ce48a1a3 (qgis): Server OAPIF: update conformance classes
- 02:40 PM Revision 888cdff7 (qgis): Sibling of cadb7916b51a7f95b10ff9effb30b20eb685e202 [skip ci]
- skip-checks: true
- 02:40 PM Revision cadb7916 (qgis): Server OAPIF: expose XML schema for collections
- Also make sure links to parent paths end with /
- 11:47 AM Revision 9dbfb6a0 (qgis): remove relative include (#32728)
- 11:13 AM Revision 0799e3b5 (qgis): cleanup Python remainings
- 10:40 AM Revision 2a227fd2 (qgis): Fix const
- 10:34 AM Revision dbe82b78 (qgis): Sibling of 49c0524e5bf2b25686c324411ae7db115aee89d3 [skip ci]
- skip-checks: true
- 10:34 AM Revision 49c0524e (qgis): [Bugfix][Server] WFS: Add primary keys to request to build Server Featu...
- 10:04 AM Revision 020980d3 (qgis): address comments
- 09:13 AM Revision 520fe74e (qgis): Fix includes
- 08:24 AM Revision 7fc2fef7 (qgis): fix master build (missing include directory)
- 08:19 AM Revision 9ebe7c0f (qgis): remove relative include
- 07:28 AM Revision ef80acef (qgis): add more text to the help strings
- 04:27 AM Revision 2c98d188 (qgis): Sibling of af2bf4ff1ff974e273d490f4d72bd8a51d181adc [skip ci]
- skip-checks: true
- 04:27 AM Revision cacc362a (qgis): Remove SIP convert to subclass code for QgsRubberBand and QgsVertexMarker
- These conversions just crash sip (woo. sip. yay. good times.). I can't find
any alternative approach which avoids thi... - 01:07 AM Revision 5391b20c (qgis): Add point pattern fill 0 space test
- 01:07 AM Revision 25e3a170 (qgis): Fix freeze when loading point pattern fill with distance 0
- This results in a QImage with 0 extension which in turn is not acceptable
for the painter which in turn results in pl...
2019-11-07
- 12:29 AM Revision 841f8b7b (qgis): Server OAPIF fix items link in html
- Fixes #32641
- 11:28 PM Revision 3b5f3e54 (qgis): fix windows build
- 10:47 PM Revision b830a4a4 (qgis): qgsfunction: replace deprecated inspect.getargspec() to inspect.getfull...
- 10:09 PM Revision 5ec6a988 (qgis): Merge pull request #32705 from 3nids/fix_include
- remove relative include
- 09:10 PM Revision 4960a5b8 (qgis): Merge pull request #32580 from jgrocha/geopackage-primary-key
- Geopackage primary key available from PyQGIS
- 08:37 PM Revision e214ea7b (qgis): Missing include
- 06:59 PM Revision 31b2c32f (qgis): Improve use of qgis_editor_widget_styles and layer_style tables
- This is a 3.10 backport of https://github.com/qgis/QGIS/pull/31858
* Use CREATE IF NOT EXISTS for layer_styles
Th... - 05:29 PM Revision 706c3364 (qgis): Merge pull request #32706 from m-kuhn/qgis_point_pattern_fill_fix
- Fix freeze when loading point pattern fill with distance 0
- 04:42 PM Revision 1ecdeebc (qgis): missing include libs
- 04:37 PM Revision e5df8633 (qgis): Merge pull request #32629 from m-kuhn/dxf_hali_vali
- [dxf] HAlign/VAlign support for TEXT
- 04:36 PM Revision fa88bccb (qgis): Merge pull request #32664 from m-kuhn/fix_ccache
- [travis] Fix ccache
- 03:22 PM Revision 72e701f3 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 03:21 PM Revision 7ebdad57 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 02:41 PM Revision 5f43b3f1 (qgis): Add pg version guard and test on estimated count for view
- 02:21 PM Revision be4c4d3f (qgis): Fix featureCount on postgres view when flag estimatedmetadata is set
- 01:53 PM Revision 8f83e63c (qgis): Move qgsbrowserdockwidget_p.h to private hdrs (#32711)
- 01:06 PM Revision 35173c53 (qgis): Restore clang
- 12:08 PM Revision 67043b69 (qgis): Merge 15214550412d39b110b18ea4ea016ed8a1cd94fb into cherry-pick-backpor...
- skip-checks: true
- 12:08 PM Revision e6a932bb (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 10:47 AM Revision 3cf70589 (qgis): oracle provider: log when ROWID is used for a missing primary key (clos...
- 10:41 AM Revision bca724f6 (qgis): Add point pattern fill 0 space test
- 10:41 AM Revision c587a4f2 (qgis): Add point pattern fill 0 space test
- 10:41 AM Revision 69b04a2c (qgis): Sibling of bca724f6e214258b08cf58c9dfbacad61bf5f622 [skip ci]
- skip-checks: true
- 10:20 AM Revision a84823f3 (qgis): Merge pull request #32688 from m-kuhn/fix_priv_hdrs
- Move private headers where they belong
- 10:01 AM Revision 16ca39ce (qgis): fix sip
- 09:39 AM Revision 455984b6 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
- This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ... - 09:21 AM Revision 038a8519 (qgis): Merge pull request #32656 from elpaso/bugfix-gh32641-server-oapif-items...
- Server OAPIF fix items link in html
- 09:13 AM Revision a8d55819 (qgis): Fix freeze when loading point pattern fill with distance 0
- This results in a QImage with 0 extension which in turn is not acceptable
for the painter which in turn results in pl... - 09:13 AM Revision f214b2cc (qgis): Fix freeze when loading point pattern fill with distance 0
- This results in a QImage with 0 extension which in turn is not acceptable
for the painter which in turn results in pl... - 09:07 AM Revision 855b03b9 (qgis): follow up relative include
- 09:06 AM Revision 6101eac2 (qgis): add missing header in CMakeLists
- 09:00 AM Revision 160c347c (qgis): remove relative include
- 08:17 AM Revision 845894b3 (qgis): [FEATURE] Selective masking (#30747)
- * [FEATURE] Selective masking
Advanced rendering feature that allows the definition of 'masks' areas around labels o... - 07:51 AM Revision b823d30b (qgis): Fix lockup when using rotate feature tool
- And add unit tests
Fixes #32123
(cherry picked from commit 4af494a32a5c0d181a34d579286baf9ecfe2c77e) - 07:51 AM Revision 5cc6a282 (qgis): Fix potential lockup in layout map grid generation
- (cherry picked from commit 0e34bd421a10c9422350ece0d0c95f206e5454c5)
- 07:51 AM Revision 394de6e2 (qgis): Fix memory leaks, inconsistent transferral of ownership
- 07:12 AM Revision 0b7149c1 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 07:12 AM Revision 8cd30348 (qgis): Sibling of 15214550412d39b110b18ea4ea016ed8a1cd94fb [skip ci]
- skip-checks: true
- 07:12 AM Revision 15214550 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 07:12 AM Revision 2f491d63 (qgis): Sibling of 15214550412d39b110b18ea4ea016ed8a1cd94fb [skip ci]
- skip-checks: true
- 07:12 AM Revision 9cb6740a (qgis): Fix crash when deactivating vertex editor (fixes #32685)
2019-11-06
- 12:50 AM Revision c7c0899e (qgis): Fix crash if a vector layer is removed while the property assistant panel
- is opened
- 12:50 AM Revision bfea17e5 (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:38 AM Revision 3744f1f3 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 12:38 AM Revision 42a83c58 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 12:38 AM Revision 27d50da3 (qgis): Sibling of 42a83c5891e1ea564a8674894ea4c3cb943a76d5 [skip ci]
- skip-checks: true
- 11:29 PM Revision 9d05d9ed (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 11:29 PM Revision d65f2188 (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 11:29 PM Revision 63cd570e (qgis): Cleanup duplicate code and add tests for graduated range resolving
- 11:29 PM Revision e9d51e54 (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 11:29 PM Revision 1fe04929 (qgis): Sibling of 9aca5d4a605967feda38724d65bb3c371e3a36c8 [skip ci]
- skip-checks: true
- 11:29 PM Revision 9aca5d4a (qgis): Cleanup duplicate code and add tests for graduated range resolving
- 11:29 PM Revision 1e7f72de (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 07:09 PM Revision 2efc6167 (qgis): Merge pull request #32684 from elpaso/dbmanager-postgis12-consrc-conbin...
- Fix postgis 12 adscr -> adbin consrc -> conbin
- 06:51 PM Revision 23470085 (qgis): Fix crash if a vector layer is removed while the property assistant panel
- is opened
- 05:40 PM Revision 7d0f1166 (qgis): Move private headers where they belong
- 04:40 PM Revision c1f2d439 (qgis): Merge pull request #32665 from m-kuhn/fix_qgsfield_private_header
- Fix various private header
- 01:57 PM Revision 614af730 (qgis): install required private headers
- 01:44 PM Revision cbcc9c59 (qgis): Merge pull request #32673 from rouault/oapif_provider_query_button
- [OAPIF provider] Do not grey out 'Build query' button for OAPIF connections
- 12:53 PM Revision 472f1b9d (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:53 PM Revision 1b83d3bf (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:53 PM Revision a0196960 (qgis): Sibling of 6c9f01e28d9745255e5c2272d2c17313138506c3 [skip ci]
- skip-checks: true
- 12:53 PM Revision 6c9f01e2 (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:08 PM Revision 28759b1f (qgis): Add missing include
- 10:48 AM Revision 6adfdc4c (qgis): Merge pull request #32655 from elpaso/server-wfs3-properties
- [feature] Server OAPIF properties
- 10:37 AM Revision ff342fd2 (qgis): Use the new backported API for exporter
- Use exporter.setTransformGeometries( false )
- 10:35 AM Revision 50aa7e9a (qgis): Trick the json exporter to not transform geoms
- This is required because of a missing API
that was added with
https://github.com/qgis/QGIS/pull/32386 - 10:35 AM Revision bd5eb925 (qgis): Fix server OAPIF crs transformation on items
- fixes an unreported issue when serving items not in
4326.
Cherry-picked from master 7d2000bc30. - 09:56 AM Revision d571189d (qgis): Merge pull request #32660 from pblottiere/fix_crs_json_3_10
- [backport] Use CRS in WMS GetFeatureInfo when info_format is in json Fixes #32326
- 08:48 AM Revision c34cbb50 (qgis): Proposed fix for PostgreSQL 12
- See #32321
If accepted it should be backported to LTR and 3.10 - 07:36 AM Revision 5910a7b9 (qgis): Be more QML friendly (#32652)
- * add Q_ENUM for QgsGeometry::OperationResult
* QgsVectorLayer::startEditing, commitChanges and editBuffer Q_INVOKAB... - 07:30 AM Revision edc70b52 (qgis): drop obsolete entries from the yaml
- 07:30 AM Revision 9995e07e (qgis): remove Python versions of algorithms
- 07:28 AM Revision 6b3af0f8 (qgis): update tests for service area algorithms
- 07:12 AM Revision 5970d1c2 (qgis): [processing] port service area (from point) alg to c++
- 07:12 AM Revision 26c90c8e (qgis): [processing] port service area (from layer) alg to c++
- 05:42 AM Revision 27bdda55 (qgis): Fix crash if a vector layer is removed while the property assistant panel
- is opened
- 05:42 AM Revision a39d3cf8 (qgis): Sibling of de5012a5de435d4e278e1b18f2a5003d677cf81e [skip ci]
- skip-checks: true
- 04:40 AM Revision 02fbe42a (qgis): [FEATURE][needs-docs][processing] add gdal_viewshed algorithm
- 04:40 AM Revision 1c1ceb11 (qgis): add note about height parameters for users who don't want to read docs
- 04:40 AM Revision e11e635a (qgis): use distance parameter
- 04:39 AM Revision 1bb38f11 (qgis): fix default output type for GRASS algorithms (fix #32560)
- (cherry picked from commit 75bc01bf58469c05d459d457fdfa220801c0ee60)
- 04:38 AM Revision e5c41b49 (qgis): Fix compilation issues related to automoc'ification
- Not sure why they trigger on my end and not on CI... Perhaps
because I didn't make clean. The symptoms are the linker... - 04:10 AM Revision 01b67bfa (qgis): Do not delete a symbol we don't own
- Fix #32661
- 03:30 AM Revision 4ad2502f (qgis): Fix memory leaks, inconsistent transferral of ownership
- 03:29 AM Revision ec5af34b (qgis): Do not delete a symbol we don't own
- Fix #32661
2019-11-05
- 12:49 AM Revision 5ee5e37a (qgis): fix windows build including some warnings
- 12:35 AM Revision e1cacc41 (qgis): Add test project
- 12:32 AM Revision 03bf60e6 (qgis): Sipify
- 12:26 AM Revision f6603343 (qgis): [OAPIF provider] Do not grey out 'Build query' button for OAPIF connect...
- 12:01 AM Revision 624e3849 (qgis): Fix memory leaks, inconsistent transferral of ownership
- 12:01 AM Revision 38ce3d50 (qgis): Sibling of 999b1b08020add0946499b167386db7b2b95f1a8 [skip ci]
- skip-checks: true
- 11:27 PM Revision 3b218b4a (qgis): Do not delete a symbol we don't own
- Fix #32661
- 10:41 PM Revision 98d98fa6 (qgis): Include private header
- 10:40 PM Revision cb804b23 (qgis): More forward declare fixes
- 09:51 PM Revision c7f83b4b (qgis): Make QgsPropertyTransformer forward forward declared std::unique_ptr ready
- 09:41 PM Revision 42e9b137 (qgis): Fixes here and there and everywhere
- 09:34 PM Revision da207c98 (qgis): Revert "install qgsfield_p.h"
- This reverts commit e2ccd837fb7fa3a5549ed4b8659aae926390c049.
- 09:30 PM Revision db838a32 (qgis): Fix qgsfield private header
- 09:30 PM Revision 0ce25283 (qgis): Fix more private includes
- 08:51 PM Revision 74a79311 (qgis): avoid to unembed rules, if it's the layer itself
- because otherwise it's not possible to deactivate LAYERTITLE but keep RULELABEL
- 08:35 PM Revision 027e1bb7 (qgis): Merge pull request #32658 from m-kuhn/clazy_unique_connection_backport
- Fix Qt::UniqueConnection with lambda
- 08:33 PM Revision 1e20a655 (qgis): [travis] Fix ccache
- 07:39 PM Revision d631a771 (qgis): Keep order of value map items when importing CSV
- 07:13 PM Revision 375b3907 (qgis): also track newer CIFS
- 07:13 PM Revision bf9cc224 (qgis): Add tests
- 07:09 PM Revision 15fb6723 (qgis): Do not transform geometries when exporting in json
- 04:56 PM Revision 2343fd63 (qgis): Merge pull request #32645 from elpaso/server-wfs3-fix-url-limits-offset
- Server OAPIF fix limits/offset links
- 04:49 PM Revision 94291313 (qgis): Fix Qt::UniqueConnection with lambda
- 04:28 PM Revision 3789c7d3 (qgis): Merge pull request #32643 from m-kuhn/clazy_unique_connection_lambda
- Fix Qt::UniqueConnection with lambda
- 03:52 PM Revision 62f67ba6 (qgis): Server OAPIF fix items link in html
- Fixes #32641
- 03:52 PM Revision 28019387 (qgis): Sibling of 62f67ba667922df7a320318800356d800a340d63 [skip ci]
- skip-checks: true
- 03:52 PM Revision 28b551e9 (qgis): Server OAPIF fix items link in html
- Fixes #32641
- 03:04 PM Revision 5f9405bc (qgis): Server OAPIF properties parameter
- Makes it possible to specify a comma separate list
of attributes to be returned by items call
This is apparently not... - 03:03 PM Revision 459c1058 (qgis): Takes description from parameter
- makes this method reusable and not only for field filters
- 02:30 PM Revision cc423a7a (qgis): Merge pull request #32649 from 3nids/fix_android_build
- fix android build
- 01:55 PM Revision 8931d725 (qgis): Server OAPIF nl2br template function
- Introduce a new template function to replace nl with <br>
- 01:28 PM Revision d7cc1630 (qgis): Rename internal method's name
- 01:25 PM Revision 5a703d95 (qgis): make vector layer geometry editing methods invokable
- 01:25 PM Revision 1d1d06db (qgis): fix build
- 01:25 PM Revision e2ccd837 (qgis): install qgsfield_p.h
- 01:25 PM Revision 7c4a9bec (qgis): more invokable methods in QgsVectorLayer
- 01:25 PM Revision 8e40df8e (qgis): add Q_ENUM macro to QgsVectorLayer::EditResult and SelectBehavior
- 11:56 AM Revision 8508dc0b (qgis): Use Q_GLOBAL_STATIC
- 11:56 AM Revision 08d4b734 (qgis): fix order in doxygen docs
- 11:56 AM Revision a192268f (qgis): [feature] Add API for event tracing
- This is more developer oriented feature to help with profiling, debugging
and optimization - especially when dealing ... - 11:56 AM Revision d507d34f (qgis): sip no file
- 11:13 AM Revision bd8dcd94 (qgis): Update src/core/qgsapplication.cpp
- Co-Authored-By: Matthias Kuhn <[email protected]>
- 10:56 AM Revision 2ac19335 (qgis): fix android build [ci-skip]
- 10:53 AM Revision 9346dba3 (qgis): Fix Qt::UniqueConnection with lambda
- 10:08 AM Revision da853cc4 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 10:08 AM Revision 18656756 (qgis): [processing] Raise an exception when interpolation break/structure lines
- are set without an attribute source set
Refs #27048 - 10:03 AM Revision 60ee76bc (qgis): Followup 1f3b039: fix wrong monkey patched var name
- 09:58 AM Revision a2f02d06 (qgis): Server OAPIF fix limits/offset links
- See PR #32639
- 09:58 AM Revision b4d9c1c8 (qgis): Server OAPIF fix limits/offset links
- See PR #32639
- 09:02 AM Revision 8f52da7f (qgis): Merge pull request #32631 from elpaso/bugfix-gh32615-datasourcemanager-...
- Resize source select dialogs according to container
- 08:39 AM Revision 989afa5b (qgis): Anchor "cap" to "top"
- 08:26 AM Revision e4550783 (qgis): [processing] Allow enum input values to be used in expressions for model
- inputs
Fixes #32452
(cherry picked from commit c8255a99ea49cce7c3d497e430934e8bf981f221) - 08:25 AM Revision 390c482c (qgis): Fix potential lockup in layout map grid generation
- 08:25 AM Revision c1cfae22 (qgis): Fix lockup when using rotate feature tool
- And add unit tests
Fixes #32123 - 08:24 AM Revision 9d61bf83 (qgis): Merge pull request #32633 from NaturalGIS/fix_grass_out_default
- [processing] fixes default GRASS output geometry type (fix #32560)
- 08:01 AM Revision 7951feba (qgis): Merge pull request #32607 from m-kuhn/clazy
- Enable clazy on travis
- 07:57 AM Revision 8fe6d6fd (qgis): Merge 16aa92660c9a6e31ff325bde9bc59a13aa1c5016 into cherry-pick-backpor...
- skip-checks: true
- 07:57 AM Revision 7bfac70c (qgis): [processing] Raise an exception when interpolation break/structure lines
- are set without an attribute source set
Refs #27048 - 07:57 AM Revision 64b52bf3 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 07:16 AM Revision 75bc01bf (qgis): Fix default value
- 06:34 AM Revision 5bbd19b9 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 06:34 AM Revision a2a66bcc (qgis): [processing] Raise an exception when interpolation break/structure lines
- are set without an attribute source set
Refs #27048 - 06:34 AM Revision 615922f9 (qgis): Sibling of 16aa92660c9a6e31ff325bde9bc59a13aa1c5016 [skip ci]
- skip-checks: true
- 06:34 AM Revision bbd76705 (qgis): Sibling of 99bdfab9358efe97fc5ac6d7247268c1f532c993 [skip ci]
- skip-checks: true
- 06:34 AM Revision 16aa9266 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 05:03 AM Revision 9af729ea (qgis): tests for rasterize_over_fixed
- 05:03 AM Revision 21e15aaf (qgis): ensure that input raster is set
- 05:03 AM Revision 44c159b9 (qgis): split the tool
- 05:03 AM Revision 88972d35 (qgis): better strings
- 05:03 AM Revision d7960b7f (qgis): tests for rasterize_over
- 05:03 AM Revision 618a02ff (qgis): add 'burn' parameter
- 05:03 AM Revision acae3126 (qgis): add missed outputs to algorithms
- 05:03 AM Revision 68cc94f3 (qgis): implement few suggested changes
- 05:03 AM Revision 5ce4dc48 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 03:44 AM Revision 7aa0a4f3 (qgis): add 'burn' parameter
- 03:44 AM Revision f4843f16 (qgis): ensure that input raster is set
- 03:44 AM Revision db2b38d0 (qgis): tests for rasterize_over_fixed
- 03:44 AM Revision 302dc668 (qgis): tests for rasterize_over
- 03:44 AM Revision 2a3e9cb4 (qgis): add missed outputs to algorithms
- 03:44 AM Revision 463d3680 (qgis): better strings
- 03:44 AM Revision 75a1ad1e (qgis): implement few suggested changes
- 03:44 AM Revision b31c4124 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 03:44 AM Revision 4260ed2f (qgis): split the tool
- 03:43 AM Revision 22765cb6 (qgis): "fix" gdal_calc creation options
- 03:02 AM Revision 10e90f63 (qgis): Sibling of 4af494a32a5c0d181a34d579286baf9ecfe2c77e [skip ci]
- skip-checks: true
- 02:17 AM Revision 02046a88 (qgis): Update readme with guide to build from source (#32634)
- 01:26 AM Revision 4730f4c4 (qgis): Update readme with guide to build from source
2019-11-04
- 12:44 AM Revision 0c4dbf9f (qgis): fixes default GRASS output geometry type
- 09:56 PM Revision 924b4eda (qgis): Fully qualify enum default parameters
- 09:52 PM Revision a6386038 (qgis): Fix all 3 arg lambda problems
- 06:35 PM Revision cffea8b2 (qgis): Enable more clazy checks and disable warnings as errors (boom)
- 06:27 PM Revision f1e20f23 (qgis): Resize source select dialogs according to container
- Fixes #32615
This was tricky and I don't really know what was causing the issue,
but looks like the patch doesn't br... - 05:50 PM Revision afdd6730 (qgis): Fix another 3 arg lambda warning
- 05:35 PM Revision bdf023fe (qgis): Merge pull request #32627 from m-kuhn/no_constexpr_latin1string
- No constexpr QLatin1String on Windows
- 04:57 PM Revision fb138579 (qgis): Fix clazy warning
- 04:47 PM Revision 0f5a4f7d (qgis): [dxf] HAli/VAli support for TEXT
- 03:30 PM Revision b41b9386 (qgis): Add save multiple styles action to style menu
- Adds the possibility to save/export multiple styles
at once in QML/SLD and in the DB, in case of file system
export a... - 03:29 PM Revision 148febdc (qgis): No constexpr QLatin1String on Windows
- 03:27 PM Revision 9e614143 (qgis): More connect fun
- 03:27 PM Revision 1caa6292 (qgis): Fix clazy non-pod-static
- 01:20 PM Revision 7da2e0ee (qgis): ensure that input raster is set
- 12:03 PM Revision 696c4075 (qgis): Merge pull request #32487 from elpaso/value-relation-restore
- [feature] Value relation restore missing layers from DBs
- 09:56 AM Revision 5d172ccf (qgis): tests for rasterize_over_fixed
- 09:56 AM Revision c25261dd (qgis): Sibling of f87d5562b5ff9fd1b641316ad5a338d3aac09c55 [skip ci]
- skip-checks: true
- 09:56 AM Revision 17daa484 (qgis): tests for rasterize_over
- 09:56 AM Revision 1226a170 (qgis): tests for rasterize_over
- 09:56 AM Revision 127ccae0 (qgis): Sibling of afa570d9660a955b22e6d5b2ad23618d8fcbe76b [skip ci]
- skip-checks: true
- 09:56 AM Revision 20e542cc (qgis): add missed outputs to algorithms
- 09:56 AM Revision ee8151a7 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 09:56 AM Revision bd748003 (qgis): Sibling of 7b4062f0ea0d0809545fe29e07a69b062b5d2325 [skip ci]
- skip-checks: true
- 09:56 AM Revision 7b0ff4e1 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 09:56 AM Revision fe514287 (qgis): Sibling of 20e542cc5e7eac78ac848216962089481a854b47 [skip ci]
- skip-checks: true
- 09:56 AM Revision 916af79e (qgis): better strings
- 09:56 AM Revision 7b4062f0 (qgis): split the tool
- 09:56 AM Revision b3c030b8 (qgis): Sibling of ee8151a7d7fda3cf7cf1199e161046770e0aa89a [skip ci]
- skip-checks: true
- 09:56 AM Revision 330c3720 (qgis): implement few suggested changes
- 09:56 AM Revision 98586cef (qgis): add 'burn' parameter
- 09:56 AM Revision 9b5d3d63 (qgis): split the tool
- 09:56 AM Revision c7457957 (qgis): better strings
- 09:56 AM Revision c4226b0f (qgis): add missed outputs to algorithms
- 09:56 AM Revision fbf0ee55 (qgis): implement few suggested changes
- 09:56 AM Revision afa570d9 (qgis): add 'burn' parameter
- 09:38 AM Revision e0e96faf (qgis): Changes dependency message: removed 'Form'
- 09:37 AM Revision b829a748 (qgis): Sibling of fce2ab3e1fab3186e941405ace69aebf45475486 [skip ci]
- skip-checks: true
- 09:37 AM Revision fce2ab3e (qgis): set current view mode to attribute editor
- 09:37 AM Revision 250361b5 (qgis): set current view mode to attribute editor
- 09:05 AM Revision 144f6a8d (qgis): Merge pull request #32553 from elpaso/uniform-field-display-alias
- field displayNameWithAlias
- 08:46 AM Revision 377e38f3 (qgis): Another connect without context
- 08:46 AM Revision 6ffa89eb (qgis): Improved lambda capture
- Even if the collection item is deleted before the action is triggered,
we can still safely show the creation dialog a... - 07:44 AM Revision 1046f6f1 (qgis): Fix some more connect 3arg warnings
- 07:42 AM Revision 31e74e13 (qgis): Merge pull request #32602 from m-kuhn/automoc
- Widespread use of AUTOMOC
- 07:36 AM Revision 4da06102 (qgis): Fix some more connect 3arg warnings
- 07:35 AM Revision b7a33591 (qgis): Enable clazy on travis
- 07:35 AM Revision 6dc576bc (qgis): Only do connect-3arg-lambda check on travis
- 07:35 AM Revision 47c86dc4 (qgis): Use clazy
- 07:35 AM Revision 03bf765a (qgis): No intermediate link
- 07:09 AM Revision 8df101a8 (qgis): Sibling of 6dcb33508a217c1cad59b03d5a6bf0bbcf8dbfe7 [skip ci]
- skip-checks: true
- 04:28 AM Revision b71713a6 (qgis): Another connect without context
- 04:28 AM Revision aa913454 (qgis): Improved lambda capture
- Even if the collection item is deleted before the action is triggered,
we can still safely show the creation dialog a... - 04:05 AM Revision f48e12ef (qgis): Add method to resample QImage using gdal resample to a gdal memory dataset
- 04:05 AM Revision 56317c48 (qgis): Add method to create multi-band gdal memory dataset
- 04:05 AM Revision 079c9463 (qgis): Add method to convert a QImage to a gdal memory dataset
- 04:05 AM Revision 36072a61 (qgis): Add method to resample a QImage using gdal library resampling, and
- use this instead of the inbuilt QGIS resampling
The QGIS methods are slooooow, unoptimized, and buggy. And gdal expo... - 04:05 AM Revision 209130c9 (qgis): Heavily optimise GDAL based image resampling
- 04:05 AM Revision 2ce646b9 (qgis): Dox++
- 04:05 AM Revision 7f987df3 (qgis): Remove unused define
- 04:05 AM Revision 663ee12a (qgis): Minor fixes
- 04:05 AM Revision 2a6370e5 (qgis): Sipify
- 04:00 AM Revision fed75afa (qgis): [FEATURE] Add expression functions for converting to/from wkb
- Adds geom_from_wkb and geom_to_wkb, which mirror the existing
geom_from_wkt/geom_to_wkt functions but for WKB represe... - 03:56 AM Revision 13ead42f (qgis): [processing] Allow enum input values to be used in expressions for model
- inputs
Fixes #32452 - 03:49 AM Revision 38fb55e7 (qgis): optional fids counting
- 03:48 AM Revision 78afeea5 (qgis): Fixes #32545 Revert qgstaskmanager waitforfinished fix
- 03:43 AM Revision 1b9e0923 (qgis): Sibling of 53a1c15b2904e7bffa3244f0deea6a7a38818bf0 [skip ci]
- skip-checks: true
- 03:43 AM Revision d8341b87 (qgis): Improved lambda capture
- Even if the collection item is deleted before the action is triggered,
we can still safely show the creation dialog a... - 03:23 AM Revision 885dd0d3 (qgis): Another connect without context
- 03:23 AM Revision ef1b23ae (qgis): Sibling of 885dd0d34dcc0f8988699d763228a4368d56e4cb [skip ci]
- skip-checks: true
- 03:23 AM Revision cdc03e15 (qgis): Another connect without context
- 02:53 AM Revision 0579ef30 (qgis): Fix some lambda connects without context arguments (these cause crashes...
- 02:21 AM Revision fec2dc19 (qgis): Merge 238f251034e466d0a2ead830839abc4705503f8b into cherry-pick-backpor...
- skip-checks: true
- 02:21 AM Revision 8dadbed1 (qgis): Fix some lambda connects without context arguments (these cause crashes...
- 01:37 AM Revision 238f2510 (qgis): Fix some lambda connects without context arguments (these cause crashes...
- 01:37 AM Revision ef57e34d (qgis): Fix some lambda connects without context arguments (these cause crashes...
- 01:37 AM Revision 9b27a0ac (qgis): Sibling of 238f251034e466d0a2ead830839abc4705503f8b [skip ci]
- skip-checks: true
2019-11-03
Also available in: Atom