Activity
From 2020-12-20 to 2021-01-18
2021-01-18
- 09:10 PM Revision 740c41f5 (qgis): Fix PG permission on insert features
- Fixes #40922
- 08:09 PM Revision 6d2e6352 (qgis): Fix parameter name
- 08:09 PM Revision 9a2e9001 (qgis): Fix failing test
- Output feature order cannot be made backwards compatible so we're forced to modify the test to pass.
- 08:09 PM Revision 57339c0f (qgis): Update src/analysis/processing/qgsalgorithmpointstopaths.cpp
- 08:09 PM Revision b0d0838b (qgis): Handle multipoint input
- 08:09 PM Revision 94949ee6 (qgis): Address review comments
- 08:09 PM Revision 2374459e (qgis): Reorder fields
- 08:09 PM Revision a0b8e246 (qgis): Handle compatibility parameter GROUP_FIELD
- 08:09 PM Revision 2242c1f4 (qgis): Forgot begin-end fields
- 08:09 PM Revision 43e673a1 (qgis): Complete points to paths port
- 08:09 PM Revision 7473e849 (qgis): Change points to lines to points to paths
- 08:09 PM Revision 3272a88f (qgis): Const iterate to avoid copy; fix empty group expression case
- 08:09 PM Revision cbe1b040 (qgis): Update help string
- 08:09 PM Revision e35f8757 (qgis): Implement GROUP_EXPRESSION instead of GROUP_FIELD
- to allow for flexible grouping without the need for an intermediate field calculation.
- 08:09 PM Revision 280d2e59 (qgis): Added Points to lines algorithm
- 07:30 PM Revision 6387a425 (qgis): Merge pull request #41061 from elpaso/bugfix-gh40864-gpkg-save-as-dots-...
- Fix save-as with dots
- 06:51 PM Revision e9537550 (qgis): limit in either axis.
- Co-authored-by: Nyall Dawson <[email protected]>
- 06:51 PM Revision 21d625ec (qgis): display message on big images
- Fixes 41045
- 06:20 PM Revision 82234350 (qgis): Fix save-as with dots
- Fixes #40864
- 11:40 AM Revision 4badc0c3 (qgis): Make service URL configurable
- With environment variables or
with HTTP headers - 11:39 AM Revision 17deefea (qgis): Disable the generated relations for poly rels in the relation dropdown
- 11:39 AM Revision d0927703 (qgis): Use the less confusing QgsRelation::type()
- 11:39 AM Revision 449e2757 (qgis): Added QgsRelation::Type
- 11:39 AM Revision 9c8d99ee (qgis): Add relations via the `addRelationPrivate`, no matter what is their type
- 11:39 AM Revision fee7571b (qgis): Use the relation type
- 11:39 AM Revision 9ff95a83 (qgis): Fixed docs
- 11:39 AM Revision 71570ab1 (qgis): Change addRelation -> addRelationPrivate, does not change anything for now
- 11:39 AM Revision 57f033f6 (qgis): QOverload -> qgis::overload
- 11:39 AM Revision 3c1b7892 (qgis): Fix broken adding new features
- 11:39 AM Revision a2a8881f (qgis): Removed some of the horizontal scrollbars
- 11:39 AM Revision 8a9fa3a6 (qgis): Generated relations should not be used for relation reference widget
- 11:39 AM Revision 1fa1c8f8 (qgis): Disable deleting or renaming generated relations
- 11:39 AM Revision cba4e173 (qgis): Added a QgsRelation::polymorphicRelation() method
- 11:39 AM Revision 371534ce (qgis): Improved the overall QgsPolymorphicRelations experience
- 11:39 AM Revision b9f73e7a (qgis): Export only non-generated relations
- 11:39 AM Revision 6dc92b54 (qgis): Support polymorphic relationship strength
- 11:39 AM Revision 439e290e (qgis): Fixed editing poly relations
- 11:39 AM Revision 5964e0b0 (qgis): Added support for dynamic relations
- 11:39 AM Revision 3897e0ba (qgis): Fixed dialog window titles
- 08:25 AM Revision 32e5ec02 (qgis): Fix suppressed Windows linker errors
- Deriving QgsAttributes from QVector<QVariant> and then exporting the
whole QgsAttributes class also exports symbols o... - 04:47 AM Revision 1df71f6b (qgis): Safer memory management in QgsHighlight
- 04:47 AM Revision 155ee72a (qgis): Remove remnant docx
- 04:47 AM Revision 15b647a7 (qgis): Set field values for point cloud results in identify results list so that
- Copy Feature action works correctly on these results
- 04:47 AM Revision dc740eb0 (qgis): Fix new map canvas CRS is not accessible to QgsMapCanvasItem subclasses
- in QgsMapCanvasItem::updatePosition() when this function is called
as a result of map canvas CRS changes - 04:47 AM Revision 2964f10b (qgis): Dramatically faster painting of point geometries via QgsHighlight
- When hundreds of highlights are shown this goes from locking up QGIS
with every redraw to being very responsive. - 04:47 AM Revision 2d83a017 (qgis): Slightly cleaner code
- 04:47 AM Revision c6a43314 (qgis): Don't use a vector renderer to draw QgsHighlight for point cloud points
- QgsHighlight has severe performance issues with vector layer feature rendering,
so use the heavily optimised point ge... - 04:47 AM Revision 78cb67a9 (qgis): Add method to convert QgsPointCloudAttributeCollection to QgsFields
- 04:47 AM Revision d6c0b2f0 (qgis): Add method to get equivalent QVariant type for a point cloud attribute
- 04:47 AM Revision 176e9728 (qgis): Fix missing identify results right click menu items for non vector laye...
- 04:47 AM Revision 797a0608 (qgis): Fix highlights disappear after changing canvas CRS
- 04:47 AM Revision a9b89d3d (qgis): Minor code cleanups
- 04:43 AM Revision 9dc49859 (qgis): Fix debug noise
- 03:31 AM Revision 7d51c052 (qgis): fix point cloud 3d GUI disabled on start
- 02:09 AM Revision 7dcd6c0e (qgis): Fix broken 3d map tools
2021-01-17
- 11:54 PM Revision 6de83cd6 (qgis): initial highlighting implementation
- 11:54 PM Revision bec8fe5f (qgis): rollback the existing implementation and use QgsHighlight
- 11:54 PM Revision 37c0fd67 (qgis): make the marker change size when zooming in
- 11:35 PM Revision ab0eba21 (qgis): [processing] Fix file download algorithm's temporary file missing prope...
- 11:31 PM Revision 41ffc4cd (qgis): use QgsPointCloudAttributeProxyModel::AllTypes instead of Numeric becau...
- 11:31 PM Revision 1b19b7b9 (qgis): only apply elevation offset for Z attribute
- 11:24 PM Revision 38730859 (qgis): Simpler approach to remove time component of a datetime value
- 11:24 PM Revision 912786e1 (qgis): Fix calculating closest wmst time when wmst uses a static list of datet...
- 11:24 PM Revision 54035549 (qgis): QStringLiteral
- 11:24 PM Revision c7a158f8 (qgis): Simpler iteration using range based loops
- 11:24 PM Revision fd31243b (qgis): Some wmst services specify a temporal dimension using ', ' separated va...
- Also simplify code
- 11:24 PM Revision 5dd69c08 (qgis): [wms] Pass some large types by reference
- 03:27 AM Revision 4317c4c7 (qgis): [3d] Make right and middle mouse drag while in fly mode behavior
- consistent with other parts of qgis
Now
- right click+drag = camera dolly, to match the same behavior
as when in ter... - 03:27 AM Revision f16c2562 (qgis): [3d] Show a movement speed label temporarily after the movement
- speed is changed in 3d views via scroll wheel
Exposes to users what the scroll wheel is actually doing in this mode
2021-01-16
- 08:11 PM Revision 7de030aa (qgis): Handle indentation of right-aligned legends
- 11:44 AM Revision 47c1072c (qgis): Merge pull request #41033 from elpaso/connections-api-queryresult-model...
- Fix QgsQueryResultModel crash
- 11:33 AM Revision 8330a0c7 (qgis): Make service URL configurable
- 08:36 AM Revision 0a5bef3a (qgis): Fix test
- 07:39 AM Revision 35c43d44 (qgis): [processing] Improve atlas exporting feedback, don't throw is no featur...
- 06:35 AM Revision e2c98e14 (qgis): Simpler code, use direct connection to camera signal
- 06:35 AM Revision 20aea8b4 (qgis): No need to manually disconnect from an object which is about to be deleted
- 06:35 AM Revision cfdcae90 (qgis): [3d] Allow exiting mouse lock mode with escape key press
- 06:35 AM Revision 54502252 (qgis): Partially fix initial jumpy movement after toggling between navigation ...
- 06:35 AM Revision 66a7d6eb (qgis): [3d] Fix navigation keystrokes which conflict with application shortcuts
- get handled by application shortcut, instead of getting treated as
camera navigation keys - 04:39 AM Revision bbd433a8 (qgis): Change HANA test instance
- 04:39 AM Revision df2c9ff9 (qgis): More detailed warnings when HANA driver not found
- 04:32 AM Revision f6ec265c (qgis): [processing] Allow for short description to have hyperlinks open in ext...
2021-01-15
- 09:40 PM Revision 0290024f (qgis): Remove unused MAX_CACHE_LAYERS
- 09:40 PM Revision a9b7efef (qgis): Fix test
- 05:24 PM Revision 9a9ea893 (qgis): [layouts] When adding a new map item, auto-assign a real
- unique id to the item
Previously we auto assigned an internal quasi-id to these items,
but that was rather confusing... - 05:24 PM Revision 24556a6c (qgis): [ui][layouts] Remember hidden panels when re-opening a layout designer
- (cherry picked from commit d18cb5c7e676cd57db01ae1d6727e682436b5522)
- 05:24 PM Revision bb5b0c5e (qgis): [ui][processing] Add ctrl+tab action to toggle panels visibility
- (cherry picked from commit 3c777be207f0cebfcd31bea9245ae6ec7b988ef9)
- 05:24 PM Revision 0a9f20ff (qgis): [bugfix] PTP check for output folder. (#40488)
- Fixes #40486
(cherry picked from commit b6863365137d10511449dfd911ece637e7166fde) - 05:24 PM Revision ad330664 (qgis): Update src/providers/oracle/qgsoracleprovider.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
(cherry picked from commit ed53ea5fcab164241ad67767eaa8ece0f7dc1bb9) - 05:24 PM Revision 8ba97270 (qgis): Partially fix of #39855: diminfo in inserted as string in mdsys query
- By inserting the diminfo string into the query instead of giving it as a
param in the prepared statement, the error i... - 05:24 PM Revision 25d8a291 (qgis): Move browser right click actions which are destructive to a new "Table ...
- (or "Schema Operations") sub menu
Fixes #40973
(cherry picked from commit 5c860847d35c295526666bb65deacd3651e21b80) - 05:24 PM Revision c8d690ec (qgis): Fix automatically set anchor point isn't cleared after applying action
- (cherry picked from commit a445771ebbe988ddb922e7c09d10eca1d8b2df82)
- 05:24 PM Revision c6989392 (qgis): Fix: Processing Modeler help parameter
- The help parameter is set in the modeler help part.
The commit use it to set the help parameter.
(cherry picked from... - 05:24 PM Revision aeb1f66b (qgis): Fix typo
- 05:24 PM Revision bc096cd6 (qgis): Update comment
- (cherry picked from commit 3feda231b86a0b2b6df28f55cb62d1bf477a54ac)
- 05:24 PM Revision f060477b (qgis): Loosen grass test crs requirement to allow passing on proj < 6
- (cherry picked from commit 9cf44e4a66b6b7c6dc150d9bcae1a35185a4e0c5)
- 05:24 PM Revision 39a6b58a (qgis): [processing][grass] Export CRS definitions as WKT2 strings instead
- of proj strings wherever possible
Because proj strings are lossy
Fixes #18596
(cherry picked from commit b295bd580... - 05:24 PM Revision 5eec9e42 (qgis): When creating a expression filter string for a rule based renderer,
- try to create a simple "field IN (...)" expression wherever possible
This avoids some issues with complex rule based... - 05:24 PM Revision 033a44d3 (qgis): Add utility functions to determine if a QgsExpression is a simple
- "field=value" type expression, and for condensing a list of similar
expressions to an equivalent "field IN (value, va... - 05:24 PM Revision c70c2986 (qgis): [processing] fix loading geometryless tables with PostGISExecuteAndLoad...
- (cherry picked from commit 71eed6e383b27ab8890dcadf7825022019edfda9)
- 05:24 PM Revision be97dc09 (qgis): Automatically populate appropriate layer metadata when adding OpenStree...
- (cherry picked from commit ed4bb5069b1991e296265ac248a985ff242bb8a2)
- 05:24 PM Revision 7e4cdf4d (qgis): [vectortiles] Never trust internal feature ids
- Even if a feature has an internal ID, it's not guaranteed
to be unique across different tiles. This may violate the
s... - 05:24 PM Revision 2d9c96c7 (qgis): Fix broken manual rotation anchor point setting via ctrl+click in rotat...
- Ctrl+clicking to set the manual rotation point had no effect, and the selected
rotation point was always reset as soo... - 05:24 PM Revision ac430301 (qgis): [processing] Add a dedicated pan tool for navigating models
- Fixes #40714
- 05:24 PM Revision 9077606f (qgis): Add method to retrieve QgsVertexMarker center point in map coordinates
- (cherry picked from commit 0d785c8a84cda8aad9d107157c32aebd8501181c)
- 05:24 PM Revision cedebdff (qgis): [Oracle] Fix metadata table srid when creating an empty layer
- (cherry picked from commit c9f3c30f5e99722ff138949609ce4f74a847521b)
- 05:24 PM Revision ae5dae63 (qgis): [MetaSearch] Reset rubber band when treeRecords selection is changed
- (cherry picked from commit 4f786ae5a78fbb066e6c52a53ac37ea41620dd1b)
- 05:24 PM Revision d91ed2df (qgis): [MetaSearch] Fix navigation through the results pages
- (cherry picked from commit 1559908c7337559b4db78d52d5b53e8f54ee3e05)
- 05:24 PM Revision 7da798ae (qgis): Keep only vector layer file path when calling an OTB algorithm
- (cherry picked from commit 5c19845d32a955070c9b3cacd567b78dc636d8c0)
- 05:24 PM Revision e50ac51c (qgis): Fix otbalgorithm when several band are selected
- (cherry picked from commit 454c4f6ebabbe0eed8dd4ed5d904dab59375c63e)
- 05:24 PM Revision f36c9457 (qgis): Fix QGIS/OTB interface for field parameters
- (cherry picked from commit 52f2a4d7bc4f7f94f2cf54af03d13b6a0f191010)
- 05:24 PM Revision 75a85ef0 (qgis): [processing][OTB] deal with parameter type Enum and Band
- (cherry picked from commit bb3e1a554cdb26b022141c35fd692af162661f7d)
- 05:24 PM Revision 75672c78 (qgis): [processing] Fix exception when calling "Select from Files" in batch mode
- on a file parameter
Fixes #40705
(cherry picked from commit b740bf201a6cbff60186da109bfcb4ef667ccc1f) - 05:24 PM Revision 24cca6d9 (qgis): [processing] extract_by_location fix duplicate rows when mutiple predic...
- Fixes #32653
(cherry picked from commit 1f0b9315fbfff6eea4805fbe18143605df2d603b) - 05:24 PM Revision 645b583c (qgis): Don't allow selection of invisible features due to temporal filters
- Fixes #40818
(cherry picked from commit 7a3feac70b93a61033a0b86948b8a29bfcaa7f5a) - 05:24 PM Revision 85ef8098 (qgis): Don't show map tips for features outside of canvas temporal range
- Fixes #40791
(cherry picked from commit 2df9ceebade60ee8035eb3b179cfb4d140e14633) - 05:24 PM Revision 0db89709 (qgis): Don't show map tips for layers with scale range visibility which are ou...
- (cherry picked from commit 32af9631b083fb72f56ceb7ef2b99e3ddf572eac)
- 05:24 PM Revision 5a9cd1f2 (qgis): Don't even attempt to show a map tip for a non-spatial layer
- (cherry picked from commit 165348541051d6a84730c5ebcabcdbb4d39e8c5a)
- 05:24 PM Revision f3413ac8 (qgis): Fix 3d camera yaw and pitch sensitivity
- (cherry picked from commit 48c3f280c9b74dddf86269a163bfef48f92ae542)
- 05:24 PM Revision 715efc85 (qgis): [processing] Add a warning-level information message feedback
- (cherry picked from commit 04b9c6ab00bb130e590863244b8de64c0f111ae1)
- 05:24 PM Revision 4b3466de (qgis): mesh scalar renderer optimization (#40821)
- (cherry picked from commit b8e025b0a31ceae6705353c4e0adcba3ad2cb621)
- 05:24 PM Revision 5c886d32 (qgis): [processing]field calculator : allow creating field already present (c...
- Fixes #40701
(cherry picked from commit 472b950a219639ee0bec139f102c6d55618abc54) - 05:24 PM Revision 9ce4b8be (qgis): Avoid some unnecessary work when destructing QgsCoordinateReferenceSyst...
- (cherry picked from commit 97b7ab90f75eb4c24c92061cbaeeaedb33c32d0d)
- 05:24 PM Revision 2d339cce (qgis): Add options in list config widget for how to deal with empty rows
- Allow NULL or empty array
(cherry picked from commit 9a8a8c958c0f3ed0373a59642b03f3e73a82d66d) - 05:24 PM Revision 915f0206 (qgis): Correct postgres prepared statements for arrays
- Fixes #38784
(cherry picked from commit 4e125eb7f2725ba5c5ad4de81067d135602d1bcb) - 05:24 PM Revision b21b863b (qgis): Make sure empty array in listwidget is null
- Fixes #38176
(cherry picked from commit 5c225cce8b890949ff71518ebaade16a124378f2) - 05:24 PM Revision 9d7bdea5 (qgis): [expression] Avoid paying the price of a QgsCoordinateReferenceSystem d...
- (cherry picked from commit ff3bb1c066342a439eb521446c3211ad7dd698ff)
- 05:24 PM Revision b79f6182 (qgis): Add nullCrs for more performanct (de)initialisation of a default constr...
- (cherry picked from commit 7e0f58ff7465cbf300fe6dfa238669431e26f0ed)
- 05:24 PM Revision 78f0903c (qgis): Fix since version
- 04:14 PM Revision c9ec378c (qgis): Merge pull request #41031 from mhugent/wms_featureinfo_drag_and_drop_2
- Wms featureinfo drag and drop 2
- 03:08 PM Revision 08473f2e (qgis): Fix flake8 false positive
- 02:47 PM Revision 3a90ea3a (qgis): fix detection of spatialinx for postgres materialized views
- 02:47 PM Revision 9e534eb6 (qgis): add test for postgres hasSpatialIndex
- 02:35 PM Revision 2d799161 (qgis): Fix QgsQueryResultModel crash
- 02:29 PM Revision 69317d68 (qgis): Fix access control attributes
- 01:09 PM Revision 94ac9f21 (qgis): Release of 3.16.3
- 01:08 PM Revision e4b5a4a9 (qgis): translation update for 3.16.3 from transifex
- 01:07 PM Revision 8374282d (qgis): Release of 3.10.14
- 01:07 PM Revision 11a443d3 (qgis): translation update for 3.10.14 from transifex
- 11:29 AM Revision a5e074ce (qgis): Adapt includes to recent changes in master
- 11:29 AM Revision 2f5e4302 (qgis): CI build machine somehow does not like my includes
- 11:28 AM Revision 63e75671 (qgis): Add includes
- 11:28 AM Revision de87901b (qgis): Fix comment
- 11:27 AM Revision 8424dfaa (qgis): Fix comment
- 11:27 AM Revision 090cd5c0 (qgis): Add project setting if attribute form should be considered for feature ...
- 11:26 AM Revision e28fb7f7 (qgis): Consider tab layout for wms feature info
- 11:26 AM Revision 65691dcc (qgis): Move code to write feature info XML attribute to function
- 10:30 AM Revision f60d1049 (qgis): update qgsproject.sip.in
- 10:23 AM Revision 79572de4 (qgis): fix windows nightly (make sure that the header PROJ_VERSION_MAJOR was d...
- 09:38 AM Revision fc2cc365 (qgis): firstrundialog: point to 3.10 changelog (fixes #41028)
- 08:40 AM Revision fa8a45a1 (qgis): add test for postgres hasSpatialIndex
- 08:40 AM Revision 352c6312 (qgis): fix detection of spatialinx for postgres materialized views
- 03:27 AM Revision 89101c51 (qgis): [3d] Refine mouse behavior during fps mode:
- - holding middle button while moving mouse up/down = zoom in/out (dolly) in current direction
- holding right button ... - 02:03 AM Revision e222cd53 (qgis): add myself to contributors list
2021-01-14
- 10:36 PM Revision 284b6585 (qgis): consistent format
- (cherry picked from commit 5fb9e2fbb745109a8dbb5b4c1d9e827eae2a61c5)
- 10:36 PM Revision bcd9e845 (qgis): display seconds in mesh layer properties
- (cherry picked from commit 26892a773c3f2da07eb6f40ec35c9d379041617a)
- 10:33 PM Revision d1f5a522 (qgis): Server getfeatureinfo OGC filter support
- Fixes #41005
- 10:32 PM Revision 5c860847 (qgis): Move browser right click actions which are destructive to a new "Table ...
- (or "Schema Operations") sub menu
Fixes #40973 - 10:32 PM Revision 5fb9e2fb (qgis): consistent format
- 10:32 PM Revision 26892a77 (qgis): display seconds in mesh layer properties
- 10:32 PM Revision 93c654c1 (qgis): mdal 0.8.0
- 08:47 PM Revision 36bc0d25 (qgis): Typo's corrected
- Line 536 : Double wording "the" in "the the stack value". Removed last "the"
Line 546 : Excessive space before ... - 08:19 PM Revision d6d19580 (qgis): Remember camera movement speed changes triggered through fps nav mode
- 08:19 PM Revision a630ef47 (qgis): Improve capturing of cursor in mouse lock mode
- - Avoid jumpy first motion after activating lock
- Fix capture of cursor to map center -- because the camera controll... - 08:19 PM Revision 0cb2f509 (qgis): Cleanup some code, remove some unreachable conditions
- 08:19 PM Revision 275a8109 (qgis): Rename "fly" navigation mode as "walk" mode
- Fly has a different meaning here, where motion has inertia and the
key presses affect the acceleration of motion inst... - 08:19 PM Revision c75fa663 (qgis): In fly mode, ctrl = slow down, shift = run
- 08:19 PM Revision 553c747f (qgis): [3d] Add general 3d options tab, with settings for default camera
- projection types and movement options
These settings are inherited by all new 3d views - 08:19 PM Revision 48036b71 (qgis): Make elevation changes less sensitive vs ground movements changes
- 08:19 PM Revision 7fa38cec (qgis): Add global 3d setting to control whether vertical mouse axis movements ...
- 08:19 PM Revision 0761f88a (qgis): mdal 074
- 04:41 PM Revision 93a3c6b9 (qgis): cmake follow up (#41010)
- 01:52 PM Revision 0e4ed398 (qgis): Merge pull request #41011 from elpaso/bugfix-gh41005-server-wms-gfi-ogc...
- Server getfeatureinfo OGC filter support
- 01:00 PM Revision e15b8947 (qgis): include hana provider in packages
- 11:57 AM Revision 8482510a (qgis): fix translation string
- 11:41 AM Revision da29bff7 (qgis): fix typo in cmakelists (#41012)
- 11:37 AM Revision a0d847fe (qgis): Merge pull request #40750 from elpaso/connections-api-queryresult-model
- QgsQueryResultModel
- 11:32 AM Revision cdbe502b (qgis): Server getfeatureinfo OGC filter support
- Fixes #41005
- 10:14 AM Revision fd5dfa11 (qgis): fix raster tiles
- 10:14 AM Revision 31b644ea (qgis): restore raster smart
- 10:14 AM Revision 9bff34e7 (qgis): fix documentation
- 10:14 AM Revision d883d416 (qgis): [feature] use smarter map redraws: avoid map flickering by usage of cac...
- 10:14 AM Revision 4b9f82d9 (qgis): fix docs
- 10:11 AM Revision 6b834f40 (qgis): remove trailing whitespaces from CMakeLists.txt
- 08:05 AM Revision 50a98367 (qgis): add cmake QGIS_MACAPP_FRAMEWORK option
- 07:39 AM Revision 26361a98 (qgis): Merge pull request #40914 from suricactus/dms_core
- Added support for polymorphic relations relations
- 07:15 AM Revision 6ea2ff55 (qgis): Fixes #39137
- 07:15 AM Revision 814b65ba (qgis): Cleaner approach -- create expression contexts in modeler parameter
- definition dialogs using expression context and processing context
generators - 07:15 AM Revision 5a9e8c62 (qgis): Only with models
- 07:07 AM Revision 6daf9ef1 (qgis): fix pdal's CMakeLists.txt (#41002)
- 06:08 AM Revision 2e015d5f (qgis): Review the help string about translated project
- 06:08 AM Revision 76b89ff3 (qgis): Apply suggestions from code review
- 04:04 AM Revision 033dba2b (qgis): change function signature to use references on cellValueStacks
- 04:04 AM Revision 4494907a (qgis): fix styling ... again
- 04:04 AM Revision b7a8e8a0 (qgis): wire algorithms
- 04:04 AM Revision a79cea5a (qgis): apply fixes
- 04:04 AM Revision 1dda44c5 (qgis): fix styling
- 04:04 AM Revision d254d06e (qgis): add float64 raster testinputs
- 04:04 AM Revision f7aa9ae7 (qgis): add byte raster testinputs
- 04:04 AM Revision 6534c5ca (qgis): add test results for percentrank from value alg
- 04:04 AM Revision a7c92cd4 (qgis): rework Cell Statistics alg structure and introduce cell stack percentil...
- 04:04 AM Revision 507af2e7 (qgis): add tests
- 04:04 AM Revision 22583cfd (qgis): add test results for percentile alg
- 04:04 AM Revision 5559e375 (qgis): add algorithm icons
- 04:04 AM Revision 183757b6 (qgis): add test results for percentrank from raster alg
2021-01-13
- 12:05 AM Revision 7bb88fcd (qgis): Another fix to pdal provider building
- 11:54 PM Revision eda30390 (qgis): fix build (followup 23b50ab264)
- 11:22 PM Revision 6b17d5b5 (qgis): keep layer valid if geometry_columns extent/pkey not valid
- 11:22 PM Revision 64d58785 (qgis): Improve mssql loading with predefined extent/pkey
- 11:22 PM Revision 1ca091a1 (qgis): indentation
- 11:15 PM Revision f24dc8c8 (qgis): some fixes
- 11:15 PM Revision 7f3b4077 (qgis): Fix build
- 11:15 PM Revision 3d9afb5d (qgis): Wheel scroll changes movement speed
- 11:15 PM Revision 2b9d7728 (qgis): Experiment with capturing cursor via ~ press
- 11:15 PM Revision 514edfbb (qgis): Fix jumpy first mouse movement in capture mouse mode
- 11:15 PM Revision 7b7f7c2e (qgis): Match Q/E up/down direction with Blender
- 11:15 PM Revision f48cd282 (qgis): When using mouse lock navigation, invert the vertical axis
- 11:15 PM Revision 28d6be5c (qgis): fix capturing cursor with ~ press
- 11:15 PM Revision c316c7bd (qgis): fix mouse capture
- 11:15 PM Revision 36e3229f (qgis): change for z for page up/down
- 11:15 PM Revision b3d2059b (qgis): rename navigation modes
- 11:15 PM Revision 0318ff76 (qgis): add movement speed combobox
- 11:15 PM Revision 44d39bec (qgis): initial fly mode implementation
- 11:15 PM Revision 5ebab693 (qgis): add navigation switching hotkey ctrl + ~
- 11:15 PM Revision ea5b4cb0 (qgis): Use proper game style keyboard handling
- Instead of just reponding to key presses/releases (and auto repeat
versions of these), instead track which keys are h... - 11:09 PM Revision 33cbe39b (qgis): add missing includes
- 11:09 PM Revision 76a28692 (qgis): remove includes of binary dirs
- 11:09 PM Revision 21828ba8 (qgis): [cmake] target_include_directories for 3d
- 08:47 PM Revision 8d240ecd (qgis): move catch block to QgsQuickUtils::transformPoint since it can be invo...
- 08:47 PM Revision 723c070d (qgis): fix compilation on lnx
- 08:23 PM Revision 1ed818e2 (qgis): Add mapRefreshCanceled() signal to QgsMapCanvas
- This is useful when one wants to follow what exactly is happening
with map canvas rendering. We already have renderSt... - 07:48 PM Revision 23b50ab2 (qgis): [cmake] remove of redundant includes (#40993)
- 05:02 PM Revision 837db503 (qgis): Merge pull request #40990 from 3nids/cmake-tid-gui
- [cmake] more target_include_directories
- 03:59 PM Revision 9370abe0 (qgis): Merge pull request #40982 from mrylov/hana-provider
- Add odbc-cpp-wrapper library to external folder
- 03:47 PM Revision bfa835d3 (qgis): add QgsBox3DDistanceTo test
- 03:47 PM Revision 59bb58f8 (qgis): cleanup and fix symbol nullptr bug
- 03:47 PM Revision f363877d (qgis): unify 2D and 3D identify results conversion
- 03:47 PM Revision 6caf1bfe (qgis): fix code_layout
- 03:47 PM Revision 3a014ae0 (qgis): make identification work with point size
- 03:47 PM Revision d136c3eb (qgis): fix banned keywords
- 03:47 PM Revision 398144ee (qgis): add docs
- 03:47 PM Revision fa7e3d4f (qgis): fix sip and add Nyall suggestions
- 03:47 PM Revision 2c9c6f94 (qgis): fix somethings and testRayFromScreenPoint
- 03:47 PM Revision 4f3f95a8 (qgis): raycast intersection with node bounding box
- 03:47 PM Revision be88fff9 (qgis): add some QgsRay3D tests
- 03:47 PM Revision 05735cde (qgis): move the implementation to Qgs3DMapToolIdentify
- 03:47 PM Revision 0167d07e (qgis): fix tests
- 03:47 PM Revision ec2fe64f (qgis): remove code duplication
- 03:47 PM Revision 144e6b18 (qgis): fix layout check
- 03:47 PM Revision 3b0bb55f (qgis): fix point clickable area
- 03:47 PM Revision f362eab3 (qgis): fix indentation
- 03:47 PM Revision 93f9ec2f (qgis): add SIP_SKIP
- 03:47 PM Revision 4e2133f2 (qgis): add QgsRay3D
- 03:47 PM Revision a97ade0e (qgis): address reviews
- 03:47 PM Revision c4c7e250 (qgis): add QgsBox3d::distanceFromPoint doc
- 03:47 PM Revision 432f29be (qgis): add pointsLimit and SIP
- 03:47 PM Revision b5e6033a (qgis): fix SIP
- 03:47 PM Revision 3c7e7886 (qgis): fix attributes type
- 03:47 PM Revision d67bd5ad (qgis): fix ept provider identify test
- 03:47 PM Revision 0073c35b (qgis): remove distanceFromPoint
- 03:47 PM Revision a98ec51e (qgis): save progress
- 03:47 PM Revision f85d551d (qgis): make 3D identify results simular to 2D
- 03:47 PM Revision e07a3933 (qgis): add Qgs3DUtils::rayFromScreenPoint
- 03:32 PM Revision f88369da (qgis): fix documentation build
- 03:10 PM Revision 3dae6519 (qgis): [cmake] fix build and use target_incude in server + python
- 03:02 PM Revision dbef0eaa (qgis): Fix HANA
- 12:23 PM Revision 43e15968 (qgis): Change HANA test instance
- 12:01 PM Revision 0e3422f8 (qgis): Remove debug code
- 11:44 AM Revision 337c7c30 (qgis): Removed sophisticated implementation
- Store rows in the model, remove rewind and random access from
query result class.
This implementation is way simpler... - 11:20 AM Revision 365b9da5 (qgis): Skip external/odbccpp in astyle.sh
- 09:55 AM Revision 7a51839f (qgis): Remove extra mutable
- 09:50 AM Revision a8345c03 (qgis): [cmake] update depending CMakeLists.txt
- 09:50 AM Revision 3db2bc68 (qgis): [cmake] liddxfrw linked to qgis_core
- 09:50 AM Revision ed155ded (qgis): [cmake] use target_include_directories in analysis
- 09:50 AM Revision e305a984 (qgis): [cmake] remove left-over of includes of src/core
- 09:40 AM Revision d3bed168 (qgis): Fix at() and add tests
- 09:40 AM Revision 4b1899ef (qgis): Fix cond private
- 09:40 AM Revision decbee4b (qgis): Fix MXE build
- 09:40 AM Revision 3ab44971 (qgis): Move worker deleteLater to the dtor
- 09:40 AM Revision 322a925b (qgis): flake8
- 09:40 AM Revision 3b7cc243 (qgis): Query result model threaded fetcher
- plus: independent iterators and rewind
- 09:40 AM Revision f5ffc56f (qgis): Threaded query model
- 09:40 AM Revision 3c8bcc87 (qgis): Final touch
- 09:39 AM Revision a717bc7f (qgis): Doxy and new at() method
- 09:39 AM Revision ea72ab92 (qgis): QgsQueryResultModel
- A model for QgsAbstractDatabaseProviderConnection::QueryResult
- 09:38 AM Revision 2631143c (qgis): [cmake] update depending CMakeLists.txt
- 09:38 AM Revision caeeb448 (qgis): [cmake] use target_include_directories in gui + native
- 07:16 AM Revision ce00ccd3 (qgis): Correctly expose QgsLayoutItemAttributeTable::getTableContents to sip,
- so that this class can be reused from Python classes
Fixes https://github.com/gltn/stdm/issues/411
(cherry picked f... - 06:42 AM Revision 798d97fd (qgis): [processing] Add 'thiessen' tag to QGIS' voronoi polygons algorithm
- (cherry picked from commit 8a85cae92c85d79b89c6494167262e77748bcf0d)
- 06:42 AM Revision 8a85cae9 (qgis): [processing] Add 'thiessen' tag to QGIS' voronoi polygons algorithm
- 05:56 AM Revision 6bb50f94 (qgis): Correctly expose QgsLayoutItemAttributeTable::getTableContents to sip,
- so that this class can be reused from Python classes
Fixes https://github.com/gltn/stdm/issues/411
(cherry picked f... - 05:56 AM Revision a8c3b02c (qgis): Correctly expose QgsLayoutItemAttributeTable::getTableContents to sip,
- so that this class can be reused from Python classes
Fixes https://github.com/gltn/stdm/issues/411 - 04:20 AM Revision bc3a55aa (qgis): Add button to open style gallery in the style manager
- 03:30 AM Revision 2bf46cd8 (qgis): Simplify Curved Types for QgsPostgresFeatureIterator
- Currently curved types are never simplified PostgreSQL server side.
However in many datasets just a small fraction o... - 02:16 AM Revision 6c2b26ec (qgis): [OTB] Fixes empty string parameters (#40957)
- (cherry picked from commit 579d55f286a011b87fc29bde282856c4bba76390)
- 02:16 AM Revision 579d55f2 (qgis): [OTB] Fixes empty string parameters (#40957)
2021-01-12
- 11:27 PM Revision 90df16cf (qgis): Fix pdal build
- 10:50 PM Revision 3de1b346 (qgis): Fix: Server WMS Dimension time fields filters extension
- Only String and DateTime fields could be choose as WMS Dimension time fields.
Extend the filetr by adding Int, LongL... - 10:50 PM Revision 7b210fa4 (qgis): Fix: Server WMS Dimension nearestValue and multipleValues
- * The WMS Dimension GetCapabilities nearestValue attribute has to be 0 or 1 and not 48.
* The WMS Dimension GetCapabi... - 10:50 PM Revision f56f42e1 (qgis): Assert if any of the layer ids contains a comma
- 10:50 PM Revision 31db15df (qgis): Cleanup unused member
- 10:50 PM Revision 89ff49fc (qgis): Prevent copy using const
- 10:50 PM Revision 2d6ea89d (qgis): Replace with qgis::as_const() where possible
- 10:49 PM Revision bdb1a541 (qgis): Docs
- 10:49 PM Revision 5e9a9822 (qgis): Fix docs
- 10:49 PM Revision a1ffcd5c (qgis): Improved class description docs
- 10:49 PM Revision f8b468a0 (qgis): Rename QgsPolymorphicRelations getGeneratedRelations -> generateRelations
- 10:43 PM Revision 976ddf13 (qgis): Fix: Processing Modeler help parameter
- The help parameter is set in the modeler help part.
The commit use it to set the help parameter. - 10:42 PM Revision 1f5b9b40 (qgis): Fix: Server WMS Dimension time fields filters extension
- Only String and DateTime fields could be choose as WMS Dimension time fields.
Extend the filetr by adding Int, LongL... - 09:00 PM Revision 4bf57f76 (qgis): Only build and use odbccpp_static
- 08:31 PM Revision 8b13ca62 (qgis): Fix: Server WMS Dimension nearestValue and multipleValues
- * The WMS Dimension GetCapabilities nearestValue attribute has to be 0 or 1 and not 48.
* The WMS Dimension GetCapabi... - 08:29 PM Revision 5874f5d8 (qgis): fix spellcheck
- 08:29 PM Revision ffea349d (qgis): use unique_ptr to handle provider pointer deletion
- 08:29 PM Revision 805509a8 (qgis): don't use QUUid::Id128, doesn't exist in Qt 5.9
- 08:29 PM Revision dd75e521 (qgis): [Oracle] Fix Oracle empty layer creation when there is no geometry
- 08:04 PM Revision 2e25ee6b (qgis): Travis does not need a git depth of 120 anymore, 1 is enough
- 06:13 PM Revision 41e1e615 (qgis): Added a QgsRelation::polymorphicRelation() method
- 05:24 PM Revision 82d3b0f3 (qgis): Merge pull request #40959 from 3nids/rel-reg-f3
- separate QgsAttributeEditorElement into several files
- 04:11 PM Revision 3798edaa (qgis): Merge pull request #40965 from 3nids/cmaket-tid-core-system
- [cmake] use target_include_directories for core system includes
- 04:07 PM Revision fa6d2810 (qgis): Merge pull request #40963 from elpaso/bugfix-gh40910-valuerelation-mult...
- Fix drill-down in multi-edit mode
- 03:57 PM Revision d4494e5b (qgis): Add odbc-cpp-wrapper library to external folder
- 03:03 PM Revision 4bd1b599 (qgis): Travis does not need a git depth of 120 anymore, 1 is enough
- 02:57 PM Revision 84313c91 (qgis): fix quick compilation
- 02:40 PM Revision e3bf72c2 (qgis): [cmake] use target_include_directories for gui system includes
- 02:33 PM Revision 84afbea8 (qgis): [cmake] use target_include_directories for core system includes
- 02:01 PM Revision 7a9d3f58 (qgis): Fix drill-down in multi-edit mode
- Fixes #40910
- 01:02 PM Revision dcd3c324 (qgis): fix sipify
- 12:52 PM Revision aac558dd (qgis): follow up + some forward declarations
- 12:52 PM Revision 026a5a8a (qgis): missing includes
- 12:52 PM Revision a6404da8 (qgis): separate QgsAttributeEditorElement into several files
- 12:46 PM Revision cbfd7b09 (qgis): Merge pull request #40953 from 3nids/modernize-cmake
- use target_include_directories instead of include_directories for qgis_core
- 11:04 AM Revision 7ab93d20 (qgis): follow up
- 10:29 AM Revision ca37a567 (qgis): Merge pull request #40947 from 3nids/rel-reg-f2
- move reading from XML logic from QgsEditFormConfig to QgsAttributeEditorElement
- 10:25 AM Revision 4f6a8b3e (qgis): remove includes of src/core in CMakeLists + link static providers to qg...
- 10:25 AM Revision e3d8410a (qgis): use target_include_directories instead of include_directories for qgis_...
- thanks to this, the include_directories are added to the target and propagated to any further linking
- 09:59 AM Revision 81600fda (qgis): Use the QgsRelationContext's project instead of direct call to QgsProject
- 09:16 AM Revision ca874db1 (qgis): Test if child relations are generated
- 09:08 AM Revision 2f5acf2d (qgis): Added test case for QgsPolymorphicRelation
- 09:07 AM Revision 53ca67aa (qgis): Generated QgsRelations now support getting the related features
- 09:07 AM Revision 89c07ff2 (qgis): Fixes in the QgsPolymorphicRelation
- 08:26 AM Revision ea5ce010 (qgis): Silence OpenType support missing Qt warning
- 08:24 AM Revision 9e5b6141 (qgis): fix legacy config before creating elements to avoid passing widget config
- 06:40 AM Revision 22613a4f (qgis): Use more efficient QTransform for geometry scaling
- 06:40 AM Revision df526567 (qgis): feature scaler base
- (cherry picked from commit a64650933ccc112812625fda48c63a93a70a5b83)
- 06:40 AM Revision e040d372 (qgis): rubber, layout etc
- chaining transforms =/= transform matrix
(cherry picked from commit 005175241607c483ca3e0f0f406b6f263d4a2e11) - 06:40 AM Revision b55f20e7 (qgis): layout & tests
- (cherry picked from commit 87cb5d149688192503dcae4e002e37f526942ba1)
- 06:40 AM Revision ef763331 (qgis): test
- (cherry picked from commit 4de67a9484844570a509df1db03c8815d5d52292)
- 06:40 AM Revision 62753f56 (qgis): comments pt1
- (cherry picked from commit dd3667b25b38959576c37bdb957c82457a902d54)
- 06:40 AM Revision bf56a6b6 (qgis): Test with selection
- 06:40 AM Revision d525f884 (qgis): Expand test coverage
- 06:40 AM Revision 31aadf6c (qgis): Fix icon path
- 06:40 AM Revision a445771e (qgis): Fix automatically set anchor point isn't cleared after applying action
- 06:40 AM Revision 0dfaa785 (qgis): More robust approach to updating rubber band -- use actual transformed ...
- 06:40 AM Revision 934fa1d5 (qgis): Sync with rotate tool
- 06:40 AM Revision b64283ae (qgis): Remove unused magnet control
- 06:40 AM Revision 3e9e689f (qgis): Minor cleanups
- 06:40 AM Revision 7e18d928 (qgis): test rounding change
- (cherry picked from commit e57e1745f2ad421705f9c66f856f718f62b380b0)
- 04:47 AM Revision 9cf44e4a (qgis): Loosen grass test crs requirement to allow passing on proj < 6
- 04:47 AM Revision b295bd58 (qgis): [processing][grass] Export CRS definitions as WKT2 strings instead
- of proj strings wherever possible
Because proj strings are lossy
Fixes #18596 - 04:47 AM Revision 3feda231 (qgis): Update comment
- 04:38 AM Revision c703d81c (qgis): [processing] Fix exception after running algorithm in modeler
- Fixes #40907
- 03:48 AM Revision 499a37c2 (qgis): Run qstring fixup
- 03:19 AM Revision 2e9c7789 (qgis): Fix incomplete encode/decodeUri for ArcGIS MapServer provider
- 03:19 AM Revision b44e94de (qgis): Allow changing the authentication setup for existing AFS/AMS layers
- 03:19 AM Revision 99ba9b21 (qgis): Provider source widgets can be used for vector layers
- 03:16 AM Revision 9e9d2478 (qgis): When creating a expression filter string for a rule based renderer,
- try to create a simple "field IN (...)" expression wherever possible
This avoids some issues with complex rule based... - 03:16 AM Revision 44c2a260 (qgis): Add utility functions to determine if a QgsExpression is a simple
- "field=value" type expression, and for condensing a list of similar
expressions to an equivalent "field IN (value, va... - 01:25 AM Revision 74d05324 (qgis): Add new field for geoid-ellipsoid diff
- 01:25 AM Revision 9b7283ab (qgis): Update src/core/gps/qgsgpsconnection.h
2021-01-11
- 10:42 PM Revision 7feb0730 (qgis): Test the new methods in QgsRelation
- 10:42 PM Revision b6451458 (qgis): Test the new methods in QgsRelationManager
- 09:51 PM Revision 3f717cb3 (qgis): move reading from XML logic from QgsEditFormConfig to QgsAttributeEdito...
- so it lives in the same place than saving the config
- 09:51 PM Revision a6aecf5f (qgis): deprecate QgsEditFormConfig::attributeEditorElementFromDomElement
- 09:47 PM Revision 1656ef29 (qgis): move the config to QgsAttributeEditorRelation + fix cloning (#40941)
- 09:02 PM Revision 74fb453f (qgis): fix confused copy/paste
- 09:02 PM Revision 4d866037 (qgis): Remove trailing space
- 09:02 PM Revision 05d836b4 (qgis): Use QDesktopServices instead of deprecated iface.openUrl
- 08:59 PM Revision d82ff4bd (qgis): typo and some QStringLiteral
- 07:32 PM Revision ad944156 (qgis): [feature][layouts] Add menu entry to add dynamic text labels
- easily to a layout
The new "Add Item" -> "Dynamic Text" menu contains a bunch of preset
handy dynamic text expressio... - 07:32 PM Revision b7cf2107 (qgis): Nicer placement of item actions
- - Make sure Add 3d map appears directly after Add Map
- Place Dynamic Text menu directly after Add Label action - 07:32 PM Revision 4d3a022c (qgis): Fix dox
- 03:54 PM Revision b9005cbc (qgis): spelling and minor fix
- 03:54 PM Revision f81737c9 (qgis): schemas filtering for QgsMssqlProviderConnection
- 03:54 PM Revision 7d8e8ba5 (qgis): ui filter on new connection widget
- schemas filtering as option
filtering on server side and refactoring
minor fixes - 03:54 PM Revision e6a2e1f6 (qgis): missing space
- 11:13 AM Revision f31fbdf0 (qgis): Added support for dynamic relations
- 10:58 AM Revision 09f4f4c6 (qgis): Merge pull request #40929 from m-kuhn/fixRelationCustomWidget
- Enable custom widget builds in ci and fix the build
- 10:08 AM Revision 12a7afb1 (qgis): [arcgis] Fix some layers don't appear available as feature server layers
- in browser/data source manager
As per the comment:
We have a choice here -- if geometryType is unknown and the serv... - 04:06 AM Revision 7478bca6 (qgis): [processing] Don't use authid to compare layer CRSes
- Instead of QgsCoordinateReferenceSystem == operator, so that we
can correctly test equality of non-standard CRSes - 04:06 AM Revision f8e5e0bf (qgis): Improve python repr string for QgsCoordinateReferenceSystem
- - Indicate invalid crses
- If crs doesn't have an authid, use wkt representation - 03:25 AM Revision e0ad337a (qgis): NMEA calculate 3D RMS
2021-01-10
- 11:53 PM Revision 3066a747 (qgis): Update references to compositions in expression function help
- (cherry picked from commit bbb4334c4bf535c6be5eaaf9fe122b553a1d3975)
- 11:47 PM Revision 64a86238 (qgis): fix timestep ui handling in temporal controller widget
- 11:47 PM Revision 77c59ef7 (qgis): new function for handling updates to timestep ui update in temporal con...
- 11:47 PM Revision c6f5e31d (qgis): [layouts] When adding a new map item, auto-assign a real
- unique id to the item
Previously we auto assigned an internal quasi-id to these items,
but that was rather confusing... - 10:10 PM Revision 472898ac (qgis): Fix docker build successful check
- 06:10 PM Revision 3a3f7c50 (qgis): Fix build
- 06:05 PM Revision e593ab10 (qgis): Enable custom widget builds in ci
- 09:45 AM Revision 60b884d4 (qgis): Merge pull request #34988 from mrylov/hana-provider
- [FEATURE] HANA database provider
- 03:42 AM Revision bbb4334c (qgis): Update references to compositions in expression function help
- 01:38 AM Revision 88a0a8eb (qgis): [feature][layouts] Add map_credits function
- This function collates a list of all the layer metadata attribution
strings for the layers shown inside a specified m... - 01:38 AM Revision ed4bb506 (qgis): Automatically populate appropriate layer metadata when adding OpenStree...
2021-01-09
- 06:12 PM Revision 7f7bbae1 (qgis): Fix indentation
- 06:07 PM Revision 45ae4c68 (qgis): Implement QgsHanaProviderConnection::execSql
- 04:47 PM Revision a090f63d (qgis): Fix indentation
- 03:01 PM Revision 760a436f (qgis): [ui] Format status bar coordinate widget's extent using project settings
- 02:24 PM Revision 6a6c8969 (qgis): Revise primary key determination
- 01:00 PM Revision e53c9b96 (qgis): Increase HANA test timeout to 10 minutes
- 01:38 AM Revision 24aa5457 (qgis): Fix deprecation warnings
- 01:33 AM Revision e0c0c06f (qgis): move QgsAttributeEditorContainer to proper cpp file
- 01:32 AM Revision e0788778 (qgis): Fix to_date* functions links to qt doc
- QDateTime::fromString documentation no longer lists all the expressions
to construct the format, so we point to each ...
2021-01-08
- 10:16 PM Revision 54ec5acf (qgis): [processing] GDAL algorithms can now be canceled!
- Previously there was no way to terminate the GDAL process, so if you
accidently got some parameter values wrong it wa... - 10:16 PM Revision 716e74c7 (qgis): [processing] Use correct means to escape " values in GDAL commands
- 10:16 PM Revision b14dc49c (qgis): [processing] Catch the gdal process console progress report output
- and show algorithm progress bars when running GDAL algorithms
- 10:16 PM Revision 9ee5e564 (qgis): Update tests
- 10:16 PM Revision 50b5e563 (qgis): [processing] Use QgsBlockingProcess instead of subprocess to run GDAL a...
- This gives us much more flexibility when running the process, as we can
now do things like report feedback messages d... - 10:16 PM Revision e79922b2 (qgis): [processing] Return log lines from GdalUtils.runGdal instead of storing
- in a class member
The previous approach was NOT thread safe, and it's easy to avoid - 10:16 PM Revision 02f861c3 (qgis): [processing] Translate some strings when running gdal algorithms
- 10:16 PM Revision 601a9e1c (qgis): Add unit test to ensure QgsBlockingProcess inherits system enviroment
- 10:16 PM Revision ddf19ac4 (qgis): Add method to retrieve exit status of process
- 10:16 PM Revision baad1408 (qgis): Fix cancellation on windows
- 10:07 PM Revision 1444ce3a (qgis): Fix to_date* functions links to qt doc
- QDateTime::fromString documentation no longer lists all the expressions
to construct the format, so we point to each ... - 09:39 PM Revision 0fc4aee6 (qgis): Merge pull request #40721 from suricactus/relregistry
- Support multiple relation editors via relation widget registry
- 09:06 PM Revision a7c81ffa (qgis): Enable Hana tests on Travis CI (second attempt)
- 07:30 PM Revision 726dd33d (qgis): Enable HANA tests on Travis CI
- 03:03 PM Revision 6620bb90 (qgis): Removed the deprecated methods, will be implemented in Python only
- 01:12 PM Revision 77085695 (qgis): Fix breaking tests
- 12:58 PM Revision ebddedd9 (qgis): Fix wrong usage of mFeatureSelectionMgr in the abstract class
- 12:02 PM Revision 6061030f (qgis): enable dynamic SVGs for fill symbol (#40902)
- 11:17 AM Revision d1014827 (qgis): Add comment why we need HANA specific distance unit encoding
- 11:04 AM Revision 55e146f1 (qgis): Use authid() to retrieve authority and srid
- 10:47 AM Revision f002f960 (qgis): drop leftover include (#40901)
- 10:32 AM Revision a5448345 (qgis): No more Q_NOWARN_DEPRECATED_POP
- 09:56 AM Revision 71baf2be (qgis): Make it Q_OBJECT
- 09:28 AM Revision d81521e4 (qgis): avoid to prepare expression for SVG dynamic parameters (#40899)
- 09:19 AM Revision 0120e0f7 (qgis): Merge pull request #40892 from 3nids/svg-dyn-gui
- GUI for dynamic SVGs
- 09:19 AM Revision c6d4e614 (qgis): correct dox
- 09:14 AM Revision ebef36f7 (qgis): drop leftover include
- 08:48 AM Revision 1562a49e (qgis): allow removing multiple parameters at once
- 07:45 AM Revision 30a3e349 (qgis): move buttons to bottom right
- 05:12 AM Revision 0090dac4 (qgis): [locator] Fix broken parsing of google maps URL Z values
- 01:40 AM Revision 70aea49f (qgis): [vectortiles] Never trust internal feature ids
- Even if a feature has an internal ID, it's not guaranteed
to be unique across different tiles. This may violate the
s... - 01:37 AM Revision 0d785c8a (qgis): Add method to retrieve QgsVertexMarker center point in map coordinates
- 01:37 AM Revision 378841e5 (qgis): Fix broken manual rotation anchor point setting via ctrl+click in rotat...
- Ctrl+clicking to set the manual rotation point had no effect, and the selected
rotation point was always reset as soo...
2021-01-07
- 09:54 PM Revision 2ffc3061 (qgis): add test for SVG marker with dynamic parameters (#40891)
- 06:34 PM Revision 1754ecc4 (qgis): Merge pull request #40890 from troopa81/fix_oracle_srid_createemptylayer
- [Oracle] Fix metadata table srid when creating an empty layer
- 04:43 PM Revision f5f7389e (qgis): fix spellcheck
- 04:40 PM Revision 34f2005c (qgis): Minor code improvements
- 04:06 PM Revision 5d47b5d8 (qgis): Convert cpp type to python type
- 04:06 PM Revision e786da89 (qgis): Add test for the relation widget registry
- 03:52 PM Revision defb091c (qgis): add missing dox
- 03:36 PM Revision e5e7b31e (qgis): Tidy up CMakeLists.txt
- 03:36 PM Revision 36d41fe0 (qgis): add missing private @cond
- 03:02 PM Revision 9161a8c8 (qgis): gui for dynamic SVGs
- 02:57 PM Revision 17500a7e (qgis): Merge pull request #40596 from 3nids/dynamic_svgs
- core part to handle dynamic SVGs
- 02:42 PM Revision bb7f4113 (qgis): Rename to Abstract prefix
- 02:28 PM Revision c9f3c30f (qgis): [Oracle] Fix metadata table srid when creating an empty layer
- 02:12 PM Revision 0f68ad82 (qgis): fix building server without plugins (or without python) (#40869)
- 01:55 PM Revision 5e2cbab0 (qgis): prepare before getting referenced fields
- 01:42 PM Revision 04f43da4 (qgis): Unhide handleDrop method from base class in QgsHanaConnectionItem
- 01:25 PM Revision 34b252c6 (qgis): Stop using deprecated QFlags constructor
- 01:19 PM Revision eedbd3b5 (qgis): fix reading of newly saved symbology properties (#40889)
- 12:18 PM Revision cf5180a0 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into hana-provider
- 10:49 AM Revision cfc8f034 (qgis): fix reading of parameters
- 08:43 AM Revision 1181c36c (qgis): [locator] Fix broken parsing of google maps URL Z values
2021-01-06
- 12:52 AM Revision d73fd7c1 (qgis): Split tool: create new features all at once (fixes #40860)
- The cause of the slowness of split tool on layers with many features
(e.g. more than 100k) was due to lots of QgsVect... - 09:03 PM Revision 5454d222 (qgis): Split tool: create new features all at once (fixes #40860)
- The cause of the slowness of split tool on layers with many features
(e.g. more than 100k) was due to lots of QgsVect... - 09:01 PM Revision d1761bdb (qgis): Port QProcess::splitCommand from qt 5.15
- This is a useful method, and desirable in Qt < 5.15. It's also not
exposed currently to Python, so this doubles as a ... - 09:01 PM Revision a39e1625 (qgis): [api] Add new class to run a process in a blocking manner without
- QEventLoop related issues on the main thread
This class should be used whenever a blocking process run is required.
... - 08:53 PM Revision 8e5b036f (qgis): Untwine update: fixed warnings and 32-bit build
- 04:59 PM Revision 130cbae9 (qgis): prepare expressions of properties for SVG parameters
- 04:59 PM Revision 98d1be22 (qgis): also update usedAttributes with attributes used in SVG parameters
- 04:33 PM Revision 3881c811 (qgis): fix bad rebase
- 04:22 PM Revision cb6b306b (qgis): option to run sipify_all.sh on a single module (#40874)
- 04:19 PM Revision 309caff7 (qgis): option to run sipify_all.sh on a single module
- 04:11 PM Revision 98e0cd58 (qgis): use flexibility of QVariant to save/load SVG parameters
- 04:11 PM Revision 2e90da4b (qgis): drop QgsSymbolLayerUitls::readSerializedProperties and serializeProperties
- 03:54 PM Revision 6847efe9 (qgis): Merge pull request #40872 from TurboGraphxBeige/patch-1
- Added my own name to CONTRIBUTORS file
- 03:41 PM Revision 4a309ad5 (qgis): Added my own name
- 03:33 PM Revision 094985cb (qgis): Merge pull request #40870 from elpaso/clazy-fixes
- Fix clazy warnings
- 03:01 PM Revision 891c89ae (qgis): rename QgsBasicRelationWidget--> QgsRelationEditorWidget
- 03:00 PM Revision 47269858 (qgis): Single QgsBasicRelationWidget file
- 01:40 PM Revision 8f4bf3e3 (qgis): SIP convert
- 01:10 PM Revision 415ecc4e (qgis): Rename the "basic" widget to "relation_editor" widget
- 01:10 PM Revision ca56fe6d (qgis): Remove from the layout, just in case
- 01:06 PM Revision 10b2b3b1 (qgis): mRelationEditorName -> mRelationEditorId
- 12:12 PM Revision 112810c2 (qgis): Fix clazy warnings
- 11:25 AM Revision 9116a1a1 (qgis): add a simple class to hold parameters information
- this makes it more futureproof to introduce type (string/number) or domain (attribute vs node value)
- 11:25 AM Revision 3201fa4e (qgis): use QgsProperty to handle SVG parameters
- 11:25 AM Revision 29f5669d (qgis): fix cloning of symbol
- 11:25 AM Revision 9c0ee358 (qgis): core part to handle dynamic SVGs
- this allow to use a map of parameters to dynamically replace attributes or nodes values in the XML of the SVG
- 11:21 AM Revision fd7406cb (qgis): Merge pull request #40716 from 3nids/qvariant-properties
- use QVariantMap instead of QgsStringMap for symbol layer properties
- 08:55 AM Revision 346a5972 (qgis): fix exporting rule
- 05:51 AM Revision b75b875e (qgis): [locator] Fix broken parsing northing,easting DMS coordinates
- 04:28 AM Revision 3d320a26 (qgis): updating time step and time step unit when frame duration has changed
- 04:28 AM Revision 21c28bc9 (qgis): addressed review comments
- 04:28 AM Revision a75211cc (qgis): fix for additional review comments
- 04:28 AM Revision c25a9e84 (qgis): fix no return in non-void scope error
- 04:28 AM Revision 3d23cb62 (qgis): Add missing QgsInterval != operator
- 04:28 AM Revision 949a46f7 (qgis): Avoid duplicate metatype warning noise in tests
- 04:28 AM Revision 4deafb87 (qgis): Fix test
- 04:28 AM Revision bcbf6ff1 (qgis): updated QgsInterval constructors to set duration and unit
- 04:28 AM Revision 167940fc (qgis): Changed QgsInterval getters to return original duration when original u...
- 04:28 AM Revision bfcc7a8c (qgis): keep frameDuration() in animation export
- 04:28 AM Revision 4513033c (qgis): returned setFrameDuration and frameDuration functions in the temporal n...
- 04:28 AM Revision 1e7ea794 (qgis): Updated QgsInterval setter methods to update original duration and unit...
- are called.
- 04:28 AM Revision 8aac2388 (qgis): Use time step when exporting animation
- 04:28 AM Revision f2d5d5f4 (qgis): Address review feedback
- 04:28 AM Revision 51590810 (qgis): Add cast when comparing time step unit in TestQgsTemporalNavigationObject
- I'm not able to duplicate the build failure seen on Travis CI locally,
but I'm guessing it is due to the changes to c... - 04:28 AM Revision d07cb972 (qgis): Rerun sipify after documentation fix
- 04:28 AM Revision 8b91d583 (qgis): Fix broken link in docstring
- 04:28 AM Revision 9da580cb (qgis): Pass time step and time step unit into QgsTemporalNavigationObject
- Currently, we pass the frame duration as a QgsInterval and use the average
duration of a month or year during the ani... - 04:28 AM Revision 0921df07 (qgis): Fix build
- 04:28 AM Revision 9cd3da68 (qgis): Initialize mFrameTimeStep and mFrameTimeStepUnit
2021-01-05
- 12:02 AM Revision 3ca2137f (qgis): Improve QgsSvgCache documentation, add note about origin of QPictures
- returned by svgAsPicture
- 11:36 PM Revision 4f786ae5 (qgis): [MetaSearch] Reset rubber band when treeRecords selection is changed
- 11:36 PM Revision fd9b246a (qgis): [MetaSearch] Also disable buttons after inspecting CSW in server tab
- in order to fix "AttributeError: 'CatalogueServiceWeb' object has no attribute 'records'" python error
- 11:00 PM Revision 1559908c (qgis): [MetaSearch] Fix navigation through the results pages
- 10:58 PM Revision 454c4f6e (qgis): Fix otbalgorithm when several band are selected
- 10:58 PM Revision 5c19845d (qgis): Keep only vector layer file path when calling an OTB algorithm
- 10:58 PM Revision bb3e1a55 (qgis): [processing][OTB] deal with parameter type Enum and Band
- 10:58 PM Revision 52f2a4d7 (qgis): Fix QGIS/OTB interface for field parameters
- 10:56 PM Revision b2af412b (qgis): Removed view menu actions
- 10:56 PM Revision 69154c2b (qgis): Code cleanup
- 10:56 PM Revision cf3bee38 (qgis): Cleanups
- 10:56 PM Revision f3476a56 (qgis): Zoom and pan to selection from multiple layers
- 08:38 PM Revision d360fccf (qgis): Allow the usage of opacity parameter in a WMS provider URL
- 07:46 PM Revision f9deb915 (qgis): Fixes an (unreported?) issue with invalid MSSQL data items
- The issue was triggered when refreshing the browser with an
invalid MSSQL connection, the Populated state was never s... - 07:45 PM Revision bc9ddada (qgis): fix mssql iterator
- 07:44 PM Revision bb05c3bc (qgis): Allow plugins to set control image path for QgsRenderChecker, so that
- they can reuse this class for plugin specific tests
- 03:24 PM Revision 1808a447 (qgis): Fix point cloud 2d identify when x/y/z values in dataset are not intege...
- 03:24 PM Revision 736dff5b (qgis): Make sure point cloud results in identify dock follow same behavior as ...
- 12:42 PM Revision cc0f4c3b (qgis): [locator] Fix broken parsing northing,easting DMS coordinates
- 09:24 AM Revision d45b6144 (qgis): add skip kwarg
- 09:24 AM Revision b3794cef (qgis): Don't save defaults
- 09:24 AM Revision 5920ded6 (qgis): invert logic
- 09:24 AM Revision d11d28ca (qgis): re-commit variable changes
2021-01-04
- 12:37 AM Revision ee0e3510 (qgis): Change context menu keyboard shortcuts
- 11:32 PM Revision b740bf20 (qgis): [processing] Fix exception when calling "Select from Files" in batch mode
- on a file parameter
Fixes #40705 - 09:00 PM Revision 6fed3b37 (qgis): Untwine: calculate stats for attributes
- Without stats we don't know valid ranges of input data, so let's get them calculated
when the data gets indexed by un... - 07:18 PM Revision 8e4dccd4 (qgis): More test fixes
- 07:18 PM Revision 57a5054d (qgis): Fix tests
- 07:18 PM Revision e2205835 (qgis): Fix tests
- 07:18 PM Revision d9c22088 (qgis): Addressing code review comments
- 07:18 PM Revision fb5cf0ce (qgis): More test fixes
- 07:18 PM Revision 7ef6f6ac (qgis): Run sipify_all to fix qgsserverprojectutils.sip.in
- 07:18 PM Revision 6c21d935 (qgis): Move logic into owsServiceTitle
- 07:18 PM Revision d7d6f8b1 (qgis): Mark variable as const
- 07:18 PM Revision 118ba4d3 (qgis): Improves QGIS Server WMS GetCapabilities output
- Fixes #40736
- 07:18 PM Revision 900f6862 (qgis): Fix tests
- 07:16 PM Revision 8b00a0c4 (qgis): Fix one more qt 5.15 deprecation warning
- 05:47 PM Revision 5208fc23 (qgis): Untwine: calculate stats for attributes
- Without stats we don't know valid ranges of input data, so let's get them calculated
when the data gets indexed by un... - 05:27 PM Revision 15582878 (qgis): Add newly required include directories
- 05:25 PM Revision a2c96c97 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into hana-provider
- 05:21 PM Revision 82dd4fcb (qgis): fix build on i386 and with older PDALs
- 05:19 PM Revision 94c56943 (qgis): debian packaging: add back python3-sip-dev for dh_sip3 in unstable
- 03:32 PM Revision 849fae32 (qgis): always cast to string first
- 02:32 PM Revision 95300c98 (qgis): declare setupRelationWidgetWrapper with 2 args as deprecated
- 02:25 PM Revision e892bee3 (qgis): Update the UI when the root collapsible box is opened
- 02:18 PM Revision 4c463d35 (qgis): Revert "Not sure why this was like this in the original QgsRelationEdit...
- This reverts commit c3411b98c0b6a12c222f187f1ea89d88f248f6e6.
Since `addFeature()` has an argument, this should not b... - 01:05 PM Revision c69b8045 (qgis): No need for custom conversion code when QVariantMap type is returned
- 01:05 PM Revision e3e8af7d (qgis): Show classification code in identify result
- 01:05 PM Revision cc737571 (qgis): Respect identify tool tolerance when identifying small point cloud markers
- 01:05 PM Revision 30084f61 (qgis): Fix identify tool not finding points when using a single point click
- and map crs != layer crs
- 01:05 PM Revision 923af4e8 (qgis): Older sip versions DO require custom conversion code!
- 01:05 PM Revision fde80e3f (qgis): Respect z range when identifying point cloud features
- 01:05 PM Revision 8f63af56 (qgis): Use QVariantMap instead of QMap<QString, QVariant>
- 01:05 PM Revision 12a40f10 (qgis): Show both original z value and adjusted z value in identify results whe...
- 01:05 PM Revision 5fea4629 (qgis): Use switch for enum comparison
- 01:05 PM Revision e14750e9 (qgis): Fix some clazy/clang warnings
- 01:05 PM Revision d045f75d (qgis): Fix since
- 01:05 PM Revision 0b618711 (qgis): Fix some more clazy warnings
- 01:02 PM Revision 28dc2a76 (qgis): When reading laz files, gracefully handle requested attributes which ar...
- 08:53 AM Revision e97927f3 (qgis): fix forward and backward compatibility
- 08:16 AM Revision 8d3ed863 (qgis): follow up tests
- 07:22 AM Revision 2647fa88 (qgis): apply to server
- 07:08 AM Revision 1f0b9315 (qgis): [processing] extract_by_location fix duplicate rows when mutiple predic...
- Fixes #32653
- 07:03 AM Revision 0bb6e114 (qgis): Fix format specification for data defined colors
- Fixes #40792
(cherry picked from commit be2c1ec7ac15eb323b861252622d5efcda5926fa) - 06:57 AM Revision be2c1ec7 (qgis): Fix format specification for data defined colors
- Fixes #40792
- 05:38 AM Revision 7edb765b (qgis): Don't show map tips for features outside of canvas temporal range
- Fixes #40791
- 05:38 AM Revision 7184905e (qgis): Don't show map tips for layers with scale range visibility which are ou...
- 05:38 AM Revision 67d57541 (qgis): Don't allow selection of invisible features due to temporal filters
- Fixes #40818
- 05:38 AM Revision 83b50cd2 (qgis): Don't even attempt to show a map tip for a non-spatial layer
- 04:52 AM Revision 16c4bead (qgis): Fix dox warning
- 04:52 AM Revision 7fba697b (qgis): [FEATURE] New "Merged feature" renderer for polygon and line layers
- This renderer merges (or unions/dissolves) the line or polygon features
from a layer prior to rendering them. It's us... - 04:52 AM Revision 72065310 (qgis): Dox++
- 03:58 AM Revision b8e025b0 (qgis): mesh scalar renderer optimization (#40821)
- 03:56 AM Revision d30a806a (qgis): Organize Edit and View menu items
- 03:50 AM Revision 472b950a (qgis): [processing]field calculator : allow creating field already present (c...
- Fixes #40701
- 03:49 AM Revision c7a9d5ad (qgis): Respect map clipping regions when rendering point clouds in 2d
- 03:46 AM Revision b01ff14a (qgis): Minor optimisations, warning fixes for point clouds
- 03:46 AM Revision 25e54a7a (qgis): Fix possible crash in ept point cloud index if boundsConforming array s...
- 03:46 AM Revision bcba05db (qgis): Fix some clazy warnings in vector tile renderer
- 03:46 AM Revision 610cb468 (qgis): Avoid some detachments, more efficient QString use
- 03:46 AM Revision edf63381 (qgis): Use reinterpret cast instead of old style cast
- 01:20 AM Revision 61ee2032 (qgis): Initial implementation of selection tool for point cloud
- 01:20 AM Revision 8c723215 (qgis): sipify identify function in dataprovider
- 01:20 AM Revision 9bd4673e (qgis): Added tests
- 01:20 AM Revision 72d9eeeb (qgis): remove SIP_SKIP and qDebug()
- 01:20 AM Revision 9ee8ec88 (qgis): Refactoe QgsPointCloudLayerRenderer::traverseTree
- 01:20 AM Revision 2d274af3 (qgis): Add classified renderer filtering behaviour
- 01:20 AM Revision d8abdbe9 (qgis): add fix for point selection
- 01:20 AM Revision 9358c9bd (qgis): change to variant and remove QgsPointCloudIdentifyResults
- 01:20 AM Revision 07512be3 (qgis): Add identify when rendering as circles
- 01:20 AM Revision 7a4adf6b (qgis): Update src/core/pointcloud/qgspointcloudrenderer.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 01:20 AM Revision 3c1a0633 (qgis): Update src/core/pointcloud/qgspointcloudrenderer.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 01:20 AM Revision da4076e4 (qgis): Update src/gui/qgsmaptoolidentify.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 01:20 AM Revision 3f1d5a35 (qgis): remove geometry intersection check from the renderer's traverseTree
- 01:20 AM Revision 8178add7 (qgis): Address Nyall suggestions
- 01:20 AM Revision 93e13e1d (qgis): remove render context from the provider code
- 01:20 AM Revision 16a8ef5b (qgis): Use geometry engine
- 01:20 AM Revision 6a0e0188 (qgis): Add returned point clouds limit
- 01:20 AM Revision 87280a94 (qgis): fix banned keyword check
- 01:20 AM Revision 09e540b9 (qgis): Parralelize fetching points from IndexedPointCloudNode
- 01:20 AM Revision c993eb5d (qgis): remove root error from identify in the provider
- 01:20 AM Revision 8ec26000 (qgis): remove layer and elevation properties
- 01:20 AM Revision ef9d2727 (qgis): make single click identify work
- 01:20 AM Revision d40a9b74 (qgis): fix unused variable
- 01:20 AM Revision 83963663 (qgis): add docs
- 01:20 AM Revision 6b7be9c9 (qgis): fix spelling
- 01:20 AM Revision c6ad05d7 (qgis): Address reviews
2021-01-03
- 09:27 PM Revision 20177be2 (qgis): Server: lower some log levels
- 09:05 PM Revision 30c7f36e (qgis): ccpcheck suppress
- 08:33 PM Revision 0cae2bea (qgis): add missing doxymentation
- 08:16 PM Revision 2cc632ee (qgis): follow up QVariant
- 08:16 PM Revision d1d28c58 (qgis): fix resolvePaths
- 08:16 PM Revision eb46defa (qgis): fix bindings
- 08:16 PM Revision c46c066e (qgis): add missing breaks
- 08:16 PM Revision f77bb217 (qgis): use QVariantMap instead of QgsStringMap for symbol layer properties
2021-01-02
- 03:12 PM Revision 1dd80e93 (qgis): Merge pull request #40819 from basilrabi/pointcloud
- [RPM] enable point cloud functionalities
- 01:07 PM Revision 95a712f0 (qgis): [RPM] enable point cloud features
- 06:48 AM Revision 0d33fe4c (qgis): Documentation improvements, add SIP_DEPRECATED annotations
- 06:48 AM Revision e25be9fe (qgis): Spelling
- 06:48 AM Revision 9f8f65d3 (qgis): Cleanup cursor handling in QgsLayerTreeViewDefaultActions
2021-01-01
- 11:06 PM Revision 0eb29db8 (qgis): Remove duplicate text
- 11:06 PM Revision a1ee2ffc (qgis): Fix typo
- 10:04 PM Revision 0522196a (qgis): Code cleanup
- 10:04 PM Revision e25d857a (qgis): Re-add actionZoomToLayer
- 10:04 PM Revision 68cb1004 (qgis): Re-add actionZoomToLayer in canvasdockwidget.cpp
- 10:04 PM Revision 9fee7660 (qgis): Deprecated zoomToLayer method
- 10:04 PM Revision b176b4f1 (qgis): Cleaned some code, added API docs
- 10:04 PM Revision 0874c577 (qgis): Zoom to multiple selected layer(s) in layer tree
- 09:47 PM Revision 9a60b470 (qgis): fix mesh centroid when coordinates are very big (#40757)
- (cherry picked from commit ee6d797466ed7d5f01aad1669c4b51ea4f190beb)
- 09:47 PM Revision d9497e8d (qgis): Fix crashes in expression widget when no layer is available
- Fixes #40763
(cherry picked from commit e0e21a7349189fb9de89b1392932b3ba28536168) - 09:20 PM Revision e0e21a73 (qgis): Fix crashes in expression widget when no layer is available
- Fixes #40763
- 09:20 PM Revision ee6d7974 (qgis): fix mesh centroid when coordinates are very big (#40757)
- 09:00 PM Revision 7aba6950 (qgis): remove conflicting filee in tests
2020-12-31
- 09:52 PM Revision 7baa0a11 (qgis): MetaSearch: update bbox CRS
- 05:10 PM Revision 383024e0 (qgis): Merge pull request #40811 from m-kuhn/cleanup_backport
- No backported label
- 02:38 PM Revision 2eb99c77 (qgis): No backported label
- It's not working and doesn't help a lot. The main painpoint is bad (conflicting) backports
which it wasn't designed t... - 06:44 AM Revision 583a52ba (qgis): Merge pull request #40804 from m-kuhn/backported-label
- Add backported label when a PR was successfully backported
- 01:09 AM Revision 01fd9835 (qgis): Fix adding new features
- 01:08 AM Revision c3411b98 (qgis): Not sure why this was like this in the original QgsRelationEditorWidget
2020-12-30
- 11:02 PM Revision 81d36742 (qgis): Add backported label when a PR was successfully backported
- 07:55 PM Revision c6ac5a60 (qgis): Remove leftover code
- 07:21 PM Revision e2543342 (qgis): Merge pull request #40800 from m-kuhn/backported-label
- Add backported label after a successful backport
- 04:59 PM Revision 4435aeb7 (qgis): Type
- Co-authored-by: Alessandro Pasotti <[email protected]>
- 04:51 PM Revision 84f985c7 (qgis): Add backported label after a successful backport
- 07:50 AM Revision 48d587e9 (qgis): Merge pull request #40795 from nyalldawson/indent2
- Make identify results indentation more hidpi friendly, also lower browser tree indentation
- 03:48 AM Revision c0576d88 (qgis): Make identify results indentation more hidpi friendly, also lower brows...
- 03:46 AM Revision 1151a8f0 (qgis): Open the correct configuration widget
- 03:46 AM Revision 51cd712c (qgis): Add relation widget registry
- 03:46 AM Revision 19d398e3 (qgis): Restore a tooltip replaced during debugging
- 03:46 AM Revision b1dad1d3 (qgis): Added SIP_DEPRECATED and added forgotten \since docs
- 03:35 AM Revision 112aaf06 (qgis): Reduce indentation in identify results
2020-12-29
- 11:26 PM Revision 8e79a17f (qgis): MetaSearch: update bbox CRS
- (cherry picked from commit 65a134ca47731b178901b4ca1ee3ba0066af1d98)
- 11:25 PM Revision 65a134ca (qgis): MetaSearch: update bbox CRS
- 06:52 PM Revision a898e64a (qgis): Merge pull request #40737 from m-kuhn/cache_regexps
- Initialize regular expressions once
- 05:46 PM Revision 76ba06ce (qgis): Rework handling of primary keys in HANA (part 4)
- 10:10 AM Revision 3c0b971b (qgis): No const
- 07:58 AM Revision 97b7ab90 (qgis): Avoid some unnecessary work when destructing QgsCoordinateReferenceSyst...
- 04:19 AM Revision 5c225cce (qgis): Make sure empty array in listwidget is null
- Fixes #38176
- 04:19 AM Revision 9a8a8c95 (qgis): Add options in list config widget for how to deal with empty rows
- Allow NULL or empty array
- 04:19 AM Revision 4e125eb7 (qgis): Correct postgres prepared statements for arrays
- Fixes #38784
- 04:15 AM Revision ff3bb1c0 (qgis): [expression] Avoid paying the price of a QgsCoordinateReferenceSystem d...
- 02:38 AM Revision 7e0f58ff (qgis): Add nullCrs for more performanct (de)initialisation of a default constr...
- 02:38 AM Revision 2505f54d (qgis): Fix cppcheck warnings
- 02:38 AM Revision 5972fdbe (qgis): More build fixes
- 02:38 AM Revision b7ac07a1 (qgis): Fix quick build
- 02:38 AM Revision 87fc2dcc (qgis): Fix grass build
- 02:38 AM Revision a9c80e57 (qgis): Code shuffle
- Move vector, project and network related core .cpp/.h files into
dedicated subdirectories.
An attempt to organise sr... - 02:38 AM Revision 1a716ce6 (qgis): Another fix
2020-12-28
- 12:20 AM Revision 1353ce28 (qgis): Safety check for expression initialized
- 12:03 AM Revision 71eed6e3 (qgis): [processing] fix loading geometryless tables with PostGISExecuteAndLoad...
- 11:40 PM Revision 3c7f85bb (qgis): Safety check for expression initialized
- fixes #40762
(cherry picked from commit 6d28490e272744ebafdcf7080d4fe1d789cc47e4) - 11:31 PM Revision fcd98861 (qgis): Merge pull request #40745 from m-kuhn/qgsmaplayer_project
- Add QgsMapLayer::project() utility method
- 11:16 PM Revision f2ed1c49 (qgis): Added array_mode expression function
- 11:16 PM Revision 0a5f4928 (qgis): Added lamda function to avoid using QVariant < > operators
- 11:16 PM Revision d24f9a13 (qgis): added help jsons
- 11:16 PM Revision 162c5999 (qgis): Added array_min/array_max expression function
- 11:16 PM Revision d8a26261 (qgis): Rename mode to majority
- 11:16 PM Revision 5eb2c974 (qgis): Added tests
- 11:16 PM Revision d3e2bd1e (qgis): Added array_sum expression function
- 11:16 PM Revision a870070b (qgis): Added array_mean, array_median expression functions
- 11:16 PM Revision f978979a (qgis): Fix returning type in test
- 11:16 PM Revision ee57ba5d (qgis): Fix copy pasted test
- 11:16 PM Revision 9348e759 (qgis): Added invalid syntax tests with non array parameters
- 11:16 PM Revision 7cdb694d (qgis): Fix failing test
- 11:04 PM Revision 6d28490e (qgis): Safety check for expression initialized
- fixes #40762
- 04:08 PM Revision 61fbdcf5 (qgis): Merge branch 'master' into hana-provider
- 03:46 PM Revision 44fec96c (qgis): Rework handling of primary keys in HANA (part 3)
- 02:01 PM Revision 14136a15 (qgis): [ui] Insure color/value changes in the colormap tree are reflected in t...
- 06:37 AM Revision a2e1a09b (qgis): Merge pull request #40772 from Gustry/github-action
- Create a GitHub release when there is a tag
2020-12-27
- 07:21 PM Revision d2fb33e0 (qgis): Add API to allow extra feature renderers to be created for a vector
- layer, so that these renderers are always drawn either above or
below the normal layer renderer
This allows programa... - 07:21 PM Revision 39560eaa (qgis): Add interface class for objects which can generate a feature renderer f...
- 07:21 PM Revision 828c1611 (qgis): Add tests
- 07:21 PM Revision efb0806a (qgis): Silence invalid cppcheck warning
- 07:21 PM Revision 8a3eefd0 (qgis): Fix warning
- 06:54 PM Revision c8a2535e (qgis): scandeps.pl run
- 06:54 PM Revision d19ac80f (qgis): debian packaging: adapt to moved sip files
- 08:39 AM Revision 171911a6 (qgis): Merge pull request #40755 from m-kuhn/non_virtual_qgsproperty
- QgsProperty is not virtual
2020-12-26
2020-12-25
- 12:51 AM Revision 16f90835 (qgis): Spelling
- 12:51 AM Revision f373f9d5 (qgis): Update test
- 12:51 AM Revision e32c5cdd (qgis): Add source widget for XYZ layers, allowing users to change properties
- like the min/max zoom levels and authentication settings for any
XYZ layer in a project on a layer-by-layer basis - 12:51 AM Revision a92c8825 (qgis): Fix warning
- 12:51 AM Revision 1372f7b1 (qgis): Update header
- 12:51 AM Revision d5c3b4b8 (qgis): Add API to allow creation of widgets for customising a layer's source
- This adds api in the provider gui to allow a provider to create a custom
widget which exposes options to customise an... - 12:51 AM Revision 639f63e5 (qgis): Add a provider source widget for gdal file based layers, and allow
- changing layer file source from raster layer properties
- 12:51 AM Revision 4610d957 (qgis): Reuse QgsXyzSourceWidget in QgsXyzConnectionDialog
- 12:50 AM Revision 0dc0ca58 (qgis): Fix crash on geos closestPoint
- 12:50 AM Revision 05e2a599 (qgis): Fix ui build warnings
- 09:44 PM Revision 98ec99ee (qgis): Remove leftover code
- 10:38 AM Revision f599d82d (qgis): debian packaging: include untwine
- 09:32 AM Revision 4b10ee3f (qgis): More thread local
- 08:41 AM Revision d33cb6dc (qgis): QgsProperty is not virtual
2020-12-24
- 01:14 PM Revision 09956c83 (qgis): Add docstrings
- 08:57 AM Revision 82cefbc1 (qgis): QStringLiteral
- 08:39 AM Revision cf7ee1a1 (qgis): QRegularExpression only offers exactMatch starting from 5.15
- 08:02 AM Revision 1ba708ee (qgis): Merge pull request #40706 from Gustry/github_release
- Create a GitHub release when there is a tag
- 05:07 AM Revision cd5560c2 (qgis): Optimize QgsProject::readBoolEntry
- 04:13 AM Revision af709503 (qgis): Cache svg paths
- Rebuilding them for each access from the settings is costly
- 01:49 AM Revision 54667e31 (qgis): [3d] Add a tiny padding to the vector layer chunk loader root bounding ...
- 01:46 AM Revision 129ebbb1 (qgis): We can trust compiled expressions, remove option to disable
2020-12-23
- 12:02 AM Revision b666eddf (qgis): Further
- 11:21 PM Revision eb1c7b1a (qgis): fix build
- 09:07 PM Revision e1154834 (qgis): Translated string in the add relation dialog
- 09:07 PM Revision fd099be1 (qgis): Translated string in the add relation dialog
- 09:02 PM Revision 67c24fa2 (qgis): thread_local
- 08:56 PM Revision c04369eb (qgis): [FEATURE] Indentation of legend groups and subgroups
- Fixes #29606
- 06:21 PM Revision 6f349eb4 (qgis): Fix compiling with proj < 6
- 06:10 PM Revision 73e385fd (qgis): Improve docstring
- 06:08 PM Revision 2b4a2332 (qgis): Add unit tests
- 05:58 PM Revision 531998fd (qgis): Rework handling of primary keys in HANA (part 2)
- 03:59 PM Revision fc8430f8 (qgis): Sanitize usage of static regex
- 03:23 PM Revision 9e0bf6df (qgis): Initialize regular expressions once
- 02:54 PM Revision 312e24a0 (qgis): Revert "debian packaging: disable pdal provider on all dists except uns...
- As b5e98c346da2 reverts back to support earlier PDAL versions than 2.2.
This reverts commit a75ff775f976aa044dd44397... - 01:18 PM Revision e520af3c (qgis): Merge pull request #40726 from elpaso/connections-api-results-iterator
- Connections API: execSql iterator
- 11:46 AM Revision 303f689b (qgis): Update tests for java-style iteraror
- 11:12 AM Revision 32a938dd (qgis): Rework handling of primary keys in HANA
- 11:05 AM Revision a5898bcb (qgis): Fix reading non x/y/z/classification attributes from laz files
- and make reading much more efficient by avoiding multiple string
comparisons for every single point read - 09:34 AM Revision a8787724 (qgis): Increase time to close of stale bot
- 07:10 AM Revision c196a94b (qgis): Remove non-functional querying code from feature server source select
- 07:10 AM Revision 89049197 (qgis): Replace ArcGIS REST data source manager list with a view based on the b...
- This has MANY benefits:
- Shows the merged feature service/map service view we use in browser
- Avoids the HUGE main ... - 07:10 AM Revision 33a607b3 (qgis): Handle image formats
- 07:10 AM Revision 11920561 (qgis): Remove redundant AMS gui components, they are all handled by arcgis RES...
- 07:10 AM Revision 7b17a0c8 (qgis): Remove useless projection selector -- arcgis rest layers are only avail...
- 07:10 AM Revision 0ed0f5ab (qgis): Update comments
- 07:10 AM Revision 48b8e744 (qgis): [needs-docs] Remove seperation between ArcGis Feature Service
- and ArcGIS Map Service items in browser
and replace them with a single, unified "ArcGIS Rest Servers" item
which sho... - 07:10 AM Revision ac16246b (qgis): Auto migrate mapserver connections to ArcGIS REST connections
- 07:10 AM Revision 1f354f5e (qgis): QStringLiteral
- 07:10 AM Revision a22ba6f1 (qgis): Use correct dialog in source select
- 07:10 AM Revision b45280e8 (qgis): Adding works again
- 04:42 AM Revision 590f8d14 (qgis): [processing] Add a dedicated pan tool for navigating models
- Fixes #40714
- 02:52 AM Revision 0758e57a (qgis): Fix las test dataset name
2020-12-22
- 12:43 AM Revision b5927085 (qgis): Update Untwine to the latest main branch
- This lowers the required minimum version of PDAL to >= 1.7 which makes
it much easier to use in many linux distributi... - 12:43 AM Revision 62ed2191 (qgis): Add new cpp/hpp files to compilation
- 12:43 AM Revision b5e98c34 (qgis): Lower PDAL version requirement to >= 1.7
- 12:00 AM Revision 81774492 (qgis): Fix circle by three tangents parrallel when two are parallels (#40702)
- * add new method to solve QgsCircle::from3tangents where 2 tangents are parallels
- 11:33 PM Revision e54a2cde (qgis): Improve efficiency of load old props
- (cherry picked from commit 0b312d9c870c7e908f5dd2d20053fc2afb5cd640)
- 11:32 PM Revision 0b312d9c (qgis): Improve efficiency of load old props
- 11:31 PM Revision 0ba9655c (qgis): Refresh the attribute table styles when feature modified programmatically
- 11:19 PM Revision bb3605b7 (qgis): [postgres] Don't quote double values when compiling expressions (#40713)
- For reasons QgsPostgresConn::quotedValue converts a double variant
to a quoted string value, but this breaks the expr... - 11:04 PM Revision a75ff775 (qgis): debian packaging: disable pdal provider on all dists except unstable
- 09:12 PM Revision 48c3f280 (qgis): Fix 3d camera yaw and pitch sensitivity
- 08:43 PM Revision a6be1127 (qgis): [postgres] Don't quote double values when compiling expressions (#40713)
- For reasons QgsPostgresConn::quotedValue converts a double variant
to a quoted string value, but this breaks the expr... - 08:40 PM Revision b4f14d5d (qgis): Fix docstring
- 07:32 PM Revision d5b65902 (qgis): hasNextRow
- 05:14 PM Revision feb9aeb5 (qgis): Doxy
- 05:00 PM Revision 6ddb13ac (qgis): Get access to project from map layer
- 04:53 PM Revision 0978ff22 (qgis): Connections API: execSql iterator
- 10:52 AM Revision 4b53314a (qgis): Create a GitHub release when there is a tag
- 10:10 AM Revision 14a60c1c (qgis): Replace other deprecated Qt3d materials with maintained versions
- 09:21 AM Revision e4869b1d (qgis): Temporal separation of stale handling
- Stale issues and stale PRs are handled at different times now. This gives us 2 different github api rate limit slots ...
- 08:19 AM Revision 4b8e8210 (qgis): Run stale PR bot only on PRs
- This was accidentally run on issues too, see https://github.com/qgis/QGIS/issues/40416#issuecomment-749386324
- 07:55 AM Revision d0356664 (qgis): Fix typo
- 06:27 AM Revision f055d2e0 (qgis): pgsql12 tests: Floating point comparison precision.
- 06:27 AM Revision 5d65e3c9 (qgis): Number of segments in buffer() function is integer
- This makes the parameter that indicates the number of segments in a
quarter circle for the buffer() function an integ... - 06:27 AM Revision 3637689d (qgis): pgsql12: using assertAlmostEqual in floating point tests.
- On suggestion by Nyall Dawson, we use assertAlmostEqual instead of
assertEqual+round() on floating point comparisons ... - 06:27 AM Revision 922bf86b (qgis): round() on float equality comparisons in pgsql tests
- We round floating point values in tests that check for equality between
two values in PostgreSQL tests, so that float... - 06:27 AM Revision 89a1e135 (qgis): pgsql12 tests: Python 3.6 compatibility
- 06:26 AM Revision 51d70440 (qgis): [Backport release-3_10] Fix #38473, forgetting CRS in a new project (#4...
- * Fix #38473, forgetting CRS in a new project
- 04:47 AM Revision b6863365 (qgis): [bugfix] PTP check for output folder. (#40488)
- Fixes #40486
2020-12-21
- 12:03 AM Revision b28d820b (qgis): fix typos
- 11:33 PM Revision 4f26cccd (qgis): More yaml syntax fixes
- 11:32 PM Revision ea9056e1 (qgis): Fix yaml syntax error
- 11:18 PM Revision e800e4d0 (qgis): Safer approach. While the different roles are currently being set on
- different columns, it's harmless and safer to avoid overlapping key values
with the different roles.
(cherry picked ... - 11:18 PM Revision f0a5361e (qgis): Use descriptive enums for user roles instead of raw values
- (cherry picked from commit c7b4fe358158577ff64cd4f9a902df311822d0dd)
- 11:17 PM Revision 710d99a2 (qgis): adapt path
- (cherry picked from commit 2bd6c2758dc9bebdfd816356b1ed53fe484391bf)
- 11:17 PM Revision 4eb8f108 (qgis): fit autofinder
- didn't replace text used on apply and didn't find file properly
(cherry picked from commit 67a8c306503aec87e5159efc5... - 11:17 PM Revision 887fadb5 (qgis): Fix #38473, forgetting CRS in a new project (#40648)
- Fix #3847
(cherry picked from commit 7f2b71c097716f8fd55bb5ebed1c55fd9bdd5d6f) - 11:17 PM Revision e2af50bc (qgis): Fix a crash in 3d views when changing layer properties rapidly
- (cherry picked from commit 11026c44a16bd58a717eb194a4e8af9c1bfb3471)
- 11:17 PM Revision 323c981b (qgis): Use /TransferBack/ instead of /Factory/ in layout registry factory methods
- For same reason as we do in Processing registry:
(from the comments included in this commit)
"
While it seems like /... - 09:32 PM Revision 710bbbe5 (qgis): Fixes #39063 : Don't clear document path when its null representation
- 09:32 PM Revision 9d7b5501 (qgis): fix QCOMPARE
- 09:30 PM Revision 0f4a830c (qgis): Do not set constraints from the layer
- 09:29 PM Revision 11026c44 (qgis): Fix a crash in 3d views when changing layer properties rapidly
- 09:28 PM Revision 7f2b71c0 (qgis): Fix #38473, forgetting CRS in a new project (#40648)
- Fix #3847
- 09:27 PM Revision c1913dc9 (qgis): Revert "Use /TransferBack/ instead of /Factory/ in layout registry fact...
- This reverts commit da59316fb5bab526f5ad659f4f9e0b0d0738c00c.
- 09:27 PM Revision da59316f (qgis): Use /TransferBack/ instead of /Factory/ in layout registry factory methods
- For same reason as we do in Processing registry:
(from the comments included in this commit)
"
While it seems like /... - 09:26 PM Revision a05971d5 (qgis): Added `bool supportsEditing` property to QgsVectorLayer
- 09:26 PM Revision 3a865ad9 (qgis): Use the newly added QgsVectorLayer::supportsEditing
- 09:26 PM Revision b7a7389f (qgis): Whoops, negated check
- 09:26 PM Revision 7bd3603f (qgis): Removes 'toggle editing' from context menu of read-only layers. Fix #40694
- 07:57 PM Revision f503cb5d (qgis): Merge pull request #40699 from suricactus/attr_tbl_cond_fmt
- Refresh the attribute table styles when feature modified programmatically
- 07:05 PM Revision a2beeba0 (qgis): Removes 'toggle editing' from context menu of read-only layers. Fix #40694
- 07:03 PM Revision e10e42da (qgis): Added an option to limit the number of results
- 07:01 PM Revision d8784602 (qgis): Add method to retrieve filtered group content
- 07:01 PM Revision 95b596a7 (qgis): Fork QgsNewHttpConnection to a dedicated dialog for ArcGIS rest services,
- and add option to set Portal content and community endpoints
- 07:01 PM Revision d6fa5331 (qgis): Start on QgsArcGisPortalUtils
- 07:01 PM Revision 23b1533d (qgis): Add api to retrieve user groups
- 07:01 PM Revision 7380f8d8 (qgis): Spelling
- 07:01 PM Revision 60001d86 (qgis): [FEATURE] Arcgis Feature Service connections which have their
- corresponding Portal endpoint URLS set can be explored by content
groups in the browser panel.
If a connection has t... - 07:01 PM Revision 8b313f84 (qgis): Method to retrieve all group content
- 03:40 PM Revision ed26d18e (qgis): Switch odbc-cpp to v0.2
- 02:52 PM Revision b8ec243b (qgis): Rework batch processing in HANA
- 01:39 PM Revision 5a2cfe56 (qgis): Merge pull request #40663 from elpaso/connections-api-executeSql-with-c...
- Connections API: execSql, return rows and column names
- 01:08 PM Revision 3ac3e91a (qgis): Initialize members in QgsHanaProvider
- 01:01 PM Revision f8abc98c (qgis): Document code in QgsHanaColumnTypeThread
- 12:59 PM Revision 1d06ea8e (qgis): Remove unused header
- 11:36 AM Revision 4a797830 (qgis): Rename private method to execSqlPrivate
- 11:36 AM Revision 67a8c306 (qgis): fit autofinder
- didn't replace text used on apply and didn't find file properly
- 11:36 AM Revision ddcb1c8e (qgis): Safer approach. While the different roles are currently being set on
- different columns, it's harmless and safer to avoid overlapping key values
with the different roles. - 11:36 AM Revision 2bd6c275 (qgis): adapt path
- 11:36 AM Revision c7b4fe35 (qgis): Use descriptive enums for user roles instead of raw values
- 11:36 AM Revision 3a2b8f88 (qgis): Optimize column information
- 10:43 AM Revision a277cc63 (qgis): QgsAbstractDatabaseProviderConnection::QueryResult proper encapsulation
- and rename to execSql
- 10:10 AM Revision 44200e5b (qgis): Added unit test
- 09:04 AM Revision c769a9b0 (qgis): Remove unused sMainWindow in QgsHanaRootItem
- 09:02 AM Revision cdd4538d (qgis): Rework QgsManageConnectionsDialog::loadHanaConnections
- 08:34 AM Revision 5a7b509f (qgis): Make Qt containers const in QgsHanaSourceSelect
- 08:30 AM Revision fb46ff3f (qgis): Rework query and its parameters in QgsHanaFeatureIterator
- 08:25 AM Revision 32b71fc5 (qgis): Remove destructor in QgsHanaProvider
- 08:24 AM Revision b99ff732 (qgis): Initialize boolean members in QgsHanaConnectionStringBuilder
- 08:21 AM Revision bddcbf8b (qgis): Translate tooltip in QgsHanaConnectionItem
- 06:44 AM Revision 68b65ca8 (qgis): Refresh the attribute table styles when feature modified programmatically
- 03:34 AM Revision ccd5c28c (qgis): Fix impossible to activate draw effects on settings in font buttons
- If we ignore the enabled state when testing whether a paint effect
should be saved, then we get stuck in a loop where... - 03:23 AM Revision c851c0ff (qgis): Fix impossible to activate draw effects on settings in font buttons
- If we ignore the enabled state when testing whether a paint effect
should be saved, then we get stuck in a loop where... - 03:22 AM Revision b331c795 (qgis): Fix uncaught exception when calculating full extent (fixes #40683)
- 01:59 AM Revision a73eace2 (qgis): Do not detach layers loop
- (cherry picked from commit 8d2d5b65fdb91851cdf9e1fdd9af3574863f22b1)
- 01:59 AM Revision 17bd6dac (qgis): Defer resizing columns in snapping widget until the widget is actually ...
- Otherwise this can cause a HUGE amount of unnecessary work when adding a large number
of layers (or layers with a lar... - 01:59 AM Revision 0befc290 (qgis): Avoid emitting QgsProject::snappingConfigChanged multiple times when re...
- (cherry picked from commit 78cdadf5aa5959438509799be2838b16e0d26a88)
- 01:59 AM Revision c40c55cd (qgis): It's FAR too expensive to construct a QgsSettings object for every symb...
- projects. So only read the valid size ranges once, and store them for subsequent use
(cherry picked from commit da51... - 01:59 AM Revision 622ca712 (qgis): Complete test
- 01:59 AM Revision a0eb7dd5 (qgis): const on variable
- Co-authored-by: Alessandro Pasotti <[email protected]>
- 01:59 AM Revision 9569a630 (qgis): [Oracle] Fix generated columns when evaluate default value is on
- 01:59 AM Revision 4eebcc78 (qgis): Ensure that accessing QgsFieldFormatterRegistry is thread safe
- (cherry picked from commit 344bc5f90910831a656bda8360cf1b05c2491d76)
- 01:59 AM Revision 1da434b3 (qgis): [3d] If a buffered line symbol is set to 0 width, transparently bump the
- width up to a tiny amount so that the tesselator actually has a (super narrow)
polygon to work from
This means that ... - 01:59 AM Revision 46e94523 (qgis): Fix server virtual layers load
- (cherry picked from commit bd5e408dd31c97bf54bb015e26ed3638fdc8e23d)
- 01:59 AM Revision d8fe6b33 (qgis): Fixup messy code for layer duplication, and don't block duplication
- of mesh, vector tile, point cloud layers (all of which fully support it!)
(cherry picked from commit 682b5f7abf0a62e... - 01:59 AM Revision 5577ae5e (qgis): Display Exception message when raised in python plugin ogcapi handler
- (cherry picked from commit 5568c6eef369cf8461f23de7b98f11e712dc1a7a)
- 01:59 AM Revision c522a041 (qgis): Cache relkind to avoid requesting it every time we need it
- (cherry picked from commit 20fcf50714755bf6fd3bad7f0f62697f192435f9)
- 01:59 AM Revision 961a4b42 (qgis): [postgres] Fixes #40162 : Don't use explain plan when estimating count ...
- (cherry picked from commit 6c1a9bccb3b10af4c0ee43f8eca9541d77bb2b0a)
- 01:59 AM Revision d90e81af (qgis): Add proper method to determine whether a symbol uses map unit sizes,
- and use this to determine whether a legend item needs updating
as a result of a map change
This results in a HUGE sp... - 01:59 AM Revision 25ddebe5 (qgis): [3d] Fix flat/online terrain generator extent not saved
- (cherry picked from commit 06a1e7d9f928cfd138dd6412204666db5bd0a463)
- 01:59 AM Revision aad81d18 (qgis): Remove layer/legend/palette preview from raster layer properties
- These boxes were not very useful - two of them (legend and palette)
have been disabled for many years now, and the la... - 01:59 AM Revision 6d4df441 (qgis): override default value only when tool executed from GUI
- (cherry picked from commit 7c1d29c363b2efec459f099ccbb371405556cab7)
- 01:59 AM Revision af18a3b5 (qgis): [processing] don't set any default value for optional NODATA parameter
- in GDAL rastrize algorithm (fix #39752).
As this is optional parameter better to have it not set by default to
avoid... - 01:59 AM Revision 0a7500de (qgis): Astyle
- (cherry picked from commit 347885b58caf45ea859fcb3de8f39ecd7ea62682)
- 01:59 AM Revision 07788d9b (qgis): [processing][gdal] Don't default to placing each input file in a separate
- band in build vrt algorithm
Creating a multi-band vrt is much less common vs creating a mosaic
style vrt, so set the... - 01:59 AM Revision f3d22299 (qgis): [processing] Add method to set an explicit override for the default
- value of a parameter for the GUI only
This allows us freedom to change the default settings for an algorithm
shown w... - 01:59 AM Revision cf34d221 (qgis): OriginalXmlProperties optimization
- Dramatic speed improvement in XML original properties storage.
The original implementation used a call to QDomNodeLi... - 01:59 AM Revision 86374a12 (qgis): Save ~150ms in project loading by storing QgsSettings instance
- (cherry picked from commit eeb8346eddbfbcf79ad031920d5d60e4e5729c16)
- 01:59 AM Revision 4ff5558a (qgis): [wms] When decoding uri strings, insure local files are mapped to a 'pa...
- 01:59 AM Revision 5d8e1520 (qgis): Fix metadata encoding in PDF exported from Map canvas and Print layout
- Fixes #40265
(cherry picked from commit 2a81ebfff1bf9e017ad4713345e9f005d8822acd) - 01:59 AM Revision 3f091dd3 (qgis): Faster multiband color renderer in some circumstances
- (cherry picked from commit c0d2924587d2c70665fdecf24f164a3ec889b8b5)
- 01:59 AM Revision d9d5f20b (qgis): [Bugfix] Processing @alg decorator support input help string (#40207)
- (cherry picked from commit 0b281073b728af8fc1254b56282280573b20855f)
- 01:59 AM Revision da85fb6c (qgis): [locator] Fix go to locator failing to parse google maps URLs
- (cherry picked from commit ae34eba92d5c2c1b71083abd971b777d82281a2e)
- 01:59 AM Revision cdf03a7f (qgis): [ui][processing] Fix model designer dialog not remember panel state
- (cherry picked from commit 77580e3dbc5aaff3aadbab438d906210b1c4805c)
- 01:59 AM Revision 0b914518 (qgis): Further optimization of originalXmlProperties
- (cherry picked from commit 6e3d45e6aa8a78e23b61e28911b209bff68735d1)
- 01:36 AM Revision 2d9a1c27 (qgis): [GDAL provider] Add missing BILINEAR resampling method in QgsGdalProvid...
- (cherry picked from commit e2c58782a9e8532b8dacd6cacec956aaa1cb5c01)
- 01:35 AM Revision e2c58782 (qgis): [GDAL provider] Add missing BILINEAR resampling method in QgsGdalProvid...
2020-12-20
- 12:42 AM Revision 0bb49e94 (qgis): fix doxygen missing def param
- 12:42 AM Revision 4552a6c6 (qgis): only display actions for single features in action menu
- (cherry picked from commit 7f1601a1d81668e0c0b992b174cff652f73e0061)
- 12:42 AM Revision 62ed3e2a (qgis): Further improvements to QgsProject dox
- 12:42 AM Revision e0a2b655 (qgis): ReadEntry ok value must be set to False when property doesn't exist
- Fixes #37851 : readEntry ok value must be set to False when property doesn't exist
- 12:42 AM Revision b16285be (qgis): Fix errors and inconsistencies resulting from adding M values to
- a dataset with a ****25D wkb type
Previously we did not handle adding M values to any "25d" WKB
type (as there's no ... - 12:13 AM Revision 311f3bba (qgis): Release of 3.10.13
- 12:13 AM Revision 89be7337 (qgis): translation update for 3.10.13 from transifex
- 12:12 AM Revision f1660f9d (qgis): Release of 3.16.2
- 12:12 AM Revision 050f7264 (qgis): translation update for 3.16.2 from transifex
- 01:30 PM Revision e007dcca (qgis): Remove updateRecentProjectsVisibility()
- because the current implementation has GUI issues.
Fixes: https://github.com/qgis/QGIS/issues/33718 - 09:14 AM Revision f536dd8c (qgis): Merge pull request #40676 from vcloarec/backport#40670
- backport TIN interpolation fix
- 04:49 AM Revision 869e9897 (qgis): [wms] When decoding uri strings, insure local files are mapped to a 'pa...
Also available in: Atom