Activity
From 2020-07-28 to 2020-08-26
2020-08-26
- 03:17 PM Revision 5b867538 (qgis): use comma as delimiter for GDAL_SKIP env variable as some vector drivers
- have space in their name
- 03:13 PM Revision 744380bc (qgis): add list of available GDAL vector drivers to the QGIS options (fix #18738)
- This allows to select which driver to use if more than one driver can be
used to open dataset, as in the case of File... - 12:11 PM Revision cb51326e (qgis): print cache size
- 09:17 AM Revision cee6a764 (qgis): Be more selectively about the messages we show in the status bar
- Fixes #38446
- 08:00 AM Revision 8a3546a3 (qgis): try again
- 03:49 AM Revision 1b8761f0 (qgis): Merge pull request #38439 from lbartoletti/fix_wkt
- Fix WKT parser
- 03:49 AM Revision 707bad77 (qgis): [symbology] Improve rendering of selected SVG markers
- 03:48 AM Revision 5e25c06d (qgis): [processing] Add a cluster size attribute to the dbscan cluster algorithm
2020-08-25
- 10:05 PM Revision 4e804a0a (qgis): Merge pull request #38444 from nyalldawson/fix_3d_crash314
- Fix crash in 3d when changing symbol properties (3.14 backport)
- 01:45 PM Revision a3ee71f0 (qgis): Merge pull request #38445 from ismailsunni/revert-38290-patch-1
- Revert "Fix make link to pre-commit"
- 01:23 PM Revision 9b96e482 (qgis): fix cmake prefix path
- 11:48 AM Revision 5a8eada1 (qgis): Revert "Fix make link to pre-commit"
- This reverts commit fe0c845fc69520c7a393b6486f0601618226b4a4.
- 10:30 AM Revision 2c33e6e6 (qgis): move constructor outside the loop
- 10:28 AM Revision edd0f444 (qgis): indent
- 10:28 AM Revision e113771f (qgis): fix condition
- 09:16 AM Revision b1bdd574 (qgis): fix command order
- 09:02 AM Revision fc98d1d3 (qgis): add tests from WKT fixed in other tests and adapted here
- 09:01 AM Revision 19b1001d (qgis): Fix memory leak when no model point positions are available
- (cherry picked from commit a3ee8c156513b40084c0c5f8cd50f51c37048cce)
- 08:59 AM Revision 8b08c479 (qgis): update MDAL to 0.6.93 (#38443)
- 08:52 AM Revision 449d78bb (qgis): add multilinestring tesst
- 08:20 AM Revision b9e942fa (qgis): Don't store references to symbols in 3d symbol handlers
- These references are to objects belonging to another thread, which
can cause crashes if the object on the main thread... - 08:14 AM Revision 46acc34e (qgis): fix Docker build
2020-08-24
- 01:49 AM Revision ddd9d43d (qgis): [OAPIF provider] Avoid crash when service description page lacks email ...
- 10:30 PM Revision e2db34f6 (qgis): Fix qt plugins directory setting again (followup 736e3947d958fed)
- 02:21 PM Revision 3372a926 (qgis): Merge pull request #38240 from rldhont/server-dont-load-layouts
- New QGIS Server setting environement to disable GetPrint and do not load layouts
- 11:48 AM Revision 59aab9dc (qgis): readd and fix tests
- 10:59 AM Revision 231e29a1 (qgis): set CMake Policy CMP0075 to NEW
- see https://cmake.org/cmake/help/v3.13/policy/CMP0075.html
- 10:14 AM Revision 50249b54 (qgis): Same for QgsTriangle and fix an error on the WKT parser. A WKT containi...
- 10:14 AM Revision d349fc4b (qgis): Adds a few magic to make the parser more tolerant of typos and allows t...
- 10:14 AM Revision 80cccfb3 (qgis): add tests
- 10:14 AM Revision d07218e4 (qgis): fix circular string with extra parenthesis in qgsgeometry
- 10:14 AM Revision 13e99b17 (qgis): other linestrings with extra parenthtesis and false tests
- 10:14 AM Revision c21e563e (qgis): Don't use linestring() wkt but linestring empty
- 10:14 AM Revision 56b603ac (qgis): fix circularstring and add tests
- 10:14 AM Revision 9d8f3d30 (qgis): one again
- 10:14 AM Revision 6981c0a7 (qgis): add more tests
- 10:14 AM Revision 7212feca (qgis): remove qdebug
- 10:14 AM Revision 0287da18 (qgis): fix linestring to return a null geometry when coordinates are not nubmers
- 10:14 AM Revision 3fcade03 (qgis): Fix Point with invalid value and add tests
- 10:14 AM Revision 00b51a1f (qgis): Fix tests. You can not add NaN in a WKT
- 10:14 AM Revision d4239cc9 (qgis): one more wkt fixed test_qgsgeometry
- 10:14 AM Revision 74984c14 (qgis): Fix pointsFromWKT to accept only number
- 10:14 AM Revision 5fe0ee7b (qgis): indent
- 10:14 AM Revision ab9f3490 (qgis): Fix some parenthesis
- 10:14 AM Revision aa1ec3a8 (qgis): one more wkt fixed
- 10:14 AM Revision 653c1e02 (qgis): Fix unbalanced parenthesis in WKT parser. Retruns a Magic NULL informat...
- Methods receiving this NULL must returns a NULL geometry.
- 10:14 AM Revision a9d68a5e (qgis): Fix TestQgsMapToolAddFeatureLine
- 10:14 AM Revision d3272227 (qgis): fix relates_data.csv
- 10:14 AM Revision 57ddc98e (qgis): add tests
- 09:40 AM Revision c3cb69b1 (qgis): call loadDocument in setDocumentViewerContent instead over a seperate m...
- updateDocumentViewer needs not to be called on Image before the laod of the document (because it's called after the d...
- 06:56 AM Revision e433adaf (qgis): [ui] Add save/load connections right click browser menu to a bunch of p...
2020-08-22
- 11:41 PM Revision 175d1d2f (qgis): Make relation reference in filter work again
- 11:32 PM Revision 4e0f64f4 (qgis): [OAPIF provider] Avoid crash when service description page lacks email ...
- Found when investigating https://github.com/OSGeo/gdal/issues/2873
but doesn't address it - 11:31 PM Revision 0f7e5755 (qgis): windows: map python PATH changes to Add/RemoveDllDirectory
- 10:08 PM Revision 84dd6758 (qgis): windows: map python PATH changes to Add/RemoveDllDirectory
- 09:19 PM Revision 84968075 (qgis): drop bionic, all images are now focal based
2020-08-21
- 11:10 PM Revision a27930c2 (qgis): Don't store references to symbols in 3d symbol handlers
- These references are to objects belonging to another thread, which
can cause crashes if the object on the main thread... - 11:10 PM Revision bf138012 (qgis): Fix memory leak when no model point positions are available
- 09:47 PM Revision 1ce38751 (qgis): Fix range of date time values for animation export dialog
- 09:02 PM Revision d411d66b (qgis): windows: map python PATH changes to Add/RemoveDllDirectory (followup f1...
- 03:41 PM Revision d1c45f80 (qgis): fix build arg
- 03:17 PM Revision ef25ddff (qgis): try to rename the workflow
- 03:02 PM Revision 2f0c935d (qgis): [QgsQuick] Clean feature layer pair after deleting feature.
- 02:51 PM Revision 01f8b625 (qgis): test to get cache with the focal one
- 02:20 PM Revision 422dd0aa (qgis): Build with Qt 5.14 only when sources have changed (#38400)
- 02:19 PM Revision b082f160 (qgis): export vars
- 01:54 PM Revision d0536542 (qgis): add missing focal
- 01:53 PM Revision 418bcf3d (qgis): Fix transformCoordinates() for rasters with RPC georeferencing (#38350)
- Unfortunately for raster with RPC georeferencing, the transform
used in GDAL provider's transformCoordinates() was us... - 01:14 PM Revision b98cfe13 (qgis): fix base image not being focal
- 12:41 PM Revision 25c31381 (qgis): add dispatch
- 12:34 PM Revision 0caec1dd (qgis): add tests + CMakeLists
- 12:32 PM Revision 685d167b (qgis): fix env vars
- 12:30 PM Revision d9e9513c (qgis): remove DELETE_CACHE arg, it is never called
- 12:26 PM Revision a2cdc4bc (qgis): [Docker] use gcc to build
- 11:08 AM Revision 5d897d8d (qgis): Fix qt plugins directory setting (followup 736e3947d958fed)
- 11:01 AM Revision 75c2b511 (qgis): [QgsQuick] Photo panel path fix
- Relative path should be handled in external resource handler. Photo panel should provide full path to taken image.
- 08:20 AM Revision 7824c4c2 (qgis): Fix range of date time values for animation export dialog
- Fixes #38384
- 08:20 AM Revision 500251ff (qgis): Tweak fill offset label layout for better layout arrangement
- 07:21 AM Revision 4a3f1404 (qgis): Make relation reference in filter work again
- 07:17 AM Revision ae359b6c (qgis): Merge pull request #38385 from signedav/relref-filter
- Make relation reference in filter work again
- 05:02 AM Revision ae8ea31a (qgis): More updates of expression help
- - Expose default values of args
- Fix args name or description
- Fix/add more examples (to show various possibilities... - 05:00 AM Revision b743db7a (qgis): Ensure that not all the settings are displayed when opening dialog
- but only the skybox type's
Clean group boxes use
Rely on combobox index instead of (translated) text for settings - 05:00 AM Revision 8bffc6b5 (qgis): Clean the skybox widget
- Simplify dialog, no need to group features in boxes with title
Remove colon at the end of labels
Reorder widgets to e... - 05:00 AM Revision 09844a7d (qgis): Move the skybox enabling checkbox to the groupbox widget
- Whether skybox is enabled is now saved as part of the 3D Map settings
- 05:00 AM Revision d4972d75 (qgis): Remove leftover skybox enabling settings
- 03:33 AM Revision 6ac8f615 (qgis): [layout expressions] add Y page offset expression
- this is useful for dynamically position items
relative to pages in multi-pages layouts - 03:33 AM Revision 7b91f79c (qgis): [layout expressions] add Y page offset expression - tests
2020-08-20
- 01:48 AM Revision a462a17a (qgis): Fix initial placement selection is empty
- 01:48 AM Revision f62c6d5d (qgis): [feature][labeling] Expose option to allow users to control whether
- anchor point for line labels is a hint or a strict requirement
Strict: Labels are placed exactly on the label anchor... - 01:43 AM Revision ae4d7699 (qgis): fix python code formatting
- 06:40 PM Revision 49f0d20b (qgis): [refFunctions] astyle
- 06:11 PM Revision b1470aa1 (qgis): [refFunctions] help json
- 05:46 PM Revision 68c27a34 (qgis): [refFunctions] add more tests
- 05:46 PM Revision 7244f84c (qgis): [refFunctions] fix tests
- (used $id instead of id, somehow some of them still passed ?!)
- 05:46 PM Revision 39b59688 (qgis): [refFunctions] remove neighbours param for geometry_overlay_nearest and...
- 05:46 PM Revision 10367d07 (qgis): [refFunctions] fix broken test, which now fails
- (it wasn't testing much, because it mistakenly casted ints to
QgsGeometries, comparing two invalid/empty geometries a... - 05:46 PM Revision 6c5ee801 (qgis): [refFunctions] honor testOnly parameter for geometry_overlay_nearest too
- 05:45 PM Revision 6daafef3 (qgis): [refFunctions] fix not working in attribute table
- 04:03 PM Revision 1654223e (qgis): [refFunctions] reenable neighbours and max_distance for geometry_overla...
- 04:03 PM Revision afd3c59c (qgis): [refFunctions] add help texts
- 04:03 PM Revision a393ad93 (qgis): [refFunctions] remove *_test functions and factor repeated code
- 04:02 PM Revision c738731a (qgis): [refFunctions] remove *_test functions and factor repeated code
- # Conflicts:
# src/core/expression/qgsexpressionfunction.cpp - 04:01 PM Revision d4f8e2c2 (qgis): [refFunctions] (initial help text)
- 03:35 PM Revision 736e3947 (qgis): allow custom install location for QT plugins (#38389)
- 03:11 PM Revision c942607f (qgis): Run flake8 on python files only (#38392)
- 03:10 PM Revision 52aedad0 (qgis): Update qt5_14.yml
- 03:00 PM Revision 3dc8678b (qgis): fix path
- 02:43 PM Revision 7960a9cf (qgis): run every 5 minutes
- 02:40 PM Revision 5b2717c7 (qgis): reset daemon
- 02:39 PM Revision b2b2b7ff (qgis): save cache when building docker images
- 02:01 PM Revision bc720c8e (qgis): sudo to restart docker
- 01:58 PM Revision f5bb681f (qgis): Fix delimitedtext in virtual layers
- 01:58 PM Revision fa16bddc (qgis): Fix delimitedtext in virtual layers
- 01:55 PM Revision 63dfae43 (qgis): Merge pull request #38348 from suricactus/fix_virt_csv2
- Fix delimitedtext in virtual layers
- 01:23 PM Revision 2d909cb3 (qgis): Run flake8 on python files only
- 01:16 PM Revision d433f587 (qgis): Fix bash regex replace
- 12:56 PM Revision d7e65124 (qgis): Fix matrix
- 12:23 PM Revision 8bbecf66 (qgis): Rename manual.yml to build-docker.yml
- 12:22 PM Revision 5adcc9fa (qgis): Add Github workflow to build Docker images
- 12:03 PM Revision 99733b0b (qgis): cd
- 11:55 AM Revision ca85d078 (qgis): follow up¨
- 11:45 AM Revision 7a92d01d (qgis): add matrix
- 11:33 AM Revision 2005377a (qgis): fix
- 11:00 AM Revision 28052160 (qgis): fix expr
- 10:55 AM Revision 879ce7fa (qgis): fx yml
- 10:53 AM Revision 75cdb8cb (qgis): fx yml
- 10:48 AM Revision 718c09f5 (qgis): Allow adding new features via attribute form
- 10:47 AM Revision 9b2a8d07 (qgis): try to buiÃld
- 10:32 AM Revision cbad71c2 (qgis): clear expression on empty value and set expression when there is a valu...
- 10:17 AM Revision 6e347ad1 (qgis): run every 5
- 10:15 AM Revision 181110c3 (qgis): run every minute take 3
- 10:08 AM Revision 66be37b4 (qgis): run every minute take 3
- 10:05 AM Revision f989a892 (qgis): run every minute
- 09:59 AM Revision 3cb7d3da (qgis): remove cond
- 09:21 AM Revision 86269747 (qgis): run every minute
- 09:19 AM Revision fad664ec (qgis): run every minute
- 09:15 AM Revision 3e24ef7b (qgis): echo context
- 09:13 AM Revision 27b96ef7 (qgis): fix expr
- 09:12 AM Revision df8d966b (qgis): echo more
- 09:11 AM Revision fe383102 (qgis): fix cond
- 09:10 AM Revision 94af8ff5 (qgis): fix cond
- 09:07 AM Revision 7ad530ac (qgis): more
- 09:01 AM Revision f496173b (qgis): Fix messy doxygen blocks which mess with sipify script
- Fixes #38291
- 08:50 AM Revision cc3aeefb (qgis): run on push
- 08:48 AM Revision 39102764 (qgis): disable other workflows
- 08:47 AM Revision 552ef071 (qgis): test script
- 06:54 AM Revision b05aa103 (qgis): [ui] Fix SVG marker widget not properly restoring colors
- 06:51 AM Revision a7a5d78c (qgis): Merge pull request #38347 from alexbruy/browser-unhide
- allow users to unhide paths directly from browser (fix #22290)
- 05:08 AM Revision 1386474e (qgis): [ui] Fix SVG marker widget not properly restoring colors
- 02:53 AM Revision 05d632c1 (qgis): Resume editing when saving layer with topology checks
- Fixes #28592
- 02:52 AM Revision ff2807e5 (qgis): Fix bad handling of non-square svg images in svg marker symbol layers
- 02:51 AM Revision 4563345b (qgis): Improve native item_id variable_help
2020-08-19
- 11:53 PM Revision d51b974b (qgis): Merge pull request #38371 from elpaso/server-landingpage-resources
- Server landing page: add missing resources
- 11:40 PM Revision 754e7cfb (qgis): Do not add SplitFeatures to undo stack if no features are split
- This changes QgsVectorLayerEditUtils::splitFeatures to always return
NothingHappened if no features are split. The cu... - 11:01 PM Revision c0990ea0 (qgis): Merge pull request #38355 from nyalldawson/svg_ratio
- Fix bad handling of non-square svg images in svg marker symbol layers
- 11:00 PM Revision d8281f3b (qgis): move PyQGIS building from Travis to Github workflows
- 10:59 PM Revision 4aefe0d6 (qgis): Typo corrected. Added one space
- Line 120 : "FieldPyculator code execute error.Global code block can't be executed!\n{0}\n{1}" " should probably be
... - 05:02 PM Revision 440da4cf (qgis): Server landing page: add missing resources
- 02:38 PM Revision 74856025 (qgis): show "show more" item only when it is required (if there are more than 5
- hidden items in the list)
- 10:21 AM Revision d775985e (qgis): move PyQGIS building from Travis to Github workflows (#38363)
- 10:21 AM Revision 50fd8929 (qgis): move PyQGIS building from Travis to Github workflows
- 08:30 AM Revision c8082b9a (qgis): Merge pull request #38349 from mhugent/wms_layer_visibility_checked
- WMS Server: display visibilityChecked property of a layer in GetProjectSettings
- 06:33 AM Revision 65cf6b0c (qgis): Fix super ridiculously noisy qgsgeometry test output
- 06:33 AM Revision ecdec267 (qgis): Test masks
- 06:33 AM Revision 5a7cb166 (qgis): [annotations] Refactor annotation item subclasses so that they
- work correctly with curved geometry types, and tweak some API naming
accordingly
There's no need to be restrictive a... - 06:33 AM Revision 15221db0 (qgis): Calling QgsCurve::asQPolygonF should automatically segmentize curved
- sections instead of just returning direct straight lines between
vertices - 06:33 AM Revision 5f0ce534 (qgis): Add unit tests for curved annotation geometries
- 06:24 AM Revision 0864e0a3 (qgis): When an svg image has no viewbox tags, try to take the width/height
- attribute as a fallback for these
Allows the aspect ratio of svgs without a viewbox to be determined,
resulting in c... - 06:11 AM Revision 2412a8d6 (qgis): Fix SVG marker symbol layer aspect ratio is not recalculated when the
- marker is pointed to a different source svg
- 06:02 AM Revision 2f2fb0b3 (qgis): Fix incorrect height shows for svg markers where the aspect ratio is lo...
2020-08-18
- 12:56 AM Revision 2b6be636 (qgis): A couple of for loop and naming improvements
- 12:55 AM Revision 0e03c9ff (qgis): Fix broken "gdal.org/ogr/" URLs in doc
- 10:34 PM Revision 6b8806b7 (qgis): Italic
- 10:34 PM Revision d7a1a02e (qgis): Show helpful explanations about the different label placement modes
- when they are selected
These aren't immediately obvious, so give users explicit advice
about what they mean - 10:34 PM Revision d4ca4a14 (qgis): [labeling][ui] Change placement mode selection widget from radio
- buttons to combo box
The radio buttons don't work well here -- they cause a massive
gap in the placement UI layout f... - 10:34 PM Revision 974083e6 (qgis): More layout tweaks
- 10:34 PM Revision 76cb996e (qgis): Make more label settings more user friendly
- 10:34 PM Revision 095f89f7 (qgis): Hide overrun setting when a line layer is set to horizontal labels
- The settings have no effect in this mode
- 10:34 PM Revision 6a796c4d (qgis): Fix non-standard vertical spacing in labeling widget
- 04:45 PM Revision b5af453b (qgis): improved texts for warning message and docs
- 04:44 PM Revision cfa719f8 (qgis): Update test reference files
- 04:36 PM Revision 602011a1 (qgis): use native separators for menu items
- 04:24 PM Revision 92dafd60 (qgis): address review comments
- 04:20 PM Revision 6712278a (qgis): Merge pull request #38332 from elpaso/server-landingpage-initial-extent
- Server landingpage initial extent
- 04:03 PM Revision 87b20025 (qgis): Update src/core/qgseditformconfig.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 11:32 AM Revision f065ab99 (qgis): Use path resolver to prepare the datasource
- 10:12 AM Revision e4b7076b (qgis): allow users to unhide paths directly from browser (fix #22290)
- 10:07 AM Revision 29de71db (qgis): Merge pull request #38343 from DelazJ/tabOrder
- Fix/add tabstops to widgets for a better keyboard use
- 09:34 AM Revision 01e75082 (qgis): Fix tests for travis env
- 08:42 AM Revision 15bcb226 (qgis): Increase test verbosity
- 08:41 AM Revision 716b9171 (qgis): Check viewSettings for initial_extent
- 07:34 AM Revision 71bb7d05 (qgis): Fix/add tabstops to widgets for a better keyboard use
- 04:37 AM Revision bb289669 (qgis): Check for dimensions when comparing WMS layer properties
- 04:37 AM Revision 97fd45ae (qgis): Rename QgsSqlite3Mprintf to qgs_sqlite3_mprintf
- It's not a class name
- 04:24 AM Revision fbd80ccf (qgis): Disable azure ci on master
- 03:09 AM Revision 2c9ec26a (qgis): Fix label name
- 03:09 AM Revision b14bb321 (qgis): [labeling] Add api to set line anchor point for labels, which represents
- the percentage along line features at which labels for that feature
should gravitate toward - 03:09 AM Revision f177263b (qgis): Add icons for line placement
- 03:09 AM Revision 748d76ae (qgis): [feature][labeling] Add option to allow users to control the placement
- of labels along line features
The new "Label Anchoring" section in the line placement settings for
labels allows use... - 02:33 AM Revision 6a77302f (qgis): Add error reason when unique field discovery fails
2020-08-17
- 12:57 AM Revision 60ae0553 (qgis): List 3.14 in API doc page
- 12:57 AM Revision 2f2b7151 (qgis): flake8
- 12:57 AM Revision ebb517c0 (qgis): update tests
- 12:57 AM Revision a1da1750 (qgis): Fix discover relations
- 12:57 AM Revision f5b7e4c4 (qgis): remove debug
- 12:57 AM Revision 18c0b3c9 (qgis): fix query
- 12:57 AM Revision 3f92ca54 (qgis): USE pg_constraint and don't assume that position statrt at 1
- 12:57 AM Revision a820ed64 (qgis): replace assert by self.assertEqual
- 12:57 AM Revision d8397b13 (qgis): style
- 12:57 AM Revision 542dc5d2 (qgis): indent
- 12:57 AM Revision af14a421 (qgis): add test with prod data
- 12:57 AM Revision 61364da3 (qgis): simplify testdata_pg_releations.sql
- 12:51 AM Revision 7d966615 (qgis): Merge pull request #38222 from Samweli/fix-wmst-refresh
- Check for dimensions when comparing WMS layer properties
- 12:33 AM Revision 5d2495e6 (qgis): [api] Add helper api to directly retrieve a point/linestring/polygon from
- a QgsMultiPoint/QgsMultiLineString/QgsMultiPolygon
Avoids the need to have to manually do an annoying cast when we
a... - 12:30 AM Revision 9c6a596d (qgis): Relation reference: Update user interface when adding new entry
- 12:28 AM Revision 8bac5a39 (qgis): Fix feature attributes not shown in relation form
- 12:27 AM Revision 0b651de8 (qgis): Server landingpage: GCC does not like uniform initialization
- Fixes #38308
- 11:09 PM Revision abb29965 (qgis): Merge pull request #38334 from m-kuhn/cmake_min_version
- Bump minimum cmake version to 3.10
- 08:38 PM Revision e0fa3683 (qgis): Bump minimum cmake version to 3.10
- Fixes #38327
- 06:46 PM Revision 98741cb9 (qgis): Change to QGIS_SERVER_DISABLE_GETPRINT
- 06:02 PM Revision d0fcbec8 (qgis): Server landingpage makes good use of initial extent
- 05:39 PM Revision 6fbeb47a (qgis): updateProperties function private and no reference for currentFormFeature
- 05:32 PM Revision 80e7fd85 (qgis): Server landingpage: expose initial extent - checks
- 05:28 PM Revision a07b9099 (qgis): Server landingpage: expose initial extent
- 05:20 PM Revision ee13bc21 (qgis): set the first relation editor widget instance when setting the nm-rel a...
- 01:35 PM Revision 8689c096 (qgis): fallback writing nm-rel and force-suppress-popup to the tab config
- 01:34 PM Revision 79d50da4 (qgis): improve comment
- 11:54 AM Revision 0bd81d27 (qgis): Merge pull request #38323 from elpaso/server-landingpage-dirwatcher
- Server landingpage dirwatcher
- 10:32 AM Revision e2ae6ba4 (qgis): Relation reference: Update user interface when adding new entry
- 10:28 AM Revision ee14d3d3 (qgis): Merge pull request #38304 from m-kuhn/rel_ref_fix_no_ui_feedback
- Relation reference: Update user interface when adding new entry
- 10:27 AM Revision a04bbe44 (qgis): Address PR comments
- 10:10 AM Revision 3f5e88a0 (qgis): Include mutex
- 10:05 AM Revision af1f013d (qgis): Merge pull request #38320 from qgis-bot/backport-38257-to-release-3_14
- [Backport release-3_14] Bugfix gh26189 virtual layers subset string
- 09:52 AM Revision 0c34fc56 (qgis): Server landing page add test for empty projects
- 09:51 AM Revision 476ac55a (qgis): Merge pull request #38312 from alexbruy/ux-fixes
- Various UX fixes
- 09:43 AM Revision d0ffd568 (qgis): Server landing page add dir watcher
- 09:42 AM Revision 6ccecc3b (qgis): Do not set id twice
- 09:42 AM Revision 7f00e75c (qgis): Copy test tree to avoid gpkg changes in git
- 08:43 AM Revision 040b18a4 (qgis): Merge pull request #38251 from mhugent/relation_form_fix_attributes_not...
- Fix feature attributes not shown in relation form
- 08:33 AM Revision 83db542d (qgis): WMS Server: display visibilityChecked property of a layer in GetProject...
- 08:12 AM Revision 1026624f (qgis): Bugfix gh26189 virtual layers subset string
- 08:09 AM Revision a5461a64 (qgis): Merge pull request #38257 from elpaso/bugfix-gh26189-virtual-layers-sub...
- Bugfix gh26189 virtual layers subset string
- 07:59 AM Revision d827faa2 (qgis): [processing] Upgrade the sample raster value algorithm to native C++
- 07:44 AM Revision de7de1e2 (qgis): raise an assert if algorithm which should be added to the toolbar is no...
- 07:43 AM Revision 6be231bd (qgis): On change of an attribute the documentViewer expression of the external...
- To not be needed to check for all the widget values in the form, the mCurrentFormFeature is introduced that contains ...
- 03:12 AM Revision b31d315a (qgis): Move another line label related setting and enum to QgsLabelLineSettings
- 03:12 AM Revision d93d8811 (qgis): Move merge line settings to QgsLabelLineSettings
- 03:12 AM Revision 23848e0e (qgis): Start cleaning up label line settings, by moving them from the
- QgsPalLayerSettings mega class to a dedicated QgsLabelLineSettings
class - 03:12 AM Revision 8aec98ad (qgis): Ah f*** it, no test for you Travis
- 03:12 AM Revision ff9f5258 (qgis): Fix see also links
- 03:12 AM Revision 9ae2fe0e (qgis): Fix use of deprecated enum
- 03:12 AM Revision 5dfbfaa8 (qgis): Move some more line label related settings to QgsLabelLineSettings
- 03:12 AM Revision 844e9a3a (qgis): Move label overrun settings to QgsLabelLineSettings
- 03:11 AM Revision 34ec9103 (qgis): [vectortiles] Don't overwrite existing QPainter clip regions
- This can overwrite valid clip regions setup outside of the vector tile
renderer, e.g. by a layout map item.
Fixes #3...
2020-08-16
- 01:56 AM Revision 250ce761 (qgis): Expose named parameters for functions
- so that they are shown for autocompletion
- 01:31 AM Revision b8a5b432 (qgis): Adjust width of relation reference config widget
- 08:39 PM Revision f20d5624 (qgis): debian packaging: include landing page service
- 07:20 PM Revision 84abe91d (qgis): Merge pull request #38289 from MrChebur/MrChebur-patch-1
- A new parameter "Close path" has been added to the "Point to path" algorithm.
- 01:25 PM Revision a9a850ca (qgis): Add files via upload
- 01:24 PM Revision f5e1abfe (qgis): Update qgis_algorithm_tests2.yaml
- 11:15 AM Revision 97e97548 (qgis): try to keep selected data type when toggling "Create virtual field"
- checkbox in the field calculator (fix #36679)
Reset to the first item only if compatible data type not found - 11:15 AM Revision d3d91b1a (qgis): add 3D map view button to the Map Navigation toolbar (fix #25440)
- 11:15 AM Revision 993dbb8f (qgis): add annotation actions to the Edit menu to make them accessible also via
- menu (fix #27748)
- 11:15 AM Revision 7fa005b4 (qgis): allow docking Message Log to the left and right areas in addition to top
- and bottom (fix #29463)
- 11:15 AM Revision 1a76a096 (qgis): add Select By Location to the Selection toolbar (fix #20350)
- 11:15 AM Revision bacf7792 (qgis): pick Vector menu title from the main QGIS window instead of using own
- translation (fix #35028, #28474)
2020-08-15
- 07:18 PM Revision cd6b6ee6 (qgis): Merge pull request #38301 from m-kuhn/reduce_width_of_rel_ref_config
- Adjust width of relation reference config widget
- 06:59 PM Revision 6124b5c0 (qgis): Apply suggestions from code review
- 06:59 PM Revision 1c6a0a8f (qgis): Apply suggestions from code review
- 06:56 PM Revision 92914c53 (qgis): Apply suggestions from code review
- Co-authored-by: Matthias Kuhn <[email protected]>
- 06:55 PM Revision a3c8d6dc (qgis): Update python/plugins/processing/algs/qgis/PointsToPaths.py
- 06:50 PM Revision e5246da1 (qgis): Update PointsToPaths.py
- spaces deleted
- 06:36 PM Revision dc935072 (qgis): Relation reference: Update user interface when adding new entry
- Fixes #38303
- 06:31 PM Revision 660703d6 (qgis): Apply suggestions from code review
- Co-authored-by: Matthias Kuhn <[email protected]>
- 06:27 PM Revision be613409 (qgis): Update PointsToPaths.py
- "line" is replaced by "path"
- 06:20 PM Revision a30635d7 (qgis): Update PointsToPaths.py
- Returned missing spaces
- 04:44 PM Revision 143a8e66 (qgis): Adjust relation reference config widget
- Reduce minimum width of the combobox
- 01:09 PM Revision 84d45fc9 (qgis): Merge pull request #38083 from iona5/fix-stylefiles
- Fix various issues with application of raster styles from QML-files
- 10:31 AM Revision 84cf041b (qgis): Do not restore geometry for maximized windows.
- Geometry restore causes subsequent minimization of previously maximized windows
as observed with KWin 5.19, Qt 5.15 o... - 10:03 AM Revision 8e4cdba6 (qgis): Merge pull request #38262 from elpaso/bugfix-gh38245-dbmanager-pg-sslmode
- DB manager: PG read enum value for sslmode
- 08:36 AM Revision 26eb7fbe (qgis): Merge pull request #38233 from jiargei/patch-2
- Precision for hacc and vacc information
- 03:54 AM Revision 19d5ec72 (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
- 03:54 AM Revision 066b1178 (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
- 03:51 AM Revision e95e1bed (qgis): Remove check on args with space
- 03:51 AM Revision fc88150f (qgis): Use correct argument name in the help file
- segments and not segment
- 03:51 AM Revision 8c9180a8 (qgis): Fix missing brackets
- 03:51 AM Revision 3bce2d1d (qgis): Use center argument for make_circle and make_ellipse functions
- 03:51 AM Revision d49d10bf (qgis): Fix make_triangle parameters name
- 03:51 AM Revision e9dd082c (qgis): Avoid same name for different parameters in a function
- Fix duplicate "geometry" named parameters
- 03:51 AM Revision 3846b04f (qgis): Harmonize geometry-based parameters name in expression
- using 'geometry1' instead of 'geometry_a' or 'geometry a'
- 03:51 AM Revision 3c35b753 (qgis): Use correct arg for rotate function
- 03:50 AM Revision 6a30dd2b (qgis): [needs-docs] Insert an Expression button also edits
- 03:48 AM Revision acecc1f7 (qgis): [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs
- Even if the projection is assign, the QgsRasterLayer and the QgsRasterDataProvider was not updated.
The fix reloads ... - 03:48 AM Revision b63efaca (qgis): [Tests] Check that GDAL Assign Projection updates QgsRasterLayer info
- (cherry picked from commit f5b819fc4c1291d653c96a398662e1b663a03dfb)
- 03:48 AM Revision 9975cf03 (qgis): Fixes #37342 : manage Postgres parallel plans when estimating row count
- 03:48 AM Revision a1176398 (qgis): Treat mdb files as a database source in browser
- Allows these to be expanded so that particular layers can be loaded,
notably allowing projects with broken mdb layer ... - 03:48 AM Revision 2cd4034a (qgis): WFS server: use exact instersection if there is a bbox parameter
- (cherry picked from commit e205b15eda37a2e7f3839d9af5511cdf45a3cc73)
- 03:48 AM Revision 62a339ec (qgis): [delimitedtext] Don't use an out of range index while reading string bu...
- (cherry picked from commit ff38315edfcb894830cf5c9877b610344a0843d9)
- 03:48 AM Revision dbda4e27 (qgis): [processing] Remove restrictive length limitations on created fields
- (cherry picked from commit 262a193497cab979003272ef6421331342643809)
- 03:48 AM Revision c3f3f0d4 (qgis): [vector file writer] LIBKML driver also requires coordinates to be in w...
- (cherry picked from commit c8c0dcdf0b1495e9c04f23bb1ad06bf5132ca3e9)
- 03:48 AM Revision 9b9b09d3 (qgis): Fix flexible aspect ratio is ignored when rendering marker svg symbols
- (cherry picked from commit 0d944fb3144a5792422f747f73aa6fd7a9775443)
- 03:48 AM Revision a57436a4 (qgis): createUserProfile: ensure qgis.db file is user writable
- In some package managers (such as NIX[1], used in NixOS[2]), packaged
data is installed read-only.
When creating a n... - 03:48 AM Revision 6d17c1b5 (qgis): Fix ellipse symbol layer doesn't reflect feature selection state
- Fixes #37893
(cherry picked from commit ee4797973d2044ff0adc64b5f00b850e281864b0) - 03:47 AM Revision fe0c845f (qgis): Fix make link to pre-commit
- 02:11 AM Revision ce5c55ff (qgis): Use Title Case for names of symbol layers and renderers
- Makes the widgets for selecting symbol layer type and renderer type
correctly follow HIG guidelines for using Title C...
2020-08-14
- 12:28 AM Revision ed29797a (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 12:28 AM Revision 182beada (qgis): Update src/app/gps/qgsgpsinformationwidget.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 03:08 PM Revision dcc7ff92 (qgis): New option added: "Close line"
- Now this algorithm can check and close the line if necessary.
- 02:31 PM Revision ff4594ef (qgis): More text formatting
- Co-authored-by: Matthias Kuhn <[email protected]>
- 02:25 PM Revision d5114d2c (qgis): Release of 3.14.15
- 02:08 PM Revision fdb0d2ee (qgis): Release of 3.14.14
- 02:08 PM Revision 49b20805 (qgis): translation update for 3.14.14 from transifex
- 02:07 PM Revision bf47e9d3 (qgis): Release of 3.10.9
- 02:07 PM Revision f655bdd2 (qgis): translation update for 3.10.9 from transifex
- 12:56 PM Revision 9a2dc24b (qgis): Update after review
- 10:08 AM Revision e9e98ea2 (qgis): Fix crash on reloading project with annotation items
- 10:08 AM Revision b1569e64 (qgis): Revert "FIX virtual layers with CSV layers opened with "delimitedtext "...
- 08:44 AM Revision 9f5b8429 (qgis): Fix crash on reloading project with annotation items
- 07:27 AM Revision eeb25260 (qgis): Revert "FIX virtual layers with CSV layers opened with "delimitedtext" ...
- Reverts https://github.com/qgis/QGIS/pull/37164, which has lead to
https://github.com/qgis/QGIS/issues/38163
Fixes #... - 07:17 AM Revision 5114522c (qgis): Merge pull request #38261 from m-kuhn/fix_annotation_item_reload
- Fix crash on reloading project with annotation items
- 07:08 AM Revision 458d39c7 (qgis): setting forceSuppressFormPopup only when true in the widget (not unset ...
2020-08-13
- 12:23 AM Revision 4f3a2f1d (qgis): Add missing quotes
- 12:23 AM Revision fa1a9aca (qgis): Fix functions declaring variable length of arguments
- while it's actually a fixed number
- 12:16 AM Revision dd0dbb28 (qgis): [ogr] Improve decoding/encoding of URI
- 06:04 PM Revision 850bfb23 (qgis): Merge pull request #38260 from m-kuhn/remove_leftover_file
- Remove qgsannotationitem.cpp
- 05:52 PM Revision 5273e749 (qgis): resolve unintended fallthrough
- 04:52 PM Revision 5c1676fe (qgis): initialize member variable
- 04:03 PM Revision e4691e64 (qgis): support relation editor widgets of autoconfigured form configured in pr...
- 02:20 PM Revision fa7da5a6 (qgis): New QGIS Server setting environement to do not load layouts
- Defined a new QGIS Server setting environnement `QGIS_SERVER_DONT_LOAD_LAYOUTS` to do not load layouts when QGIS Serv...
- 02:20 PM Revision c1a9d948 (qgis): Test: QGIS Server setting environement to do not load layouts
- 02:20 PM Revision bb6b061d (qgis): Fix: QGIS_SERVER_TRUST_LAYER_METADATA
- 12:48 PM Revision 26e9ec98 (qgis): DB manager: PG read enum value for sslmode
- Fixes #38245
- 12:17 PM Revision 4615de03 (qgis): Fix crash on reloading project with annotation items
- Sponsored by QField
- 12:08 PM Revision 51a352f2 (qgis): Remove qgsannotationitem.cpp
- This file does nothing.
- 12:05 PM Revision 259f9e81 (qgis): default value of forceSuppressFormPopup is false
- 11:48 AM Revision f0a390de (qgis): correct set of forceSuppressPopup state
- renamed cardinality to nmRelationId since it's not a cardinality - it's the id of the relation connected through the ...
- 11:13 AM Revision f3a451f2 (qgis): Renamed subset to subsetstring for clarity
- 11:03 AM Revision 1f2f1f51 (qgis): Port fix for external wms with several layers to 3.10 branch
- 10:46 AM Revision e0bcc7e8 (qgis): Add tests for virtual layers subset strings
- Fixes #26189
- 10:33 AM Revision 62ce9abb (qgis): [ogr] Improve decoding/encoding of URI
- - Correctly handle |subset= and |geometrytype= components
- More robust logic to handle complex cases
- More unit tests - 09:45 AM Revision be190062 (qgis): Fix feature attributes not shown in relation form
2020-08-12
- 02:47 PM Revision 4e795316 (qgis): Merge pull request #38161 from mhugent/server_external_wms_several_layers
- Server external wms several layers
- 12:13 PM Revision 14c97359 (qgis): check for wmst dimensions when updating layer properties
- 12:13 PM Revision 838e61e0 (qgis): added tests for wms layer properties
- 11:15 AM Revision eae949fd (qgis): windows: use AddDllDirectory on directories in PATH (fixes #38172)
- (cherry picked from commit f17097b1a465c0eea11e346a131ab63762d8f4d0)
- 09:45 AM Revision 37dee864 (qgis): Consider comments
- 09:35 AM Revision 2a5c03b2 (qgis): Consider comments
- 09:26 AM Revision 0b3ec390 (qgis): Merge pull request #38225 from rldhont/project-read-flag-trust-layer-me...
- New project reading flag to trust layer metadata with server settings
- 07:03 AM Revision 4f6e6388 (qgis): Merge pull request #38218 from alexbruy/save-query
- restore missed "save query" functionality in the Query builder
2020-08-11
- 06:14 PM Revision d711db57 (qgis): Server: define QGIS_SERVER_TRUST_LAYER_METADATA setting environnement
- 06:14 PM Revision 3c7d6616 (qgis): New Project Reading flag to trust layer metadata
- 06:14 PM Revision 22173e9a (qgis): Tests Server: QGIS_SERVER_TRUST_LAYER_METADATA setting environnement
- 06:06 PM Revision 8ccc824b (qgis): Merge pull request #38237 from m-kuhn/qt514
- Enable ccache for Qt 5.14 github workflow
- 05:13 PM Revision fe1dc925 (qgis): Merge pull request #38235 from rldhont/oracle-determine-primary-key-fro...
- [Oracle] Add determinePrimaryKeyFromUriKeyColumn method to provider
- 03:39 PM Revision 7829b55e (qgis): Hardcode ccache
- 02:21 PM Revision e940e013 (qgis): [Orcale] Add determinePrimaryKeyFromUriKeyColumn method to provider
- Like Postgres provider defined a determinePrimaryKeyFromUriKeyColumn method in Oracle provider.
- 01:56 PM Revision e53c6bb9 (qgis): windows: use AddDllDirectory on directories in PATH (fixes #38172)
- (cherry picked from commit f17097b1a465c0eea11e346a131ab63762d8f4d0)
- 11:41 AM Revision 779d2182 (qgis): Merge pull request #38189 from elpaso/server-landingpage
- Server landingpage
- 10:08 AM Revision b28bde8f (qgis): Merge pull request #38220 from qgis-bot/backport-37921-to-release-3_14
- [Backport release-3_14] Fix default value expression on double field
- 10:03 AM Revision 8fe4d3e7 (qgis): [processing] Allow merging layers with mixed attribute type
- 09:48 AM Revision 026dc310 (qgis): Precision for hacc and vacc information
- Since Vertical and Horizontal Accuracy can be more accurate than 0.1 m i suggest adding more precision to that -> 0.0...
- 09:40 AM Revision 48b38a2d (qgis): do not change behavior of loadMinimumMaximumFromTree()
- restore behavior of loadMinimumMaximumFromTree() to not change
anything if the colormap contained no items. - 09:06 AM Revision dbc5f3d9 (qgis): changed access of QgsColorRampShaderWidget::colormapMinMax()
- 06:14 AM Revision 25a78e15 (qgis): [api] Add QgsAnnotationPointTextItem annotation item class for
- rendering text at a specified map point
- 06:14 AM Revision c5679668 (qgis): Update copyright
- 06:14 AM Revision 1192db22 (qgis): Test masks
- 05:54 AM Revision 00b42965 (qgis): [wms] When a legend graphic fetch fails, don't show the error in the la...
- 04:07 AM Revision be497379 (qgis): Fix test
- 04:07 AM Revision f3d3248f (qgis): [processing] Fix map items locked layers reset in export atlas algorithms
- 04:07 AM Revision e7cfe66f (qgis): Life is simpler when you clone
- 04:07 AM Revision 13be3de4 (qgis): [FEATURE][processing] Export layout atlas as PDF algorithm
- 04:06 AM Revision e1b65f3c (qgis): Merge pull request #38230 from nyalldawson/wms_legend
- [wms] When a legend graphic fetch fails, don't show the error in the layer tree, but instead just log it to the messa...
2020-08-10
- 01:02 AM Revision d72e2266 (qgis): [wms] if a previous request to fetch the legend failed, don't bother tr...
- to fetch it again!
Otherwise misconfigured services which return flawed images will just keep retrying to
fetch on e... - 12:32 AM Revision a6a14dfa (qgis): [wms] When a legend graphic fetch fails, don't show the error in the
- layer tree, but instead just log it to the message log
This error indicates an issue on the server configuration and... - 12:26 AM Revision 30424a20 (qgis): WMS provider is way too debug noisy
- 12:25 AM Revision de80cff8 (qgis): [wms] If an explicit CRS is not set in a layer's URI, then take the fir...
- 10:37 PM Revision e87e8213 (qgis): update to MDAL 0.6.92
- 10:37 PM Revision 634280f2 (qgis): Fix context menu exception on WMS conn items
- Fixes #38211
- 10:35 PM Revision c7c38e14 (qgis): [wms] If an explicit CRS is not set in a layer's URI, then take the
- first sensible CRS advertised by the provider's capabilities as the
layer's CRS
Avoids the messy situation where a W... - 06:31 PM Revision 292c6220 (qgis): disable double click on items in the available widgets tree
- show info message for relation and qml/html widget, where to configure it
select the dropped feature - 04:59 PM Revision 0542f9fd (qgis): care for the relation widget config made or read over the API
- means the force-suppress-popup and nm-rel in the editFormConfig are written according to the first instance of the wi...
- 03:13 PM Revision fa007488 (qgis): drop unused code
- 03:11 PM Revision 2b241f42 (qgis): deprecate unused QgsSearchQueryBuilder class
- 01:44 PM Revision a5cfda4c (qgis): Fix default value expression on double field
- 11:35 AM Revision da6948e7 (qgis): homogenize filter string and make it translatable
- 11:28 AM Revision dad79f85 (qgis): restore missed "Save query" functionality in the Query Builder (fix #18...
- 11:24 AM Revision 68e8e233 (qgis): Merge pull request #37921 from troopa81/fix_defaultvalue_expression_double
- Fix default value expression on double field
- 08:13 AM Revision b3147bc8 (qgis): osgeo4w: use gdal-dev-py3-env.bat also in qgis_process in nightlies
- (cherry picked from commit 76dad2faf6b5efde2ece4b0d5536593f44d0fdc6)
- 07:59 AM Revision 988ffcf5 (qgis): Merge pull request #38202 from m-kuhn/qt514
- Setup Qt 5.14 github workflow
- 07:25 AM Revision 2f13c3cf (qgis): set cardinality (and with it the relation) of the widget and the forceS...
- 07:25 AM Revision b19f1da2 (qgis): use itemdata->name (what is the relation-id of relation widgets, not li...
- 07:25 AM Revision f1400046 (qgis): remove attributerelationedit since all settings for relations are done ...
- 07:25 AM Revision 4acc35e7 (qgis): fallback reading old config
- 07:25 AM Revision ba911caa (qgis): fix setting of forceSuppress
- 07:25 AM Revision 1fadb929 (qgis): move the cardinality and the forceSuppressFormPopup to the widget confi...
- 06:20 AM Revision d45cf980 (qgis): [processing][feature] New algorithm "Flatten Relationship"
- This algorithm flattens all relationships for a vector layer,
exporting a single layer containing one master feature ... - 06:20 AM Revision fb146189 (qgis): Clarify that algorithm works with a single relationship
- 06:20 AM Revision 0e57b90f (qgis): Less noisy relations
2020-08-09
- 12:32 AM Revision 57b620c9 (qgis): Use 'value' parameter instead of 'val'
- 12:32 AM Revision 43a20fed (qgis): Updates on expression functions help
- fix examples and description
add/update examples to "cross-link" functions - 12:32 AM Revision 1d0749d7 (qgis): Extend aggregate's concatenator and order_by args description
- 12:28 AM Revision a4c8f33e (qgis): fix processing test and remove invisible char
- 12:28 AM Revision 32ebbd88 (qgis): fix QgsDuaEdgeTriangulation
- .
- 12:28 AM Revision 4ee10b5f (qgis): fix typo and SIP
- 12:26 AM Revision 05b9482a (qgis): Only list layers with styling options in styling panel
- Otherwise it's very easy to switch to a layer without styling options which will hide the combobox and require the us...
- 12:09 AM Revision bb1b0d23 (qgis): Allow Microsoft style [ ] column references to be handled by QgsSqlStat...
- 12:09 AM Revision 8c9e7c16 (qgis): Extend QgsSQLStatement to allow parsing of fragments of SQL clauses,
- specifically to allow parsing an expression or where clause alone
- 12:09 AM Revision 49d33768 (qgis): Allow Microsoft style # literal markers in QgsSqlStatement
- 12:09 AM Revision 454cc328 (qgis): Dox
- 09:37 PM Revision e2e7d31f (qgis): Ccache stats check
- 03:06 PM Revision 370b01b7 (qgis): Merge pull request #38210 from DiGro/patch-5
- Two typo's corrected
- 02:54 PM Revision 3177e762 (qgis): Exclude QtQuick for now
- 02:49 PM Revision cea65ba9 (qgis): Cleanup naming mess
- 02:30 PM Revision cf2dc78f (qgis): Add ccache
- 01:38 PM Revision cdc47947 (qgis): Fix conversion error
- 01:08 PM Revision 7fa55c9e (qgis): Two typo's corrected
- Line 57 : "as a set of image." should probably be "as a set of images." Plural, not singular
Line 64 : "sort ... - 12:07 PM Revision 9cedf327 (qgis): Align code for deprecation fixes
- 11:56 AM Revision 417f83d1 (qgis): Add missing includes
- 11:38 AM Revision d8d65ef3 (qgis): Warnings are errors
- 11:38 AM Revision d3ca8086 (qgis): Update deprecated method
- 11:35 AM Revision adf525df (qgis): More loops
- 11:35 AM Revision 9245abeb (qgis): Qt include dirs are sys dirs
- 11:23 AM Revision e14600bd (qgis): Fix more loop issues
- 10:25 AM Revision f69510e5 (qgis): More loop fixes
- 09:39 AM Revision 51d10859 (qgis): Fix deprecation
- 09:39 AM Revision aff8f781 (qgis): Fix some loop issues
- 09:38 AM Revision 83ddb395 (qgis): Do not build QSpatialite
- 08:31 AM Revision 8b833b38 (qgis): Do not stop on warnings
- 08:18 AM Revision 2f3987b8 (qgis): Fix another implicit casting issue
- 02:51 AM Revision f17097b1 (qgis): windows: use AddDllDirectory on directories in PATH (fixes #38172)
2020-08-08
- 07:13 PM Revision 9b1e46c9 (qgis): translation string fixes
- 01:58 PM Revision 9a9e807a (qgis): Merge pull request #38200 from m-kuhn/fix_vertex_iterator_warning
- Fix build warning in vertex iterator
- 01:52 PM Revision 59027a09 (qgis): Fix conversion warning
- 01:35 PM Revision 03f070df (qgis): Improve range-based for loop usage
- 01:25 PM Revision 91185923 (qgis): Enable Qt 5.14 test on pull requests
- 01:17 PM Revision aaf56422 (qgis): Setup Qt 5.14 workflow
- 12:40 PM Revision a34e2906 (qgis): Merge pull request #38199 from m-kuhn/map_layer_type_property
- Make the map layer type and validity a property
- 11:53 AM Revision 7f0ac91b (qgis): Provide operator==
- 10:51 AM Revision 154f17df (qgis): Add missing include
- 10:42 AM Revision d38acb42 (qgis): Fix build warning in vertex iterator
- Move away from C style raw memory management.
```
/QGIS-e0de9c5c26c919cbdb3b9ecc3875ad4320d318b4/src/core/geometry/q... - 10:05 AM Revision 1aa66975 (qgis): Make layer validity a property
- Adds the possibility to react to layer validity at runtime
- 10:00 AM Revision bafd3802 (qgis): Make the map layer type a property
- makes it available from QML
- 09:09 AM Revision 2b3b88c5 (qgis): Merge pull request #37595 from gacarrillor/pr_processing_results_group
- Load processing results to layer group (optional)
- 09:03 AM Revision facfeb68 (qgis): Update tests for the travis env
- 07:11 AM Revision fc5b6e10 (qgis): Avoid re-querying vector layers for sublayers when loading them
- into QGIS
In all paths leading to this function we have already resolved
the list of sub layers, so no need to call ... - 07:11 AM Revision 1464b0cd (qgis): [ogr] Don't try to resolve the geometry type for Personal Geodatabases ...
- The PGeo OGR driver always reports Unknown Geometry types, which causes the fallback
of iterating through all feature... - 07:11 AM Revision 546e4d19 (qgis): Avoid another redundant call to resolving the sublayers
- (cherry picked from commit 5f88e3dc33c9ecebf8ff8ad38b8c6f2a830417c6)
2020-08-07
- 08:39 PM Revision e2c94df9 (qgis): [Backport release-3_14] force reference time (current) to be UTC for me...
- 08:38 PM Revision 117d21ae (qgis): Avoid re-querying vector layers for sublayers when loading them
- into QGIS
In all paths leading to this function we have already resolved
the list of sub layers, so no need to call ... - 08:38 PM Revision 5f88e3dc (qgis): Avoid another redundant call to resolving the sublayers
- 08:38 PM Revision ae635a7f (qgis): [ogr] Don't try to resolve the geometry type for Personal Geodatabases ...
- The PGeo OGR driver always reports Unknown Geometry types, which causes the fallback
of iterating through all feature... - 08:37 PM Revision d982727d (qgis): PG raster: fix unreported port/host mismatch
- 06:53 PM Revision c23bc1fd (qgis): Merge pull request #38191 from qgis/bugfix-unreported-pg-raster-port-host
- PG raster: fix unreported port/host mismatch
- 05:17 PM Revision 9c8a2ca0 (qgis): PG raster: fix unreported port/host mismatch
- 03:11 PM Revision 9ed62a69 (qgis): Useless linter
- 02:23 PM Revision 193d6a2e (qgis): Add landing page test to cmake
- 11:40 AM Revision 162c057f (qgis): Fix server tests (ignore error on QGIS_SERVER_DISABLED_APIS)
- 11:29 AM Revision 0f14362c (qgis): Workaround a qt issue which causes unpredictable dash patterns at
- very narrow pen sizes
Force the pen width to a minimum 1 px size when the advanced dash
tweaks are enabled to avoid ... - 02:41 AM Revision 00168b59 (qgis): [postgres] Fix superslow layer instantiation in huge databases by only ...
- 02:40 AM Revision 51bd48fd (qgis): fix default reference time (current) not UTC for mesh layer
2020-08-06
- 10:32 PM Revision a29b3aa4 (qgis): Merge pull request #38158 from borysiasty/fix_38114_superslow_postgres_...
- [postgres] Fix superslow layer instantiation in huge databases by only fetching type info of used fields.
- 09:56 PM Revision 6da4e294 (qgis): [console] Fix error when console history file is missing from the user ...
- 09:56 PM Revision ee5b0dc7 (qgis): Use version 3.2.0 instead of 3.1.2
- Co-authored-by: Even Rouault <[email protected]>
- 09:56 PM Revision 7d82fe71 (qgis): Workaround GDAL reporting that shapefiles support DateTime
- 05:09 PM Revision 00853d1a (qgis): Typo
- 04:19 PM Revision 15817047 (qgis): Server landing page test data
- 03:57 PM Revision a8e033c7 (qgis): Updated client after rebase
- 03:20 PM Revision 7bafc260 (qgis): Avoid a redundant query as Matthias suggested
- 02:53 PM Revision de83d28b (qgis): Code layout and sip
- 02:52 PM Revision 13a5bc44 (qgis): Server landing page plugin
- 02:52 PM Revision 2472248a (qgis): Add assert lines equals
- 02:52 PM Revision 43ed8f61 (qgis): Build landing page plugin
- 02:52 PM Revision c3b7cb1c (qgis): Server: add path() accessor to request handler
- just for convenience
- 02:52 PM Revision 47c7862b (qgis): Server API: moved static handler to independent class
- 02:52 PM Revision 89aa4fd7 (qgis): Server registry: better log formatting
- 02:52 PM Revision 23da0c08 (qgis): Server OGC API: better formatting for message log
- 02:52 PM Revision 2beb5b8c (qgis): Server API static helper: collapse slash
- 02:29 PM Revision a4943ee1 (qgis): Apply suggestions from code review
- Co-authored-by: Matthias Kuhn <[email protected]>
- 01:00 PM Revision 0aad0305 (qgis): Merge pull request #38087 from NEDJIMAbelgacem/skybox-feature
- [3D feature] Skybox feature
- 10:47 AM Revision 49172c4c (qgis): Merge pull request #38171 from qgis-bot/backport-38152-to-release-3_14
- [Backport release-3_14] Fix long reload of filter change in attribute table by revert bad commit
- 10:41 AM Revision e9c610c8 (qgis): Merge pull request #38170 from qgis-bot/backport-38152-to-release-3_10
- [Backport release-3_10] Fix long reload of filter change in attribute table by revert bad commit
- 09:14 AM Revision 560eb315 (qgis): Fix shameful text formatting
- Co-authored-by: Nyall Dawson <[email protected]>
- 08:40 AM Revision 1b4ab7a6 (qgis): Fix long reload of filter change in attribute table by revert bad commit
- 08:40 AM Revision 9386ce95 (qgis): Fix long reload of filter change in attribute table by revert bad commit
- 08:36 AM Revision 0b9a75c9 (qgis): Merge pull request #38152 from signedav/revert-bad-commit
- Fix long reload of filter change in attribute table by revert bad commit
- 07:30 AM Revision 61809384 (qgis): Plugin installer - rephrase error message when plugin is not found
- 04:42 AM Revision dfbf9a57 (qgis): Some tweaks to the "Export 3d scene" dialog
- reduce dialog minimal size and margins, fix tab order and add help button
- 04:42 AM Revision eca2563d (qgis): use qgis::overload instead of QOverload
- 04:37 AM Revision 3197eb83 (qgis): Change skybox faces to more intuitive names in the UI
- 04:00 AM Revision 0eeaac27 (qgis): Remove transform and unneeded includes from qskyboxentity.h
- 03:51 AM Revision 0d685a4b (qgis): Use currentIndex instead of currentText for combobox
- 03:35 AM Revision 736b3e62 (qgis): Add tr to skybox types
- 03:27 AM Revision 02d94be6 (qgis): get rid of TexturesCollectionSkybox
- 03:12 AM Revision 7a022c6d (qgis): Rename HDR skybox to panoramic skybox
- 03:07 AM Revision b02c5c09 (qgis): Use full canonical path to installed plugins
- Resolves symlinks which may be used for the plugin folder, e.g. by
plugin developers who symlink a development folder... - 02:37 AM Revision d1a17196 (qgis): Treat mdb files as a database source in browser
- 02:09 AM Revision d7787f24 (qgis): Use path resolver's read/writePath()
- Remove QSkyboxEntity include
Use deleteLater() instead of delete
Remove unneeded todo
Add \since to skyboxSettings in...
2020-08-05
- 06:23 PM Revision e7b6027a (qgis): QLatin1String
- 06:14 PM Revision ff887b18 (qgis): WMS Server: set external WMS layers/styles one-by-one to WMS uri, other...
- 03:29 PM Revision d313902c (qgis): [postgres] Only fetch type info of used fields. Fixes #38114
- 12:22 PM Revision 50a079f8 (qgis): set title of groupbox
- 11:45 AM Revision 5be696d3 (qgis): Fix compilation error for ubuntu system packages users
- 11:19 AM Revision 897c7499 (qgis): move relation editor widget specific config to its own class
- 10:52 AM Revision 97915e32 (qgis): Add a iface method to directly set a specific GPS connection to connect
- to in the GPS Information panel
Allows for plugins to create subclasses of QgsGpsConnection and then
hook these into... - 09:20 AM Revision f7454f65 (qgis): [locator] Use 'go' as prefix for the go to locator filter
- 09:20 AM Revision ed6c9593 (qgis): [locator] Flag the goto locator as a fast filter
- 08:27 AM Revision 5e9264df (qgis): Add unit tests for annotation layer
- 08:27 AM Revision a90555bf (qgis): Remove data provider from annotation layer -- this is no longer required
- 08:27 AM Revision 50d4bf0f (qgis): Treat item crs as matching annotation layer CRS
- 08:27 AM Revision ce40245f (qgis): Fix warning
- 08:27 AM Revision ca384b24 (qgis): Address review comments
- 08:27 AM Revision 6b7bc827 (qgis): Test masks
- 08:27 AM Revision 2e795b28 (qgis): Avoid indentation issues between different environments
- 08:27 AM Revision ea392ea1 (qgis): Dox
- 08:27 AM Revision f2d172fc (qgis): Implement layer extent calculation
- 08:27 AM Revision f0d2f3d2 (qgis): Allow removing items from annotation layers
- 08:27 AM Revision b0e2a8b5 (qgis): Add registry for annotation item classes
- 08:27 AM Revision c924ec30 (qgis): Add unit tests for marker/line/polygon items
- 08:27 AM Revision c31ee84b (qgis): Don't return reference
- 08:27 AM Revision 83008566 (qgis): Code shuffle
- 08:27 AM Revision ef580293 (qgis): Minor cleanups
- 08:27 AM Revision e6c81132 (qgis): Tweak api, add tests for annotation item registry
- 08:27 AM Revision 649cd471 (qgis): Fix more warnings
- 08:27 AM Revision 96cf240b (qgis): Dox cleanup
- 08:27 AM Revision 35d9a657 (qgis): Add AnnotationLayer to layer item type enum, silence warnings
- 08:27 AM Revision 21a2599d (qgis): Move annotation layer renderer to own file
- 08:27 AM Revision ecf7664f (qgis): Correctly handle annotation layer opacity during rendering operations
- 08:27 AM Revision c8e86aef (qgis): Move QgsAnnotationItem to its own file
- 08:27 AM Revision 83e48c02 (qgis): Add missing Transfer annotation
- 08:27 AM Revision bc745a14 (qgis): Create minimal data provider for annotation layers
- 08:27 AM Revision 4c04254b (qgis): Add sip cast code for QgsAnnotationLayer
- 08:27 AM Revision c5230634 (qgis): Basic storage and restore of annotation layers in projects
- 08:27 AM Revision fbad4e39 (qgis): line poly items
- 08:27 AM Revision 6f90139f (qgis): Dox, build fixes
- 08:27 AM Revision fe5b423e (qgis): Hookup initial marker item in registry
- 08:27 AM Revision c5532d05 (qgis): Add missing test file
- 08:27 AM Revision 9f943f72 (qgis): First steps towards free-form graphics item layer
- Based on a port from the downstream Kadas application's item layer
type
Kudos to @manisandro - 08:25 AM Revision 8ad63fcc (qgis): Revert "on ensuring the selection, the dependend objects (like feature ...
- This reverts commit d409c65de9c31266ae00a16d1004b4856dc1f5b4 and fixes #38018
- 05:29 AM Revision 463e8ee7 (qgis): Treat mdb files as a database source in browser
- Allows these to be expanded so that particular layers can be loaded,
notably allowing projects with broken mdb layer ... - 05:18 AM Revision 38a7e721 (qgis): [console] Fix error when console history file is missing
- from the user profile directory (fixes #38142)
- 03:33 AM Revision b9952e1f (qgis): fix test result file
- 03:33 AM Revision aefb114e (qgis): fix helpstrings
- 03:33 AM Revision 8a61f8f9 (qgis): fix crash with emtpy inputBlocks
- 03:33 AM Revision 06f98401 (qgis): add new raster stack position algorithms
- 03:33 AM Revision f1fbbc42 (qgis): add tests
- 03:33 AM Revision f7bddb9e (qgis): format code
- 03:33 AM Revision 5eb27548 (qgis): add testdata for lowest position alg
- 03:33 AM Revision 58629cbb (qgis): finalize raster stack position algorithms
- 03:33 AM Revision 9af434d3 (qgis): add testdata for highest position alg
2020-08-04
- 12:41 AM Revision a56604a6 (qgis): Fix more grid layout widget layout issues
- 12:27 AM Revision 09fed672 (qgis): Avoid losing layer subset filters after fixing a layer path in the bad ...
- 11:31 PM Revision 723e62ec (qgis): Fix leak of network replies when network content is fetched in a thread
- which is destroyed soon after
Because the thread is destroyed, the event loops never executes and
deleteLater is nev... - 10:28 PM Revision 78cea71e (qgis): Missing options for r.neighbors in processing
- All options added : https://grass.osgeo.org/grass78/manuals/r.neighbors.html
- 10:23 PM Revision 8f70913c (qgis): [3d] Fix leak of vector chunked entity factories
- 10:23 PM Revision 826b7033 (qgis): Avoid losing layer subset filters after fixing a layer path in the
- bad layers dialog
Filters are not automatically restored after fixing the path - 10:22 PM Revision 27164f2e (qgis): Fix typo which incorrectly exposes textured material as a choice for po...
- 10:22 PM Revision f410b9c0 (qgis): [3d] Rework texture scale widget to show scale in %, as the raw Qt
- texture scale values work opposite to what you'd expect and a larger
scaling value actually results in a smaller text... - 06:31 PM Revision 56535cbe (qgis): Merge pull request #38135 from alexbruy/gamma-buttons
- correctly toggle gamma correction buttons state depending on the active layer
- 06:18 PM Revision 5d20b320 (qgis): Merge pull request #38133 from m-kuhn/rotated_ticks
- Fix configuration layout
- 03:45 PM Revision 51f3c7ed (qgis): warn with 0 or negative values when using log scale in graduated render...
- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- 02:26 PM Revision 655c2ca7 (qgis): [locator] Flash canvas center point when triggering goto result
- 01:05 PM Revision 12a1a0d8 (qgis): warn with 0 or negative values when using log scale in graduated render...
- * warn with 0 or negative values when using log scale in graduated renderer
* fix windows build - 12:30 PM Revision 55aafae0 (qgis): correctly toggle gamma correction buttons state depending on the active
- layer
- 11:49 AM Revision 0518f26f (qgis): Fix missing tabstop
- 11:47 AM Revision 1a7a2a9b (qgis): Fix configuration layout
- References https://github.com/qgis/QGIS/pull/37041#issuecomment-668486146
- 11:21 AM Revision 29290b81 (qgis): Fix build with CMake 3.18
- 10:33 AM Revision afaccb6a (qgis): [processing] Use a feature source for the input of the extract by locat...
- 09:36 AM Revision a1530b3c (qgis): Add missing documentation
- 09:33 AM Revision 58d280be (qgis): Fix merge conflict
- Merge branch 'master' into skybox-feature
- 09:25 AM Revision 63f939e8 (qgis): Merge pull request #37041 from olivierdalang/rotated_ticks
- Support for rotated ticks/annotation
- 09:02 AM Revision 0628c59f (qgis): Fix build with CMake 3.18
- 08:38 AM Revision d1c8d21d (qgis): Fix message bar "show more" label incorrectly counts items and thinks t...
- 08:07 AM Revision 4ac66d08 (qgis): Add SIP_NO_FILE and fix bindings
- 07:42 AM Revision f2bbb3e6 (qgis): Fix ui build warning
- 07:08 AM Revision c898d8c8 (qgis): [processing] Use a feature source for the input of the extract by locat...
- 06:51 AM Revision ef11ad32 (qgis): Don't load GRASS algs if GRASS is not installed
- Fixes qgis_process that incorrectly lists GRASS algorithms among the available processing algs even when GRASS is not...
- 06:36 AM Revision 05734994 (qgis): Manage Postgres parallel plans when estimating row count
- 06:33 AM Revision ea8c67b6 (qgis): Fix leak of QgsSourceCache
- 06:33 AM Revision 58921fc4 (qgis): Fix leaks in snapping toolbar
- These widgets were being created when the widget is in toolbar mode,
even though they were never used or added to a l... - 06:33 AM Revision 35d0bbc2 (qgis): Fix leak in runtime profiler dock
- 06:33 AM Revision 7f6dda0b (qgis): Fix leak of QgsWindow3DEngine
- 06:33 AM Revision d492d1e9 (qgis): Fix message bar "show more" label incorrectly counts items and thinks
- there's one too many items to show
- 06:33 AM Revision 5ac8c838 (qgis): Don't try to update raster min/max settings when a raster layer
- is set to "updated canvas" sampling mode and the layer is being
rendered as part of a 3d render job
It causes crashe... - 06:33 AM Revision 57035468 (qgis): Add render context flag to use when a map render job is part of a 3d map
- (cherry picked from commit 9e1cddaa8e5bec796e5cc42142acf6b4289b98a5)
- 02:52 AM Revision 740e44f1 (qgis): Merge pull request #38067 from nirvn/processing_atlas
- [FEATURE][processing] Export atlas layout as image algorithm
2020-08-03
- 10:41 PM Revision dbe1ef8a (qgis): Merge pull request #37685 from vcloarec/curveMapToolCapture
- digitizing and splitting feature with curves
- 10:02 PM Revision f38f5f6a (qgis): Fix build with CMake 3.18
- It looks like CMake 3.18 fixed escaping of `$` in generated Makefiles. It does on FreeBSD, at least, where I had to a...
- 10:01 PM Revision cca77d53 (qgis): Fix strange behaviour when mix of model outputs and fixed inputs are se...
- 10:01 PM Revision 00c35542 (qgis): Be more tolerant, and expose map layer outputs as possible inputs for m...
- 10:00 PM Revision 4a03d3c2 (qgis): Fix crash when using older 3d line symbols
- 10:00 PM Revision fc82f1d6 (qgis): String improvement
- 01:02 PM Revision 346743be (qgis): Add custom layers test
- 01:02 PM Revision 4ebe3bd6 (qgis): [processing] Add a method to override map layers used by map items in e...
- 01:02 PM Revision 4eda6f81 (qgis): Address last bit of review, add test
- 01:02 PM Revision 40a37c59 (qgis): [FEATURE][processing] Export print layout atlas as image(s) algorithm
- 01:02 PM Revision 9ef25675 (qgis): Better strings and alg name
- 11:25 AM Revision 88b3f43f (qgis): [processing] Be more tolerant, and expose map layer outputs as possible
- inputs for multi input parameters regardless of the required type
Otherwise we potentially block valid use cases. Be... - 10:36 AM Revision 12973609 (qgis): [processing] Fix strange behaviour when mix of model outputs and fixed
- inputs are selected as the input for a multi layer parameter
- 10:04 AM Revision a3dc6b39 (qgis): Fix control images
- 09:48 AM Revision c0becb4d (qgis): remove setting of config in the html and qml wrappers since there is no...
- 09:09 AM Revision face843c (qgis): Typo, URL and formatting in the build instructions
- 08:46 AM Revision c7cda01e (qgis): keep the 9395 outside apple
- 08:34 AM Revision d9af7f71 (qgis): Gooch shading!
- 08:34 AM Revision daf38a9f (qgis): Rework QgsAbstractMaterialSettings class to handle different rendering ...
- Restrict choice of material in widgets based on the symbol's required technique,
and hide material settings in phong ... - 08:34 AM Revision 51cde6fb (qgis): [3d][FEATURE] Add CAD style ("Gooch") material for polygons/extruded lines
- From the qt docs:
"The Gooch lighting model uses both color and brightness to help show the
curvature of 3D surfaces... - 08:34 AM Revision 14173104 (qgis): Remove unused method
- 08:34 AM Revision b9a14765 (qgis): Fix sipifaction of enum class
- 08:34 AM Revision 201ab0d0 (qgis): Fix warning
- 08:34 AM Revision ada2c601 (qgis): Move some texture handling methods to base class
- 08:34 AM Revision ba23f580 (qgis): [3d] Fix phong texture images are incorrectly ignored when applied
- to a buffered line symbol
- 08:34 AM Revision 2455170d (qgis): Fix broken see also link
- 08:34 AM Revision 58ad4cb9 (qgis): Avoid misleading flake warning from autogenerated 3d code
- 08:34 AM Revision f88c3efd (qgis): Fix build
- 08:34 AM Revision 53a8343e (qgis): Fix see also
- 08:34 AM Revision ce13ca20 (qgis): Fix build
- 08:34 AM Revision 7c08046a (qgis): Don't show texture controls in terrain shading widget
- 08:34 AM Revision 798ed571 (qgis): Rename terrain texture for clarity
- 08:34 AM Revision c87a8f6a (qgis): Code shuffle to move all material classes to separate subdirectory
- 08:34 AM Revision 4d551853 (qgis): Split simple line material out from phong material
- 08:34 AM Revision cafa3474 (qgis): Add sip casting code for material types
- 08:34 AM Revision b07e0a20 (qgis): Split textured phong material class from basic phong material class
- 08:34 AM Revision d8522865 (qgis): Add an icon in the 3d material combo box
- 08:33 AM Revision c1e91425 (qgis): Merge pull request #37298 from alexbruy/split-vector
- use attribute value in the output file name for Split vector layer algorithm (fix #37296)
- 08:17 AM Revision cc09ecf0 (qgis): fix escaping of # in cmake for macos
- 06:20 AM Revision 8ed274bb (qgis): automatically add MACOS environment variables if folders/dirs present i...
- 05:13 AM Revision 4f34b8a7 (qgis): [3d][api] Split api from specifying 3d map layers to render from api
- for specifying terrain layers to render
Previously the one method was used for both, which made it very
difficult to...
2020-08-02
- 01:47 AM Revision 92bf631e (qgis): show current layer CRS in the layer context menu and allow to change it
- directly to one of the recently used CRSs (fix #13882)
- 01:47 AM Revision fc4d0f53 (qgis): address review comments
- 01:47 AM Revision 29ccd61c (qgis): use more robust WKT export option
- 01:47 AM Revision b1f08378 (qgis): use more descriptive representation of the current layer CRS
- 09:50 PM Revision 48619cf5 (qgis): debian packaging fixes:
- * include qgis-server-wmts
* fix Qt53DExtras cmake module lookup - 08:00 PM Revision 8df6ef4c (qgis): Add enum skybox types
- 07:28 PM Revision 7678cedc (qgis): Refactoring
- 01:55 PM Revision 532f548d (qgis): Fix warning in parse_dash_results
- 01:55 PM Revision 2677de9a (qgis): Allow adding a new set of control images
- 01:54 PM Revision 23acbf1b (qgis): Capitalization in parse_dash_results
- 01:53 PM Revision c1bd69cb (qgis): Allow to maximize parse_dash_results window
- 12:46 PM Revision 148028b7 (qgis): Cleanup leftover images
- 08:20 AM Revision 76424fbc (qgis): Move writeXml and readXml to qgsskyboxsettings.cpp
- 06:58 AM Revision 717b58e8 (qgis): Add _3D_EXPORT
- 06:38 AM Revision 85019591 (qgis): Fix merge conflict
- 05:33 AM Revision 737143d0 (qgis): Use the same vertex shader for different skybox implementations
- 05:03 AM Revision 7746575c (qgis): Merge branch 'master' into skybox-feature
- 03:55 AM Revision 942ec923 (qgis): Fix docs
- 03:46 AM Revision 461cbc06 (qgis): Remove 3D canvas from Qgs3DMapConfigWidget constructor
- 03:33 AM Revision 81f6283b (qgis): Add docs
- 03:02 AM Revision 8138a79a (qgis): initialize mSkyboxSettings in Qgs3DMapSettings constructor
- 02:56 AM Revision 98939758 (qgis): Add licence
- 02:49 AM Revision 7f5c26c8 (qgis): def_window_title_check test fix
- 02:01 AM Revision a320b1fc (qgis): Fix skybox cubemap issue
2020-08-01
- 01:38 AM Revision 53ab042a (qgis): Load skybox using skybox settings when project is opened
- 01:31 AM Revision b39547e5 (qgis): Delete previous skybox implementation and save skybox settings as a DOM...
- 01:21 AM Revision 5c418c48 (qgis): Persist skybox settings across settings dialog creations
- 12:50 AM Revision f5726e52 (qgis): skybox settings UI
- 11:51 PM Revision 1e6676c2 (qgis): [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs
- 11:50 PM Revision 8f750c1b (qgis): Don't restore georeferencer window if it was maximized
- 10:58 PM Revision 2d986f6c (qgis): fix calculating color map when min/max values are not set yet.
- if mMin or mMax are not set yet for some reason, we should try our
best to apply a reasonable color ramp. - 03:00 PM Revision 46a91533 (qgis): Merge pull request #38080 from uclaros/georef-restore
- Don't restore georeferencer window if it was maximized
- 09:50 AM Revision 1ccfb71b (qgis): Don't restore georeferencer window if it was maximized
- 09:37 AM Revision acc750c7 (qgis): Merge pull request #37919 from rldhont/fix-processing-gdal-assignprojec...
- [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs
- 06:42 AM Revision 3ddf03b7 (qgis): Split skybox class into 2 classes for HDR and 6 faces
- 05:30 AM Revision 5277cff6 (qgis): Remove extra bracket from stdev statistic option in Zonal Statistics GUI
- 05:29 AM Revision 0f87e8f8 (qgis): [3d] Fix polygon edge lines are rendered vertically offset from polygons
- (cherry picked from commit 7087d5d0873f9f453652a0ab65f67ba507e65438)
- 03:14 AM Revision db75d882 (qgis): HDR skyboxes implementation
2020-07-31
- 12:34 AM Revision 8f977882 (qgis): [ui] Make the obstacle checkbox label wrap to avoid overly large minimu...
- 12:34 AM Revision eaab778a (qgis): Remove extra bracket from stdev statistic option
- 11:23 PM Revision 16719641 (qgis): Fix destination layer name ignored in Load Layer into Project algorithm
- 11:22 PM Revision 2d236a89 (qgis): Fix hidden column names show in batch processing dialog
- 10:17 PM Revision 5b817145 (qgis): Raster Rendering: set min/max in widget earlier when loading from renderer
- When populating QgsSingleBandPseudoColorRenderer from an existing one the
min/max values where set last. However if t... - 10:16 PM Revision 7368e7f7 (qgis): fix applying styles from QML files with missing colorramp node
- When applying a style file with a colorrampshader node but without
a colorramp node, the actual color values of the i... - 02:32 PM Revision 6c44073f (qgis): [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs
- Even if the projection is assign, the QgsRasterLayer and the QgsRasterDataProvider was not updated.
The fix reloads ... - 02:32 PM Revision f5b819fc (qgis): [Tests] Check that GDAL Assign Projection updates QgsRasterLayer info
- 10:12 AM Revision f13c4000 (qgis): Update test masks
- 10:12 AM Revision 41f72bf2 (qgis): [layout] rotated grid ticks/annotations - update expected images masks ...
- 10:12 AM Revision 44a61ea7 (qgis): [layout] rotated grid ticks/annotations - update expected images masks
- (thanks parse_dash_results.py)
- 10:10 AM Revision 90cc33b3 (qgis): [layout] rotated grid ticks/annotations (rebased)
- 08:03 AM Revision e19f27d2 (qgis): [processing] Fix hidden column names show in batch processing dialog,
- throwing the table contents out of sync with the headers
Also make code a bit more robust
Fixes #38054 - 08:03 AM Revision b9f1f2ca (qgis): [processing] Fix destination layer name ignored in Load Layer into Project
- algorithm
Fixes #38046 - 06:04 AM Revision 45bc2d72 (qgis): Get cube map textures loading into seperate classes
- 04:14 AM Revision 4ec00425 (qgis): skybox settings class and related slots/signals
- 03:57 AM Revision 7087d5d0 (qgis): [3d] Fix polygon edge lines are rendered vertically offset from polygons
- 03:06 AM Revision 6916305e (qgis): [delimitedtext] Rely on QgscoordinateUtils' degree/minute/second to dou...
- 03:06 AM Revision 07ab4b32 (qgis): [FEATURE][expression] Add a to_decimal() function to convert degree/min...
- 03:06 AM Revision e0de9c5c (qgis): [locator] add degree minute second coordinate support to goto locator
2020-07-30
- 11:10 PM Revision f7ca8b67 (qgis): Make test folder detection more robust
- 11:10 PM Revision d2238d8f (qgis): Fix parse_dash_result helper script layout issues, add handling
- of multiple matching images
- 11:10 PM Revision 2f99a327 (qgis): Improve cli of parse_dash_results
- 11:04 PM Revision 510c61ef (qgis): show line numbers in the query are of the virtual layer dialog (fix #23...
- 11:04 PM Revision c9421859 (qgis): allow to copy all line measurements at once (fix #20498)
- 09:43 PM Revision 0348ab0d (qgis): fix doc and more cleaning
- 09:43 PM Revision eb24446f (qgis): renaming and cleaning of Triangulation class and export to QgsMesh
- 09:37 PM Revision 0efd5795 (qgis): Show some more warnings when spatial indexes are missing but desirable
- 07:07 PM Revision a4372d21 (qgis): Fully explain the examples
- avoiding use of $geometry function in explanation
- 07:07 PM Revision 813ee5a6 (qgis): [expressions] Silently alias "geom" named across to "geometry"
- So that was can standardize on using "geometry" as the named argument
insted of mixing "geom" and "geometry" in the p... - 07:07 PM Revision 490c8ff8 (qgis): Replace geom parameter with geometry, for harmonization
- 07:07 PM Revision fd19167c (qgis): [processing] Show some more warnings when spatial indexes are missing b...
- 07:06 PM Revision 8cbafe7a (qgis): Fix item name
- 07:06 PM Revision 6d647aa6 (qgis): Add method to filter QgsLayoutItemComboBox by item flags
- 07:06 PM Revision ed2cca49 (qgis): [feature][layouts] Expose option to clip maps to a shape or polygon item
- in UI
Allows users to clip a map item to a shape or polygon item from their layout,
allowing for non-rectangular map... - 05:31 PM Revision 46ebfaf0 (qgis): Merge pull request #38039 from qgis-bot/backport-38034-to-release-3_14
- [Backport release-3_14] PG style storage: replace forbidden XML unicode chars
- 09:32 AM Revision 836666e7 (qgis): Merge pull request #37588 from NEDJIMAbelgacem/export-scene-feature
- [Feature] Export 3D scene feature
- 06:05 AM Revision 1ed8e41d (qgis): Track axis offset instead of adjusting current offset
- 06:05 AM Revision 8a76045c (qgis): Fix rendering of negative values in stacked bar diagram
- Currently, negative values are treated the same way as positive values when
rendering stacked bar diagrams, which can... - 06:05 AM Revision 7d76d688 (qgis): Use prefix ++ operator
- 05:58 AM Revision 28d03493 (qgis): Add toExportParameters() to DummyMaterialSettings test
- 04:28 AM Revision 2d4346c2 (qgis): skybox rendering initial implementation
- 03:32 AM Revision e022b3eb (qgis): renaming and typo
2020-07-29
- 12:26 AM Revision 68c7cfb6 (qgis): Use correct coordinate transform context in Raster Calculator algorithm
- 12:26 AM Revision c8d1aa79 (qgis): [processing] Add option to set the ellipsoid to use for calculations
- when running qgis_process
Appending "--ELLIPSOID=xxxx" to the argument list allows users to explicitly
set the ellip... - 12:26 AM Revision 0a556a81 (qgis): Gracefully handle no project available in context in algorithms
- where a project is only required in some circumstances
- 12:26 AM Revision 8049da8d (qgis): Fix test
- 12:26 AM Revision b40bfbbf (qgis): Use direct getters for ellipsoid/units in processing algs
- Refs #37988
- 12:26 AM Revision 03854a41 (qgis): Add explicit settings for ellipsoid, distance and area units to QgsProc...
- to avoid having to always retrieve these via the context's project (which may
not be available in some circumstances)... - 12:26 AM Revision 68739841 (qgis): [processing] Flag a bunch of algorithms to hide them from qgis_process
- 12:26 AM Revision 6f0b7b0b (qgis): [processing] Allow specifying a project path to load when running
- algorithms via qgis_process
Allows execution of algorithms which require a project, e.g. Rasterize
Also show gracef... - 12:26 AM Revision 04e07f07 (qgis): Warn on running deprecated algorithms or algorithms with known issues f...
- 12:26 AM Revision d57a638e (qgis): Add a processing algorithm flag to indicate that an algorithm requires
- a valid project to be set in the context in order to execute
And flag a bunch of algorithms which require this - 12:26 AM Revision 937a41a6 (qgis): [processing] Add a flag for algorithms to indicate that they should
- not be available from the standalone qgis_process tool (e.g. "select by "
algorithms, which have no meaning outside o... - 12:23 AM Revision cdb9dd26 (qgis): PG style storage: replace forbidden XML unicode chars
- 12:19 AM Revision 0f7a946f (qgis): PG style storage: replace forbidden XML unicode chars
- Fixes #3800
- 09:00 PM Revision 8d4843d2 (qgis): Harmonize NULL spelling in function help
- 06:49 PM Revision 57f46591 (qgis): fix SIP
- 06:49 PM Revision 932151f3 (qgis): some refactoring and fixes issue with rubberband and trace
- 06:49 PM Revision 938c3ff3 (qgis): sync vertices with matches
- 06:49 PM Revision 488efcb7 (qgis): allow mix digitizing curve and digitizing trace
- 06:49 PM Revision fd81a2ed (qgis): add button in tool bar to switch between linear/circular digitizing
- 06:49 PM Revision 2e3fabf9 (qgis): QgsMapToolCapture support circular curve
- 06:49 PM Revision f7a16c5f (qgis): fix doc and pass map tool reshape test
- 06:49 PM Revision b3890e0e (qgis): some few refactoring an fix tracing issue
- 06:49 PM Revision 7b772ead (qgis): fix loss of circular when feature is finished and add tests
- 06:49 PM Revision 56787d63 (qgis): fix SIP end doc
- 06:49 PM Revision f3a8dd79 (qgis): fixe some issue with trace
- 06:49 PM Revision 9a39f9ab (qgis): fix issue with Z value and fix reshape test
- 06:49 PM Revision 24b1b3b4 (qgis): split vector feature with QgsCurve
- 05:51 AM Revision c4722b4f (qgis): Add a locale-specific goto test
- 05:51 AM Revision f77c1ea5 (qgis): [locator] Add user locale handling to the goto locator
- 02:34 AM Revision 95589d1e (qgis): typo
- 02:34 AM Revision d1e48077 (qgis): enhance nearest neighbour analysis description
- 02:34 AM Revision cbfdf3bc (qgis): Add render context flag to use when a map render job is part of a 3d map
- (cherry picked from commit 9e1cddaa8e5bec796e5cc42142acf6b4289b98a5)
- 02:34 AM Revision 1763d33a (qgis): Don't try to update raster min/max settings when a raster layer
- is set to "updated canvas" sampling mode and the layer is being
rendered as part of a 3d render job
It causes crashe... - 02:27 AM Revision 396540a5 (qgis): Defer load of 3d symbols in default style until after 3d symbol registr...
- Otherwise it's impossible to load these symbols
- 02:27 AM Revision ae3f2c31 (qgis): Model tests
- 02:27 AM Revision 6e409625 (qgis): Partial 3d symbol style manager work
- 02:27 AM Revision 40f21abf (qgis): Move initialization to Qgs3DAppUtils
- 02:27 AM Revision 1484a30f (qgis): Add API to allow generation of icons for 3d symbols from app
- (still not implement -- but a necessary prerequisite to proper icons)
- 02:27 AM Revision c938de48 (qgis): Style
- 02:27 AM Revision d30a44d7 (qgis): Use a hacky generic icon for 3d symbols in style manager for now
- Because implementing proper thumbnails is a considerable task in itself...
- 02:27 AM Revision a3e1d0ca (qgis): Use a collapsible group box for polygon edge settings
- 02:27 AM Revision d8e44539 (qgis): Allow adding/editing 3d symbols in style manager dialog
- 02:27 AM Revision b1d02619 (qgis): Use registry to create 3d symbol widgets, avoid hardcoded widgets
- 02:27 AM Revision 2ad4337b (qgis): Only show compatible symbols in 3d symbol widget
- 02:27 AM Revision fbdc6766 (qgis): Consistently pass layer to 3d symbol widgets
- 02:27 AM Revision fd285232 (qgis): Updates docs
- 02:27 AM Revision 6d006948 (qgis): Fix leak when adding symbols
- 02:27 AM Revision f48a79ca (qgis): Fix accidental overwrite using wrong symbol settings
- 02:27 AM Revision a0e915fc (qgis): Add support for filtering style model by 3d layer type
- 02:27 AM Revision d65b52db (qgis): Add CompatibleGeometryTypesRole to style model
- 02:27 AM Revision 6245b552 (qgis): Add method to retrieve compatible layer types from 3d symbol in style l...
- 02:27 AM Revision 93022ea7 (qgis): Add method to determine compatible vector layer types for a 3d symbol
- 02:27 AM Revision 680e0952 (qgis): Show 3d symbol library selector in 3d symbol widget
- 02:27 AM Revision 971a92de (qgis): Fix some 3d symbol layout issues
2020-07-28
- 12:29 AM Revision 1d145fec (qgis): add expected test result rasters
- 12:29 AM Revision 19702f47 (qgis): add Equal to frequency processing test
- 12:29 AM Revision 175f749a (qgis): add native Equal to frequency algorithm
- 12:29 AM Revision 0ec238b7 (qgis): those unecessary blanks in helpstrings...
- 12:29 AM Revision b83bb8bb (qgis): optimize data extraction from QgsRasterBlocks
- 12:29 AM Revision 83dcd279 (qgis): add value-testrasters
- 12:29 AM Revision 2a7dc93d (qgis): format code
- 12:29 AM Revision 7066a87d (qgis): update tests for new algorithms
- 12:29 AM Revision b9569811 (qgis): fix parameter name
- 12:29 AM Revision eb63902a (qgis): refactor qgsalgorithmrasterequaltofrequency to qgsalgorithmrasterfreque...
- 12:29 AM Revision 900d6f8d (qgis): fix helpstrings
- 12:29 AM Revision 085544e3 (qgis): remove metadata files from testresults
- 12:29 AM Revision ced15e6d (qgis): format algorithm
- 12:29 AM Revision 3bcf4577 (qgis): format tests
- 12:29 AM Revision 3fe46e0e (qgis): add new testdata
- 11:47 PM Revision 21a7962a (qgis): Reword button's tooltip
- Co-authored-by: Matthias Kuhn <[email protected]>
- 11:47 PM Revision 83dba678 (qgis): Improving the "Add/Discover relation" dialogs
- adding title, tooltips and help button to documentation
- 11:46 PM Revision af2e51d6 (qgis): [delimitedtext] Don't use an out of range index while reading string bu...
- 11:45 PM Revision be4a844b (qgis): PG raster: fix inverted Y data
- 08:21 PM Revision 91132af5 (qgis): Don't try to update raster min/max settings when a raster layer
- is set to "updated canvas" sampling mode and the layer is being
rendered as part of a 3d render job
It causes crashe... - 08:21 PM Revision 9e1cddaa (qgis): Add render context flag to use when a map render job is part of a 3d map
- 07:00 PM Revision 7c37c22e (qgis): Merge master and fix merge conflict
- 06:07 PM Revision 750f21d4 (qgis): Add SIP_SKIP to QgsPolygon3DSymbol::exportGeometries and its overloads
- 05:04 PM Revision e06cefec (qgis): Merge pull request #38003 from elpaso/bugfix-gh37968-pgraster-inverted-Y
- PG raster: fix inverted Y data
- 04:55 PM Revision 74838dfa (qgis): Merge pull request #38002 from mhugent/wfs_bbox_exact_intersect
- WFS server: use exact intersection if there is a bbox parameter
- 03:17 PM Revision ff38315e (qgis): [delimitedtext] Don't use an out of range index while reading string bu...
- 12:45 PM Revision a896ac98 (qgis): Fix travis build
- 12:45 PM Revision d579d67a (qgis): [3d] Add a registry for 3d material settings
- 12:45 PM Revision 75228863 (qgis): Use registry to create material widget
- 12:45 PM Revision e541fe68 (qgis): Correctly restore materials using registry
- 12:45 PM Revision 0058a831 (qgis): Remove unused method
- 12:45 PM Revision beece163 (qgis): Start generalizing material widget handling
- 12:07 PM Revision 6b9fb472 (qgis): PG raster: fix inverted Y data
- Fixes #37968
- 12:00 PM Revision aee09d58 (qgis): WFS server: use exact instersection if there is a bbox parameter
- 07:12 AM Revision 2b283951 (qgis): Add api for layout items to create a clipping path
- 07:12 AM Revision aa0b36b2 (qgis): QgsLayoutItemPolygon can provide a clip path
- 07:12 AM Revision 77badc00 (qgis): QgsLayoutItemShape can provide clip paths
- 07:12 AM Revision 915615ae (qgis): [layouts][api] Add API to allow map items to be clipped (take their sha...
- other layout items which provide clipping paths
Opens the door for non-rectangular layout maps - 07:12 AM Revision 264bd515 (qgis): [layouts] Add API to set item based clipping region on maps
- Allows using shape or polygon layout items to set the overall shape
of a layout map item's contents - 07:12 AM Revision 2f3258cb (qgis): Add unit test for overview frame following a clipped map
- 07:12 AM Revision c5b3443c (qgis): Don't draw items which are a clip source for a map
- 07:12 AM Revision a533268e (qgis): Ensure map frame and background also follow clip path
- 07:12 AM Revision bc96ffd3 (qgis): Test masks
- 07:12 AM Revision 26f4b17c (qgis): Update test images
- 07:12 AM Revision 2603a0e0 (qgis): Fix background drawing while in preview mode
- 06:18 AM Revision 3249119d (qgis): [processing] Allow "Align points to features" to be run in-place mode
- 06:18 AM Revision 2104ae61 (qgis): [processing] Add mechanism for algorithms to alter their core behavior
- (e.g. parameters) when they are run in the "edit in-place" mode
This allows algorithms to dynamically adapt their be... - 06:18 AM Revision 19504adf (qgis): Allow running "Add x/y fields" in place
- 03:14 AM Revision 8d7f0907 (qgis): Use a more flexible coordinate detection approach
- 03:14 AM Revision 5ee8e541 (qgis): Better locator display name
- 03:14 AM Revision 182167fc (qgis): Don't limit google coordinate decoding to .com URLs
- 03:14 AM Revision 44fd6065 (qgis): [FEATURE][locator] Add a goto locator
- 02:45 AM Revision a656da3b (qgis): Moved finding geometries from parseVectorLayerEntity to each symbol class
2020-07-27
Also available in: Atom