Activity
From 2018-09-17 to 2018-10-16
2018-10-16
- 11:06 PM Revision b7673c76 (qgis): [Plugin Manager] Fix plugin status checkbox not refreshed after install...
- 10:19 PM Revision 8b5bf3c1 (qgis): Remove some redundant dox from QgisAppInterface
- 10:19 PM Revision a0d46d12 (qgis): Remove unneeded forward declare
- 10:19 PM Revision 90503194 (qgis): Expose application browser model instance to iface
- Reusing the existing browser model is more efficient then reconstructing
new models, so it's useful for plugins to ha... - 10:19 PM Revision 4459c9a6 (qgis): Dox
- 08:32 PM Revision 1be4b463 (qgis): use Ubuntu cosmic for base image
- This will easily allow newer version of Qt but mainly SIP for auto build of the Python API docs.
- 08:32 PM Revision a0b8383b (qgis): add QT5_3DEXTRA_LIBRARY to cmake config
- 08:32 PM Revision e3a0c053 (qgis): more for Qt3Dextras
- 07:12 PM Revision e10736ae (qgis): Merge pull request #8199 from pblottiere/server_getfeatureinfo_tolerance
- [bugfix] Fixes #19383 - GetFeatureInfo tolerance
- 07:11 PM Revision fff0c030 (qgis): Merge pull request #8155 from uprel/master
- Fixes #20064: Bug in Server WFS update transaction
- 06:45 PM Revision 3cb9ef22 (qgis): fix build without server and 3d
- 03:47 PM Revision d55233f2 (qgis): Takes care of sort caches
- 03:38 PM Revision d2f51f8f (qgis): Merge pull request #8209 from slarosa/fix_api_file_generator
- add 3d module to API file
- 03:28 PM Revision d71f85b5 (qgis): Fixing bug #20064 in WFS Update transaction triggering Bad request when...
- 03:18 PM Revision 7d3daf6f (qgis): Merge pull request #8197 from signedav/fix_duplication
- [Bugfix] Care about default values again on creating feature
- 12:52 PM Revision 20c9a5da (qgis): add 3d module to API file
- 11:34 AM Revision 190f9386 (qgis): Merge pull request #8103 from m-kuhn/geometryValidatorCode_1
- Geometry validation of editing session
- 10:16 AM Revision 1d9cfdc1 (qgis): Refactor slots and update view when bulk command finishes
- 10:12 AM Revision 6c97fcf8 (qgis): Avoid crash when disconnecting layer
- 09:33 AM Revision 5defc030 (qgis): Fix slow updates from field calculator
- Fixes #20094
Followup 096b4ce - 09:33 AM Revision 0e50b3ba (qgis): Revert "Merge pull request #8177 from elpaso/bugfix-20094-field-calcula...
- This reverts commit 096b4ce00426ee35a1eec5b54453b9ea2e22b903, reversing
changes made to 87e0f6961adcbf7039d2c0bef914c... - 08:52 AM Revision bef8d6e0 (qgis): Update expected test results
- 08:52 AM Revision ee8e1ce9 (qgis): [processing][gdal] More unit tests
- 08:52 AM Revision fbb916d9 (qgis): fixes the ogr2ogr based geoprocessing tools
- 07:54 AM Revision 230e3b41 (qgis): Address some clazy warnings
- 07:54 AM Revision 7bd0285d (qgis): Fix banned keyword use
- 07:09 AM Revision 53526298 (qgis): rename back test_qgsowsconnection
- 06:13 AM Revision b7b638c5 (qgis): Simpler API to link actions to QgsDockWidget
- 06:13 AM Revision ca427d33 (qgis): Rename actions
- 06:13 AM Revision f8863aa1 (qgis): Use simpler dock action API
- 05:32 AM Revision 51f6fb06 (qgis): QStringLiteral
- 05:32 AM Revision c6db18d3 (qgis): Fix svg marker doesn't render when size is very small
- 05:25 AM Revision 0a628ff6 (qgis): Fix crash on layer save/rollback
- Context objects should always be used in lamda connects, or
the connection has a potentially infinite lifetime! - 05:25 AM Revision 814594f1 (qgis): Highlight form functions/variables in value relation filter edit
2018-10-15
- 12:19 AM Revision 2069dc7a (qgis): Add qt PATH_SUFFIXES to find QScintilla2 includes; match conda-forge qt
- For builds using dependencies from conda-forge, also search in qt
recipe's include path at <prefix>/include/qt - 10:28 PM Revision 1eba8ae5 (qgis): enabledAutoGeometryRestore is static
- 10:28 PM Revision 9f3b9077 (qgis): More efficient field calculator iteration
- 10:28 PM Revision 9cae77f2 (qgis): Use a proxy task for field calculator
- 10:28 PM Revision 5f7f7b61 (qgis): Simpler geometry restore for field calculator dialog
- 10:28 PM Revision 0db9f057 (qgis): Use QgsTemporaryCursorOverride
- 08:33 PM Revision c89a5423 (qgis): Merge pull request #8185 from rouault/fix_19571
- [WFS client] Try to handle layers of type GeometryCollection if the first GeometryCollection is made of geometries of...
- 08:05 PM Revision 4cc4bab9 (qgis): [fix #19092] fix big cursors on Mac (#8152)
- 07:59 PM Revision bf2dae29 (qgis): lower debug msg noise
- 07:59 PM Revision 6396571d (qgis): [fix #18418] do not pursue when wheel event when delta = 0
- 05:29 PM Revision 8da29109 (qgis): Add some tests for QgsVectorLayerFeaturePool
- 04:53 PM Revision 32d4bcc4 (qgis): add Python __repr__ method to QgsGeometry.Error (#8198)
- 04:05 PM Revision 3d31d724 (qgis): Fix python bindings
- 03:29 PM Revision 9014285b (qgis): [WFS client] Try to handle layers of type GeometryCollection if the fir...
- 03:25 PM Revision 0bb6a161 (qgis): Standardize geometry checker tests
- 03:12 PM Revision 440d8d85 (qgis): Add entry for OSTN15 transformation grid for datum shift
- This is the change in plain SQL:
INSERT INTO tbl_datum_transform VALUES (7709, 100018, 4277, 4258, 9615, 'OSTN15_NTv... - 03:07 PM Revision 939a910c (qgis): Merge pull request #8181 from wonder-sk/py3d
- Python bindings for QGIS 3D library
- 03:06 PM Revision 3f42395b (qgis): Resolve some TODOs
- 02:53 PM Revision 128a2263 (qgis): Use precision from settings
- 02:52 PM Revision 15034224 (qgis): No fallthrough required
- 02:52 PM Revision e379f94f (qgis): Parsing colors is slow
- 02:51 PM Revision 190ee53b (qgis): Use enum instead of int
- 02:45 PM Revision 7ce06e62 (qgis): test with correct uniquevalue
- 02:42 PM Revision 963fdd5a (qgis): take original for unique values as well, except if it's not unique
- 02:35 PM Revision 55d3faf7 (qgis): Use switch instead of else if
- 02:29 PM Revision c3a41bc2 (qgis): Add unit test for polygon tolerance
- 02:29 PM Revision 8ba78e26 (qgis): Code modernisation
- 02:29 PM Revision 29db8db9 (qgis): Fix typos
- 02:29 PM Revision 5c9a0da9 (qgis): Safety check
- 02:29 PM Revision dfe788e9 (qgis): No unique connections on lambdas
- 02:29 PM Revision 36e83f31 (qgis): Tag geometry check classes as technology preview
- 02:29 PM Revision 8dce0e8b (qgis): fetch feature without attributes
- 02:29 PM Revision 98959f98 (qgis): Improve the raise dock code
- 02:29 PM Revision 3aebf0fe (qgis): default constructors
- 02:28 PM Revision e70a15b3 (qgis): Fix typo
- 02:28 PM Revision d0de3d38 (qgis): Fix license headers
- 02:28 PM Revision b4626fd8 (qgis): Silly, Mapp is definitely a speilling error
- 02:28 PM Revision fc6f55bc (qgis): Initialize to nullptr
- 02:28 PM Revision 98843ca1 (qgis): fix bad rebase
- 02:28 PM Revision 1024c1be (qgis): fix typo
- 02:28 PM Revision 178ff9c1 (qgis): Fix docstring
- 02:28 PM Revision 1f1ec0f6 (qgis): fix dox and use metaEnum + switch to handle resolution method
- 02:28 PM Revision 417fa068 (qgis): Only insert rows if errors is not empty
- 02:28 PM Revision df44275e (qgis): Update core sip files
- 02:28 PM Revision f64b1f11 (qgis): Better feedback for the user
- 02:28 PM Revision c0088f73 (qgis): Correctly invalidate single geometry results on delete
- 02:28 PM Revision 5942cf77 (qgis): fix bold font
- 02:28 PM Revision e9e849a8 (qgis): disable topology check button if layer not editable
- 02:28 PM Revision d527fed1 (qgis): Autosave after successful check
- 02:28 PM Revision 7f142ad2 (qgis): Clear errors on stop editing
- 02:28 PM Revision 35d7fdc8 (qgis): Fix the selected error
- 02:28 PM Revision df11d7f1 (qgis): Allow committing on no errors
- 02:28 PM Revision d0728ef7 (qgis): Avoid crash with invalid indx
- 02:28 PM Revision 29b1dd74 (qgis): More solid precision estimation
- 02:28 PM Revision 80852003 (qgis): Avoid recursive changeGeometry
- 02:28 PM Revision d17011e8 (qgis): Show dock on error
- 02:28 PM Revision 00fa3dbb (qgis): Only show details for current error
- 02:28 PM Revision b0d8d8ea (qgis): Fix memory management of errors
- 02:28 PM Revision 5b5ec8f5 (qgis): Handle error fixing on frontend size
- 02:28 PM Revision a56062c5 (qgis): Do not allow 0 precision
- 02:28 PM Revision e65f6b46 (qgis): raise dock when errors are added
- 02:28 PM Revision 4d40d2fe (qgis): Handle layer deleted
- 02:28 PM Revision d0d08ccf (qgis): Improve fixError
- 02:28 PM Revision fff52c7b (qgis): fix icon path
- 02:28 PM Revision 380d02e6 (qgis): Try to show fixed icons
- 02:28 PM Revision d4ac9a7c (qgis): do not zoom to feature if no extent
- 02:28 PM Revision 29febc0c (qgis): fix warning conversion QgsFeatureId to QString
- 02:28 PM Revision e77bab9d (qgis): enable zoom button only if error has feature
- 02:28 PM Revision 8b32aaeb (qgis): nice UX in validation docker
- 02:28 PM Revision 9c6c3aa8 (qgis): qobject_cast
- 02:28 PM Revision 5a11b22d (qgis): use smaller button, alternate row colors
- 02:28 PM Revision ff9da2f7 (qgis): nicer error reporting for overlap check
- replace overlap feature QPair by a struct
this allows using the layer name rather than its ID in the error description - 02:28 PM Revision 6c069c19 (qgis): better layout in dock
- 02:28 PM Revision 97a9659a (qgis): fix rebase issues
- 02:28 PM Revision f3261e10 (qgis): Centralize invalidateTopologyChecks handling
- 02:28 PM Revision 09ee7555 (qgis): One feature pool per layer is enough
- 02:28 PM Revision 62b9f60f (qgis): Some 💅
- 02:28 PM Revision 7f70c21a (qgis): do not crash when no edit buffer
- 02:28 PM Revision 579c97e7 (qgis): activate icon only when topology checks are available
- 02:28 PM Revision 6df73d6d (qgis): QgsVectorLayerFeaturePool needs to be aware of geometry changes
- 02:28 PM Revision 76700cda (qgis): Add more debug information on vertex tool assertion
- kicks in when zooming in a lot with snapping activated
- 02:28 PM Revision 2a5692a5 (qgis): Add test for overlap check with no area size restriction
- 02:28 PM Revision a05e787d (qgis): Add docs for cache warming
- 02:28 PM Revision 46efc9a6 (qgis): Re-initialize layer checks on configuration changes
- 02:28 PM Revision 273d3c87 (qgis): Put topology check cancelation into its own routine
- 02:28 PM Revision b210e7dc (qgis): Single geometry checks are done just in time
- 02:28 PM Revision fe5a80c8 (qgis): Precision fix
- 02:28 PM Revision 6a940334 (qgis): Make feedback a required parameter for geometry checks
- 02:28 PM Revision e300387b (qgis): Use qgsgeometry_cast rather than dynamic_cast
- 02:28 PM Revision 42c3f454 (qgis): Abort geometry checks if feedback is cancelled
- 02:28 PM Revision 91cd1ed6 (qgis): Do not show standard message bar error with geometry validation errors
- 02:28 PM Revision ed274428 (qgis): Disable message bar feedback from geometryvalidator
- 02:28 PM Revision baf1e52f (qgis): Better error reporting from is valid check
- 02:28 PM Revision 32c71b8a (qgis): Better UX in geometry validation panel
- 02:28 PM Revision 859ac16f (qgis): Make maxOverlapArea parameter of overlap check optional
- 02:28 PM Revision f82970d7 (qgis): Send signals when geometry options change
- 02:28 PM Revision d8c4473c (qgis): Make QgsRubberBand fillColor a Q_PROPERTY
- 02:28 PM Revision cf0b3e9e (qgis): More UX
- 02:28 PM Revision 7b3221fd (qgis): Fix rebase issue
- 02:28 PM Revision 0ef29232 (qgis): New API for check filtering
- 02:28 PM Revision 4d374464 (qgis): Make use of implicitly shared geometry
- 02:28 PM Revision 81cfc36c (qgis): Make QgsGeometryCheck::CheckType available in factory
- 02:28 PM Revision 2abb13f0 (qgis): More detach avoidance
- 02:27 PM Revision 8142d5f3 (qgis): Move metatype registration to single init code
- 02:27 PM Revision 4607930e (qgis): Allow resolving errors
- 02:27 PM Revision dc2c78f3 (qgis): Implement zoom to feature
- 02:27 PM Revision 49883826 (qgis): Fix rebase problem
- 02:27 PM Revision 38b2f71d (qgis): Fix rebase issues
- 02:27 PM Revision c6159bfc (qgis): Improving the UI
- 02:27 PM Revision d60727f9 (qgis): Report topology errors
- 02:27 PM Revision 91d54bcb (qgis): Code formatting
- 02:27 PM Revision 821a4ba3 (qgis): Fix template based geometry check factory
- 02:27 PM Revision 550de156 (qgis): make context const
- 02:27 PM Revision abda8656 (qgis): Save / restore geometry check configuration
- 02:27 PM Revision dae3134b (qgis): Put check registry into use
- 02:27 PM Revision d85c0a7e (qgis): Only allow formatted numbers in precision config
- 02:27 PM Revision 88ef9215 (qgis): Add topology checks to configuration interface
- 02:27 PM Revision ea878153 (qgis): Topology check integration in validation service
- 02:27 PM Revision 2b8401c2 (qgis): rename variables to refleft that they are in map units
- 02:27 PM Revision 1df0a3ea (qgis): add flags and isCompatible to QgsGeometryCheck
- 02:27 PM Revision 7593d516 (qgis): add feature pool as argument to collect/fix error methods
- 02:27 PM Revision b0810b18 (qgis): QgsGeometryCheckError class requires context in constructor (not inheri...
- 02:27 PM Revision 7df2c630 (qgis): Add additional check factories
- for Gap, Sliver and Overlap checks
- 02:27 PM Revision 3817df69 (qgis): Revert "QgsGeometryCheckError class requires context in constructor (no...
- This reverts commit 73c89aee8c2f5ca6d2ce5a621b1ffad9f08bba02.
- 02:27 PM Revision 16481d20 (qgis): add configuration map to constructors of all tests
- 02:27 PM Revision a6dc7198 (qgis): rename errorDescription -> description, errorName -> id
- 02:27 PM Revision e8a7ab43 (qgis): Registry updates
- 02:27 PM Revision d7597f93 (qgis): single geometry xyz
- 02:27 PM Revision ceec9105 (qgis): Add python bindings for geometry checker
- 02:27 PM Revision e0697fb4 (qgis): Fix build warnings
- 02:27 PM Revision dd608bbe (qgis): More python bindings
- 02:27 PM Revision 6f261f70 (qgis): Flags
- 02:27 PM Revision e55bb7a3 (qgis): Fix build
- 02:27 PM Revision 0b20ae62 (qgis): activate/deactivate geometry checks in vector layer properties
- 02:27 PM Revision 5d7c33eb (qgis): Move to unified single geometry check
- 02:27 PM Revision 56d299ec (qgis): YAY, it is working
- 02:27 PM Revision 71dbd5a5 (qgis): docstrings
- 02:27 PM Revision 5e271637 (qgis): Save geometry configuration to layer
- 02:27 PM Revision 1b0bd514 (qgis): Registry
- 02:27 PM Revision cde294eb (qgis): UI improvements
- 02:27 PM Revision 2f5c7a3a (qgis): New configuration page for geometry validitiy
- 02:27 PM Revision f5486ee5 (qgis): Add single geometry check
- 02:27 PM Revision edeefc9e (qgis): Tolerance fixed in GetFeatureInfo for polygons
- 01:31 PM Revision 574c672a (qgis): add QgsVectorLayer::getGeometry(fid) (#8174)
- * add QgsVectorLayer::getGeometry(fid)
* update docs to say geom is invalid - 11:40 AM Revision 5765d494 (qgis): Add unit test for line tolerance
- 11:39 AM Revision 075d53f9 (qgis): Tolerance fixed in GetFeatureInfo for lines
- 11:25 AM Revision 67276dcd (qgis): corrected comment in test
- 11:10 AM Revision d5e57d31 (qgis): Merge pull request #8186 from rouault/fix_20104
- [GDAL provider] Make sure that setEditable(true) invalides cached GDAL handles to get proper refresh (fixes #20104)
- 11:09 AM Revision b777ab23 (qgis): Merge pull request #8184 from rouault/fix_20098
- [OGR provider] Make again a feature iterator to be resetable on a OSM layer (fixes #20098)
- 11:02 AM Revision 46b6ffad (qgis): Fix a bunch of QString warnings
- 11:02 AM Revision 530397c1 (qgis): [layouts] Fix legend does not respect anchor point when resizing
- based on map content
Fixes #19987 - 10:32 AM Revision 096b4ce0 (qgis): Merge pull request #8177 from elpaso/bugfix-20094-field-calculator-slow...
- Fixes slow update in field calculator
- 10:30 AM Revision 6fce7853 (qgis): Add unit test for point tolerance
- 10:30 AM Revision 2c5d1c54 (qgis): Fixes #19383 - Tolerance fixed in GetFeatureInfo for points
- 10:29 AM Revision 87e0f696 (qgis): [processing][gdal][needs-docs] Rename crop to cutline option for clarity
- The previous name is unclear, as the option can expand as well
as crop the raster extent. We also don't refer anywher... - 10:27 AM Revision a3f3187c (qgis): tests
- 10:26 AM Revision d62eb6e4 (qgis): get in every case if not valid the copy of the value
- even if unique constraint because it checks if existent - otherwise it get's null there
- 09:14 AM Revision e8c15a9c (qgis): tests for unique values
- with default unique value and fallback in case the default value already exists
- 09:12 AM Revision d26848e9 (qgis): right order of priorities
- by getting the value - if it's unique, first getting the defaults before creating an unique value.
Fix #20067 - 08:51 AM Revision d77c61ef (qgis): More test
- 08:41 AM Revision 5a6c825d (qgis): Adjust the default size of expression/selection dialog
- 08:13 AM Revision bc51a60e (qgis): Expression widget ux fixes (#8194)
- * Add default custom function file
* Set default size of custom expression list - 07:47 AM Revision 0fb00235 (qgis): Fix corrupted group box layouts
- 07:25 AM Revision 88da833b (qgis): Try resurrecting test under Travis
- 06:42 AM Revision 968948a7 (qgis): Fix distorted line pattern fill when line offset is large compared
- with pattern distance
(cherry picked from commit e277b91087567aa95344d2c935ae4543feefec28) - 06:42 AM Revision 8bc8c0b8 (qgis): Fix line pattern fill symbol corruption with negative angles
- (cherry picked from commit 0f056b500a5628bc76a30a4fe6de85f11cb5a9fb)
- 06:42 AM Revision d119c2d5 (qgis): Masks
- 06:42 AM Revision 34f2e959 (qgis): Fix line pattern fill offsets are always treated as positive,
- even when offset is negative
(cherry picked from commit 5b4ed16cf90a28e73d8c09bec5a36ae0fa9f2056) - 05:06 AM Revision c0d35ce5 (qgis): Fix #14897 - Remove double undo/redo buttons (#8189)
- 03:50 AM Revision 3a684c8a (qgis): Fix custom function help
- 03:47 AM Revision e33caa49 (qgis): [mssql] Skip some tests on Travis which fail because of msodbcsql segfa...
- 03:47 AM Revision c6dda7b4 (qgis): SQL Server on Travis
- 03:47 AM Revision f07462b6 (qgis): Spelling
- 03:47 AM Revision a1a35e91 (qgis): Dox++
- 03:47 AM Revision cea155fc (qgis): Fix warning
- 03:47 AM Revision 8f6ee1c4 (qgis): Dox
- 02:23 AM Revision 8dd0f008 (qgis): Fix - Fix loading expression template for first item and space vs tabs
- Fix tab vs spaces in Python editor widget. Use spaces
2018-10-14
- 01:38 AM Revision bd8d61ab (qgis): Follow up 5beb4e2b8d - Enable rename browser tree node on edit key only
- 10:13 PM Revision 0f3088ab (qgis): Fix spelling
- 07:10 PM Revision 651ccb43 (qgis): [GDAL provider] Revise how referencing counting is done on mGdalBaseDat...
- initBaseDataset() used to take a reference in the case where
mGdalDataset == mGdalBaseDataset (non warped VRT) and we... - 05:50 PM Revision e7d15b64 (qgis): [GDAL provider] Make sure that setEditable(true) invalides cached GDAL ...
- 04:40 PM Revision 45c9ae97 (qgis): Add warnings about the QGIS 3D API being unstable / tech preview only
- 04:32 PM Revision 8814e406 (qgis): Move altitude binding/clamping enums to Qgs3DTypes + add culling mode i...
- 03:22 PM Revision f0bb08de (qgis): [WFS client] Fix GetFeature BBOX in WFS 1.1 when the GetCapabilies CRS ...
- 01:54 PM Revision 0de984d7 (qgis): osgeo4w: detect python version in package.cmd
- (cherry picked from commit faeb160065ba58245547e75582ae9a8f25ff768b)
- 01:51 PM Revision faeb1600 (qgis): t2tdoc run (followup 8923aa9bb & ae397bf24)
- 01:42 PM Revision 82dccf71 (qgis): osgeo4w: detect python version in package.cmd
- 01:37 PM Revision 8923aa9b (qgis): Removed duplicate lines from Linux install guide
- 12:43 PM Revision 906f8021 (qgis): [OGR provider] Make again a feature iterator to be resetable on a OSM l...
- 11:39 AM Revision c8ea3a70 (qgis): blockAttributeTableUpdates: single signal with bool
2018-10-13
- 01:12 AM Revision 20e85927 (qgis): Remove unused forward declaration
- 12:44 AM Revision 07b31287 (qgis): Fix rollback on large tables when attr table is opened
- 10:05 PM Revision 88cb8313 (qgis): Python bindings for QGIS 3D library
- 09:24 PM Revision 4f76722a (qgis): osgeo4w: prepare for GDAL 2.3 update
- 03:40 PM Revision 9d82df5d (qgis): Forward to app blocking/unblocking of attr table updates
- Fixes #20094 - Extracting z-coordinates takes ages and makes the system unresponsive
- 02:53 PM Revision ae397bf2 (qgis): Merge pull request #8176 from elpaso/mxe-reborn-docker
- mxe: couldn't be easier now
- 01:18 PM Revision a2ec75c9 (qgis): Remove unused var
- 11:24 AM Revision 6e2a2bee (qgis): Small enhancements to mxe scripts
- 11:24 AM Revision f56e3dd8 (qgis): mxe documentation
- 10:20 AM Revision afc873d6 (qgis): Block signals in the cache only
- much better approach ...
- 04:30 AM Revision 8b1d7ffc (qgis): Fix typo
- 04:30 AM Revision 0816a299 (qgis): Fix typo in generated file
2018-10-12
- 10:31 PM Revision e277b910 (qgis): Fix distorted line pattern fill when line offset is large compared
- with pattern distance
- 10:31 PM Revision 0f056b50 (qgis): Fix line pattern fill symbol corruption with negative angles
- 10:31 PM Revision 5b4ed16c (qgis): Fix line pattern fill offsets are always treated as positive,
- even when offset is negative
- 10:18 PM Revision d79e3adf (qgis): Fixes slow update in field calculator
- by blocking the vector signals ...
... and emitting dataChanged at
the end.
I'm a bit worried of side effects,
but I... - 09:33 PM Revision 219a4be7 (qgis): mxe: couldn't be easier now
- Build in docker
- 04:55 PM Revision d6a863b0 (qgis): Merge pull request #8173 from elpaso/mxe-reborn
- Fix MXE build
- 04:27 PM Revision 6bade339 (qgis): [fix #13487] style categories should not be editable
- 03:05 PM Revision 189dfc70 (qgis): Fix MXE build
- 09:14 AM Revision 85fdf4ee (qgis): Merge pull request #8159 from rldhont/server-wfs-enhance-describeFeatur...
- [Bugfix][Server] WFS: enhancing the way DescribeFeatureType response is build
- 02:28 AM Revision 448b4505 (qgis): [layouts] Expose designer enable atlas preview and show item options to
- stable API
2018-10-11
- 01:30 AM Revision f8bbc12c (qgis): Use a proxy progress task for vacuuming gpkg
- 01:30 AM Revision ab5c4fc8 (qgis): Remove messagebox confirmation on geopackage compact
- Now that we use a proxy task, users will have o/s level notifications
if the compact takes a lengthy time - 10:32 PM Revision 68f4cf2d (qgis): respect maximum of recent project settings when loading (#8153)
- * respect maximum of recent project settings when loading
* fix uint int comparison - 08:31 PM Revision dc08db79 (qgis): [ux] Make QgsFileWidget file picker default to opening at the
- currently displayed folder, if one is shown
And only fallback to the default root path if no file name has
been ente... - 01:55 PM Revision 46938c07 (qgis): Merge pull request #8168 from elpaso/fix-clang-warnings
- Fix error return-std-move
- 10:50 AM Revision fde6d93e (qgis): [Bugfix][Server] WFS: enhancing the way DescribeFeatureType response is...
- 09:52 AM Revision b2df588a (qgis): Fix see also link
- 09:52 AM Revision 5beb4e2b (qgis): Followup 9cad526, allow item rename through browser model
- 09:10 AM Revision e4b52a4d (qgis): [browser] Fix crash when deleting files quickly
- It's possible for items to be deleted in the background
while we are waiting on user input (e.g. from the confirmatio... - 09:10 AM Revision 66f5f548 (qgis): [browser] Add missing delete actions for more file types
- 09:10 AM Revision 2c16b14f (qgis): [browser] Don't show full path to file for "delete" action in menu
- This is often very long and makes the menu huge
- 09:10 AM Revision 64b5c2ee (qgis): [browser] Make delete file action also show for raster layers,
- not just vectors
- 09:03 AM Revision 942a560b (qgis): Fix loading style for non-spatial tables in Postgres+SpatiaLite (fixes ...
- OGR is not affected by the bug.
Oracle and MS SQL are most likely affected, but I don't have them here to test.
(che... - 08:33 AM Revision e5ba5586 (qgis): Fix error return-std-move
- std::move should not be used here because
it prevents RVO (copy elision) and it's
considered an anti-pattern.
To fix... - 07:59 AM Revision 375afe5b (qgis): [needs-docs] Follow up UX fixes for moving custom function help
- 07:23 AM Revision 42ea2164 (qgis): FIX - Move custom expression function help to group box (#8163)
- 06:08 AM Revision 9cad526f (qgis): Add F2 to rename browser favourite item (#8164)
2018-10-10
- 01:23 AM Revision e4738d4e (qgis): Fix context menu path display on windows
- 01:04 AM Revision ff90c13b (qgis): Capitalization
- 06:23 PM Revision 12ead91e (qgis): avoid having qgsDoubleToString printing -0
- 03:48 PM Revision 72189649 (qgis): test with lower precision
- 03:48 PM Revision 0ec7bad0 (qgis): add QT5_3DEXTRA_LIBRARY to cmake config
- 03:48 PM Revision eeee43d5 (qgis): more for Qt3Dextras
- 03:48 PM Revision 35ba4b59 (qgis): use Ubuntu cosmic for base image
- This will easily allow newer version of Qt but mainly SIP for auto build of the Python API docs.
- 03:33 PM Revision 94a7d9db (qgis): fix local variable will be copied despite being returned by name (#8157)
- this is an error with clang 7
note: call 'std::move' explicitly to avoid copying - 02:54 PM Revision c1d5ab75 (qgis): fix local variable will be copied despite being returned by name
- this is an error with clang 7
note: call 'std::move' explicitly to avoid copying - 01:44 PM Revision 698cae6c (qgis): fix local variable will be copied despite being returned by name
- this is an error with clang 7
note: call 'std::move' explicitly to avoid copying - 10:23 AM Revision d3c861e7 (qgis): selectAll if requested on mouse release
- because otherwise the mouse event makes the selectAll useless if it's done on focusEvent
- 09:56 AM Revision b80c95c7 (qgis): Merge pull request #8150 from elpaso/bugfix-20053-json-exporter-values
- Fixes #20053 decimal separator in csv files
- 09:47 AM Revision 69dab87d (qgis): [auth] don't share config db connection across threads
- (fixes #20054)
- 09:30 AM Revision e4102085 (qgis): Merge pull request #8123 from qgis/fix-server-wms-sld-content
- [Bugfix][Server] WMS: The SLD content loaded from URL is not percent encoded
- 03:47 AM Revision e71e135e (qgis): fix build on xenial
- 02:26 AM Revision f6cf944e (qgis): more for Qt3Dextras
- 02:09 AM Revision 2761122e (qgis): add QT5_3DEXTRA_LIBRARY to cmake config
2018-10-09
- 09:48 PM Revision f27a5043 (qgis): remove useless includes
- 09:48 PM Revision 7c0a2a1c (qgis): a few more forward declarations
- 09:48 PM Revision 7fb3a929 (qgis): forward declaration of QgsMapMouseEvent
- 09:48 PM Revision 159eb095 (qgis): replace old-style cast by reinterpret_cast
- 09:48 PM Revision ef1efebd (qgis): forward declaration of QgsPoint
- 09:47 PM Revision 386f668f (qgis): use Ubuntu cosmic for base image
- This will easily allow newer version of Qt but mainly SIP for auto build of the Python API docs.
- 11:03 AM Revision 859b39a6 (qgis): Fixes #20053 decimal separator in csv files
- Actually it had nothing to do with CSV being the
source, but it was the json exporter passing
the values through all ... - 09:57 AM Revision 03d730ce (qgis): rerename transformContext -> context
- 08:58 AM Revision 1a5a23d1 (qgis): [postgres] Fix jumping item when changing pkey / geom type / srid
- On change of on of the properties the affected item would suddenly jump to the end of the list.
- 08:58 AM Revision c225f560 (qgis): [postgres] Fix addition of views from Data Source Manager (fixes #19424)
- In order to add a PostgreSQL layer based on a view, one needs to explicitly
pick one or more columns to serve as the ... - 08:40 AM Revision 795c27fe (qgis): Merge pull request #8125 from elpaso/bugfix-20020-paste-geometry-collap...
- Show a warning when pasted feature geometry collapsed
- 08:00 AM Revision b4a22180 (qgis): [labeling] always consider data-defined property for line height
- 06:36 AM Revision b86f84ed (qgis): Use raster band names in QGIS [FEATURE] [needs-docs]
- * fixes #16047
* extracts band name info using gdalapi in QgsGdalProvider
* added configuration option to allowing us... - 06:36 AM Revision c4872b84 (qgis): responding to github comments, simplified behavior to display the band ...
- 06:36 AM Revision 8fbb7175 (qgis): addressed comments, ran prepare-commit.sh
- 06:36 AM Revision 9b4cb7a2 (qgis): added unit test and test raster
- 06:36 AM Revision c04accd7 (qgis): forgot to add voids in testqgsgdalprovider.cpp
- 03:30 AM Revision e813fe88 (qgis): [mssql] Fix browser items only show tables in geometry_columns
- table, regardless of connection setting
- 03:30 AM Revision b6e6b905 (qgis): [mssql] Misc browser fixes
- - Add 'refresh' action to allow display of displays created outside
of QGIS
- Show empty schemas in browser too, as t... - 02:51 AM Revision 0989e73d (qgis): Use QgsFileWdiget for geopackage database
- 02:51 AM Revision b74292aa (qgis): Fixes #19555
- Adds a QMessageBox if file exists
Remove lastDatabase setting to lastDirDatabase. It's dangerous to reuse
the last da... - 02:30 AM Revision 6ac262f4 (qgis): configonly.bat: retrieve version from CMakeLists.txt
2018-10-08
- 11:01 PM Revision d0001573 (qgis): forward declarations for QgsMapLayer
- 11:01 PM Revision 0901a21e (qgis): Fix include in server
- 11:01 PM Revision 775d603f (qgis): forward declarations for QgsMapCanvas
- 11:01 PM Revision f86b86bc (qgis): forward declaration for QgsVectorLayer
- 11:01 PM Revision 711ec1de (qgis): forward declaration of QgsProject
- 11:01 PM Revision f404751e (qgis): move definition to source
- 10:10 PM Revision f5d2b88d (qgis): check if visibilityexpression is enabled (#8141)
- before adding the containers to the mContainerVisibilityInformation
fix: #20045 - 09:26 PM Revision 425fe749 (qgis): add missing coordinateTransformContext property to QgsProject (#8145)
- 01:01 PM Revision a176bad0 (qgis): Kill refreshLegend (not used since a long time)
- 12:33 PM Revision a6bfffbf (qgis): Update qgsoptionsbase.ui
- 12:33 PM Revision 4caec08d (qgis): Update images.qrc
- 12:33 PM Revision c8577c77 (qgis): Add files via upload
- 12:33 PM Revision 52055d55 (qgis): Add files via upload
- 11:16 AM Revision 302b4494 (qgis): [mssql] Add browser actions for deleting and truncating tables
- Because we can no longer overwrite tables directly using drag
and drop (refs #16805), add some explicit actions which... - 11:16 AM Revision 06520be7 (qgis): Spelling
- 11:16 AM Revision 745495fe (qgis): [mssql] Prevent overwriting existing tables via drag and drop in browser
- Fixes #16805
- 09:01 AM Revision 71c50513 (qgis): [mssql] Fix incorrect precision detection for double/float fields
- Fixes #15124
- 09:01 AM Revision da211938 (qgis): [mssql] Fix handling of geometry column when multiple geometry/geography
- columns are present
Fixes #13932 - 08:33 AM Revision f6b80205 (qgis): Merge pull request #8126 from elpaso/bugfix-18608-raster-legend-embedde...
- Force legend update when raster properties changes
- 08:15 AM Revision 84a82191 (qgis): [mssql] Small fixes to expression compilation
- - Use [] to correctly quote field names instead of ""
- Don't invalidate provider side limit when not required
Forwa... - 08:15 AM Revision eb439d34 (qgis): [mssql] Update test for skipping invalid geometry handling
- 08:15 AM Revision ad252617 (qgis): More minor refactoring
- 08:15 AM Revision 7464575f (qgis): More refactoring
- 08:15 AM Revision eb40d911 (qgis): Add test for MSSQL behavior with invalid polygon geometries
- Forward port of 039866d, because I am an idiot and forgot
- 08:15 AM Revision 794583e6 (qgis): [mssql] Test data load script
- 08:15 AM Revision 5503ba48 (qgis): [mssql] Forward port more of 62af54e
- But avoid the inexact Filter test when we are doing an
exact intersection request
Refs #15752 - 08:15 AM Revision dafeaf43 (qgis): [mssql][needs-docs] Add connection setting to ignore invalid geometry h...
- Sets whether the connection should skip all handling of records with
invalid geometry, which are slow and costly.
Th... - 08:15 AM Revision 8c2afa6b (qgis): Indentation
- 08:15 AM Revision fabc2c13 (qgis): [mssql] Minor refactoring
- 08:15 AM Revision b7922909 (qgis): QStringLiteral
- 07:30 AM Revision fbbb3200 (qgis): use lambda to set value to null
- 07:14 AM Revision 7c5cc27b (qgis): Fix #13684 - Update conditional full row style on value change (#8137)
- 05:57 AM Revision ca4fcceb (qgis): Fix - Fix font color in table conditional present selection (#8136)
- 05:09 AM Revision f630c938 (qgis): [mssql] Fix inefficiencies in expression compiler, resulting in
- apparent hangs when compiling complex expressions
Fixes #15404 - 04:07 AM Revision f928c2e5 (qgis): [FIX] - Respect selection order in attribute table copy. (#8048)
- Only copy fields shown in view for current table.
- 04:05 AM Revision 556cddd4 (qgis): Fix #19465 - Don't delete expression when pressing enter in combo (#8134)
- 04:01 AM Revision 4da2b80a (qgis): Fix build
- 03:20 AM Revision 1f02b42e (qgis): Fix race condition causing crash on startup
- Also flick more static list initializations across to nicer
std::call_once implimentations - 02:40 AM Revision ee7ca0a5 (qgis): Fix build follow up
2018-10-07
- 01:16 AM Revision 4bcaba84 (qgis): Fix build on fedora 26
- 11:24 PM Revision 9ed3ee0d (qgis): Add doc
- 11:24 PM Revision 6e95586a (qgis): Update python binding
- 11:24 PM Revision 1ecc57d2 (qgis): Adds more explicit error message when auxiliary storage is saved
- 11:24 PM Revision 9ccb1b57 (qgis): Update doc
- 11:23 PM Revision 119cd8ac (qgis): QgisApp::addVectorLayer(): add |layername= to OGR datasets (fixes #20031)
- Do it also in case of datasets that have a single layer, in case they might
later be edited to have more layers
(exce... - 11:23 PM Revision bd6c1115 (qgis): [OGR provider] Make createEmptyLayer() work properly on GeoPackage when...
- 11:22 PM Revision 1aa9485f (qgis): [OGR provider] Fix deletion of layers from QGIS browser when filename h...
- 11:22 PM Revision 7c6cb910 (qgis): Fixes #20038 null island in canvas.saveAsImage
- 09:04 PM Revision 7c21bfd1 (qgis): Silence "libpng warning: iCCP: known incorrect sRGB profile" warnings
- These are thrown by 3rd party components (e.g. webkit) which we have no
control over, and have low value anyway
Bett... - 09:03 PM Revision 6dfae723 (qgis): Activates unit test
- 09:03 PM Revision 80e19b63 (qgis): Add core unit test
- 09:03 PM Revision 7681d308 (qgis): Removes TODO comment
- 09:03 PM Revision 5a9067e7 (qgis): Fixes #19826 - Use subset layer to manage fid
- 05:26 PM Revision 12fd51e2 (qgis): Deprecate refreshLegend
- 03:50 PM Revision 2b71c9cc (qgis): Merge pull request #7915 from rldhont/server-cache-manager-extension
- [Server][Cache] Finalizing the cache manager
- 09:36 AM Revision ed35ad9c (qgis): Unify sqlite string quoting functions to a single QgsSqliteUtils::quote...
- function, with tests
- 09:36 AM Revision af795770 (qgis): Fix various qt warnings related to user profile databases
- Switch to using QGIS sqlite helper classes instead of Qt database
classes - 09:36 AM Revision e91e342e (qgis): Fix some chatty debug messages
- 09:36 AM Revision b247c7ce (qgis): More hacking around crs db
- 09:36 AM Revision 086b6a80 (qgis): Fix dox test
- 09:36 AM Revision 195a2fb8 (qgis): Workaround ellipsoid_acronym not null constraint
2018-10-06
- 11:23 PM Revision 7e81226b (qgis): Replace toUtf8().data() by toUtf8().constData()
- All your uses of toUtf8().data() actually just need a const char*
So use constData() that is semantically more correc... - 03:08 PM Revision 3bb64a7f (qgis): [Server][Cache] Adding HAVE_SERVER_PYTHON_PLUGINS around accessControls...
- 03:00 PM Revision f5d2d858 (qgis): QgsXmlUtils::readFlagAttribute(): fix use-after-free
- Found with Valgrind
```const char* c_str = qstr.toUtf8().data()``` is invalid
since the QByteArray returned by toUtf... - 12:46 PM Revision 56149ff3 (qgis): Force legend update when raster properties changes
- Fixes #18608 - Layer tree embedded widgets do not show up unless you move layer
- 12:22 PM Revision dbfbcca6 (qgis): Simplify paste by using QgsVectorLayerUtils::makeFeaturesCompatible
- 11:38 AM Revision a3bf98d9 (qgis): Do not show the invalid geom warning if not necessary
- If the geoms where originally invalid, do not show the
warning. - 10:53 AM Revision 08b6b606 (qgis): Show a warning when pasted feature geometry collapsed
- ... due to due to intersection avoidance
Features are still pasted but the user is warned.
Fixes #20020 - 10:25 AM Revision f79be97e (qgis): [Server][Cache] Add documents to store in cache: WMS Context, WFS Descr...
- 10:25 AM Revision 8c67e45f (qgis): [Server][Cache] Add WMS GetLegendGraphic to store in cache
- 10:25 AM Revision bc7cea2e (qgis): [Server][Cache] Extending and enhancing cache manager tests
2018-10-05
- 10:06 PM Revision 81db0052 (qgis): [mssql] Fix single geometry types are added to multi geometry type layers
- Fixes #10793
- 09:43 PM Revision a86c6839 (qgis): Merge pull request #8031 from DelazJ/patch-4
- Fix save style dialog expansion and UI cleanup
- 08:25 PM Revision 9fa8c356 (qgis): make QgsWkbTypes a Q_GADGET and declare GeometryType as Q_ENUM (#8024)
- * make QgsWkbTypes a Q_GADGET and declare GeometryType as Q_ENUM
* include QObject
* remove extra include
* move Q... - 04:00 PM Revision c3caa1ef (qgis): [Bugfix][Server] WMS: The SLD content loaded from URL is not percent en...
- 03:02 PM Revision 8f4d3ba3 (qgis): Merge pull request #8041 from 3nids/user_doc_auto_screenshots
- Automatic creation of screenshots for user documentation
- 03:01 PM Revision 77bfec68 (qgis): fix typo
- 02:22 PM Revision 618ed2e7 (qgis): add recognision of ECMWF_ERA to MDAL
- 02:22 PM Revision 9acc5c10 (qgis): [mesh] update to MDAL 0.0.9 (NetCDF Support)
- 01:20 PM Revision 2ff3f762 (qgis): set device pixel ratio on pixmap
- 01:11 PM Revision e25d6347 (qgis): Merge pull request #8034 from m-kuhn/canCommitChanges
- Add QgsVectorLayer::allowCommit property
- 12:36 PM Revision e86693a5 (qgis): Merge pull request #8111 from elpaso/in-place-select-all
- [processing][need-docs] In place editing triggers editing and select all
- 11:03 AM Revision cdf5bb63 (qgis): Fix test
- 10:10 AM Revision 29c4970f (qgis): [processing] In-place add layer name to dlg title and store active layer
- 09:21 AM Revision 0782b9d8 (qgis): Dynamically change button text for in-place editing
- The button title changes if there are selected features
- 08:53 AM Revision ca1c65d0 (qgis): [processing] In place editing triggers editing and select all
- If the active layer is not editable, the executor will
try to switch editing on.
If there are no selected features, ... - 08:51 AM Revision 223a87fb (qgis): Merge pull request #8121 from nyalldawson/no_boundary
- Boundary alg cannot run in-place mode
- 08:43 AM Revision 3522518b (qgis): Do not add allowCommit to Python bindings
- 08:00 AM Revision 2f89139c (qgis): Fix up test
- 08:00 AM Revision a6ae6c17 (qgis): Add a provider test for a crash experienced in SQL Server provider
- 08:00 AM Revision 3fc0e69f (qgis): [mssql] Add unit test for #15305
- 08:00 AM Revision 17b80c14 (qgis): [mssql] Implement native uniqueStringsMatching method, should speed up ...
- 08:00 AM Revision 4986d432 (qgis): [mssql] Fix crash when requesting min/max/unique values from invalid fi...
- 08:00 AM Revision b7f5a3c1 (qgis): [mssql] Fix shifted attributes after importing layers via browser
- drag and drop
Fixes #15305 - 07:44 AM Revision 57fcf439 (qgis): Boundary alg cannot run in-place mode
- 03:34 AM Revision 4a687a07 (qgis): [mssql] Fix integer division compilation
- Makes sql server provider pass conformance tests again!
- 03:34 AM Revision 3df8c75d (qgis): [mssql] Update list of uncompilable expressions
- 03:34 AM Revision 1d9086c7 (qgis): [mssql] Allow compilation of int div expressions
- 03:34 AM Revision 10095ce0 (qgis): [mssql] Compile some simple expression functions
- Should speed up lots of querying operations on sql server layers
- 02:48 AM Revision 8cad2a6e (qgis): [processing] Fix random selection count parameter
- Remove a bunch of manual "max" values for numeric parameters
where the maximum just represents a 'large number' and n...
2018-10-04
- 01:37 AM Revision e3e92976 (qgis): sip fix for xenial
- 10:58 PM Revision dce8673d (qgis): Move guts of wordwrap expression function to QgsStringUtils::wordWrap
- To allow use outside of expressions
- 10:58 PM Revision 234985b5 (qgis): [needs-docs][labeling] Fix substitutions don't play well with wrapped l...
- Fixes an issue identified in the upcoming QGIS Map Design 2nd ed
(spoiler alert!) where it's impossible to utilise la... - 10:20 PM Revision 9363aeb8 (qgis): remove useless script
- 09:46 PM Revision e1f611ba (qgis): also do raster layer properties
- 09:22 PM Revision 3ffd72a8 (qgis): create joined layer to feed the join tab in vector layer properties
- 09:17 PM Revision 706b13a4 (qgis): [processing] Make 'canvas extent' its own menu item in the extent
- selection parameter button, instead of requiring opening the
'select layer/canvas extent' and choosing 'canvas extent... - 09:01 PM Revision c842e544 (qgis): fix flag and group vector layer properties
- 08:54 PM Revision 2240e1fc (qgis): add screenshots of global options
- 08:01 PM Revision 18f65628 (qgis): save screenshots to sub-folders
- 08:01 PM Revision ffdf6172 (qgis): take screenshots in app for user documentation
- 08:01 PM Revision 6af8ea8d (qgis): fix QScreen::grabWindow bbehaving weirdly
- maybe it's just on mac
- 08:01 PM Revision 2f93ef14 (qgis): add 2.5D screenshot
- 08:01 PM Revision 046f915c (qgis): more doc
- 08:01 PM Revision 2b4de282 (qgis): rename takeScreenshots to takePicturesOf
- 08:01 PM Revision b0e1cf5f (qgis): use absolute positioning for cropping
- 08:01 PM Revision 2e1274e1 (qgis): add command line to create screenshots
- 08:01 PM Revision 46a58c99 (qgis): parent to QgisApp for proper style + move dialogs to corner so menu are...
- 08:01 PM Revision 3fc32065 (qgis): add licence headers
- 08:01 PM Revision 0fec1645 (qgis): give root name + restore all screenshots
- 08:01 PM Revision a4ccc954 (qgis): cropping and gradient capabilities
- 05:03 PM Revision 2a974e30 (qgis): fix build on xenial & stretch
- 03:53 PM Revision 2473973b (qgis): Merge pull request #8115 from 3nids/fix_cannot_paste_geom_style
- [#19980] Fix cannot paste style when geometry doesn't match
- 03:08 PM Revision 7858b4c3 (qgis): add missing doc
- 02:56 PM Revision 819aaee3 (qgis): move XML flag reading to Xml utils
- 02:56 PM Revision 1e1d53f0 (qgis): add source categories to disable unvailable ones for pasting style
- 02:56 PM Revision 0cd6ea48 (qgis): use the source style from clipbboard to avoid error when pasting with a...
- 02:56 PM Revision 0787a73d (qgis): do not block pasting style on different geometry type layer if destinat...
- 02:56 PM Revision b004a415 (qgis): save categories that were used in the XML
- 02:45 PM Revision 226fb47e (qgis): fix cannot load style when layer has no style in DB (#8113)
- 02:10 PM Revision 8a226671 (qgis): remove setReloadTime because it's not used anymore
- 02:09 PM Revision 43f77fda (qgis): do not overwrite text entry on editing and model reloadings
- 08:26 AM Revision bfe24130 (qgis): Merge pull request #8101 from elpaso/bugfix-various-dbmanager-query-tim...
- [db-manager] Fix some unreported issues in the SQL dialog
- 08:26 AM Revision 031efeb3 (qgis): Merge pull request #8100 from elpaso/bugfix-19388-crash-on-form-widget
- Fix a crash on attribute form widget
- 08:20 AM Revision 713192f7 (qgis): set value to null when pressed lineedit-clearbutton
- 08:17 AM Revision 13d25862 (qgis): setting of reload interval in featurelistcombo
- 08:07 AM Revision cc4e2ab8 (qgis): Capitalization
- 04:59 AM Revision 9d2c3af7 (qgis): [mesh] make layer blend mode option visible in UI
- 04:46 AM Revision 64e561cc (qgis): Fix "Add" button in database add layer dialogs is sometimes disabled
- even when a layer is selected
- 04:46 AM Revision 7ac86d2f (qgis): [mssql] Fix incorrect feature sort order when combined with subset
- of attributes request
Fixes a failing provider conformance test - 04:46 AM Revision f3779589 (qgis): [mssql] Fix conversion of time values
- At least using the linux sql server driver, time fields are not
correctly automatically converted to QTime variants. ... - 04:46 AM Revision c5ecc648 (qgis): [mssql] Fix provider emits unnecessary dataChanged signal
- Fixes a failing provider conformance test
- 04:46 AM Revision f6ecc8c0 (qgis): [mssql] Fix debug noise when reading features with null geometry
- 04:46 AM Revision f0342ec6 (qgis): [mssql] Fix some clazy/clang warnings
- 04:46 AM Revision 07296538 (qgis): [mssql] Fix more clazy/clang warnings
- 03:29 AM Revision af0ddb6a (qgis): [browser] Use link folder icon for symlinked folders
2018-10-03
- 01:53 AM Revision faa119fe (qgis): Fix cannot use browser dock to create new folders
- 01:53 AM Revision 5774b9a8 (qgis): Correctly parent actions
- 01:53 AM Revision 7ae3864b (qgis): Correctly parent dialog to window, not browser
- 10:19 PM Revision e375d1dd (qgis): [BUG FIX][Split Tool] Bug fix for split features tool
- Fixes #19936 by prioritising existing attributes over provider side defaults in some circumstances
- 10:17 PM Revision f410b4a4 (qgis): Fixes #16759 - ensures OSM layers use OGR random layer read/write
- To guarantee all features are rendered with large files
- 10:15 PM Revision 14b68432 (qgis): Update expected test results
- 10:15 PM Revision 297dbe07 (qgis): Fix ellipsoidal area calculation
- 10:13 PM Revision 36d33ee6 (qgis): Two small mesh layer GUI fixes
- - update native/triangular mesh enabled/disabled setting from layer
- update time slider/cobmo from layer - 10:13 PM Revision de1a5463 (qgis): move connection to change project title later in init
- this fixes a crash when running QGIS with snapping enabled in ini file
- 09:52 PM Revision e5e1b9a4 (qgis): fix the GRASS7 r_contour tool removing the mandatory flag of one of the...
- 09:38 PM Revision a74d7975 (qgis): Merge pull request #8072 from dakcarto/opencl-clhpp
- [opencl] Add FindOpenCLhpp CMake module; vendor cl2.hpp; fixup includes
- 03:17 PM Revision 947a1999 (qgis): [db-manager] Fix max recursion limit in rollback
- 03:11 PM Revision c90da0e4 (qgis): [db-manager] Fix affected rows -1
- Number of affected rows was always reported ad -1
no matter what was in the SQL - 02:48 PM Revision 96b903e1 (qgis): [db-manager] Increase precision when reporting query time
- For consistency with the SQL dialog that used 3 decimal places
- 02:45 PM Revision b8c21b03 (qgis): [db-manager] Query elapsed time include fetch time
- The values reported were always lower than
the actual time for query and fetch.
I guess that those values are useful... - 02:36 PM Revision 0319e36c (qgis): Merge pull request #8054 from m-kuhn/geometryCheckPyBindings
- Python bindings for QgsGeometryCheck and co
- 11:50 AM Revision 6a8d80d5 (qgis): Alway use index from name
- followup 2609815cd134112489a3933461324c176cafcbe8
- 11:28 AM Revision 2609815c (qgis): Fix a crash on attribute form widget
- Fixes #19388 - Consistent crash with join layer
- 09:03 AM Revision f4bc24c5 (qgis): [ui] add a favorite star to menu action
- 09:03 AM Revision edc54b73 (qgis): [ui] remove use of system icon in adv. settings tree
- 09:03 AM Revision 3235fb54 (qgis): [ui] resurrect home folder
- 09:03 AM Revision 94aa8d03 (qgis): [ui] remove use of system icons in browser directory properties
- 09:03 AM Revision 359986d8 (qgis): [ui] remove use of system icons in svg selector widget
- 07:24 AM Revision 09adbe29 (qgis): Merge pull request #7888 from signedav/bugfix_recursive_crash
- [Bugfix] Do not store recursively
2018-10-02
- 08:50 PM Revision 2aef1955 (qgis): Fix doxygen warning
- 08:50 PM Revision 82c6281e (qgis): Load default QGIS metadata for layers in browser layer metadata panel
- 08:50 PM Revision 3e356bee (qgis): Safer projection handling overriding in browser
- 08:50 PM Revision dce7b193 (qgis): [mssql] Fix some provider methods fail
- 08:50 PM Revision 801fce7c (qgis): [mssql] Fix another scenario when mssql browser item can get stuck in r...
- 08:50 PM Revision dcca55c6 (qgis): [mssql] Fix iteration failure from background threads
- We need to defer the database retrieval until iteration begins,
because otherwise we are creating the database in the... - 08:50 PM Revision 7c27a5b4 (qgis): [mssql] Fix connection ID used by column type thread
- 08:50 PM Revision b7333c06 (qgis): [mssql] Use currentThread instead of fragile currentThreadId to ID uniq...
- 08:50 PM Revision 72432246 (qgis): [mssql] Fix test data creation script
- 08:34 PM Revision 9958c0b9 (qgis): update_ts.sh: no obsolete translation on push
- 03:26 PM Revision 3c13e705 (qgis): fix build without HAVE_SERVER_PYTHON_PLUGINS (#7954)
- 02:56 PM Revision 6bff7f08 (qgis): [mesh] Misc GUI fixes for mesh layers
- - correct rounding of time
- correct display of time (was off by an hour)
- fixed time combo box when not time-varyin... - 02:15 PM Revision d2fdfe8f (qgis): add null and is null macros for QgsFeatureId (#8085)
- * add null and is null macros for QgsFeatureId
* Finalize FID_NULL
* No string to fid null conversion for now
* add p... - 02:04 PM Revision b3f36dc2 (qgis): Merge pull request #8056 from qgis/3nids-patch-3
- use float precision for screen coordinates
- 02:00 PM Revision e9849a2b (qgis): [browser] further tweak db, mesh, and zip icons
- 02:00 PM Revision ad958205 (qgis): bring some colors back
- 02:00 PM Revision d79c3982 (qgis): [browser] invert folder icon colors
- 02:00 PM Revision 64890812 (qgis): [browser] favorite and home folder icon improvements
- 02:00 PM Revision 89ed97c3 (qgis): [browser] grayscale raster and mesh icons
- 01:40 PM Revision c31fe5ab (qgis): add parenthesis to fix macro call
- 01:20 PM Revision 8609052d (qgis): More thread safe connection name work
- 01:20 PM Revision b748ac60 (qgis): [mssql] Fix cannot import layers to mssql via browser
- 01:20 PM Revision f4216bee (qgis): [mssql] Fix never ending schema refreshing icon in browser
- 01:20 PM Revision 3b8a2d94 (qgis): [mssql] Don't share connections between threads
- Starting with Qt 5.11, sharing the same connection between
threads is not allowed. Use a dedicated connection for eac... - 11:51 AM Revision 57f77d01 (qgis): [processing] Fix in-place mode results in unknown distance units
- We need to still create the parameter wrappers when in in-place mode
for the input/output parameters, as some other w... - 09:41 AM Revision 1210dca4 (qgis): No string to fid null conversion for now
- 09:34 AM Revision 29ac3f47 (qgis): [browser] fix zip items unable to populate OGR layers
- 09:34 AM Revision 5e1348bb (qgis): address comment, update (and vectorize) zip icon
- 09:34 AM Revision e877050a (qgis): [browser] prioritize OGR provider for archived files in basic scan mode
- 09:34 AM Revision af0bae67 (qgis): [gdal] update data item creation to new methods
- 09:24 AM Revision c35ea6e7 (qgis): Finalize FID_NULL
- 08:46 AM Revision df40eabb (qgis): [processing] Make annoying modal progress dialog for algorithms match
- size/position to the algorithm dialog itself
We can't get rid off this dialog, but let's at least position/size
it n... - 08:46 AM Revision c8bf6db3 (qgis): [processing] Give progress reports/allow cancelation in in-place mode
- 08:46 AM Revision 68dee5b1 (qgis): [processing] Remove hack
- 07:37 AM Revision 66f2272b (qgis): Improve API docs concerning sort behavior
- 06:23 AM Revision 62d6c8c6 (qgis): Also show a preview tooltip for symbol buttons
- 06:23 AM Revision a58d8d54 (qgis): Use golden ratio for tooltip preview swatches
- 06:23 AM Revision 8f78beb1 (qgis): [ux] Show large swatch preview in color/symbol tooltips
- 06:03 AM Revision 16a57a37 (qgis): add call to embedded widget provider `supportsLayer()`
- This method was not previously being called anywhere. It is now called in the embedded widget config
just before show... - 04:14 AM Revision 5c7fd20a (qgis): Fix truncated symbol name text in style manager dialog
- 02:49 AM Revision 6bce5210 (qgis): Remove some debug messages
- 02:49 AM Revision d5e0d330 (qgis): No Q_FOREACH
- 02:49 AM Revision 76190d59 (qgis): Remove useless member variable
- 02:49 AM Revision 6dd1bd3f (qgis): unique_ptr
2018-10-01
- 10:20 PM Revision 27ce17cf (qgis): Enable OpenCL for Mac, by default; keep disabled for BSD
- CMAKE_HOST_SYSTEM_NAME (uname -s) on macOS returns Darwin, even though
it is a BSD variant. - 09:18 PM Revision f2ada66a (qgis): ts2appinfo.py: get desktop encoding right
- 08:05 PM Revision 626ad6cf (qgis): add null and is null macros for QgsFeatureId
- 06:29 PM Revision ff418821 (qgis): Merge pull request #8082 from elpaso/qvariant-equal
- Add qgsVariantEqual for null-aware comparison
- 04:06 PM Revision fecf2ebf (qgis): Merge pull request #8083 from m-kuhn/processingDoubleDeclare
- Mini cleanup: Remove doubledeclare
- 03:58 PM Revision 5ed02a7a (qgis): Use qgsVariantEqual in some places
- 03:19 PM Revision f6134b56 (qgis): Remove doubledeclare
- 03:09 PM Revision b48a429c (qgis): Remove redundant test
- 02:59 PM Revision a68a82cb (qgis): qgsVariantEqual second iteration
- 02:02 PM Revision 90e2c455 (qgis): Add qgsVariantEqual for null-aware comparison
- 01:53 PM Revision d9c57cdc (qgis): fix typo
- 01:13 PM Revision cacd82e7 (qgis): Update api_break.dox
- 12:35 PM Revision cb7b44d4 (qgis): Merge pull request #8068 from m-kuhn/rubberbandProperties
- Rubberband properties
- 12:32 PM Revision 27e4b192 (qgis): Merge pull request #8079 from elpaso/bugfix-19981-value-relation-0
- Fixes value relation widget 0 indexed related items
- 12:10 PM Revision 3f248570 (qgis): Merge pull request #8077 from elpaso/bugfix-19984-opencl-warning
- Fix opencl build warning
- 11:19 AM Revision fc4c5794 (qgis): fix build on Qt <5.8
- 11:19 AM Revision d8fcb651 (qgis): Simplify if condition for list values
- 10:47 AM Revision 9b0dc1ea (qgis): Spelling
- Who knows why?
- 10:43 AM Revision 9af3c496 (qgis): another adaption for ts2appinfo
- 10:41 AM Revision 6574e692 (qgis): Fixes value relation widget 0 indexed related items
- Fixes #19981 - Value relation, value 0 = NULL
- 09:00 AM Revision 9244d3fd (qgis): Fix opencl build warning
- Fixes #19984
- 08:48 AM Revision bb0c6293 (qgis): Fix loading style for non-spatial tables in Postgres+SpatiaLite (fixes ...
- OGR is not affected by the bug.
Oracle and MS SQL are most likely affected, but I don't have them here to test. - 08:19 AM Revision 5508ea03 (qgis): Use a custom folder icon instead of O/S folder icon
- ...because using O/S folder icon can causes crashes.
Fixes #18260 - 08:13 AM Revision 08cece22 (qgis): [processing] Fix some exceptions when running in iterate mode
- 08:07 AM Revision b5476ef5 (qgis): Fix clang warnings, scale truncation to int
- 08:07 AM Revision be01ea88 (qgis): Fix encoding scale to sld
- 08:07 AM Revision 0e2ceb90 (qgis): Fix rule based labeling does not permit moving labels using interactive...
- Fixes #19979
- 06:54 AM Revision 2b1cbf4f (qgis): Fix disconnected fill outlines in preview icons when outline
- has a line offset set
- 06:54 AM Revision 750d868c (qgis): Use QgsStyleModel in style import/export dialog
- Fixes hidpi icon size/text truncation issues
- 06:17 AM Revision ee4afe2d (qgis): Fixes #19836
- Keep layer order when using different way for passing layer (layer id or layer pointer for instance)
- 06:17 AM Revision f7c29d7f (qgis): resultStringList variable is not used anymore, remove it
- 04:05 AM Revision 81f9e6df (qgis): [opencl] Add FindOpenCLhpp CMake module; vendor cl2.hpp; fixup includes
- CL/cl2.hpp, which the OpenCL support is based upon, is not always
included with OpenCL on some platforms, e.g. Mac, o... - 02:55 AM Revision 3ecb1548 (qgis): Add missing fox for QgsFontMarkerSymbolLayer, improve existing dox
- 02:50 AM Revision 644ea71c (qgis): [processing] Some History dialog UX fixes:
- - fix tiny folder icon on hidpi
- remember window geometry
2018-09-30
- 01:15 AM Revision d50ccff6 (qgis): [browser] Fix tiny folder icons on hidpi screens
- QStyle::standardPixmap is deprecated and not hi-dpi friendly.
Unfortunately, there's no equivalent of QIcon::addPixma... - 04:55 PM Revision 7a99fa2f (qgis): More detach avoidance
- 04:54 PM Revision 10b83d68 (qgis): Make use of implicitly shared geometry
- 04:41 PM Revision 6a5a602b (qgis): Add checkType() method to all checks
- 04:25 PM Revision e63526f9 (qgis): Improve docstring
- 04:22 PM Revision 9668eab9 (qgis): Fix docs
- 04:21 PM Revision 6c5f978b (qgis): Make QgsGeometryCheck::CheckType available in factory
- 02:30 PM Revision a2111b00 (qgis): Use std::unique_ptr for LayerFeature
- 02:26 PM Revision 8c85b739 (qgis): Fix rubbish context leads to crash
- 02:17 PM Revision 3032af2d (qgis): [mesh] add fundamental support for time handling
- 01:18 PM Revision bdbd294e (qgis): Catch transform exceptions
- 12:12 PM Revision b60f42c8 (qgis): No notify signal, no reason for a safety check
- 11:50 AM Revision fe5ed43f (qgis): Make sip code style test happy
- 10:42 AM Revision 113edcca (qgis): Cleanup
- 10:42 AM Revision 3563f155 (qgis): Remove unrequired includes
- 10:42 AM Revision 9a19ba3c (qgis): Dox and bindings
- 10:36 AM Revision bd5703cb (qgis): Add \note not available in python bindings
- 10:35 AM Revision f0ddef4b (qgis): Dox
- 09:46 AM Revision 32876043 (qgis): Make QgsRubberBand fillColor a Q_PROPERTY
- 09:46 AM Revision ba186242 (qgis): More properties for QgsRubberBand
2018-09-29
- 12:31 AM Revision a0292c3f (qgis): [processing] Reload scripts after a script has been saved in the editor
- Fixes #19934
- 12:30 AM Revision c5ce9d7c (qgis): Sorry... I forgot to clear the rubberband
- 12:29 AM Revision 8fdf34be (qgis): Doxygen for QgsRubberband
- 12:29 AM Revision d4fd4912 (qgis): Fix grammar
- 12:28 AM Revision fc7df325 (qgis): Make values in attribute form better readable
- Currently in readonly modus of a form, the line-edits get
a 'disabled'-palette. But because text is then so light rea... - 12:28 AM Revision db65b9a8 (qgis): Add QgsRubberBand::setToGeometry with crs parameter
- 09:48 PM Revision e2aa0b71 (qgis): explicitely call int version of former calls to toMapCoordinates
- 06:10 PM Revision ad7d03c6 (qgis): Merge pull request #7859 from rldhont/fix-server-sld-param-support
- [Bugfix][Server] Add WMS SLD parameter support
- 05:05 PM Revision 157ba0f4 (qgis): QgsMapToPixel API cleanup
- * overload toMapCoordinates to also take double (use different PyName)
* deprecate toMapPoint which is strictly equiv... - 04:21 PM Revision 110c8a01 (qgis): use float precision for screen coordinates
- this should fix rounding error when the map canvas has an odd pixel size
- 04:21 PM Revision f1daabfa (qgis): QgsMapToPixel API cleanup
- * overload toMapCoordinates to also take double (use different PyName)
* deprecate toMapPoint which is strictly equiv... - 03:31 PM Revision bc736b8c (qgis): followup
- 03:28 PM Revision 37d85c25 (qgis): followup
- 01:58 PM Revision 66f52ce5 (qgis): [QgsMapToPixel] API cleanup
- * overload toMapCoordinates to also take double (use different PyName)
* deprecate toMapPoint which is strictly equiv... - 01:54 PM Revision 73c02fe9 (qgis): [QgsMapToPixel] API cleanup
- * overload toMapCoordinates to also take double (use different PyName)
* deprecate toMapPoint which is strictly equiv... - 01:28 PM Revision 8ec5fec2 (qgis): remove useless invokable methods (#8059)
- having invokable on overloaded methods taking enum as parameter is pretty useless as it is seen as an integer
the las... - 11:35 AM Revision 6d97af0d (qgis): Fix link
- 08:02 AM Revision b395488b (qgis): Merge pull request #8052 from elpaso/bugfix-19930-spatialite-query
- Fix spatialite queries without pk
- 03:24 AM Revision 2f7666e3 (qgis): fix requesting CRS for layer without geometry (#7771)
2018-09-28
- 12:14 AM Revision a6c3b812 (qgis): add appinfo metadata source dependency
- 11:38 PM Revision f58cc381 (qgis): mark static methods as such
- 11:38 PM Revision 94b10829 (qgis): Micro optimization: very slightly cheaper QgsFeature::initAttributes call
- 11:37 PM Revision 6110931f (qgis): Rename QgsSpatialIndex::insertFeature to ::addFeature, for consistency
- with other classes
And make QgsSpatialIndex a QgsFeatureSink - 11:37 PM Revision 9698444f (qgis): [processing] Fix inefficiencies in Delete Duplicate Geometries algorithm
- ..and make progress bar more accurate.
Use a spatial index to avoid comparing every feature to every other
feature, ... - 11:37 PM Revision 8ae35de4 (qgis): Replace deprecated call
- 09:45 PM Revision 65bdc838 (qgis): fix typo and grammar in the same word
- 05:26 PM Revision 4d9dcd83 (qgis): more precise comments
- 05:07 PM Revision 63f597f9 (qgis): Merge pull request #8040 from pblottiere/server_highlight_line
- [server] Fixes #19906 - GetMap request with line in the SLD is correctly rendered
- 05:06 PM Revision 33c68d28 (qgis): use float precision for screen coordinates
- this should fix rounding error when the map canvas has an odd pixel size
- 03:26 PM Revision 7ba19dd0 (qgis): Cleanup leftover file
- 03:25 PM Revision 93fe7226 (qgis): Indentation and typo fix
- 03:21 PM Revision 514d09bb (qgis): Fix rebase problems
- 02:53 PM Revision 0e52074e (qgis): Remove duplicate flags and rename is valid check
- 02:14 PM Revision 7af61a4c (qgis): Fix missing vertex check
- 01:59 PM Revision 903e9433 (qgis): Doxygen
- 01:33 PM Revision bee5470e (qgis): Python bindings for QgsGeometryCheck and co
- Adds
- python bindings
- geometry check factory
- geometry check registry
- QgsFeedback for geometry checks (lot... - 12:06 PM Revision dc15ae1f (qgis): Spelling
- 11:05 AM Revision f1b2893b (qgis): Move table name variable to local
- 11:02 AM Revision 9e9f0d6d (qgis): Remove debug output
- 10:29 AM Revision a02d448b (qgis): [spatialite] Fix pk-less queries cannot be retrieved by id
- Fixes #1993 - Zoom to feature" does not work
This actually fixes many more bugs related with the
QGIS generated feat... - 09:42 AM Revision 5496442c (qgis): Add mask image
- 09:12 AM Revision 1a618852 (qgis): 3D view: allow usual camera controls while the identify tool is active
- A small usability improvement... until now one would need to disable
identify tool before being able to move/zoom/rot... - 06:25 AM Revision 68426d64 (qgis): Add missing file
- 06:25 AM Revision 308d7136 (qgis): [processing] More fixes to convertToCompatibleFormat, lots of unit
- tests
Fixes #19938 - 06:25 AM Revision 737ab306 (qgis): [processing][gdal] Correctly handle geopackage paths with layername arg...
- Fixes #19938
- 06:25 AM Revision 7a45702b (qgis): [processing][gdal] Fix stylesheet for gdal algorithms
- 05:36 AM Revision 79774507 (qgis): [processing][ogr] Fix conversion of non-disk based layer sources
- to GDAL commands
Fixes #19946 - 05:17 AM Revision 2f214c66 (qgis): Fix qgis_bench
- 05:17 AM Revision f1ced30e (qgis): Fix dox
- 05:17 AM Revision 39d14861 (qgis): Optimise conversion of geometry from OGR -> QGIS
- Avoid conversion to/from WKB at OGR/QGIS side, and just directly
utilise OGR geometry API to construct QGIS geometrie... - 04:26 AM Revision e433a105 (qgis): Use decodeUri to make bad layers file parsing more stable
- 04:26 AM Revision e8f3dbdd (qgis): Fallback to old method if decodeUri returns an empty map
- 02:20 AM Revision 0396abfd (qgis): [needs-docs] Review the Dissolve algorithm description
- * The current description focuses on geometries and assumes only line or vector layers can be dissolved
* Rename labe... - 02:19 AM Revision 9e5cc4b7 (qgis): Fix array of translated features algorithms
- 02:19 AM Revision b478ee75 (qgis): Fix "Array of offset lines" algorithm
- 02:18 AM Revision 3ce743e0 (qgis): Remove background from scalable icon
- Fixes flathub/org.qgis.qgis#9
2018-09-27
- 11:03 PM Revision b9f20b0e (qgis): Merge pull request #7902 from rldhont/server-wfs-format-field
- [Bugfix][Server][WFS] Server wfs format field
- 09:10 PM Revision 907c1a9e (qgis): [Server] Localize loadUrl messages in log
- 09:08 PM Revision 34009d3f (qgis): [Tests][Server] Add test for WMS SLD parameter and move SLD_BODY test
- 09:08 PM Revision c15f05b4 (qgis): [Bugfix][Server] Add WMS SLD parameter support
- Fixed #19795 QGIS Server 3 / WMS: the SLD parameter support has been removed
To reactivate SLD parameter support, we... - 09:08 PM Revision 00cfe7da (qgis): [Server] Use QgsNetworkContentFetcher to loadUrl
- 07:58 PM Revision 3a70f88f (qgis): expand layer tree in project properties to take vertical space (#8042)
- * expand layer tree in project properties to take vertical space
* remove spacer - 05:25 PM Revision 210a1fe1 (qgis): Update unit test
- 05:24 PM Revision f74f7855 (qgis): Fixes #19906 - GetMap request with line in the SLD is correctly rendered
- 04:49 PM Revision f6f3174e (qgis): Merge pull request #8038 from qgis/3nids-patch-3
- fix missing include of Qt libs in src/test/qgstest.h
- 04:38 PM Revision 97c5ed02 (qgis): better fix for detecting QWTPOLAR without DESKTOP
- 04:20 PM Revision 057aafe1 (qgis): WITH_QWTPOLAR is only defined when building with desktop
- 03:43 PM Revision bb81f71d (qgis): remove dependency on qgis_gui from native tests
- 01:38 PM Revision 1c8b99e3 (qgis): fix missing include of Qt libs in src/test/qgstest.h
- because it includes QgsApplication -> QApplication
- 01:02 PM Revision be9c1138 (qgis): Merge pull request #7872 from rldhont/fix-dbmanager-sql-layer-set-uniqu...
- [BUGFIX][DbManager] SQL Layer: fix unique combo setting
- 10:50 AM Revision 2275853c (qgis): Merge pull request #8008 from m-kuhn/missingVertexCheck
- Add QgsGeometryMissingVertexCheck
- 10:12 AM Revision 3c379d36 (qgis): Fix test
- 09:26 AM Revision b85db09b (qgis): [ui] add icon view icon for the symbol list widget
- 09:19 AM Revision 3183b307 (qgis): [BUGFIX][DbManager] SQL Layer: fix unique combo setting
- 09:18 AM Revision 08ac1f0e (qgis): Merge pull request #8037 from elpaso/bugfix-db-manager-sql
- Bugfix db manager sql
- 08:29 AM Revision c06c475b (qgis): [db-manager] Update sql dialog buttons status
- Fixes #19958 - Database manager allows one to create saved query with no name
- 08:01 AM Revision 94ded32f (qgis): [db-manager] Allow multiline filters in sql window
- Fixes #19956 - Update SQL layer results in invalid SQL expression
2018-09-26
- 12:46 AM Revision 8831f19b (qgis): Fix missing indicators after they are moved to a different group
- The issue was that during drag&drop, we first connect to layer's signal
for the second time, but then the disconnect(... - 12:46 AM Revision a1d130ac (qgis): Fix spelling
- 07:47 PM Revision c3066c2c (qgis): Cleanup
- 06:31 PM Revision 0e328076 (qgis): Change canCommitChanges to allowCommit flag
- 05:35 PM Revision cda4950d (qgis): Change canCommitChanges to allowCommit flag
- 05:15 PM Revision d2bb3d60 (qgis): Fix python signature?
- 05:11 PM Revision 68ba7546 (qgis): [Server][WFS] Use editor widget setup for Range fields
- 05:11 PM Revision 37c1e237 (qgis): [Server][WFS] Use editor widget setup for DateTime fields
- The user can define with the editor widget the data type of the field with more accuracy than the data provider.
In t... - 04:17 PM Revision a56deacf (qgis): Add QgsVectorLayer::canCommitChanges
- to control if changes can be saved or not. This signal is emitted before a layer is being saved and if a connected sl...
- 03:48 PM Revision cd095884 (qgis): Adding screenshot, so will be visible on https://flathub.org/apps/detai...
- 03:21 PM Revision 374756b3 (qgis): Add missing include
- 02:23 PM Revision fd869d83 (qgis): Add test for missing vertex check
- 02:22 PM Revision b05ea1a1 (qgis): Do not report duplicate errors in missing vertex check
- 02:19 PM Revision 51574069 (qgis): Fixes blocking if the edit in place functionality is used in the locato...
- Fixes #19950
- 02:15 PM Revision 6de6c08a (qgis): [Server][WFS] Set correctly attribute type for number fields in XSD
- Replace `double` by `decimal`
Use `int`, `unsignedInt`, `long` and `unsignedLong` for `QVariant::Int`, `QVariant::UI... - 02:15 PM Revision cfddac58 (qgis): [Server][WFS] Define encodeValueToText to correctly format field values
- 11:07 AM Revision d9517f7b (qgis): Fix Help button connection
- 11:06 AM Revision 42aaa236 (qgis): Fix method name
- It's not only about storing in database
- 10:56 AM Revision bbe1aaef (qgis): Fix save style dialog expansion
- and declutter the UI
- 09:55 AM Revision 5047571c (qgis): Move recursive "collect layers" algorithm to QgsLayerTreeUtils + tests
- 09:55 AM Revision ea171626 (qgis): Make sure that also groups with "required" layers cannot be removed
- Fixes an unreported bug where it was possible to select a layer tree group
and remove even when it contained required... - 08:49 AM Revision 6aa00b14 (qgis): Merge pull request #8022 from elpaso/bugfix-19831-db-manager-import-srid
- [dbmanager] Fixes DB Manager does not read SRID automatically
2018-09-25
- 12:07 AM Revision 346073a2 (qgis): Add more tags to find the "Line substring" algorithm
- 12:07 AM Revision 6e032531 (qgis): [processing][gdal] Fix empty fid is passed if FID option is not set
- Also add full range of unit tests for OgrToPostGis algorithm.
Fixes #19947 - 08:27 PM Revision 80723e89 (qgis): Adds .qgz files on --help description
- Lists .qgz files in the possible project files to open from the command line
- 08:27 PM Revision 0f626859 (qgis): Fix is_layer_visible to allow direct layer objects and handle removed l...
- 08:27 PM Revision 3d70f1b5 (qgis): [layouts] Fix is_layer_visible does not work within layout map items
- 08:27 PM Revision f29c48b9 (qgis): Dox
- 08:27 PM Revision f4bbb147 (qgis): Dox++
- 08:27 PM Revision fd1d6c10 (qgis): Add more descriptive error messages for raster calculation failure
- With unit tests
- 08:26 PM Revision e2082a09 (qgis): [processing] Fix modeler help/description generation, allow setting
- of model short description text
Fixes #18767 - 08:26 PM Revision d26f25cf (qgis): Deprecate unused QgsProcessingAlgorithm::helpString method
- 08:26 PM Revision 95d68e91 (qgis): [processing] Default to hiding help button for algorithms
- And require that showing help is opt-in. Apart from a handful
of built-in providers, most providers will not have hel... - 08:26 PM Revision 844a3fb1 (qgis): [processing] Allow help url to be set for models within help edit dialog
- Refs #18767
- 08:26 PM Revision aa55de8e (qgis): Fix advanced parameter panel incorrect margins in processing algorithm ...
- 08:26 PM Revision 6d1a9295 (qgis): Use correct stylesheet for processing dialogs
- 06:24 PM Revision afd7b92a (qgis): Followup 5f33137, C++ is not Python
- 03:49 PM Revision 981aea71 (qgis): Merge pull request #8006 from sbrunner/print-error
- [Server] Print an error message, on project load error
- 02:50 PM Revision f7f70bfb (qgis): [dbmanager] Fixes DB Manager does not read SRID automatically
- Fixes #19831
- 02:01 PM Revision 517b50c6 (qgis): Capitalization
- 01:22 PM Revision 5f33137c (qgis): Print an error message, on project load error
- 01:09 PM Revision 9bbabcfb (qgis): Add test
- Add onStyleChanged
Add if mRenderContext when necessary
Orderer renderer if and add enableInvisibleFeature - 10:51 AM Revision 774e7341 (qgis): Merge pull request #8017 from elpaso/geopackage-vacuum-from-file-browser
- [browser] Allow GPKG VACUUM from file browser
- 10:13 AM Revision c0ff2f48 (qgis): Fixes #18252 - Shape digitize (and circular string) tools do not show
- rubberband fill color when drawing polygons
- 10:13 AM Revision ad94cce3 (qgis): layerType -> mLayerType
- 09:51 AM Revision 2df58fd8 (qgis): [browser] Allow GPKG VACUUM from file browser
- 09:43 AM Revision e8c98f89 (qgis): Merge pull request #8002 from elpaso/make_features_compatible
- Port makeFeaturesCompatible from python to C++
- 08:24 AM Revision b34c461d (qgis): Drop const on makeFeatureComptible returned values
- 08:17 AM Revision 930c3f8e (qgis): Port makeFeaturesCompatible to C++
- as: QgsVectorLayerUtils::makeFeaturesCompatible
With tests. - 08:17 AM Revision 3157af2e (qgis): Revert const on createFeature
- just because it would be an API break
- 08:17 AM Revision fb47dd93 (qgis): Typo
- 08:17 AM Revision 8d82ce86 (qgis): makeFeatureCompatible on a single input feature
- 08:17 AM Revision 7e8592bc (qgis): Const correctness (because it's not an API break)
- 08:17 AM Revision a8dbb539 (qgis): Some minor changes
- - QgsVectorLayer *
- make a const copy of a const container
- typo and comments - 08:16 AM Revision 9809c7be (qgis): Merge pull request #8009 from borysiasty/release-2_18
- Polish translation update
- 07:14 AM Revision f78bdf05 (qgis): Prepare geometry engine
- 05:22 AM Revision af4a1df9 (qgis): [browser] Correctly show drives inserted (or removed!) after QGIS launch
- Fixes #14481, #9843
- 05:22 AM Revision 51737448 (qgis): Also handle multi-partition drive insertion/removal
- 05:22 AM Revision 035c78be (qgis): Add native platform interface for usb storage events
- Allows native interfaces to send a signal when a USB storage device
is inserted/removed
Refs #14481 - 04:48 AM Revision c817e38b (qgis): [processing] Fix an exception in modeler when editing a model in
- which a child algorithm later has a new parameter added
- 04:41 AM Revision 11991c52 (qgis): Fix capitalization
- 03:14 AM Revision a3af1f9f (qgis): [processing][gdal] Add unit tests for Dissolve algorithm
- Also:
Thanks to @agiudiceandrea:
Fixes #19900
Statistics were erroneously computed on the dissolve field, rather th... - 03:14 AM Revision ea2c16dd (qgis): [processing][gdal] Dissolve field name should be optional
- 02:32 AM Revision 6e06c32a (qgis): [processing] Fix crash when an algorithm dialog is left open and
- processing options are changed
Make sure the algorithm dialogs use their own copy of algorithms,
instead of the copi... - 02:31 AM Revision c2dab4ff (qgis): [processing] Use standard dock margins for results dock
- 02:10 AM Revision 52a80d89 (qgis): include appinfo metadata file in translation
2018-09-24
- 12:55 AM Revision 8e845b9a (qgis): Update org.qgis.qgis.appdata.xml
- 12:55 AM Revision b0364e6b (qgis): Adding translations to appdata
- 12:49 AM Revision a8794001 (qgis): Add method to match feature attributes to the given fields
- Refs #18784
- 12:49 AM Revision cc53af29 (qgis): Fix errors when saving features with virtual fields present
- Fixes #18784
- 12:49 AM Revision 95e95d0f (qgis): Unit tests for QgsVectorLayerUtils.matchAttributesToFields
- 12:49 AM Revision eacf4adb (qgis): Dox++
- 12:49 AM Revision 9fcd4fd0 (qgis): Use QgsVectorLayerUtils.matchAttributesToFields in processing in-place ...
- 11:50 PM Revision 010fe8aa (qgis): Polish translation update
- 10:51 PM Revision 6f0881ed (qgis): Add QgsGeometryMissingVertexCheck
- A topology check for missing vertices on polygon boundaries of neighbouring polygons.
- 10:19 PM Revision 458fa175 (qgis): Bette naming for python
- 09:21 PM Revision b5867bff (qgis): Fix legend count is 0 if graduated/categorized expression uses geometry
- Likely fixes many other bugs too with graduated/categorized renderers
Fixes #15544 - 09:21 PM Revision 81487f9f (qgis): Proxy filterNeedsGeometry for inverted/displacement renderers
- 09:21 PM Revision 17567ee5 (qgis): [processing] Never run feature validity check for point layers
- Saves a few cycles. The feature validity checks have no meaning
for point layers.
Refs #19919 - 09:20 PM Revision 03bef52d (qgis): Also shortcut validity checks for multipoint
- Since multipoints are always valid (but not always simple, e.g.
if they contain a duplicate point they are valid but ... - 09:20 PM Revision f380577a (qgis): Micro-optimisation: don't call geos for checking point geometry validity
- Since a single-point will always be valid
- 09:20 PM Revision 93f83a02 (qgis): [processing] Remove unnecessary index creation in points in polygons
- ...and rely instead on the data provider's spatial index.
Refs #19919 - 04:08 PM Revision f18bc52e (qgis): Fixes #18902 Snapping and tracing inconsistent behaviour
- 11:53 AM Revision 6286cf19 (qgis): Don't spell check appdata file, it needs translation
- 11:04 AM Revision 58116a22 (qgis): only render when in extent
- 11:04 AM Revision 74c99254 (qgis): update MDAL to 0.0.8 (fix projection issue)
- 11:04 AM Revision 11645ac7 (qgis): implement simple cache for rendering of mesh layer
- 11:04 AM Revision 7ad1b717 (qgis): use projection string from MDAL provider in Mesh Layer
- 11:04 AM Revision f3774981 (qgis): do not ask again for CRS when loading qgsproject with mesh layer
- 11:04 AM Revision 9c1dc79b (qgis): fix issues from Nyall review
- 11:04 AM Revision 1b82abfd (qgis): fix test images for mesh rendering
- 11:04 AM Revision 9b480afe (qgis): use qpainter to draw lines, not QgsSingleSymbolRenderer
- 11:04 AM Revision 5dffeaac (qgis): use data provider CRS
- 11:04 AM Revision 2c8f2381 (qgis): use spatial index to limit rendering of features
- 11:04 AM Revision eda33968 (qgis): update spatial index only when mesh or CRS changed
- 10:47 AM Revision 7a85fb01 (qgis): Catch coordinate transform exceptions
- 10:47 AM Revision e148d4b6 (qgis): Fix identification in 3D if CRS of 2D and 3D canvas are different
- 10:44 AM Revision 88ccb881 (qgis): A bit less nesting
- 10:26 AM Revision f9f683db (qgis): Fix new annotations are shown even when annotations are hidden
- Fixes #19117
- 02:41 AM Revision 2289ce32 (qgis): [MetaSearch] update default CSW connections
- 02:41 AM Revision 74665442 (qgis): [MetaSearch] update default CSW connections
- 02:13 AM Revision 6ecb08c4 (qgis): Revert "Revert "reorder application initialization (fixes #19879, #1991...
- This reverts commit 469b4b4a57fb2c30441b5de393662cdde36031b2.
- 02:13 AM Revision e2caf220 (qgis): fix tests (followup 9c5d397b4)
- 02:10 AM Revision 39f36c3d (qgis): Fix layer styling dock has tiny icons on hidpi
- 02:10 AM Revision b4c8f627 (qgis): Fix tiny symbol layer list on hidpi
2018-09-23
- 01:08 AM Revision 87aa9320 (qgis): fixes #16587
- 01:07 AM Revision 8cf75e4e (qgis): Add style manager icon to the project properties dialog
- 12:43 AM Revision aa88c856 (qgis): Remove maximum width from categorized/graduate expression widgets
- This constraint makes the widgets no-hidpi friendly
- 12:22 AM Revision 469b4b4a (qgis): Revert "reorder application initialization (fixes #19879, #19916, follo...
- This reverts commit 9c5d397b4d4ce12cb81f05955760a18c213a8566
The commit broke *every* test on Travis ;) - 09:54 PM Revision 4911d2e7 (qgis): [BUGFIX][NEEDS-DOCS] add command line option to hide browser (refs #18260)
- 09:52 PM Revision 7623ee8d (qgis): fix #18938
- 03:52 PM Revision 208571a8 (qgis): Merge pull request #7984 from rouault/fix_19483
- Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483)
- 03:51 PM Revision ac65ee03 (qgis): Merge pull request #7983 from rouault/fix_18804
- QgsRasterFilWriter: fix crash when building overviews (fixes #19679)
- 03:51 PM Revision bdc11197 (qgis): Merge pull request #7982 from rouault/fix_19477
- [OGR provider] Fix reading of OSM datasets when opening several layers at the same time (fixes #19477)
- 03:10 AM Revision 77be7eae (qgis): packaging fix
2018-09-22
- 07:50 PM Revision 9c5d397b (qgis): reorder application initialization (fixes #19879, #19916, followup d679...
- 07:29 PM Revision f27c7cad (qgis): packaging: include oauth2 method and opencl programs
- 07:29 PM Revision b6ec1bce (qgis): fix warnings
- 04:47 PM Revision d2a7668c (qgis): Raster: do not list RasterLite2 as a supported output format, and use a...
- 03:09 PM Revision 0c0e30b4 (qgis): QgsRasterFilWriter: fix crash when building overviews (fixes #19679)
- 11:59 AM Revision fabdc047 (qgis): [OGR provider] Fix reading of OSM datasets when opening several layers ...
2018-09-21
- 12:43 AM Revision 9dd14065 (qgis): Merge pull request #7979 from rouault/fix_19722
- QgsVectorFileWriter: fix DGN creation (fixes #19722, fixes #19723)
- 12:43 AM Revision bb40385d (qgis): Merge pull request #7977 from rouault/fix_ogrdataitems_layername
- [OGR provider] Make sure to use layername= syntax in URI of multilayer datasources (fixes #19885)
- 09:26 PM Revision 85a9e173 (qgis): Fix tests on Travis
- 09:26 PM Revision c406ec3b (qgis): Start on numeric wrapper
- 09:26 PM Revision 11667683 (qgis): Distance
- 09:26 PM Revision ee8389af (qgis): Unit tests
- 09:26 PM Revision eb24bdb4 (qgis): Dox
- 09:26 PM Revision 961835cd (qgis): [processing][GRASS] v.decimate zrange should be doubles, not int
- 09:26 PM Revision 1ec36544 (qgis): [processing] Port Range parameter widget to new API
- Fixes use of range parameters inside models, allowing range
inputs to be used for range parameter values.
Fixes #19785 - 09:26 PM Revision 55e22b9d (qgis): Allow setting the context for widget wrappers
- The context contains settings which reflect the context ini
which a Processing parameter widget is shown, e.g., the
p... - 09:26 PM Revision 0c79d08d (qgis): Fix tests on Travis
- 09:26 PM Revision ced95593 (qgis): More travis build fixes
- 09:26 PM Revision 33eb295b (qgis): Distance parameter unit tests
- 09:26 PM Revision 6c35c8b3 (qgis): Fix broken doxygen link
- 09:26 PM Revision 43cb66b4 (qgis): Add missing variable help
- 09:26 PM Revision 4a0a48fe (qgis): [processing] Also expose complete expression context inside
- data defined buttons for model child algorithms
The context was not previously exposed, so users would not have
been... - 09:26 PM Revision 8f9f975e (qgis): [processing] Show complete expression context in expression builder
- for pre-calculated expressions
Correctly exposes ALL the variables and functions available for use
in pre-calculated... - 09:26 PM Revision 8e49e94d (qgis): Tweak processing algorithm scope -- parameters should be available even...
- 09:26 PM Revision 2d3b8c8e (qgis): Highlight 'to_dms' and 'to_dm' functions in map annotation expression b...
- 09:26 PM Revision 0e64d929 (qgis): Fix warnings
- 09:26 PM Revision 8e1c437e (qgis): Allow expression contexts to specify a list of highlighted functions
- as well as just variable names
In some cases contexts may provide specific functions of use
to that context, or more... - 09:26 PM Revision 5cf04334 (qgis): First steps towards expression context
- 09:26 PM Revision 7af13f62 (qgis): Set widget context for widget wrappers
- 09:26 PM Revision adfaf761 (qgis): Another Travis fix
- 07:56 PM Revision 6b620193 (qgis): QgsVectorFileWriter: fix DGN creation (fixes #19722, fixes #19723)
- 03:51 PM Revision c5cac981 (qgis): debian packaging: add saga as build dependency for Processing tests
- 03:51 PM Revision e85c0925 (qgis): translation string fix
- 03:32 PM Revision 2807c2f8 (qgis): Merge pull request #7961 from tudorbarascu/fix_sld
- fix stroke Width sld import
- 03:32 PM Revision ea2cc365 (qgis): [OGR provider] Make sure to use layername= syntax in URI of multilayer ...
- 03:31 PM Revision 9e9ddb58 (qgis): SIP: fix typemap for QVector<Type*> that was wrongly dropping a Python ...
- 12:16 PM Revision 28696813 (qgis): Merge pull request #7976 from elpaso/bugfix-19895-gpkg-vacuum
- [browser] GPKG VACUUM menu item
- 11:38 AM Revision b81da850 (qgis): GPKG vacuumGeoPackageDb non-gui method and gui action
- Also moved non-gui things together
- 10:56 AM Revision 0ee119f7 (qgis): Merge pull request #7969 from elpaso/bugfix-19901-relation-reference-NULL
- QgsFeatureListComboBox nullRepresentation instead of hardcoded "NULL"
- 10:41 AM Revision 6609e651 (qgis): GPKG: do not run vacuum after raster deletion
- See my previous commit, for consistency
we do not run VACUUM automatically when
a raster is deleted.
A menu item all... - 10:38 AM Revision b51cb21d (qgis): GPKG Browser VACUUM menu item
- Fixes #19895 - Garbage-collection is not performed after deletion of vector layer from geopackage
By design, VACUUM ... - 10:15 AM Revision 8951e153 (qgis): Difference and split with lines can be used in in-place mode
- 10:15 AM Revision 30b757b1 (qgis): More in-place support tweaks, add tests
- 10:15 AM Revision a764b4bd (qgis): Boundary alg requires geometry for in-place edits
- 10:15 AM Revision 4b245520 (qgis): Change QgsProcessingAlgorithm::supportInPlaceEdit to use QgsMapLayer, n...
- Because at some stage in the future we may allow in-place edits to raster layers,
and we don't want to have to break ... - 10:15 AM Revision df657d4f (qgis): Fix some exceptions when running in-place edit on geometry-less layer
- 10:15 AM Revision b4883eec (qgis): Support in-place drop edit geometry operation
- 10:02 AM Revision e2068b8c (qgis): [processing] Pass a copy of the feature to processFeature, not
- the original layer's feature
Otherwise python processFeature implementations may return a
modified shallow copy of t... - 09:56 AM Revision 1b2d885a (qgis): Merge pull request #7966 from elpaso/bugfix-19843-dbmanager-quoted-sql
- [dbmanager] Fix Update SQL Layer converts query to table name
- 09:14 AM Revision 1955ebb7 (qgis): server disabled test for failing getmap req with Line sld
- 07:13 AM Revision 936b0c1d (qgis): Fix messed up collapse icon in measure dialog
- 06:41 AM Revision 7b1bd3da (qgis): [ui] add a dedicated icon for style manager & align toolbar icons
- 06:41 AM Revision 16106860 (qgis): further improve icon
- 05:16 AM Revision f44be44c (qgis): [processing] Fix capitalization, ellipsis in extent parameter widget
- 05:16 AM Revision 66f82530 (qgis): [processing] Correctly make extent selection combo box non-editable
- The choice is supposed to be only from the listed options, and
shouldn't allow free-form user text
2018-09-20
- 01:22 AM Revision 68dc6984 (qgis): Fix build with sip pre 4.19
- 01:00 AM Revision d641b306 (qgis): fix lack of management of input as QgsProcessingOutputLayerDefinition
- 01:00 AM Revision 6e02f9f4 (qgis): test for update of parameterLayerList managing QgsProcessingOutputLayer...
- 01:00 AM Revision 006553f9 (qgis): fix correct string list representation of QgsProcessingOutputLayerDefin...
- 11:33 PM Revision a2db44c3 (qgis): Welcome back mSettings->setValue ... snap_invisible_feature ...
- 07:42 PM Revision f125d3f7 (qgis): add image mask and make travis happy
- 04:30 PM Revision 5378e37c (qgis): QgsFeatureListComboBox nullRepresentation instead of hardcoded "NULL"
- Fixes #19901 - Relation Reference Widget: Representation for NULL values is not respected
- 04:01 PM Revision 7b5afb95 (qgis): use qreal overloads of painter methods in advanced digitizing canvas it...
- * use qreal overloads of painter methods in advanced digitizing canvas item
* better use of existing variables - 01:06 PM Revision 7a9d08ed (qgis): add test for Point SLD highlight on server
- 12:43 PM Revision a8bf1b8f (qgis): [dbmanager] Fix Update SQL Layer converts query to table name
- Fixes #19843
- 10:17 AM Revision f2081918 (qgis): Merge pull request #7946 from elpaso/bugfix-19617-processing-checkvalidity
- Fix processing algorithm checkvalidity reason
- 10:02 AM Revision b62048d9 (qgis): Merge pull request #7963 from elpaso/bugfix-17967-19893-gpkg-raster-del...
- Fix cannot delete GPKG from raster on windows
- 09:17 AM Revision e62c4eb9 (qgis): Fix cannot deletete GPKG from raster on windows
- Fixes #17967 #19893
- 06:55 AM Revision 5ec3d5d9 (qgis): [processing] improve in-place feature editing icon & toolbar position
- 02:13 AM Revision 3ceecbf8 (qgis): no override in SIP
- 02:10 AM Revision 637f7169 (qgis): Merge pull request #7962 from 3nids/remove_stupid_casts
- convert old style cast
2018-09-19
- 09:22 PM Revision 16e6cb64 (qgis): replace old-style cast with static_cast
- 09:02 PM Revision b2df392d (qgis): correctly cast pointer
- 08:59 PM Revision 6e46a9c7 (qgis): debian packaging: fix file mode fix (followup e306aaaae)
- 07:22 PM Revision 74b2e194 (qgis): osgeo4w: fix lrelease lookup
- 07:02 PM Revision 269bf02d (qgis): remove useless cast
- (int) x + y => static_cast<int>(x) + y
precedence is higher for casting
see https://en.cppreference.com/w/cpp/languag... - 06:29 PM Revision 82a5c8f1 (qgis): Move test from tests to processing folder
- 04:34 PM Revision fde813ca (qgis): Merge pull request #7948 from m-kuhn/final
- It's the `final` countdown
- 04:34 PM Revision d129c2cb (qgis): Merge pull request #7932 from m-kuhn/single_geometry_check
- Add QgsSingleGeometryCheck
- 03:52 PM Revision 3cb82a58 (qgis): Merge pull request #7959 from m-kuhn/geometryOptions
- Add a new QML category "Geometry Options"
- 02:43 PM Revision 9b2dff67 (qgis): Adjust tests to new API
- 02:39 PM Revision d1ccc513 (qgis): Adjust include guard
- 01:51 PM Revision 1c359f8a (qgis): Add a new QML category "Geometry Options"
- And rename QgsGeometryFixes to QgsGeometryOptions
- 01:48 PM Revision b2072d82 (qgis): Add missing sip magic
- 01:20 PM Revision 2da70586 (qgis): Fix search tolerance when doing identification in 3D map view
- Until now the identification from 3D map view used tolerance based
on the current view of the main 2D map canvas - th... - 01:20 PM Revision 1390198c (qgis): Fix doxygen link
- 01:17 PM Revision e3f63d88 (qgis): postgres provider: cast to text in uniqueStringsMatching (fixes #19180)
- 12:35 PM Revision 79561aa3 (qgis): fix stroke Width sld import
- 12:06 PM Revision bbfccdcf (qgis): [ui] improve mesh layer icon
- 11:44 AM Revision 826056e4 (qgis): Merge pull request #7951 from elpaso/bugfix-19802-dbmanager-saved-queries
- Bugfix 19802 dbmanager saved queries
- 11:38 AM Revision b7487677 (qgis): [ui] improve required layer indicator icon
- 11:36 AM Revision 6b0ea16e (qgis): Fix compiling with older sip version
- 11:18 AM Revision d64303fd (qgis): Merge pull request #7950 from pblottiere/server_wfs_if_capabilities
- [server] Fixes Filter_Capabilities element in WFS GetCapabilities document
- 11:17 AM Revision 420bcc9f (qgis): Merge pull request #7947 from pblottiere/server_wfs_operation
- [server] Fixes Operations in WFS GetCapabilities document
- 10:03 AM Revision b4ab101a (qgis): Merge pull request #7957 from m-kuhn/noSilentDisable
- Do not silently disable cmake options
- 08:50 AM Revision 71ec68b7 (qgis): Do not silently disable cmake options
- 08:42 AM Revision b65f725c (qgis): Rename SIP_FINAL to FINAL
- 07:48 AM Revision 0fc16d63 (qgis): Merge pull request #7955 from mbernasocchi/allow_server_without_gui
- allow WITH_SERVER=ON WITH_GUI=OFF
- 07:47 AM Revision 8d9c96c9 (qgis): Add `final` for sip >= 4.19
2018-09-18
- 01:03 AM Revision 506edfb3 (qgis): Fix outline width in simple marker sld import
- 01:02 AM Revision eeb07023 (qgis): Fix 18499. Snapping Toolbar missing from View > Toolbars
- 01:01 AM Revision db827190 (qgis): more tests
- 01:01 AM Revision f9015f38 (qgis): Make qgsRound more tolerant to large values
- Fixes #19844
- 01:01 AM Revision 992fe4d4 (qgis): Update test
- 01:01 AM Revision 0da1e331 (qgis): Use qgsRound in some more places
- 10:19 PM Revision 70cbde21 (qgis): allow WITH_SERVER=ON WITH_GUI=OFF
- 09:04 PM Revision 17326541 (qgis): [processing] Add method to attempt to reattach model children to linked...
- Refs #19857
- 09:04 PM Revision cdd72e51 (qgis): [processing] Fix use of models as child algorithms in other models
- Fixes #19857
- 09:03 PM Revision 6b8cd4bd (qgis): [locator] show field where text has been found in current layer filter ...
- * [locator] show field where text has been found
also fix an issue that a field was not returning a match for big nu... - 08:37 PM Revision 0af57616 (qgis): fix build without HAVE_SERVER_PYTHON_PLUGINS
- 07:43 PM Revision 622fe8c0 (qgis): fix join style badly set in global options (#7952)
- 07:06 PM Revision d9f5d537 (qgis): Add SIP_FINAL
- 06:58 PM Revision 7233c604 (qgis): [ogr provider] less debug output and remove useless Qt version check (#...
- * [ogr provider] less debbug output and remove useless Qt version check
* Update qgsogrprovider.cpp - 06:53 PM Revision ddaa8ea4 (qgis): inline and virtual are no good friends
- 06:23 PM Revision 9473d63c (qgis): Add test for writeEntry (not related to the bug)
- ... but since I wrote it ...
- 06:22 PM Revision a74b6262 (qgis): [dbmanager] Fix stored queries retrieve
- Fixes #19802 - DB Manager saved SQL statements are saved empty
- 06:04 PM Revision 9f407d0b (qgis): Make methods in QgsVectorLayer finally final
- 05:23 PM Revision ab91b855 (qgis): Teach sipify the meaning of `final`
- 05:16 PM Revision f65deeb5 (qgis): Update unit tests
- 05:14 PM Revision 42573f74 (qgis): Merge pull request #7933 from nyalldawson/edit_in_place_feedback
- [processing] Show a message bar success message after running in-place, parameterless alg
- 05:13 PM Revision 07d400c6 (qgis): Removes commented code
- 04:39 PM Revision f1ea7831 (qgis): Update unit test
- 04:38 PM Revision 1e5c5258 (qgis): Update insert, update and delete operations element
- 04:36 PM Revision 001a81bc (qgis): Fix processing algorithm checkvalidity reason
- Fixex #19617 - Check validity algorithm returns empty reason in attribute table
- 04:34 PM Revision 9d29b934 (qgis): Add Id_Capabilities element with FID
- 04:29 PM Revision e295eb66 (qgis): Operations element has to be before OutputFormats
- 03:54 PM Revision 13f500ba (qgis): Merge pull request #7929 from elpaso/bugfix-18102-advanced-digitizing-c...
- [bugfix] Fixes float input in advanced digitizing ...
- 03:37 PM Revision 7c838419 (qgis): Merge pull request #7930 from anitagraser/master
- Updated ms installer icons, fixes #17978
- 03:29 PM Revision 2ee61225 (qgis): Merge pull request #7943 from elpaso/bugfix-18583-range-widget-nulls
- [bugfix] Allow empty null representation in spinboxes
- 02:45 PM Revision 0edb224e (qgis): Fix QCOMPARE in the test
- 01:40 PM Revision 5b7e60ac (qgis): [fix #19869] fix bad handle of flag removal
- 01:20 PM Revision cab5fe02 (qgis): debian packaging: depend on qml-module-qtcharts only where available
- 12:54 PM Revision d179635b (qgis): [bugfix] Allow empty null representation in spinboxes
- Fixes #18583 - Widget "Range": Representation for NULL value is NOT always displayed correctly
- 12:47 PM Revision 5edb326a (qgis): Merge pull request #7906 from borysiasty/deprecated_plugins_grayed_out
- [Plugin manager] Deprecated plugins grayed out and moved to the list bottom
- 12:07 PM Revision e52dc86a (qgis): fix icons extension in copy/paste style menu
- 11:44 AM Revision 35c954eb (qgis): Merge pull request #7942 from tudorbarascu/fix_tests
- fix test run comments
- 11:38 AM Revision e8dbb90e (qgis): fix test run comments
- 10:26 AM Revision 840749c6 (qgis): Merge branch 'master' into deprecated_plugins_grayed_out
- 10:24 AM Revision a041c508 (qgis): Resolve merge conflict
- 10:13 AM Revision b5024c32 (qgis): Merge pull request #7908 from borysiasty/nicer_plugin_links
- [Plugin manager][needs-docs] More unified links to the installed and available version.
- 09:52 AM Revision dea3b75f (qgis): Fix Operations element
- 09:44 AM Revision 5c15a658 (qgis): Merge pull request #7926 from elpaso/bugfix-19680-spatialite-load-defau...
- [bugfix] spatialite load default style
- 08:11 AM Revision 018fd07d (qgis): Merge pull request #7870 from rldhont/server-wfs-format-field-218
- [Bugfix][Server][WFS] correctly define field type and encode values
- 08:01 AM Revision a0283ebc (qgis): Errors can be any geometry type, not only points
- 07:51 AM Revision 0e1f1c2c (qgis): More dox
- 07:47 AM Revision 392392bb (qgis): Move implementations to cpp
- 07:46 AM Revision 32dae284 (qgis): dox
- 07:34 AM Revision 6db25b97 (qgis): Initialize to nullptr
- 07:31 AM Revision dcca3483 (qgis): compare pointers
- 06:57 AM Revision e005d6e2 (qgis): [processing][gdal] Strip newlines from custom proj CRS definitions
- before passing to GDAL commands
Fixes #19855 - 06:56 AM Revision fb808359 (qgis): [processing] fix history dialog alg. execution with CRS params
- 06:54 AM Revision 9ac33124 (qgis): Fix crash when writing CRS to XML using QgsXmlUtils
- Fixes a crash when saving a processing model using a CRS input
- 06:54 AM Revision 335a696d (qgis): Dox
- 06:54 AM Revision 9503ffa3 (qgis): Fix feature count in attribute table dialog title after committing changes
- Fixes #19863
- 06:08 AM Revision f160847e (qgis): [processing] allow geometryless layers as input in aggregate alg.
- 02:10 AM Revision f3b15be9 (qgis): Fix warning
2018-09-17
- 01:41 AM Revision 209b6ee8 (qgis): Cleaner messagebar item popping
- 01:40 AM Revision bfc5a175 (qgis): [processing] Show a message bar success message after running an
- in-place alg if no parameter dialog is shown
Allows users to know that the algorithm has actually run in case
there'... - 12:27 AM Revision f5148755 (qgis): [processing] Use display name, not alg ID in undo history for in-place ...
- 12:01 AM Revision e157a7c5 (qgis): Fix build warnings
- 11:29 PM Revision d99d506e (qgis): Fix building with QT 5.5
- 10:49 PM Revision ed86d125 (qgis): Add QgsSingleGeometryCheck
- This class is a new subclass of QgsGeometryCheck that implements an interface that works on isolated geometries.
It h... - 09:49 PM Revision 7c2de7ea (qgis): fixed ico
- 09:47 PM Revision 2be111fd (qgis): new installer icons using qgis3 logo
- 05:44 PM Revision 84d23768 (qgis): remove index2category and use data
- 05:44 PM Revision 3e8e6ba9 (qgis): [fix #19870] correctly convert index to style category
- the shift is already done in the list, so no need to hack
- 05:44 PM Revision 0296c272 (qgis): [fix #19868] fix paste style
- 04:34 PM Revision d11a13ea (qgis): Translation string fix
- 04:26 PM Revision fc661725 (qgis): [bugfix] Fixes float input in advanced digitizing ...
- ... with not-dot locales
Fixes #18102 - Can only input integer value in the vertex editor
Precision is hardcoded to... - 02:42 PM Revision 4d057e9c (qgis): Test for spatialite load default style
- 02:12 PM Revision b6dba2d5 (qgis): Capitalization
- 01:54 PM Revision 9f51a4c7 (qgis): [processing] fix large points in polygon count overflow by using an int...
- 01:51 PM Revision cf73d56c (qgis): Merge pull request #7925 from elpaso/bugfix-unreported-crash-on-load-style
- [bugfix] unreported crash on load style
- 01:07 PM Revision 47456e83 (qgis): Be more verbose on offlineediting test failures
- 01:05 PM Revision b1c7734a (qgis): [bugfix] spatialite load default style
- Fixes #19680 - Styles saved in a Spatialite DB are then not available to be used
- 12:01 PM Revision 87662164 (qgis): only when mNmRelation valid
- 11:43 AM Revision 95c99f13 (qgis): [bugfix] unreported crash on load style
- 11:42 AM Revision 44334858 (qgis): remove debug log
- 11:39 AM Revision bfe2fbc5 (qgis): check for layers instead of relations
- 09:54 AM Revision 39e1f893 (qgis): [evis] Fix crash when layer contains virtual fields
- Fixes #19792
- 09:54 AM Revision 4f2f9f74 (qgis): Modernize code
- 09:32 AM Revision 144dd158 (qgis): fix d67958183
- 08:35 AM Revision c962ad22 (qgis): Merge pull request #7868 from m-kuhn/geosErrorTranslation
- Translate GEOS errors
- 08:30 AM Revision 27aeaabc (qgis): Fix offline layer name
- 07:43 AM Revision f2e0b6ac (qgis): Merge pull request #7914 from elpaso/bugfix-19827-server-gfi-value-rela...
- [bugfix][server] WMS GFI value relation array fields
- 04:53 AM Revision c76410bd (qgis): [processing] Also hide empty providers in toolbox
- Initially empty providers were shown for discoverability,
but discussion with @nirvn and @elpaso have convinced me th... - 03:39 AM Revision 1d8dbda6 (qgis): [win] Fix some warnings
- 03:39 AM Revision a0dceb1d (qgis): [layouts] Fix messagebar link with special characters does not open on win
- Fixes #19727
- 02:34 AM Revision d6795818 (qgis): Initialize translations before application members (fixes #19853)
- 02:34 AM Revision d37a7994 (qgis): handle utf-8 in function help
- 02:34 AM Revision 8aded860 (qgis): fix warnings
- 02:34 AM Revision 239e93de (qgis): run gdal_calc on Windows and gdal_calc.py on othes platforms (fixes #19...
- 02:21 AM Revision 40024255 (qgis): Fix crash on exit on win7
2018-09-16
Also available in: Atom