Activity
From 2019-01-31 to 2019-03-01
2019-03-01
- 11:47 PM Revision 92b73567 (qgis): Merge pull request #9323 from m-kuhn/messagebar-cleanup
- Some cleanup in QgsMessageBar
- 11:29 PM Revision 3359a715 (qgis): Use QLatin1String for geometry representation operations
- 11:19 PM Revision 263f54cf (qgis): backport processing help support (from 2f431bc1f3)
- 10:49 PM Revision 6c6833d1 (qgis): Some cleanup in QgsMessageBar
- 10:46 PM Revision d1a7e456 (qgis): Properly connect deleters
- fixes a crash
- 10:44 PM Revision bc6a9c5d (qgis): Cleanup QgsVectorLayer::geometryType()
- The method QgsVectorLayer::wkbType() already uses a member variable which is a copy
of the one on the data provider. ... - 09:09 PM Revision b10a5ecd (qgis): Fix default setting for gauss parameter
- Fix default setting for gauss parameter which must be "none" rather than 0 (which leads to empty maps as gauss=0 is u...
- 09:09 PM Revision 819f275b (qgis): Fix default setting for gauss parameter
- Fix default setting for gauss parameter which must be "none" rather than 0 (which leads to empty maps as gauss=0 is u...
- 05:00 PM Revision 3efd4a88 (qgis): Avoid working on temporary geometries
- 03:37 PM Revision 31faa7c5 (qgis): Merge pull request #9206 from m-kuhn/backport-fix-help-button-group
- Backport help button links on vector layer properties
- 03:32 PM Revision 4a9b9e36 (qgis): saga help fix
- (cherry picked from commit 5aecf74e9a34312c5940abedadf92f3b88d64363)
- 02:30 PM Revision 83f286a9 (qgis): Merge pull request #9305 from elpaso/bugfix-21405-raster-calc-wrong-res...
- [opencl] Fix raster calculator operator precedence
- 01:25 PM Revision c597ad1e (qgis): Prepare geometry engine
- for improved performance
- 01:25 PM Revision d3134058 (qgis): Avoid working on reference to temporary objects
- fixes a couple of crashes in geometry validation
- 10:40 AM Revision 7d832634 (qgis): [xyz] Optional scaling of XYZ tile layers
- This adds "Resolution" configuration flag for XYZ tile layers.
It supports several options:
- unknown (default) - eve... - 08:20 AM Revision 334ae0ca (qgis): [themes] Restrict QPushButton min-width to raster calculator dialog
- 06:39 AM Revision 93de4d15 (qgis): [processing] Show tooltips in modeler when hovering over model component
- 06:39 AM Revision 2178e1a7 (qgis): [processing] Pre-highlight model components on hover
- 06:39 AM Revision dab4a043 (qgis): [processing] Draw arrows connected to selected/hovered components
- slightly darker
Makes it easier to track connections in a complex model - 06:30 AM Revision 0df39bd0 (qgis): [browser] List non-spatial layers for mixed spatial/non-spatial sqlite ...
- 06:30 AM Revision b5146db9 (qgis): Use the QgsSqliteUtils system tables list in DB Manager
- 06:30 AM Revision 5cb673a8 (qgis): Move sqlite/spatialite system tables to the QgsSqliteUtils class
2019-02-28
- 12:31 AM Revision 91087081 (qgis): german translation fix (fixes #21426)
- 12:30 AM Revision 5594e384 (qgis): dwg import: implement suggestion from #21330
- (cherry picked from commit 6bf2d9d4500977c65630add31bb2246f063e20e8)
- 11:52 PM Revision 09a4f6f5 (qgis): i18n: fix it on windows (followup 2f431bc1f)
- 11:06 PM Revision 75697d77 (qgis): Cache validity check results
- For non-point geometry subclasses (points are always valid!) we
now cache the results of a geometry validity check. S... - 08:45 PM Revision a079b66e (qgis): Allow python to be initialised without interface or error hook
- 08:45 PM Revision 16c114bf (qgis): Don't ever call Py_Finalize -- causes segfaults on exit
- 08:45 PM Revision 28341f97 (qgis): Remove unused includes from Python library
- 08:45 PM Revision 388d6055 (qgis): Add API to determine if a plugin is enabled
- 08:45 PM Revision 86517c81 (qgis): Modernize code
- 08:45 PM Revision a1c08b41 (qgis): Dox++, constify
- 08:45 PM Revision 28df1b46 (qgis): Fix missing SIP_VERSION preprocessor macro
- Was breaking all #if SIP_VERSION checks - most importantly
preventing exitPython() from being called correctly on QGI... - 03:39 PM Revision a6cdf719 (qgis): Merge branch 'release-3_4' into backport-fix-help-button-group
- 11:07 AM Revision c81526cc (qgis): Check for globalsettings and don't crash
- 10:38 AM Revision 885f47d2 (qgis): [processing] Avoid creation of gui components at startup
- 10:38 AM Revision de0aedec (qgis): [layouts] Fix attribute table filtering not utilising expression context
- Fixes #21078
- 09:36 AM Revision cd5fedfd (qgis): Do not store default values in user's QgsSettings
- The new behavior is to store a value in user's QSettings
(that overrides the global settings) only if the the value
h... - 09:12 AM Revision 8f29e655 (qgis): Take Z values into consideration in avoid duplicate nodes
- 08:51 AM Revision 2e05cf1d (qgis): Add topological points on layers with configured precision
- The tolerance was hardcoded to 1mm before.
2019-02-27
- 12:52 AM Revision 34a06501 (qgis): BSD patches
- 10:21 PM Revision 88a96122 (qgis): [opencl] Fix raster calculator operator precedence
- With test
Possibly fixes #21405 (not yet sure if the user was using OpenCL) - 05:53 PM Revision d99c1f1f (qgis): Fixes
- 05:48 PM Revision 06f595b1 (qgis): Merge branch 'release-3_4' into backport-fix-help-button-group
- 04:57 PM Revision 149fcc04 (qgis): Only report topology errors in affected features
- The geometry validation only works on the current edit session (added / edited geometries). To detect topology
errors... - 04:31 PM Revision 50f8f90b (qgis): Better error location for missing vertex errors
- When showing a missing vertex error, the map canvas is now centered on the missing vertex
location and scaled by taki... - 02:34 PM Revision ef34ed8b (qgis): Allow deactivating is valid checks in an edit session
- If an is valid check is deactivated in an ongoing edit session, all check results
are invalidated and removed. This w... - 10:17 AM Revision c748aacc (qgis): debian packaging: fix python3-qgis.install
- 09:06 AM Revision 8ba90fc4 (qgis): Merge pull request #9287 from signedav/scale_getlegendgraphic_backport-3_4
- Backport 3.4 Scaled symbols on GetLegendGraphics
- 09:05 AM Revision ec30c48d (qgis): Merge pull request #9286 from signedav/scale_getlegendgraphic_backport-3_6
- Backport 3.6 Scaled symbols on GetLegendGraphics
- 08:58 AM Revision 209e9144 (qgis): [3d] export all frames from QGIS 3d animations as images (#9244)
- [feature] [3d] export all frames from QGIS 3d animations as images #21300
2019-02-26
- 12:41 AM Revision 3f735368 (qgis): astyle
- 12:41 AM Revision a7ca0878 (qgis): Nullptr consistency in dox
- 12:41 AM Revision d60b5e2d (qgis): Typo, remove unused .sip files
- 12:41 AM Revision caff98d8 (qgis): Retval -> returns
- 12:41 AM Revision 2e0a54de (qgis): Fix doxygen warning
- 12:41 AM Revision b6d66bec (qgis): Sipify
- 12:41 AM Revision b1b247b9 (qgis): Bulk doxygen TRUE/FALSE literal conversion
- 12:41 AM Revision 36ca2016 (qgis): Fix doxygen input filter
- 12:41 AM Revision 107b48a4 (qgis): Add NULLPTR macro for use in doxygen comments
- For the c++ api dox this expands to "\c nullptr" (the
\c directive indicates a code literal value), and for sipify/Py... - 12:41 AM Revision 182e6cf9 (qgis): Update sipify expected results
- 12:41 AM Revision eed9852f (qgis): Add TRUE and FALSE macros for use in doxygen comments
- For the c++ api dox these expand to "\c true" and "\c false" (the
\c directive indicates a code literal value), and f... - 11:17 PM Revision 5aecf74e (qgis): saga help fix
- 10:38 PM Revision 2f431bc1 (qgis): i18n:
- * include processing algorithm descriptions from yaml (with yaml fixes)
* create ui instead of cpp where possible and... - 09:06 PM Revision 81059051 (qgis): [browser] Always open xlsx/csv/ods files as layers, instead of just
- checking the file extension (by default)
These formats are inexpensive to open, and doing so allows browser to
displ... - 09:06 PM Revision 0a1d6444 (qgis): Useful tooltips for length/precision widgets
- Because *I* always get tripped up by these!
- 09:05 PM Revision 4e04d022 (qgis): By default, validity check should treat ring self intersections as invalid
- We use the OGC definition of validity to ensure consistent results
with PostGIS, GDAL, etc
Fixes #16418, fixes #21336 - 09:05 PM Revision 35f613d4 (qgis): Avoid firing up a thread for blocking GEOS based validity checks
- It's an unnecessary expense. Also fix duplicate code.
- 09:05 PM Revision 49742c30 (qgis): [needs-docs][processing] Add option to check validity alg to ignore sel...
- causing rings errors
By default the algorithm now uses the strict OGC definition of polygon validity, where
a polygo... - 09:05 PM Revision 6dbe4ee5 (qgis): Add QgsGeometry::isGeosValid option to ignore self-touching rings
- 05:27 PM Revision 680d5d25 (qgis): Disconnect any leftover connections when destroying auth manager
- If one of these connections is triggered after destruction of auth manager, bad things happen because the slot tries ...
- 05:27 PM Revision 854a9043 (qgis): Delete authentication manager after destruction of the providers
- The providers may still have threads running that use the authentication manager and their finished signal might trig...
- 05:07 PM Revision 320596fa (qgis): use scale and mapUnitsPerPixel from map parameters bbox and size. in ca...
- calculate mMmPerMapUnit with mapUnitsPerPixel to avoid to have redundant info
fixes #21309
(cherry-picked from a04f9... - 05:07 PM Revision e8ea335d (qgis): typo
- 05:07 PM Revision 15585ced (qgis): travis builded images for tests
- 05:07 PM Revision 47345ba3 (qgis): update docu since 3.8
- (cherry-picked from 6b09be7f32a7a8630c4f2a6b611dc8dc9c6e79ff) and resolved conflicts
- 05:07 PM Revision 1366b66a (qgis): tests for scaled symbol sizes
- with expected images from travis
(cherry-picked from de96fc75fa362a99522fc94c9a1cf48cb1524db7 8d1ceda878aa203227c84e... - 02:38 PM Revision 1e49bb15 (qgis): Merge pull request #9290 from pblottiere/fix_doc_2
- Update doc
- 01:56 PM Revision 3fbda696 (qgis): Update sip binding
- 01:55 PM Revision 3073d34f (qgis): Fix typo in canvas doc
- 01:55 PM Revision fa176061 (qgis): Fix typo in raster layer doc
- 01:37 PM Revision 7bcba35a (qgis): Merge pull request #9288 from pblottiere/fix_doc
- Update doc
- 11:51 AM Revision f29207a5 (qgis): typo
- 11:12 AM Revision 3e2af2ae (qgis): Update sip
- 11:12 AM Revision d6ea67a4 (qgis): Remove duplicated word in doc
- 10:55 AM Revision 6e395439 (qgis): Merge pull request #9242 from pblottiere/getprint_svg
- Some cleaning [server]
- 10:19 AM Revision 0e8757b4 (qgis): Merge pull request #9236 from signedav/scale_getlegendgraphic
- On GetLegendGraphics take the scale context from map parameters
- 09:41 AM Revision 741fb7d6 (qgis): update docu since 3.8
- (cherry-picked from 6b09be7f32a7a8630c4f2a6b611dc8dc9c6e79ff)
- 09:40 AM Revision 42cd1359 (qgis): tests for scaled symbol sizes
- with expected images from travis
(cherry-picked from de96fc75fa362a99522fc94c9a1cf48cb1524db7 8d1ceda878aa203227c84e... - 09:37 AM Revision 9552777d (qgis): use scale and mapUnitsPerPixel from map parameters bbox and size. in ca...
- calculate mMmPerMapUnit with mapUnitsPerPixel to avoid to have redundant info
fixes #21309
(cherry-picked from a04f9... - 09:28 AM Revision 6b09be7f (qgis): update docu since 3.8
- 09:24 AM Revision 5d59d669 (qgis): Update doc
- 09:24 AM Revision d67875fe (qgis): Replace getter names
- 09:24 AM Revision e0cbf334 (qgis): Use static notation
- 09:24 AM Revision 7cce46e1 (qgis): Fix error message
- 09:24 AM Revision e25f60c1 (qgis): Set png as the default format for images in WMS service
- 09:24 AM Revision 11e80b1b (qgis): Replace string by enum for format
- 09:24 AM Revision 0f3b3654 (qgis): Update test for not mandatory format parameter
- 09:24 AM Revision 14f201ca (qgis): Add unit test
- 09:24 AM Revision 8e4755ca (qgis): Remove another function
- 09:24 AM Revision 7e5dc185 (qgis): Remove redundant return
- 09:24 AM Revision 0a76d7c1 (qgis): Fixes unit tests
- 09:24 AM Revision 58c38f2f (qgis): Remove duplicated public/private
- 09:24 AM Revision e8181e91 (qgis): Update doc for 3.8
- 09:24 AM Revision 77d2aaa1 (qgis): Return default value if value is empty
- 09:24 AM Revision f636147f (qgis): Remove unused functions
- 09:09 AM Revision fb81ce68 (qgis): backport dwg import fixes
- fec20ae0e dwg import: less noisy noise reduction
3aa2d9ff9 dwg import: catch spline misinterpretation (fixes #20392... - 07:54 AM Revision 81f0c5ce (qgis): Merge pull request #9241 from m-kuhn/merge-lines-on-dissolve
- [processing] Merge lines on dissolve
- 07:02 AM Revision 36a10465 (qgis): srs.db add Australian entries
- insert into tbl_datum_transform VALUES (8447,100020,4283,7844,9615, 'GDA94_GDA2020_conformal_and_distortion.gsb', nul...
- 06:02 AM Revision 0eeedacf (qgis): Fix db manager sql query
- Fixes #21353
- 04:58 AM Revision a7dfa9eb (qgis): srs.db add Australian entries
- insert into tbl_datum_transform VALUES (8447,100020,4283,7844,9615, 'GDA94_GDA2020_conformal_and_distortion.gsb', nul...
- 03:49 AM Revision fb324f3e (qgis): srs.db add Australian entries
- insert into tbl_datum_transform VALUES (8447,100020,4283,7844,9615, 'GDA94_GDA2020_conformal_and_distortion.gsb', nul...
- 02:14 AM Revision 99d6e54f (qgis): fix error: call to 'abs' is ambiguous
- (cherry picked from commit a020d479b4f49ab56d515f61182d64a03d0b77d0)
- 02:14 AM Revision 28cdd978 (qgis): Fix space inserted at start of graduated legend entries
- Fixes #21339
(cherry picked from commit 0efa0b1dde5243be7970bda1be806d101165565f) - 02:14 AM Revision f7f8eb82 (qgis): [processing] Fix "Add geometry attributes" handling of multipoint geom
- For multipoints, export the count of geometries only
(cherry picked from commit ec1218314df5673f365e0706c6b0485d2a9f... - 02:14 AM Revision 1ef89f2b (qgis): Fix regex used to replace [% %] expressions in text
- Was incorrectly truncating at first ']' character
Fixes #21366
(cherry picked from commit cab2dcf62cedad069ea64c379... - 02:14 AM Revision 38a3b2a7 (qgis): [processing] do not allow using unsupported file formats
- Show warning message if user selects incompatible output file format
fixes #21089
(cherry picked from commit 13bff9...
2019-02-25
- 12:42 AM Revision bb5a3602 (qgis): Merge pull request #9278 from nyalldawson/backports36
- 11:34 PM Revision 0259d5d3 (qgis): Merge pull request #9275 from 3nids/vertextool_34
- vertex tool / editor synchronisation backport 3.4
- 11:32 PM Revision d1800388 (qgis): [processing] Script decorators: correctly check that parent parameter e...
- (cherry picked from commit f76be664fef81a2fe07d7dc656023881810f2870)
- 11:31 PM Revision f76be664 (qgis): [processing] Script decorators: correctly check that parent parameter e...
- 11:29 PM Revision e1f341f2 (qgis): [processing] consider destination params as outputs when defining scripts
- (cherry picked from commit 29b952d90cc904d08174fef3ea0eac0cf766c195)
- 11:28 PM Revision d966d9c7 (qgis): Fix regex used to replace [% %] expressions in text
- Was incorrectly truncating at first ']' character
Fixes #21366
(cherry picked from commit cab2dcf62cedad069ea64c379... - 10:28 PM Revision 206cc960 (qgis): debian packaging:
- * remove xenial & stretch support
* remove globe plugin
* always enable 3d - 10:24 PM Revision aeec6dfa (qgis): debian packaging updates (squashed pull request #9254)
- 1b1e60d2a5 Use libqscintilla2-qt5-dev instead of virtual package.
dd5003e1e4 Use "-noawait" variant for qgis-crssync ... - 10:03 PM Revision a3e37420 (qgis): Merge pull request #9273 from elpaso/bugfix-fix-path-resolver-urls
- fix path resolver urls
- 09:56 PM Revision 29b952d9 (qgis): [processing] consider destination params as outputs when defining scripts
- 09:47 PM Revision a95f8728 (qgis): Merge pull request #9277 from 3nids/vertextool_36
- vertex tool / editor synchronisation backport 3.6
- 08:14 PM Revision 3e7d781f (qgis): use bool variables instead of connecting/disconnecting signals
- also move simple QgsVertexEntry to qgsvertexeditor.h
- 08:14 PM Revision 643a763b (qgis): fix updating vertex selection
- 08:14 PM Revision f7ef54e5 (qgis): only select vertices from locked feature again
- 08:14 PM Revision e8e22580 (qgis): fix updating table selection
- 08:14 PM Revision 9750868f (qgis): correctly keep/clear vertices selection when switching locked feature
- 08:14 PM Revision 9a08a7dc (qgis): synchronize selection from the editor to the tool
- 08:13 PM Revision dcb2bea2 (qgis): remove vertex highlighting from editor
- 08:06 PM Revision 06f92d29 (qgis): fix updating table selection
- 08:06 PM Revision d7e321ed (qgis): use bool variables instead of connecting/disconnecting signals
- also move simple QgsVertexEntry to qgsvertexeditor.h
- 08:06 PM Revision 77fa229b (qgis): fix updating vertex selection
- 08:06 PM Revision e918acdf (qgis): synchronize selection from the editor to the tool
- 08:06 PM Revision dfac826f (qgis): remove vertex highlighting from editor
- 08:06 PM Revision 1b14524a (qgis): only select vertices from locked feature again
- 08:06 PM Revision dbad206c (qgis): remove uselesss method, move code to constructor
- and initialize in header
- 08:06 PM Revision 36fc62cf (qgis): also rename file and class
- 08:06 PM Revision 5b7cb3ff (qgis): followup rename
- 08:06 PM Revision f90a9474 (qgis): correctly keep/clear vertices selection when switching locked feature
- 08:06 PM Revision 0a2d3ba0 (qgis): [vertex tool] rename mSelectedFeature to mLockedFeature
- 07:52 PM Revision 84e903c1 (qgis): Typo
- 06:24 PM Revision 5520a01e (qgis): Fix db manager sql query
- Fixes #21353
- 06:24 PM Revision 0da36513 (qgis): add tooltips in the vertex editor
- 06:24 PM Revision 519a30f1 (qgis): Standardise dox for signals
- 06:24 PM Revision cab2dcf6 (qgis): Fix regex used to replace [% %] expressions in text
- Was incorrectly truncating at first ']' character
Fixes #21366 - 05:07 PM Revision 61ceeb79 (qgis): expected images from travis
- 03:23 PM Revision 98bd6d65 (qgis): Fix path resolver with extra URL-like stuff
- Like for CSVs: see #21150
- 03:13 PM Revision a615a3b3 (qgis): Merge pull request #9260 from elpaso/form-background-color
- Add bg color option to form containers
- 03:10 PM Revision 8d1ceda8 (qgis): correct images from qgis travis build
- 03:04 PM Revision ed2254a2 (qgis): Typo
- 02:49 PM Revision 77f500b1 (qgis): [QgsQuick] - externalResource widget handler (#9232)
- * [QgsQuick] - extended externalResource widget
Added removeFile function and modified fileName function - former ha... - 01:15 PM Revision d49dc897 (qgis): Merge pull request #9246 from 3nids/vertextool_sync2
- [vertex tool] synchronisation of map tool and editor selections
- 10:02 AM Revision 48397402 (qgis): Spelling
- 10:02 AM Revision 7eab74f8 (qgis): Fix use of trailing */ in dox, which messes with sipify Python document...
- 09:48 AM Revision de96fc75 (qgis): tests for scaled symbol sizes
- 09:48 AM Revision 3e861635 (qgis): comments and comments since
- 09:11 AM Revision 98348599 (qgis): Merge pull request #9239 from m-kuhn/better-error-messages-gpkg-fail
- Better error message when failed to open DB
- 09:05 AM Revision 9f576b67 (qgis): Merge pull request #9204 from troopa81/wms_filters
- Add possbility to define one filter for several layers
- 09:03 AM Revision 94b5fed5 (qgis): Add test case for backgroundColor serialization
- 09:03 AM Revision e63b2ef6 (qgis): Rename container background color dialog title
- 08:49 AM Revision 2f305c56 (qgis): [processing] fixed finding grass folder
- 08:49 AM Revision 7f30680b (qgis): Add test files for dissolve consecutive lines
- 05:56 AM Revision 1f2849c0 (qgis): fix error: call to 'abs' is ambiguous
- (cherry picked from commit a020d479b4f49ab56d515f61182d64a03d0b77d0)
- 05:56 AM Revision 1867423f (qgis): [processing] Fix "Add geometry attributes" handling of multipoint geom
- For multipoints, export the count of geometries only
(cherry picked from commit ec1218314df5673f365e0706c6b0485d2a9f... - 05:56 AM Revision d7ba8b97 (qgis): Fix crash when exporting reports
- (cherry picked from commit 50f3a32f4ebfc0951eb3e4cb9fb63769392c72ba)
- 05:56 AM Revision 96b25ab7 (qgis): [processing] do not allow using unsupported file formats
- Show warning message if user selects incompatible output file format
fixes #21089
(cherry picked from commit 13bff9... - 05:56 AM Revision 201fdce2 (qgis): Fix space inserted at start of graduated legend entries
- Fixes #21339
(cherry picked from commit 0efa0b1dde5243be7970bda1be806d101165565f) - 03:28 AM Revision 884d9f68 (qgis): Merge pull request #9209 from jdugge/advanceddigitizing_rotated
- Fix advanced digitizing display for rotated map canvas
- 02:32 AM Revision 8151872d (qgis): add tooltips in the vertex editor
- 02:10 AM Revision 50f3a32f (qgis): Fix crash when exporting reports
- 01:30 AM Revision a887b7d3 (qgis): [processing] Fixed SAGA handling of non-ascii output files
2019-02-24
- 12:26 AM Revision 09efa48b (qgis): Fixed notation of doxygen comments that were after a member
- 12:26 AM Revision 403a2e30 (qgis): Ran scripts/astyle-all.sh and scripts/sipify_all.sh
- 11:41 PM Revision a020d479 (qgis): fix error: call to 'abs' is ambiguous
- 10:50 PM Revision ec121831 (qgis): [processing] Fix "Add geometry attributes" handling of multipoint geom
- For multipoints, export the count of geometries only
- 10:50 PM Revision 0efa0b1d (qgis): Fix space inserted at start of graduated legend entries
- Fixes #21339
- 10:44 PM Revision 918f5f39 (qgis): fix Pal::registerCancellationCallback spelling
- 10:40 PM Revision 6b6a1ba5 (qgis): Fix spelling errors.
- * cancelation -> cancellation
* overal -> overall - 10:39 PM Revision 37117635 (qgis): Fix spelling errors.
- * cancelation -> cancellation
* overal -> overall - 06:13 PM Revision 13a08c97 (qgis): nsis: remove desktop links
- 01:29 PM Revision 6bdabcfe (qgis): Doc for the new backgroundColor argument
- 01:18 PM Revision 8d3f73a6 (qgis): [feature][needs-docs] Add bg color option to form containers
- Because gray is boring.
- 01:14 PM Revision c672893e (qgis): Typo
- 12:21 PM Revision 46f0e5d5 (qgis): Fix spelling errors.
- * cancelation -> cancellation
* hapenning -> happening
* overal -> overall
2019-02-23
- 11:23 PM Revision 678f98c3 (qgis): Merge pull request #9247 from elpaso/bugfix-21353-db-manager-sql-error
- Fix db manager sql query
- 10:09 PM Revision 2b21a979 (qgis): fix #19933
- 07:50 PM Revision 9a2b8f99 (qgis): Sibling of 03db73d9f19a39d3c6e038936af481b293afcbe4
- 07:50 PM Revision db2e5d1a (qgis): Sibling of 1fc27475e9af065bed8377d0d97a1f2a6b36ee7b
- 07:50 PM Revision 03db73d9 (qgis): Quick fix for a bug in QgsGeos::reshapeLine that causes QGIS to crash b...
- 07:50 PM Revision e4cbec02 (qgis): Quick fix for a bug in QgsGeos::reshapeLine that causes QGIS to crash b...
- 07:50 PM Revision 1fc27475 (qgis): Quick fix for a bug in QgsGeos::reshapeLine that causes QGIS to crash b...
- 03:30 PM Revision a9652316 (qgis): Tiny cosmetic fix: error by 1 on iteration counter text
- 11:10 AM Revision 74aa8ca1 (qgis): Fix db manager sql query
- Fixes #21353
- 08:34 AM Revision 0380bb16 (qgis): fix german mesh translation
- 04:58 AM Revision 57ac4e67 (qgis): use bool variables instead of connecting/disconnecting signals
- also move simple QgsVertexEntry to qgsvertexeditor.h
- 04:32 AM Revision 4c1f08cc (qgis): fix updating vertex selection
- 04:05 AM Revision 5427392d (qgis): remove vertex highlighting from editor
- 04:05 AM Revision 21fb4426 (qgis): synchronize selection from the editor to the tool
- 04:05 AM Revision f77538e8 (qgis): fix updating table selection
- 04:05 AM Revision b8f1cb37 (qgis): correctly keep/clear vertices selection when switching locked feature
- 04:05 AM Revision 1d0ca086 (qgis): only select vertices from locked feature again
2019-02-22
- 12:31 AM Revision 8673fca7 (qgis): fix german mesh translation
- 11:50 PM Revision ddb589a3 (qgis): fix ui warnings
- 11:50 PM Revision 6bf2d9d4 (qgis): dwg import: implement suggestion from #21330
- 08:24 PM Revision 13bff962 (qgis): [processing] do not allow using unsupported file formats
- Show warning message if user selects incompatible output file format
fixes #21089 - 08:23 PM Revision c1aac322 (qgis): [FEATURE][processing] Allow expression variables to be set for a model
- This adds a new "Model Variables" dock panel to the model editor, allowing
users to create and set custom expression ... - 08:23 PM Revision e31fb920 (qgis): [processing] Add API to allow custom expression variables to be set
- for a model
- 08:23 PM Revision cdc622ef (qgis): Freackin Amurican sppelling
- 08:22 PM Revision fbc22e20 (qgis): [feature] Add an option to cartesian measurement
- Adds an option force Cartesian measurements to the measure distance/area dialogue
Fixes #19902 - 08:20 PM Revision db1a1929 (qgis): [FEATURE][expressions] Simplified variant of "attribute" function
- This adds a second variant for the existing "attribute" function.
The current function requires both a target feature... - 08:20 PM Revision 3433c9cc (qgis): [FEATURE][3d] Add camera lens field of view settings
- 08:20 PM Revision 30bcfebb (qgis): [TEST] add test for OTB processing provider
- This includes yaml test like SAGA, GRASS and also test for loading
OTB Algorithms - 08:20 PM Revision e7ce84cb (qgis): Use parameterAs methods in OtbAlgorithm
- This will accept stuff other than string type if needed by a user.
- 08:20 PM Revision 471865af (qgis): [CI] fix travis test for OtbAlgorithms
- 08:20 PM Revision e286d5b9 (qgis): [CI] install OTB package for OtbAlgorithmsTest
- Package will be taken from official OTB repository and will be
maintained by OTB team. - 08:20 PM Revision 3b87f7b1 (qgis): [FEATURE] [needs-docs] integrate OTB provider to processing plugin
- 08:20 PM Revision 8e78d201 (qgis): [test] Avoid "NOTFOUND" in LD_LIBRARY_PATH environment variable
- 08:20 PM Revision 0c1de040 (qgis): [review] fix issues from code review
- 08:20 PM Revision 70be3aae (qgis): add unit-test for passing values other than type str
- 08:20 PM Revision be52385e (qgis): using parameterAs from qgis api
- 08:20 PM Revision 5666db28 (qgis): pass file names with quotes to otb
- 08:20 PM Revision 9a6a70a0 (qgis): Reset outputpixeltype parameter options
- 08:20 PM Revision e26e0981 (qgis): [test] a new test for otb algorithm that used crs
- 08:20 PM Revision 9983961e (qgis): update Otb Algorithm test to use Map Layer instance
- 08:20 PM Revision 8afb80e1 (qgis): [test] new test for OtbChoiceWidget
- This can easily go into GuiTests.py but we tend to keep it out due to
usage of create_from_metadata(). All widget in ... - 08:20 PM Revision 08b4c1ae (qgis): check for layer providers and authid
- OTB only supports gdal and ogr providers for now. Maybe memory
provider can be easily supported using some conversion... - 02:21 PM Revision 5e66cd2f (qgis): Fix merge lines in dissolve
- 02:12 PM Revision bb78d1c9 (qgis): Add test for dissolve consecutive lines
- 01:48 PM Revision 1a8cbd19 (qgis): Bump version to 3.7
- 01:47 PM Revision 58734527 (qgis): Release of 3.6 (Noosa)
- 01:47 PM Revision aee8ed40 (qgis): changelog and news update for 3.6
- 01:47 PM Revision b4fed682 (qgis): translation update for 3.6 from transifex
- 01:34 PM Revision 89ee6f6e (qgis): Release of 3.4.5
- 11:28 AM Revision 057b225d (qgis): [quick] do not refresh map on click
- Whenever user would click on the map (e.g. to identify a feature),
the freeze and subsequent unfreeze would force map... - 11:28 AM Revision 0a0d2e99 (qgis): [quick] do not start moving canvas if the drag distance is too small
- Often when users want to click (tap) the map, they still move the cursor
position a bit. This would trigger unwanted ... - 11:17 AM Revision a2018deb (qgis): [processing] Merge lines on dissolve
- This is a difference between how polygons and lines are handled on dissolve.
Neighbouring polygons are merged automat... - 11:02 AM Revision 9aa00230 (qgis): Correct code formatting
- 10:53 AM Revision b0123944 (qgis): Update mask
- 10:26 AM Revision 9ad99910 (qgis): fix build warning with msvc
- (cherry picked from commit 130f3edde9859944764150e3c4517afa3e99b2f1)
- 10:13 AM Revision 130f3edd (qgis): fix build warning with msvc
- 09:19 AM Revision 17d07711 (qgis): [legend] Fix alignment and chopped off text of collapsed data-defined s...
- 09:18 AM Revision 78e8c342 (qgis): [legend] Fix alignment and chopped off text of collapsed data-defined s...
- 09:12 AM Revision e9a9d977 (qgis): Use QgsMessageLog instead of QgsLogger for parsing string methods
- 09:12 AM Revision 0753b144 (qgis): fixes #20872 : Manage postgres multidimensionnal array
- 09:12 AM Revision 46474b43 (qgis): Use quote for bracket character
- Co-Authored-By: troopa81 <[email protected]>
- 08:15 AM Revision 7de50a01 (qgis): calculate mMmPerMapUnit with mapUnitsPerPixel to avoid to have redundan...
- 05:23 AM Revision fcdb4c02 (qgis): [vertex tool] small code cleanup (#9237)
- * [vertex tool] rename mSelectedFeature to mLockedFeature
* also rename file and class
* remove uselesss method, mo... - 03:16 AM Revision 006ddf5d (qgis): update model [vertex editor] (#9212) (#9238)
- * [vertex editor] update model
instead of erasing/creating each time
* do not save layer in model since it's alread... - 01:11 AM Revision 87c9e18e (qgis): dxf export: don't label invisible features (fixes #19604)
- (cherry picked from commit c389fad1ad0396cf9914dedc8d2e9a9c303cd8f8)
- 01:05 AM Revision c389fad1 (qgis): dxf export: don't label invisible features (fixes #19604)
2019-02-21
- 12:53 AM Revision db823175 (qgis): dxf export: fix output of closed 3d polylines (fixes #20242)
- (cherry picked from commit 56ec47328b9e24951b51c00144221c95f88c6c83)
- 12:52 AM Revision 56ec4732 (qgis): dxf export: fix output of closed 3d polylines (fixes #20242)
- 12:36 AM Revision 23c01de4 (qgis): dxf export: fix svg scaling
- (cherry picked from commit 4b55dbef0b60349c74e40d9fd0109f33bca19510)
- 12:35 AM Revision 4b55dbef (qgis): dxf export: fix svg scaling
- 10:41 PM Revision 9f97f343 (qgis): Fix misleading template
- (cherry picked from commit e9c7c86aba8f60b9c4236895552de5b633c2c501)
- 10:29 PM Revision 4b3a2ef9 (qgis): german translation update
- 10:29 PM Revision e24f2e67 (qgis): update splash screen
- 09:57 PM Revision 1f4747fe (qgis): Better error message when failed to open DB
- hopefully gives some hints why the db manager tests sometimes fail
- 09:55 PM Revision e9c7c86a (qgis): Fix misleading template
- 09:04 PM Revision 06f9be1c (qgis): keep comments when save as preset or file, remove lines starting by "--...
- 07:16 PM Revision 2ed6c670 (qgis): QgsGmlStreamingParser: fix parsing of GML geometries with srsDimension=...
- 07:15 PM Revision df295a80 (qgis): Merge pull request #9234 from rouault/fix_21335
- QgsGmlStreamingParser: fix parsing of GML geometries with srsDimension='3' set on posList element (fixes #21335)
- 05:58 PM Revision a04f91b8 (qgis): use scale and mapUnitsPerPixel from map parameters bbox and size
- in case bbox and size is given in the GetLegendGraphics request, the size of symbols defined by map units is calculat...
- 05:39 PM Revision 466dc359 (qgis): QgsGmlStreamingParser: fix parsing of GML geometries with srsDimension=...
- 05:25 PM Revision 3c2d44bd (qgis): Merge pull request #9233 from Alexis-B/typo
- Typo
- 04:44 PM Revision a2bc1fff (qgis): Add getmap with error on filter
- 04:44 PM Revision 053ab496 (qgis): Use const ref when looping on layers
- 04:00 PM Revision 5b230ab8 (qgis): Fix sip file too
- 02:55 PM Revision 4a284b49 (qgis): Fixing typo
- 12:35 PM Revision 5a96fab7 (qgis): Merge pull request #8968 from volaya/fix_saga_non_ascii
- fixed handling of input filenames with non-ascii characters [processing]
- 10:11 AM Revision 52546db8 (qgis): [processing] fixed saga test
- 10:07 AM Revision 1991ce61 (qgis): Make sure not to crash if there are no alternatives for right click
- (cherry picked from commit 3d99fd5a04c93fab1ce12d4d9e08993537f7fbe8)
- 10:07 AM Revision 8986c971 (qgis): Continue loop of locked features after mouse move
- A small UX improvement: after right click in a location with feature A and B,
we would do a loop A - B - nothing - A ... - 10:07 AM Revision 0171aa22 (qgis): Do not keep highlight when locking/unlocking feature
- It was a bit strange effect when locking feature... when moving mouse
over a feature it would have highlight, then on... - 10:07 AM Revision bdec90c4 (qgis): Fix issue with selection of vertices of locked feature (fixes #21283)
- When user was coming with mouse to a vertex of the locked feature
from a different feature, it could happen that the ... - 10:05 AM Revision 40134d64 (qgis): [processing] fixed SAGA command writing and test
- 09:52 AM Revision 5292efd0 (qgis): Merge pull request #9221 from m-kuhn/relation-reference-field-formatter...
- Add cache for relation reference field formatter
- 08:53 AM Revision 7831f3ef (qgis): Continue loop of locked features after mouse move
- A small UX improvement: after right click in a location with feature A and B,
we would do a loop A - B - nothing - A ... - 08:53 AM Revision 3d99fd5a (qgis): Make sure not to crash if there are no alternatives for right click
- 08:53 AM Revision 6fd21c2f (qgis): Do not keep highlight when locking/unlocking feature
- It was a bit strange effect when locking feature... when moving mouse
over a feature it would have highlight, then on... - 08:53 AM Revision aec87a0a (qgis): Fix issue with selection of vertices of locked feature (fixes #21283)
- When user was coming with mouse to a vertex of the locked feature
from a different feature, it could happen that the ... - 08:32 AM Revision e42c6a35 (qgis): Merge pull request #9219 from elpaso/bugfix-21303-postgis-slow-table-open
- Postgis: cache information about enum fields
- 08:31 AM Revision 17280c3e (qgis): Merge pull request #9203 from elpaso/bugfix-21305-paste-slow-no-provider
- Cache unique values when creating features
- 08:00 AM Revision 525bf5f6 (qgis): Merge pull request #9215 from elpaso/release-3_4-backports
- Release 3 4 backports
- 07:53 AM Revision 4d5dad81 (qgis): Merge pull request #9223 from m-kuhn/geometry_validator_summary_cleanup
- Geometry validator summary cleanup
- 07:06 AM Revision 013ff579 (qgis): Remove expression's not-yet-prepared warning
- 03:35 AM Revision 9280a071 (qgis): Remove expression's not-yet-prepared warning
2019-02-20
- 12:25 AM Revision 235a667b (qgis): Update test
- (cherry picked from commit 2609d9f05742c863831d8cd639c3d1e2a41288e1)
- 12:25 AM Revision 6d71053b (qgis): Fix feature request containing a filter expression which needs
- both geometry and the magic all attributes flag
(cherry picked from commit 33aa63b85515cf0cbff161e3f14b117550fd9bfe) - 12:25 AM Revision 86b0bd8c (qgis): [layouts] Fix hidden coverage atlas setting is ignored when exporting a...
- Fixes #21243
(cherry picked from commit eceaea8c355f77b5167e26f0a33652fc11b03e1e) - 12:25 AM Revision 31adb153 (qgis): Fix Postgresql connection reset not being called
- PQreset was never called if the query was made using mConnectionRO
from the PostgresProvider, resulting in an always ... - 11:25 PM Revision bcbeda44 (qgis): Update README_FONTS
- 11:25 PM Revision 87689894 (qgis): Update README_FONTS
- 10:36 PM Revision dd7a5f5b (qgis): Merge pull request #9183 from Gustry/save_comments
- keep comments when saving query, fix single line comment
- 09:57 PM Revision 9d530e1f (qgis): Simplify angle correction
- 09:18 PM Revision 89e3fce0 (qgis): update model [vertex editor] (#9212)
- * [vertex editor] update model
instead of erasing/creating each time
* do not save layer in model since it's alread... - 08:41 PM Revision 1c343292 (qgis): Allow expression widget to be empty so expression could be removed (#9032)
- * fixes #20516 : Allow Constraint widget in attribute type form to be empty so expression could be removed
per widge... - 08:33 PM Revision 29a5bd9e (qgis): Remove unused variable
- 07:11 PM Revision 9c060614 (qgis): Adjust test
- 06:58 PM Revision 9f77b2dd (qgis): Prepare expression and only request required pieces
- 06:58 PM Revision 5fe225bb (qgis): Add cache for relation reference field formatter
- this speeds up tables with relation reference fields massively
- 06:23 PM Revision 7627fb20 (qgis): Clear supports enum values cache when attributes change
- 06:14 PM Revision 968e08c6 (qgis): Geometry validator: do not report result summary as error
- 05:52 PM Revision 5adb34da (qgis): Revert "Merge pull request #9164 from elpaso/bugfix-21227-layer-rename-...
- This reverts commit 0d95ec854d6329ac1da5d95c65c34b1c34308ef1.
- 05:50 PM Revision eceaea8c (qgis): [layouts] Fix hidden coverage atlas setting is ignored when exporting a...
- Fixes #21243
- 05:50 PM Revision 9500d397 (qgis): #21264 bug in saga algorithm python
- (cherry picked from commit edbfb0a1dfd489c9a1ba3b581117e5e62b78e571)
- 05:50 PM Revision 7a73e500 (qgis): [processing][gdal] Ensure no filename clashes occur in writeLayerParame...
- (cherry picked from commit e5a416ea11fb65ca19293de3acdd11bff7adc87d)
- 05:50 PM Revision d0b053e9 (qgis): Fix condition to enable pgsql insert optimization
- Fixes a condition to enable Postgis provider insert optimization
(by skipping the PK column if its default is a seque... - 05:50 PM Revision f0558c3e (qgis): layer_property expression function should use proper layer metadata
- for return values where available
...instead of the older, server-specific properties
This affects:
- layer_proper... - 05:50 PM Revision bad93ce8 (qgis): add some optional flags in make_polygon expression
- (cherry picked from commit 06fab90981343551f2c5db389f96fd3993cdf284)
- 05:50 PM Revision e098b9a3 (qgis): Fix loss of precision when converting fields to uri in memory provider
- Fixes #21316
(cherry picked from commit f3cb3488ec5b1edca298833c6a982fe77b056e59) - 05:50 PM Revision d3eaa9b8 (qgis): [BUGFIX] fixes #20829 Snapping options in meters rounded to integers
- (cherry picked from commit 50c9b2394e5b62a2421b0241799577f011a6de32)
- 05:50 PM Revision e9b2e144 (qgis): [processing] Use text file for input file list to gdal tile index alg
- Avoids too long command being generated with many inputs
Fixes #21296
(cherry picked from commit 342c093d91d497d322... - 05:49 PM Revision 2609d9f0 (qgis): Update test
- 05:49 PM Revision 33aa63b8 (qgis): Fix feature request containing a filter expression which needs
- both geometry and the magic all attributes flag
- 04:51 PM Revision b981c8a8 (qgis): update to MDAL 0.2.0 (friendly release for QGIS 3.6)
- 04:02 PM Revision b7776f55 (qgis): Merge pull request #9107 from AchilleAsh/fix_20170_postgis_connection_r...
- Fix Postgresql connection reset not being called in PostgisProvider
- 03:26 PM Revision ab60a3ee (qgis): Fix merge conflict leftover
- 03:02 PM Revision 4f30a44b (qgis): Postgis: cache information about enum fields
- This is called several times and can slow down substantially
the opening of the attribute table.
Partially fixes #21... - 02:02 PM Revision ddbd06f3 (qgis): Merge pull request #9207 from mbernasocchi/master
- Add safety guard when mDataProvider is not set
- 12:01 PM Revision 8ea09b61 (qgis): Run sipify
- 11:03 AM Revision 28650e75 (qgis): Merge pull request #9193 from elpaso/bugfix-21270-processing-algrunner-...
- Processing: fix crash in alg runner task with bad scripts
Cherry-picked from master commit ff9a65c - 11:01 AM Revision 2a04ba50 (qgis): Merge pull request #9191 from elpaso/bugfix-21259-geomchecker-crash
- Geom checker plugin: don't crash if feedback is 0x0
cherry-picked from master commit 377040a - 11:00 AM Revision df8a5c27 (qgis): Merge pull request #9181 from elpaso/bugfix-21287-rule-based-double-else2
- Rule based renderer: check for scale in rulesForFeature
Cherry-picked from master commit 2c25c3d - 11:00 AM Revision 3a452edf (qgis): Merge pull request #9170 from elpaso/bugfix-21254-load-style-from-db
- [ogr] Show style description instead of name in other styles
Cherry-picked from master commit 24c09d1 - 10:59 AM Revision 0d95ec85 (qgis): Merge pull request #9164 from elpaso/bugfix-21227-layer-rename-styles
- Fix GPKG layer rename styles in browser
Cherry-picked from master commit dabd649 - 10:29 AM Revision 4250ef24 (qgis): Removed redundant check for isValid
- 10:17 AM Revision 2604fc70 (qgis): Test for regression #21304 "default value" is not applied when pasting ...
- 10:11 AM Revision bf1575f4 (qgis): Also check for nulls when applying defaults
- isValid is not enough because fields are initialized with
QVariant(field.type()) which is valid but null.
Fixes #213... - 10:10 AM Revision 76c6ec8c (qgis): Prevent crash when fields are deleted from the vector options dialog
- 10:10 AM Revision 4c8280a5 (qgis): Moved comment
- 09:58 AM Revision b30f51ab (qgis): fixes #18421 : Keep options AUTO_REPACK=OFF when reloading data in ogr ...
- 09:06 AM Revision 82e189e0 (qgis): [themes] Handle non-existent theme name setting in app stylesheet
- 09:05 AM Revision 8eb1c4e8 (qgis): [themes] Handle non-existent theme name setting in app stylesheet
- 08:59 AM Revision 64821661 (qgis): Update src/core/qgsvectorlayer.cpp
- Co-Authored-By: mbernasocchi <[email protected]>
- 08:42 AM Revision 443d8600 (qgis): Revert "Update src/core/qgsvectorlayerutils.cpp"
- This reverts commit f4d7e73a545dcf2604b93f55f5b0030a5a29440a.
- 08:42 AM Revision f3cb3488 (qgis): Fix loss of precision when converting fields to uri in memory provider
- Fixes #21316
- 08:33 AM Revision 707845d7 (qgis): Updated docs for featureCount()
- 08:24 AM Revision f4d7e73a (qgis): Update src/core/qgsvectorlayerutils.cpp
- Co-Authored-By: elpaso <[email protected]>
- 07:43 AM Revision ff9a65c1 (qgis): Merge pull request #9193 from elpaso/bugfix-21270-processing-algrunner-...
- Processing: fix crash in alg runner task with bad scripts
- 06:25 AM Revision 2a148e21 (qgis): another round of translation
- 06:25 AM Revision a5934f37 (qgis): Add more translation
- 06:25 AM Revision 636ac742 (qgis): Update French translation
- 04:38 AM Revision 9c888bb3 (qgis): Update tests/src/python/qgis_wrapped_server.py
- Co-Authored-By: elpaso <[email protected]>
- 04:38 AM Revision cf5533e0 (qgis): Revert "remove 'multithreading is not supp in server text'"
- This reverts commit 6c1036c5c0634a0381b17b03472ab012faefec58.
- 04:20 AM Revision 506aaa07 (qgis): [expression] Add try() function to provide a way to detect and handle
- expressions which can intermittently fail.
- 04:05 AM Revision 7acfefad (qgis): Fix infinite progress when an algorithm could not be created
- 04:05 AM Revision 979adbba (qgis): Indicate exception types to sip
- Exposes the full Python exception when an error occurs in createInstance()
- 02:48 AM Revision 627230c1 (qgis): fixes #18421 : Keep options AUTO_REPACK=OFF when reloading data in ogr ...
- 02:14 AM Revision c8d3f74f (qgis): [grass7][mac] Use the most recent GRASS version
- This is a continuation of:
- #8db3dead87e385f2798356d
- #5c97d22b16320874dbe1
This commit only affects users that h... - 02:02 AM Revision 50c9b239 (qgis): [BUGFIX] fixes #20829 Snapping options in meters rounded to integers
- 02:00 AM Revision 67b5b676 (qgis): Fix button order in DB styles dialog and add GPKG delete support
- Fixes #21068
(cherry picked from commit 90a9852b694acc1aa1a8e84c07efd59b4b6d7d81) - 02:00 AM Revision 8f468621 (qgis): [ui] Add Help button to the "Load Layer Style" dialog (#8986)
- (cherry picked from commit bc4efc9908c6497b69a97f15fafc2e87b2a69f91)
- 01:59 AM Revision f0710300 (qgis): Fix condition to enable pgsql insert optimization
- Fixes a condition to enable Postgis provider insert optimization
(by skipping the PK column if its default is a seque... - 01:28 AM Revision 8c18a5c8 (qgis): [FreeBSD] GRASS inverse searching order
- +1 with @neteler
"start with searching the newest GRASS GIS version first"
https://github.com/qgis/QGIS/pull/9174#iss... - 01:27 AM Revision 80ab968e (qgis): [grass7][mac] Use the most recent GRASS version
- This is backporting: https://github.com/qgis/QGIS/pull/9200
It is a continuation of:
* [8db3dea](https://github.... - 01:25 AM Revision 1de9e28f (qgis): Make it easier to subclass "Grass7AlgorithmProvider"
- Backport of 9202: https://github.com/qgis/QGIS/pull/9202
After @Nyalldawson suggestion [1], we've implemented a Proc...
2019-02-19
- 12:27 AM Revision 7599d4f8 (qgis): [expression] Add try() function to provide a way to detect and handle
- expressions which can intermittently fail.
- 10:33 PM Revision ef912d27 (qgis): Fix advanced digitizing display for rotated map canvas
- 09:06 PM Revision c88e7ab0 (qgis): Merge pull request #9162 from luipir/rasterSLD_export_backport-3_4
- Backport of Add SLD 1.0 export for rasters
- 08:41 PM Revision 1d8bd004 (qgis): [grass7] Make it easier to subclass "Grass7AlgorithmProvider"
- After @Nyalldawson suggestion [1], we've implemented a Processing plugin
that exposes a GRASS Addon [2]. In order to ... - 08:41 PM Revision 06fab909 (qgis): add some optional flags in make_polygon expression
- 08:40 PM Revision 26555358 (qgis): Add API for QgsSpatialIndex to optionally store feature geometries
- This potentially avoids a second expensive feature request after
building a spatial index and later needing to re-req... - 08:40 PM Revision 362ba02a (qgis): When a QgsSpatialIndex is storing feature geometry, then
- nearestNeighbor search performs an EXACT nearest neighbour search,
instead of just a nearest-neighbour-by-bounding-bo... - 08:40 PM Revision 67374805 (qgis): Mark private dox as private
- 08:40 PM Revision c8a4dff4 (qgis): Add maximum search distance parameter to QgsSpatialIndex::nearestNeighbor
- 08:39 PM Revision 68b46027 (qgis): layer_property expression function should use proper layer metadata
- for return values where available
...instead of the older, server-specific properties
This affects:
- layer_proper... - 08:39 PM Revision 24529b19 (qgis): [processing] Add API to set contexts for QgsProcessingAlgorithmConfigur...
- 08:39 PM Revision b06f00d0 (qgis): Fix dox test
- 08:39 PM Revision 6021683c (qgis): Capitalization
- 08:39 PM Revision 346f3354 (qgis): [processing] Expose correct expression context in Refactor fields alg
- 08:39 PM Revision 892224c6 (qgis): Minor refactoring
- 08:39 PM Revision 521ebdc9 (qgis): [processing] Wrappers built off old API can still take advantage of the...
- 08:39 PM Revision 69c70314 (qgis): Auto set algorithm linked to newly created QgsProcessingAlgorithmConfig...
- 08:39 PM Revision 9df7b2a0 (qgis): [processing] Correctly expose full expression context to Filter Feature...
- configuration widget in modeler
Allows filters to be built (in the GUI) using context related variables
and function... - 08:39 PM Revision f620adcb (qgis): Capitalization
- 08:39 PM Revision eb335c39 (qgis): [processing] Set full context for QgsProcessingAlgorithmConfigurationWi...
- 07:56 PM Revision b8c727f1 (qgis): dwg import: force polyline and hatch/ring continuity
- 07:56 PM Revision e1562a7f (qgis): dwg import: support dxf encoding (fixes #15999)
- 07:56 PM Revision fd15c3e5 (qgis): dwg import: handle wrong hatch interpretation (refs #20392)
- 07:56 PM Revision 0f6421df (qgis): dwg import: use Q_DECLARE_TR_FUNCTIONS in QgsDwgImporter
- 07:56 PM Revision 92e7faab (qgis): dwg/dxf import: fix angle and alignment handing of (m)texts
- 07:56 PM Revision 6090a932 (qgis): dwg import: less noisy debugging
- 07:56 PM Revision 1a96982d (qgis): dwg import: fix handling of arc and splines in hatches
- 07:56 PM Revision d84c34e0 (qgis): dwg import: support nested blocks (refs #20392)
- 07:56 PM Revision fec20ae0 (qgis): dwg import: less noisy noise reduction
- 07:56 PM Revision f12cac7c (qgis): dwg import: progress display
- 07:56 PM Revision 355deb59 (qgis): dwg import: fix exception (fixes #21177)
- 07:56 PM Revision 3aa2d9ff (qgis): dwg import: catch spline misinterpretation (fixes #20392)
- 07:04 PM Revision d239ea2d (qgis): Fix unique values when generating a set of features
- 06:45 PM Revision 0514df7e (qgis): Add safety guard when mDataProvider is not set
- 06:39 PM Revision 4311a462 (qgis): Update src/app/qgsvectorlayerproperties.cpp
- Co-Authored-By: m-kuhn <[email protected]>
- 04:57 PM Revision 03cc355f (qgis): Catch exception from script and pipe it into feedback
- 03:52 PM Revision 2a0994cf (qgis): Add links to all vector layer property pages
- Also makes the preexisting link work when translation is enabled.
- 03:52 PM Revision 7f95937e (qgis): Fix link to drag and drop designer help
- 03:40 PM Revision 11c9ce0c (qgis): Revert QStringLiteral
- 03:36 PM Revision 7e008b25 (qgis): Update src/providers/ogr/qgsogrprovider.cpp
- Co-Authored-By: elpaso <[email protected]>
- 03:33 PM Revision adba08c8 (qgis): Update src/providers/ogr/qgsogrprovider.cpp
- Co-Authored-By: elpaso <[email protected]>
- 03:26 PM Revision f4548273 (qgis): Explain why the workaround for GPKG/SQLite is necessary
- I've talked to Even for this one
- 02:56 PM Revision 5d7a7ac9 (qgis): Fix unique values on SQLite (OGR) pk
- 02:55 PM Revision 818611cc (qgis): Fix renamed QgsVectorLayerUtils.QgsFeatureData
- 02:48 PM Revision 1689c936 (qgis): Fix unique values on GPKG pk
- Fixes #21311
- 02:46 PM Revision 7fa9bc16 (qgis): Typo
- 02:08 PM Revision 79490461 (qgis): Merge pull request #9195 from m-kuhn/fix-help-button-group
- Fix link to drag and drop designer help
- 01:59 PM Revision cc5256c1 (qgis): simplify split on comma
- 12:50 PM Revision 223d26b0 (qgis): [themes] Slightly adjust padding of push buttons to match tool buttons
- 12:49 PM Revision 5297d83c (qgis): [themes] Slightly adjust padding of push buttons to match tool buttons
- 11:17 AM Revision 348e6837 (qgis): Fix docs for createFeatures
- 11:07 AM Revision 21bfcfcc (qgis): [FEATURE][needs-docs] Add possbility to define one filter for several l...
- 10:51 AM Revision 490c1fed (qgis): Rename QgsFeaturesData to QgsFeatureData and fix test case
- 10:02 AM Revision ba3d9ed0 (qgis): Cache unique values when creating features
- Fixes #21305 - pasting features is very slow
Aggressively optimize createFeature for speed
and introduces createFeat... - 09:56 AM Revision db4bf524 (qgis): Merge pull request #9192 from mhugo/backports
- Backports
- 08:55 AM Revision 3e601813 (qgis): Add some missing variable help text
- 08:26 AM Revision f2e745eb (qgis): Cache unique values in createFeature (~10x faster)
- 03:55 AM Revision 342c093d (qgis): [processing] Use text file for input file list to gdal tile index alg
- Avoids too long command being generated with many inputs
Fixes #21296 - 03:55 AM Revision e5a416ea (qgis): [processing][gdal] Ensure no filename clashes occur in writeLayerParame...
- 03:04 AM Revision f37d48f6 (qgis): keep comments when save as preset or file, remove lines starting by "--...
2019-02-18
- 09:14 PM Revision 1b228bb6 (qgis): Add some missing variable help text
- 06:27 PM Revision 2e6005e8 (qgis): Update src/app/qgsvectorlayerproperties.cpp
- Co-Authored-By: m-kuhn <[email protected]>
- 05:45 PM Revision e19ba77e (qgis): Add links to all vector layer property pages
- Also makes the preexisting link work when translation is enabled.
- 04:57 PM Revision 6872ce7f (qgis): Merge pull request #9194 from wdedulle/master
- Fix saga algorithm when QgsProcessingParameterMultipleLayers. Fixes #21264
- 04:41 PM Revision d7c93400 (qgis): Fix link to drag and drop designer help
- 04:15 PM Revision edbfb0a1 (qgis): #21264 bug in saga algorithm python
- 04:06 PM Revision e735d9fc (qgis): spellcheck
- 03:21 PM Revision 8db38afb (qgis): Processing: fix crash in alg runner task with bad scripts
- Fixes #21270
With test - 03:09 PM Revision c4ef7697 (qgis): Merge pull request #8876 from rldhont/server-wmts-utils-clean-34
- Cleaning WMTS utils code [Server]
- 02:15 PM Revision 377040a2 (qgis): Merge pull request #9191 from elpaso/bugfix-21259-geomchecker-crash
- Geom checker plugin: don't crash if feedback is 0x0
- 12:18 PM Revision 1f08a061 (qgis): Geom checker plugin: don't crash if feedback is 0x0
- Fixes #21259
- 11:36 AM Revision 27ba7390 (qgis): QgsExpression: set setGeomCalculator precedence
- setGeomCalculator, setDistanceUnits and setAreaUnits have now
precedence over expression scopes. - 11:36 AM Revision 61db8107 (qgis): Fix QgsExpressionNodeColumnRef::prepareNode
- Look also for the attribute in the feature, as it is done by evalNode()
- 11:36 AM Revision aaed9ffa (qgis): Fix $length in labels (fixes #19355)
- Use the project expression scope to access project
parameters (ellipsoid and distance/area units) - 11:21 AM Revision 13a127e6 (qgis): remove QgsOgrLayerItem::setCrs (overrided deprecated now unused method)
- 11:21 AM Revision f8e76db1 (qgis): translate all ziputils error messages and remove log tags
- 11:20 AM Revision 9efe4c5f (qgis): Merge pull request #9174 from pmav99/master
- Add support for GRASS 76 on Mac
- 10:16 AM Revision 78d83570 (qgis): Merge pull request #9177 from mbernasocchi/master
- Give more information when errors opening zip happens
- 08:56 AM Revision 5ced04e4 (qgis): [ogr] Read Geopackage layer identifier and description into QGIS
- layer metadata automatically
Fixes #21293 - 07:39 AM Revision a643c87e (qgis): Fix capitalsation
2019-02-17
- 08:03 PM Revision 12c660a5 (qgis): Merge pull request #9185 from alexbruy/fix-paste
- fix pasting features into vector layer from clipboard (fix #21154)
- 04:35 PM Revision b711ef01 (qgis): Merge pull request #9184 from cjmayo/xmlpatterns
- Remove unused Qt5XmlPatterns dependency
- 08:36 AM Revision b2ee8c06 (qgis): fix pasting features into vector layer from clipboard (fix #21154)
- (cherry picked from commit b38b39cb43bffa80687a4742c3d7ef0f390eaeed)
2019-02-16
- 09:01 PM Revision fb798263 (qgis): Remove unused Qt5XmlPatterns dependency
- QtXmlPatterns includes were deleted here:
https://github.com/qgis/QGIS/commit/2eb82430bbdb02b0789b3ffe80d5b6fd747fa8c... - 08:25 AM Revision 6b7ba0d4 (qgis): Merge pull request #9179 from elpaso/server-tiny-improvements
- Server tiny improvements
- 08:24 AM Revision 2c25c3d0 (qgis): Merge pull request #9181 from elpaso/bugfix-21287-rule-based-double-else2
- Rule based renderer: check for scale in rulesForFeature
- 03:16 AM Revision cb3e9094 (qgis): Enable html5 local storage for qgsexternalresourcewidget and maptips
- 03:16 AM Revision 934f706a (qgis): Do not remove parameters from virtual methods which should be used in p...
- These methods did not actually override their parent methods but just coexisted and were never called.
Fixes compila...
2019-02-15
- 12:00 AM Revision ef508c05 (qgis): Expand ZipItem in foreground (fixes #21268)
- (cherry picked from commit 407adc761ebe224a2d72df65551cdcf2addf1735)
- 11:24 PM Revision 407adc76 (qgis): Expand ZipItem in foreground (fixes #21268)
- 05:12 PM Revision 091eeb2c (qgis): Rule based renderer: check for scale in rulesForFeature
- ... when context is not nullptr, also don't crash if it is
With tests
Fixes #21287 - 04:11 PM Revision 550a010a (qgis): german translation update
- 12:10 PM Revision 53a14e24 (qgis): Server: better formatting when logging request params
- 12:09 PM Revision 6a81d2da (qgis): Remove server unused/unimplemented option Allow Request Defined DataSou...
- 10:26 AM Revision 7980cef1 (qgis): Merge pull request #9176 from tudorbarascu/allow_localstorage
- Enable HTML5 local storage for qgsexternalresourcewidget and maptips
- 07:24 AM Revision 71bdc319 (qgis): Fix pasting linestring into polygon layer should auto convert to polygon
- (And polygon->lines, lines->points, polygon->points, etc)
Fixes #21213 - 01:57 AM Revision 312d1439 (qgis): Add #spellok for a false positive in spelling test
- 01:57 AM Revision e86785d0 (qgis): Improvements to the right-click behavior to pick locked feature
- - unlock feature on right-click in an empty area
- allow selection of locked feature by right-click on polygon interi... - 01:57 AM Revision f445c26f (qgis): Small code cleanup to warm up
- 01:57 AM Revision e1419af6 (qgis): Make coverage test happy
- 01:57 AM Revision 7b977233 (qgis): [vertex tool] do not clear selection of vertices after a move
- The list of selected vertices was getting prematurely cleared.
Also had to remove a piece of code to select some ver... - 01:57 AM Revision 19ff6829 (qgis): [vertex tool] right-click to loop through editable features
- Until now mouse right-click could only select and deselect the highlighted
feature to "lock" vertex tool (and numeric... - 01:57 AM Revision 64482ae1 (qgis): [vertex tool] add new vertex without moving it (shift+double click)
- Obviously this is something that some people find useful, but because
it is not so common it uses shift modifier. - 01:57 AM Revision 9195314f (qgis): [vertex tool] "current layer" mode default + locked feature improvements
- When a feature is locked:
- vertex tool will not highlight other features
- vertex tool will not allow selection of v... - 01:57 AM Revision 36e02339 (qgis): Fix tests
2019-02-14
- 04:01 PM Revision 3ef16054 (qgis): Avoid undefined behaviour with signed integer overflow
- 02:34 PM Revision 9ed5b3f8 (qgis): Merge pull request #9063 from mhugo/fix_19355
- Fix $length in labels
- 01:40 PM Revision ee980ca0 (qgis): Fix QgsExpressionNodeColumnRef::prepareNode
- Look also for the attribute in the feature, as it is done by evalNode()
- 01:40 PM Revision e4288e5d (qgis): QgsExpression: set setGeomCalculator precedence
- setGeomCalculator, setDistanceUnits and setAreaUnits have now
precedence over expression scopes. - 01:40 PM Revision 80919669 (qgis): Fix $length in labels (fixes #19355)
- Use the project expression scope to access project
parameters (ellipsoid and distance/area units) - 01:14 PM Revision af4ee04f (qgis): Give more information when errors opening zip happens
- 08:25 AM Revision 24c09d16 (qgis): Merge pull request #9170 from elpaso/bugfix-21254-load-style-from-db
- [ogr] Show style description instead of name in other styles
- 06:46 AM Revision 65a54fed (qgis): Enable html5 local storage for qgsexternalresourcewidget and maptips
- 06:36 AM Revision 3ceea2a0 (qgis): [processing] Add alg descriptions as comments when converting models to...
- Makes for easier to understand scripts
- 06:36 AM Revision 7418c189 (qgis): [processing] Also generate friendly names for outputs when converting m...
- 06:36 AM Revision d342ce93 (qgis): [processing] When converting models to Python, use friendlier (more
- descriptive) names when storing child algorithm results
Makes for much easier to understand scripts
2019-02-13
- 11:32 PM Revision 5c97d22b (qgis): [grass7] Add support for GRASS 76 on Mac too.
- This is a continuation of 8db3dead87e385f2798356d1c3048d2b7df73efd
- 06:52 PM Revision a2bf5cce (qgis): try to reset script path pointing to the current setting path
- 06:28 PM Revision 62111b99 (qgis): Fix test
- 04:24 PM Revision dabd649a (qgis): Merge pull request #9164 from elpaso/bugfix-21227-layer-rename-styles
- Fix GPKG layer rename styles in browser
- 03:11 PM Revision 767fc059 (qgis): Remember last used source in load styles dialog
- ... just a tiny UX improvement
- 03:09 PM Revision 3e041b3a (qgis): [ogr] Show style description instead of name in other styles
- Fixes #21254
- 12:49 PM Revision 8639bcf8 (qgis): [db-manager] Use QgsDataItem implementation for GPKG layer rename
- - Removes code duplication
- Uses a tested and robust implementation (from OGR)
- Takes care of renaming QGIS styles
... - 10:50 AM Revision 78639f03 (qgis): [QgsQuick] Feature form improvements
- Changes are related to following widgets used in the FeatureForm:
Checkbox:
* fixed old import of QgsQuick
* changed... - 10:50 AM Revision 88afe751 (qgis): Some changes of widgets after review:
- PhotoPanel: added focus
TextEdit: Fixed references for edit widget and removed redundant empty lines and properties, ... - 10:17 AM Revision fc8fd1e2 (qgis): [processing] When converting models to python, correctly use a
- multi-step feedback object to give scripts accurate progress reports
And also add in checks for cancelation between ... - 09:08 AM Revision 0d178aa8 (qgis): Fix build on xenial (Qt 5.5)
- 06:56 AM Revision faf8c91d (qgis): [themes] Add minimum width for QPushButton widgets (fix tiny raster cal...
- 06:55 AM Revision 1e431f20 (qgis): [themes] Add minimum width for QPushButton widgets (fix tiny raster cal...
2019-02-12
- 12:27 AM Revision 05dd5f19 (qgis): Fix some missing expression context variables in processing expression ...
- (cherry picked from commit 60a1d6306fe75c84374d88f0e5fab3731d569097)
- 12:27 AM Revision a61abe5b (qgis): [postgis] Fix creation of new Z/M enabled, curved geometry type layers
- (cherry picked from commit 07746dbc0e5b34e31e85e944fc6f53113721a696)
- 12:27 AM Revision 78a35568 (qgis): [processing] Correct order of expression scopes in widget wrapper expre...
- (cherry picked from commit 2180b63e355436ea721becee3fb0f79ce47dbe28)
- 11:47 PM Revision 76b7bcef (qgis): Try to fix astyle errors
- 10:59 PM Revision 2180b63e (qgis): [processing] Correct order of expression scopes in widget wrapper expre...
- 10:59 PM Revision 85b51677 (qgis): Fix build
- 10:59 PM Revision 6648a955 (qgis): Fix test
- 10:59 PM Revision e533a407 (qgis): [processing] Expose some model related variables to expressions
- run inside models
Allows expressions to access important variables like the current
model path - 10:59 PM Revision 493aed58 (qgis): API tweak
- 10:59 PM Revision 493185c6 (qgis): Astyle
- 10:59 PM Revision 69f45e38 (qgis): Refactor QgsExpressionContext and move QgsExpressionContextUtils
- out to its own header
Avoids slow recompilation caused by changes to the frequently
modified QgsExpressionContextUti... - 10:59 PM Revision d281c8ae (qgis): Fix build
- 10:59 PM Revision 29fa7b6e (qgis): Fix build, indentation
- 10:59 PM Revision 60a1d630 (qgis): Fix some missing expression context variables in processing expression ...
- 10:09 PM Revision 43512d56 (qgis): [quick] Improve map settings flags for canvas
- - labeling engine settings from project were not being applied
- enable simplification of geometries (faster map rend... - 10:09 PM Revision 673d4949 (qgis): [quick] Fix identify: give priority to points (and lines)
- Without priority for points (and lines) it is otherwise very difficult
to identify them on top of polygons or difficu... - 10:09 PM Revision 6fab904c (qgis): Fix tests due to updated tolerance
- 08:33 PM Revision f95d3235 (qgis): Merge pull request #9156 from nyalldawson/fix_21188_render_cats
- [categorized] Fix blank layers when using categorized renderer
- 08:32 PM Revision 07746dbc (qgis): [postgis] Fix creation of new Z/M enabled, curved geometry type layers
- 07:37 PM Revision 61d361d6 (qgis): GPKG: Rename styles when layers are renamed
- Partially fixes #21227
TODO:
- DB manager
- Other providers - 06:25 PM Revision 287a3b0e (qgis): Renamed test db for consistency
- (minor change)
- 11:33 AM Revision dee218ba (qgis): Use cache for sld layers if they use NamedLayer / NamedStyle
- 10:57 AM Revision 754b2e76 (qgis): adapted to 3.4 API
- 10:23 AM Revision 6d5d7c59 (qgis): document API change from 3.4.5
- 10:18 AM Revision fe8be680 (qgis): removed default and managed UserDefinedEnhancement as not implemented
- 10:18 AM Revision 4d5062a6 (qgis): better English formed message
- Co-Authored-By: luipir <[email protected]>
- 10:18 AM Revision 6ea9ff07 (qgis): better a static list to avoid set at every call
- 10:18 AM Revision 63fae809 (qgis): spellechck do warning if htmls tags in methoid description => fail travis
- 10:18 AM Revision 57440ea5 (qgis): typo
- 10:18 AM Revision 67599c47 (qgis): let travis happy
- 10:18 AM Revision 53ec2cfc (qgis): better use qgsDoubleNear
- 10:18 AM Revision 24a74d1a (qgis): typo + #if 0 for todo code
- 10:18 AM Revision 210dbc16 (qgis): typo and rephrased
- 10:18 AM Revision 7a1e6984 (qgis): typo
- 10:18 AM Revision 39c65481 (qgis): removed unuseful parentheses + removed default + forgot an enum
- 10:18 AM Revision d285e470 (qgis): removed unuseful parentheses and removed default
- 10:18 AM Revision fede75f0 (qgis): fixed spellcheck
- 10:14 AM Revision 938e8d5c (qgis): translated error message
- 10:14 AM Revision d2b2b2ee (qgis): removed default in switch
- 10:14 AM Revision be6968ec (qgis): removed default and manage forgot enum
- 10:14 AM Revision a5866dfa (qgis): back to a more safe const method
- 10:14 AM Revision 8f75b159 (qgis): \#if 0 instead of comment
- 10:14 AM Revision ee18eb56 (qgis): back to const methods
- 10:14 AM Revision 6af1d3fe (qgis): use qgsDoubleNear to avoid precision errors
- 10:14 AM Revision d49524cc (qgis): AStyle
- 10:13 AM Revision b4faa0dc (qgis): use QgsFileUtils::ensureFileNameHasExtension instead
- 10:13 AM Revision 700f5b33 (qgis): Added SLD 1.0 export for rasters
- 09:29 AM Revision 0c68668b (qgis): Fix fragile test
- (cherry picked from commit 2e20f13279e4184d892976099c883afb3756a026)
- 07:48 AM Revision 2e20f132 (qgis): Fix fragile test
- 07:36 AM Revision 082ebd07 (qgis): [memory] Optimise iteration, avoid multiple map lookups and an unnecess...
- (cherry picked from commit 51a49812373ae1b38064af33e7a56a49d5a3329e)
- 07:36 AM Revision fa1b5105 (qgis): API tweaks
- (cherry picked from commit 9a75976ca45c5a2aea9b017bded2ea481f072094)
- 07:36 AM Revision 05933ef0 (qgis): [processing] More responsive cancelation for dissolve algorithm
- (cherry picked from commit 916805cf0479e7e972e28fef9c3632aafe80b06c)
- 07:36 AM Revision 197625d7 (qgis): [memory] Fix inefficient memory feature iteration when using a FilterFi...
- The request was not being handled correctly by the provider, resulting
in the provider iterating through every featur... - 07:36 AM Revision 7830cc74 (qgis): [processing] Field calculator algorithms should not force an upper limit
- on string field lengths
Don't hold back the algorithms because of outdated format limitations!
(cherry picked from ... - 07:36 AM Revision a2b5ee9d (qgis): Fix QgsFieldExpressionWidget doesn't correctly emit signals when
- clearing the current expression/field
(cherry picked from commit 6f6d562ec8da11dcb766755adbbd40df747ae9fc) - 07:36 AM Revision 72d6cbf5 (qgis): [processing] Fix incorrect parameter definition used when evaluating
- parent layer parameter in the gui for dynamic properties data defined
buttons
(cherry picked from commit d3bd1370d6b... - 04:37 AM Revision 7714bfbf (qgis): [categorized] Fix blank layers when using categorized renderer
- Fixes #21188
- 04:01 AM Revision 6fb7856b (qgis): [memory] Fix inefficient memory feature iteration when using a FilterFi...
- The request was not being handled correctly by the provider, resulting
in the provider iterating through every featur... - 04:01 AM Revision 51a49812 (qgis): [memory] Optimise iteration, avoid multiple map lookups and an unnecess...
- 03:58 AM Revision 916805cf (qgis): [processing] More responsive cancelation for dissolve algorithm
- 03:58 AM Revision d614ff39 (qgis): [processing] Field calculator algorithms should not force an upper limit
- on string field lengths
Don't hold back the algorithms because of outdated format limitations! - 03:56 AM Revision 2e116b6f (qgis): [ui] Harmonize 2D/3D map view toolbars
- 03:55 AM Revision e8333603 (qgis): [ui] Harmonize 2D/3D map view toolbars
- 03:51 AM Revision 1efb96b7 (qgis): Some tweaks on translatable strings
- 03:51 AM Revision e24403da (qgis): Remove trailing space
2019-02-11
- 10:18 PM Revision d3bd1370 (qgis): [processing] Fix incorrect parameter definition used when evaluating
- parent layer parameter in the gui for dynamic properties data defined
buttons - 10:18 PM Revision 9a75976c (qgis): API tweaks
- 10:18 PM Revision 2729af65 (qgis): [processing] Port expression widget wrapper to new API
- Fixes confusing expression parameter definitions in modeler
child algorithms (there's no direction as to what the
wid... - 10:18 PM Revision 6f6d562e (qgis): Fix QgsFieldExpressionWidget doesn't correctly emit signals when
- clearing the current expression/field
- 10:04 PM Revision 2a917f4c (qgis): Merge pull request #9049 from luipir/rasterSLD_export
- Add SLD 1.0 export for rasters
- 07:27 PM Revision fa3bfddf (qgis): [processing] Simplify algorithm should not run validity checks on geome...
- Simplify (by its intrinsic nature) can output invalid geometries,
and its processing is not affected by the presence ... - 07:27 PM Revision 4d12465b (qgis): [processing] Ensure that distance inputs become expression variables fo...
- (cherry picked from commit 7e106ef4b78c094a21738f91cdc41bb208f39f91)
- 07:27 PM Revision f4866402 (qgis): [processing] Buffer algorithm should always export multipolygon layers
- We can never predict when a buffer will create a multipolygon output
(e.g. for negative buffer sizes), so ALWAYS expo... - 01:58 PM Revision 4be150c5 (qgis): Don't hard-code black and gray for layer tree items' text color
- 01:57 PM Revision f8f701c3 (qgis): [ui] Harmonize CAD panel by using toolbar (fixes hidpi et cie)
- 11:24 AM Revision 89bce696 (qgis): [ui] Harmonize CAD panel by using toolbar (fixes hidpi et cie)
- 10:28 AM Revision 8b8e6b81 (qgis): osgeo4w: run python scripts with python3 (fixes #20870)
- (cherry picked from commit b6293f23c8c54602f668f980f50d76ef09271e8a)
- 10:28 AM Revision 69e54150 (qgis): osgeo4w: fix b6293f23c8c (fixes #21210)
- (cherry picked from commit eea4eda6a35f1a06f84f198249b51b169144c46f)
- 06:06 AM Revision 89532575 (qgis): [ui] Harmonize the style dock warning label alignment by centering it
- 06:06 AM Revision e4feb322 (qgis): [ui] Harmonize the style dock warning label alignment by centering it
- 05:34 AM Revision cf687838 (qgis): [themes] Fix missing focus hint for slider widgets
- 05:34 AM Revision e41ff7b7 (qgis): [themes] Fix missing focus hint for slider widgets
- 05:29 AM Revision 6d0de1c0 (qgis): [themes] Fix style of line edit within combo box
- 05:28 AM Revision d1e5d6ef (qgis): [themes] Fix style of line edit within combo box
- 05:14 AM Revision 99a708eb (qgis): [themes] Properly style table/list view headers
- 05:14 AM Revision 06471885 (qgis): [themes] Properly style table/list view headers
- 04:26 AM Revision 81637a54 (qgis): [themes] Scroll bar handle can go MIA, add minimum width/height
- 04:25 AM Revision b080ab54 (qgis): [themes] Scroll bar handle can go MIA, add minimum width/height
2019-02-10
- 09:31 PM Revision eea4eda6 (qgis): osgeo4w: fix b6293f23c8c (fixes #21210)
- 04:57 PM Revision af723c49 (qgis): osgeo4w: build with spatialindex 1.9
- 04:48 PM Revision 29d44964 (qgis): osgeo4w: build with spatialindex 1.9
- 04:45 PM Revision 28c03801 (qgis): osgeo4w: build with libspatialite 1.9
- 10:00 AM Revision e6cce107 (qgis): Merge pull request #9139 from elpaso/bugfix-21176-spatialite-text-pk
- Fix spatialite text PKs
- 06:38 AM Revision 3d12f834 (qgis): [geonode] more robust version string parsing (fix #21093, #21140)
- (cherry picked from commit 440f8d4cbb655942f868dde9ab23b0cc5d69c3b2)
2019-02-09
- 03:48 PM Revision 385018da (qgis): Merge pull request #9143 from mhugent/3_4_itempolyline_end_arrow
- Port of PR 9129 to 3.4 branch
- 02:21 PM Revision aa7e6240 (qgis): Add unittest for composer polyline with arrow
- 02:20 PM Revision c752d24e (qgis): Adapt unit test control images
- 02:20 PM Revision 5a3303c6 (qgis): Move end arrowhead by half arrow width. Fix for bug #21171
- 09:38 AM Revision c327dec6 (qgis): [themes] Properly style widget focus
- 09:37 AM Revision 977d778d (qgis): [ui] Move property override button css to default style sheet
- 09:36 AM Revision bf5b3f03 (qgis): [ui] Move property override button css to default style sheet
- 09:36 AM Revision 3ae5038d (qgis): [themes] Properly style widget focus
- 07:04 AM Revision 6bbc92cf (qgis): [themes] Fix background color issue within group boxes
- 07:03 AM Revision bfbb75ae (qgis): [themes] Fix background color issue within group boxes
- 06:16 AM Revision 5790e121 (qgis): [ui] Enable autoraise state for attribute table form/table view buttons
- 06:16 AM Revision 437e4e28 (qgis): [ui] Enable autoraise state for attribute table form/table view buttons
- 05:14 AM Revision 8a163526 (qgis): [themes] Properly size width of icon-only labeling/mesh tab bar
- 05:13 AM Revision 7c50ed9b (qgis): [themes] Properly size width of icon-only labeling/mesh tab bar
2019-02-08
- 10:27 PM Revision 2857f585 (qgis): File widget should also accept drops from browser
- 10:27 PM Revision 78a6b4ff (qgis): Fix build
- 10:27 PM Revision 35ddb3b6 (qgis): [browser] Provide mime data for directory items
- Allows them to be dragged and dropped to file widgets
- 10:27 PM Revision 8ad2d729 (qgis): More unit tests
- 10:27 PM Revision ceaf97b2 (qgis): Remove a totally unused enum
- 10:27 PM Revision d741c73d (qgis): Dropping a file onto a file widget in directory mode should set the widget
- to the folder containing that file, not reject the event entirely
- 10:27 PM Revision 48e05434 (qgis): Dox++
- 10:27 PM Revision 324fb405 (qgis): QgsFileWidget should also accept dropped plain text paths
- 10:26 PM Revision 3736fc07 (qgis): Fix sqlite double free
- 09:24 PM Revision 73fa58a5 (qgis): Fix more incorrect 'invalid data source' errors when loading mesh layers
- 09:24 PM Revision a1d8d9ae (qgis): Fix invalid data source message is always shown after dragging and drop...
- vector layers to QGIS window
- 09:24 PM Revision 9b6367fc (qgis): [processing] Simplify algorithm should not run validity checks on geome...
- Simplify (by its intrinsic nature) can output invalid geometries,
and its processing is not affected by the presence ... - 09:23 PM Revision 061882d9 (qgis): [processing] Port file widget wrapper to new c++ API
- 07:25 PM Revision ce7b8e26 (qgis): Update tests/src/python/test_provider_spatialite.py
- 05:49 PM Revision 2dd55073 (qgis): Modernize code FOREACH -> range for
- 05:49 PM Revision 7f61dc49 (qgis): Fix spatialite text pks and other issues
- ... also fixes the geometry information query
when spatialite version is >= 4
Fixes #21176
With tests - 05:19 PM Revision 4eaae77a (qgis): Merge pull request #9129 from mhugent/itempolyline_end_arrow
- Move end arrowhead by half arrow width
- 04:23 PM Revision 14e51766 (qgis): Add unittest for composer polyline with arrow
- 01:15 PM Revision e6f148e5 (qgis): [vertex tool] do not clear selection of vertices after a move
- The list of selected vertices was getting prematurely cleared.
Also had to remove a piece of code to select some ver... - 01:15 PM Revision 941ec4cf (qgis): [vertex tool] add new vertex without moving it (shift+double click)
- Obviously this is something that some people find useful, but because
it is not so common it uses shift modifier. - 01:15 PM Revision b7138b17 (qgis): Fix tests
- 12:47 PM Revision 471734a9 (qgis): Merge pull request #9111 from SIRS-CLS/sirs_db_manager
- Fix bug comment on postgres and others management
- 11:18 AM Revision d3311438 (qgis): Removing print
- 11:01 AM Revision db4db598 (qgis): Fix travis
- 10:56 AM Revision a321d408 (qgis): Adapt unit test control images
- 10:45 AM Revision db06040b (qgis): Change != True to not + getComment and commentTable on main file if not...
- 10:10 AM Revision e6b8523f (qgis): Merge pull request #9125 from m-kuhn/backport-wmts-getcapabilities-compat
- Append ? to WMTS GetCapabilities
- 10:00 AM Revision 7e106ef4 (qgis): [processing] Ensure that distance inputs become expression variables fo...
- 09:53 AM Revision f22f182b (qgis): [processing] Buffer algorithm should always export multipolygon layers
- We can never predict when a buffer will create a multipolygon output
(e.g. for negative buffer sizes), so ALWAYS expo... - 09:51 AM Revision a2d85ada (qgis): removed default and managed UserDefinedEnhancement as not implemented
- 09:45 AM Revision 2712fc80 (qgis): better English formed message
- Co-Authored-By: luipir <[email protected]>
- 08:30 AM Revision 9741515f (qgis): Replace db.connector/self + is None
- 08:02 AM Revision 09407c12 (qgis): Merge pull request #9128 from m-kuhn/todo-qgis-4
- Move QGIS 3 todos to QGIS 4
- 06:44 AM Revision 440f8d4c (qgis): [geonode] more robust version string parsing (fix #21093, #21140)
- 06:42 AM Revision 094620bc (qgis): [Bugfix][Oracle] Add ESCAPE when compiling LIKE
- The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if spec...
- 06:42 AM Revision f285d91c (qgis): [Tests] Add LIKE with underscore (_) as partially uncompiled expression...
- 06:42 AM Revision 4b60a1e3 (qgis): [Tests] Add LIKE underscore (_) test to feature source test base
- 06:13 AM Revision 36995293 (qgis): [themes] Harmonize padding of combobox widgets
- 06:12 AM Revision fc6695ab (qgis): [themes] Harmonize padding of combobox widgets
- 05:06 AM Revision e57ed173 (qgis): [themes] Add padding for icons in combo box's drop down lists
- 05:05 AM Revision 669d72aa (qgis): [themes] Add padding for icons in combo box's drop down lists
- 04:55 AM Revision 6aeaa239 (qgis): [themes] Properly style editable combobox in disabled state
- 04:54 AM Revision 5fc0726b (qgis): [themes] Properly style editable combobox in disabled state
2019-02-07
- 12:30 AM Revision a249e28c (qgis): qgsRound: places should be of integer type instead of double
- (cherry picked from commit b4d01e461f16bd55e36510c194f80746f0f0376b)
- 12:30 AM Revision 9ea7f1ef (qgis): Correct crash when read from ogr file in thread (QgsProcessing for inst...
- fixes #20581
(cherry picked from commit e948120b7bf42b26eed432c2e2e0b43272c3b8fe) - 12:30 AM Revision 2979a8f7 (qgis): [processing] Fix evaluation of linked parameters in batch mode
- e.g. missing fields after selecting a layer parameter
(cherry picked from commit 7f3640d8a1a84e7562a8ab78a759f556357... - 12:30 AM Revision eb8e36c2 (qgis): fix substr help (fixes #21192)
- (cherry picked from commit 2bed7ab0018696dba76d2c8053d22633a271486e)
- 12:30 AM Revision b79e9e66 (qgis): Don't add extra linebreak in print composer tables
- Check if remaining text is short enough to go in one line. Fixes #20546
(cherry picked from commit a774499b95177d764... - 08:38 PM Revision 7f3640d8 (qgis): [processing] Fix evaluation of linked parameters in batch mode
- e.g. missing fields after selecting a layer parameter
- 06:45 PM Revision 68c541b9 (qgis): Update connector.py
- 05:34 PM Revision 8834ec78 (qgis): [WFS provider] Correctly compute layer extent when zooming out layer (f...
- 05:32 PM Revision 2341fa86 (qgis): Merge pull request #9118 from rouault/fix_20742
- Correctly compute layer extent when zooming out layer [WFS provider]
- 05:29 PM Revision 8ed79716 (qgis): Another fix try
- 04:59 PM Revision 832eb401 (qgis): Another fix try
- 04:44 PM Revision f27ecab6 (qgis): Fix travis
- 03:35 PM Revision e9e9fd32 (qgis): Fixing travis layout
- 03:22 PM Revision 89571f7e (qgis): Move end arrowhead by half arrow width. Fix for bug #21171
- 02:41 PM Revision 20d85288 (qgis): Merge pull request #9127 from m-kuhn/spellcheck-multi-thread
- Consistently use multi thread instead of multithread
- 02:36 PM Revision 2fb37042 (qgis): Fix TODO and docstrings
- 01:36 PM Revision 98ec3236 (qgis): Merge pull request #9065 from alexbruy/fix-paste
- fix pasting features into vector layer from clipboard (fix #21154)
- 01:10 PM Revision 277d4fef (qgis): Fixing travis test
- 11:54 AM Revision dfa1680a (qgis): [vertex tool] "current layer" mode default + locked feature improvements
- When a feature is locked:
- vertex tool will not highlight other features
- vertex tool will not allow selection of v... - 11:17 AM Revision 2bed7ab0 (qgis): fix substr help (fixes #21192)
- 11:08 AM Revision a774499b (qgis): Don't add extra linebreak in print composer tables
- Check if remaining text is short enough to go in one line. Fixes #20546
- 09:56 AM Revision 63c010db (qgis): Fix create and delete comment from tableProperties
- 09:10 AM Revision 81defcc1 (qgis): Update tests/src/python/qgis_wrapped_server.py
- Co-Authored-By: elpaso <[email protected]>
- 09:10 AM Revision 90f7989f (qgis): Move QGIS 3 todos to QGIS 4
- 09:07 AM Revision 32b6599d (qgis): Merge pull request #9074 from m-kuhn/til
- Deprecate QgsGeometry::set for usage in Python
- 09:02 AM Revision 788e2cf9 (qgis): Consistently use multi thread instead of multithread
- 08:35 AM Revision 5e1d6d57 (qgis): Revert "remove 'multithreading is not supp in server text'"
- This reverts commit 6c1036c5c0634a0381b17b03472ab012faefec58.
- 08:34 AM Revision a140a4a2 (qgis): Append ? to WMTS GetCapabilities
- This makes WMTS behave equal to the WMS implementation which already appends a ? in case there is no query string sup...
- 07:19 AM Revision 6c1036c5 (qgis): remove 'multithreading is not supp in server text'
- 07:00 AM Revision b4d01e46 (qgis): qgsRound: places should be of integer type instead of double
- 06:58 AM Revision e948120b (qgis): Correct crash when read from ogr file in thread (QgsProcessing for inst...
- fixes #20581
- 05:31 AM Revision 3b4def83 (qgis): [ui] Fix undersized color buttons in the 3D map config dialog
- 04:55 AM Revision 7a5c913f (qgis): [themes] Insure groupbox checkbox indicator size equals that of normal ...
- 04:53 AM Revision aec05a72 (qgis): [themes] Insure groupbox checkbox indicator size equals that of normal ...
- 03:53 AM Revision ae21d07d (qgis): [processing][gdal] Fix polygonize field name is ignored
- (cherry picked from commit 06d5b996bfc37f2877ecbf708af608952420ed45)
- 03:53 AM Revision 331f590a (qgis): [browser] Avoid always opening every file using gdal to test for
- update capabilities
This is no longer required - it was previously done in order to
detect if the item should expose... - 03:53 AM Revision ab6057fe (qgis): Remove space before line number in log messages
- Because this means you can copy the filename:linenumber combo and
enter it directly in QtCreator's locator without ha... - 03:53 AM Revision e14cea3e (qgis): Fix incorrect 'not available in Python' dox
- (cherry picked from commit 715395aa47d4c800cacaf327fa6ed46df219e7b3)
- 03:53 AM Revision cbc3bc34 (qgis): Fix build
- 03:53 AM Revision d5900557 (qgis): [processing] Port matrix widget wrapper to newer c++ API
- Allows matrix parameters to be correctly set for model child algorithms
Fixes #20914
(cherry picked from commit eef... - 03:53 AM Revision 985abf14 (qgis): [processing][needs-docs] Make Find Projection algorithm simpler to use
- We no longer require the seperate CRS parameter, because the extent
parameter contains the CRS information itself. Th... - 03:53 AM Revision 964c99f0 (qgis): Deprecate QgsDataItem API for setting item CRS
- This is no longer used by QGIS (it was only ever used by the standalone
browser)
(cherry picked from commit d61694cb... - 03:53 AM Revision b5eb321a (qgis): [processing][gdal] Fix incorrect definition of gdal_warp extra_param pa...
- (cherry picked from commit f54f5a4fe70792f4d7ea376e28edad88c4d35d4a)
- 03:53 AM Revision 93c135f9 (qgis): [processing][gdal] Ensure that GDAL algs output the CORRECT
- generated filename for outputs
Previously they were just echoing the input parameter value,
which isn't always a str... - 03:53 AM Revision 33987fa5 (qgis): Allow for exact calculation of symbol sizes with mixed layer units
- Fixes #21143
(cherry picked from commit 867e39947b3f24d0b7714cd44e28126b61769340) - 03:53 AM Revision abc4cf5e (qgis): Slight improvements to Python docs
- (cherry picked from commit 4b0f6b756c61e02e60322ac30658cadb6cbe5c31)
- 03:53 AM Revision 519b8ffb (qgis): Fix some hidpi layout issues in options dialog
- (cherry picked from commit d92f9e79f75829a35115853f8fd353dc994bfccf)
- 03:53 AM Revision 0a158092 (qgis): Silence some noisy debug messages
- (cherry picked from commit b581a084e13b8e72f383ee242d77a06a0e0f61d1)
- 03:53 AM Revision 983d9e28 (qgis): Hidpi icon size fixes
- (cherry picked from commit 15bcbf8c6a57fb533d9ef895def1c98adf81945c)
- 03:53 AM Revision c0b4d9b9 (qgis): Allow maximum number of entries to show in relation reference widget
- to be configurable via an advanced setting configuration option
In some circumstances 100 is not enough
(cherry pic... - 01:17 AM Revision e4e0948a (qgis): Add actionVertexToolActiveLayer to iface
2019-02-06
- 11:08 PM Revision f63c4e15 (qgis): avoid conflicting geos spatialindex.h include file
- correct includes for spatialindex
- 11:08 PM Revision 18c0c4d2 (qgis): Merge pull request #8990 from elpaso/bugfix-21086-wfs-field-calculator
- Field calculator: provide a list of default field types
Cherry-picked from master d61caab - 11:08 PM Revision b292edd1 (qgis): Merge pull request #9070 from elpaso/bugfix-21121-opencl-16bit-raster
- Fix hillshade renderer with data type != Float32 [opencl]
Cherry-picked from master 109fcc0 - 11:08 PM Revision 2831a02b (qgis): Merge pull request #9071 from elpaso/bugfix-21100-ogrprovider-missing-q...
- Quote field name identifiers in ORDER BY and MAX/MIN queries
Cherry-picked from master 3c9b6e5e4f - 11:08 PM Revision ac1b4926 (qgis): Merge pull request #8950 from elpaso/bugfix-opengis-zug-wmsroot
- Fix server WMS short name (unreported)
Cherry-picked from master de29767 - 11:08 PM Revision 0557c700 (qgis): Merge pull request #8985 from elpaso/bugfix-21091-ogr-protocol-download
- OGR: add a download option to the protocol data source [needs-docs]
Cherry-picked from master 1f8708f270 - 11:08 PM Revision 8f05c7eb (qgis): Merge pull request #8970 from elpaso/bugfix-21077-value-relation-wfs
- Fix WFS context fields variable
Cherry-picked from master ee0e0e1 - 11:08 PM Revision c8500605 (qgis): fix another include directive for spatialindex
- 11:08 PM Revision 1cc7b658 (qgis): Fix merge error from backports
- 11:08 PM Revision 823f2dd3 (qgis): Merge pull request #8929 from elpaso/bugfix-21059-server-post-request-i...
- Fix POST requests for QGIS server
Cherry-picked from master b129850 - 11:08 PM Revision 50be6e8f (qgis): Merge pull request #8958 from elpaso/bugfix-20961-wfs-null-transactions
- Fix NULL support in WFS server and client
Cherry-picked from master 861a8b7 - 11:08 PM Revision bc4ccd04 (qgis): Merge pull request #8924 from elpaso/bugfix-20927-server_exp_filter
- Server WFS EXP_FILTER bugfixes
Cherry-picked from master 0e0146d - 11:08 PM Revision 0baf3fa9 (qgis): Merge pull request #8948 from elpaso/bugfix-20198-server-DescribeFeatur...
- Fix server WFS TYPENAME filter in describeFeatureType
Cherry-picked from master 4909643 - 11:08 PM Revision 110c0ac3 (qgis): Merge pull request #9099 from elpaso/bugfix-21150-file-protocol-path-re...
- Strip file:// from local files path before resolving
Cherry-picked from master 185855b - 10:51 PM Revision daab33c4 (qgis): New Shapefile Layer: reorganise additional dimensions checkboxes
- because shapefiles could only be
- plain X,Y
- with M values: X,Y,M
- with Z and M values: X,Y,Z,M - 10:32 PM Revision 32d90287 (qgis): [WFS provider] Correctly compute layer extent when zooming out layer (f...
- 10:01 PM Revision 31ab3bb5 (qgis): Merge pull request #9115 from m-kuhn/wmts-getcapabilities-compat
- Append ? to WMTS GetCapabilities
- 08:13 PM Revision da4a0c09 (qgis): Merge pull request #9113 from rouault/fix_20865_3.4_backport
- Ensure stability of QGIS FeatureId when reloading layer [WFS provider]
- 08:07 PM Revision 76ac0f1f (qgis): Even more test fixes
- 08:06 PM Revision 0629a1b6 (qgis): More test fixes
- 06:21 PM Revision a13e5027 (qgis): Fix test
- 06:21 PM Revision 3564838e (qgis): Fix test
- 06:14 PM Revision eab1c31f (qgis): Remove space before line number in log messages
- Because this means you can copy the filename:linenumber combo and
enter it directly in QtCreator's locator without ha... - 06:14 PM Revision d61694cb (qgis): Deprecate QgsDataItem API for setting item CRS
- This is no longer used by QGIS (it was only ever used by the standalone
browser) - 06:14 PM Revision 2c64cece (qgis): [browser] Avoid always opening every file using gdal to test for
- update capabilities
This is no longer required - it was previously done in order to
detect if the item should expose... - 06:14 PM Revision d92f9e79 (qgis): Fix some hidpi layout issues in options dialog
- 06:14 PM Revision b581a084 (qgis): Silence some noisy debug messages
- 06:13 PM Revision ab64527e (qgis): allow QGZ files in selections
- 06:13 PM Revision c2f958db (qgis): fix some HIG and add missing translations in dbmanager
- 05:37 PM Revision f3dfd97d (qgis): New fix, still some need to be done
- 05:13 PM Revision 2745dfe4 (qgis): Merge pull request #9110 from m-kuhn/sip-no-default-parameter-override
- Do not remove parameters from virtual methods which should be used in…
- 05:13 PM Revision db150577 (qgis): Merge pull request #9112 from m-kuhn/sip-keep-reference-to-registry
- Sip keep reference to registry
- 04:09 PM Revision 5dd83884 (qgis): Append ? to WMTS GetCapabilities
- This makes WMTS behave equal to the WMS implementation which already appends a ? in case there is no query string sup...
- 03:35 PM Revision 92823d0f (qgis): Merge pull request #8875 from rldhont/bugfix-oracle-compile-expression-...
- Add ESCAPE when compiling LIKE for oracle
- 01:09 PM Revision 24000508 (qgis): Deprecate for sip
- 12:18 PM Revision 89ea8199 (qgis): Make sure Python wrappers of quasi-singletons are kept alive
- If they are deleted, any other python wrappers which have been parented to these singletons are deleted too.
One of ... - 12:18 PM Revision b2aed603 (qgis): Add registry keepreference test
- 12:07 PM Revision 4910b73f (qgis): [WFS provider] Ensure stability of QGIS FeatureId when reloading layer ...
- 12:06 PM Revision 76c48e66 (qgis): Add sqlite3_database_unique_ptr::exec (initial author: Matthias Kuhn <m...
- Partial backport of 49d8060c30c6f7b005bfe3aedb2f9c0c7cce4459
needed to backport e19bf11f9edc2c40a926fa66aeff200d5fa2eb3e - 12:00 PM Revision 57391d80 (qgis): [themes] Properly style autoRaise state in Night Mapping
- 11:57 AM Revision 87a1cb55 (qgis): [themes] Properly style autoRaise state in Night Mapping
- 11:56 AM Revision c1e62ed2 (qgis): [themes] Properly style autoRaise state in Blend of Gray
- 11:54 AM Revision 1699d1ef (qgis): Merge pull request #9105 from rouault/fix_20865
- Ensure stability of QGIS FeatureId when reloading layer [WFS provider]
- 11:27 AM Revision fc238a72 (qgis): [themes] Better style tool buttons in the tab bar for Blend of Gray
- 10:53 AM Revision dff18535 (qgis): Fix bug comment on postgres and others management
- 10:44 AM Revision e19bf11f (qgis): [WFS provider] Ensure stability of QGIS FeatureId when reloading layer ...
- 10:29 AM Revision 1a87fce3 (qgis): Do not remove parameters from virtual methods which should be used in p...
- These methods did not actually override their parent methods but just coexisted and were never called.
Fixes compila... - 08:35 AM Revision 7f0ab8b9 (qgis): Merge pull request #9103 from m-kuhn/constFeatureInLabeling
- Const correctnes for QgsFeature in labeling
- 07:59 AM Revision 14db1378 (qgis): Resurrect dedicated action to create virtual layers in main window
- This was removed when the data source manager was created, but
new virtual layers are a "creation" action, so it belo... - 07:46 AM Revision e4df72ee (qgis): Merge pull request #9086 from elpaso/bugfix-21151-db-manager-comments-a...
- Quick and dirty patch to DB-Manager after PR 8831
- 01:40 AM Revision a302925a (qgis): allow QGZ files in selections
- 01:07 AM Revision f30a15cc (qgis): Fix Postgresql connection reset not being called
- PQreset was never called if the query was made using mConnectionRO
from the PostgresProvider, resulting in an always ...
2019-02-05
- 06:49 PM Revision d2885607 (qgis): Banned keywords
- 06:16 PM Revision 06d5b996 (qgis): [processing][gdal] Fix polygonize field name is ignored
- 05:57 PM Revision 5f1cea13 (qgis): Add docstrings and modernize code
- 05:16 PM Revision 4612521c (qgis): Const correctnes for QgsFeature in labeling
- A feature is not modified while it's sent through the labeling pipeline.
- 12:45 PM Revision 62e09d94 (qgis): [processing] If model name starts with a digit, we need to remove that ...
- 11:59 AM Revision 33b8bbdf (qgis): Astyle again
- 11:19 AM Revision 7aca6af7 (qgis): Merge pull request #9098 from alexbruy/wcs-backport
- Wcs backport
- 10:58 AM Revision 185855b2 (qgis): Merge pull request #9099 from elpaso/bugfix-21150-file-protocol-path-re...
- Strip file:// from local files path before resolving
- 10:33 AM Revision 526a6b63 (qgis): follow up d5be855 : fix hasty pasting error
- 10:32 AM Revision 6413349f (qgis): follow up 4f77477 : fix hasty pasting error
- 09:50 AM Revision d5be8559 (qgis): Fix relationship between scale<->extent in the save [canvas] as image/p...
- 09:49 AM Revision 4f774772 (qgis): Fix relationship between scale<->extent in the save [canvas] as image/p...
- 09:38 AM Revision a97ce698 (qgis): Allow maximum number of entries to show in relation reference widget
- to be configurable via an advanced setting configuration option
In some circumstances 100 is not enough - 09:07 AM Revision ce8684d0 (qgis): Make coverage test happy
- 09:07 AM Revision 4f905cc2 (qgis): [vertex tool] right-click to loop through editable features
- Until now mouse right-click could only select and deselect the highlighted
feature to "lock" vertex tool (and numeric... - 08:38 AM Revision de5171ac (qgis): Code style (I had autopep8 installed btw)
- 08:29 AM Revision 22c22e8e (qgis): Strip file:// from local files path before resolving
- Fixes #21150 - Delimitedtext layer saves absolute path
when project in relative path mode - 08:01 AM Revision 34de184b (qgis): [themes] Get rid of the check mark in combo box drop down lists
- 08:01 AM Revision c62a4ae0 (qgis): [themes] Get rid of the check mark in combo box drop down lists
- 07:32 AM Revision 9a5143d8 (qgis): const correctness
- (cherry picked from commit 92f6eda13b7b0a7479a5fec3267a8bc783396189)
- 07:32 AM Revision a4a672b2 (qgis): [wcs] exclude invalid CRSs from the coverage metadata
- (cherry picked from commit 650f4d780ce59dc915419b7a7eb47df5feb2bd52)
- 07:32 AM Revision 8b5d50ce (qgis): [wcs] improve CRS handling when parsing DescribeCoverage responce (refs...
- (cherry picked from commit 2f7550d1a22ad9813786e78c5a23767f253065e7)
- 06:57 AM Revision eeff02fc (qgis): [processing] Port matrix widget wrapper to newer c++ API
- Allows matrix parameters to be correctly set for model child algorithms
Fixes #20914 - 06:55 AM Revision c6f3d5ff (qgis): [processing][needs-docs] Make Find Projection algorithm simpler to use
- We no longer require the seperate CRS parameter, because the extent
parameter contains the CRS information itself. Th... - 06:55 AM Revision f54f5a4f (qgis): [processing][gdal] Fix incorrect definition of gdal_warp extra_param pa...
- 06:55 AM Revision c93775f6 (qgis): [processing][gdal] Ensure that GDAL algs output the CORRECT
- generated filename for outputs
Previously they were just echoing the input parameter value,
which isn't always a str... - 06:47 AM Revision 46e76054 (qgis): [ui] Make vertex tool markers and rubber bands hidpi-friendly
- 06:47 AM Revision fef51766 (qgis): [ui] Fix tiny vertex marker on hidpi
- 06:47 AM Revision eb0a020c (qgis): [ui] More hidpi-compatibility work for the vertex tool
- 04:10 AM Revision 23294590 (qgis): [MetaSearch] OWS GetCapabilities checking regression (fixes #19787) [ne...
- 03:46 AM Revision 715395aa (qgis): Fix incorrect 'not available in Python' dox
- 02:26 AM Revision fe828900 (qgis): [MetaSearch] OWS GetCapabilities checking regression (fixes #19787) [ne...
- 01:07 AM Revision 867e3994 (qgis): Allow for exact calculation of symbol sizes with mixed layer units
- Fixes #21143
2019-02-04
- 12:48 AM Revision ac9c6f1e (qgis): some minor code cleanup in dbmanager
- 12:48 AM Revision 427cb0b2 (qgis): fix some HIG and add missing translations in dbmanager
- 10:28 PM Revision a7fbefeb (qgis): [MetaSearch] OWS GetCapabilities checking regression (fixes #19787) [ne...
- 09:38 PM Revision 513f7ea5 (qgis): fix error in scale optimization (#9081)
- 09:25 PM Revision fd429808 (qgis): fix error in scale optimization (#9081)
- 06:55 PM Revision 4b0f6b75 (qgis): Slight improvements to Python docs
- 06:55 PM Revision 384d3102 (qgis): Minor improvements to PyQGIS returns for SIP_OUT params
- 06:26 PM Revision cd6ce764 (qgis): Quick and dirty patch to DB-Manager after PR 8831
- The "comments" PR 8831 added support for postgres only
(and broke all the others backends).
I'd be in favor of a rev... - 12:15 PM Revision 95e216ca (qgis): indentation fix
- 11:01 AM Revision 109fcc0a (qgis): Merge pull request #9070 from elpaso/bugfix-21121-opencl-16bit-raster
- Fix hillshade renderer with data type != Float32 [opencl]
- 11:01 AM Revision 3c9b6e5e (qgis): Merge pull request #9071 from elpaso/bugfix-21100-ogrprovider-missing-q...
- Quote field name identifiers in ORDER BY and MAX/MIN queries
- 10:43 AM Revision 8ac762e5 (qgis): [ui] Fix tiny vertex marker on hidpi
- 09:48 AM Revision 41a04d0a (qgis): [ui] Improve 3D map scene config dialog (fixes #20685)
- 08:29 AM Revision ed45181b (qgis): Merge pull request #9064 from mhugo/fix_20831
- Avoid undefined behaviour with signed integer overflow
- 08:03 AM Revision e953141f (qgis): Merge pull request #9005 from alexbruy/wcs-fix
- fix CRS handling in the DescribeCoverage response (refs #21045) [wcs]
- 05:06 AM Revision d3daa86c (qgis): [ui] More hidpi-compatibility work for the vertex tool
- 01:58 AM Revision 6aea4838 (qgis): [processing] Pep8 fixes for model to script
- 01:58 AM Revision 0250cab3 (qgis): [processing] Reorganise python script generated from model, to
- move "guts" of script to top (initAlgorithm/processAlgorithm)
and boilerplate methods (createInstance, etc) to end
2019-02-03
- 12:52 AM Revision 92f5cb9a (qgis): translation fix
- 12:51 AM Revision 15bcbf8c (qgis): Hidpi icon size fixes
- 12:51 AM Revision 1c92fd23 (qgis): HIG string fixes
- 12:22 AM Revision 89fce33f (qgis): Fix misleading dox
- (cherry picked from commit ffa49df9fbbd160381b64c5b6dc2808fbd2b226b)
- 12:22 AM Revision 7678be1e (qgis): Dox++
- (cherry picked from commit eba5409ebcab40eacf38d3215b2fffa8f6ffbf18)
- 12:22 AM Revision 1916a7fd (qgis): [processing][saga] Fix definition of Multiple regression points/grids alg
- Fixes #21146
(cherry picked from commit 4f8e2317d796881f942bbc6bdcbe60f3470f48fe) - 12:22 AM Revision ad6e1566 (qgis): Fix hang when WMS credentials requested
- Remove responsibility for credentials mutex locking from external
callers and handle appropriate locks internally. Th... - 12:22 AM Revision 41e7d074 (qgis): Unit tests for QgsCredentials
- (cherry picked from commit 16995206ae95d118466ad911a6b5db03afce17a3)
- 12:22 AM Revision f5ca7b74 (qgis): Allow vector rendering cancelation to also cancel feature iteration for...
- Connect the cancel rendering signal to the iteration cancelation.
This allows providers (e.g. WFS, AFS) to abort slow... - 12:22 AM Revision fad08610 (qgis): Fix some label settings hidpi issues
- (cherry picked from commit 599b0c8861a1a416835e5cd493a8106846de1d1e)
- 12:21 AM Revision 2fc24aed (qgis): Clearer phrasing
- 07:47 PM Revision 612576ca (qgis): Deprecate QgsGeometry::set for usage in Python
- When a new QgsAbstractGeometry is set on a geometry object, the previous child is deleted.
If the previous object was... - 04:29 PM Revision 4a443067 (qgis): allow to build against separate PROJ.4 and GDAL installs
- 10:57 AM Revision b38b39cb (qgis): fix pasting features into vector layer from clipboard (fix #21154)
- 07:08 AM Revision 3f63c9ca (qgis): Last weaks to blend of gray prior to its initial release
- 03:02 AM Revision eba5409e (qgis): Dox++
- 03:02 AM Revision c9e76164 (qgis): Fix hang when WMS credentials requested
- Remove responsibility for credentials mutex locking from external
callers and handle appropriate locks internally. Th... - 03:02 AM Revision 16995206 (qgis): Unit tests for QgsCredentials
- 01:32 AM Revision 59aea698 (qgis): [ui] Make vertex tool markers and rubber bands hidpi-friendly
2019-02-02
- 09:18 PM Revision 57695bd0 (qgis): use upper camel case for the class name
- 09:17 PM Revision 599b0c88 (qgis): Fix some label settings hidpi issues
- 07:22 PM Revision 02011726 (qgis): Add testdata file
- 05:25 PM Revision 0797059a (qgis): Spellok
- 11:45 AM Revision b5142664 (qgis): Quote field name identifiers in ORDER BY and MAX/MIN queries
- Fixes #21100
- 11:43 AM Revision a71d937b (qgis): better a static list to avoid set at every call
- 11:01 AM Revision 3b1127ee (qgis): spellechck do warning if htmls tags in methoid description => fail travis
- 10:56 AM Revision 1923967d (qgis): Remove debug output
- 10:53 AM Revision 1aef9cfa (qgis): [opencl] Fix hillshade renderer with 16bit rasters
- Fixes #21121
2019-02-01
- 12:35 AM Revision 9a8c0d28 (qgis): avoid OSRFixup with GDAL >= 2.5
- 11:29 PM Revision 122d5c3e (qgis): fix some PEP8 in Processing Model as python code
- 11:29 PM Revision 6a8ba52c (qgis): fix typo and HIG
- 09:02 PM Revision eeaccb7f (qgis): typo
- 08:33 PM Revision d06406d0 (qgis): fixed spellcheck
- 08:25 PM Revision 9871c6d6 (qgis): let travis happy
- 07:44 PM Revision 4b3674ae (qgis): removed unuseful parentheses and removed default
- 07:37 PM Revision 0aaa1918 (qgis): removed unuseful parentheses + removed default + forgot an enum
- 07:34 PM Revision 0d114479 (qgis): typo
- 07:29 PM Revision 54daf1ac (qgis): Enable/disable actions for mesh layer in main app window
- 07:29 PM Revision 5236b2f1 (qgis): typo and rephrased
- 07:25 PM Revision 46ac8031 (qgis): typo + #if 0 for todo code
- 07:08 PM Revision a9fcfe9a (qgis): betetr use qgsDoubleNear
- 06:49 PM Revision 78d94884 (qgis): translated error message
- 06:48 PM Revision dfda3124 (qgis): removed default in switch
- 06:42 PM Revision 06e05805 (qgis): removed default and manage forgot enum
- 06:34 PM Revision ad112bad (qgis): back to a more safe const method
- 06:13 PM Revision bdda8d0b (qgis): back to const methods
- 03:58 PM Revision c1d10689 (qgis): Add #spellok for a false positive in spelling test
- 03:58 PM Revision 39887e72 (qgis): Small code cleanup to warm up
- 03:58 PM Revision cfa40ed5 (qgis): Improvements to the right-click behavior to pick locked feature
- - unlock feature on right-click in an empty area
- allow selection of locked feature by right-click on polygon interi... - 03:54 PM Revision d61940cf (qgis): use qgsDoubleNear to avoid precision errors
- 03:52 PM Revision 738ec79d (qgis): \#if 0 instead of comment
- 03:45 PM Revision 495568ae (qgis): Merge pull request #9059 from daniviga/grass76-rpm
- [RPM] GRASS 7.6 support for F30+
- 03:44 PM Revision 0e635828 (qgis): Merge pull request #9060 from daniviga/release-3_4
- [RPM] Backport some fixes for master, add F30+ compatibility
- 03:23 PM Revision 461b31d4 (qgis): debug message always in case contrastEnhancement alg is not SLD supported
- 03:18 PM Revision 3103b00f (qgis): fix identify for mesh layers (#9047)
- 03:12 PM Revision a6391d7d (qgis): use QgsFileUtils::ensureFileNameHasExtension instead
- 02:42 PM Revision 0e9af791 (qgis): fixed AStyle with astyle-all.sh
- 02:21 PM Revision 5609f4a8 (qgis): Avoid undefined behaviour with signed integer overflow
- 11:44 AM Revision cc6d88e2 (qgis): Add signal for logging after network authentication details have been a...
- 11:44 AM Revision d0c24edf (qgis): Import more useful libraries into console by default
- 11:44 AM Revision 8ee2e793 (qgis): Make network authentication request handling thread safe, avoid
- races and crashes when auth requests occur in non-main thread
Like the recent SSL error handling, this commit abstra... - 11:44 AM Revision f1040efc (qgis): Nicer API for network timeouts
- 11:44 AM Revision dcb6104f (qgis): Dox++
- 11:44 AM Revision 4495699b (qgis): Fix blocking request cancelation after a redirect occurs
- 11:44 AM Revision 150668dd (qgis): Remove leftover buffer size code (credit to @nirvn)
- 11:44 AM Revision 8bcd46c4 (qgis): Only show host (not lengthy url) in message bar timeout messages
- 11:44 AM Revision 742acf19 (qgis): [afs] Don't render in preview jobs
- These servers can be sloooooooow, and unpredictable.
The previous preview job may have been fast to render,
but the n... - 11:44 AM Revision 03a2a03d (qgis): Dox
- 11:44 AM Revision 630cd021 (qgis): Update WFS request to accomodate changes in QgsNetworkAccessManager
- Because the manager now handles waking up worker threads after
an authentication request, the WFS request handler no ... - 11:44 AM Revision 4908ef16 (qgis): Revert "Revert QgsBlockingNetworkRequest"
- With recent changes in QgsNetworkAccessManager this should be
safe to resurrect (fingers crossed!). Also simplify cod... - 11:44 AM Revision c03ce930 (qgis): Allow use of local httpbin instances in unit tests
- 11:44 AM Revision 18941a1a (qgis): Fix timeout in network timeout tests
- 11:08 AM Revision 6fa3bf8e (qgis): Allow vector rendering cancelation to also cancel feature iteration for...
- Connect the cancel rendering signal to the iteration cancelation.
This allows providers (e.g. WFS, AFS) to abort slow... - 11:06 AM Revision 4f8e2317 (qgis): [processing][saga] Fix definition of Multiple regression points/grids alg
- Fixes #21146
- 11:05 AM Revision 174dc4b8 (qgis): Merge pull request #9058 from alexbruy/v_net-backports
- Backport GRASS v.net algorithms fixes
- 10:07 AM Revision ef1634c8 (qgis): Fix "Allow null" in range widget (fixes #20831)
- By default a range widget is built with a minimum value set to the
minimal integer that is possible to represent. Whe... - 10:07 AM Revision 9abcd0e1 (qgis): Fix vertex marker display for multipolygon (fixes #19909)
- The i == 0 test was wrong, and a test is actually not needed.
(cherry picked from commit 389149c8dce8d84cdd74dbc05ca... - 10:07 AM Revision 8edc5701 (qgis): fix when GDALGetRasterScale returns 0 (gdal 2.3 affected for some datas...
- (cherry picked from commit 7a12f113921848e8435eca105ad4754286690fb1)
- 10:07 AM Revision 06ee1326 (qgis): [processing] do not show geometryless layers in extent selector
- Fixes #21129
(cherry picked from commit 5bfec27938ff95cd65c1cf5b88cc13ce26ca1d5d) - 10:07 AM Revision f3f62678 (qgis): [processing] Fixes to distance inputs for models
- - fix parameter can get converted to plain number parameter after edits
- allow parameter to be linked to parent para... - 10:07 AM Revision e1febd01 (qgis): [Processing][Grass] Add the possibility to return a shp if ogr is not c...
- (cherry picked from commit 2e92dabd20df1abbc0e350dbd1ae06c0ad1839ce)
- 10:07 AM Revision 4423caff (qgis): [vertex tool] Fix vertex addition to polygon's first segment (fixes #20...
- With topo editing mode enabled, addition of extra points to keep the topology
correct wasn't working correctly becaus... - 10:07 AM Revision dbd75124 (qgis): [ui] Remove black background for the browser panel DB2 icon
- (cherry picked from commit f2d8bdea4e01e8e873c6842d5f2e120345bac0bd)
- 10:07 AM Revision a6cad4df (qgis): New Shapefile Layer dialog: avoid warning message on user cancel
- Also add better error message reporting, and deprecate horrible API.
(cherry picked from commit 9a723d91e84df1397566... - 10:07 AM Revision 34625110 (qgis): Fix empty strings in proxy exclude list results in proxy being skipped ...
- Fixes #20213
(cherry picked from commit cf1cf0fe455a42edf6db4ab9fa07c1ad641b16cb) - 10:07 AM Revision 3f0171b8 (qgis): [BUGFIX] fix qgsRound for negative numbers. Fixes #20861
- (cherry picked from commit cfdc8c26c29baaf4a62c9a94df9208dff3f6beda)
- 10:07 AM Revision f988f6f5 (qgis): [processing][needs-docs] Add friendlier API for running algorithms as s...
- of main algorithm
Using code like:
buffered_layer = processing.run(..., context, feedback)['OUTPUT']
...
... - 10:07 AM Revision 3b814eaa (qgis): [processing] Correct parameter type for Map Layer parameters
- (cherry picked from commit d14869093a7661880650591b7baee4c64524c3d5)
- 10:07 AM Revision 2ad47198 (qgis): [vertex tool] Fix issue with hidden layers being editable (fixes #18434)
- The problem was that QgsSnappingConfig when initialized from a project
loads global settings from QgsSettings and set... - 09:45 AM Revision 1ea76996 (qgis): [RPM] Backport some fixes for master, add F30+ compatibility
- 09:43 AM Revision 3425b7c3 (qgis): [RPM] Add a TODO about deprecated scriptlets
- 09:12 AM Revision 8f9377dc (qgis): [RPM] Add support for GRASS 7.6 as required by F30+
- 07:54 AM Revision 37774f9a (qgis): [processing] Add util to convert QVariant value to Python literal
- 07:54 AM Revision 946687c8 (qgis): Update QgsProcessingModelChildParameterSource::asPythonCode
- 07:54 AM Revision fb519ead (qgis): Update QgsProcessingModelChildAlgorithm::asPythonCode for 3.x API
- 07:54 AM Revision ffa49df9 (qgis): Fix misleading dox
- 07:54 AM Revision 56e465cc (qgis): [processing][needs-docs] Resurrect ability to convert models to scripts
- Brings back QGIS 2.18's ability to directly convert a Processing model
to an equivalent Processing Python script algo... - 07:54 AM Revision f77cf4fa (qgis): [processing] Formalise object design for ContextAction, allow icons to ...
- 07:54 AM Revision bc76678e (qgis): Fix multiline description strings
- 07:54 AM Revision 9b2e6013 (qgis): [processing] Update QgsProcessingModelAlgorithm::asPythonCode for 3.x API
- 07:07 AM Revision acce2486 (qgis): [processing] fix v.net.report and v.net.nreport
- (cherry picked from commit 85e3b2db6e29fccec2eee264f84e0357a5f24d47)
- 07:06 AM Revision 0a5bad43 (qgis): [processing] fix broken stdout handling in GRASS algs (fix #21142)
- (cherry picked from commit b9f559ee0430e09d8e1a3b70e060155635080262)
- 07:06 AM Revision f2ceb6ea (qgis): [processing] fix output generation in v.net and add test
- (cherry picked from commit a911ef336703056833133104fae6c7d09c889fed)
- 07:06 AM Revision 33e25be4 (qgis): [processing] add test for v.net.distance algorithm
- (cherry picked from commit dbe2cb73ad7352ae58ab465761d2feeec59ab554)
- 07:06 AM Revision 0da67d27 (qgis): [processing] snap points to network by default (fix #19904)
- Kudos to Pedro Venâncio for finding solution for this bug
(cherry picked from commit 3abea3600024c4d329403e7462a47af... - 07:03 AM Revision ecd306e0 (qgis): Merge pull request #9046 from alexbruy/grass-v-net
- fix GRASS v.net modules (fix #19904) [processing]
2019-01-31
- 09:27 PM Revision f66d1999 (qgis): add SIP_DEPRECATED
- 09:27 PM Revision 3d57a93f (qgis): fix typo in method name
- rename method but keep old one in Python for API compatibility
- 09:27 PM Revision 2fbdac09 (qgis): remove Q_FOREACH
- 08:56 PM Revision 7a12f113 (qgis): fix when GDALGetRasterScale returns 0 (gdal 2.3 affected for some datas...
- 03:31 PM Revision 85e3b2db (qgis): [processing] fix v.net.report and v.net.nreport
- 03:21 PM Revision 82e48f9c (qgis): Added SLD 1.0 export for rasters
- 02:54 PM Revision b9f559ee (qgis): [processing] fix broken stdout handling in GRASS algs (fix #21142)
- 02:54 PM Revision dbe2cb73 (qgis): [processing] add test for v.net.distance algorithm
- 02:54 PM Revision 3abea360 (qgis): [processing] snap points to network by default (fix #19904)
- Kudos to Pedro Venâncio for finding solution for this bug
- 02:54 PM Revision a911ef33 (qgis): [processing] fix output generation in v.net and add test
- 11:25 AM Revision 20cd2154 (qgis): fix #18954 add&rename vector fields (#8982) (#9042)
- fix #18954 add&rename vector fields at the same time
- 10:38 AM Revision d3bfa158 (qgis): Merge pull request #9043 from alexbruy/misc-backports
- 3.4 backports
- 10:21 AM Revision c3819e88 (qgis): Merge pull request #9036 from mhugo/fix_19909
- Fix vertex marker display for multipolygon (fixes #19909)
- 09:36 AM Revision ef97dba1 (qgis): fix #17652 Impossible to rename a layer style from the Styling Panel (#...
- fix #17652 Impossible to rename a layer style from the Styling Panel
- 09:30 AM Revision a1d75a4a (qgis): don't export features without category by default
- (cherry picked from commit 19dcfb987ba096cf263b60ff566926477d84a737)
- 09:30 AM Revision d344ec12 (qgis): set default value for newly added parameter
- (cherry picked from commit 0cc483f621c980317929c5f1c6908b7d2dba25f1)
- 09:30 AM Revision 32357f24 (qgis): fix formatting
- (cherry picked from commit 67bc58603625d8e859d504a2fab573beb83a16f5)
- 09:30 AM Revision ed0623d9 (qgis): do not always use the -c flag to export vectors from GRASS
- (cherry picked from commit 5f99955b455cdd66cf013eda142e38d542618ba0)
- 09:30 AM Revision dddb32e3 (qgis): [processing] don't show cancel button in the task manager for algorithm...
- (cherry picked from commit b19e0bd5d441b2584b663cac77073928c0314ff4)
- 09:29 AM Revision 679b60e3 (qgis): [processing][needs-docs] Extract binary field algorithm should use
- an expression parameter instead of string for destination file name
It makes no sense to enter a constant string val... - 09:20 AM Revision ebcc694a (qgis): fix #18954 add&rename vector fields (#8982)
- fix #18954 add&rename vector fields at the same time
- 08:39 AM Revision 44c4e8cc (qgis): fix #17652 Impossible to rename a layer style from the Styling Panel
- 08:33 AM Revision aa02e9f3 (qgis): added missing import
- 07:53 AM Revision 4f6df298 (qgis): [processing] Fixes to distance inputs for models
- - fix parameter can get converted to plain number parameter after edits
- allow parameter to be linked to parent para... - 07:52 AM Revision 5bfec279 (qgis): [processing] do not show geometryless layers in extent selector
- Fixes #21129
2019-01-30
Also available in: Atom