Activity

From 2018-11-05 to 2018-12-04

2018-12-04

10:36 PM Revision d79cee1f (qgis): [needs-docs][processing] Rename "remove duplicates by attribute" to
"delete duplicates by attribute"
for consistency with "delete duplicate geometries". Also add some
tags to delete du...
Nyall Dawson
09:40 PM Revision 1440ddd5 (qgis): [processing][SAGA] Fix output type for RGB Composite should be tif, not...
(cherry picked from commit 71b32f072c49987c1a48fc38c92323f162dcfb34) Nyall Dawson
09:40 PM Revision 3f0bc704 (qgis): partial fix for SAGA RGB composite tool
(cherry picked from commit 25bfca492fa9a0e7f20e77dea4d174d4a934a1d2) Giovanni Manghi
09:40 PM Revision 9fff1fb1 (qgis): fix wrong padding of QgsFontButton on macOS
(cherry picked from commit 61cdaad5300ef922d35efbca042c2a09d77b63ff) iona5
09:40 PM Revision 191c1bdb (qgis): [processing][SAGA] Add unit test for RGB composite
(cherry picked from commit 0ba37fcb72298e22ee05748a2af39463207b2adc) Nyall Dawson
09:40 PM Revision 4ea8bc52 (qgis): workaround broken QFontDialog on macOS with Qt5 (Fixes #20426)
QFontDialog using the native dialog is broken in some versions of
Qt5 on macOS, see
- https://bugreports.qt.io/brow...
iona5
07:47 PM Revision 9c1653f0 (qgis): [processing] Fix exception on launching refactor fields
(The logic with parameter widget_wrapper metadata is very gross -
but there's nothing we can do about it till 4.0!)
...
Nyall Dawson
07:47 PM Revision 0ba37fcb (qgis): [processing][SAGA] Add unit test for RGB composite
Nyall Dawson
07:47 PM Revision 71b32f07 (qgis): [processing][SAGA] Fix output type for RGB Composite should be tif, not...
Nyall Dawson
07:46 PM Revision 5349f24c (qgis): [FEATURE] Allow deleting settings from the Advanced tab in options
This commit adds a new right click menu to the settings shown
in the "Advanced" tab in the settings dialog, which all...
Nyall Dawson
07:46 PM Revision ff786f22 (qgis): Add group method to QgsSettings
Is present in the QSettings API, but missing from QgsSettings Nyall Dawson
07:15 PM Revision a5bad2d5 (qgis): fix typo
Denis Rouzaud
07:01 PM Revision 61cdaad5 (qgis): fix wrong padding of QgsFontButton on macOS
iona5
06:33 PM Revision b45ab5d2 (qgis): Tell the bridge to update when a bad layer was fixed
This fixes an unreported issue: when a bad layer is fixed
it does not appear in the layer order panel.
The reason wh...
Alessandro Pasotti
03:14 PM Revision 930c56f5 (qgis): workaround broken QFontDialog on macOS with Qt5 (Fixes #20426)
QFontDialog using the native dialog is broken in some versions of
Qt5 on macOS, see
- https://bugreports.qt.io/brow...
iona5
03:14 PM Revision a1dbb961 (qgis): Remove outdated comment
Nyall Dawson
03:05 PM Revision a7ab47dd (qgis): Merge pull request #8603 from chau-intl/release-3_4
[backport] Hide newly added layer(s) when in group. Fixes #19174 Luigi Pirelli
02:51 PM Revision 1f97c17b (qgis): Merge pull request #8598 from signedav/bpeditafteredit
[Backport] Release cell from focus on editing off Alessandro Pasotti
02:29 PM Revision 2a86b6ef (qgis): remove Q_ASSERT because of crssync
David Signer
01:52 PM Revision 50037a59 (qgis): Do not report an error when checks are triggered
Matthias Kuhn
01:52 PM Revision 9e0b9e76 (qgis): Save layer changes on successful repair
when there are topology errors which are fixed subsequently, make sure that the layer can be saved again Matthias Kuhn
01:49 PM Revision 53c7dd3a (qgis): typo and as_const
David Signer
01:18 PM Revision 651b6569 (qgis): Fix for bug report #19174 - hide newly added layer(s) when in group
When loading a single layer QGIS will set it as invisible if the user have chosen so (new_layers_visible=false) in th... Casper Børgesen
12:24 PM Revision f09e6404 (qgis): Merge pull request #8591 from 3nids/without_analysis
allow to build QGIS without analysis Denis Rouzaud
12:09 PM Revision 774c890f (qgis): Merge pull request #8599 from m-kuhn/auth-manager-unique-ptr
Use std::unique_ptr Matthias Kuhn
12:03 PM Revision f3943f58 (qgis): do not write logs before QgsApplication instace
because otherwise it creates a QgsProject without a QgsApplication
and translation won't work anymore because it cann...
David Signer
11:32 AM Revision c39e2b83 (qgis): Merge pull request #8445 from NaturalGIS/add_te_paramater_in_gdal_clip_...
add the -te and -te_srs and -multi parameters to the gdalwarp tool used to clip rasters by mask layers Luigi Pirelli
10:37 AM Revision 73e3eadf (qgis): fix test and add test cases
David Signer
10:24 AM Revision f6164509 (qgis): Use std::unique_ptr
Matthias Kuhn
08:17 AM Revision d4c62d17 (qgis): Merge pull request #8592 from elpaso/opencl-remove-static-members
[opencl] Remove all static members Alessandro Pasotti
07:40 AM Revision 8a47643a (qgis): Disable current cell on editing off
because otherwise on single cell change the change would not been stored in mEditBuffer
fixes #15975
(cherry-picked...
David Signer
02:49 AM Revision 25bfca49 (qgis): partial fix for SAGA RGB composite tool
Giovanni Manghi
02:21 AM Revision 99516194 (qgis): Drop std:: prefix from calculator operators
(cherry picked from commit 51821e926d0ac306a99e0bade6f864d7d23d1ea9) Alessandro Pasotti
02:21 AM Revision 9cd920d0 (qgis): [processing] Fix hasGeometry() method when output is a geometry-less ve...
From the dox for QgsProcessing.TypeVector: "When used for a sink this indicates
the sink has no geometry.". If an alg...
Nyall Dawson
02:21 AM Revision 039a6c5a (qgis): [processing] Fix exception on launching refactor fields
(The logic with parameter widget_wrapper metadata is very gross -
but there's nothing we can do about it till 4.0!)
...
Nyall Dawson
02:21 AM Revision 2e6ebb09 (qgis): [processing] fixed update of MultipleInputPanel after alg is run
Fixes #20670
(cherry picked from commit e546129f5c6745e673052c2d00c36c6d057849de)
Victor Olaya
02:21 AM Revision 5bd63c77 (qgis): [processing][saga] Add unit test for point distances alg
(cherry picked from commit 4212deabe802e5db6c27e2bce8822884339bdb25) Nyall Dawson
02:21 AM Revision ee25bb40 (qgis): [processing][SAGA] Fix definition of Patching algorithm
And add unit test
Fixes #20698
(cherry picked from commit 455e04ea660e028c4c03024786b8f707f7b09526)
Nyall Dawson
02:21 AM Revision 6f75f7c3 (qgis): [processing] Add method for providers to specify a different list
of supported output formats when an output has no geometry
(cherry picked from commit 4bca7838bfba8c0528f4690bef6b34...
Nyall Dawson
02:21 AM Revision 0c36b90e (qgis): [processing] Fix exceptions on grass algorithms on Windows
(cherry picked from commit 9b61eb8b71876fa36cbae6d9c0be78cac22824bc) Juan Manuel Perez
02:21 AM Revision 32729506 (qgis): [processing][SAGA] Fix default output format for geometry-less tables
(cherry picked from commit ef2fff0820a7a8afe1ae4e49ea38cf7c16f97e74) Nyall Dawson
02:21 AM Revision 6803eb3f (qgis): fix the SAGA Points Distances tool
(cherry picked from commit b67ef4f7f63a786a5381b9a7661ca3fb38b1b425) Giovanni Manghi
01:36 AM Revision 455e04ea (qgis): [processing][SAGA] Fix definition of Patching algorithm
And add unit test
Fixes #20698
Nyall Dawson

2018-12-03

07:56 PM Revision 4b9a532f (qgis): be more verbose in var description
Denis Rouzaud
06:10 PM Revision be9f6bb9 (qgis): tests if gpkg back synchronization provides the same values
David Signer
05:51 PM Revision 868b04d8 (qgis): [opencl] Remove all static members
and rely on the default() mechanism, this prevents
random crashes on exit when dtor is called on the
statics.
Alessandro Pasotti
05:23 PM Revision 18abcb58 (qgis): fix building without PyQt
Denis Rouzaud
05:06 PM Revision efd1fd6d (qgis): allow to build without analysis
Denis Rouzaud
03:40 PM Revision dcba2550 (qgis): Silence warning in release mode
Alessandro Pasotti
03:26 PM Revision 0f653179 (qgis): handle fid attribute in attrLookup on synchronization
and use column++ again on iteration through attributes on copyVectorLayer
fixes #20276 especially the not reported i...
David Signer
11:44 AM Revision cafa652c (qgis): fix build on MacOS
Peter Petrik
11:03 AM Revision 1cc6bc11 (qgis): Merge pull request #8583 from elpaso/opencl-raster-calculator2
[opencl] Raster calculator goes opencl Alessandro Pasotti
10:27 AM Revision 8b28b63c (qgis): Merge pull request #8580 from rldhont/server-wms-decode-sld-218
[BUGFIX][Server] WMS: Decode loaded SLD files from SLD parameter René-Luc ReLuc
10:05 AM Revision 61dd7295 (qgis): Move nodeCalc unique ptr to the GPU function
... and spare some CPU cycles Alessandro Pasotti
09:39 AM Revision bdd2aa9c (qgis): [BUGFIX][Server] WMS: Decode loaded SLD files from SLD parameter
René-Luc ReLuc
09:11 AM Revision 583b602e (qgis): [processing] Fix hasGeometry() method when output is a geometry-less ve...
From the dox for QgsProcessing.TypeVector: "When used for a sink this indicates
the sink has no geometry.". If an alg...
Nyall Dawson
09:11 AM Revision ef2fff08 (qgis): [processing][SAGA] Fix default output format for geometry-less tables
Nyall Dawson
09:11 AM Revision 4212deab (qgis): [processing][saga] Add unit test for point distances alg
Nyall Dawson
09:11 AM Revision 4bca7838 (qgis): [processing] Add method for providers to specify a different list
of supported output formats when an output has no geometry Nyall Dawson
08:34 AM Revision 34627212 (qgis): Merge pull request #8577 from elpaso/docker-testing-env-backport-2
QGIS testing environment docker backport Alessandro Pasotti

2018-12-02

11:36 PM Revision e1b3524b (qgis): Merge pull request #8443 from NaturalGIS/fix_saga_point_distances
fix the SAGA Points Distances tool Luigi Pirelli
09:16 PM Revision c06bcc67 (qgis): Remove no longer required workaround
(cherry picked from commit 8983f36f0bb49290f6cf931e00fdc46ce6eb686f) Nyall Dawson
09:16 PM Revision a5b969f2 (qgis): [FEATURE] Add option to simple line and marker line to only
render exterior ring or interior rings
This option is shown whenever a simple line symbol or
marker line symbol is u...
Nyall Dawson
09:16 PM Revision 320adf47 (qgis): Update reference lines
(cherry picked from commit d4b96a927cb78dd1a9e6ad3da4ae2c2640a4b124) Nyall Dawson
09:16 PM Revision a5db9afd (qgis): Dox++
(cherry picked from commit 5a246603f0373246ca3e3fc6c96b7244c3b58d4d) Nyall Dawson
09:16 PM Revision 50cbb295 (qgis): [FEATURE] Add option to force right-hand-rule during polygon symbol ren...
This new option, available under the "Advanced" button for fill symbols,
allows forcing rendered polygons to follow t...
Nyall Dawson
09:16 PM Revision 854228c0 (qgis): Fix accidently skipped test
(cherry picked from commit 328caf7c8bff8f7e0e5f98c1d30d89524aeeec20) Nyall Dawson
09:16 PM Revision 73cf308c (qgis): Add method to determine orientation of closed curves
(cherry picked from commit 53db15eac46476477f01474aa05887f369597285) Nyall Dawson
09:16 PM Revision 13d0ba2b (qgis): Nice icons for ring combo box
(cherry picked from commit c32bfc5d58aadfdb0bfa33907d57c1f3969eecad) Nyall Dawson
09:16 PM Revision 6d8a4797 (qgis): Add method to QgsCurvePolygon to force RHR, ensuring standard ring orie...
(cherry picked from commit 158283d3e7d8dc76d118ea40dc69834484a41b9a) Nyall Dawson
09:16 PM Revision f5fa3281 (qgis): Fix warning
(cherry picked from commit 76cde635e979312b689ff7693ae2a107821385cd) Nyall Dawson
09:16 PM Revision ad3338cf (qgis): Move forceRHR to QgsGeometry, avoid duplicate code
(cherry picked from commit c0cd6e6952f42e8ee634ee54196d1c0e05fcdf38) Nyall Dawson
09:16 PM Revision 9190d974 (qgis): Fix version added strings
Nyall Dawson
09:16 PM Revision 34a821ec (qgis): Ensure that QgsGeometry::offsetCurve does not reverse curve orientation
(cherry picked from commit 329d6a66bb96c4822aea5961cb9ddbbc8f1bac3a) Nyall Dawson

2018-12-01

12:58 AM Revision 1abbcb40 (qgis): Polish translation update
Borys Jurgiel
05:31 PM Revision 5ef87371 (qgis): Remove duplicated code
The input check was already done before entering
in the GPU branch
Alessandro Pasotti
11:02 AM Revision e01c162f (qgis): Fix build warnings
Alessandro Pasotti
10:42 AM Revision 6a1a581e (qgis): [opencl] Raster calculator goes opencl
Alessandro Pasotti
09:43 AM Revision 9b9881d3 (qgis): Merge pull request #8581 from elpaso/bugfix-20682-form-toggle-editing
[attributeform] Do not reset feature on editing toggled Alessandro Pasotti

2018-11-30

09:14 PM Revision dd309ccb (qgis): [attributeform] Do not reset feature on editing toggled
... just reset values
Fixes #20682 - form toggle editing
Alessandro Pasotti
07:44 PM Revision d9a70d08 (qgis): INSTALL: add note about git core.filemode on windows (superceeds PR#8578)
(oci-devel now dependency of qgis-dev-deps in OSGeo4W) Jürgen Fischer
06:25 PM Revision fbcfe0e9 (qgis): Merge pull request #8579 from elpaso/opencl-2
[opencl] Support for platforms > 1.1 Alessandro Pasotti
05:22 PM Revision 13eca562 (qgis): Fix build warning again (on debian opencl headers do not support 2.2)
Alessandro Pasotti
04:14 PM Revision a471934e (qgis): Fix build warning and cl-std for 2.x builds
Alessandro Pasotti
01:58 PM Revision e5b86459 (qgis): Remove TODO comment because it's now done
Alessandro Pasotti
01:41 PM Revision 6176159a (qgis): [opencl] Support for platforms > 1.1
Alessandro Pasotti
10:17 AM Revision 0af1ce40 (qgis): Merge pull request #8571 from elpaso/bugfix-20601-rastercalc-duplicated...
Fix rastercalc duplicated layer names Alessandro Pasotti
09:18 AM Revision cbc34461 (qgis): QGIS testing environment docker backport
Alessandro Pasotti
09:17 AM Revision e546129f (qgis): [processing] fixed update of MultipleInputPanel after alg is run
Fixes #20670 Victor Olaya
09:03 AM Revision 50e54142 (qgis): Coding style and SIP_DEPRECATED
Alessandro Pasotti
07:38 AM Revision ae76c05c (qgis): Deactivate help button for SAGA algorithms
to avoid user frustration because no help is provided in user manual (simply listing parameters and options already s... Harrissou Santanna
02:44 AM Revision cf492777 (qgis): More work
Nathan Woodrow
01:02 AM Revision 3a66b925 (qgis): [processing] Fix crash when running model through modeler dialog
Fixes #20676 Nyall Dawson

2018-11-29

12:54 AM Revision 92407bcf (qgis): Add new "allowVersionCheck" setting
If true, users may control whether the version check is enabled
or disabled through the QGIS settings dialog. (The de...
Nyall Dawson
12:54 AM Revision 9e05356b (qgis): first example deleted, cause it is for combine function
(cherry picked from commit 0e4b0980d8c265c7230bb53fe3909772fca281e4) Martina Savarese
12:54 AM Revision 251ee2bd (qgis): [processing] Fix run as batch mode doesn't execute
Fixes #20650
(cherry picked from commit d207251251a9067f661a322d22e2cd8a973aa357)
Nyall Dawson
12:54 AM Revision 55674a30 (qgis): [hig] Capitalization
(cherry picked from commit 7ef652016028d9a50ac7a169923527501722e271) Nyall Dawson
12:54 AM Revision 14164ef9 (qgis): [processing] Fix crash when running model through modeler dialog
Fixes #20676
(cherry picked from commit 01de9c32a4cae2ab43d3bdc1df6db2a6f917487d)
Nyall Dawson
12:54 AM Revision f68dcc27 (qgis): [processing] Allow parameter metadata to set the number of decimal places
to show in numeric/distance widgets
E.g. to only show 2 decimal places:
# only show two decimal places in paramet...
Nyall Dawson
12:54 AM Revision 71bbd718 (qgis): Expression calculator: clarify documentation for x_at() and y_at()
(cherry picked from commit 5256611169071fc0ab8ad4d48ba676f9f7a6e608) Alister Hood
12:54 AM Revision f34ddaf7 (qgis): [hig] Capitalization, improve dialog titles
(cherry picked from commit baf2a0fdf040f07b7049fecf1b966d897898876f) Nyall Dawson
12:54 AM Revision 65c26d8b (qgis): Update test mask
(cherry picked from commit c5549bea484797e06bb14dccab229a6d41874ced) Nyall Dawson
12:54 AM Revision b400156e (qgis): [processing] Fix crash on closing batch processing dialog
Refs #20650
(cherry picked from commit f10b62c3809e42b251159d37db0f633859cadc71)
Nyall Dawson
12:54 AM Revision 2e9f4a33 (qgis): [processing] Fix exception when parameter metadata is set to extend inb...
(cherry picked from commit 59d2c5301f0d22bb70223ea2933ad7e451e5781f) Nyall Dawson
10:39 PM Revision 0e4b0980 (qgis): first example deleted, cause it is for combine function
Martina Savarese
08:28 PM Revision dde30943 (qgis): Merge pull request #8560 from 3nids/locator_context
Add context menu for locator filter results Denis Rouzaud
08:03 PM Revision 7c43bcda (qgis): Add new "allowVersionCheck" setting
If true, users may control whether the version check is enabled
or disabled through the QGIS settings dialog. (The de...
Nyall Dawson
08:03 PM Revision 282a2f8a (qgis): Raise IndexError in PyQGIS when calling geometryN on a collection
with an invalid geometry index
And add len operator to QgsGeometryCollection
(cherry picked from commit f5a6aef55f3...
Nyall Dawson
08:03 PM Revision 5484bb36 (qgis): [FEATURE][API] Add parts iterators to QgsGeometry
This allows easy iteration over all the parts of a geometry,
regardless of the geometry's type. E.g.
geometry = QgsG...
Nyall Dawson
08:03 PM Revision 054a8a0f (qgis): Update version added strings
Nyall Dawson
08:03 PM Revision 61f98ee6 (qgis): Update version added string
Nyall Dawson
08:03 PM Revision 605bf228 (qgis): Dox
(cherry picked from commit 5603546c2688ec64badb2aecca83e04c51dc5cc6) Nyall Dawson
08:03 PM Revision 257e5e52 (qgis): Add method to set QgsFeature geometry directly from QgsAbstractGeometry
Allows
feat.setGeometry(QgsPoint(1,2))
instead of the more obscure
feat.setGeometry(QgsGeometry(QgsPoint(1...
Nyall Dawson
08:02 PM Revision d72c4d00 (qgis): [processing] Allow parameter metadata to set the number of decimal places
to show in numeric/distance widgets
E.g. to only show 2 decimal places:
# only show two decimal places in paramet...
Nyall Dawson
08:02 PM Revision 59d2c530 (qgis): [processing] Fix exception when parameter metadata is set to extend inb...
Nyall Dawson
07:28 PM Revision 157c8f49 (qgis): more doc
Denis Rouzaud
06:30 PM Revision 1672d434 (qgis): Raster calc: refresh layers list if a layer is renamed or added/removed
Fixes #20601 - bug: Raster calculator produces empty results layer and no error message if input layer is one that ha... Alessandro Pasotti
05:50 PM Revision c13b419d (qgis): fix python bindings
Denis Rouzaud
05:36 PM Revision b03d8a7f (qgis): Merge pull request #8551 from pblottiere/bugfix_wms
[server] OGC WMS 1.3.0 Paul Blottiere
01:27 PM Revision e03537a4 (qgis): fix typo
Denis Rouzaud
01:20 PM Revision 137361b9 (qgis): Merge pull request #8566 from anitagraser/master
updated splash to zanzibar Alessandro Pasotti
01:19 PM Revision f93af56f (qgis): Merge pull request #8570 from AlisterH/ticket20665
Expression calculator: clarify documentation for x_at() and y_at() (addresses #20665) Alessandro Pasotti
01:15 PM Revision f24daa2b (qgis): allow to use icons too
Denis Rouzaud
01:02 PM Revision d272f3cf (qgis): do not use qaction in the result, build context menu in the widget
Denis Rouzaud
12:49 PM Revision 51a27b31 (qgis): Update tests
Paul Blottiere
12:46 PM Revision 49da1c3b (qgis): Return a vector instead of a list and deprecate rasterEntries
Alessandro Pasotti
12:35 PM Revision 80c12b59 (qgis): Extend documentation
Alessandro Pasotti
12:26 PM Revision 18854dc7 (qgis): Do not add duplicates in raster calc layers list
Related to #20601 Alessandro Pasotti
11:26 AM Revision 52566111 (qgis): Expression calculator: clarify documentation for x_at() and y_at()
Alister Hood
10:22 AM Revision ce0d76a5 (qgis): Remove qgis address from schemaLocation
Paul Blottiere
09:41 AM Revision 318c2461 (qgis): Remove obsolete imported headers
Alessandro Pasotti
09:32 AM Revision 0fde410a (qgis): Merge pull request #8564 from elpaso/rastercalculator-fast-track
Rastercalculator memory efficient track Alessandro Pasotti
09:12 AM Revision 88d962ff (qgis): Merge pull request #8565 from elpaso/docker-testing-env-fixes
Docker testing env minor fixes and improvements Alessandro Pasotti
06:39 AM Revision da357863 (qgis): [locator] Fix presence of html tag for multi-line tooltips
Mathieu Pellerin - nIRV
06:39 AM Revision 49489dbe (qgis): [processing] Fix negative distance value wrongly prohibited for multi r...
Mathieu Pellerin - nIRV
06:39 AM Revision a40f0bc8 (qgis): [processing] Use MultiPolygon as output wkb type for multi ring buffer ...
Mathieu Pellerin - nIRV
06:39 AM Revision 89f0b96b (qgis): [processing] Add edit feature in-place menu shortcut
(useful for people who rely on the locator) Mathieu Pellerin - nIRV
06:39 AM Revision 39b5dab4 (qgis): [processing] Add test & adjust handling of negative distance value
for multi ring (constant) algorithm Mathieu Pellerin - nIRV
06:39 AM Revision 063d02c5 (qgis): [locator] Append an active tag to item text for checked/activated actions
Mathieu Pellerin - nIRV
01:57 AM Revision f10b62c3 (qgis): [processing] Fix crash on closing batch processing dialog
Refs #20650 Nyall Dawson
01:57 AM Revision d2072512 (qgis): [processing] Fix run as batch mode doesn't execute
Fixes #20650 Nyall Dawson

2018-11-28

11:49 PM Revision 23a4fb6e (qgis): Merge pull request #8567 from JamesShaeffer/bugfix-19959
[Bugfix] Fixes #19959 - "Handle Bad Layers" dialog message text unclear Alessandro Pasotti
10:43 PM Revision 81723586 (qgis): Update reference hashes for calculator processing test
Alessandro Pasotti
10:01 PM Revision 38df74c5 (qgis): Updated the message for the 'unhandled layers' dialogue
James Shaeffer
09:01 PM Revision 8d75371c (qgis): updated splash to zanzibar
Anita Graser
05:14 PM Revision 52eeabae (qgis): Less verbose output and import PyQt from qgis module
Alessandro Pasotti
05:13 PM Revision 6dab714e (qgis): Fix ini file creation
Alessandro Pasotti
04:47 PM Revision cdda5818 (qgis): [processing] Add test & adjust handling of negative distance value
for multi ring (constant) algorithm Mathieu Pellerin - nIRV
02:46 PM Revision 55017d78 (qgis): Fix rounding error while calculating output raster dimensions
This was creating artifacts in some situations (missing line
in the middle).
Alessandro Pasotti
01:34 PM Revision c48a706e (qgis): use int as IDs to recognize context menu entries
Denis Rouzaud
12:46 PM Revision 1bc0fbf9 (qgis): [locator] allow to have context menu entries for results
Denis Rouzaud
12:46 PM Revision 50d29b95 (qgis): complete roleNames
Denis Rouzaud
12:46 PM Revision 91736fd9 (qgis): fix doc
Denis Rouzaud
12:46 PM Revision 7bce9342 (qgis): [sipify] fix initializer in strcuts
Denis Rouzaud
11:07 AM Revision e01cb7c4 (qgis): Fix docstring for findNodes
Alessandro Pasotti
11:02 AM Revision c3b3f7e9 (qgis): Fix OR operator toString representation
Alessandro Pasotti
10:58 AM Revision 5f6dff02 (qgis): Merge pull request #8563 from elpaso/rastercalculator-drop-std-prefix
Drop std:: prefix from calculator operators Alessandro Pasotti
10:57 AM Revision 41409602 (qgis): Fix build warning
Alessandro Pasotti
10:53 AM Revision f4e6d065 (qgis): [locator] Append an active tag to item text for checked/activated actions
Mathieu Pellerin - nIRV
10:53 AM Revision 846f79d8 (qgis): [locator] Fix presence of html tag for multi-line tooltips
Mathieu Pellerin - nIRV
10:53 AM Revision 73d19e3c (qgis): [processing] Add edit feature in-place menu shortcut
(useful for people who rely on the locator) Mathieu Pellerin - nIRV
10:33 AM Revision 9c55e451 (qgis): Remove debug code and improve comments
Alessandro Pasotti
10:32 AM Revision 8b50c3e1 (qgis): Remove debug code
Alessandro Pasotti
10:15 AM Revision 51821e92 (qgis): Drop std:: prefix from calculator operators
Alessandro Pasotti
10:11 AM Revision e329fb5b (qgis): Scanline implementation
Alessandro Pasotti
10:11 AM Revision 10517c89 (qgis): Extended message in progress dialog + removed unused cast
Alessandro Pasotti
10:11 AM Revision 3801e9e2 (qgis): Added findNodes method and tests
Alessandro Pasotti
09:55 AM Revision fd027228 (qgis): Drop std:: prefix from calculator operators
Alessandro Pasotti
08:11 AM Revision e2a2aecc (qgis): Merge pull request #8550 from elpaso/bugfix-20583-19760-raster-calculator
Raster calculator crash and hang fixes. Fixes #20583 #19760 Alessandro Pasotti

2018-11-27

11:27 PM Revision c5549bea (qgis): Update test mask
Nyall Dawson
11:16 PM Revision 60ea432c (qgis): fix windows build (partly reverts 1a199d095)
Jürgen Fischer
10:05 PM Revision 06312f0e (qgis): update v2 header guards
Jürgen Fischer
08:25 PM Revision 6e7d56c2 (qgis): fix building without gui (#8561)
Denis Rouzaud
06:39 PM Revision a6d23449 (qgis): set user profile menu object name
Hanif Rifai
03:14 PM Revision 42e30b65 (qgis): Merge pull request #8557 from juanmpd/patch-1
Update Grass7Utils.py. Fixes #20632 #20502 Luigi Pirelli
03:02 PM Revision 2a0be2f2 (qgis): Merge pull request #8511 from signedav/bptextfield_null
Backport: Remove null representation during editing (range widget) Alessandro Pasotti
02:24 PM Revision 8e223e63 (qgis): added missing *
Giovanni Manghi
01:33 PM Revision 31f3f69d (qgis): Update Grass7Utils.py
Juan Manuel Perez
11:37 AM Revision b3ed482b (qgis): Add check for int overflow on 32 bit systems
Alessandro Pasotti
10:17 AM Revision 9b61eb8b (qgis): Update Grass7Utils.py
Related to https://issues.qgis.org/issues/20632
This seems to solve this issue, but I don't really know if this chang...
Juan Manuel Perez
10:07 AM Revision 1a199d09 (qgis): Use unique_ptr for owned pointer
Nyall Dawson
10:07 AM Revision 2a03d2b2 (qgis): Safer memory management
Nyall Dawson
10:07 AM Revision 6cc41a94 (qgis): Remove an incorrect /Transfer/ annotation, add a missing /Transfer/ ann...
Nyall Dawson
06:02 AM Revision 7ef65201 (qgis): [hig] Capitalization
Nyall Dawson
04:18 AM Revision baf2a0fd (qgis): [hig] Capitalization, improve dialog titles
Nyall Dawson
03:14 AM Revision 6e0a9a48 (qgis): [needs-docs] Add shortcut for paste to scratch layer (Ctrl+Alt+V)
(cherry picked from commit cd0a314114e6785079cbc5769fcc238c4c84d29a) Nyall Dawson
03:14 AM Revision bb8854f6 (qgis): Also prompt to save projects with no layers, but changes
Because if a user wants a "layout only" project, we should still
give them unsaved changes warnings!
(cherry picked ...
Nyall Dawson
03:14 AM Revision 5e4d156a (qgis): [processing] Fix traceback when modeller parameter invalid value is det...
(cherry picked from commit 64bd9e5a5e7e24e4692afca0ad46cfcd7b711960) Nyall Dawson

2018-11-26

12:29 AM Revision f595d53d (qgis): Negative indices count from back of linestring
Nyall Dawson
12:29 AM Revision 1e547996 (qgis): [FEATURE][API] Add some nice PyQGIS methods and exceptions to QgsLineSt...
- len(QgsCurve) returns number of points in curve
- raise IndexErrors when calling pointN, xAt, yAt, zAt, mAt, setXAt...
Nyall Dawson
11:44 PM Revision b5ad33f6 (qgis): Add ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro for proj_api.h to work wi...
(cherry picked from commit 6a7e951442d4f4ce57cb7816d9a4e513c4415fba) nicolas zzzz
11:16 PM Revision c2f16cfc (qgis): osgeo4w: fix grass plugin installation
(cherry picked from commit ec5a3b42b87e304690e241bca38d56870851fd10) Jürgen Fischer
11:16 PM Revision 6033c743 (qgis): osgeo4w: still upload build log when tests are skipped
Jürgen Fischer
11:11 PM Revision ec5a3b42 (qgis): osgeo4w: fix grass plugin installation
Jürgen Fischer
10:43 PM Revision 46a83904 (qgis): Astyle
Nyall Dawson
08:57 PM Revision 6a7e9514 (qgis): Add ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro for proj_api.h to work wi...
nicolas zzzz
03:54 PM Revision d3d18050 (qgis): Re-add the progress bar to the calculator
Fixes #20583 - Raster calculator freezes the GUI with big rasters
... even if it is frozen while reding the raster,
...
Alessandro Pasotti
03:54 PM Revision da5a1713 (qgis): [gdal] Fix an int overflow issue with raster block read
Fixes #19760 - Raster calculator crashes QGIS 3
.. and probably more, but this is one of the greediest
piece of code...
Alessandro Pasotti
02:51 PM Revision 4a504aba (qgis): Add start of new @alg dec
Nathan Woodrow
11:17 AM Revision 4d5edb23 (qgis): [processing] Use MultiPolygon as output wkb type for multi ring buffer ...
Mathieu Pellerin - nIRV
09:20 AM Revision 1072ebb6 (qgis): [browser] Add API to access the drive data items
Nyall Dawson
09:08 AM Revision 572664c7 (qgis): [processing] Fix negative distance value wrongly prohibited for multi r...
Mathieu Pellerin - nIRV
08:11 AM Revision 0e760997 (qgis): Also prompt to save projects with no layers, but changes
Because if a user wants a "layout only" project, we should still
give them unsaved changes warnings!
Nyall Dawson
07:41 AM Revision 64bd9e5a (qgis): [processing] Fix traceback when modeller parameter invalid value is det...
Nyall Dawson
02:59 AM Revision 72fdda76 (qgis): Deactivate help button for SAGA algorithms
to avoid user frustration because no help is provided in user manual (simply listing parameters and options already s... Harrissou Santanna
01:44 AM Revision 7a9ba25e (qgis): [FEATURE] Add dX, dY and residual on GCP Points (#8513)
* add dX, dY and residual on GCP Points
* add option to automatically save GCP Points in the raster-modified path
Faneva Andriamiadantsoa
01:21 AM Revision 9635c2a1 (qgis): Fix symbol selector dialog overflows the screen on small resolution
Fixes #20481
(cherry picked from commit cd28b459845868570d720e23da941825f850d003)
Harrissou Santanna

2018-11-25

01:38 PM Revision 4c3e43bd (qgis): fix link error on windows
(cherry picked from commit 22034aa0704dde196fa18f9f7baa901834499b37) Jürgen Fischer
01:34 PM Revision 22034aa0 (qgis): fix link error on windows
Jürgen Fischer

2018-11-24

10:59 AM Revision d397abea (qgis): Merge pull request #8538 from Gustry/saga
fix nodata parameter in saga Luigi Pirelli

2018-11-23

11:24 PM Revision 697e7044 (qgis): Merge pull request #8530 from elpaso/bugfix-20591-dissolve-show-error
[processing] Show error when dissolve fails Alessandro Pasotti
07:46 PM Revision 02cf24ef (qgis): fix nodata parameter in saga
Etienne Trimaille
02:55 PM Revision 1bb499eb (qgis): Merge pull request #8536 from rldhont/server-wfs-format-gml-null-field-218
[Server] Null field value in GML has to be empty string 2.18 René-Luc ReLuc
02:03 PM Revision eb05f0a2 (qgis): Translate debug message
Alessandro Pasotti
01:47 PM Revision 0e5718d2 (qgis): [Server][WFS] Null field value in GML has to be empty string
René-Luc ReLuc
01:45 PM Revision 9f62f183 (qgis): Merge pull request #8537 from rldhont/server-wfs-format-gml-null-field-34
[Server][WFS] Null field value in GML has to be empty string 3.4 René-Luc ReLuc
01:43 PM Revision f94d08d3 (qgis): Merge pull request #8531 from Gustry/saga
fix nodata parameter in saga Luigi Pirelli
01:30 PM Revision a3a12048 (qgis): [Server] Null field value in GML has to be empty string
René-Luc ReLuc
01:08 PM Revision 56457919 (qgis): Release of 3.4.2
Jürgen Fischer
01:08 PM Revision 83df334a (qgis): Release of 2.18.26
Jürgen Fischer
12:24 PM Revision 7cec165c (qgis): Push debug message to console
Alessandro Pasotti
11:58 AM Revision 3f197f78 (qgis): Merge pull request #8535 from elpaso/bugfix-20591-dissolve-show-error-b...
[processing] Fix error in dissolve Alessandro Pasotti
11:45 AM Revision 594918e2 (qgis): [Server][WFS] Null field value in GML has to be empty string
René-Luc ReLuc
11:14 AM Revision 1047e699 (qgis): debian packaging: include 3d bindings
(cherry picked from commit a6432c7581316f27fbf14ae3e34d73c33fadaab0) Jürgen Fischer
11:13 AM Revision a6432c75 (qgis): debian packaging: include 3d bindings
Jürgen Fischer
10:56 AM Revision 26baf0c1 (qgis): Push debug info to the console
Alessandro Pasotti
10:32 AM Revision 049c65cd (qgis): Fix incorrect ownership of processing algorithm dialog
(cherry picked from commit 013082d3350065be5a23a384cd5cf131130645ac) Nyall Dawson
10:32 AM Revision 073c5be6 (qgis): Remove progress task from identify action
Seems that some providers trigger an issue with the progress task
(likely due to a local event loop running on the ma...
Nyall Dawson
10:32 AM Revision 5e4ee5c2 (qgis): [processing] Correctly set parent widgets for algorithm dialogs
to avoid dialogs immediately going out of scope and being garbage
collected
(cherry picked from commit 07dc7827124eb...
Nyall Dawson
10:32 AM Revision 751b2c45 (qgis): Fix context going out of scope
(cherry picked from commit 4435a3af3fd9382ebad0ee9afb1c09e6b07c5bd2) Nyall Dawson
10:32 AM Revision 84dc8faa (qgis): Fix confusing override of accept method for non-dialog acceptance
(cherry picked from commit 3ce16625da6c93dd27ee82e3d30e9b74703089f3) Nyall Dawson
10:32 AM Revision d1cec848 (qgis): Fix ownership of algorithm instance used by processing dialog
(cherry picked from commit a350b42f99650cec12b2bb34318f3a08ffe36067) Nyall Dawson
10:32 AM Revision 8ce3e8b9 (qgis): Fix unit test
(cherry picked from commit c31a690ea01052e8fdf2ecc7eb152d936f9196c7) Nyall Dawson
10:32 AM Revision 47bf1f49 (qgis): Fix ownership of algorithm instance used by processing dialog
Nyall Dawson
10:32 AM Revision 2c425c7b (qgis): Fix unit test
Nyall Dawson
10:32 AM Revision 0e928e81 (qgis): [processing] Correctly set parent widgets for algorithm dialogs
to avoid dialogs immediately going out of scope and being garbage
collected
Nyall Dawson
10:32 AM Revision 2617fd56 (qgis): Fix context going out of scope
Nyall Dawson
10:32 AM Revision 4d97d206 (qgis): Fix incorrect ownership of processing algorithm dialog
Nyall Dawson
10:32 AM Revision 6fff62e6 (qgis): Fix confusing override of accept method for non-dialog acceptance
Nyall Dawson
10:26 AM Revision 894cc7c1 (qgis): [processing] Fix error in dissolve
Backported from master Alessandro Pasotti
10:13 AM Revision 947f82d8 (qgis): [procesing] Fix dissolve issue by taking the slower route in case of GE...
Alessandro Pasotti
08:07 AM Revision 235c44e4 (qgis): Throw an execption when the algorithm fails
Alessandro Pasotti
07:46 AM Revision 8f1c51b4 (qgis): Add a project properties dialog test case
Mathieu Pellerin - nIRV
07:46 AM Revision f2091054 (qgis): Avoid more needless project dirtying
Mathieu Pellerin - nIRV

2018-11-22

11:46 PM Revision 57c117cd (qgis): Remove progress task from identify action
Seems that some providers trigger an issue with the progress task
(likely due to a local event loop running on the ma...
Nyall Dawson
09:52 PM Revision d9736eb9 (qgis): Fix warnings
Nyall Dawson
09:01 PM Revision a14f5e4a (qgis): Merge pull request #8521 from chau-intl/master
Hide newly added layer(s) when in group. Fixes #19174 Luigi Pirelli
08:14 PM Revision 399067cb (qgis): [processing] Don't run validity checks for buffer alg
Buffering doesn't care about validity and can sometimes be used
to repair geometries
(cherry picked from commit 9d5c...
Nyall Dawson
08:14 PM Revision 26195273 (qgis): [browser] Restore attribute preview from 2.x standalone browser
This resurrects an "attributes" tab in the browser layer properties
panel/window, showing a preview of the attributes...
Nyall Dawson
08:14 PM Revision 29d4fbbe (qgis): Avoid QObject::connect null warning
(cherry picked from commit a8ecc683b72a3842a480e3e562456cbec8bad667) Nyall Dawson
08:14 PM Revision 98cef323 (qgis): [afs] Fix identify tool sometimes just uses a bounding box check instea...
(cherry picked from commit bb248989b30e38574513a5b387ad638792b3621d) Nyall Dawson
08:14 PM Revision 83aa32cb (qgis): [needs-docs] Fix use of duplicate action name
(Properties is already used by project properties)
(cherry picked from commit 152b1b09ff0e45b30a72d53904437af032e8659e)
Nyall Dawson
08:14 PM Revision 6424d900 (qgis): Capitalization
(cherry picked from commit 17e58738b8f151a06af26fea146cd190a9bdbd2a) Nyall Dawson
07:08 PM Revision c1f8db9b (qgis): fix nodata parameter in saga
Etienne Trimaille
05:58 PM Revision 1c390748 (qgis): [processing] Show error when dissolve fails
Partial fix for #20591 - Dissolve tool failing to produce outputs
There is still the GEOS issue to be cheked
Alessandro Pasotti
02:24 PM Revision 2725a054 (qgis): Package missing ESRI token auth method
(cherry picked from commit 59686e73d73f1a2f36c38854eb5bcf9219b66ec4) Nyall Dawson
02:09 PM Revision 5a8c9bf5 (qgis): fix windows build
Jürgen Fischer
01:43 PM Revision b6d9e0ba (qgis): Merge pull request #8524 from signedav/editafteredit
[Bugfix] Release cell from focus on editing off Alessandro Pasotti
01:06 PM Revision ea626b8b (qgis): support for compilation on macos10.14, but running on macos10.13 or ear...
(cherry picked from commit b2ba38dfaf56060777d03b9597dc4882c31c6a87) Peter Petrik
01:06 PM Revision 7760eead (qgis): fix missing dark mode symbol
(cherry picked from commit 737eb59ed5e2d02c11ff15d599aecb9baf7f09f3) Peter Petrik
01:06 PM Revision 63b2267b (qgis): [mssql] Fix import of layers with invalid geometries (fixes #20122)
This essentially reverts 62f4534
Rationale:
- even valid geometries according to GEOS may be considered as invalid b...
Martin Dobias
01:06 PM Revision a622ce56 (qgis): frameworks must be linked weakly so the symbols are resolved on runtime
(cherry picked from commit 674873b1eb630649e5e0f42be7b0bb6426dcba49) Peter Petrik
01:06 PM Revision 7c4708e0 (qgis): [3d] fix camera controller using wrong shift/ctrl status (fixes #20131)
We used Qt3DInput::QLogicalDevice with its axes and actions for camera
controller, but over time this got quite impra...
Martin Dobias
01:06 PM Revision b49903c8 (qgis): fix spelling
(cherry picked from commit 3b97096202e4b23a1f40a126c4f0eff18a05a279) Peter Petrik
01:06 PM Revision b7669698 (qgis): explicitely check if effectiveApperance is available
(cherry picked from commit a139f8d6fc0b1baaaef57585ef885e3be9424da2) Peter Petrik
12:52 PM Revision d173b70b (qgis): leave last attribute empty instead of first
because though fid appears to be the first field it's added in the end and has the last index.
fixes #20276
David Signer
12:49 PM Revision 256b5808 (qgis): Merge pull request #8526 from elpaso/bugfix-20579-ogr-db-layers-name
[ogr] Use table name as base layer name when adding ogr database layers Alessandro Pasotti
11:50 AM Revision b1fd7b5a (qgis): [mssql] Fix import of layers with invalid geometries (fixes #20122)
This essentially reverts 62f4534
Rationale:
- even valid geometries according to GEOS may be considered as invalid b...
Martin Dobias
11:14 AM Revision ff35f9c2 (qgis): [3d] fix initial camera position when loading a project with animation
Martin Dobias
11:00 AM Revision 7094ddf1 (qgis): Use isValid instead of isNull and add a test for gpkg
Alessandro Pasotti
09:53 AM Revision 59686e73 (qgis): Package missing ESRI token auth method
Nyall Dawson
09:24 AM Revision d4ef55da (qgis): Merge pull request #8509 from wonder-sk/terrain-map-themes
[FEATURE] Optionally use a map theme to render terrain textures Martin Dobias

2018-11-21

07:23 PM Revision 84eed010 (qgis): [ogr] Use table name as base layer name when adding ogr database layers
Fixes #20579 - Improve layer name rendering for MySQL connections Alessandro Pasotti
04:29 PM Revision fee39358 (qgis): Merge pull request #8519 from elpaso/browser-gpkg-vector-rename
[feature][needs-docs] Allow gpkg vector rename from browser Alessandro Pasotti
04:29 PM Revision afd35252 (qgis): Add test for terrain theme + do not use project singleton
Martin Dobias
03:46 PM Revision 4e1d6841 (qgis): Avoid more needless project dirtying
Mathieu Pellerin - nIRV
03:46 PM Revision d257cf07 (qgis): Add a project properties dialog test case
Mathieu Pellerin - nIRV
01:32 PM Revision 5171e4e6 (qgis): Merge pull request #8520 from elpaso/bugfix-20549-invalid-xml-gfi
[server] Fix invalid xml in getfeatureinfo Alessandro Pasotti
01:27 PM Revision bb44e2b6 (qgis): Merge pull request #8512 from elpaso/docker-testing-env-tests
Docker testing env tests Alessandro Pasotti
12:16 PM Revision fe8d419c (qgis): Support F2 for layer rename action
Also refactored some internal methods to
avoid duplication of code and use parent
class virtual rename() instead of a...
Alessandro Pasotti
10:46 AM Revision 1136aabf (qgis): delete layer action only on items that have capability "delete"
check if the item with the menu has this capability and only handle the selected items with this capabiltiy David Signer
09:09 AM Revision 51ee7131 (qgis): Disable current cell on editing off
because otherwise on single cell change the change would not been stored in mEditBuffer
fixes #15975
David Signer
08:48 AM Revision ec178768 (qgis): Merge pull request #8518 from signedav/bpfix_providerIndex
Backport: Don't handle defaultValueClause as not unique value Alessandro Pasotti
06:36 AM Revision d1d3a51e (qgis): Merge pull request #8429 from lbartoletti/extendMapTool
[needs-docs][FEATURE] Trim/extend Denis Rouzaud
06:13 AM Revision c341d8da (qgis): avoid conflicting geos spatialindex.h include file
correct includes for spatialindex Simon Wells
06:13 AM Revision f3fbd060 (qgis): fix another include directive for spatialindex
Simon Wells
06:13 AM Revision e91cd93c (qgis): Remove PATH_SUFFIX as it is no longer needed, as it is optional it is n...
Simon Wells
06:05 AM Revision cd0a3141 (qgis): [needs-docs] Add shortcut for paste to scratch layer (Ctrl+Alt+V)
Nyall Dawson
04:34 AM Revision 1237fb67 (qgis): [needs-docs][ui] Move 'add saved file to map' option away from data set...
Mathieu Pellerin - nIRV
04:34 AM Revision 9faab816 (qgis): [ui] Harmonize save raster layer as dialog's scroll area
Mathieu Pellerin - nIRV

2018-11-20

10:48 PM Revision e21ea25c (qgis): Add method to set QgsFeature geometry directly from QgsAbstractGeometry
Allows
feat.setGeometry(QgsPoint(1,2))
instead of the more obscure
feat.setGeometry(QgsGeometry(QgsPoint(1...
Nyall Dawson
10:48 PM Revision 5603546c (qgis): Dox
Nyall Dawson
09:57 PM Revision 17e58738 (qgis): Capitalization
Nyall Dawson
06:42 PM Revision 3ec853f6 (qgis): Fix for bug report #19174 - hide newly added layer(s) when in group
When loading a single layer QGIS will set it as invisible if the user have chosen so (new_layers_visible=false) in th... Casper Børgesen
06:26 PM Revision 0d696ef1 (qgis): [server] Fix invalid xml in getfeatureinfo
Fixes #20549 - error in parsing WMS GetFeatureInfo as XML
Also s/meta/META/ for consistency with all other tags
Alessandro Pasotti
06:19 PM Revision 48d24425 (qgis): german translation update
Jürgen Fischer
05:41 PM Revision e44d620d (qgis): [feature][needs-docs] Allow gpkg vector rename from browser
Alessandro Pasotti
03:40 PM Revision 2d30e0e3 (qgis): Merge pull request #8517 from elpaso/docker-testing-env-docs
Docker testing env docs Alessandro Pasotti
02:46 PM Revision 9e2d172d (qgis): Typos and small improvements
Alessandro Pasotti
01:01 PM Revision 9c6e24fd (qgis): Redirect test output to dev null
Alessandro Pasotti
11:57 AM Revision 76667eee (qgis): check uniqueCheck before overwrite defaultValueClause
and some tests for it
this fixes #20397 and fixes #20431
(cherry-picked from 32b7d7e5ddeef7a66592267819e234085c44a7bc)
David Signer
11:32 AM Revision 2b77a659 (qgis): Fix path to tester script
Alessandro Pasotti
11:18 AM Revision 0af5224e (qgis): Polish translation update
Borys Jurgiel
11:16 AM Revision 7e00afc2 (qgis): Merge pull request #8510 from signedav/fix_providerIndex
Don't handle defaultValueClause as not unique value Alessandro Pasotti
11:04 AM Revision 4296c771 (qgis): remove unused variable
David Signer
10:49 AM Revision a1ea0ac5 (qgis): action deleteLayer in the dataitemproviders
implemented for derived functions in:
- `QgsGeoPackageAbstractLayerItem`
- `QgsSLLayerItem`
- `QgsPGLayerItem`
- `Qgs...
David Signer
10:31 AM Revision 0814b624 (qgis): Move test in its own script
Alessandro Pasotti
10:31 AM Revision e8e66d08 (qgis): Fix the python test runner and add a test for it
Alessandro Pasotti
10:31 AM Revision ed9709b4 (qgis): Copy updated test runner into the docker
Handle -e and do not exit on error Alessandro Pasotti
10:24 AM Revision 47f29df2 (qgis): Spelling
Alessandro Pasotti
09:40 AM Revision ff066517 (qgis): Added circle-ci
Alessandro Pasotti
09:21 AM Revision a786c406 (qgis): Documentation for the dockers
Alessandro Pasotti
01:03 AM Revision ba81a2ee (qgis): Fix indentation - issue #20337
Hopefully this is correct.
I'm not having much luck getting prepare-commit.sh or astyle.sh to run on Windows.
David Adler
01:03 AM Revision d998465d (qgis): run prepare-commit on DB2 fixes for #20337
David Adler
01:03 AM Revision c339dd49 (qgis): DB2 fixes for #20337
David Adler
01:03 AM Revision dd2ed9cd (qgis): Update src/providers/db2/qgsdb2provider.cpp
David Adler
01:03 AM Revision 63aa1e1e (qgis): Update src/providers/db2/qgsdb2provider.h
David Adler

2018-11-19

07:06 PM Revision 8965dda3 (qgis): Mention that display name is used by the locator search tool
Harrissou Santanna
07:06 PM Revision a8ecc683 (qgis): Avoid QObject::connect null warning
Nyall Dawson
07:06 PM Revision 152b1b09 (qgis): [needs-docs] Fix use of duplicate action name
(Properties is already used by project properties) Nyall Dawson
07:06 PM Revision 34c217cd (qgis): Fix crash when calculating offset on certain single curves which become...
Nyall Dawson
07:05 PM Revision a22422c4 (qgis): [FEATURE][API] Add parts iterators to QgsGeometry
This allows easy iteration over all the parts of a geometry,
regardless of the geometry's type. E.g.
geometry = QgsG...
Nyall Dawson
07:05 PM Revision f5a6aef5 (qgis): Raise IndexError in PyQGIS when calling geometryN on a collection
with an invalid geometry index
And add len operator to QgsGeometryCollection
Nyall Dawson
04:54 PM Revision 32b7d7e5 (qgis): check uniqueCheck before overwrite defaultValueClause
and some tests for it
this fixes #20397 and fixes #20431
David Signer
04:29 PM Revision 61cb715c (qgis): [FEATURE] Optionally use a map theme to render terrain textures
Often it is useful to have a different map theme for terrain in 3D view
than the map theme used in the main map canvas.
Martin Dobias
03:21 PM Revision b089b576 (qgis): Merge pull request #8480 from lbartoletti/rectangle3PointsProjected
[FEATURE][needs-docs]Add map tool: rectangle 3 points (projected) Denis Rouzaud
10:51 AM Revision c248394f (qgis): print ccache status
Denis Rouzaud
10:51 AM Revision 3e9fdb13 (qgis): disable ccache in cmake since it is already defined as compiler
Denis Rouzaud
10:51 AM Revision 6c3817c7 (qgis): add docker hub credentials to yml file
Denis Rouzaud
10:51 AM Revision 8015e0ab (qgis): do not push deps images on PR
Denis Rouzaud
10:51 AM Revision d333f8b8 (qgis): fix ccache for Docker images
Denis Rouzaud
10:42 AM Revision ccadd262 (qgis): backport of the range widget implementation
cherry-picked from:
8350fb4a261dffaa08c8a32978dedd12b4a9f893
6da99a1866cfbb9c16aab7d8b92260b135432e60
a02fb082908a299...
David Signer
10:22 AM Revision 29875d38 (qgis): do not push deps images on PR
Denis Rouzaud
10:21 AM Revision d59b9858 (qgis): add docker hub credentials to yml file
Denis Rouzaud
10:17 AM Revision ec8e1a01 (qgis): add docker hub credentials to yml file
Denis Rouzaud
09:58 AM Revision f06bb799 (qgis): delete/truncate selected tables for mssql-tables
David Signer
09:42 AM Revision 9dd96dab (qgis): remove unused comments
David Signer
07:25 AM Revision 792546c4 (qgis): fix license
Loïc BARTOLETTI
07:25 AM Revision 2cfb0b53 (qgis): Denis' review
Loïc BARTOLETTI
05:49 AM Revision 4e209724 (qgis): Merge pull request #8260 from lbartoletti/dbmanager_add_save_sql_file
[FEATURE][needs-docs]Add buttons to load and save an external SQL file Paul Blottiere
05:49 AM Revision 50e2b76a (qgis): Merge pull request #8005 from lbartoletti/bugfix_18902
Fixes #18902 Snapping and tracing inconsistent behaviour Paul Blottiere
02:04 AM Revision 357ea19c (qgis): Add missing article
Harrissou Santanna
02:04 AM Revision 974ee22f (qgis): Mention that display name is used by the locator search tool
Harrissou Santanna

2018-11-18

05:14 PM Revision d23f2ada (qgis): build image with RelWithDebIndo type to benefit from cache
Denis Rouzaud
04:04 PM Revision 7eff348e (qgis): Update Polish translation
Borys Jurgiel
03:48 PM Revision e9931c17 (qgis): quiet cmake policy message
William Kyngesburye
03:47 PM Revision eb37507b (qgis): quiet cmake policy message
William Kyngesburye
01:40 PM Revision bd2f9f97 (qgis): fix ccache for Docker images
Denis Rouzaud
01:32 PM Revision 9c7cf9e2 (qgis): run ls
Denis Rouzaud
01:21 PM Revision 73942f57 (qgis): fix ccache for Docker images
Denis Rouzaud
12:19 PM Revision 4fa5d0ca (qgis): fix ccache for Docker images
Denis Rouzaud
12:03 PM Revision ff8a1fbc (qgis): fix ccache for Docker images
Denis Rouzaud
10:38 AM Revision 06751f61 (qgis): disable ccache in cmake since it is already defined as compiler
Denis Rouzaud
10:36 AM Revision d35ef945 (qgis): print ccache status
Denis Rouzaud
01:17 AM Revision f8af7ddd (qgis): add missing Mac UI style plugin to app bundle
William Kyngesburye
01:14 AM Revision 50311964 (qgis): add missing Mac UI style plugin to app bundle
William Kyngesburye

2018-11-17

12:00 AM Revision 92ca8401 (qgis): [Bugfix][Symbology] Fill to SLD does not export Stroke color
The commit 2f268d4747c355a48fcadb2c55d58a06d848cffa fixing the way SLD is exporting size, from mm to pixels. But in t... René-Luc ReLuc
11:59 PM Revision 47d966a2 (qgis): GDAL extractreprojection missing from the raster menu
This was missed in #8486. Håvard Tveite
11:59 PM Revision ce313755 (qgis): GDAL extractreprojection missing from the raster menu
This was missed in #8378. Håvard Tveite
10:06 PM Revision 9d5c9493 (qgis): [processing] Don't run validity checks for buffer alg
Buffering doesn't care about validity and can sometimes be used
to repair geometries
Nyall Dawson
10:02 PM Revision 5f0ce742 (qgis): also push deps image for cron jobs
Denis Rouzaud
10:02 PM Revision 5c019b1f (qgis): add missing exiv2
Denis Rouzaud
10:02 PM Revision c79f5d76 (qgis): fix lib path in docker (not Travis)
Denis Rouzaud
10:01 PM Revision 08ddec2b (qgis): fix lib path in docker (not Travis)
Denis Rouzaud
10:01 PM Revision 6356b6d5 (qgis): add missing exiv2
Denis Rouzaud
10:01 PM Revision 7126faeb (qgis): also push deps image for cron jobs
Denis Rouzaud
10:00 PM Revision 6581bcf5 (qgis): also push deps image for cron jobs
Denis Rouzaud
09:37 PM Revision f92d3911 (qgis): add missing exiv2
Denis Rouzaud
06:06 PM Revision 6dceeeca (qgis): fix lib path in docker (not Travis)
Denis Rouzaud
05:59 PM Revision b1c213ca (qgis): fix docker tag for cosmic
Denis Rouzaud
04:27 PM Revision 7213b0c1 (qgis): fix docker tag for cosmic
Denis Rouzaud
02:35 PM Revision c9d2c1bd (qgis): add Qt53D include dir
Denis Rouzaud
02:34 PM Revision 0c27556b (qgis): add Qt53D include dir
Denis Rouzaud
01:12 PM Revision 24723418 (qgis): german translation update
Jürgen Fischer
12:57 PM Revision 0ab6088f (qgis): translations: remove mysterious line noise (fixes #19833)
Jürgen Fischer
12:48 PM Revision 4a4c56f7 (qgis): fix color expression translations
Jürgen Fischer
10:33 AM Revision fb1d670b (qgis): Merge pull request #8475 from elpaso/docker-testing-env
Added QGIS testing environment to dockers Alessandro Pasotti
08:59 AM Revision 33c2fc4d (qgis): Produce multiple docker images
Matthias Kuhn
08:59 AM Revision 4ece684e (qgis): add Qt5 3D extras paths
Denis Rouzaud
08:59 AM Revision aebb6eff (qgis): fix global env var
Denis Rouzaud
08:59 AM Revision 614809ca (qgis): remove left over
Denis Rouzaud
08:59 AM Revision 7406f85e (qgis): enable dual builds BIONIC/COSMIC for images
Denis Rouzaud
08:59 AM Revision e210011f (qgis): [docker] simpler configuration to provide different build options
Denis Rouzaud
08:45 AM Revision d77d832a (qgis): Merge pull request #8499 from qgis/multi-docker-yaml
build docker images baed on cosmic and bionic Denis Rouzaud

2018-11-16

10:32 PM Revision dfa69b5b (qgis): add Qt5 3D extras paths
Denis Rouzaud
10:01 PM Revision cb00a2a5 (qgis): enable dual builds BIONIC/COSMIC for images
Denis Rouzaud
10:01 PM Revision 6a9db5a1 (qgis): Produce multiple docker images
Matthias Kuhn
10:01 PM Revision d131a57c (qgis): remove left over
Denis Rouzaud
10:01 PM Revision 51e76726 (qgis): [docker] simpler configuration to provide different build options
Denis Rouzaud
10:01 PM Revision 06e139eb (qgis): fix global env var
Denis Rouzaud
08:19 PM Revision 26fa8d8d (qgis): fix global env var
Denis Rouzaud
08:10 PM Revision bae3cdc2 (qgis): fix global env var
Denis Rouzaud
06:53 PM Revision 0efe9a51 (qgis): debug
Denis Rouzaud
06:44 PM Revision beccfb24 (qgis): fix global env var
Denis Rouzaud
06:28 PM Revision 53cd4535 (qgis): remove left over
Denis Rouzaud
06:12 PM Revision 2cfb1b50 (qgis): enable dual builds BIONIC/COSMIC for images
Denis Rouzaud
06:05 PM Revision 356e09c6 (qgis): [docker] simpler configuration to provide different build options
Denis Rouzaud
02:41 PM Revision 1ef04d7a (qgis): Merge pull request #8496 from m-kuhn/coordinateUtilsFunctions
Expose QgsCoordinateUtils functions via Q_INVOKABLE Matthias Kuhn
02:03 PM Revision 236328fb (qgis): Make code_layout test happy
Matthias Kuhn
12:41 PM Revision 06b5d7b3 (qgis): Less usage of QgsProject::instance
Matthias Kuhn
12:39 PM Revision 98781da6 (qgis): Make QgsCoordinateUtils functions Q_INVOKABLE
Matthias Kuhn
10:41 AM Revision 0651ead6 (qgis): Merge pull request #8494 from tudorbarascu/backport_3.4
test server rendering debian buster bug #18988 Paul Blottiere
09:28 AM Revision 0a42a101 (qgis): Merge pull request #8063 from tudorbarascu/test_server
test server rendering debian buster bug Paul Blottiere
09:27 AM Revision a4fee1b1 (qgis): test server rendering debian buster bug #18988
Tudor Bărăscu
09:03 AM Revision 438a1daf (qgis): Merge pull request #8442 from signedav/textfield_null
Range widget: Remove null representator during editing Matthias Kuhn
07:49 AM Revision 2cf8f74c (qgis): test server rendering debian buster bug #18988
Tudor Bărăscu

2018-11-15

08:24 PM Revision 30692fa9 (qgis): Implement Open in Terminal for windows
Nyall Dawson
08:24 PM Revision 326a74f0 (qgis): Fix some incorrect icon sizes
Nyall Dawson
06:21 PM Revision 56cc9be1 (qgis): Produce multiple docker images
Matthias Kuhn
06:12 PM Revision 97979e6a (qgis): Merge pull request #8486 from havatv/extractproj34
Backport of GDAL extractprojection reintroduction to 3.4 [needs-docs] Luigi Pirelli
04:15 PM Revision b0854fe8 (qgis): Merge pull request #8487 from daniviga/rpm-exiv2
[RPM] Add exiv2-devel to build requirements Matthias Kuhn
03:07 PM Revision d0bc67c5 (qgis): Update documentation related to Fedora
Daniele Viganò
03:00 PM Revision cd0123ea (qgis): [RPM] Add exiv2-devel to build requirements
Daniele Viganò
01:34 PM Revision f0396b99 (qgis): fix enum
Loïc BARTOLETTI
01:15 PM Revision fc8f88ef (qgis): override default destructor
Loïc BARTOLETTI
11:37 AM Revision c292e69e (qgis): Merge branch 'master' into extendMapTool
Loïc BARTOLETTI
10:23 AM Revision 7acd83fd (qgis): delete selected layers on spatialite and pg
David Signer
09:30 AM Revision be0ce0ca (qgis): do not pass item as argument
David Signer
09:10 AM Revision fa062461 (qgis): pass items to delete layer activity
David Signer
09:01 AM Revision 576a3fd0 (qgis): Backport of GDAL extractprojection reintroduction to 3.4
Håvard Tveite
08:31 AM Revision 112e9d7a (qgis): Update .docker/qgis.dockerfile
Co-Authored-By: elpaso <[email protected]> Denis Rouzaud
08:21 AM Revision 2c121460 (qgis): use a switch
Loïc BARTOLETTI
06:42 AM Revision 1e29878d (qgis): Use auto geometry restore for decoration dialogs
Mathieu Pellerin - nIRV
06:42 AM Revision 767e9a51 (qgis): Add missing north arrow decoration icon & improve grid icon
Mathieu Pellerin - nIRV
06:42 AM Revision 0b19aab5 (qgis): Improve a few decoration dialog .ui files
Mathieu Pellerin - nIRV
06:42 AM Revision 6fa88208 (qgis): Improve capitalization of decoration dialogs
Mathieu Pellerin - nIRV
06:42 AM Revision f342f1c9 (qgis): Remove one use of QStringLiteral in the copyright decoration
Mathieu Pellerin - nIRV
04:44 AM Revision 58795aa6 (qgis): Address title decoration review comments
Mathieu Pellerin - nIRV
04:44 AM Revision 8027c906 (qgis): Dedicated title decoration icon
Mathieu Pellerin - nIRV
04:44 AM Revision bba29e44 (qgis): [FEATURE] Top/bottom centering placement for decoration items
The centered placement is implemented for:
- Title decoration
- Copyright decoration
Mathieu Pellerin - nIRV
04:44 AM Revision 95f69c5d (qgis): [FEATURE] Title label decoration
Mathieu Pellerin - nIRV

2018-11-14

11:55 PM Revision 3eabce52 (qgis): Add some icons for browser directory actions
Nyall Dawson
11:55 PM Revision 561d90c9 (qgis): [FEATURE] Add native platform interface for opening a terminal window at
a specified path
And implement for Linux.
Add a new context menu entry to directories in browser to open a
terminal...
Nyall Dawson
11:19 PM Revision 6a746090 (qgis): add missing cond PRIVATE
Denis Rouzaud
11:19 PM Revision 0f9084c5 (qgis): remove ENABLE_TESTS definition
this was causing a complete rebuild when you enabled/disabled tests Denis Rouzaud
11:19 PM Revision ad774e9e (qgis): [server] remove ENABLE_MS_TESTS definition when tests are enabled
Denis Rouzaud
11:18 PM Revision 22772ea5 (qgis): Merge pull request #8483 from 3nids/test_definition
remove definition of ENABLE_TEST in CMake Denis Rouzaud
10:43 PM Revision 23047fff (qgis): use Ubuntu cosmic for base image
This will easily allow newer version of Qt but mainly SIP for auto build of the Python API docs. Denis Rouzaud
10:41 PM Revision 1d3df6ff (qgis): use Ubuntu cosmic for base image
This will easily allow newer version of Qt but mainly SIP for auto build of the Python API docs. Denis Rouzaud
10:41 PM Revision e7aa556e (qgis): add hashes
Denis Rouzaud
10:40 PM Revision ced33973 (qgis): give tolerance in the test
Denis Rouzaud
10:40 PM Revision 5e7e49fc (qgis): output full precision
Denis Rouzaud
10:40 PM Revision 969de789 (qgis): add decimals to fix test
Denis Rouzaud
10:40 PM Revision a920a79c (qgis): use Ubuntu cosmic for base image
This will easily allow newer version of Qt but mainly SIP for auto build of the Python API docs. Denis Rouzaud
10:35 PM Revision b5cad234 (qgis): add missing cond PRIVATE
Denis Rouzaud
07:00 PM Revision 48d498be (qgis): translation string fix
Jürgen Fischer
06:31 PM Revision 7e5a6a23 (qgis): [server] remove ENABLE_MS_TESTS definition when tests are enabled
Denis Rouzaud
06:31 PM Revision df422ccd (qgis): remove ENABLE_TESTS definition
this was causing a complete rebuild when you enabled/disabled tests Denis Rouzaud
02:03 PM Revision 674873b1 (qgis): frameworks must be linked weakly so the symbols are resolved on runtime
Peter Petrik
02:03 PM Revision 737eb59e (qgis): fix missing dark mode symbol
Peter Petrik
02:03 PM Revision a139f8d6 (qgis): explicitely check if effectiveApperance is available
Peter Petrik
01:53 PM Revision 018e9fa2 (qgis): Merge pull request #8467 from wonder-sk/configure-lights
[3d] Configuration of lights in 3D map scene Martin Dobias
01:50 PM Revision 61066281 (qgis): Merge pull request #8476 from lbartoletti/cast_time_project
On some architectures, time_t is not equal to int64 Matthias Kuhn
12:43 PM Revision c8fc7a24 (qgis): tests for focus on null field
David Signer
08:36 AM Revision 68f9a417 (qgis): Drop QGIS 2 support
Alessandro Pasotti
06:29 AM Revision 8b9e86d5 (qgis): [project] Avoid needlessly dirtying when written value does not change
Mathieu Pellerin - nIRV
03:51 AM Revision 08544fbb (qgis): [browser] Restore attribute preview from 2.x standalone browser
This resurrects an "attributes" tab in the browser layer properties
panel/window, showing a preview of the attributes...
Nyall Dawson
03:39 AM Revision 3b892c97 (qgis): [project] Avoid needlessly dirtying when written value does not change
Mathieu Pellerin - nIRV

2018-11-13

12:19 AM Revision d40f884d (qgis): Add map tool rectangle 3 points where 3rd point is projected on segment...
Loïc BARTOLETTI
12:15 AM Revision cdc3cd1c (qgis): Merge pull request #8312 from borysiasty/bigger_coordinate_widget
Make the coordinate widget a little bit wider Borys Jurgiel
09:44 PM Revision 6b2d44a0 (qgis): Merge pull request #8478 from elpaso/value-relation-backport
Merge pull request #8464 from elpaso/bugfix-20455-value-relation-mult… Alessandro Pasotti
08:59 PM Revision a02fb082 (qgis): Remove the null representator text on getting focus of `QgsSpinBoxLineE...
This fixes #20153 David Signer
08:59 PM Revision f44af04b (qgis): clear value on clear in case the value is the null representator (null)
David Signer
08:59 PM Revision f96078d0 (qgis): remove mouserelesae event
because it's not needet. on focus it should clear.
cond / endcond
David Signer
08:58 PM Revision 6da99a18 (qgis): pass SpecialValueText as NullValue
David Signer
06:36 PM Revision ca6c5bab (qgis): Merge pull request #8464 from elpaso/bugfix-20455-value-relation-multip...
Emit valueChanged when a widget value changes as a consequence of ano…
Cherry picked from 798155cc008e38287c55b69e3a...
Alessandro Pasotti
06:11 PM Revision 4b90f779 (qgis): Disable OpenCL utils test on travis (no OpenCL device)
Alessandro Pasotti
05:50 PM Revision 1d379ae2 (qgis): replace toTime_t ->toSecsSinceEpoch
Loïc BARTOLETTI
05:12 PM Revision 3692b6a1 (qgis): Fix tests
Martin Dobias
04:18 PM Revision b465345d (qgis): On some architectures, time_t is not equal to int64
Loïc BARTOLETTI
03:43 PM Revision 8ae40679 (qgis): Shellcheck 2
Alessandro Pasotti
03:23 PM Revision 6ecc02f6 (qgis): Renamed docker to .docker
Alessandro Pasotti
03:05 PM Revision 8c6e017b (qgis): Leave the dot for docker
Alessandro Pasotti
03:02 PM Revision 8e18979d (qgis): Revert "Dot-less docker directory"
This reverts commit 8d850e9f0144856b3e0d95de0b5e8a6e74118bd7. Alessandro Pasotti
03:02 PM Revision 2b619a66 (qgis): Revert "Dot-less docker in travis config file"
This reverts commit 99f7236498697b1097e7351cd403dfc514e0081f. Alessandro Pasotti
02:54 PM Revision b7e55568 (qgis): Shellcheck
Alessandro Pasotti
02:44 PM Revision 99f72364 (qgis): Dot-less docker in travis config file
Alessandro Pasotti
02:28 PM Revision 8d850e9f (qgis): Dot-less docker directory
Alessandro Pasotti
01:39 PM Revision 574a57f2 (qgis): Merge branch 'extendMapTool' of github.com:lbartoletti/QGIS into extend...
Loïc BARTOLETTI
12:53 PM Revision 2094ff82 (qgis): Added QGIS testing environment to dockers
Also:
- renamed .docker to docker (now it's public and official)
- added dependencies for python CI testing
Alessandro Pasotti
11:21 AM Revision ac6d8cd7 (qgis): Merge pull request #8473 from daniviga/release-3_4
[Backport to 3.4][RPM] Add an explicit dependency for GDAL Matthias Kuhn
11:21 AM Revision 7cce9b3e (qgis): Merge pull request #8472 from daniviga/rpm-gdal
[RPM] Add an explicit dependency for GDAL Matthias Kuhn
11:20 AM Revision 7b98302a (qgis): fix indent
Loïc BARTOLETTI
10:48 AM Revision 15590132 (qgis): support platforms that does not have QProcess support (iOS)
Peter Petrik
10:48 AM Revision bddf8a81 (qgis): minor tweaks for iOS build
Peter Petrik
10:48 AM Revision 0e413c04 (qgis): sipify
Peter Petrik
10:48 AM Revision bfdb3ec4 (qgis): Qt5SerialPort optional
Peter Petrik
10:48 AM Revision 75642769 (qgis): QPrinter is unavailable on some platforms
Peter Petrik
10:48 AM Revision 79b4b48f (qgis): ios only supports static libs
Peter Petrik
10:48 AM Revision 45dc7fb9 (qgis): fix userLoginName
Peter Petrik
10:48 AM Revision 9f645c6b (qgis): cmake option for forcing static libs
Peter Petrik
10:24 AM Revision b2ba38df (qgis): support for compilation on macos10.14, but running on macos10.13 or ear...
Peter Petrik
10:24 AM Revision 3b970962 (qgis): fix spelling
Peter Petrik
09:22 AM Revision 03d53fb8 (qgis): missing translations; add extension at save
Loïc BARTOLETTI
09:14 AM Revision 798155cc (qgis): Merge pull request #8464 from elpaso/bugfix-20455-value-relation-multip...
Emit valueChanged when a widget value changes as a consequence of ano… Alessandro Pasotti
09:04 AM Revision be2ac886 (qgis): Merge branch 'master' into extendMapTool
Loïc BARTOLETTI
09:03 AM Revision fde8a036 (qgis): Review/test fixes
Martin Dobias
09:03 AM Revision 8b2331a4 (qgis): Paul's review
Loïc BARTOLETTI
09:03 AM Revision abcf2aa4 (qgis): init trim/extend feature
Loïc BARTOLETTI
09:03 AM Revision a8f86591 (qgis): Nyall's review
Loïc BARTOLETTI
08:50 AM Revision 7b5a8e0d (qgis): [RPM] Add an explicit dependency for GDAL
Daniele Viganò
08:49 AM Revision ccc2b3a2 (qgis): [RPM] Add an explicit dependency for GDAL
Daniele Viganò
08:47 AM Revision 5dab30b6 (qgis): debian packaging: add libexiv2-dev dependency
Jürgen Fischer
08:20 AM Revision ebdc932e (qgis): add LastDir for SQL File
Loïc BARTOLETTI
06:54 AM Revision 4761d7cb (qgis): Capitalization
Nyall Dawson
04:39 AM Revision 3fa4d6a2 (qgis): [needs-docs][ui] Remove save as action from the project toolbar
Mathieu Pellerin - nIRV
04:03 AM Revision bb248989 (qgis): [afs] Fix identify tool sometimes just uses a bounding box check instea...
Nyall Dawson
04:03 AM Revision f7bba750 (qgis): Support WSL shells in astyle script
(cherry picked from commit 9b04a29116156dec48c32dd6a54aafa0ff05eaea) Nyall Dawson
04:03 AM Revision 2bd98ff8 (qgis): Fix invalid Qt version check resulting in "What's this" buttons still s...
(cherry picked from commit f976b0dfd6e203cf32641afa512dad0332c68b8e) Nyall Dawson
04:03 AM Revision e288bdbc (qgis): Don't try to show CRS in map layer model for aspatial tables
(cherry picked from commit cdaf99de536eaa4d2039cb2ffec91e5317026fe9) Nyall Dawson

2018-11-12

11:56 PM Revision 3c66749d (qgis): [FEATURE] Configuration of lights in 3D map scene
This adds a section to define point lights in 3D scenes.
Up to 8 lights are supported (limitation by implementation o...
Martin Dobias
10:47 PM Revision fc5f707b (qgis): Remove some unused whatsThis text
Nyall Dawson
10:41 PM Revision f976b0df (qgis): Fix invalid Qt version check resulting in "What's this" buttons still s...
Nyall Dawson
10:17 PM Revision d845f9df (qgis): Tweak logic relating to suppressing attribute form for new features
For non-spatial layers, creating a new feature from the main
window now ALWAYS shows the attribute form for the new f...
Nyall Dawson
10:16 PM Revision c79a9a19 (qgis): [needs-docs] Implement native file properties support for Windows
Allows opening the native file explorer file/directory properties
dialog for browser items
Nyall Dawson
10:16 PM Revision 8caab49e (qgis): Fix some warnings
Nyall Dawson
10:14 PM Revision 9f1d00d9 (qgis): Use messagebar for binary extraction feedback
Nyall Dawson
10:14 PM Revision 429320d1 (qgis): [FEATURE] Binary (blob) field support for memory layers
Allows storage of binary blob fields in memory layers Nyall Dawson
10:14 PM Revision d96ce7a1 (qgis): [FEATURE] New form widget for binary (blob) fields
This widget is available for binary fields only (and is the default
widget used for binary fields). It offers a label...
Nyall Dawson
10:14 PM Revision 608d03c5 (qgis): Add support for binary fields to QgsVectorFileWriter
Nyall Dawson
10:14 PM Revision f3f1214d (qgis): Unit test for creation of blob field in existing table
Nyall Dawson
10:14 PM Revision 17ced918 (qgis): Tweak behavior of new shapefile/gpkg browser actions
Nyall Dawson
10:14 PM Revision 51587209 (qgis): Add comment on detach use
Nyall Dawson
10:14 PM Revision 36379307 (qgis): [FEATURE][ogr] Allow creation of binary (blob) fields for compatible fi...
Nyall Dawson
10:14 PM Revision 92f34a94 (qgis): Unit tests for binary editor widget
Nyall Dawson
10:14 PM Revision a234bf7f (qgis): Fix size of field icons (should be 16x16), minimize
Nyall Dawson
10:14 PM Revision 6d5188bd (qgis): Fix build on Travis
Nyall Dawson
10:14 PM Revision 2819a07a (qgis): Dox++
Nyall Dawson
10:14 PM Revision a192dab9 (qgis): Unit tests for extract binary algorithm
Nyall Dawson
10:14 PM Revision be69dd8e (qgis): Fix build
Nyall Dawson
10:14 PM Revision de497a3b (qgis): Icon for binary fields
Nyall Dawson
10:14 PM Revision cdaf99de (qgis): Don't try to show CRS in map layer model for aspatial tables
Nyall Dawson
10:14 PM Revision e80c31e8 (qgis): [FEATURE][processing] New algorithm for extracting binary blobs from fi...
Allows users to extract binary fields to files. The filename is set via
a data defined expression, so can be taken fr...
Nyall Dawson
10:14 PM Revision 5c27b7da (qgis): [FEATURE] Binary blob support for OGR provider
Instead of converting binary fields to truncated strings, we instead
store their contents as QByteArray values, allow...
Nyall Dawson
10:14 PM Revision d0622743 (qgis): Fix string
Nyall Dawson
10:14 PM Revision 62bdc28d (qgis): Unit tests for updating OGR binary column
Nyall Dawson
10:13 PM Revision 8703fb21 (qgis): [FEATURE][API] New class QgsExifTools
Contains utilities for retrieving the geotag from images and
for setting an image's geotag.
Working with geotags (be...
Nyall Dawson
10:13 PM Revision 8ae1880d (qgis): Rename method for consistency, fix dox
Nyall Dawson
10:13 PM Revision 0eefd3e7 (qgis): Update some dependencies
Nyall Dawson
10:13 PM Revision 5ed35d6d (qgis): Only analysis lib depends on EXIV2, not core/etc
Nyall Dawson
10:13 PM Revision e0c79c45 (qgis): Add EXIV2 cmake variables
Forward port from kadas-albireo Sandro Mani
10:13 PM Revision 62495c06 (qgis): Link exiv2 into analysis library
Nyall Dawson
08:15 PM Revision bc01c28b (qgis): debian packaging: add python-gdal dependency
(cherry picked from commit d0d10f8fce849dc11bb15351d40393d558d42dcd) Jürgen Fischer
08:13 PM Revision d0d10f8f (qgis): debian packaging: add python-gdal dependency
Jürgen Fischer
06:13 PM Revision 1275708a (qgis): Merge pull request #8458 from wonder-sk/terrain-shading
[3d] Terrain shading Martin Dobias
05:48 PM Revision 5eecbf2d (qgis): Add translation ; add button 'load file'
Loïc BARTOLETTI
04:41 PM Revision d479b4dc (qgis): Emit valueChanged when a widget value changes as a consequence of anoth...
Fix #20455 Alessandro Pasotti
04:04 PM Revision 53532faf (qgis): Paul's review: code enhancement
Loïc BARTOLETTI
08:38 AM Revision bcf8b0de (qgis): Change \sa to \see in qgs3dmapsettings.h
Martin Dobias

2018-11-11

12:30 AM Revision 9b04a291 (qgis): Support WSL shells in astyle script
Nyall Dawson
10:10 PM Revision c13c97ee (qgis): processing: add windows support to exportRasterLayersIntoDirectory (fix...
(cherry picked from commit b39e5a0937e5e317b42088e8a8ccae327ae8e033) Jürgen Fischer
10:09 PM Revision 7c9429ae (qgis): [Packaging] install icons / appdata / desktop file on BSDs too
(cherry picked from commit 046a20e40e1494edc45fa1957572c9e74307dab9) Landry Breuil
10:09 PM Revision a50f76f5 (qgis): OGC parameter names are case-insensitive
(cherry picked from commit 669f6bb4b7f6a4c244a577a9ad2c95f10bc2b6bd) Jürgen Fischer
04:10 PM Revision d3e81f6d (qgis): [FEATURE] Add support for shading of terrain
This adds new options for user to choose how the terrain should be rendered:
- shading disabled - color of terrain is...
Martin Dobias
12:39 PM Revision 471ed510 (qgis): scripts/scandeps.pl run to update INSTALL
Jürgen Fischer
12:18 PM Revision cf24e654 (qgis): Calculate normals of terrain tile vertices
Martin Dobias
11:49 AM Revision 530cd5c1 (qgis): Merge pull request #8378 from havatv/patch-1
Reintroduce GDAL extract projection and update extractprojection.py to QGIS 3 Luigi Pirelli
03:15 AM Revision b39e5a09 (qgis): processing: add windows support to exportRasterLayersIntoDirectory (fix...
Jürgen Fischer
02:34 AM Revision 20a00539 (qgis): fix xenial build
Jürgen Fischer

2018-11-10

09:36 PM Revision bd5c44d4 (qgis): osgeo4w:
* only use GRASS major version in executable names
* autodetect GRASS folder
(cherry picked from commit 3a4a3af1d6d1...
Jürgen Fischer
09:35 PM Revision 3a4a3af1 (qgis): osgeo4w:
* only use GRASS major version in executable names
* autodetect GRASS folder
Jürgen Fischer
09:33 PM Revision 046a20e4 (qgis): [Packaging] install icons / appdata / desktop file on BSDs too
Landry Breuil
07:58 PM Revision ef107816 (qgis): Add link to user manual for annotation dialogs
(cherry picked from commit 6e9c2a3d0ce2b121c2ecb9427b02d2af590995e8) Harrissou Santanna
02:22 PM Revision a3dc4b65 (qgis): translation fixes (fixes #20437, #20438)
Jürgen Fischer
02:15 PM Revision 84814c91 (qgis): make snapping type translatable in model (fixes #20437)
Jürgen Fischer
07:16 AM Revision 2ac6013f (qgis): [afs] Fix missing layers/services when connection url does
not point at an individual service endpoint
Previously the provider would only show layers if a FeatureService
endpo...
Nyall Dawson
07:16 AM Revision 25faaa00 (qgis): [dbmanager] Fix exception when browsing project layers
(cherry picked from commit 149726cfa5955f707441ec1c936094fccd0a33ec) Nyall Dawson
07:16 AM Revision 2b4dc925 (qgis): Further protection in windows event message handling
Refs #20386
(cherry picked from commit df9307b9aa34b849f86d2ce435f2ae986b70549b)
Nyall Dawson
07:16 AM Revision 76c31dbc (qgis): [afs] Remove 'cached' checkbox from source select dialog
This checkbox was never hooked up to anything (caching is ALWAYS
enabled for the provider).
(cherry picked from comm...
Nyall Dawson
07:16 AM Revision d43d28b1 (qgis): [browser] Restore preview functionality from old 2.x standalone
browser into inbuilt browser dock panel layer properties widget
(cherry picked from commit 17447e4b5ca6cde9e349c55da...
Nyall Dawson
07:16 AM Revision 3730579d (qgis): Ensure browser preview canvases don't get treated like map canvas
docks
They have their own special logic, and shouldn't respond to
any project based settings or triggers
Fixes #203...
Nyall Dawson
07:16 AM Revision 49e5f4f0 (qgis): Fix build
Nyall Dawson
07:16 AM Revision a46ac236 (qgis): [3d] Fix 3D line symbol in 3D views in print layouts (fixes #20118)
Turned out we were getting an old version of OpenGL that does not
support the "primitive restart" functionality and s...
Martin Dobias
07:16 AM Revision 4d2b2bac (qgis): [afs] Use new style data item provider
(cherry picked from commit 94896703dc889e14f9c9cda240300bf88c12d6d7) Nyall Dawson
07:16 AM Revision 016b251d (qgis): Add unit test
(cherry picked from commit 872c9a10a3522e507150d55c6d2bd4243ce7e1b5) Martin Dobias
07:16 AM Revision 267c80cc (qgis): [gdal] Fix raster block output when block extent is outside of valid area
This was causing problems in 3D view when raster was used as DEM... terrain
tiles were generated also where they shou...
Martin Dobias
07:16 AM Revision f2607008 (qgis): [3d] fix inevitable crashes when terrain bounding boxes were shown
The list of vertices just kept growing and growing (and we didn't even need another copy!)
(cherry picked from commi...
Martin Dobias
07:16 AM Revision b9a1a6c4 (qgis): Add some notes to test, additional test with empty line
(cherry picked from commit d6aa46cfe7acd5364d2444353984c284accaef80) Nyall Dawson
07:16 AM Revision 549db0a9 (qgis): Fix crash in geometry checker
Fixes #20408
(cherry picked from commit df81e554f8264ecc87cc37ab502672864b97c02d)
Nyall Dawson
07:16 AM Revision 62d0bae6 (qgis): Revert "[pal] Use QgsGeometry::makeValid instead of buffer(0) to repair...
This reverts commit e05a5a930241ec3c9c5df7880650da60382b956c.
The makeValid call is much slower than the previous "b...
Nyall Dawson
07:16 AM Revision 3e67b185 (qgis): Minor ui tweaks to afs source select dialog
(cherry picked from commit 0ba475bdfb85d0ea38146a860c0e607715661f65) Nyall Dawson
06:21 AM Revision 005a7fa4 (qgis): Add missing context object in lambda connect
Nyall Dawson
06:20 AM Revision 15141d92 (qgis): Capitalization
Nyall Dawson
03:30 AM Revision 149726cf (qgis): [dbmanager] Fix exception when browsing project layers
Nyall Dawson

2018-11-09

12:53 AM Revision 669f6bb4 (qgis): OGC parameter names are case-insensitive
Jürgen Fischer
12:27 AM Revision 08abf929 (qgis): Explicitly disable debug messages in dwg import
Even preventing their output isn't enough here. There's just
SO many debug msgs throughout this class, that creating ...
Nyall Dawson
12:27 AM Revision 8bf206d2 (qgis): Make dwg import less debug noisy
Nyall Dawson
10:30 PM Revision df9307b9 (qgis): Further protection in windows event message handling
Refs #20386 Nyall Dawson
10:24 PM Revision d6aa46cf (qgis): Add some notes to test, additional test with empty line
Nyall Dawson
08:13 PM Revision ff5a8bc0 (qgis): Revert "[pal] Use QgsGeometry::makeValid instead of buffer(0) to repair...
This reverts commit e05a5a930241ec3c9c5df7880650da60382b956c.
The makeValid call is much slower than the previous "b...
Nyall Dawson
01:18 PM Revision 30cf2d37 (qgis): Merge pull request #8404 from 3nids/locator_core
Move parts of QgsLocatorFilter to core Denis Rouzaud
12:18 PM Revision 9e78b826 (qgis): Merge pull request #8451 from daniviga/rpm-opencl
Add support for OpenCL in RPM Matthias Kuhn
12:18 PM Revision 75c4a007 (qgis): Merge pull request #8452 from daniviga/rpm-opencl-3_4
[Backport] Add support for OpenCL in RPM Matthias Kuhn
11:01 AM Revision f4f5d1ef (qgis): missing destructor
Denis Rouzaud
11:01 AM Revision fe6f99a6 (qgis): check filter
Denis Rouzaud
11:01 AM Revision 31cd1644 (qgis): also move triggering of results to core
Denis Rouzaud
10:57 AM Revision dd59d33e (qgis): RPM spec template cleanup [skip ci]
Daniele Viganò
10:56 AM Revision 1606bf19 (qgis): RPM spec template cleanup [skip ci]
Daniele Viganò
10:37 AM Revision 3165382d (qgis): run prepare-commit
Giovanni Manghi
10:06 AM Revision 27e1ef5c (qgis): Add method to QgsCurvePolygon to force RHR, ensuring standard ring orie...
Nyall Dawson
10:06 AM Revision e5946c50 (qgis): Ensure that QgsGeometry::offsetCurve does not reverse curve orientation
Nyall Dawson
10:06 AM Revision 0462c260 (qgis): Remove no longer required workaround
Nyall Dawson
10:06 AM Revision ae225546 (qgis): Fix accidently skipped test
Nyall Dawson
10:06 AM Revision 30214538 (qgis): [FEATURE] Add option to simple line and marker line to only
render exterior ring or interior rings
This option is shown whenever a simple line symbol or
marker line symbol is u...
Nyall Dawson
10:06 AM Revision d1e09a2b (qgis): [FEATURE][processing] New algorithm to force right hand rule for polygons
This algorithm forces polygon geometries to respect the Right-Hand-Rule,
in which the area that is bounded by a polyg...
Nyall Dawson
10:06 AM Revision 73d0ced5 (qgis): [FEATURE] Add option to force right-hand-rule during polygon symbol ren...
This new option, available under the "Advanced" button for fill symbols,
allows forcing rendered polygons to follow t...
Nyall Dawson
10:06 AM Revision 1b79b9a1 (qgis): [FEATURE] force_rhr expression function
Forces polygons to follow the right hand rule, in which the area that
is bounded by a polygon is to the right of the ...
Nyall Dawson
10:06 AM Revision 7641605e (qgis): Fix warning
Nyall Dawson
10:06 AM Revision a947bb3b (qgis): Dox++
Nyall Dawson
10:06 AM Revision 06c3d7c5 (qgis): Nice icons for ring combo box
Nyall Dawson
10:06 AM Revision ba17b130 (qgis): Move forceRHR to QgsGeometry, avoid duplicate code
Nyall Dawson
10:06 AM Revision 63c9bcb5 (qgis): Update reference lines
Nyall Dawson
10:06 AM Revision c22364d4 (qgis): Add method to determine orientation of closed curves
Nyall Dawson
07:00 AM Revision 6e16651d (qgis): [FEATURE] explode hstore algorithm (#8212)
Etienne Trimaille
03:57 AM Revision df81e554 (qgis): Fix crash in geometry checker
Fixes #20408 Nyall Dawson

2018-11-08

10:39 PM Revision d62d442f (qgis): Add support for OpenCL in RPM
Daniele Viganò
10:38 PM Revision a9bc65e6 (qgis): Add support for OpenCL in RPM
Daniele Viganò
07:53 PM Revision 963e4502 (qgis): add the -te and -te_srs and -multi parameters to the gdalwarp tool used...
Giovanni Manghi
06:40 PM Revision d2865983 (qgis): add missing file
Giovanni Manghi
06:35 PM Revision a866d491 (qgis): add GRASS r.mapcalculator, remove r.mapcalc
Giovanni Manghi
06:22 PM Revision b67ef4f7 (qgis): fix the SAGA Points Distances tool
Giovanni Manghi
02:55 PM Revision 669d6508 (qgis): No output - no mention (gdalalg yaml)
Håvard Tveite
01:40 PM Revision 80de0eba (qgis): Merge pull request #8441 from signedav/bp_copy_2_pg
Backport: Using of QgsVectorLayerUtils::createFeature on move and copy tool Matthias Kuhn
12:15 PM Revision eab40d0e (qgis): Merge pull request #8435 from elpaso/handle-bad-layers5
bad layers dialog new button labels and icon Alessandro Pasotti
11:56 AM Revision ad1bba2a (qgis): Merge pull request #8438 from wonder-sk/fix-block-outside-raster-extent
Fix raster block output when block extent is outside of valid area Martin Dobias
11:30 AM Revision ba4981a1 (qgis): Move change data source under filter
Alessandro Pasotti
11:20 AM Revision 8350fb4a (qgis): unused variable removed
David Signer
10:09 AM Revision 872c9a10 (qgis): Add unit test
Martin Dobias
09:57 AM Revision 528c8a63 (qgis): [3d] fix inevitable crashes when terrain bounding boxes were shown
The list of vertices just kept growing and growing (and we didn't even need another copy!) Martin Dobias
09:22 AM Revision c74ce886 (qgis): Disable "Change data source..." action if layer is editable
Alessandro Pasotti
09:14 AM Revision 85f8ba35 (qgis): Move apply button next to browse and disable keep when apply is triggered
Alessandro Pasotti
08:50 AM Revision bd6478e2 (qgis): use toMap to convert to attributeMap
(cherry-picked from 4ac063177460c7dbd8223f19a8b6279711d7bb8d) David Signer
08:49 AM Revision 672b994e (qgis): createFeature on move and copy
using of the createFeature function with tool move and copy and there the logic of unique not null fields (like prima... David Signer
08:39 AM Revision 222f0a03 (qgis): Merge pull request #8434 from elpaso/datasource-select-dialog-additions
QgsDataSourceSelectDialog: filter, refresh and scroll to last selecte… Alessandro Pasotti
01:58 AM Revision 1066161b (qgis): [afs] Remove 'cached' checkbox from source select dialog
This checkbox was never hooked up to anything (caching is ALWAYS
enabled for the provider).
Nyall Dawson
01:58 AM Revision 0ba475bd (qgis): Minor ui tweaks to afs source select dialog
Nyall Dawson
01:58 AM Revision b2d26348 (qgis): [afs] Fix missing layers/services when connection url does
not point at an individual service endpoint
Previously the provider would only show layers if a FeatureService
endpo...
Nyall Dawson
01:58 AM Revision 85bc01f5 (qgis): [FEATURE][AFS] Add new browser context menu entry to visit the
service info page for AFS layer/featureservice/folder items
It's very handy for troubleshooting connections and seei...
Nyall Dawson

2018-11-07

11:02 PM Revision a363bf40 (qgis): Merge pull request #8439 from borysiasty/release-3_4
Update Polish translation Borys Jurgiel
10:56 PM Revision 0e4dcabc (qgis): Update Polish translation
Borys Jurgiel
03:07 PM Revision afca6449 (qgis): [gdal] Fix raster block output when block extent is outside of valid area
This was causing problems in 3D view when raster was used as DEM... terrain
tiles were generated also where they shou...
Martin Dobias
03:00 PM Revision 3e14761d (qgis): Merge pull request #8436 from signedav/copy_2_pg
Using of QgsVectorLayerUtils::createFeature on move and copy tool Matthias Kuhn
02:20 PM Revision 913719fd (qgis): use toMap to convert to attributeMap
David Signer
02:14 PM Revision 0bd90215 (qgis): s/bad/unavailable/ layers
Alessandro Pasotti
02:10 PM Revision 4ac06317 (qgis): createFeature on move and copy
using of the createFeature function with tool move and copy and there the logic of unique not null fields (like prima... David Signer
12:13 PM Revision 4e767ce2 (qgis): bad layers dialog new button labels and icon
Alessandro Pasotti
11:58 AM Revision f0125807 (qgis): Remove double qualifier
Alessandro Pasotti
11:08 AM Revision 02ecb56d (qgis): QgsDataSourceSelectDialog: filter, refresh and scroll to last selected ...
plus:
- expand children of last selected item
- save/restore status
Alessandro Pasotti
08:33 AM Revision bf109533 (qgis): Merge pull request #8431 from neteler/patch-76
Fix data loss (use GPKG as default format, not SHP) Alessandro Pasotti
06:30 AM Revision 4cdde31c (qgis): Decode uri for ams provider
Nyall Dawson
06:30 AM Revision 94896703 (qgis): [afs] Use new style data item provider
Nyall Dawson
06:30 AM Revision bcffc440 (qgis): If decoding a layer URI returns a url, then show a link to that url
in the layer's metadata Nyall Dawson
06:30 AM Revision 4b32e7cc (qgis): [afs] Implemented decodeUri for AFS provider
Allows retrieval of the web URL for an AFS layer Nyall Dawson

2018-11-06

09:51 PM Revision 8125366d (qgis): Merge pull request #8430 from elpaso/handle-bad-layers4
Fix a few crashes with bad layers Alessandro Pasotti
08:04 PM Revision dd14e581 (qgis): correctly update extent/CRS when setting map canvas
Denis Rouzaud
08:00 PM Revision f4aee770 (qgis): Fix data loss (use GPKG as default format, not SHP)
As per https://issues.qgis.org/issues/19733 this addresses the issue that SHP only supports 10-char DBF column names ... Markus Neteler
07:45 PM Revision c7cda514 (qgis): fix build on OSX: followup bf21ce4661b952fc22f425619ac051d641ad9306
Salvatore Larosa
06:59 PM Revision 2dd3f969 (qgis): Fix a few crashes with bad layers
Alessandro Pasotti
06:59 PM Revision 107e6462 (qgis): rename QgsLocatorWidgetCore to QgsLocatorModelBridge
Denis Rouzaud
06:39 PM Revision c1bfd645 (qgis): fix mac build
Denis Rouzaud
06:37 PM Revision f652e8dc (qgis): save current extent and CRS in locator core
remove remaining bits of interface Denis Rouzaud
05:23 PM Revision fbde0c87 (qgis): [3d] fix camera controller using wrong shift/ctrl status (fixes #20131)
We used Qt3DInput::QLogicalDevice with its axes and actions for camera
controller, but over time this got quite impra...
Martin Dobias
04:44 PM Revision 2d9230b9 (qgis): show icon if exist for menus in customization dialog
Denis Rouzaud
04:44 PM Revision dfaf7538 (qgis): fix move feature action not correctly shown in customization
Denis Rouzaud
04:43 PM Revision 1e166805 (qgis): show icon if exist for menus in customization dialog
Denis Rouzaud
04:43 PM Revision 762a15a8 (qgis): fix move feature action not correctly shown in customization
Denis Rouzaud
03:50 PM Revision 54a6586c (qgis): Merge pull request #8427 from elpaso/handle-bad-layers3
Handle bad layers: fixes for groups and subset string Alessandro Pasotti
03:09 PM Revision 6a9d7a69 (qgis): implement roleNames for QgsLocatorModel
Denis Rouzaud
03:09 PM Revision 8e34e374 (qgis): make proxyModel method q_invokable
Denis Rouzaud
03:09 PM Revision 20d8db9e (qgis): Revert "create a core interface for QgsMapCanvas"
This reverts commit 79c5b35a3925336e01e9ac1a6a75fd32eb3b8cdd. Denis Rouzaud
03:08 PM Revision 078b4450 (qgis): move part of the logic of QgsLocatorWidget to core
Denis Rouzaud
03:06 PM Revision 79c5b35a (qgis): create a core interface for QgsMapCanvas
Denis Rouzaud
02:58 PM Revision 9af0719f (qgis): Bad layers: added tests for subset string and groups
Alessandro Pasotti
02:57 PM Revision 6e85a893 (qgis): Correctly parse styles for layer in groups
Alessandro Pasotti
02:57 PM Revision 39e0b7be (qgis): Restore subset string when fixing a bad layer
Alessandro Pasotti
02:55 PM Revision 7bf4e5b1 (qgis): Do not check for geom equality when fixing a bad layer
re-apply the style with no checks for geometry type
This is a temporary workaround, the solution will probably
need ...
Alessandro Pasotti
01:16 PM Revision 5ae2bae9 (qgis): Merge pull request #8426 from SrNetoChan/new_bad_layer_logo
New bad layers icon for layers panel Alessandro Pasotti
12:57 PM Revision 9916c5fb (qgis): New bad layers icon for layers panel
Alexandre Neto
11:17 AM Revision 36f11583 (qgis): Merge pull request #8425 from elpaso/handle-bad-layers3
Add symbology tests (rule based and categorized) to Handle bad layers Alessandro Pasotti
10:28 AM Revision 7db1d4e8 (qgis): Added test project with the bad layers (not used by tests)
but still useful for manual tests Alessandro Pasotti
10:27 AM Revision ba3ccca2 (qgis): Add rule-based and categorized styles to the bad layers test
Alessandro Pasotti
10:23 AM Revision b9355556 (qgis): Added tests for gdal extractprojection
Håvard Tveite
09:27 AM Revision 45059297 (qgis): [3d] Fix 3D line symbol in 3D views in print layouts (fixes #20118)
Turned out we were getting an old version of OpenGL that does not
support the "primitive restart" functionality and s...
Martin Dobias
08:43 AM Revision c8b26771 (qgis): Merge pull request #8359 from elpaso/handle-bad-layers2
[needs-docs][feature] Deferred handling of bad layers Alessandro Pasotti
03:23 AM Revision c54c5597 (qgis): Ensure browser preview canvases don't get treated like map canvas
docks
They have their own special logic, and shouldn't respond to
any project based settings or triggers
Fixes #20362
Nyall Dawson
01:49 AM Revision 711feec9 (qgis): Fix leak due to deletion of incomplete type
(cherry picked from commit 5f2b78e755bcfc51d7f4be0a564d3f37111ece98) Nyall Dawson
01:49 AM Revision 0b7416f0 (qgis): Remove QgsGeometry bool operator
This is too dangerous -- it gets silently casted to numeric values
instead of throwing compilation errors
(cherry pi...
Nyall Dawson
01:49 AM Revision 34eb99dd (qgis): Correct test comparisons
Previously QCOMPARE( QgsGeometry, QgsGeometry ) was actually only
testing for QCOMPARE( bool(QgsGeometry), bool(QgsGe...
Nyall Dawson
01:49 AM Revision 4cd82a28 (qgis): Fix mangled fonts in script editors
Don't override default font letter spacing or stretch -- it's not
safe to do because the results are very dependent o...
Nyall Dawson
01:49 AM Revision 7f085972 (qgis): Add unit tests for QgsDataItemProviderRegistry
(cherry picked from commit 0b17db6fc4dcf2d400a51df0f84281aca5f2582d) Nyall Dawson
01:49 AM Revision bacbcf63 (qgis): Add a __repr__ method to QgsMimeDataUtils::Uri
(cherry picked from commit 82baff87d4cb0d40a88e03912297d7096220fb07) Nyall Dawson
01:49 AM Revision 637f47c9 (qgis): [mssql] fix a bunch of strange bugs when connecting from linux
These include:
- fetching incomplete (corrupted) geometries
- fetching incomplete text data (e.g. WKT for CRS)
Also ...
Martin Dobias
01:49 AM Revision f1cfa1a3 (qgis): [mssql] Do not expect that SRIDs are equivalent to postgis SRIDs
There is no direct relationship between postgis SRIDs and SRIDs used in any other database.
If you imported data wit...
Martin Dobias
01:49 AM Revision 1db7a29e (qgis): [3d] Fix crash in terrain generator if DEM raster layer is missing
(cherry picked from commit 685806bccf0ce9354989140317215394482f879d) Martin Dobias
01:49 AM Revision 5431d5a3 (qgis): Fix equality comparison when saving vertex tool edits
(cherry picked from commit 137cbd76ae97bca078d92cae173fe13ee9b8ad82) Nyall Dawson
01:49 AM Revision 9f5664a5 (qgis): [vertex tool] Respect topo editing when adding a vertex (fixes #18046)
When adding a vertex to a segment that is coincident with some other
segments and topological editing is enabled, ver...
Martin Dobias
01:49 AM Revision d737e567 (qgis): Read/write relative paths to gpkg rasters in project (when enabled)
Routines in raster layer were not aware of "GDAL:filename:table" syntax
used for raster layers from GeoPackages so pr...
Martin Dobias
01:49 AM Revision 2f5a87fd (qgis): [vertex tool] Fix topo editing when moving vertices/edges (fixes #20158)
- when some "extra" vertices are selected when moving a vertex, their coincident
vertices will be also moved (#2015...
Martin Dobias
01:49 AM Revision cdf878d4 (qgis): Make sure topo editing button is updated on new/loaded project
(cherry picked from commit 68be6df376ec2bf3314021313ab30554d083b4a9) Martin Dobias
01:49 AM Revision e3c4188e (qgis): Add missing /Factory/ annotation
(cherry picked from commit 19ef2f904b0315eecead60b1803d32ea23f16714) Nyall Dawson
01:49 AM Revision 85aaf7ea (qgis): Fix some missing context arguments in connects with lambda
These cause infinite lifetime connections which result in crashes
(cherry picked from commit 3d5badf395392dab3450a95...
Nyall Dawson
01:49 AM Revision 97cbf928 (qgis): [mssql] Show in browser also tables with invalid features
They will just have a generic vector icon
(cherry picked from commit 923adf2ff78228b31ed5042fd367d95fee2f09a2)
Martin Dobias

2018-11-05

11:45 PM Revision dc72f06e (qgis): Bump minimum Qt version to 5.9
Nyall Dawson
11:45 PM Revision 0ea86bf0 (qgis): More old style connect removal
Nyall Dawson
11:45 PM Revision 7b24bd3f (qgis): More old style connect removal
Nyall Dawson
11:45 PM Revision 3d5badf3 (qgis): Fix some missing context arguments in connects with lambda
These cause infinite lifetime connections which result in crashes Nyall Dawson
11:45 PM Revision d1427945 (qgis): Address some clazy warnings
Nyall Dawson
11:45 PM Revision bf21ce46 (qgis): Start fixing some remaining old style connects
Nyall Dawson
10:25 PM Revision 993dc818 (qgis): Merge pull request #8241 from NaturalGIS/fix_grass7_r_stats_quantile
fix GRASS7 r_stats_quantile Luigi Pirelli
07:20 PM Revision cd28b459 (qgis): Merge pull request #8391 from karomap/master
Fixes #18872 Fix symbol selector dialog overflows the screen on small resolution Matthias Kuhn
06:49 PM Revision 647de81e (qgis): Merge pull request #8407 from elpaso/bugfix-20338-qgsfeatureselectiondl...
Make sure QgsFeatureSelectionDlg does not outgrow the window
Cherry-picked from ceb33f015674d066654e84e93cb599137b21...
Alessandro Pasotti
05:26 PM Revision e70b71b1 (qgis): Lower opencl message to warning so users don't panic
Alessandro Pasotti
02:24 PM Revision e9deafcf (qgis): Merge pull request #8409 from DelazJ/renameFiles
Rename some rendererV2 ui files Matthias Kuhn
01:02 PM Revision 82baff87 (qgis): Add a __repr__ method to QgsMimeDataUtils::Uri
Nyall Dawson
01:02 PM Revision 19ef2f90 (qgis): Add missing /Factory/ annotation
Nyall Dawson
12:41 PM Revision e7900a38 (qgis): Merge pull request #8411 from wonder-sk/slap-mssql-around-with-a-trout
Fix a bunch of MS SQL provider issues Martin Dobias
12:31 PM Revision 93e737e4 (qgis): [vertex tool] Fix topo editing when moving vertices/edges (fixes #20158)
- when some "extra" vertices are selected when moving a vertex, their coincident
vertices will be also moved (#2015...
Martin Dobias
12:31 PM Revision 68be6df3 (qgis): Make sure topo editing button is updated on new/loaded project
Martin Dobias
12:31 PM Revision 89a80c1b (qgis): Read/write relative paths to gpkg rasters in project (when enabled)
Routines in raster layer were not aware of "GDAL:filename:table" syntax
used for raster layers from GeoPackages so pr...
Martin Dobias
10:45 AM Revision 64bd7a7c (qgis): Added ~QgsDataSourceSelectDialog destructor
Alessandro Pasotti
10:27 AM Revision bc8574ce (qgis): Small cleanups for QgsDataSourceSelectDialog
Nyall Dawson
10:27 AM Revision f02345bd (qgis): Remove unnecessary project from test data
Alessandro Pasotti
10:27 AM Revision eb02004b (qgis): Store original style as QDomDocument instead of an XML string
Alessandro Pasotti
10:26 AM Revision 7a259c6e (qgis): Better handling of invalid relations ...
- do not add them to the manager dialog
- do not add relations to not existent layers (but keep relations to invalid ...
Alessandro Pasotti
10:26 AM Revision 2d1a521f (qgis): Check for raster validity in raster style widget
Alessandro Pasotti
10:26 AM Revision bc424d09 (qgis): Store original style as QDomDocument instead of an XML string
Alessandro Pasotti
10:26 AM Revision d46d765d (qgis): Restore handle bad layers dialog original behavior
Alessandro Pasotti
10:26 AM Revision 8493636f (qgis): Data source select dialog now accepts a model
Alessandro Pasotti
10:26 AM Revision a4182c1e (qgis): Remove unnecessary project from test data
Alessandro Pasotti
10:24 AM Revision 661aad7e (qgis): Add … to change data source action
Alessandro Pasotti
10:24 AM Revision 0cf8a33d (qgis): Fix crash due to index on wrong model
Alessandro Pasotti
10:24 AM Revision 8d9d52d1 (qgis): Add test data for relations
Alessandro Pasotti
10:24 AM Revision fd400425 (qgis): Move change data source action to app
Alessandro Pasotti
10:24 AM Revision ab7b4570 (qgis): Copy! References in lambdas are dangerous
Note to self: repeat 3 times:
Copy! References in lambdas are dangerous
Copy! References in lambdas are dangerous
Co...
Alessandro Pasotti
10:24 AM Revision 8d84a6fc (qgis): Remove unused connection
Alessandro Pasotti
10:24 AM Revision bc4a1efa (qgis): The store can now add invalid maplayers
Alessandro Pasotti
10:24 AM Revision 29cbb23a (qgis): Take context by copy in lambda
Alessandro Pasotti
10:24 AM Revision bcd8581f (qgis): Add menu items also if invalid (but check for it)
Alessandro Pasotti
10:24 AM Revision 70d9b6ca (qgis): Fix check condition for layer style restore
Alessandro Pasotti
10:24 AM Revision fbea9f5d (qgis): Renamed buttons for bad layers dialog
Alessandro Pasotti
10:24 AM Revision 17433181 (qgis): Fix raster style restore when setDataSource
Alessandro Pasotti
10:24 AM Revision 64c23dec (qgis): Spelling
Alessandro Pasotti
10:24 AM Revision 086be383 (qgis): Rendering test for bad layers and setDataSource
Alessandro Pasotti
10:24 AM Revision 1b041f4f (qgis): Add storeInvalidLayersProperties to store invalid layers
This can be used to restore initial layer status or to
apply styles and other layer properties if the data
source is ...
Alessandro Pasotti
10:24 AM Revision 7a0faed5 (qgis): Handles invalid layer properties when saving
Invalid layers just pass through if the layer
was saved without changing the data source.
Alessandro Pasotti
10:24 AM Revision 0cd21c91 (qgis): Keep invalid relations and update them when the data source changes
Added a check for layer.isValid in relation.isValid, keep
relations in the manager even if they are not valid and
con...
Alessandro Pasotti
10:24 AM Revision 2bd90da9 (qgis): Added a validOnly flag to mapLayers to filter for valid layers only
Alessandro Pasotti
10:24 AM Revision 670c31b0 (qgis): Do not bail out from reading the layer xml if layer is not valid
Alessandro Pasotti
10:24 AM Revision f9289802 (qgis): Add test for handle bad layers and invalid layers pass through
Alessandro Pasotti
10:24 AM Revision 497a7da9 (qgis): Added API methods to retrieve only valid maplayers
... and to count them
Tests updated accordingly, note that from now on
the assumption that a layer store or a layer ...
Alessandro Pasotti
10:24 AM Revision 40771042 (qgis): Silence longstanding debug warning
Alessandro Pasotti
10:24 AM Revision 5010956c (qgis): Add test case for getFeatures on invalid bad layer
Alessandro Pasotti
10:24 AM Revision 99638cfd (qgis): More readable test
Alessandro Pasotti
10:24 AM Revision f2654f25 (qgis): Remove modal warning when closing the bad layer dialog
Alessandro Pasotti
10:24 AM Revision 147608ea (qgis): Bad layers: open a browser widget dialog to select a data source
when indicator is clicked Alessandro Pasotti
10:24 AM Revision 7bbd1ca2 (qgis): [ogr] do not crash if ogr layer is null
Alessandro Pasotti
10:24 AM Revision c32d542b (qgis): Move setDataSource to QgsMapLayer
also setter and getter for providerType Alessandro Pasotti
10:24 AM Revision 326640d8 (qgis): Implement setDataSource for rasters
Alessandro Pasotti
10:24 AM Revision acb6f42d (qgis): Variable rename (get rid of "my" prefix)
Alessandro Pasotti
10:24 AM Revision 66b9b5fd (qgis): Changed debug message text for bad layers
Alessandro Pasotti
10:24 AM Revision 2af5fd19 (qgis): Bad layers indicator raster support
Alessandro Pasotti
10:24 AM Revision 9cfb4369 (qgis): Tests for bad layers raster support
Alessandro Pasotti
10:24 AM Revision f856b4c8 (qgis): Renamed originalXmlProperties methods and variables
Alessandro Pasotti
10:24 AM Revision 3fe7848c (qgis): Noted in the method documentation that dataProvider() may return null
Alessandro Pasotti
10:24 AM Revision 3e9d5c73 (qgis): Restore original layer style (tested with vectors only)
Alessandro Pasotti
10:24 AM Revision d995eeb0 (qgis): Filter layers by type in the data source select dialog
Alessandro Pasotti
10:24 AM Revision adc3b741 (qgis): Only filter by layer type: ignore provider key
Alessandro Pasotti
10:24 AM Revision bd71df00 (qgis): Add the bad layers test to cmake and fix it for renamed methods
Alessandro Pasotti
10:24 AM Revision 455b660e (qgis): Fix crash in raster readXml when data provide cannot be created
Actually it was a consequence of a broken test, but there
is no need to crash.
Alessandro Pasotti
10:24 AM Revision 4481127b (qgis): Fix raster set data source (with test)
Alessandro Pasotti
09:55 AM Revision ceb33f01 (qgis): Merge pull request #8407 from elpaso/bugfix-20338-qgsfeatureselectiondl...
Make sure QgsFeatureSelectionDlg does not outgrow the window Alessandro Pasotti
07:51 AM Revision bac5fbbe (qgis): Small cleanups for QgsDataSourceSelectDialog
Nyall Dawson
01:35 AM Revision ea9d5bb3 (qgis): Fix mangled fonts in script editors
Don't override default font letter spacing or stretch -- it's not
safe to do because the results are very dependent o...
Nyall Dawson
 

Also available in: Atom