Activity
From 2020-10-26 to 2020-11-24
2020-11-24
- 10:37 PM Revision 42e16a60 (qgis): fix duplicate symbols in qgis_core and providers/qt
- 07:46 PM Revision d79065ce (qgis): Fix Qt5LinguistTools detection/lrelease binary location
- 07:46 PM Revision 0da839f9 (qgis): fix duplicate when using static qgis_core lib
- 09:59 AM Revision b9eae61a (qgis): Server landing page: support for scale
- and scale dependent symbology in the legend
- 07:45 AM Revision 3b4e3601 (qgis): Merge pull request #40245 from a17r/find-lrelease
- Fix Qt5LinguistTools detection/lrelease binary location
- 04:14 AM Revision 347885b5 (qgis): Astyle
- 04:11 AM Revision b89d7fd0 (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... - 04:11 AM Revision 83ccb655 (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... - 04:11 AM Revision 85094acb (qgis): Fix crash on Qt >= 5.14
- Master only
- 04:11 AM Revision a1f85d4d (qgis): allow use poly2tri from system
- 04:06 AM Revision 740c0f73 (qgis): fix spelling and doc
- 04:06 AM Revision 39b11161 (qgis): select feature context menu
- 03:59 AM Revision 99fa35cd (qgis): Fix dox
- 01:19 AM Revision a035f434 (qgis): Dox++
2020-11-23
- 12:19 AM Revision 5657fbc0 (qgis): fix mesh vector ui
- 12:18 AM Revision eac5d67e (qgis): allow use poly2tri from system
- 10:05 PM Revision db2fee6c (qgis): Fix Qt5LinguistTools detection/lrelease binary location
- Correctly find the Qt5 module that provides the path to Qt5-based lrelease.
Available since >= Qt-5.3.1 which is well... - 07:44 PM Revision 483cb8df (qgis): Add api to set the maximal extent for a project
- If set, this extent will be used when zooming to full extent (or for the
full extent for a map overview frame) instea... - 07:44 PM Revision 13e8d45f (qgis): Add signal for when project preset full extent is changed
- 07:44 PM Revision 3240f788 (qgis): Fix handling of overview full extent when project full extent isn't man...
- 05:53 PM Revision e5513456 (qgis): Complete test
- 11:46 AM Revision 4f1b8e39 (qgis): const on variable
- Co-authored-by: Alessandro Pasotti <[email protected]>
- 11:46 AM Revision fe3b8096 (qgis): [Oracle] Fix generated columns when evaluate default value is on
- 11:24 AM Revision 5bd0058b (qgis): Merge pull request #38032 from troopa81/feat_gen_field_readonly
- Display generated fields as read-only in editors
- 10:20 AM Revision b07a58c0 (qgis): [processing] Port delete fields algorithm to c++
- 1:1 port for speed/compile time safety, no user-facing changes
Also add tests - 10:20 AM Revision b6ee3e66 (qgis): [feature][processing] Add new algorithm to retain only selected fields
- Allows users to select a list of fields to keep, and all other fields
will be dropped from the layer. Helps with maki... - 06:05 AM Revision 37972328 (qgis): Don't show degrees based annotation format options for non-geographic m...
- 05:03 AM Revision fcccc50d (qgis): Add a __repr__ method to QgsDataSourceUri
- (cherry picked from commit 3234489d87dd66c378634e4007d6b18397f70832)
- 03:09 AM Revision 6a86642c (qgis): Merge pull request #40220 from nyalldawson/papercut_dd_grid
- Don't show degrees based annotation format options for non-geographic map grids
- 02:39 AM Revision 3234489d (qgis): Add a __repr__ method to QgsDataSourceUri
2020-11-22
- 11:26 PM Revision 5003db68 (qgis): [3d] Use camera-provided near/far plane values for orthographic projection
- 11:22 PM Revision b3d9bf85 (qgis): Update translators list and fix svg Sardinian Flag and name not show on...
- 11:20 PM Revision 054f8dae (qgis): PG raster: fix crash on invalid extent
- 10:04 PM Revision b6f3da38 (qgis): [layouts] Don't show degrees based annotation formats as options
- for grids which are not latitude/longitude based
I.e. if the grid crs isn't geographic, then only show the decimal
f... - 10:04 PM Revision c9265b4c (qgis): Fix capitalization
- 10:03 PM Revision 494bf24b (qgis): Add signals for when layout item map crs or grid crs are changed
- 01:27 AM Revision 84b9cbf7 (qgis): Don't show option to customise legend patch symbol for raster nodes
2020-11-21
- 08:02 PM Revision 1b568257 (qgis): Don't show option to customise legend patch symbol for raster nodes
- This doesn't work, and doesn't make sense
- 08:02 PM Revision cfc5b37c (qgis): Fix unreported crash when removing items from layout legend
- Master only
- 08:02 PM Revision 41dc29af (qgis): Fix unreported crash when trying to move legend items in layout legends
- Master only
- 08:01 PM Revision cfbd0890 (qgis): [layouts] Don't list 3d map as first item type
- Given a choice between the 3d map option being the first item type
listed (before even 2d maps) or last, lets move it... - 07:58 PM Revision d47a6547 (qgis): Use notify instead
- 07:58 PM Revision 13951b2b (qgis): Make it easier to use the correct timeout for messages in message bars,
- and ensure that correct timeouts are used for all created messages
- 07:58 PM Revision 5e7b5003 (qgis): Use message bar for messages when performing actions to geopackages
- through browser instead of message boxes
- 07:58 PM Revision c7aa09be (qgis): Show success message after compacting gpkg
- 07:58 PM Revision 2c381693 (qgis): Use more appropriate refresh action after changing gpkg through browser
- Avoids the geopackage state collapsing each time, and ensures that
the contents are correctly refreshed for non-regis... - 10:13 AM Revision b010d886 (qgis): Merge pull request #39695 from alexbruy/enum-as-string
- [processing] add parameterAsEnumString() method to retrieve the string value of the enum
2020-11-20
- 10:10 PM Revision ca637cfe (qgis): Merge pull request #40107 from rduivenvoorde/39855_diminfo_param_take2
- Fix for diminfo as string in Oracle mdsys metadata query
- 07:26 PM Revision 4b9d9cf2 (qgis): [processing] Fix Import Geotagged photos algorithm incorrectly
- assigns form widgets when saving the results to GPKG or other
formats which automatically insert new fields into the ... - 07:26 PM Revision 3dc2f6bf (qgis): Show referer on WMS connection dialog from browser.
- (cherry picked from commit 8cf5089c6f380adb3bdf303e762ed5e55c207318)
- 07:26 PM Revision 33ca320a (qgis): Fix importlib util module import
- to avoid "module 'importlib' has no attribute 'util'" error that prevent the load of user scripts in some circumstanc...
- 07:26 PM Revision cf0a216a (qgis): [processing] fix method name in GUI wrapper
- (cherry picked from commit fa1b704a5c7bc4b12679954b37d429f79d080dee)
- 07:26 PM Revision 9a075a49 (qgis): Fix logic in QgsUserInputWidget which incorrectly deletes other
- widgets whenever one existing widget is deleted
Fixes calls to iface.addUserInputWidget() does not show any widget i... - 07:26 PM Revision ee88c428 (qgis): [processing] correctly escape parentheses in GDAL command (fix #39525)
- (cherry picked from commit bfdb99fe6592813ab8b9ec98bfe8adf463323877)
- 07:26 PM Revision 482d5851 (qgis): Fix mssql connections not added/removed predictabely when not from main...
- (cherry picked from commit cf37cb94f38230bee6d1066ad622c16f1bece8b5)
- 07:26 PM Revision 0a350e17 (qgis): [WFS provider] Fix connecting to a server with non-basic authentication
- 07:26 PM Revision b21bc037 (qgis): Fix color menu disappears immediately when tweaking color on qt 5.15 bu...
- (cherry picked from commit bff43e44fd19fbb7a0663ae4fee6ccfd2f78c759)
- 07:26 PM Revision f5bc8c94 (qgis): Fix authentication configuration is lost when adding Arcgis Feature
- Service/Map service layers via source select dialog instead of browser
Fixes #39822
(cherry picked from commit 4436... - 07:26 PM Revision d72e36dd (qgis): Fix crash when trying to use meta enums on some platforms
- Keeping references to static meta objects and meta enums around seems
to avoid the crash
(cherry picked from commit ... - 07:26 PM Revision 8dfede8d (qgis): Allow non-ASCII layer filenames exporting GeoPDF
- (cherry picked from commit bf44fdfed99db412a394bde75703257e8df1dc3e)
- 07:26 PM Revision 5eae8f23 (qgis): Fix random stall in QgsBlockingNetworkRequest at QGIS exit
- which prevents the application from exiting (GUI remains blocked)
This fixes a 'random' issue (occurs maybe 20% of t... - 07:26 PM Revision ad490963 (qgis): Fix reshape line tool fails when reshape line partially exactly
- overlaps geometry
(cherry picked from commit 37de804b009dacce68d4c97769e3773f9498d642) - 07:25 PM Revision 98abc4fc (qgis): DB manager: PG read enum value for sslmode
- Fixes #38245
(cherry picked from commit 6cbbf5ebd1fa3e9714c7af8b97d7572636107b61) - 07:25 PM Revision e51a2639 (qgis): Fix reshape tool fails in certain circumstances when line matching
- tolerance is incorrectly handled
(cherry picked from commit 019b75d970b7da1fcb181301132170c86b43e81a) - 07:25 PM Revision 03bef698 (qgis): Store initial extent as DefaultViewExtent in view settings
- (cherry picked from commit 0c8952edfb9e8c2f1e1602772131c1ebf35b8b25)
- 07:25 PM Revision d1f3f00b (qgis): [3d] Update vector layers when modifications are made to them
- (cherry picked from commit 9abe7d1bbede8dbbab4b430d703e5c4a4025aec6)
- 07:25 PM Revision 19e2758e (qgis): Reuse QgsPostgresConn to prevent deadlock
- QgsPostgresProviderConnection::executeSqlPrivate() has a nested
call to itself which may cause a deadlock when the co... - 07:25 PM Revision d7c1ccbe (qgis): OAuth2: avoid constant token refreshing if the expiration delay is < 2 ...
- Currently we refresh the token 2 minutes befores its theoretical expiration.
But if using default Keycloack configura... - 07:25 PM Revision 33d079ea (qgis): OAuth2: avoid infinite loop when refreshing token from non-main thread
- If a worker thread (such as a repaint one) causes a refresh of the token
(and if the main thread also tries to call Q... - 07:25 PM Revision 46067e59 (qgis): OGR provider: fix uniqueStringsMatching() with GDAL >= 3.1
- 07:25 PM Revision df4a0fb3 (qgis): QgsDataItem::createChildren(): fix SIP generated C++ method
- The SIP_FACTORY annotation didn't do the job for a Python implementation
of createChildren(). We must write a custom ... - 07:25 PM Revision e56c50d7 (qgis): [geometry fixer] PR review - spatial index
- (cherry picked from commit 4d11d792ed3918be2d26c9f2d92c38ef1d9f9c9f)
- 07:25 PM Revision 7eb610e5 (qgis): [geometry fixer] PR review
- (cherry picked from commit e79f9a97daea8e6e897674a98c132d9b15a1bcb6)
- 07:25 PM Revision 643648c8 (qgis): [geometry fixer] overlapcheck incorectly snaps corrected feature to grid
- (cherry picked from commit c97e3243e5f39065197020ee4b72545ca12cd670)
- 07:25 PM Revision 75a3cd7a (qgis): [geometry fixer] fix overlap check tolerance error
- We were not using the same tolerance when collecting
the error than when fixing the error.
(cherry picked from commi... - 07:25 PM Revision 4365c542 (qgis): [geometry fixer] fix gap check geometry fix edge case
- The case where the gap was containing a point that was
lying inside (or on the edge) of a neighbouring polygon
used t... - 07:25 PM Revision 174b4755 (qgis): Fix identify action test
- 07:25 PM Revision 6b638aae (qgis): [temporal] Update the attribute table's show feature visible on map to ...
- 07:25 PM Revision 3446c4fe (qgis): [temporal] Update the identify tool to take temporal range context into...
- 07:25 PM Revision 8f1ba313 (qgis): Proper invalidation of OGR sources on sync to disc
- Fixes #39574 and #35144
- 07:25 PM Revision 2f86f6d9 (qgis): Fix color menu disappears immediately when tweaking color on qt 5.15 bu...
- (cherry picked from commit bff43e44fd19fbb7a0663ae4fee6ccfd2f78c759)
- 07:25 PM Revision 2fe28dd8 (qgis): Test updates
- (cherry picked from commit 467f4f1088b56a7c7f0c1afdce63c64e0280c44a)
- 07:25 PM Revision dcb9940b (qgis): Random marker test
- (cherry picked from commit 5f06ef936bdb3e9738f8511711a14bde3f4e73fb)
- 07:25 PM Revision 0dd2d902 (qgis): Gradient fill test
- (cherry picked from commit 41afb24e0ab48271bebba42f1b3bdd3bf9dd94fd)
- 07:25 PM Revision 4d956a58 (qgis): Centroid fill test
- (cherry picked from commit 6ef01f55c40bd502f2c1d3d7a5cb291093296b9c)
- 07:25 PM Revision d4bf8ceb (qgis): Add simple fill test
- (cherry picked from commit 974046ada86d5c17a3bd1eb5a27d2f9fa1b9ef02)
- 07:25 PM Revision 3ccbbbfd (qgis): Add marker line test
- (cherry picked from commit c9685aafdf7332031f364f8a1c3baa8811095870)
- 07:25 PM Revision e1085d70 (qgis): Add hash line test
- (cherry picked from commit 65c2542a096a90aed35ae593713699b2efd630b6)
- 07:25 PM Revision b0cd8d65 (qgis): Add arrow symbol layer test
- (cherry picked from commit 07d3a82f2bd298326d3904ca9582df0dc2baa4c4)
- 07:25 PM Revision 600c7092 (qgis): Simple line test
- (cherry picked from commit ecddb33df15e03d8786a306ffa561ba13aa84426)
- 07:25 PM Revision 8498ef06 (qgis): Svg marker test
- (cherry picked from commit 02f362d201c005d48cbb86c890ae3bb12f6ffe12)
- 07:25 PM Revision 518ec987 (qgis): Raster marker test
- (cherry picked from commit 652d8bf79fb9903e56e1b13ef99512cec8ff0d55)
- 07:25 PM Revision b04add8f (qgis): Filled marker test
- (cherry picked from commit 24ca0645675516d3569bdb91d9936ae522921975)
- 07:25 PM Revision 68a5a5cd (qgis): Create QgsPoolPostgresConn for RAII usage.
- Wraps acquireConnection() and releaseConnection() from a QgsPostgresConnPool.
This can be used for creating std::sha... - 07:25 PM Revision 5a2d4cb8 (qgis): Ellipse marker test
- (cherry picked from commit f3e3a6bf24e88e674ba4aa074a5e587668508f6c)
- 07:25 PM Revision 6a631e22 (qgis): Simple marker test
- (cherry picked from commit af0160edd910eb4ed162a5ac5363ce17d8a3910d)
- 07:25 PM Revision 2a301360 (qgis): Ensure that all symbol layer types correctly respect the symbol's opacity
- setting, even when the symbol layer has data defined colors set or involves
sub symbols (e.g. marker line symbols)
F... - 07:25 PM Revision 159513e4 (qgis): Fix random stall in QgsBlockingNetworkRequest at QGIS exit
- which prevents the application from exiting (GUI remains blocked)
This fixes a 'random' issue (occurs maybe 20% of t... - 07:25 PM Revision f88c48d8 (qgis): On timestep-size change, Set timeslider to best possible fit (instead o...
- Try to remember/set last timeframe (upon timestep- or timeframe-changes).
Setting the stepsize to a different size, ... - 07:25 PM Revision 77b9937b (qgis): Mark method as const
- (cherry picked from commit 8c45aad09ed1caeca06e3e9d64aa2948d1eb9ed7)
- 07:25 PM Revision 658e81f3 (qgis): Use std::make_shared()
- (cherry picked from commit 38ed7e8b3634d5eef6708865c93225058e1677d8)
- 07:25 PM Revision 1989dd39 (qgis): Font marker test
- (cherry picked from commit f6490b06928ad633263274b85ff0be553b05226c)
- 07:24 PM Revision 78825cf2 (qgis): Fix qt warning raised while constructing some forms of layer URIs
- due to accessing character position past end of string
- 03:26 PM Revision 78e0a97a (qgis): add read-only as a property
- 03:04 PM Revision bfda390e (qgis): Complete Qgsfield unit test with read-only attribute
- 02:54 PM Revision 87f8e151 (qgis): Display generated field as read-only is editors
- 02:52 PM Revision d952eb4b (qgis): fix deprecation
- 02:27 PM Revision cf58866f (qgis): use static enum strings for the encoding parameter in the DXF export al...
- 02:27 PM Revision a0a753e5 (qgis): fix deprecation warning
- 02:27 PM Revision 8edb133c (qgis): update enum wrapper to support static strings
- 02:11 PM Revision b381a90d (qgis): Release of 3.16.1
- 02:11 PM Revision 264f8c56 (qgis): translation update for 3.16.1 from transifex
- 02:08 PM Revision 75c848ff (qgis): Release of 3.10.12
- 02:08 PM Revision f47a575f (qgis): translation update for 3.10.12 from transifex
- 01:52 PM Revision b001d57a (qgis): tsstat.pl: fix indentatation
- 12:05 PM Revision cd54dd43 (qgis): Merge pull request #40159 from DelazJ/isSelectedGetFeature316
- Add/fix examples of is_selected function
- 11:13 AM Revision d01c9bd3 (qgis): Merge pull request #40200 from qgis-bot/backport-40184-to-release-3_16
- [Backport release-3_16] [curves tracing] expose settings for tracing curves in the UI
- 11:01 AM Revision ed53ea5f (qgis): Update src/providers/oracle/qgsoracleprovider.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 09:05 AM Revision 502f4200 (qgis): Merge pull request #40181 from nirvn/ortho_gift
- [FEATURE][3d] Orthographic projection support for 3D scenes
- 08:58 AM Revision 311a0921 (qgis): Merge pull request #39784 from elpaso/bugfix-gh39779-pgraster-crash-on-...
- PG raster: fix crash on invalid extent
- 08:57 AM Revision 0f97ac7b (qgis): Merge pull request #40100 from DelazJ/wmsDialog
- Update the Add WM(T)S layers dialog
- 07:55 AM Revision 4447d788 (qgis): Fix errors and inconsistencies resulting from adding M values to a data...
- 07:35 AM Revision a7dc1a98 (qgis): [curves tracing] expose settings for tracing curves in the UI
- 07:32 AM Revision 30e7913b (qgis): Merge pull request #40184 from olivierdalang/tracing_curves_expose_sett...
- [curves tracing] expose settings for tracing curves in the UI
- 03:12 AM Revision 1fe05fed (qgis): Address review
- 02:25 AM Revision 6c30a464 (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 ...
2020-11-19
- 12:08 AM Revision 71616999 (qgis): [virtual layers] warn if unique identifier is not a valid field name
- 12:08 AM Revision f340a339 (qgis): Fix conflicts
- 12:03 AM Revision 8f4367de (qgis): add missing currentFeature, removes android compilation warning
- 10:43 PM Revision 2f876bca (qgis): add a 'count features in polygons' like expression
- 09:59 PM Revision 6b9af14f (qgis): Use lower case for overlay_* functions references
- 09:52 PM Revision 9bf2e902 (qgis): Fix typo
- 09:52 PM Revision 0b0f584c (qgis): Add/fix examples of is_selected function
- using get_feature function not returning uniquely identifiable feature
completes with get_feature_by_id example - 09:52 PM Revision 348bc8b8 (qgis): Enforce the current layer use for is_selected function
- 09:33 PM Revision 3ca1fafb (qgis): [needs-docs] Modify label of the getfeatureinfo max results
- in the Add WM(T)S dialog
- 08:50 PM Revision eec1695e (qgis): Nam function chganged to lower case
- Line 5 : ST_TOUCHES should be ST_Touches.
Other functions also were changed to lower case (i.e. ST_CONTAINS, ST_ CR... - 08:50 PM Revision e7ea6e4c (qgis): Name function PostGIS to lower case
- Line 5 : ST_WITHIN should be ST_Within.
Other functions also were changed to lower case (i.e. ST_CONTAINS, ST_ CROS... - 08:49 PM Revision a8ae44eb (qgis): Name function changed to lower case
- Line 5 : ST_INTERSECTS should be ST_Intersects.
Other functions also were changed to lower case (i.e. ST_CONTAINS, ... - 08:43 PM Revision 08855cee (qgis): Merge pull request #40189 from DiGro/patch-6
- Typo corrected
- 08:24 PM Revision f41bde96 (qgis): Fix layout alignment and spacing issues in vector layer symbol dialog
- 08:23 PM Revision a689043b (qgis): Fix random stall in QgsBlockingNetworkRequest at QGIS exit
- which prevents the application from exiting (GUI remains blocked)
This fixes a 'random' issue (occurs maybe 20% of t... - 07:26 PM Revision c7bdc474 (qgis): Merge pull request #40185 from elpaso/server-landingpage-project-from-c...
- Server landing page: use cached projects
- 06:33 PM Revision cc98fe30 (qgis): support static (non-translated) strings as enum values in Processing
- 03:58 PM Revision 518f547f (qgis): Update qgsalgorithmexportmesh.cpp
- Line 999 : "and inerval values" should probably be "and interval values".
Added letter t to inerval ... - 03:49 PM Revision 4d3978bd (qgis): Ensure point cloud widget is opened in dock mode correctly
- 03:49 PM Revision acbeebe3 (qgis): [pointclouds] Expose option to set point size for 2d point cloud renders
- 03:49 PM Revision 83aa68fb (qgis): Update tests
- 03:05 PM Revision 2c1468ab (qgis): Merge pull request #40094 from tomtor/LimitRows
- Limit number of rows for Postgis retrieveLayerTypes
- 01:06 PM Revision a5ac126a (qgis): fix windows build and some warnings
- 12:45 PM Revision d9b4c0f5 (qgis): [curves tracing] followup : improve tooltip wording
- 12:32 PM Revision 1cc55f99 (qgis): Server landing page: use cached projects
- 11:58 AM Revision 72b55741 (qgis): [curves tracing] expose settings for tracing curves in the UI
- 10:20 AM Revision ee96e084 (qgis): QgsRendererPropertiesDialog: initialize mDockMode member
- 10:20 AM Revision 2bd49ff5 (qgis): QgsRendererPropertiesDialog: initialize mDockMode member
- 09:30 AM Revision 9dee613a (qgis): [FEATURE][3d] Orthographic projection support for 3D scenes
- 07:15 AM Revision d984d3a3 (qgis): Merge pull request #40174 from rouault/qgsrendererpropertiesdialog_init...
- QgsRendererPropertiesDialog: initialize mDockMode member
- 07:03 AM Revision a2feb15c (qgis): Merge pull request #40097 from tomtor/ReuseConnection
- Reuse QgsPostgresConn to prevent deadlock
- 05:31 AM Revision e096c448 (qgis): fix texture 3d OpenGL problem on MacOS
- 04:09 AM Revision 3fbd7acc (qgis): WFS provider: use QApplication instead of QgsApplication for use in sta...
- 04:09 AM Revision 2d3c9a35 (qgis): Make Pause/Stop button checked in start of Temporal Controller
- 02:21 AM Revision 11b577ee (qgis): [virtual layers] warn if unique identifier is not a valid field name
- 02:21 AM Revision f3f05224 (qgis): Beautiful HTML
- 02:20 AM Revision 6797118e (qgis): On timestep-size change, Set timeslider to best possible fit (instead o...
- Try to remember/set last timeframe (upon timestep- or timeframe-changes).
Setting the stepsize to a different size, ... - 02:12 AM Revision cb06306a (qgis): Allow non-ASCII layer filenames exporting GeoPDF
- 01:03 AM Revision b2facfa7 (qgis): QgsRendererPropertiesDialog: initialize mDockMode member
- Otherwise when adding a layer for the first time, Valgrind raises
the following warning:
==27708== Conditional jump ...
2020-11-18
- 12:00 AM Revision fb48bc92 (qgis): Make Pause/Stop button checked in start of Temporal Controller
- Minimal tweak, just to make the state of the controller more clear.
- 11:15 PM Revision caee7cd8 (qgis): Don't collapse point cloud 2d renderer rendering group by default,
- there's plently of room on that tab to show it expanded
- 11:15 PM Revision a747db3e (qgis): Fix order of point cloud tabs in layer styling widget
- 11:15 PM Revision 62a28911 (qgis): Fix position of 3d symbology tab in point cloud layer properties
- 11:14 PM Revision 0284dcf3 (qgis): [all features locator] respect search limits
- 11:11 PM Revision 99ad5373 (qgis): WFS provider: use QApplication instead of QgsApplication for use in sta...
- 11:00 PM Revision bf44fdfe (qgis): Allow non-ASCII layer filenames exporting GeoPDF
- 10:05 PM Revision 2677d55d (qgis): Fix some GEOS noise when trying to register a line string with only
- one vertex as a feature in the labeling engine
We no longer try to register these features as obstacles for labels -... - 01:34 PM Revision 5558bd59 (qgis): Fix Travis test (works locally though)
- 11:56 AM Revision 1c076ee6 (qgis): Merge pull request #40151 from m-kuhn/locator_filter_respect_search_limit
- [all features locator] respect search limits
- 11:49 AM Revision cbe99275 (qgis): [layouts] Fix incorrect panel heading
- 11:37 AM Revision a4b91a0c (qgis): Merge pull request #40152 from rouault/fix_test_qgssubsetstringeditorpr...
- test_qgssubsetstringeditorproviderregistry.py: disable test that causes memory corruption
- 09:23 AM Revision 397f972e (qgis): test_qgssubsetstringeditorproviderregistry.py: disable test that causes...
- 09:20 AM Revision ceb42385 (qgis): Skip extra request if there are enough results
- If we already have the maximum number of results with an exact match request
we do not need to send an extra request ... - 09:00 AM Revision 471062c5 (qgis): [all features locator] respect search limits
- 08:45 AM Revision bf8075ce (qgis): [FEATURE] Allow symbol opacity to be data defined
- While it was possible to set the opacity for individual symbol layer
colors via data defined expressions, it's so far... - 08:45 AM Revision 2899ae1d (qgis): Test mask
- 08:29 AM Revision e7fa27a7 (qgis): Merge pull request #40116 from qgis-bot/backport-40093-to-release-3_16
- [Backport release-3_16] Add a string output for overlay-* functions
- 08:14 AM Revision 7642b3ea (qgis): Use QgsDoubleSpinBox for point size control, add default value
- 08:09 AM Revision 47925e03 (qgis): Fix tessellator crash with 2d triangle again
- 07:53 AM Revision af162a8c (qgis): Merge pull request #40030 from NEDJIMAbelgacem/point-clouds-3d-gui
- point-cloud 3D GUI
- 07:48 AM Revision 234bd312 (qgis): Merge pull request #40121 from mhugent/external_wms_opacities
- Allow the usage of opacity parameter in a WMS provider URL
- 07:48 AM Revision 79a77aa8 (qgis): Save gap exceptions after saving the topological layer
- 07:46 AM Revision 869e90c4 (qgis): [layouts] Fix incorrect panel heading
- [skip ci]
- 05:39 AM Revision 6bc29845 (qgis): Fix tessellator crash with 2d triangle again
- Fixes #39976
- 05:26 AM Revision bcc88161 (qgis): Show a nicer specific assistant widget when setting data defined opacit...
- 03:55 AM Revision f4887ffa (qgis): Add exception for Sardinian language name to workaround upstream issue
- 03:55 AM Revision 0bc0caf8 (qgis): fix duplicate point at the beginning of a digitized curve #39974
- 03:24 AM Revision 952f1d91 (qgis): remove TODO
- 03:21 AM Revision e0e29539 (qgis): remove not supported page from style widget
- 03:02 AM Revision aa3593cc (qgis): Fix rebase leftovers
- 02:47 AM Revision 1137e5f2 (qgis): Update src/app/3d/qgspointcloudlayer3drendererwidget.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
2020-11-17
- 12:07 AM Revision 61a2f923 (qgis): Fix Cell Statistics NoData handling
- 11:28 PM Revision cc33ba7c (qgis): Save gap exceptions after saving the topological layer
- 11:21 PM Revision 8c45aad0 (qgis): Mark method as const
- 10:15 PM Revision 694849d4 (qgis): fix duplicate point at the beginning of a digitized curve
- fix #39974
- 10:13 PM Revision 57040e29 (qgis): Add exception for Sardinian language name to workaround upstream issue
- See https://bugreports.qt.io/browse/QTBUG-88558
- 10:11 PM Revision 0c8952ed (qgis): Store initial extent as DefaultViewExtent in view settings
- 10:10 PM Revision 13a43de9 (qgis): Fix Cell Statistics NoData handling
- Fixes #40092
- 08:18 PM Revision 40ebdc8d (qgis): Better test IF there is actually an empty table created
- 05:22 PM Revision 9655a1e8 (qgis): sipify qgspointcloud3dsymbol
- 04:28 PM Revision 93d896e3 (qgis): Revert some changes in qgslayerstylingwidget.cpp
- 04:06 PM Revision 73c16017 (qgis): revert back qgspointcloudlayerproperties.cpp0
- 03:58 PM Revision 2cb6902e (qgis): try to fix sip problem
- 03:55 PM Revision 6217cd51 (qgis): address reviews
- 03:37 PM Revision 3145449b (qgis): Add comment
- 03:33 PM Revision d832f8d6 (qgis): Update src/providers/wms/qgswmscapabilities.cpp
- Use for-iterator
Co-authored-by: Matthias Kuhn <[email protected]> - 03:12 PM Revision 38ed7e8b (qgis): Use std::make_shared()
- 11:41 AM Revision d2e953e0 (qgis): Allow the usage of opacity parameter in a WMS provider URL
- 11:27 AM Revision 51399950 (qgis): reset model on received data
- 11:27 AM Revision a4b993fd (qgis): nit
- 11:27 AM Revision 78b8b8a5 (qgis): enhance searchbar functionality
- 11:27 AM Revision a5030478 (qgis): change color of new icon
- 11:27 AM Revision 00c6ce2b (qgis): fix: set correct widget type
- 11:27 AM Revision 8f617e43 (qgis): fix showing correct values
- 11:27 AM Revision 182a3881 (qgis): Set current feature to evaluate expressions
- 11:27 AM Revision 091b2f6a (qgis): fix combobox widget indexing
- 11:27 AM Revision 2e982a03 (qgis): Add filter expressions to features model
- 11:27 AM Revision c4be1bd3 (qgis): multivalue selection for value relation
- 10:28 AM Revision f072ef7c (qgis): Add a string output for overlay-* functions
- 10:18 AM Revision 9c5f35c2 (qgis): Create QgsPoolPostgresConn for RAII usage.
- Wraps acquireConnection() and releaseConnection() from a QgsPostgresConnPool.
This can be used for creating std::sha... - 10:09 AM Revision 3e862c49 (qgis): Reuse QgsPostgresConn to prevent deadlock
- QgsPostgresProviderConnection::executeSqlPrivate() has a nested
call to itself which may cause a deadlock when the co... - 10:00 AM Revision a0e5e153 (qgis): Centroid fill test
- 10:00 AM Revision 2e7800f1 (qgis): Add simple fill test
- 10:00 AM Revision bfc7c118 (qgis): Add marker line test
- 10:00 AM Revision 9152a3d1 (qgis): Add hash line test
- 10:00 AM Revision d90c5408 (qgis): Simple line test
- 10:00 AM Revision b159365a (qgis): Svg marker test
- 10:00 AM Revision 2785147c (qgis): Raster marker test
- 10:00 AM Revision c784831e (qgis): Filled marker test
- 10:00 AM Revision e0bb7d40 (qgis): Font marker test
- 10:00 AM Revision 0c4245fc (qgis): Add arrow symbol layer test
- 10:00 AM Revision 62b630c5 (qgis): Gradient fill test
- 10:00 AM Revision 5394b36c (qgis): Random marker test
- 10:00 AM Revision 7fbe92e2 (qgis): Ellipse marker test
- 10:00 AM Revision 2ecf58c7 (qgis): Simple marker test
- 10:00 AM Revision 7f9d9053 (qgis): Ensure that all symbol layer types correctly respect the symbol's opacity
- setting, even when the symbol layer has data defined colors set or involves
sub symbols (e.g. marker line symbols)
F... - 10:00 AM Revision 467f4f10 (qgis): Test updates
- 09:59 AM Revision 01f7b22b (qgis): Fix test for PostGIS version with geography
- 09:35 AM Revision 06262577 (qgis): fix windows build (followup bf8ccad89ecb)
- 08:47 AM Revision 9708edb6 (qgis): Merge pull request #40093 from DelazJ/geomOverlayAsList
- Add a string output for overlay-* functions
- 08:46 AM Revision aeb9463b (qgis): Merge pull request #39921 from roya0045/negative_array_Get
- [Feature][Expression]Negative array get
- 08:09 AM Revision 3e476bb7 (qgis): Merge pull request #40110 from qgis-bot/backport-40083-to-release-3_16
- [Backport release-3_16] Fix Sardinian flag svg file not listed in images.qrc
- 08:02 AM Revision d303a6b2 (qgis): Merge pull request #39846 from rduivenvoorde/fix39759_oracle
- Allow loading oracle layers from the browser
- 02:37 AM Revision 1ed3643b (qgis): fix early delete problem
- 02:31 AM Revision 62351552 (qgis): use std::unique_ptr for symbol in qgspointcloudlayerchunkloader_p
- 02:18 AM Revision 7f5656b5 (qgis): fix having 2 3D view widgets in layer properties
- 02:17 AM Revision 43446920 (qgis): Merge branch 'master' into point-clouds-3d-gui
2020-11-16
- 12:51 AM Revision 8faa5eee (qgis): Address some of the reviews
- 09:57 PM Revision 49456832 (qgis): Fix Sardinian flag svg file not listed in images.qrc
- 09:53 PM Revision a5bd9cb1 (qgis): Fix Sardinian flag missing in images.qrc
- 09:51 PM Revision 019b75d9 (qgis): Fix reshape tool fails in certain circumstances when line matching
- tolerance is incorrectly handled
- 08:36 PM Revision 2550d455 (qgis): Use prepared nearest points in QgsGeos::closestPoint when available
- 08:36 PM Revision e8c94112 (qgis): Use GEOSPreparedDistance when available
- Allow speeding up GEOSDistance computation.
See
https://github.com/qgis/QGIS/pull/39970#pullrequestreview-528643769
... - 08:36 PM Revision 53f4161e (qgis): Fix GEOS 3.9 conditional
- 05:10 PM Revision 4f3a0808 (qgis): Add a test to create an Oracle 'createEmptyLayer'
- 05:03 PM Revision 31a0e721 (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... - 04:02 PM Revision 3fba3ff0 (qgis): Limit number of rows for Postgis retrieveLayerTypes
- When PostgreSQL databases have many millions of objects with a geometry attribute
the PostGIS dataprovider for inspec... - 02:25 PM Revision ef7e80d8 (qgis): Merge pull request #40098 from tomtor/FixGeographyTest
- Fix test for PostGIS version with geography
- 02:13 PM Revision b38f99c0 (qgis): Merge pull request #39969 from rouault/oauth2_fixes
- OAuth2 fixes: threading issuing and handling of short token validity
- 10:38 AM Revision 05dd2fe2 (qgis): Fix indentation
- 10:38 AM Revision 9aaa7085 (qgis): Test masks
- 10:38 AM Revision d09a99d1 (qgis): Add more tests for point cloud rgb renderer
- 10:38 AM Revision 1758ca14 (qgis): Add shell for 2d renderer config to layer styling dock
- 10:38 AM Revision 4e13ad55 (qgis): Spelling, dox
- 10:38 AM Revision 168c0241 (qgis): Always rasterise point cloud layers when exporting maps
- There's no situation in which we'd realistically want to export
point cloud points as vector objects in a PDF -- that... - 10:38 AM Revision f2135b37 (qgis): Test that point cloud with rgb attributes defaults to rgb renderer
- 10:38 AM Revision 0d3ccf70 (qgis): Move setting for maximum screen error to QgsPointCloudRenderer, expose ...
- 10:38 AM Revision f66ddf4c (qgis): Expand variable names
- 10:38 AM Revision 28c27889 (qgis): Spelling
- 10:38 AM Revision bf8ccad8 (qgis): Add contrast enhancement options for point cloud RGB renderer
- 10:38 AM Revision 171f435e (qgis): Add unit tests for point cloud 2d renderer with opacity and blend mode
- 10:38 AM Revision 05571606 (qgis): More point cloud renderer widget framework
- 10:38 AM Revision a1c4d0ec (qgis): Add missing checkin
- 10:38 AM Revision e05ac747 (qgis): Add UI for configuring 2d RGB point cloud renderer
- 10:38 AM Revision 38bc3c6d (qgis): Allow changing point cloud 2d renderer through widget
- 10:38 AM Revision 1951489f (qgis): Working gui for setting point cloud opacity and blend mode
- 10:38 AM Revision 090afdd6 (qgis): Initial shell for QgsPointCloudRendererWidget
- 10:25 AM Revision d6647b7d (qgis): fix buster build with PDAL 1.8 (first PDAL version with
- pdal::Config::fullVersionString is 1.7 not 2)
- 10:12 AM Revision 9abe7d1b (qgis): [3d] Update vector layers when modifications are made to them
- 09:48 AM Revision 4d22f468 (qgis): Fix test for PostGIS version with geography
- 09:44 AM Revision 53507b95 (qgis): [delimitedtext] Fix broken encodeUri handling of file path on windows
- 09:09 AM Revision 9a58537a (qgis): Update the Add WM(T)S layers dialog
- - adds tooltips to text widgets
- Replace the "Change..." button with CRS selector widget
- Remove some logic of grou... - 07:59 AM Revision 61c9a9d8 (qgis): [delimitedtext] Fix broken encodeUri handling of file path on windows
- 04:13 AM Revision 6cbbf5eb (qgis): DB manager: PG read enum value for sslmode
- Fixes #38245
- 02:09 AM Revision 24eb319a (qgis): [FEATURE] Add a subset string editor provider concept and registry
- The aim of this work is to be able to provide custom subset string editor
GUI according to the layer. Typically, so t... - 02:09 AM Revision 4228b3ca (qgis): Add test_qgssubsetstringeditorproviderregistry.py
- 02:09 AM Revision 1bd83fb8 (qgis): Make QgsSQLComposerDialog implement QgsSubsetStringEditorInterface
- 02:09 AM Revision 4317d768 (qgis): WFS provider: declare its QgsSQLComposerDialog implementation as a subs...
- 02:09 AM Revision a1c09b3e (qgis): qgsquerybuilder.h: add missing documentation on existing methods
- 02:09 AM Revision 74ea3409 (qgis): test_qgssubsetstringeditorproviderregistry.py: more tests
- 02:09 AM Revision 6a53ae79 (qgis): [FEATURE] Make 'Add Filter' context menu entry and 'Edit query' in vect...
- 01:43 AM Revision a8af06ff (qgis): OAuth2: avoid constant token refreshing if the expiration delay is < 2 ...
- Currently we refresh the token 2 minutes befores its theoretical expiration.
But if using default Keycloack configura... - 01:41 AM Revision b86cc93e (qgis): OAuth2: avoid infinite loop when refreshing token from non-main thread
- If a worker thread (such as a repaint one) causes a refresh of the token
(and if the main thread also tries to call Q...
2020-11-15
- 12:56 AM Revision 270e64ad (qgis): make functions in qgspointcloud3dsymbol.cpp
- 11:58 PM Revision f43dadc4 (qgis): fix median output data type for even number of input layers
- (cherry picked from commit 32a1474b2d2ce256f11c68d02dabd2bf3a64d46b)
- 11:58 PM Revision 298e4b65 (qgis): fix styling
- (cherry picked from commit e0574c91a3f5711c03b3978864d058bf290264ed)
- 11:58 PM Revision b31e5695 (qgis): add tests for median output data type
- (cherry picked from commit 7ebb66a735e394b7414296d0ee9e3741cfbd6f0c)
- 11:57 PM Revision e55107f8 (qgis): QgsDataItem::createChildren(): fix SIP generated C++ method
- The SIP_FACTORY annotation didn't do the job for a Python implementation
of createChildren(). We must write a custom ... - 11:46 PM Revision cf92f32c (qgis): [FEATURE] Extend import geotagged photos to include exif_orientation
- Fixes #34868
- 11:28 PM Revision cbe79128 (qgis): Merge pull request #40072 from rouault/test_provider_wfs_gui_update
- test_provider_wfs_gui.py: update
- 10:20 PM Revision 6ee681a2 (qgis): Add/fix examples using the get_feature_by_id function
- 10:20 PM Revision fccfac8a (qgis): Add/update examples using get_feature function
- reinforcing the need for uniqueness, since get_feature output is unpredictable
- 10:09 PM Revision 10ab25e1 (qgis): Fix build warning on gcc
- 08:47 PM Revision bff43e44 (qgis): Fix color menu disappears immediately when tweaking color on qt 5.15 bu...
- 07:41 PM Revision 440fde89 (qgis): test_provider_wfs_gui.py: update
- 07:33 PM Revision 9ac32de6 (qgis): Add a string output for overlay-* functions
- 12:28 PM Revision 1d38e6fb (qgis): Merge pull request #40052 from elpaso/bugfix-gh40050-phantom-layers
- Restore layer bridge
- 07:41 AM Revision d9ea225a (qgis): [spatialite] Ensure that encodeUri and decodeUri are lossless
- 07:39 AM Revision 7ebb66a7 (qgis): add tests for median output data type
- 07:39 AM Revision 32a1474b (qgis): fix median output data type for even number of input layers
- 07:39 AM Revision e0574c91 (qgis): fix styling
- 07:39 AM Revision 48f4574d (qgis): Browser layer item: don't propose 'File Properties' for a non-file item
- 06:05 AM Revision 74e4a700 (qgis): Browser layer item: don't propose 'File Properties' for a non-file item
- The special case for GDAL/OGR wasn't right. There are many cases where the
path() isn't a file, not only for PG: rast... - 06:02 AM Revision 72fea560 (qgis): Add edit-in-place algorithms to locator fuzzy search
- 05:59 AM Revision 8e4d9ca9 (qgis): fix datadefined ui
- 05:59 AM Revision 7485141f (qgis): fix lost of property definition
- 05:59 AM Revision fba2e031 (qgis): fix enum
- 05:51 AM Revision 872793e4 (qgis): [delimitedtext] Ensure that encodeUri and decodeUri are lossless
- 04:21 AM Revision c54c2ee3 (qgis): [spatialite] Ensure that encodeUri and decodeUri are lossless
2020-11-14
- 10:19 PM Revision 1dfea2a0 (qgis): fix windows build
- 08:09 PM Revision c9bba965 (qgis): Restore layer bridge
- Fixes #40050
- 05:51 PM Revision 623f6cde (qgis): Add 3D rendering enable checkbox
- 05:29 PM Revision 69d89cef (qgis): fix compilation error in qgspointcloudlayerproperties.cpp
- 04:53 PM Revision a36de094 (qgis): layout
- 03:49 PM Revision c72dadfd (qgis): Merge pull request #40048 from qgis-bot/backport-39998-to-release-3_16
- [Backport release-3_16] Fix overlay_disjoint description and examples
- 03:41 PM Revision ee89b8ef (qgis): Merge pull request #40011 from rouault/qgsquerybuilder_improvements
- QgsQueryBuilder: improvements for easier subclassing
- 01:22 PM Revision 1526bdd4 (qgis): qgsquerybuilderbase.ui: rename txtSQL to mTxtSql
- 01:22 PM Revision b878ac9c (qgis): QgsQueryBuilder: improvements for easier subclassing
- - Make test() method virtual so it can be overriden in a derived class
- Make enabling/disabling of "use unfiltered l... - 12:39 PM Revision d036c52e (qgis): Fix overlay_disjoint description and examples
- 12:35 PM Revision b4811f2b (qgis): Merge pull request #39998 from DelazJ/overlay_disjoint
- Fix overlay_disjoint description and examples
- 12:35 PM Revision 220b4a03 (qgis): Merge pull request #40018 from qgis-bot/backport-39997-to-release-3_16
- [Backport release-3_16] Distance is faster than finding shared edge
- 12:25 PM Revision 53ec1838 (qgis): [delimitedtext] Ensure that encodeUri and decodeUri are lossless
- 10:15 AM Revision 6a5dd461 (qgis): Fix crash when trying to use meta enums on some platforms
- 09:06 AM Revision 7da48aba (qgis): astyle
- 05:37 AM Revision 278ccb8e (qgis): Fix crash when trying to use meta enums on some platforms
- Keeping references to static meta objects and meta enums around seems
to avoid the crash - 05:02 AM Revision 2c349b25 (qgis): Merge pull request #40037 from nyalldawson/model_mat
- Fix confusing UX for overridding model textures
- 03:42 AM Revision 1d8fda98 (qgis): fix checks round 6
- 01:43 AM Revision 26883893 (qgis): elif is not a thing in c++
2020-11-13
- 12:57 AM Revision 551d5631 (qgis): safer handling
- 12:25 AM Revision 17a4b074 (qgis): [3d][ui] Remove cryptic label-less checkbox for overriding point
- model symbol material, and replace by a dedicated "Embedded Textures"
entry in the material selection combo box
This... - 12:08 AM Revision c2144284 (qgis): Ensure materials are listed in a nice order
- 12:02 AM Revision 2dcbf950 (qgis): [3d] Add new material type "QgsNullMaterialSettings"
- This is a "null" shading material which should be used when
rendering models or scenes with native textures and no ma... - 12:01 AM Revision 6224ea9b (qgis): Add new 3d rendering technique enum value for TrianglesFromModel
- 07:19 PM Revision 03393a57 (qgis): Merge pull request #40022 from qgis-bot/backport-39778-to-release-3_16
- [Backport release-3_16] Bugfix gh39757 shared locale sort
- 06:14 PM Revision 787181ad (qgis): Remove bounds check and don't crash either
- 05:36 PM Revision 92254413 (qgis): typo fix
- 05:20 PM Revision 6a943c8e (qgis): fix checks round 5
- 05:00 PM Revision dcc5a340 (qgis): fix checks round 4
- 04:47 PM Revision 1877a1d2 (qgis): fix checks round 3
- 04:36 PM Revision 6a88cd8b (qgis): fix checks round 2
- 04:28 PM Revision 4c005ef1 (qgis): Try fixing tests round1
- 04:21 PM Revision b2a2fc93 (qgis): Merge pull request #39751 from mhugent/vertex_editor_coordinate_precision
- Vertex editor: make displayed coordinate precision configurable
- 04:16 PM Revision 06f4d44c (qgis): Merge branch 'master' into point-clouds-3d-gui
- 03:58 PM Revision c220bb47 (qgis): Initial implementation of point-cloud 3D GUI
- 03:47 PM Revision e345bb35 (qgis): fix bad backport
- 03:46 PM Revision 6c9acd43 (qgis): fix bad backport
- 12:27 PM Revision 77bc7481 (qgis): Modernise tests
- 12:27 PM Revision f3648ba3 (qgis): Move getters and setters for layer opacity from QgsVectorLayer to QgsMa...
- All the logic for rendering non-opaque layers is handled in a layer
type agnostic way already, so this just allows th... - 12:27 PM Revision 0056bb15 (qgis): Proxy QgsRasterLayer::setOpacity/opacity to QgsRasterRenderer::setOpacity
- This allows layer opacity for raster layers to be set and retrieved using
the exact same API as all other map layer t... - 12:27 PM Revision 7100c9dd (qgis): Fix build
- 12:27 PM Revision b327b679 (qgis): Fix build again
- 12:27 PM Revision 1936fa03 (qgis): Save layer blend mode and opacity for additional layer types
- 11:27 AM Revision 0c16716a (qgis): Force a canvas redraw after rotating canvas to follow GPS direction
- 10:43 AM Revision 3a491c2d (qgis): Bugfix gh39757 shared locale sort
- 10:40 AM Revision 8c06a1ac (qgis): Merge pull request #39872 from elpaso/hidden-layers-bugfix
- Hidden layers bugfix
- 10:38 AM Revision 3f11294d (qgis): Merge pull request #39778 from elpaso/bugfix-gh39757-shared-locale-sort
- Bugfix gh39757 shared locale sort
- 09:32 AM Revision 2e93e85f (qgis): increase Oracle timeout
- 09:32 AM Revision 4fccffc6 (qgis): install python3-pyproj and protobuf
- 09:32 AM Revision a5d1b176 (qgis): increase docker base size
- 09:32 AM Revision 23af218b (qgis): remove defaulting QML
- error: QQmlComponent: Component is not ready
- 09:32 AM Revision 0781dc12 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
- This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ... - 09:32 AM Revision 9a5a099d (qgis): docker: master=>latest
- 09:32 AM Revision 6d0f873f (qgis): fix docker compose path
- 09:32 AM Revision 0eaedd83 (qgis): add build ccache
- 09:32 AM Revision 1ac04547 (qgis): timeout oracle
- 09:32 AM Revision 10cea4f1 (qgis): increase cache size
- 09:32 AM Revision f2ed4941 (qgis): update oracle instant client
- 09:32 AM Revision fbe56e18 (qgis): always upload cache
- 09:32 AM Revision 3dbe370c (qgis): configure CTEST for GH workflow
- 09:32 AM Revision 8cb4a9be (qgis): enable test on Ubuntu Focal
- 09:08 AM Revision cf330feb (qgis): Force a canvas redraw after rotating canvas to follow GPS direction
- Otherwise layers will be incorrectly cropped until the next full map refresh
- 08:46 AM Revision e9539fdb (qgis): Don't use generic "QgsMapLayer" class name in map layer Python repr
- strings
Rather use actual layer subclass type, e.g. QgsVectorLayer
(cherry picked from commit 819fc50b0e69b657da70e... - 06:47 AM Revision 495feea8 (qgis): Merge pull request #40004 from 3nids/modern-cmake-316
- modernize cmakelists
- 05:28 AM Revision dbae397f (qgis): Distance is faster than finding shared edge
- 04:38 AM Revision c4410884 (qgis): [geometry validation] Show context menu for stable problem resolution m...
- 04:33 AM Revision 60836b77 (qgis): fix qgis_quick.h install location
- 04:22 AM Revision cc7058fa (qgis): fixes SAGA Random Terrain tool
- 04:22 AM Revision 156ba229 (qgis): [CI][Oracle] Use an already configured docker image to speed up databas...
- 03:10 AM Revision 26dad848 (qgis): fixes SAGA Random Terrain tool
2020-11-12
- 12:55 AM Revision c02b5cbe (qgis): Fix package name
- 12:55 AM Revision 550122d1 (qgis): Fix more warnings on non-debug builds
- 12:55 AM Revision ebd654c4 (qgis): Don't install owslib through pip, it tries to install pyproj and a cust...
- 12:55 AM Revision 9fe4783a (qgis): Fix warning on debug builds
- 12:55 AM Revision 223bd464 (qgis): Install libzstd on docker builds
- 12:55 AM Revision 18976fb4 (qgis): Default to building WITH_EPT, and show friendly error if WITH_EPT is tr...
- 12:55 AM Revision afff8ba7 (qgis): Disable EPT on mxe builds (missing zstd dependancy)
- 12:55 AM Revision b4397c8d (qgis): Replace some qDebug() calls in 3d/point cloud code with more appropriate
- logging calls
- 10:33 PM Revision 3679e9d9 (qgis): Merge pull request #39997 from m-kuhn/distance_is_faster
- Distance is faster than finding shared edge
- 09:29 PM Revision 9e55f5e9 (qgis): Distance is much faster than finding the shared edge length
- 09:28 PM Revision e4b209d1 (qgis): [geometry validation] Show context menu for stable problem resolution m...
- And flag "add to allowed gaps" as stable
- 09:26 PM Revision 6e933e87 (qgis): [CI][Oracle] Use an already configured docker image to speed up
- database start-up
- 08:55 PM Revision daa6c8fa (qgis): OGR provider: fix uniqueStringsMatching() with GDAL >= 3.1
- 08:53 PM Revision 49f3fbde (qgis): Fix SAGA Random Terrain tool
- Fixes #39945
- 08:51 PM Revision b5e9df90 (qgis): folloup CMakeLists.txt updates (followup eddf6feb)
- 08:39 PM Revision 96318068 (qgis): fix sip include test
- 08:39 PM Revision 43586171 (qgis): modernize CMakeLists.txt files
- 08:38 PM Revision 61a5424f (qgis): add script to modernize cmake commands
- 06:49 PM Revision bd32aa8f (qgis): Merge pull request #39942 from rouault/ogrprovider_featurecount
- OGR provider: feature count improvements
- 06:29 PM Revision 928c10a7 (qgis): add missing invalid layer check
- 05:59 PM Revision 4d611020 (qgis): [3d] Increase default shadow maximum distance
- The previous default value (500) wass too short for good results
with point cloud scenes, and produced a very distinc... - 05:59 PM Revision 1a2d6ec5 (qgis): Add scale, offset and counter for points rendered to QgsPointCloudRende...
- 05:59 PM Revision 0169347f (qgis): Hookup API for point cloud data providers to create default renderers f...
- 05:59 PM Revision 2c59facf (qgis): Don't copy dox from base class methods
- 05:59 PM Revision 8bb7edbb (qgis): Expose QgsPointCloudBlock to Python
- 05:59 PM Revision abbd634b (qgis): API shell for QgsPointCloudRenderer 2d point cloud renderer
- 05:59 PM Revision 1feccd1e (qgis): Add more methods to QgsPointCloudRenderer class
- 05:59 PM Revision 5924ff7c (qgis): Move guts of qgspointcloudrenderer.* to qgspointcloudlayerrenderer.*
- 05:59 PM Revision 43f2ae70 (qgis): Fix doc test with final implementations
- 05:59 PM Revision 51589224 (qgis): Default to a RGB renderer for point clouds with Red/Green/Blue attribut...
- 05:59 PM Revision 9b8da238 (qgis): Add missing file
- 05:59 PM Revision cc212c41 (qgis): Mark class as private
- 05:59 PM Revision 948a7dc9 (qgis): Move some common code to base class
- 05:59 PM Revision 3ca572c0 (qgis): 2D RGB Renderer for point clouds
- 05:59 PM Revision a6d61c00 (qgis): Start on registry for 2d point cloud renderers
- 05:59 PM Revision 551cbe14 (qgis): Fully hook up dummy renderer
- 05:59 PM Revision 2753b56f (qgis): Fix build
- 05:59 PM Revision 70e6cc73 (qgis): Implement QgsMapLayer methods required for saving/loading renderer prop...
- 05:59 PM Revision 11a62615 (qgis): Move old dummy 2d renderer to temporary QgsDummyPointCloudRenderer class
- 05:59 PM Revision 4e38237e (qgis): Calculate point cloud attributes to fetch based on renderer's needs
- 05:59 PM Revision c2fe0d37 (qgis): Hook QgsPointCloudRenderer into QgsPointCloudLayerRenderer (non-functio...
- 05:55 PM Revision 820f3b9b (qgis): adapt tests
- 05:35 PM Revision 90ea88c1 (qgis): fix time step for first loaded layer
- 03:28 PM Revision 32608075 (qgis): Add QgsDataProvider::ReadFlag::SkipFeatureCount and implement it in OGR...
- 02:28 PM Revision 14e96302 (qgis): Raster shader widget: reorder before labeling
- 01:45 PM Revision 892e00e0 (qgis): try lenght not size
- 12:59 PM Revision f6cf85a8 (qgis): Fix overlay_disjoint description and examples
- 12:46 PM Revision 52a99f99 (qgis): Distance is faster than finding shared edge
- 12:25 PM Revision c8510b1e (qgis): OGR provider: implement deferred feature count computation
- This avoids computing the feature count at provider instanciation.
- 10:47 AM Revision 17134eee (qgis): debian packaging: enable entwine point clouds
- 10:46 AM Revision 838792e5 (qgis): fix time step for first loaded layer
- 10:46 AM Revision 7706c23f (qgis): fix min/max random value assignment to take effect in the random raster...
- (cherry picked from commit 2e5276d6149e0c0c48882100be649a446e722525)
- 10:46 AM Revision 48fa1194 (qgis): fix float64/float32 random value output
- (cherry picked from commit 19c32a5b730dbad59acd9d3ad27a4ca38aca1b07)
- 08:33 AM Revision 5375508f (qgis): Fix cppcheck warning
- 08:33 AM Revision b9a7a365 (qgis): Add attributes() member to QgsPointCloudDataProvider, QgsPointCloudLayer
- Gives direct access to point cloud attributes
- 08:33 AM Revision 3798f146 (qgis): Add filtering by attribute type to QgsPointCloudAttributeComboBox
- 08:33 AM Revision 38e6b6b9 (qgis): Add proxy model for filtering QgsPointCloudAttributeModel by attribute ...
- 08:33 AM Revision d8f6a2e1 (qgis): Add attribute index role to point cloud attribute model
- 08:33 AM Revision ead5ebc0 (qgis): Show attribute summary in point cloud layer information tab
- 08:33 AM Revision eedea269 (qgis): Quick hack and add combo box to select attribute for 2d point cloud ren...
- For proof of concept testing only!
- 07:05 AM Revision 819fc50b (qgis): Don't use generic "QgsMapLayer" class name in map layer Python repr
- strings
Rather use actual layer subclass type, e.g. QgsVectorLayer - 07:05 AM Revision 48e0882a (qgis): Fix crash due to style cache issue in QT<5.12.4. Fixes #39693 #39725
- 03:59 AM Revision c462fd8e (qgis): [processing] Fix importlib util module import in ScriptUtils.py
- 02:14 AM Revision c4306e18 (qgis): Fix crash due to style cache issue in QT<5.12.4. Fixes #39693 #39725
- 01:46 AM Revision a8a98ee7 (qgis): WFS provider: make layer tree view column headers translatable
- 01:19 AM Revision af9da65c (qgis): Add QgsLayerItem::iconForWkbType() and QgsWkbTypes::translatedDisplaySt...
- and use them to avoid a lot of copy&paste in "New layer XXXX" dialogs and
providers. - 01:19 AM Revision a4d59d57 (qgis): [layer tree] Fix corrupted tree when filter (by extent) is on with lege...
- 01:18 AM Revision 40569f41 (qgis): Fix importlib util module import
- to avoid "module 'importlib' has no attribute 'util'" error that prevent the load of user scripts in some circumstances
2020-11-11
- 12:55 AM Revision f179b064 (qgis): macos-build.yml: disable PDAL to avoid build error (refs #39971)
- 11:08 PM Revision 3922a28d (qgis): folloup CMakeLists.txt updates (followup eddf6feb)
- 10:14 PM Revision eddf6feb (qgis): modernize CMakeLists.txt files
- 10:14 PM Revision c7ed320f (qgis): add script to modernize cmake commands
- 10:14 PM Revision fec9c525 (qgis): fix sip include test
- 06:46 PM Revision 1bfbc767 (qgis): Merge pull request #39961 from m-kuhn/geometry_validation_gap_performance
- Distance is much faster than finding the shared edge length
- 04:16 PM Revision f360838f (qgis): Merge pull request #39527 from signedav/offlineindicator
- Indicator for offline layers
- 03:16 PM Revision 0ad8ff61 (qgis): Make gap neighbour check more robust
- 02:21 PM Revision 928997d5 (qgis): Merge pull request #39884 from NEDJIMAbelgacem/allow-user-adjustment-of...
- [3D] Allow user adjustment of terrain's elevation
- 01:41 PM Revision d334f5aa (qgis): Distance is much faster than finding the shared edge length
- Fixes a huge performance problem with gap checks
- 01:38 PM Revision ef0bd560 (qgis): simplified svg icon
- 12:59 PM Revision be7cbf17 (qgis): Fix labels for discrete
- 12:51 PM Revision 0b41a024 (qgis): Singleband pseudocolor: fix label units
- 11:24 AM Revision 981fe3af (qgis): Merge pull request #39955 from qgis-bot/backport-39946-to-release-3_16
- [Backport release-3_16] Raster calc nodata value
- 11:12 AM Revision 53380b80 (qgis): debian packaging: fix groovy build
- 11:12 AM Revision 5440021f (qgis): fix bionic build with pdal
- 10:58 AM Revision bda92e1f (qgis): Use QgsCoordinateUtils::calculateCoordinatePrecisionForCrs
- 10:54 AM Revision cb43bd8b (qgis): Fix mutex visibility
- 09:34 AM Revision 9ef0a22b (qgis): Merge pull request #39933 from qgis-bot/backport-39923-to-release-3_10
- [Backport release-3_10] QgsAuthOAuth2Method: use a recursive mutex
- 09:33 AM Revision bca43af2 (qgis): Merge pull request #39934 from qgis-bot/backport-39923-to-release-3_16
- [Backport release-3_16] QgsAuthOAuth2Method: use a recursive mutex
- 09:13 AM Revision e0bf7638 (qgis): Raster calc nodata value
- 09:08 AM Revision e5124d5c (qgis): Merge pull request #39946 from elpaso/bugfix-gh39926-rastercalc-opencl-...
- Raster calc nodata value
- 07:41 AM Revision 55eaaa74 (qgis): [layer tree] Fix corrupted tree when filter (by extent) is on with lege...
- 06:38 AM Revision 34e457fd (qgis): add test for ept hierarchy
- 06:38 AM Revision ba74c4f7 (qgis): reshuffle point clouds test data and add ept with hierarchhy
- 04:22 AM Revision 1a9061c2 (qgis): fixed the eye dome lighting effect issue
- 04:09 AM Revision 240b6b36 (qgis): [spatialite provider] Fix timestamp/datetime conversion failure when ti...
- 03:48 AM Revision 730817f0 (qgis): Merge branch 'master' into allow-user-adjustment-of-flat-terrain-elevation
2020-11-10
- 11:02 PM Revision 0a0d27c9 (qgis): [db manager] Show error messages directly in place
- The old behavior was to open up a new modal dialog. Each time way to small to read anything
- 09:29 PM Revision ccdff23d (qgis): Fix qgis_analysis build when Qt::PrintSupport isn't available (ie iOs) ...
- Disable:
- QgsLayoutAtlasToImageAlgorithm
- QgsLayoutAtlasToPdfAlgorithm
- QgsLayoutToImageAlgorithm
- QgsLayoutToPdf... - 08:39 PM Revision 48be2ded (qgis): compile PDAL/EPT in MacOS builds too
- 08:31 PM Revision 60bca011 (qgis): fix indentation
- 08:16 PM Revision c85bb5a0 (qgis): Adding svg Sardinian Flag
- 08:16 PM Revision 55e5c98e (qgis): Update tsstat.pl
- 06:15 PM Revision 9a5df0d7 (qgis): Raster calc nodata value
- Fixes #39926
- 04:36 PM Revision 21908f09 (qgis): Merge pull request #39748 from mhugent/sanitize_difference_result
- Handle geometrycollections also in difference results
- 03:39 PM Revision 810dc369 (qgis): remove unused mTransform
- 03:11 PM Revision d854e3a8 (qgis): export cross section test
- 03:11 PM Revision 0a2af53c (qgis): fix spelling doc ans SIP
- 03:11 PM Revision d9fa1a63 (qgis): rasterize test
- 03:11 PM Revision a9626848 (qgis): add feedback
- 03:11 PM Revision 886460c7 (qgis): export time series
- 03:11 PM Revision ceb7c2f9 (qgis): export mesh contours
- 03:11 PM Revision 704b5f48 (qgis): doc
- 03:11 PM Revision 1c91c766 (qgis): export cross section implementation
- 03:11 PM Revision da3c3125 (qgis): rasterize implementation
- 03:11 PM Revision 4f6e6df2 (qgis): fix tests
- 02:45 PM Revision b2f49f00 (qgis): [spatialite provider] Fix timestamp/datetime conversion failure when ti...
- 02:44 PM Revision 8d7f5404 (qgis): Fix tree model loading from xml
- 12:03 PM Revision 482b76b4 (qgis): QgsAuthOAuth2Method: use a recursive mutex
- 12:03 PM Revision d46349e1 (qgis): QgsAuthOAuth2Method: use a recursive mutex
- 11:59 AM Revision fe05aad7 (qgis): Merge pull request #39920 from rouault/wfs_translation
- WFS provider: make layer tree view column headers translatable
- 11:59 AM Revision c97d6d52 (qgis): Merge pull request #39923 from rouault/oauth2_rec_mutex
- QgsAuthOAuth2Method: use a recursive mutex
- 11:57 AM Revision b7ccbede (qgis): Merge pull request #39924 from rouault/ogrprovider_httpfetchoverrider
- [OGR provider] Add missing calls to QgsCPLHTTPFetchOverrider in public methods
- 09:25 AM Revision fe630ce0 (qgis): debian packaging: move qt5-image-formats-plugins dependency to qgis-pro...
- 06:13 AM Revision ed363ab2 (qgis): altitude clamping with terrain elevation offset
2020-11-09
- 12:34 AM Revision a28eb216 (qgis): [OGR provider] Add missing calls to QgsCPLHTTPFetchOverrider in public ...
- 12:01 AM Revision fcbf6f9b (qgis): QgsAuthOAuth2Method: use a recursive mutex
- Otherwise in case of network error, onNetworkError() will deadlock on
the mutex taken by updateNetworkRequest(), as i... - 11:50 PM Revision 6711edbd (qgis): debian packaging: move qt5-image-formats-plugins dependency to
- qgis-providers (fixes 71a755a023, closes #39886, closes #39887)
- 11:47 PM Revision e5821d25 (qgis): Proper invalidation of OGR sources on sync to disc
- Fixes #39574 and #35144
- 10:37 PM Revision 41eb79b3 (qgis): Merge branch 'master' into negative_array_Get
- 09:27 PM Revision 8a78f8f4 (qgis): WFS provider: make layer tree view column headers translatable
- 09:10 PM Revision 383090f9 (qgis): Fix missing close-comment delimiter in bug issue template
- The "How to Reproduce" section was missing a close-comment delimiter. If people were to fill out this template withou...
- 09:10 PM Revision 95433504 (qgis): Allow negative array get
- 09:09 PM Revision 4587c4e0 (qgis): cppcheck.sh: define a few macros to help cppcheck parse files
- 09:09 PM Revision 33b19097 (qgis): qgsdatadefinedsizelegend.cpp: avoid likely false positive cppcheck warn...
- 09:09 PM Revision 61f5cdfa (qgis): Initialize various struct/class member variables to avoid cppcheck warn...
- 09:09 PM Revision 4f319310 (qgis): qgswmsprovider.cpp: simplify code to avoid false positive cppcheck warning
- 08:47 PM Revision 0d633c49 (qgis): fix_pdal
- 08:20 PM Revision bf448c39 (qgis): only _AddDllDirectory existing directories (fixes OSGeo4W#649)
- 08:01 PM Revision a191ffd7 (qgis): only _AddDllDirectory existing directories (fixes OSGeo4W#649)
- 05:51 PM Revision f48cd393 (qgis): Fix snapping model
- 05:51 PM Revision d4907558 (qgis): Re-add header file removed by mistake
- 05:51 PM Revision 093b0a1d (qgis): Fix legend nodes
- 05:51 PM Revision 003ca548 (qgis): Less autos
- 05:51 PM Revision 525adede (qgis): Fix QgsLayerDefinition::loadLayerDefinition
- 05:51 PM Revision bc18ec99 (qgis): No more warning in the model, but still doesn't work
- 05:51 PM Revision 11b281e9 (qgis): try to fix tree model
- 05:51 PM Revision c9133083 (qgis): Don't dereference deleted node
- 05:17 PM Revision d0d7aa6c (qgis): Expose QgsPointCloudAttribute/QgsPointCloudAttributeCollection to sip
- 05:17 PM Revision 78dcd2c3 (qgis): Another test
- 05:17 PM Revision 00b9da64 (qgis): Private
- 05:17 PM Revision d5ef807e (qgis): Add some more useful methods to QgsPointCloudAttribute
- 05:17 PM Revision 59601bf1 (qgis): Add QgsPointCloudAttributeComboBox widget
- A reusable widget for selecting an attribute from a point cloud layer
- 05:17 PM Revision aa428a06 (qgis): Add QgsPointCloudAttributeModel model for display of attributes in
- a point cloud layer
- 05:17 PM Revision 8d54dc8f (qgis): Fix sip build
- 03:40 PM Revision 02552e48 (qgis): Raster shader: store label precision
- 03:01 PM Revision ef0c4722 (qgis): only _AddDllDirectory existing directories (fixes OSGeo4W#649)
- 01:53 PM Revision 7901b7a3 (qgis): remove unused private var
- 12:07 PM Revision eefc9781 (qgis): Add assignment operator
- 12:03 PM Revision 58ce77f1 (qgis): Paletted: fix ordering from proxy model
- 11:56 AM Revision 06bfb425 (qgis): Fix duplicate parameter warnings shown when loading models
- 11:45 AM Revision 06ed78e7 (qgis): Fix identify action test
- 11:37 AM Revision c9d184dd (qgis): Merge branch 'master' into allow-user-adjustment-of-flat-terrain-elevation
- 11:04 AM Revision 37dd3169 (qgis): fix docs
- 11:02 AM Revision 4a81704d (qgis): delete assignment operator
- 10:55 AM Revision aa90eb73 (qgis): [temporal] Update the attribute table's show feature visible on map to ...
- 07:10 AM Revision dcc53852 (qgis): [temporal] Update the identify tool to take temporal range context into...
- 06:27 AM Revision 19bd3970 (qgis): Spelling
- 06:27 AM Revision c7a6e6bd (qgis): Embed a copy of laz-perf, and use if system laz-perf is not found
- Laz-perf is a relatively "underground" library, and is not packaged
for many major distributions. Its also tiny and t... - 06:27 AM Revision 6ca94e6b (qgis): Avoid qDebug
- 05:03 AM Revision 37a0b0e9 (qgis): [processing] Fix duplicate parameter warnings shown when loading models
- This is caused because the internal hidden VERBOSE_LOG parameter was
always being added to the model twice, so now we... - 04:09 AM Revision b567a7c5 (qgis): [3d] Change options button in 3d canvas dock from directly opening
- the settings dialog to instead show a menu with quick toggles
for enabling shadows and eye dome lighting, along with ... - 04:09 AM Revision 68ceaf22 (qgis): Fix capitalisation, spin box clear values in eye dome lighting widgets
- 01:17 AM Revision f2b14d33 (qgis): revert back Qgs3DMapSettings::worldToMapCoordinates and add copy constr...
2020-11-08
- 12:07 AM Revision d0084000 (qgis): Address Nyall's reviews
- 10:36 PM Revision 1a91516b (qgis): add qt5-image-formats-plugins to qgis server
- 04:58 PM Revision 23b723e5 (qgis): inital terrain elevation offset implementation
- 08:19 AM Revision 63d875b0 (qgis): Merge pull request #39392 from olivierdalang/geometry_fixer_fixes
- Geometry fixer fixes
2020-11-07
- 11:02 PM Revision 7d012ee7 (qgis): addVectorLayerPrivate(): fix loading of WFS layers
- Fixes #39847. master only (related to 1132494)
- 11:01 PM Revision c1df39f1 (qgis): Support building qgis_analysis as SHARED or STATIC library. (Required f...
- 07:18 PM Revision fcafb271 (qgis): Adding Translation Sardinian flag
- 07:18 PM Revision b3ab76a9 (qgis): Update tsstat.pl
- 07:02 PM Revision 9e02078d (qgis): debian packaging: add pdal provider and switch to sip5
- 06:58 PM Revision 7c458a96 (qgis): fail if sipbuild is found, but not sip5
- 06:58 PM Revision 410243d0 (qgis): fix warnings
- 04:25 PM Revision 0c38d2f2 (qgis): Revert "Hidden layers"
- 01:17 PM Revision 95fc5153 (qgis): Merge pull request #39819 from elpaso/bugfix-server-config-cache-virtua...
- Fix server virtual layers load
- 12:42 PM Revision da6f2048 (qgis): Removed the selectatid and sslmode, added dbworkspace and includegeoatt...
- (and checkPrimaryKeyUnicity to one side to make it symmetric)
- 05:46 AM Revision dcc26ee9 (qgis): fix cell statistics median method and add tests
2020-11-06
- 12:52 AM Revision 0b5c7342 (qgis): Merge pull request #39859 from root676/fix_random_raster
- Fix random raster Float32/64 support
- 12:52 AM Revision 608d717a (qgis): fix cell statistics median method and add tests
- 10:57 PM Revision f5a4880e (qgis): Switch from silently building broken Entwine point cloud support
- when dependancies are missing (libzstd, lazperf) to an explicit
WITH_EPT optional cmake switch which requires those d... - 10:57 PM Revision fd9abf8a (qgis): Skip ept specific tests if ept provider is not built
- 10:57 PM Revision d506caf6 (qgis): If no point cloud providers are available, don't show 'point cloud' opt...
- 10:57 PM Revision 611fca9e (qgis): Split ept provider gui metadata from generic point cloud gui metadata
- Things are much cleaner this way!
- 10:57 PM Revision 88ac3ce5 (qgis): Add some tests for ept and pdal layer loading, extent and crs
- 10:57 PM Revision 9c55b8bd (qgis): Add Python repr for QgsProviderRegistry::ProviderCandidateDetails
- 10:55 PM Revision 25d3b950 (qgis): [layer tree][ui] Allow users to set a minimum/maximum legend size
- 10:54 PM Revision 0ee4ffdf (qgis): test_qgsproject.py: no longer used deprecated way of importing ogr
- 10:53 PM Revision 72bb3845 (qgis): Fix authentication configuration is lost when adding Arcgis Feature Ser...
- 10:52 PM Revision 78b7196d (qgis): test_qgsproject.py: no longer used deprecated way of importing ogr
- 09:06 PM Revision 2e5276d6 (qgis): fix min/max random value assignment to take effect in the random raster...
- 08:58 PM Revision 19c32a5b (qgis): fix float64/float32 random value output
- 06:23 PM Revision 610703c5 (qgis): test_qgsproject.py: no longer used deprecated way of importing ogr
- This has gone with GDAL 3.2.0
- 06:23 PM Revision 54b33cdb (qgis): Fix authentication configuration is lost when adding Arcgis Feature
- Service/Map service layers via source select dialog instead of browser
Fixes #39822 - 06:22 PM Revision 9e72b69a (qgis): Report PDAL version information in about screen, processing version dumps
- 06:22 PM Revision 51762dd0 (qgis): Add API to QgsProviderMetadata to determine valid layer types
- which the provider can use to open a specified URI
- 06:22 PM Revision 8254b7dd (qgis): Add capabilities flags for QgsProviderMetadata
- So that callers can determine which functionality in the metadata
is implemented for a particular object - 06:22 PM Revision 9fa940ad (qgis): Fix warning
- 06:22 PM Revision bf32b713 (qgis): Refine QgsProviderRegistry::preferredProvidersForUri API so that
- it returns a list of preferred providers along with the valid
layer types which those providers report for the URI
T... - 06:22 PM Revision 2cda24ec (qgis): Fix warning
- 06:22 PM Revision 1220c106 (qgis): Use nice new API to handle loading of point cloud layers which are
- dragged and dropped onto QGIS, with absolutely no hardcoded logic
in qgisapp at all - win!
(Now las/laz files can be... - 06:22 PM Revision f98bdc04 (qgis): Make PDAL version information available for macros
- 05:35 PM Revision 9e5a67f9 (qgis): sipified qgsmaplayer
- 05:34 PM Revision 577bc354 (qgis): use unplugged icon to indicate offline layers
- 02:34 PM Revision cf2df8d2 (qgis): Implement encodeUri and decodeUri, fixes #39759
- 01:40 PM Revision 0cadba16 (qgis): Update tsstat.pl
- Added new Italian Translator
- 01:33 PM Revision 0213197e (qgis): Merge pull request #39837 from skampus/patch-8
- Update tsstat.pl
- 01:09 PM Revision 5dc45403 (qgis): Update tsstat.pl
- Added a new Italian Translator
- 12:15 PM Revision 7c784a81 (qgis): Update tsstat.pl
- Added a new Italian Translator
- 10:19 AM Revision dd3fa584 (qgis): increase Oracle timeout
- 10:12 AM Revision 5f161a89 (qgis): [layer tree][ui] Allow users to set a minimum/maximum legend size
- 09:59 AM Revision 618807ed (qgis): Initial EDL implementation
- 09:59 AM Revision df4d2390 (qgis): fix postprocess.frag
- 09:59 AM Revision a25f0464 (qgis): adress reviews
- 09:59 AM Revision 6f542e7e (qgis): moved debug settings to the advanced tab and fixed CI problems
- 09:59 AM Revision 4ade4f04 (qgis): fix depth buffer not working correctly for some machine
- 09:59 AM Revision d1d347d1 (qgis): add EDL distance
- 09:59 AM Revision 1e9e4d7d (qgis): Started adding depth and shadow map textures preview debugging
- 09:59 AM Revision e9ac7311 (qgis): address reviews
- 09:59 AM Revision 8768b7e3 (qgis): fix spelling mistake
- 09:59 AM Revision c3ef5cc3 (qgis): Added configuration to debug shadow and forward depth textures
- 07:04 AM Revision e9b2b513 (qgis): Show referer on WMS connection dialog from browser.
- 05:26 AM Revision f6e61499 (qgis): Correct fix for leaked light parameters
- 05:26 AM Revision 4812f461 (qgis): Fix leak in point cloud 2d renderer
- 05:26 AM Revision d601b69e (qgis): Fix leak of symbol in QgsMesh3dSymbolWidget
- 05:26 AM Revision 465f2d91 (qgis): Fix leak of QgsShadowRenderingFrameGraph, QParameter leaks
- 05:26 AM Revision 60eaaa79 (qgis): Fix QMenu leak in 3d map canvas dock
- 04:58 AM Revision 8cf5089c (qgis): Show referer on WMS connection dialog from browser.
2020-11-05
- 10:37 PM Revision ded7acc3 (qgis): fix qgis_sip_uptodate #spellok
- 10:37 PM Revision e8fd9c3e (qgis): set debian/compat to 10
- 10:01 PM Revision e3025992 (qgis): fix build
- 05:25 PM Revision 9365c55c (qgis): increase docker base size
- 05:24 PM Revision d10c1821 (qgis): increase docker base size
- 05:24 PM Revision bd5e408d (qgis): Fix server virtual layers load
- 04:13 PM Revision 3e398e2a (qgis): Merge pull request #39577 from elpaso/hidden-layers
- Hidden layers
- 03:21 PM Revision b3a0ff8a (qgis): Small adjustments for meshes
- 03:04 PM Revision 93344df7 (qgis): install python3-pyproj and protobuf
- 01:54 PM Revision e1f1af78 (qgis): traverse tree in 2D rendering by map error
- 12:59 PM Revision 26a9cdf5 (qgis): Hidden layers -> Private layers
- 12:52 PM Revision 40c9eb6b (qgis): Add some small point cloud files for unit tests (#39811)
- * Add some small point cloud files for unit tests
- 12:52 PM Revision 885c9702 (qgis): missing import for gcc
- 12:11 PM Revision 414d9381 (qgis): Fix raster paletted and pseudocolor various issues
- 12:08 PM Revision 72fe3635 (qgis): Fix min/lowest and add decimal constructor
- 11:51 AM Revision 42181f4c (qgis): docker: master=>latest
- 11:49 AM Revision 22a9cee6 (qgis): docker: master=>latest
- 11:47 AM Revision 994f1f44 (qgis): docker: master=>latest
- 11:16 AM Revision c9bee4a6 (qgis): Cleanup FindPDAL.cmake, add search path for Fedora
- 11:16 AM Revision fdcedb4e (qgis): PDAL provider should be preferred for las/laz files
- 11:16 AM Revision 9f53f708 (qgis): Fix generation of point cloud file filter
- 11:16 AM Revision 7717a20a (qgis): Mark some QgsProviderMetadata methods as const
- 11:16 AM Revision cad2884e (qgis): Don't show OGR or GDAL entries for files in browser wherever another
- provider is the preferred provider for a particular file
In particular, this allows us to hide the OGR entry for ept... - 11:16 AM Revision 1225eb49 (qgis): Don't show ept-build.json files in browser
- 11:16 AM Revision 4c9338b8 (qgis): Catch pdal exceptions when creating data provider
- 11:16 AM Revision 04dc5f5e (qgis): Add API for providers to test whether a particular URI should be
- blocklisted and hidden from the QGIS interface, e.g. it is an internal
detail only (or sidecar file) and shouldn't be... - 11:16 AM Revision 67e1a807 (qgis): Use proper API to hide .aux.xml, .shp.xml and .tif.xml files from browser
- instead of hardcoded lists
- 11:16 AM Revision 519222f1 (qgis): Ensure .tif.aux.xml, .png.aux.xml etc are also blocklisted
- 11:16 AM Revision 787230e4 (qgis): Spelling
- 11:16 AM Revision 7ef1afcb (qgis): Add some tests for PDAL provider metadata
- 11:16 AM Revision 36cdb08b (qgis): Condense separate entries for PDAL/EPT point clouds in data source manager
- to a single entry
Have just one "Point Cloud" tab in the manager, and make the widget
automatically pick the preferr... - 11:16 AM Revision d51e752e (qgis): Add utility function to extract wildcards from a filter string
- 11:16 AM Revision caed02ac (qgis): Default point cloud file picker from data source manager to filtering
- for ALL supported point cloud files, regardless of provider
- 11:16 AM Revision 9ee235cf (qgis): Spelling
- 11:16 AM Revision ac7f58b4 (qgis): Partially revert changes to FindPDAL.cmake
- 11:16 AM Revision 8abe4a1e (qgis): Refine API for QgsProviderRegistry tests for preferred provider
- for a URI to better handle ties, add direct method to determine
whether a particular provider should defer handling o... - 11:10 AM Revision 71421cc1 (qgis): configure CTEST for GH workflow
- 11:10 AM Revision 3bc8ffe2 (qgis): increase cache size
- 11:10 AM Revision d7ed97f0 (qgis): remove defaulting QML
- error: QQmlComponent: Component is not ready
- 11:10 AM Revision d5a141b4 (qgis): fix docker compose path
- 11:10 AM Revision 25847344 (qgis): add build ccache
- 11:10 AM Revision 31887949 (qgis): always upload cache
- 11:10 AM Revision a584b5e2 (qgis): update oracle instant client
- 11:10 AM Revision c17df9cf (qgis): timeout oracle
- 11:10 AM Revision 679af1b8 (qgis): enable test on Ubuntu Focal
- 11:10 AM Revision 81f114df (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
- This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ...
2020-11-04
- 09:56 PM Revision 4dd8f277 (qgis): review items
- 09:56 PM Revision 706d5791 (qgis): remove icons
- 09:56 PM Revision 3dec432c (qgis): [pointclouds] add basic structure for PDAL layer
- 05:59 PM Revision fd9b11d8 (qgis): Merge pull request #39806 from qgis-bot/backport-39803-to-release-3_16
- [Backport release-3_16] fix webp rendering in server
- 04:42 PM Revision b725a044 (qgis): 3D material color data defined (#39683)
- 03:26 PM Revision b2da658b (qgis): fix webp rendering in server
- 03:22 PM Revision 0e758df0 (qgis): fix webp rendering in server (#39803)
- * fix webp rendering in server
currently, qgis server always returns content-length=0 - 09:49 AM Revision b3356176 (qgis): [3d] Default shadows to first available directional light, instead
- of forcing users to explicitly select this light after enabling shadows
- 09:49 AM Revision 74722b35 (qgis): Add utility to determine whether a certain file name matches a given fi...
- 09:49 AM Revision e59bab7f (qgis): Add QgsProviderRegistry::filePointCloudFilters() for retrieving filter ...
- 09:49 AM Revision f7b0a2d0 (qgis): Add Point Clouds to QgsProviderMetadata::FilterType
- 09:49 AM Revision 4aa1c2f2 (qgis): Add python repr for QgsProviderMetadata
- 09:49 AM Revision 8b7fe317 (qgis): Add since
- 09:49 AM Revision eb6e53d6 (qgis): Ensure that ept provider is the preferred provider for ept.json files
- 09:49 AM Revision 0ebe7888 (qgis): Add API for providers to indicate their priority in opening a specified
- URI
And add new method to QgsProviderRegistry to select the preferred
provider for opening a URI based on this - 09:49 AM Revision 8ebab944 (qgis): Implement QgsProviderMetadata::filters() for EPT provider, start some
- basic tests for ept provider
- 09:49 AM Revision 7771417a (qgis): Improve docs
- 09:49 AM Revision 8dc1f0cd (qgis): Fix point cloud source select file dialog incorrectly filters to mesh l...
- 09:49 AM Revision b4d381de (qgis): Use provider metadata to filter data items for ept provider
- 09:49 AM Revision 6885a160 (qgis): Methods in QgsProviderRegistry should not be virtual -- this class
- is not designed to be subclassed
- 09:49 AM Revision e5fe9bf4 (qgis): Fix warnings in test
- 09:49 AM Revision d34d61e3 (qgis): Fix build on older qt versions
- 09:49 AM Revision 4e1df35d (qgis): Forward declare
- 09:49 AM Revision a092a822 (qgis): Trivial tests for ept provider encode/decode uri
- 08:25 AM Revision 31bc1e8b (qgis): fix build
- 07:33 AM Revision 0d772691 (qgis): Avoid some unnecessary copies inside loop
- 07:33 AM Revision 6310397e (qgis): Add tests for QgsPointCloudAttribute
- 07:33 AM Revision d4466001 (qgis): Update for QCOMPARE sensitivity to numeric types
- 07:33 AM Revision 31fa79ee (qgis): Big boost to QgsPointCloudAttributeCollection::find by internal cache
- 07:33 AM Revision fc76c324 (qgis): Avoid multiple calls to QgsPointCloudAttributes::find for every point i...
- and instead just find the desired attributes once before iterating over points
Results in a BIG speed up to EPT data... - 07:33 AM Revision e64537a9 (qgis): More (significant) optimizations to ept point cloud decompression
- 06:57 AM Revision d45790e0 (qgis): Other export mesh algorithms (#39783)
- [processing] adds there new export mesh layer to vector layer algorithms :
- export faces
- export edges (1D mesh)
- ... - 05:31 AM Revision c6622732 (qgis): Fix potential crash on QGIS exit under rare circumstances
- 05:30 AM Revision c63b278c (qgis): Fix crash in geometry validator
- 03:30 AM Revision a7d4bdd0 (qgis): Merge pull request #39790 from nyalldawson/vcloarec-fixGeometryValidator
- Fix crash in geometry validator
- 03:14 AM Revision 174d30c5 (qgis): Fix potential crash on QGIS exit under rare circumstances
- This is only triggered when a provider attached to a layer from the
current project does not implement provider metad... - 01:47 AM Revision 1fd572fb (qgis): Ignore .aux.xml files under control_images
- 01:47 AM Revision 8723be69 (qgis): Speedup label placement when building against GEOS-3.9.0
- Uses GEOSPreparedNearestPoints signature
See https://trac.osgeo.org/geos/ticket/1007 - 01:47 AM Revision ca99eb48 (qgis): fix bad QTime constructors
- 01:46 AM Revision c7ab2d20 (qgis): More unit tests for geometry validation
- 01:37 AM Revision 2f10e500 (qgis): Add unit test for #39770
- 01:35 AM Revision 08f65f2f (qgis): Cleanup variable names, fix error string
- 01:26 AM Revision 9fbe8720 (qgis): fix geometry validator
- Fixes #39770
2020-11-03
- 11:39 PM Revision 9a7efe02 (qgis): fix bad QTime constructor
- 11:21 PM Revision 6d52771e (qgis): Fix copy
- 04:38 PM Revision 1c229334 (qgis): PG raster: fix crash on invalid extent
- Fixes #39779
- 12:32 PM Revision c96f02f8 (qgis): Doxy
- 12:18 PM Revision dec0af6b (qgis): Store unmodified double value in widget items
- Also add a custom delegate.
Try to fix #39757 - 09:30 AM Revision 7d1ca816 (qgis): improve geometry equality report in tests (#39772)
- from https://github.com/qgis/QGIS/pull/8154/files#diff-dbb55b6871a9157f22dc7a979009676cb03f2fadefc557ad0e66a47c92a93503
- 09:23 AM Revision aa45ee9b (qgis): fix again
- 08:36 AM Revision 86223f11 (qgis): fix docker name
- 08:17 AM Revision 234de661 (qgis): improve geometry equality report in tests
- from https://github.com/qgis/QGIS/pull/8154/files#diff-dbb55b6871a9157f22dc7a979009676cb03f2fadefc557ad0e66a47c92a93503
- 06:05 AM Revision 1fbba79a (qgis): Mesh export processes, first part : infrastructure and export vertices ...
- [processing] Infrastructure for QgsMeshLayer to add processing algorithms, dataset group paramater and dataset time p...
- 04:39 AM Revision a1fcc7da (qgis): Fix missing canvas flash after locating to geocode result with viewport
- 03:11 AM Revision 98d09715 (qgis): [api] Add new class QgsGoogleMapsGeocoder
- This geocoder utilises the Google Maps "geocoding" API in order to geocode
strings. The Google Maps service is not pu... - 03:11 AM Revision e70caeb3 (qgis): Add getter/setter for api key, region
- 03:11 AM Revision 1acfe1fb (qgis): Add group and description to QgsGeocoderResult, link in to locator,
- and populate group in Google Maps geocoding results
- 03:11 AM Revision cbaeb99a (qgis): Add optional viewport property for geocoder results
- Allows specifying an optional recommended viewport bounds for
displaying the geocode result (e.g. the canvas extent t...
2020-11-02
- 09:31 PM Revision fd4f12be (qgis): debian packaging: add qt5-image-formats-plugins dependency (closes #39763)
- (cherry picked from commit 71a755a023d65494328a882fbacfff7dad611158)
- 09:29 PM Revision 71a755a0 (qgis): debian packaging: add qt5-image-formats-plugins dependency (closes #39763)
- 09:29 PM Revision 09d6185b (qgis): debian packaging: drop ubuntu eoan add ubuntu groovy
- 08:44 PM Revision 46036f58 (qgis): suggest qt5-image-formats-plugins for server
- This allows using webp in the server, see https://github.com/gem/oq-qgis-server/pull/45 for more details, @jef-n I'm ...
- 07:43 PM Revision 6f6e2b0f (qgis): fix webp rendering in server
- currently, qgis server always returns content-length=0
- 05:28 PM Revision c877f368 (qgis): Remove unused vars/includes
- 02:22 PM Revision 61bd8a8d (qgis): Turn legend filters into a menu
- 01:43 PM Revision d49d4585 (qgis): Vertex editor: make displayed coordinate precision configurable
- 12:23 PM Revision 47a08a44 (qgis): Merge pull request #39575 from alexbruy/processing-dxf
- Native DXF export algorithm
- 11:44 AM Revision d3046146 (qgis): Remove workaround for an Entwine issue (binary/zstandard encoding) (#39...
- Entwine was creating incorrectly encoded index when binary/zstandard
data type was used with a recent PDAL:
https://g... - 11:36 AM Revision b9b6171e (qgis): Handle geometrycollections also in difference results
- 11:17 AM Revision d6247fd6 (qgis): fix type error in value relation
- 11:17 AM Revision ed709c18 (qgis): fix bunch of small bugs
- 10:51 AM Revision b52c9893 (qgis): Pressing escape should cancel the Change Data Source dialog
- 08:50 AM Revision ee241edb (qgis): completely hide parameter type definition from SIP
- 08:49 AM Revision 3feb0ad4 (qgis): tests for parameterAsLayers() call
- 08:49 AM Revision 5a155f7c (qgis): make QgsProcessingParameterDxfLayers public
- 08:49 AM Revision 36513657 (qgis): add other supported parameter types to the list
- 08:49 AM Revision 24f2c621 (qgis): address remaining review comments
- 08:47 AM Revision bdce38bc (qgis): drop useless test
- 08:47 AM Revision d40a7db9 (qgis): fix condition statement
- 08:47 AM Revision e5e87aca (qgis): more fixes to support other input types
- 08:47 AM Revision 9414e3f5 (qgis): test for DXF export algorithm
- 08:47 AM Revision c1b6547d (qgis): init default split attribute
- 08:47 AM Revision 769dafae (qgis): typo
- 08:47 AM Revision 7b36a220 (qgis): [processing] add dxf export algorithm (fix #25392)
- 08:47 AM Revision 6f10e651 (qgis): accept layer list and individual layers as dxf inputs
- 08:47 AM Revision b7997e0f (qgis): [processing] new parameter for DXF export input layers
- 08:47 AM Revision a7339e6f (qgis): fix missed cond
- 08:47 AM Revision 24bad2e3 (qgis): fix strings capitalization
- 08:47 AM Revision 3c0d5971 (qgis): longer help
- 08:47 AM Revision 8f487694 (qgis): test for dxf layer wrapper
- 08:47 AM Revision 76c1557e (qgis): raise exceptions instead of fatal errors
- 08:47 AM Revision 7e798d40 (qgis): test for dxf layers parameter
- 08:47 AM Revision 4f91bd80 (qgis): [processing] widget wrapper for dxf layers parameter
- 08:47 AM Revision ad6922b5 (qgis): typo in the license header
- 05:37 AM Revision 45f12cbb (qgis): Pressing escape should cancel the Change Data Source dialog
- 02:23 AM Revision 146ae275 (qgis): [processing] Fix add (single) row tool button broken
- 02:23 AM Revision ef52b5f9 (qgis): [processing] fix method name in GUI wrapper for batch processing
- 02:22 AM Revision 9935bbe0 (qgis): Add adapter class QgsGeocoderLocatorFilter
- This class implements the required logic to bridge a
class which implements the QgsGeocoderInterface interface to a
Q...
2020-11-01
- 10:49 PM Revision 2f9236b2 (qgis): remove from SIP some parameter type definitions
- 10:49 PM Revision 5271ca26 (qgis): make QgsProcessingParameterVectorTileWriterLayers public
- hide parameter types definitions for TIN and vector tile parameters from
SIPP - 10:49 PM Revision c79ebcd3 (qgis): make QgsProcessingContext member variable in vector tile layers wrapper
- to avoid dangling pointers
- 10:47 PM Revision f36701c4 (qgis): [processing] Fix add (single) row tool button broken
- 10:46 PM Revision 74017adb (qgis): use forwarding reference to fix reference copy warning
- 10:46 PM Revision a6fe85f0 (qgis): fix code layout
- 10:45 PM Revision 01baa2d7 (qgis): backport fix for #38476
- 10:44 PM Revision fa1b704a (qgis): [processing] fix method name in GUI wrapper
- 09:07 PM Revision a2feb593 (qgis): Merge pull request #39726 from DelazJ/expressionOverlay316
- [3.16] Update expression overlay functions
2020-10-31
- 12:17 AM Revision 9e043233 (qgis): Fix windows build
- 07:08 AM Revision d9b479e8 (qgis): Fix wrong copy-paste
- (cherry picked from commit c0d76e175f1d98a98cc56392e085dc2f9e6427c7)
- 07:08 AM Revision 68de4e4d (qgis): Update more geometry overlay functions help
- (cherry picked from commit 5ccad9173fa208270437e25db93b9bb3f67458ce)
- 07:08 AM Revision 209fb63d (qgis): Update overlay_nearest function help and examples
- (cherry picked from commit a4947666a1a01b77f7643f052ee2c67be6a95ed8)
2020-10-30
- 04:23 PM Revision 7ac28d4f (qgis): enable test on Ubuntu Focal
- 03:46 PM Revision f491c244 (qgis): fixes reading of legacy setting of WMS/WFS exclusion for joined fields ...
- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- 01:46 PM Revision 7ab1f19a (qgis): fixes reading of legacy setting of WMS/WFS exclusion for joined fields ...
- fixes #39699
- 12:51 PM Revision f5ba02ec (qgis): Merge pull request #39567 from elpaso/server-standalone-colorize
- Server standalone colorize output
- 08:57 AM Revision ce466a47 (qgis): [pointclouds] QgsPointCloudBlock (#39651)
- * introduce qgspointcloudblock
* expand attributes based on request
* add point cloud request
* fix header
* fix ... - 07:59 AM Revision 669fe014 (qgis): Remove checkindex
- needs more recent QT
- 06:40 AM Revision d1064843 (qgis): Update src/core/qgsmaplayer.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 05:31 AM Revision d0ea8faf (qgis): Add transform context to QgsLocatorContext
- Allows locators to correctly perform transformations during their
result fetching/handling - 05:31 AM Revision 4f6f163e (qgis): Move geocoder classes to core
- 03:02 AM Revision 82e6f24a (qgis): fix map setting temporal be active when updating time controller
2020-10-29
- 12:19 AM Revision d484beb7 (qgis): Spelling
- 12:19 AM Revision 07251121 (qgis): Spelling, since updates
- 12:19 AM Revision 94f3ea0d (qgis): Add interface API for geocoders
- 12:16 AM Revision 5ccad917 (qgis): Update more geometry overlay functions help
- 12:13 AM Revision df0950c6 (qgis): Rename variables for a more intuitive documentation
- 12:08 AM Revision a4947666 (qgis): Update overlay_nearest function help and examples
- 12:08 AM Revision c0d76e17 (qgis): Fix wrong copy-paste
- 12:06 AM Revision 3a5ddde5 (qgis): fix map setting temporal be active when updating time controller
- 11:33 PM Revision 613f5b8f (qgis): PG provider connection API: convert to bools
- Fixes #33130
Backport from master/2.16 - 05:12 PM Revision dec8b05e (qgis): More switches
- 04:36 PM Revision 88dbb752 (qgis): Remove checkIndex
- 04:19 PM Revision 5dc87337 (qgis): Change if/else to switch in flags
- 04:05 PM Revision b2e05d00 (qgis): Confirm when removing hidden layers
- The message now lists max 10 hidden layer names in
the confirmation dialog. - 02:31 PM Revision 884bd9a4 (qgis): Fix crash on nested dataChanged from set current index
- Add new methods and tests, try to make it clear when
a method expects a model index and when it expects
a proxy model... - 09:15 AM Revision 8a8fd556 (qgis): Merge pull request #39684 from elpaso/bugfix-gh39682-server-getfeaturei...
- Fix wms getfeatureinfo json with composite pks
- 09:15 AM Revision bda2e100 (qgis): Merge pull request #39673 from elpaso/server-wms-getlegendgraphics-json...
- Server wms getlegendgraphics json symbolscale
- 01:14 AM Revision 1132494f (qgis): Handle 'inbuilt:' vector uri in iface.addVectorLayer() method
2020-10-28
- 09:05 PM Revision c55426dc (qgis): [processing] Add missing parameter when reading QgsProcessingParameterF...
- 09:04 PM Revision c1adeb0a (qgis): Fix logic in QgsUserInputWidget which incorrectly deletes other widgets...
- 09:03 PM Revision 497e313e (qgis): Fix reshape line tool fails when reshape line partially exactly overlap...
- 09:03 PM Revision ad45f47d (qgis): Reshape tool should only operate on the selected features, if a selecti...
- 08:53 PM Revision cfbb292b (qgis): Merge pull request #39687 from alexbruy/gdal-clip-test
- [processing] test for newly added parameter in Clip Raster by Extent (followup 41dc20c2c1)
- 08:22 PM Revision 3f88d74d (qgis): Different code path for unsupported providers
- 05:35 PM Revision 554ce82c (qgis): [processing] test for newly added parameter in Clip Raster by Extent
- (followup 41dc20c2c1)
- 05:18 PM Revision 41dc20c2 (qgis): Merge pull request #38841 from rldhont/processing-gdal-clipbyextent
- [Processing][GDAL] Clip Raster by extent - override CRS
- 03:54 PM Revision a70e79b9 (qgis): Fix wms getfeatureinfo json with composite pks
- Fixes #39682
- 09:31 AM Revision dabcf7f1 (qgis): Test for server add min/max scale to symbol json export
- 08:59 AM Revision c1240ded (qgis): Server add min/max scale to symbol json export
- 06:14 AM Revision c7aa269c (qgis): fix duplication of feature being stopped at 1 level deep (#39623)
- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- 04:43 AM Revision ad01045f (qgis): Reshape tool should only operate on the selected features, if a selecti...
- Fixes #23088
- 04:43 AM Revision 37de804b (qgis): Fix reshape line tool fails when reshape line partially exactly
- overlaps geometry
- 04:43 AM Revision d8351c0a (qgis): Fix logic in QgsUserInputWidget which incorrectly deletes other
- widgets whenever one existing widget is deleted
Fixes calls to iface.addUserInputWidget() does not show any widget i... - 04:39 AM Revision 912dd770 (qgis): [processing] Add missing parameter when reading QgsProcessingParameterF...
- 04:37 AM Revision daac8196 (qgis): Make tracer less debug noisy
- 02:27 AM Revision 8d7f8ed3 (qgis): [processing] correctly escape parentheses in GDAL command (fix #39525)
2020-10-27
- 09:08 PM Revision 0b966f02 (qgis): Fix a couple of QT 5.15 deprecation warnings
- 09:07 PM Revision bfdb99fe (qgis): [processing] correctly escape parentheses in GDAL command (fix #39525)
- 02:34 PM Revision 90e9eda8 (qgis): Processing - GDAL - Raster clip by extent - override CRS
- 11:03 AM Revision 4af1cbfb (qgis): Merge pull request #39640 from qgis-bot/backport-39625-to-release-3_16
- [Backport release-3_16] Landing page: respect drawing order from TOC
- 07:53 AM Revision fbf3013c (qgis): Landing page: respect drawing order from TOC
- 07:49 AM Revision 8ba0606f (qgis): Merge pull request #39625 from elpaso/server-landingpage-fix-wms-layer-...
- Landing page: respect drawing order from TOC
- 07:41 AM Revision 36b68843 (qgis): Modify tritanopia 'since' to reflect 3.18
- 07:41 AM Revision f909c70c (qgis): Revert grayscale luminance constants
- While dcc5a1f9 updated the CVD grayscale simulation
to match Chromium and Firefox, Nguyen (2017)
(https://doi.org/10.... - 07:41 AM Revision d91c671f (qgis): Align tritanopia tooltip with text string
- 07:41 AM Revision 8172c5ed (qgis): Revert ordering of PreviewMode's Grayscale/Mono
- 07:41 AM Revision da5bc306 (qgis): PreviewGrayScale->PreviewModeGrayscale, captions
- 07:41 AM Revision ea628e31 (qgis): Revert CVD function names to avoid API breakage
- 07:41 AM Revision 7bd81dfc (qgis): [FEATURE] Improved color vision deficiency sim
- This modifies the previous support for grayscale
and LMS-based simulation for protanopia and
deuteranopia, and brings... - 07:41 AM Revision 0d6bb7d9 (qgis): Remove references to fax and photocopy
- 05:57 AM Revision 09e87b83 (qgis): Remove non-functional loadDefaultStyle from QgsPointCloudLayer
- We should use the base class version for point cloud layers
- 05:57 AM Revision fa1ce4d2 (qgis): Don't show unwanted error messages relating to loading default metadata...
- 05:57 AM Revision 885c1206 (qgis): Hacky save/restore 2d renderer settings for point clouds
- 05:57 AM Revision 195fe7e8 (qgis): Fix style save options in layer properties dialog
- 05:57 AM Revision 17c83d72 (qgis): Another default style handling fix for point cloud layers
- 05:57 AM Revision 9fabf4be (qgis): Avoid trying to load unnecessary styling for temporary snap layer
- 05:57 AM Revision 2826d917 (qgis): Add a hacky configuration page for point cloud 2d renderer
- 05:57 AM Revision c958562c (qgis): Add standard actions to save/restore default metadata for point cloud l...
- 05:28 AM Revision f9dfea8d (qgis): [QgsQuick] Added soft and hard constraints in the form (#38742)
- * [QgsQuick] Added soft and hard constraints in the form
* [QgsQuick] Fixed field description label in the QgsQuick ... - 03:10 AM Revision 730c554e (qgis): Fix untranslatable strings
- 01:48 AM Revision 78beef64 (qgis): Fix duplicate widgets in mesh 3d widget (likely from a merge conflict),
- fix capitalisation and widget sizes
2020-10-26
- 12:59 AM Revision 9fac161f (qgis): fix doc
- 12:59 AM Revision e9d0c612 (qgis): QString -> QStringLiteral
- Co-authored-by: Nyall Dawson <[email protected]>
- 12:59 AM Revision 22e86b74 (qgis): fix indentation
- 12:59 AM Revision c0f50891 (qgis): Use additive strategy for point clouds
- 12:59 AM Revision fea3c217 (qgis): Add some useful methods to QgsAABB and QgsChunkNodeId
- 12:59 AM Revision 66ce1a60 (qgis): Fix bounding boxes of point cloud chunks
- 11:45 PM Revision 16f1a00d (qgis): Update src/core/qgsofflineediting.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 11:45 PM Revision 6e1b23af (qgis): suffix parameter in convertToOfflineProject to be able to control the s...
- cherry-picks of commits:
23e661a65f0adfead89fb7ce702f874907999d1c
7428b68e8ea583dfb2ad4bcb49ee40879cb87a06
3d02b3dfcd... - 08:31 PM Revision e248ffff (qgis): [feature][gui] add "close all tabs" to QgsMessageLogViewer
- 08:29 PM Revision d0721c5a (qgis): fix builds
- 08:29 PM Revision dda9eeff (qgis): Remove unnecessary copy constructor from QgsPointCloudDataBounds -- it ...
- 08:29 PM Revision e4ab1486 (qgis): QgsMapLayerRenderers must be created on demand, not stored
- 08:29 PM Revision d7e8c6c8 (qgis): QgsMapLayerRenderer subclasses aren't exposed to python
- 08:29 PM Revision 0a91678a (qgis): Fix build
- 08:29 PM Revision 4e94abc3 (qgis): Rename QgsPointCloudRenderer to QgsPointCloudLayerRenderer
- This follow the pattern of QgsVectorLayerRenderer, QgsRasterLayerRenderer,
etc and disambiguates the layer renderer f... - 08:29 PM Revision b78583e9 (qgis): Remove write/readXml from QgsPointCloudRenderer -- these don't belong i...
- 08:29 PM Revision b4461f3c (qgis): QgsPointCloudDataBounds is private api for now
- 08:29 PM Revision 0a426653 (qgis): QStringLiteral
- 08:29 PM Revision 40ff7127 (qgis): Mark QgsPointCloudRendererConfig as private for now
- 08:29 PM Revision 5a714372 (qgis): Minor api cleanups
- 08:29 PM Revision f9e151f7 (qgis): Update note
- 08:29 PM Revision b74f1d69 (qgis): Remove QgsPointCloudLayer3DRendererMetadata from sip
- 08:29 PM Revision 4fce57f6 (qgis): More warning fixes
- 08:29 PM Revision d2b62f52 (qgis): Fix typo
- 08:29 PM Revision b71de9cf (qgis): Fix more warnings
- 08:29 PM Revision cf368bab (qgis): Fix warning
- 08:29 PM Revision 520e4d5c (qgis): Implement QgsPointCloudLayer::setTransformContext
- 08:29 PM Revision 84892a7b (qgis): Fix some warnings
- 08:29 PM Revision aa814bce (qgis): fix loading
- 08:29 PM Revision 8ea34de8 (qgis): restore accidentally deleted files
- 08:29 PM Revision 97966026 (qgis): Enabled runtime profiling of ept provider creation
- 08:29 PM Revision 8536c564 (qgis): add ept provider
- 08:29 PM Revision 95631580 (qgis): fix loading of classes
- 08:29 PM Revision a3da3b3c (qgis): Fix entity's bbox and always show the bboxes for point clouds (for now)
- 08:29 PM Revision 8c059ebc (qgis): Added a qgis 3d test executable to quickly open a 3D scene
- The 3d sandbox needs a qgis project file and will open 3D map canvas
- 08:29 PM Revision a86149b4 (qgis): Fix qgis_core python and project loading with point cloud layer
- 08:29 PM Revision b796dbb0 (qgis): add some basic skelet for point cloud data providers
- 08:29 PM Revision 9039aadf (qgis): Random fixes and hacks
- - corrected rotation
- hack to make the cloud closer to the terrain
- programmatic sizing of points
- limit to a sing... - 08:29 PM Revision 62faf3f9 (qgis): port academic code from Martin's prototype. ugly me
- 08:29 PM Revision acccc634 (qgis): fix after Nyall review
- 08:29 PM Revision b7e80718 (qgis): some stubs for 3d classes
- 08:29 PM Revision 63ecfb9b (qgis): Take point record size into account when decoding
- 08:29 PM Revision da969e85 (qgis): Fixed few bugs + minor rendering improvements
- - using a color ramp to render points
- only rendering nodes that intersect the map extent - 08:29 PM Revision abd102c5 (qgis): initial files stubs
- 08:29 PM Revision de6f4d6a (qgis): hook point cloud layer type to the rest of the code
- 08:29 PM Revision 9c27d4ae (qgis): bunch of other file skeletons
- 08:29 PM Revision 13ecb8c4 (qgis): add simple browser integration
- 08:29 PM Revision 8a42c575 (qgis): port the basic renderer from Martin's prototype
- 08:29 PM Revision 1d4b8e7c (qgis): read CSR and bounding box
- 08:29 PM Revision 8c256c5d (qgis): fix builds
- 08:29 PM Revision 539f2350 (qgis): Minimal encode/decode uri implementations for ept data provider
- 08:29 PM Revision 29113a89 (qgis): fix some checks and building
- 08:29 PM Revision 0ad1738b (qgis): Fix inverted tiling
- 08:29 PM Revision 77de8a3d (qgis): fix doc check
- 08:29 PM Revision 8d127724 (qgis): Refactor QgsChunkNode + QgsChunkedEntity for more flexibility
- - QgsChunkNode can have variable number of children
- QgsChunkLoaderFactory implementations get responsibility to ret... - 08:29 PM Revision 0638f758 (qgis): Move point cloud placement in data source manager
- 08:29 PM Revision 59bd03fa (qgis): fix travis and docs
- 08:29 PM Revision 422a1639 (qgis): Add hacky way to configure 2d renderer via layer custom properties for now
- 08:29 PM Revision aadca8c5 (qgis): Set data provider key for QgsPointCloudLayer, so that QgsPointCloudLaye...
- returns the correct value
Fixes a crash on exit caused because the provider metadata for the layer
cannot be retriev... - 08:29 PM Revision 47416739 (qgis): fix build
- 08:29 PM Revision 15e46086 (qgis): fix builds
- 08:29 PM Revision 81e37c67 (qgis): fix travis
- 08:29 PM Revision b1c94cdb (qgis): fix travis
- 08:29 PM Revision ac6116ca (qgis): fix travis
- 08:29 PM Revision 2017f742 (qgis): fix travis and 5.14 builds
- 08:29 PM Revision 8b15cfb4 (qgis): Fix build of sandbox + fix loading/saving project
- 08:29 PM Revision 47ba499d (qgis): Chunk node refactor: remove tileX(), tileY(), tileZ()
- Let's use tileId() everywhere for chunk coordinates
- 08:29 PM Revision 8fd7cc86 (qgis): Octree support in chunk nodes, start using chunking for point clouds
- 08:29 PM Revision 23dfbf8e (qgis): Make setting point cloud layer data source follow expected behavior
- for map layers
Will make it possible to repair point cloud layer sources - 08:29 PM Revision 59a6035e (qgis): Fix cloning point cloud layers
- 08:29 PM Revision 000e30f4 (qgis): Point cloud layer data sources can be changed via menu
- 08:29 PM Revision 29a60dfa (qgis): Fix build
- 08:29 PM Revision bf008463 (qgis): Fix missing bad layer indicator for point cloud/mesh layers
- 08:29 PM Revision 88cefcdb (qgis): Basic layer properties page for point cloud layers
- 08:29 PM Revision 56f50109 (qgis): Show information in point cloud layer properties
- 08:29 PM Revision b851caa9 (qgis): Fix display of point cloud layer properties/preview in browser
- 08:29 PM Revision bb5b625b (qgis): able to build without zstd and lazperf
- 05:09 PM Revision 662e103b (qgis): Landing page: respect drawing order from TOC
- Fix WMS drawing order and icon alin for
rule groups. - 03:42 PM Revision ceeeb406 (qgis): enable builds for 3.16 + fix PyQGIS trigger
- 03:34 PM Revision 9db2d792 (qgis): fix duplication of feature being stopped at 1 level deep (#39550)
- 03:01 PM Revision 2ff56fc0 (qgis): Add model tester
- 03:01 PM Revision 8924596e (qgis): Leftover
- 07:28 AM Revision 6d246761 (qgis): Update src/app/qgslayercapabilitiesmodel.cpp
- Co-authored-by: Matthias Kuhn <[email protected]>
- 06:53 AM Revision 33475aa5 (qgis): Fix mssql connections not added/removed predictably when not from ma…
- 04:27 AM Revision cf37cb94 (qgis): Fix mssql connections not added/removed predictabely when not from main...
- 04:26 AM Revision b2517cf6 (qgis): Fix dox test
- 04:26 AM Revision add4fec4 (qgis): Improve QgsRasterIdentifyResult docs
2020-10-25
- 12:14 AM Revision fe2faaac (qgis): Add rotation widget to the georeferencer canvas
- 12:13 AM Revision 1d9c0e77 (qgis): Add Layer crs authid expression
- Adds a "@layer_crs" expression variable, to match behavior of existing @project_crs variable.
- 12:11 AM Revision 83dcfc37 (qgis): resolve conflict and adaptation considering recent change
- 12:11 AM Revision 3f8bc29a (qgis): slider instead combo box
- 12:11 AM Revision 40891e7f (qgis): doc, ui improvement and tests
- 12:11 AM Revision c853b2c1 (qgis): fix int/size_t comparison
- 12:11 AM Revision 68c0889b (qgis): remove unused members
- 12:11 AM Revision 477e2505 (qgis): level of detail for 3D mesh
- 12:11 AM Revision 7e956810 (qgis): resolve conflict
- 12:08 AM Revision 864389e1 (qgis): tests with suffix on offline layer names
- 12:08 AM Revision 48d540d9 (qgis): pass empty layer name suffix to offline editing core, to avoid that off...
- 12:08 AM Revision 7fe35ac4 (qgis): pass QString() instead of to have an empty layer name suffix
- 12:08 AM Revision 9f2a4125 (qgis): layer name suffix passed to convertToOfflineProject with ' (offline)' a...
- it's written into custom property so in synchronize it can get it from the offline project
- 12:08 AM Revision da8c41a5 (qgis): only remove suffix when it's on the end
- 12:08 AM Revision 1cc9029b (qgis): set IDENTIFIER option in geopackage like we used to because it's out of...
Also available in: Atom