Activity

From 2018-12-27 to 2019-01-25

2019-01-25

10:32 PM Revision 1ae1e72f (qgis): Check for libOpenCL.so at runtime
This should avoid a crash if the user
enables opencl and the library is not
found.
Alessandro Pasotti
09:03 PM Revision aa30730a (qgis): osgeo4w: support GRASS 7.6
Jürgen Fischer
06:01 PM Revision bba67ae6 (qgis): followup PR #8961 fix missing include
Denis Rouzaud
05:24 PM Revision 57d32939 (qgis): Field calculator: provide a list of default field types
in case the provider does not (WFS is one of them).
Rationale: consider that there is not such
a thing like a list o...
Alessandro Pasotti
03:54 PM Revision cf0d45e5 (qgis): OGR: add a download option to the protocol data source
Fixes #21091
The issue was due to the /vsicurl/ not
being able to open a streaming endpoint.
“Things are not always...
Alessandro Pasotti
01:47 PM Revision acafa744 (qgis): Typo
Nyall Dawson
01:47 PM Revision a491e90a (qgis): Add QgsNetworkAccessManager signal for reply download progress
This signal is propagated to the main thread QgsNetworkAccessManager
instance, so it is necessary only to connect to ...
Nyall Dawson
01:47 PM Revision ca06d407 (qgis): Add custom QNetworkRequest::Attributes for initiator network request cl...
And allow these to be retrieved from QgsNetworkRequestParameters.
This allows logging code to identify the area of co...
Nyall Dawson
01:38 PM Revision df1d47b8 (qgis): [gui] Fix style manager's add button when the 'all' tab is selected
Mathieu Pellerin - nIRV
01:34 PM Revision 33319595 (qgis): [processing] fix GRASS v.buffer algorithm for case when buffer distance
is taken from the field (fix #19377)
(cherry picked from commit bfb60e4dc70310eae0e3b2ef9200c3b78164c6f4)
Alexander Bruy
01:34 PM Revision 42c7712b (qgis): [processing] use background color from the project settings in the rast...
(cherry picked from commit 8919d604a897c7afe542922bdfc6a7f901fd2d10) Alexander Bruy
01:34 PM Revision f8893d76 (qgis): [processing][needs-docs] force multipart output from GDAL-based dissolve
algorithm (fix #20025)
(cherry picked from commit 32f6034be708b305ed4e19b4f6ade1a8b409993b)
Alexander Bruy
01:27 PM Revision 4022c5fc (qgis): Make QgsSymbolLayerUtils::symbolPreview* methods const, and utilise
internal symbol clones
Rendering symbols is a NON-CONST operation, which can permanently
alter the symbol instance (...
Nyall Dawson
01:27 PM Revision 431861a4 (qgis): [processing] Add a better API for specifying that outputs are temporary
Instead of requiring clients to generate temporary file names themselves,
(or use the cryptic "memory:" string!), thi...
Nyall Dawson
11:49 AM Revision a90fb87c (qgis): Merge pull request #8973 from alexbruy/grass-buffer
[processing] fix GRASS v.buffer algorithm for variable buffer case (fix #19377) Alexander Bruy
11:10 AM Revision 8bbd5594 (qgis): [processing] added test for SAGA output to non-ascii files
Victor Olaya
11:09 AM Revision d627b561 (qgis): [processing]remove trailing spaces
Victor Olaya
11:01 AM Revision 863b6375 (qgis): fix build
Alexander Bruy
10:30 AM Revision 261430b9 (qgis): [processing] added test for SAGA non-ascii inputs
Victor Olaya
10:02 AM Revision 782b4284 (qgis): fix build
Alexander Bruy
09:52 AM Revision 5690b05e (qgis): [processing] added back code to replace filenames when exporting raster...
Victor Olaya
09:39 AM Revision 76d9ab82 (qgis): [processing] fixed SAGA for non-ascii output files
Fixes #19351 Victor Olaya
09:38 AM Revision be0abb3d (qgis): Merge pull request #8971 from elpaso/bugfix-21068-database-styles-butto...
Fix button order in DB styles dialog and add GPKG delete support Alessandro Pasotti
09:38 AM Revision ee0e0e1d (qgis): Merge pull request #8970 from elpaso/bugfix-21077-value-relation-wfs
Fix WFS context fields variable Alessandro Pasotti
09:31 AM Revision 38051a95 (qgis): [gui] enable deselect feature and create rectangle action only when
there is a vector layer in the project (fix #18141, #20333)
(cherry picked from commit ab3adc663c37b3da589cf6bae56d7...
Alexander Bruy
09:00 AM Revision ab3adc66 (qgis): [gui] enable deselect feature and create rectangle action only when
there is a vector layer in the project (fix #18141, #20333) Alexander Bruy
08:46 AM Revision a9553c90 (qgis): Update src/app/qgsvectorlayerloadstyledialog.cpp
Co-Authored-By: elpaso <[email protected]> Nyall Dawson
08:45 AM Revision 29288c2a (qgis): Update src/app/qgsvectorlayerloadstyledialog.cpp
Co-Authored-By: elpaso <[email protected]> Nyall Dawson
08:18 AM Revision 4d134b39 (qgis): Indentation
Alessandro Pasotti
08:12 AM Revision 3cb6a40e (qgis): [processing] Add API to get an import statement and classname for a par...
Nyall Dawson
07:02 AM Revision 60f252c2 (qgis): [layouts] Fix attribute table filtering not utilising expression context
Fixes #21078 Nyall Dawson
01:06 AM Revision 009ee572 (qgis): Allow access to content of POST requests in QgsNetworkReplyContent
Nyall Dawson
01:04 AM Revision 8120e4a5 (qgis): Allow new shapefile MultiPoint layer creation
Just add the missing MultiPoint geometry type in the "New Shapefile Layer" dialog Andrea Giudiceandrea

2019-01-24

12:06 AM Revision 8919d604 (qgis): [processing] use background color from the project settings in the rast...
Alexander Bruy
11:57 PM Revision 32f6034b (qgis): [processing][needs-docs] force multipart output from GDAL-based dissolve
algorithm (fix #20025) Alexander Bruy
08:01 PM Revision bfb60e4d (qgis): [processing] fix GRASS v.buffer algorithm for case when buffer distance
is taken from the field (fix #19377) Alexander Bruy
07:53 PM Revision 7482f7a4 (qgis): Merge pull request #8957 from volaya/#19607
[processing] do not allow editing model if it's missing algorithms Matthias Kuhn
05:48 PM Revision 38f05b59 (qgis): Fix WFS context fields variable
because the fields in the (spatialite) cached
iterator are not the same as the main iterator.
Fix #21077 - Form Valu...
Alessandro Pasotti
05:43 PM Revision 861a8b71 (qgis): Merge pull request #8958 from elpaso/bugfix-20961-wfs-null-transactions
Fix NULL support in WFS server and client Alessandro Pasotti
05:38 PM Revision 90a9852b (qgis): Fix button order in DB styles dialog and add GPKG delete support
Fixes #21068 Alessandro Pasotti
05:33 PM Revision 25f2aba4 (qgis): Include qgis_sip.h instead of qgis.h where possible (#8961)
This PR continues the work started in PR #8951.
This commit replaces occurences of #include "qgis.h" by #include "qg...
Pierre-Eric Pelloux-Prayer
05:31 PM Revision ff20d180 (qgis): Merge pull request #8925 from signedav/basic-values
Enable/disable value relation widget Denis Rouzaud
05:27 PM Revision b5febe51 (qgis): Merge pull request #8922 from mhugent/server_datasource_error
Server: catch datasource error Marco Hugentobler
04:24 PM Revision a83a1b29 (qgis): render first datasetgroup instead of mesh frame
Peter Petrik
04:24 PM Revision 27c670e7 (qgis): expose mesh spatial index similarly to vector spatial index to API. fix...
Peter Petrik
04:24 PM Revision 967893a6 (qgis): [MDAL] update to 0.1.5, improve speed
Peter Petrik
04:24 PM Revision 9d4d1c99 (qgis): improve speed of creation spatial index for meshes
Peter Petrik
04:24 PM Revision c90905bd (qgis): fix travis
Peter Petrik
01:18 PM Revision fda41e3b (qgis): [processing] fixed handling of input filenames with non-ascii characters
Looks like there is no problem now in SAGA when using filenames with non-ascii chars, so some code used for replacing... Victor Olaya
11:37 AM Revision 5f28b0d2 (qgis): Cleaning WMTS utils code [Server]
In the tile matrices calculation the code could be simplified. René-Luc ReLuc
10:55 AM Revision abda6c42 (qgis): fixes #18497 : Correct line size method when snapping multipolygon
Julien Cabieces
10:52 AM Revision 237e0bcb (qgis): additional test enable-state in multi-selection in valueRelation
David Signer
10:51 AM Revision 727bca95 (qgis): set the enabled state of widgets again in setEnabled
because if this is called for any reason directly we are save David Signer
10:50 AM Revision 9bdaac9d (qgis): Update python/plugins/processing/modeler/EditModelAction.py
Co-Authored-By: volaya <[email protected]> Matthias Kuhn
10:45 AM Revision 394e5d8d (qgis): Avoid project being marked dirty as soon as its opened
This is a simple workaround, not a real fix. The real fix is to
move the symbolModified signal out of the updatePrevi...
Nyall Dawson
10:15 AM Revision 15a81bdf (qgis): Fix OWS project property issue: couldn't unset project title
This is the right behavior, btw there are other issues
in the server component that ignores the main bool
setting WMS...
Alessandro Pasotti
09:58 AM Revision 9eeaa31c (qgis): =default with extra-asterisk
Marco Hugentobler
09:08 AM Revision 33788c94 (qgis): Fix typo in error message (and related tests)
Alessandro Pasotti
09:07 AM Revision 3eb388af (qgis): Respect isNull semantics by initializing null QVariant with field type
Alessandro Pasotti
08:05 AM Revision 996f4867 (qgis): [afs][needs-docs] Allow users to set a specific referer for AFS connect...
use with ArcGIS feature server requests
Some servers are locked down to only allow requests with a specific
referer ...
Nyall Dawson
04:44 AM Revision 047a076a (qgis): [themes] Improve styling of message bar scrollbar for Night Mapping
Mathieu Pellerin - nIRV
04:44 AM Revision 7d2fe041 (qgis): Fix default highlighted text colors for code editors (fixes #21080)
Mathieu Pellerin - nIRV
04:37 AM Revision b0b196a9 (qgis): [themes] Improve styling of message bar scrollbar for Night Mapping
Mathieu Pellerin - nIRV
04:36 AM Revision 002c9e14 (qgis): [themes] Improve styling of message bar scrollbar for Blend of Gray
Mathieu Pellerin - nIRV
04:36 AM Revision eea6ae26 (qgis): Fix default highlighted text colors for code editors (fixes #21080)
Mathieu Pellerin - nIRV
03:22 AM Revision c2465fc4 (qgis): [processing] split v.surf.rst algorithm into two (fix #19472)
This algorithm cannot output cross-validation results and topographic
parameters simultaneously, hence two tools need...
Alexander Bruy
03:22 AM Revision e0a8de47 (qgis): [processing] fix description files for SVM SAGA algs (fix #20796)
(cherry picked from commit c6540a627691caa2e49c21029df245e930aeacd6) Alexander Bruy
03:22 AM Revision b2a2251f (qgis): Slightly more efficiency in QgsStatisticalSummary
(cherry picked from commit 60a6fc13a531218e1ad2e7ed4b3cad09936b3745) Nyall Dawson
03:22 AM Revision bfef851b (qgis): Fix loss of project when saving to QGZ format and path contains non-asc...
Fixes #19567
(cherry picked from commit 7d7462c33334a501167813d720fb2589d3c579ec)
Nyall Dawson
03:22 AM Revision 7bc08443 (qgis): Silently alias old "$scale" expression function to "@map_scale" (when a...
Allows older projects to open without change. We still hide $scale from the
builder UI, as we eventually want to clam...
Nyall Dawson
03:22 AM Revision e6368a4b (qgis): Fix build
Nyall Dawson
03:22 AM Revision a3428e5f (qgis): Fix shortest path algorithm can "shortcut" when using network in geogra...
Fixes #20997
(cherry picked from commit e75a88825665e7bb43c6c3cd1b2c22037cd29784)
Nyall Dawson
03:22 AM Revision 7e25cea7 (qgis): Fix evaluation of data defined properties for subsymbols of subsymbols
Fixes #18384
(cherry picked from commit 9cf2ff31d86e6b7671aaca137a60a7b7a975ef62)
Nyall Dawson
03:22 AM Revision 6f9d5443 (qgis): Update layer statistics when adding column to table in order to be disp...
fixes #13504
(cherry picked from commit 49cb397f89511535bc772abd69a767e84024690a)
Julien Cabieces

2019-01-23

11:49 PM Revision aff38a90 (qgis): Capitalization
Nyall Dawson
11:31 PM Revision c6540a62 (qgis): [processing] fix description files for SVM SAGA algs (fix #20796)
Alexander Bruy
10:45 PM Revision 83d5cb61 (qgis): Fix linker error in test
Alessandro Pasotti
10:45 PM Revision cc9ec2de (qgis): Remove duplicated code and modernize
No functional changes intended Alessandro Pasotti
10:45 PM Revision d7484005 (qgis): Fix WFS client NULL representation
This was nasty and only reproduceable when features
were cached (so, the second time you get them) and
was due to a Q...
Alessandro Pasotti
10:45 PM Revision 71e01168 (qgis): Server WFS NULL values support
- expose nillable in describefeaturetype
- serve xsi:nil="true" in getfeature
- check for NULL in transactions and re...
Alessandro Pasotti
10:45 PM Revision 847e7efd (qgis): GML parser set NULL values when parsing empty tags
This is part of a bigger fix to support NULL
values in WFS client and server components.
Alessandro Pasotti
08:45 PM Revision 34ec1833 (qgis): [processing] split v.surf.rst algorithm into two (fix #19472)
This algorithm cannot output cross-validation results and topographic
parameters simultaneously, hence two tools need...
Alexander Bruy
08:10 PM Revision aa170ad5 (qgis): Unit tests for QgsNetworkAccessManager signals
Nyall Dawson
08:10 PM Revision 5824faf6 (qgis): Add thread safe QgsNetworkAccessManager::requestTimedOut signal
Nyall Dawson
08:10 PM Revision 535965ba (qgis): Deprecate older thread-unsafe signals
Nyall Dawson
08:10 PM Revision c8fd4ed3 (qgis): More unit tests for QgsNetworkAccessManager signals
Nyall Dawson
08:10 PM Revision ca592b73 (qgis): Upgrade app network timeout message to include url
Nyall Dawson
08:10 PM Revision 1190000a (qgis): Fix QgsFileDownloader thinks ANY timeout or ssl error applies to its re...
Nyall Dawson
08:10 PM Revision ea1971fd (qgis): Add an unique id to requests, which can be used to link them to responses
Nyall Dawson
08:10 PM Revision e50d9a16 (qgis): Make request a member of reply
Nyall Dawson
08:10 PM Revision b5379ce0 (qgis): New class QgsNetworkReplyContent, which encapsulates the useful
information from a QNetworkReply in a container which is safe
and cheap to pass between threads
(QNetworkReplys are ...
Nyall Dawson
08:04 PM Revision 8ce8ee0b (qgis): fixes #20893 : Update virtual layer when referenced layer update its fi...
Julien Cabieces
07:43 PM Revision 551d7e85 (qgis): reflect increase of Travis build times in timeouts
we are benefiting from increased build times since about 3 months...time to update the scripts! Denis Rouzaud
07:42 PM Revision 397194a0 (qgis): reflect increase of Travis build times in timeouts
we are benefiting from increased build times since about 3 months...time to update the scripts! Denis Rouzaud
05:37 PM Revision e23307c2 (qgis): fix typo
Denis Rouzaud
05:36 PM Revision 532da433 (qgis): fix typo
Denis Rouzaud
04:53 PM Revision 240f2d2d (qgis): Merge pull request #8951 from peppsac/compile_time
Compile time Denis Rouzaud
04:47 PM Revision c7a6b773 (qgis): dxf export: recover korean encodings (CP949) (fixes #20838)
(cherry picked from commit 4e74c8b5480ac28aabc3c0b3eba2609d1a762e8a) Jürgen Fischer
04:43 PM Revision 4e74c8b5 (qgis): dxf export: recover korean encodings (CP949) (fixes #20838)
Jürgen Fischer
03:32 PM Revision 1b6329c3 (qgis): field validator: only check for null representation if the string value...
(cherry picked from commit 99904f1f5e7b86a92f3ff50132fd89750fe858e7) Jürgen Fischer
03:30 PM Revision 99904f1f (qgis): field validator: only check for null representation if the string value...
Jürgen Fischer
03:25 PM Revision daa05e53 (qgis): Merge pull request #8831 from SIRS-CLS/sirs_db_manager
Add comment option on db_manager plugin postgis fields Matthias Kuhn
02:59 PM Revision 08634c4e (qgis): fix style
Pierre-Eric Pelloux-Prayer
02:25 PM Revision aa3679a3 (qgis): Update layout oracle connector.py
Ailurupoda
02:02 PM Revision a86965e9 (qgis): [processing] do not allow editing model if it's missing algorithms
fixes #19607 Victor Olaya
01:58 PM Revision 3d4c6c4e (qgis): oracle provider: check for valid lastInsertId() on ::addFeatures (fixes...
(cherry picked from commit 855b3b4e26377647de5c5f9d38485f9f00bc9257) Jürgen Fischer
01:46 PM Revision 21af8075 (qgis): [themes] Fix selection color of the attribute table view widget
Mathieu Pellerin - nIRV
01:42 PM Revision 263c4c2a (qgis): [themes] Fix selection color of the attribute table view widget
Mathieu Pellerin - nIRV
01:07 PM Revision 4cb722a3 (qgis): [themes] Fix selection text for various widgets
Mathieu Pellerin - nIRV
01:06 PM Revision 9068f3c9 (qgis): [themes] Fix selection text for various widgets
Mathieu Pellerin - nIRV
12:34 PM Revision a34a4f37 (qgis): [node editor] Use a timer to properly raise panel, improve hint label
Mathieu Pellerin - nIRV
12:34 PM Revision b5cb74fe (qgis): address @wonder-wonder-sk 's comments on node editor improvements
Mathieu Pellerin - nIRV
12:34 PM Revision c84e6edb (qgis): [node editor] Update the table of vertices when bounded geometry changes
(e.g., undo/redo operations) Mathieu Pellerin - nIRV
12:34 PM Revision 47dd5f15 (qgis): [node editor] Update the table of vertices when deleting some
Mathieu Pellerin - nIRV
12:34 PM Revision d77596cc (qgis): [node editor] Always show node editor panel upon activating the node tool
Mathieu Pellerin - nIRV
12:34 PM Revision 0255a67a (qgis): [node editor] Dragging a rectangle to select vertices will only select
vertices from a given feature if it is bounded to the node editor panel Mathieu Pellerin - nIRV
12:34 PM Revision 2cfbb28d (qgis): [node editor] Restore node editor panel postion/docked state
Mathieu Pellerin - nIRV
12:34 PM Revision 642ff63e (qgis): [node editor] Improve UX by having right-click bind feature to node edi...
Mathieu Pellerin - nIRV
12:34 PM Revision cf90371b (qgis): [node editor] When no feature is selected, offer an hint label to ease ...
Mathieu Pellerin - nIRV
12:34 PM Revision 401cea1b (qgis): [node editor] When a feature is bound to the editor panel, only allow v...
Mathieu Pellerin - nIRV
11:22 AM Revision a80f3d01 (qgis): Merge branch 'master' into sirs_db_manager
Corentin.F
11:20 AM Revision 00852f16 (qgis): Update oracle, vlayer, spatialite connector.py
Ailurupoda
10:48 AM Revision ad81e66d (qgis): Update gpkg UpdateTableColumn add argument new_comment
Ailurupoda
10:44 AM Revision 9fe21945 (qgis): Indentation
Marco Hugentobler
10:02 AM Revision 88452637 (qgis): [node editor] Always show node editor panel upon activating the node tool
Mathieu Pellerin - nIRV
10:02 AM Revision 0a239fa9 (qgis): [node editor] Dragging a rectangle to select vertices will only select
vertices from a given feature if it is bounded to the node editor panel Mathieu Pellerin - nIRV
10:02 AM Revision 704e3de5 (qgis): [node editor] Restore node editor panel postion/docked state
Mathieu Pellerin - nIRV
10:02 AM Revision 8bd997d0 (qgis): [node editor] Improve UX by having right-click bind feature to node edi...
Mathieu Pellerin - nIRV
10:02 AM Revision 2defe21c (qgis): [node editor] When no feature is selected, offer an hint label to ease ...
Mathieu Pellerin - nIRV
10:02 AM Revision 5e568455 (qgis): [node editor] Use a timer to properly raise panel, improve hint label
Mathieu Pellerin - nIRV
10:02 AM Revision 63ee9a34 (qgis): address @wonder-wonder-sk 's comments on node editor improvements
Mathieu Pellerin - nIRV
10:02 AM Revision d5acddfd (qgis): [node editor] Update the table of vertices when deleting some
Mathieu Pellerin - nIRV
10:02 AM Revision 1bf792cc (qgis): [node editor] Update the table of vertices when bounded geometry changes
(e.g., undo/redo operations) Mathieu Pellerin - nIRV
10:02 AM Revision 52df2928 (qgis): [node editor] When a feature is bound to the editor panel, only allow v...
Mathieu Pellerin - nIRV
09:39 AM Revision 39f7d9a8 (qgis): fix include
Pierre-Eric Pelloux-Prayer
09:25 AM Revision b5a48755 (qgis): Add autogenerated sip file and remove =default in qgsstorebadlayerinfo....
Marco Hugentobler
08:45 AM Revision 49096431 (qgis): Merge pull request #8948 from elpaso/bugfix-20198-server-DescribeFeatur...
Fix server WFS TYPENAME filter in describeFeatureType Alessandro Pasotti
08:44 AM Revision de297673 (qgis): Merge pull request #8950 from elpaso/bugfix-opengis-zug-wmsroot
Fix server WMS short name (unreported) Alessandro Pasotti
08:38 AM Revision e3516ab1 (qgis): [processing] fixed qgis algorithms help file
fixes #20966 Victor Olaya
08:32 AM Revision e9fd6537 (qgis): Fix include
Matthias Kuhn
08:30 AM Revision db3b9aeb (qgis): Revert "[processing] hide 'select file' button for vector layers when t...
This reverts commit f2044528951bbb09a70b9c696d79d8cd5b756214.
It's a contentious fix, which needs discussion
Nyall Dawson
08:24 AM Revision bdf77ac7 (qgis): fixes #20893 : Update virtual layer when referenced layer update its fi...
Julien Cabieces
08:02 AM Revision eb47288f (qgis): [processing] correctly set output styles for models
fixes #20573 Victor Olaya
08:02 AM Revision f2044528 (qgis): [processing] hide 'select file' button for vector layers when there are...
fixes #21055 Victor Olaya
07:49 AM Revision af2501e7 (qgis): support also mesh elements with >4 vertices
Peter Petrik

2019-01-22

11:52 PM Revision 508817d6 (qgis): Fix MAC build for OSX < 10.14
David Marteau
11:51 PM Revision 928a559a (qgis): update MDAL to 0.1.4 (RC1 for QGIS 3.6)
Peter Petrik
09:45 PM Revision 1cd7bde1 (qgis): Do not build images.qrc for tests
Before this commit the qrc_images.cpp was generated for each test listed in
tests/src/gui/CMakeLists.txt but the cont...
Pierre-Eric Pelloux-Prayer
09:45 PM Revision 96a9a723 (qgis): Remove unnecessary includes
Pierre-Eric Pelloux-Prayer
09:45 PM Revision f1760ee5 (qgis): Remove include "qgsapplication.h" from qgswkbptr.h
qgswkbptr.h is included indirectly by a large number of source files.
So this commit does the following:
- remove #...
Pierre-Eric Pelloux-Prayer
06:11 PM Revision 156cb716 (qgis): Update sip list, add since QGIS 3.6
Marco Hugentobler
05:41 PM Revision 3da3103e (qgis): Merge pull request #8947 from alexbruy/interpolation-backport
[processing] use complex delimiter for interpolation data (fix #20490) Alexander Bruy
05:40 PM Revision 73c31df8 (qgis): osgeo4w: also look for GRASS 7.6
(cherry picked from commit 4048d37a46fcf8046c26b1beac50af0f329718b7) Jürgen Fischer
05:40 PM Revision 4048d37a (qgis): osgeo4w: also look for GRASS 7.6
Jürgen Fischer
05:40 PM Revision a2cb07ed (qgis): [processing] use active layer by default in field calculator algorithm
(fix #19686)
(cherry picked from commit 95209d134cad8cd7761e4f2246ee5ec937e90d73)
Alexander Bruy
05:37 PM Revision f9b0f773 (qgis): Set appropriate window title when editing a join
Harrissou Santanna
05:37 PM Revision 7d7462c3 (qgis): Fix loss of project when saving to QGZ format and path contains non-asc...
Fixes #19567 Nyall Dawson
05:37 PM Revision d3924adf (qgis): Use QFile to write zip contents, instead of std::ofstream
Because std::ostream doesn't handle non-ascii paths
Refs #19567
Nyall Dawson
05:37 PM Revision f514516d (qgis): Exposing more CRS variables
Alex Hay
05:37 PM Revision cccd9766 (qgis): Fix build
Nyall Dawson
05:37 PM Revision 85a6b1ac (qgis): Followup map settings variable commit
Nyall Dawson
05:37 PM Revision cb7838ba (qgis): Silently alias old "$scale" expression function to "@map_scale" (when a...
Allows older projects to open without change. We still hide $scale from the
builder UI, as we eventually want to clam...
Nyall Dawson
05:36 PM Revision 9cf2ff31 (qgis): Fix evaluation of data defined properties for subsymbols of subsymbols
Fixes #18384 Nyall Dawson
05:17 PM Revision 80e75342 (qgis): Add test to ensure server throws exception if layer is invalid
Marco Hugentobler
04:35 PM Revision 87e06543 (qgis): german translation update
Jürgen Fischer
04:11 PM Revision ffae79b7 (qgis): Consider feedback
Marco Hugentobler
03:47 PM Revision 855b3b4e (qgis): oracle provider: check for valid lastInsertId() on ::addFeatures (fixes...
Jürgen Fischer
02:37 PM Revision 3c835035 (qgis): Correctly set matrix after defining map settings (#8946)
* Correctly set matrix after defining map settings
* Update qgsquickmaptransform.cpp
Denis Rouzaud
02:36 PM Revision a288ab56 (qgis): Update qgsquickmaptransform.cpp
Denis Rouzaud
02:36 PM Revision 4e8898d4 (qgis): Fix server WMS short name (unreported)
This patch fixes a WMS server bug when "Short name" was
set in project settings for service capabilities.
When the s...
Alessandro Pasotti
02:28 PM Revision 59fd8df3 (qgis): Fix server WFS TYPENAME filter in describeFeatureType
Fixes #20198
with tests
Alessandro Pasotti
02:25 PM Revision 0c4c8feb (qgis): Merge pull request #8945 from alexbruy/processing-fieldcalc
[processing] use active layer by default in field calculator algorithm (fix #19686) Alexander Bruy
01:59 PM Revision b1298500 (qgis): Merge pull request #8929 from elpaso/bugfix-21059-server-post-request-i...
Fix POST requests for QGIS server Alessandro Pasotti
01:07 PM Revision 255d5104 (qgis): [processing] use complex delimiter for interpolation data to avoid
overlaps with charactes which can be used in the layers source URI (fix #20490)
(cherry picked from commit 17fd86e72...
Alexander Bruy
01:03 PM Revision 3a981746 (qgis): Merge pull request #8942 from alexbruy/processing-interpolation
[processing] use complex delimiter for interpolation data (fix #20490) Alexander Bruy
01:03 PM Revision 3de15505 (qgis): Merge pull request #8944 from alexbruy/processing-bakports
[processing ] various backports Alexander Bruy
12:37 PM Revision 215f7fc7 (qgis): Correctly set matrix after defining map settings
Denis Rouzaud
12:24 PM Revision c3fc41ec (qgis): fix translation string
Jürgen Fischer
12:23 PM Revision 57401061 (qgis): german translation update
Jürgen Fischer
12:14 PM Revision 2641b3fe (qgis): Allow REQUEST_BODY in tests even if QGISDEBUG is off
Alessandro Pasotti
10:56 AM Revision f6b8694a (qgis): Merge pull request #8937 from mhugo/release-3_4
IndexExtent second fix Hugo Mercier
10:40 AM Revision 139659c0 (qgis): add note about format of the srcnodata parameter
(cherry picked from commit 133b4057a6bd91cbff4108d41c24052d59711f8c) Alexander Bruy
10:39 AM Revision 42b2bc79 (qgis): [processing] add missed "srcnodata" parameter to the buildvrt algorithm
(fix #20586).
Without this parameter it is not possible to remove collars surrounding
input raster which may overlap...
Alexander Bruy
10:39 AM Revision f74c280c (qgis): [processing] add optional EXTRA parameter to gdalwarp algorithm (fix #2...
This allows users to pass additional command-line arguments which are
not exposed in the algorithm definition. The mo...
Alexander Bruy
10:37 AM Revision 8c24fa84 (qgis): Merge pull request #8927 from alexbruy/processing-vrt
[processing][needs-docs] add missed "srcnodata" parameter to the buildvrt algorithm (fix #20586) Alexander Bruy
10:20 AM Revision e75a8882 (qgis): Fix shortest path algorithm can "shortcut" when using network in geogra...
Fixes #20997 Nyall Dawson
10:08 AM Revision 4592fa70 (qgis): Removed leftover
Alessandro Pasotti
10:04 AM Revision 95209d13 (qgis): [processing] use active layer by default in field calculator algorithm
(fix #19686) Alexander Bruy
09:57 AM Revision e1146df8 (qgis): testqgsattributetable.cpp: fix build with qt 5.5
Even Rouault
09:44 AM Revision 02c3c8e8 (qgis): Fix doxy string
Alessandro Pasotti
09:15 AM Revision 17fd86e7 (qgis): [processing] use complex delimiter for interpolation data to avoid
overlaps with charactes which can be used in the layers source URI (fix #20490) Alexander Bruy
09:00 AM Revision c4e434e1 (qgis): IndexExtent second fix
Replace extent() by visibleExtent().
Forgotten commit backported from master
Hugo Mercier
08:27 AM Revision 8a920e0b (qgis): Rework QgsNetworkAccessManager::requestAboutToBeCreated() to be thread
safe, and encapsulate more useful request information Nyall Dawson
08:21 AM Revision eef7f49a (qgis): Fix test to use re instead of lxml (the simpler the better)
Alessandro Pasotti
08:05 AM Revision 0e0146d8 (qgis): Merge pull request #8924 from elpaso/bugfix-20927-server_exp_filter
Server WFS EXP_FILTER bugfixes Alessandro Pasotti
07:18 AM Revision 133b4057 (qgis): add note about format of the srcnodata parameter
Alexander Bruy
07:17 AM Revision dc2b29ce (qgis): [processing] add missed "srcnodata" parameter to the buildvrt algorithm
(fix #20586).
Without this parameter it is not possible to remove collars surrounding
input raster which may overlap...
Alexander Bruy
03:14 AM Revision 60a6fc13 (qgis): Slightly more efficiency in QgsStatisticalSummary
Nyall Dawson
03:14 AM Revision ee344312 (qgis): Use a QHash instead of std::unordered_map
Because it turns out MUCH MUCH faster Nyall Dawson
02:18 AM Revision d70191d2 (qgis): Set appropriate window title when editing a join
fixes #17554 Harrissou Santanna
02:13 AM Revision ddd357c2 (qgis): Add API to QgsRasterBlock to obtain both pixel value AND no data
flag in a single call
This is much more efficient then making two calls, since the
QgsRasterBlock::isNoData() check ...
Nyall Dawson
02:13 AM Revision fc996690 (qgis): Flip sequential calls to QgsRasterBlock::isNoData/value to single
unified call
Because... speed!
Nyall Dawson

2019-01-21

11:39 PM Revision bb2c3663 (qgis): [processing] add optional EXTRA parameter to gdalwarp algorithm (fix #2...
This allows users to pass additional command-line arguments which are
not exposed in the algorithm definition. The mo...
Alexander Bruy
11:21 PM Revision 12537073 (qgis): Merge pull request #8928 from signedav/newbranch_qgis
Use valueAxis in QML-Widget example Matthias Kuhn
09:54 PM Revision 49cb397f (qgis): Update layer statistics when adding column to table in order to be disp...
fixes #13504 Julien Cabieces
09:52 PM Revision 83c0ea9a (qgis): Fix warning
Nyall Dawson
09:52 PM Revision d57c182d (qgis): Allow QgsRasterIterator to iterate over a raster layer, WITHOUT
actually fetching the raster block data
This allows for efficient iteration over a "reference" layer, where
you requ...
Nyall Dawson
07:15 PM Revision 691176b3 (qgis): Fix POST requests for QGIS server
Followup https://github.com/qgis/QGIS/pull/8830 that fixed
a regression with rewritten urls in the server, unfortunat...
Alessandro Pasotti
05:58 PM Revision e8416661 (qgis): use valueAxis in qml example
fixes #20472 David Signer
05:26 PM Revision 73e774b7 (qgis): remove redundant code
David Signer
03:50 PM Revision 9184a5b2 (qgis): Update connector.py
Corentin.F
03:36 PM Revision ad9613ff (qgis): set enabled flags of single tableitems
David Signer
02:59 PM Revision b391c087 (qgis): Merge pull request #8923 from m-kuhn/native_densify_by_interval
Add native densify by interval algorithm Matthias Kuhn
02:44 PM Revision b6f71767 (qgis): Use QgsFeature3DHandler in 3D point symbol implementation
This is a small refactoring of 3D point symbol code, with three goals:
- use the new handler class just like line an...
Martin Dobias
02:33 PM Revision d9bf6eb0 (qgis): [Tests] Add LIKE with underscore (_) as partially uncompiled expression...
René-Luc ReLuc
12:41 PM Revision 25acd79a (qgis): Make travis happy again
Matthias Kuhn
12:37 PM Revision 9b7e1912 (qgis): Add tests for WFS GetFeature EXP_FILTER
Fixes #20927 - QGIS Server: WFS issue using the EXP_FILTER parameter Alessandro Pasotti
12:35 PM Revision ad7ab51f (qgis): WFS EXP_FILTER respect complex expressions
Alessandro Pasotti
12:33 PM Revision d4ac9318 (qgis): WFS GetFeature throws and exception when EXP_FILTER has errors
... instead of silently returning all features Alessandro Pasotti
11:51 AM Revision 11948283 (qgis): update correction
corentin.falcone
11:01 AM Revision 1b11ba43 (qgis): fix docs
Peter Petrik
11:01 AM Revision 7423a749 (qgis): add option to export mesh dataset to raster block (for processing algs)
Peter Petrik
10:41 AM Revision 9fec8edf (qgis): Make densify interval parameter dynamic
Matthias Kuhn
10:16 AM Revision 1e8f8193 (qgis): Rename files because there are two densify algs
Matthias Kuhn
09:49 AM Revision 9452667a (qgis): Add native densify by interval algorithm
Matthias Kuhn
09:11 AM Revision 8db14d8f (qgis): Merge pull request #8906 from m-kuhn/native_polygons_to_lines
Add native polygonstolines algorithm Matthias Kuhn
08:13 AM Revision 69b199a9 (qgis): Merge pull request #8913 from m-kuhn/fix_geometrycollection_equality
Fix QgsGeometryCollection (and subclasses) `equal` Matthias Kuhn
07:46 AM Revision e29ccb7a (qgis): Add better api docs on Property usage
(cherry picked from commit 6dc537f9632b755159651ca961bf77d3a1822dde) Marco Bernasocchi
07:46 AM Revision c5420165 (qgis): Sipify
(cherry picked from commit eafedeeb8bb62fec7f0470add3123404a16a4f70) Nyall Dawson
07:46 AM Revision d424ecc1 (qgis): Make URLS in message log clickable
(cherry picked from commit dc7a4ce53c5120ae828ef711ea80d2a11e50ba9c) Nyall Dawson
07:46 AM Revision a08c8b77 (qgis): add one more api doc
(cherry picked from commit 305131c5b4a479724688eab0d1d029d55191355f) Marco Bernasocchi
07:46 AM Revision 6584fb29 (qgis): Fix project loading task never completes when project has embedded layers
Fixes #21012
(cherry picked from commit 7ad4b05112af0c35bd9a8e0526e8823a6b695335)
Nyall Dawson
04:48 AM Revision 6dc537f9 (qgis): Add better api docs on Property usage
Marco Bernasocchi
04:48 AM Revision eafedeeb (qgis): Sipify
Nyall Dawson
04:48 AM Revision 305131c5 (qgis): add one more api doc
Marco Bernasocchi
02:57 AM Revision dc7a4ce5 (qgis): Make URLS in message log clickable
Nyall Dawson
02:34 AM Revision 9da842d4 (qgis): Fix crash when zooming in PostGIS raster layers (ticket 20747)
Marco Hugentobler
02:33 AM Revision 195d98f4 (qgis): [needs-docs][processing] Port SAGA raster surface volume to native QGIS...
The SAGA version of this algorithm is of limited use in QGIS, because the
volume calculated is embedded only in the S...
Nyall Dawson

2019-01-20

01:19 PM Revision 1b7932a2 (qgis): Minor code cleanup
Matthias Kuhn
01:16 PM Revision 1be40f57 (qgis): Add a nullptr guard in the geometry equality check
Matthias Kuhn
01:16 PM Revision b89e1f74 (qgis): Add a nullptr guard in the geometry equality check
Matthias Kuhn
01:07 PM Revision 23885e51 (qgis): Add tests for native polygonstolines algorithm
Matthias Kuhn
12:50 PM Revision 2c00790c (qgis): Fix QgsGeometryCollection (and subclasses) `equal`
The previous behavior was to check if all parts of the collection are exactly the same.
The new check will check if a...
Matthias Kuhn
12:43 PM Revision 6c110c82 (qgis): Correctly assign output type from input type
Matthias Kuhn
12:39 PM Revision f4a25ebd (qgis): Fix QgsGeometryCollection (and subclasses) `equal`
The previous behavior was to check if all parts of the collection are exactly the same.
The new check will check if a...
Matthias Kuhn
12:28 PM Revision e3fda18a (qgis): Merge pull request #8908 from neteler/patch-76
Complete grass76 support Matthias Kuhn
11:11 AM Revision 8871a589 (qgis): Merge pull request #8910 from neteler/patch-78
Complete grass76 support Matthias Kuhn
11:04 AM Revision ab4b38ce (qgis): Guard against nullptr
Matthias Kuhn

2019-01-19

10:18 PM Revision c022e1f3 (qgis): Complete grass76 support
Markus Neteler
10:08 PM Revision 8db3dead (qgis): Complete grass76 support
Markus Neteler
09:40 PM Revision eb7dc595 (qgis): Fix connect to lamda missing context argument
Nyall Dawson
09:40 PM Revision 7ad4b051 (qgis): Fix project loading task never completes when project has embedded layers
Fixes #21012 Nyall Dawson
09:40 PM Revision f3c92fab (qgis): Constify
Nyall Dawson
09:40 PM Revision c50d36c0 (qgis): Fix possible crash when unloading project
Nyall Dawson
08:24 PM Revision abd6297d (qgis): Write entry to server log if a datasource/map/print composition is not ...
Marco Hugentobler
09:09 AM Revision 0b248dc8 (qgis): Use iterator for parts
Matthias Kuhn
08:49 AM Revision bfa93458 (qgis): Merge pull request #8904 from qgis/3nids-patch-2
add type property to QgsGeometry Matthias Kuhn

2019-01-18

09:02 PM Revision 11def47d (qgis): add type property to QgsGeometry
Denis Rouzaud
07:07 PM Revision 4c8af20b (qgis): Add native polygonstolines algorithm
Matthias Kuhn
04:56 PM Revision 1903403f (qgis): [Tests] Add LIKE underscore (_) test to feature source test base
René-Luc ReLuc
04:12 PM Revision 20a1d7ff (qgis): Merge pull request #8898 from mhugent/postgis_raster_3_4
Fix crash when zooming in PostGIS raster layers (ticket 20747) Marco Hugentobler
04:09 PM Revision 1a8537a0 (qgis): Fix/improve visual look of new version notification
- Set a better background color (yellow feels like a negative warning)
- Set text color to black to play nice with th...
Mathieu Pellerin - nIRV
04:09 PM Revision b55b0ec3 (qgis): Add custom QStyle override to allow more flexibility with theming
Allows us to apply custom style overrides. Initially, this just
improves the appearance of disabled icons on dark the...
Nyall Dawson
04:09 PM Revision 22418b47 (qgis): Followup 2ec05137, fix incorrect styling of some GUI elements
Nyall Dawson
03:46 PM Revision 575d385e (qgis): Use QgsMapRendererJob::Errors instead of QList< QPair >
Marco Hugentobler
01:53 PM Revision 6551c2a7 (qgis): Release of 2.18.28
Jürgen Fischer
01:53 PM Revision f6ddc62f (qgis): Release of 3.4.4
Jürgen Fischer
12:58 PM Revision 8709ab61 (qgis): Merge pull request #8893 from wonder-sk/rule-based-3d-renderer
Rule-based 3D renderer Martin Dobias
12:11 PM Revision de5c7cb6 (qgis): Remove layout margins
Martin Dobias
11:45 AM Revision 0e5268b5 (qgis): Add expression functions load_json and write_json [FEATURE]
Matthias Kuhn
11:45 AM Revision 6e0930ad (qgis): Add tests for load_json and write_json
Matthias Kuhn
11:45 AM Revision 008dfeed (qgis): Rename json functions to postgres names
Matthias Kuhn
11:45 AM Revision fc548795 (qgis): Add function docs for load_json and write_json
Matthias Kuhn
11:45 AM Revision 01e2b80c (qgis): Fix compiler warning
Matthias Kuhn
11:43 AM Revision 2797f3a7 (qgis): Merge pull request #8901 from mhugo/release-3_4
IndexExtent fix Hugo Mercier
11:35 AM Revision 355820a7 (qgis): Add hyperlink to the download page in check QGIS version dialog
Mathieu Pellerin - nIRV
11:35 AM Revision cb238720 (qgis): Add hyperlink to the download page in check QGIS version dialog
Mathieu Pellerin - nIRV
11:33 AM Revision d1cc1ee4 (qgis): Fix compilation for @nirvn
Martin Dobias
11:21 AM Revision adb5998b (qgis): Formatting fix
Hugo Mercier
11:17 AM Revision a01caa43 (qgis): De-Q_FOREACH-ification
Martin Dobias
10:53 AM Revision c5512a4b (qgis): IndexExtent fix
Backport from cd1f3162c6 Hugo Mercier
10:53 AM Revision cd1f3162 (qgis): Merge pull request #8852 from mhugo/fix_index_extent
IndexExtent fix Hugo Mercier
10:36 AM Revision 7ba5998d (qgis): Calculate correct legend size when using expression based labels
Nyall Dawson
10:36 AM Revision d70b60d4 (qgis): [FEATURE][layouts] Allow expressions to be embedded inside legend item ...
This feature allows for expressions to be embedded directly inside
legend item text (e.g. group, subgroup and item te...
Nyall Dawson
10:36 AM Revision b3d5f277 (qgis): Constify
Nyall Dawson
10:36 AM Revision 349946c6 (qgis): Layer and layer node items have access to map layer expression context ...
Nyall Dawson
10:36 AM Revision fccb808c (qgis): Indentation
Nyall Dawson
10:36 AM Revision 2df58932 (qgis): Use the full available expression context when rendering symbols
in layout legends
This means the symbols will have access to variables like the
current atlas feature.
Nyall Dawson
10:36 AM Revision eb256e94 (qgis): Fix doxygen warnings
Nyall Dawson
10:02 AM Revision f369461f (qgis): Respect project selection color when saving map canvas as image/PDF
Mathieu Pellerin - nIRV
10:01 AM Revision c17dc43d (qgis): Respect project selection color when saving map canvas as image/PDF
Mathieu Pellerin - nIRV
09:32 AM Revision 9875821b (qgis): Review fixes, sip, doc fixes, icons, style panel fix
Martin Dobias
09:27 AM Revision 73644066 (qgis): Merge pull request #8899 from mhugo/release-3_4
3.4 backports Hugo Mercier
07:40 AM Revision 0072dbbf (qgis): Fix crash when zooming in PostGIS raster layers (ticket 20747)
Marco Hugentobler
05:35 AM Revision 4575547f (qgis): Fix/improve visual look of new version notification
- Set a better background color (yellow feels like a negative warning)
- Set text color to black to play nice with th...
Mathieu Pellerin - nIRV
03:38 AM Revision b43943a9 (qgis): [FEATURE] New expression variables for legend items
Adds new variables for use in data defined expressions for layout legend items, including
- @legend_title
- @legend_...
Alex Hay
02:56 AM Revision 1639c745 (qgis): Added test for 'gdal_rasterize -init 0'
(cherry picked from commit 2488f71ddb8273d7f9ca61843d4ee6b3097cbffd) Ivan Ivanov
02:56 AM Revision 97dcdc17 (qgis): Allow gdal_rasterize to accept -init with value of 0; changed default v...
(cherry picked from commit 36c821da34de31074f099a933ffab1bf27c03b3c) Ivan Ivanov
02:56 AM Revision d3c04c20 (qgis): add /usr/share/qgis/python/plugins to PYTHONPATH (#8877)
this is needed to find the correct processing (and db_manager and metasearch)
(cherry picked from commit 6896ce9babf...
Marco Bernasocchi
02:56 AM Revision 7c5dcd67 (qgis): Persist canvas expression context scope variables to project
and restore individual scope variables for each canvas on project
load.
Nyall Dawson
02:56 AM Revision a0e91f37 (qgis): Add API to read/write QgsExpressionContextScope from/to XML
Nyall Dawson
02:05 AM Revision 4ff81e06 (qgis): Fix build warning
Nyall Dawson

2019-01-17

11:50 PM Revision 36c821da (qgis): Allow gdal_rasterize to accept -init with value of 0; changed default v...
Ivan Ivanov
11:50 PM Revision 2488f71d (qgis): Added test for 'gdal_rasterize -init 0'
Ivan Ivanov
09:02 PM Revision f069342b (qgis): Rendering test for rule-based 3D renderer
Martin Dobias
08:54 PM Revision 0aae2c1d (qgis): Add missing headings and remove table captions (#8892)
* Add missing headings and ToC anchors
Adds missing headings (and table of contents anchors) for 'Renamed Enum Value...
Jonathan Willitts
08:44 PM Revision 42f157f7 (qgis): GUI for rule-based 3D renderer
Martin Dobias
08:40 PM Revision 5d05d467 (qgis): [FEATURE] Add rule-based 3D renderer
Next to the "simple" vector layer 3D renderer that uses a single symbol
for all features, this new renderer allows de...
Martin Dobias
07:00 PM Revision 67938e54 (qgis): Merge pull request #8863 from rldhont/server-wmts-config-matrices
WMTS tile matrices configuration [Server][Feature] René-Luc ReLuc
04:00 PM Revision 00be400b (qgis): add name to travis builds (#8889)
Denis Rouzaud
03:40 PM Revision 5fa5631b (qgis): add enum value to key and reverse helpers (#8879)
* add enum value to key and reverse helpers
* cast cont char* to QString
* use QStringLiteral
Denis Rouzaud
03:29 PM Revision 81aa1439 (qgis): [Server][Feature][needs-docs] WMTS tile matrices configuration
In QGIS Server 3.4, the WMTS API has been added in which the tile matrices are calculated except fro EPSG:3857 and EP... René-Luc ReLuc
03:16 PM Revision 182e85c1 (qgis): add name to travis builds
Denis Rouzaud
02:42 PM Revision 68994adc (qgis): Add missing api breaking change for setMapTipTemplate() to QgsVectorLay...
* Add missing change for QgsVectorLayer
* Update, to include mention of setDisplayExpression
Jonathan Willitts
02:42 PM Revision 6896ce9b (qgis): add /usr/share/qgis/python/plugins to PYTHONPATH (#8877)
this is needed to find the correct processing (and db_manager and metasearch) Marco Bernasocchi
01:43 PM Revision 2d56345c (qgis): Use QgsFeature3DHandler implementation for line 3D symbols
Martin Dobias
08:55 AM Revision 0f3c39de (qgis): Server: throw exception in GetMap if DB connection is not ok
Marco Hugentobler
07:48 AM Revision 681707b5 (qgis): Slightly nicer linked color icons
Nyall Dawson
07:35 AM Revision c9135868 (qgis): Ship better default polygon symbols using outline's simple line when ap...
Mathieu Pellerin - nIRV
07:34 AM Revision 689d4f76 (qgis): Ship better default polygon symbols using outline's simple line when ap...
Mathieu Pellerin - nIRV
06:14 AM Revision 3d283c1b (qgis): [needs-docs] Show actual linked color in color buttons when color
has been linked to a project color
Instead of only showing linked color status in the accompanying
data defined butt...
Nyall Dawson
06:14 AM Revision 572e2d54 (qgis): Unify code
Nyall Dawson
03:39 AM Revision 3edf0f6c (qgis): Fix crash when using select by expression from attribute table dialog
(cherry picked from commit 00c4d4af619c321720e435694491cfd2360cb5de) Nyall Dawson
03:39 AM Revision 42254b47 (qgis): [layouts] Fix loss of composition variables when converting 2.x composi...
(cherry picked from commit 83340d0dfbbbeb4442bdaf592954b410a3e61861) Nyall Dawson
03:39 AM Revision 4d54a1f3 (qgis): Fix some more tiny icons on hidpi displays
(cherry picked from commit 956a74fcb7f2e4b621aa0d0342bafa85b17ff8ca) Nyall Dawson
03:39 AM Revision db57c153 (qgis): Set correct message bar for attribute table 'select by expression' dialog
(cherry picked from commit 4ae3bcd23f1a3c910644298bd1aa52cd148b569f) Nyall Dawson
03:39 AM Revision 6f2daac6 (qgis): [browser] Don't show gdal/ogr layer items for QGIS style xml files
These aren't layers, so the extra entries are just distracting noise.
(cherry picked from commit 2aab28380c603999e40...
Nyall Dawson
03:39 AM Revision 387334d7 (qgis): Use a minimal expression context in symbol layer tree preview icons
Allows the preview icon to correctly show linked project colors
(cherry picked from commit 3c0c2535d63b8a143671433de...
Nyall Dawson
03:39 AM Revision 8127c701 (qgis): Fix too small symbol layer preview icon on hidpi displays
(cherry picked from commit 9014be0d37aa41327785ee2c360e492867c9fbf5) Nyall Dawson
02:50 AM Revision 00c4d4af (qgis): Fix crash when using select by expression from attribute table dialog
Nyall Dawson
02:50 AM Revision 4ae3bcd2 (qgis): Set correct message bar for attribute table 'select by expression' dialog
Nyall Dawson

2019-01-16

12:21 AM Revision 7f5d8ea5 (qgis): [3d] Added Qgs3DRenderContext + QgsFeature3DHandler. Code refactoring.
Currently implementation of 3D symbols runs a feature iteration loop
inside each implementation, making it difficult ...
Martin Dobias
11:47 PM Revision 9014be0d (qgis): Fix too small symbol layer preview icon on hidpi displays
Nyall Dawson
11:47 PM Revision 3c0c2535 (qgis): Use a minimal expression context in symbol layer tree preview icons
Allows the preview icon to correctly show linked project colors Nyall Dawson
07:53 PM Revision 9419bfdc (qgis): Merge pull request #8878 from rldhont/sld-read-like-escapeChar-master
[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike René-Luc ReLuc
05:46 PM Revision 1f9a14d9 (qgis): [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
...
René-Luc ReLuc
05:42 PM Revision aaede28b (qgis): [feature] Add expression for square by diagonal and rectangle from 3 po...
With the new class QgsQuadrilateral, we can add expressions to create a square by a diagonal and rectangles by 3 points Loïc BARTOLETTI
05:39 PM Revision 1248bea1 (qgis): Fix determination of geodesic line when first segment is small and coor...
Nyall Dawson
05:39 PM Revision 200d4f6a (qgis): Fix connected widgets do not update in some circumstances
Nyall Dawson
05:39 PM Revision f89d061b (qgis): [FEATURE][processing] Add geodesic mode for "Join by Lines (Hub lines)"...
This allows optional creation of geodesic lines, which represent the
shortest distance between the points based on th...
Nyall Dawson
05:38 PM Revision 19f0e02e (qgis): Merge pull request #8874 from rldhont/sld-read-like-escapeChar-34
SLD : Support escapeChar attribute of PropertyIsLike Matthias Kuhn
05:06 PM Revision b656fac7 (qgis): add /usr/share/qgis/python/plugins to PYTHONPATH
this is needed to find the correct processing (and db_manager and metasearch) Marco Bernasocchi
04:12 PM Revision d3162559 (qgis): Merge pull request #8872 from elpaso/backport-3_4
backports [server] Matthias Kuhn
03:58 PM Revision d42a7b27 (qgis): [Bugfix][Oracle] Add ESCAPE when compiling LIKE
The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if spec... René-Luc ReLuc
03:52 PM Revision 356bc386 (qgis): [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
...
René-Luc ReLuc
03:33 PM Revision 4e6a7309 (qgis): [FEATURE] postgres provider: save primary key selection
When a view loaded from Data Source Managers's PostgreSQL tab you can
select the key columns of the view (by default ...
Jürgen Fischer
02:30 PM Revision 21a7e154 (qgis): Merge pull request #8851 from mhugo/fix_vertex_tool_cache
Fix vertextool's geometry cache invalidation Hugo Mercier
02:28 PM Revision f99a9112 (qgis): Fix geometry cache invalidation in vertex tool
Partial backport of 21a7e154a3 Hugo Mercier
02:26 PM Revision 7ab24c8c (qgis): Fix a thread safety issue in postgres provider
Fix access to:
- PQexecNR
- openCursor
- closeCursor
- uniqueCursorName
Partial backport from eb08839429
Hugo Mercier
02:24 PM Revision a6f26182 (qgis): translation updates
Jürgen Fischer
02:20 PM Revision eb088394 (qgis): Merge pull request #8850 from mhugo/fix_postgres_transaction_lock
Fix libpq access from different threads Hugo Mercier
02:08 PM Revision 207c15da (qgis): [server] Fix layer order rendering when layers are in groups (#8796)
Cherry-picked from master 1ba6b97f74775e9660f0592a517d03ed98aaf504 Alessandro Pasotti
11:02 AM Revision d695c4b3 (qgis): [feature] [3d] [mesh] Display mesh faces in 3D view as terrain
Peter Petrik
11:02 AM Revision 0459a3db (qgis): fix copy-paste error in mesh symbol type
Peter Petrik
11:02 AM Revision 0a7c8a70 (qgis): test quad_flower.2dm also in the mesh read tests
Peter Petrik
11:02 AM Revision d2834bbb (qgis): fix 3d mesh test
Martin Dobias
10:26 AM Revision 83340d0d (qgis): [layouts] Fix loss of composition variables when converting 2.x composi...
Nyall Dawson
05:50 AM Revision 5ff59ce5 (qgis): Fix dual view's feature list not using app palette
Mathieu Pellerin - nIRV
05:50 AM Revision 299e3550 (qgis): Fix variable editor widget not playing well with dark themes
Mathieu Pellerin - nIRV
05:50 AM Revision 193ae4de (qgis): [themes] Fix the processing modeler's rendering on dark backgrounds
Mathieu Pellerin - nIRV
05:50 AM Revision 710d568c (qgis): Improve code editor default color scheme to fix dark background issues
(this also backports night mapping code editor color scheme) Mathieu Pellerin - nIRV
05:04 AM Revision cabcce1f (qgis): Fix dual view's feature list not using app palette
Mathieu Pellerin - nIRV
04:56 AM Revision f275cc08 (qgis): Fix variable editor widget not playing well with dark themes
Mathieu Pellerin - nIRV
03:51 AM Revision 2e9919e1 (qgis): Show category/range label as breadcrumb title when editing classes in l...
Nyall Dawson
02:10 AM Revision 2aab2838 (qgis): [browser] Don't show gdal/ogr layer items for QGIS style xml files
These aren't layers, so the extra entries are just distracting noise. Nyall Dawson
02:04 AM Revision 956a74fc (qgis): Fix some more tiny icons on hidpi displays
Nyall Dawson
02:04 AM Revision ec8b299b (qgis): Add a read only mode to QgsStyleManagerDialog
Allows the dialog to browse an existing style, but prevents users
from making any edits to the style.
Nyall Dawson
02:04 AM Revision 0a119b9a (qgis): HIG
Nyall Dawson
02:04 AM Revision 42a78043 (qgis): Add method to hide favorites and smart groups from style manager dialog
Nyall Dawson
02:04 AM Revision 2c22beaf (qgis): Fix initial selected tab in style manager dialog
Nyall Dawson
02:04 AM Revision 701a29fd (qgis): [FEATURE] Double clicking a style .xml in the browser now opens
the manager dialog, allowing browsing and non-edit actions for the
style.
Nyall Dawson
02:04 AM Revision dd00777b (qgis): Refactor
Nyall Dawson
02:04 AM Revision a1b44c93 (qgis): [FEATURE] When browsing a style from the browser panel, allow copying
symbols to the default style from the right click menu and share button
Allows users to easily transfer symbols and ...
Nyall Dawson
02:04 AM Revision 878cec99 (qgis): Allow additional tags to be set when copying items to default style
Nyall Dawson
02:04 AM Revision ed797c98 (qgis): Nicer strings
Nyall Dawson
02:04 AM Revision 6246dd7d (qgis): Considerably simplify code, remove duplication
Nyall Dawson
02:04 AM Revision a7c18904 (qgis): Rename action for clarity
Nyall Dawson
02:04 AM Revision 5ce54fdc (qgis): Release busy cursor before showing message box
Nyall Dawson
02:04 AM Revision 1a45c8c0 (qgis): Add 'Copy to default' action as a dedicated button when browsing non-de...
Nyall Dawson

2019-01-15

12:15 AM Revision 97fef536 (qgis): Merge pull request #8864 from 3nids/qproperty
add Q_PROPERTY for QgsCoordinateReferenceSytem::isGeographic and QgsGeometry::isNull Denis Rouzaud
08:32 PM Revision 4e31597f (qgis): add Q_PROPERTY for QgsCoordinateReferenceSytem::isGeographic
Denis Rouzaud
08:31 PM Revision 683dbff8 (qgis): use Q_PROPERTY instead of Q_INVOKABLE for QgsGeometry::isNull
Denis Rouzaud
03:10 PM Revision c885cd72 (qgis): add toString and repr for qgsvector
Loïc BARTOLETTI
02:34 PM Revision 8757853b (qgis): Server: throw exception in GetMap if DB connection is not ok
Marco Hugentobler
02:04 PM Revision 63a34455 (qgis): [themes] Allow styling of SQL/python/expression/HTML code editors (#8860)
Mathieu Pellerin - nIRV
12:41 PM Revision 9aacf4ba (qgis): fix #20316 not possible to assign mesh crs
Peter Petrik
09:25 AM Revision 5badeda9 (qgis): Merge pull request #8835 from rldhont/bugfix-oracle-compile-expression-...
[Bugfix][Oracle] Add ESCAPE when compiling LIKE Matthias Kuhn
09:15 AM Revision dafbef1e (qgis): Merge pull request #8859 from elpaso/release-3_4-backports
backport of [server] Use REQUEST_URI as default URL for FCGI requests Alessandro Pasotti
06:24 AM Revision 6957009f (qgis): [themes] Fix the processing modeler's rendering on dark backgrounds
Mathieu Pellerin - nIRV
05:47 AM Revision 8ad544d6 (qgis): Refine multiline selection behaviour in editors
(cherry picked from commit 9d4b80e2f1aa3a35db01110248905a668a2b6246) Nyall Dawson
05:47 AM Revision ee65a07f (qgis): Hidpi fixes for color picker widget
(cherry picked from commit 1572abf1511b9c550294f5fbe8d663173a4748dd) Nyall Dawson
05:47 AM Revision d35228de (qgis): Fix main panel ownership in QgsPanelWidgetStack bindings
(cherry picked from commit ef250c45631cb55c7e4281ed503efb46d869a56e) Nyall Dawson
05:47 AM Revision 59485f33 (qgis): Fix potential crash when removing entities from a style
(cherry picked from commit 4b154a4a88f1d9e60f5b30aa835d7f18ff5d8635) Nyall Dawson
05:47 AM Revision 74c5864b (qgis): Make color swatch list hi-dpi friendly
(cherry picked from commit b49e9405081fcbd95985ee2e1b0a0669df87c1d9) Nyall Dawson
05:47 AM Revision 7d88163a (qgis): Fix a bunch of tiny icon sizes on hidpi displays
(cherry picked from commit 773ee5535ae63dc5f614ea4c74a6f884c5a5eca1) Nyall Dawson
05:47 AM Revision 0dbe4d41 (qgis): Be theme friendly, don't hard-coded white background for locale sample ...
(cherry picked from commit 807958878fd702a42704349766e02a42b361eb50) Mathieu Pellerin - nIRV
05:47 AM Revision 1e15c9fa (qgis): Fix connected widgets do not update in some circumstances
(cherry picked from commit 0058dfc08ecde700ca581b85fc75c7b3d65d0682) Nyall Dawson
05:47 AM Revision 3b233442 (qgis): Fix crash in metadata widget when remove is clicked and no items exist
Fixes #20943
(cherry picked from commit 3bc06e2bb9b5037a341503355d099638eb130561)
Nyall Dawson
04:53 AM Revision 2e36fd60 (qgis): Update TRANSLATORS
Most of the zh-Hant users are Taiwanese, so the flag of zh-Hant should change to flag of Taiwan, not flag of China :) RucioTozzy
03:48 AM Revision 80795887 (qgis): Be theme friendly, don't hard-coded white background for locale sample ...
Mathieu Pellerin - nIRV
03:48 AM Revision 61252f8c (qgis): [themes] Additional fixes for Blend of Gray
- better welcome page (et cie) disabled text
- improve tree view item hover color to avoid masking
drop indicator w...
Mathieu Pellerin - nIRV
03:37 AM Revision 004d6bae (qgis): Add QgsRenderContext to QgsLayerTreeModelLegendNode::ItemContext
Alex Hay
03:36 AM Revision 773ee553 (qgis): Fix a bunch of tiny icon sizes on hidpi displays
Nyall Dawson

2019-01-14

12:30 AM Revision 6f23d30f (qgis): Mesh (and raster) calculator dialog HIG fixes and standardization
And fix typo and warnings Nyall Dawson
12:24 AM Revision edadcb77 (qgis): Refactoring of rectangle maptools
Adds a new geometry class QgsQuadrilateral, for 4 sided geometries. Loïc BARTOLETTI
12:20 AM Revision 046bec48 (qgis): Use render context when drawing layout legends
Alex Hay
10:22 PM Revision dedbbd4a (qgis): Merge pull request #8830 from elpaso/bugfix-server-fcgi-rewritten-uri
[server] Use REQUEST_URI as default URL for FCGI requests Alessandro Pasotti
04:12 PM Revision 4ea42faf (qgis): Server: throw exception if one or more layers are not available. Projec...
Marco Hugentobler
03:05 PM Revision 63429686 (qgis): IndexExtent fix
This fixes a problem with the "IndexExtent" snapping indexing strategy.
I got a strange behaviour where all indexes w...
Hugo Mercier
03:04 PM Revision a1970104 (qgis): Fix vertextool's geometry cache invalidation
This a forward port from d79c212e7ba1e5 in PR #8724
Another fix is added here (which will be backported to 3.4): lay...
Hugo Mercier
02:52 PM Revision 648672d7 (qgis): Fix libpq access from different threads
This is a forward port from 05f949b58, following PR #8700.
In addition, two other fixes are added (that will be back...
Hugo Mercier
12:35 PM Revision 5c24b4e4 (qgis): Backport fixes #20547 : Fix error when using a spatialite layer with a ...
Julien Cabieces
12:32 PM Revision e163caf7 (qgis): update to MDAL 0.1.3 (mesh calculator API)
Peter Petrik
12:32 PM Revision cd9a84e1 (qgis): [feature] [mesh] Mesh Calculator
Similarly to raster calculator, mesh calculator can take dataset groups from current mesh layer and
combine them with...
Peter Petrik
12:32 PM Revision a149e832 (qgis): use SVG icon for show mesh calculator
Peter Petrik
10:54 AM Revision 3cb7e31f (qgis): fix build
Jürgen Fischer
09:10 AM Revision b72e01f0 (qgis): Use QgsStyleModel in Style Manager dialog
Fixes MANY symbol filtering issues in the dialog, and brings many
improvements (e.g. hidpi fixes, nicer tooltips, etc)
Nyall Dawson
09:10 AM Revision cd96ecd8 (qgis): [FEATURE] Add list view mode to style manager dialog
This was added to the symbol list widget in 3.4, and now it's
available in the style manager dialog too.
Nyall Dawson
09:10 AM Revision 4b154a4a (qgis): Fix potential crash when removing entities from a style
Nyall Dawson
09:10 AM Revision d5cedfe9 (qgis): Dox++, deprecate method
Nyall Dawson
09:10 AM Revision 46c13e1b (qgis): Add missing endcond
Nyall Dawson
09:10 AM Revision f8af098f (qgis): Correctly handle selection of mixed item types
Nyall Dawson
09:10 AM Revision 180bb6a4 (qgis): [FEATURE] Add "All" tab to style manager
This allows you to see ALL the symbols/ramps matching the current
group/tag/filter. It makes it easier to manage grou...
Nyall Dawson
07:41 AM Revision ef250c45 (qgis): Fix main panel ownership in QgsPanelWidgetStack bindings
Nyall Dawson
04:14 AM Revision 3bc06e2b (qgis): Fix crash in metadata widget when remove is clicked and no items exist
Fixes #20943 Nyall Dawson
03:56 AM Revision 1572abf1 (qgis): Hidpi fixes for color picker widget
Nyall Dawson
03:56 AM Revision 9b75a82a (qgis): Fix warnings
Nyall Dawson

2019-01-13

12:07 AM Revision 627b0321 (qgis): Only enable qgisCrash() on FreeBSD and Linux systems with glibc
Currently, qgisCrash() is enabled on all Linux platforms except Android,
but that's invalid: While glibc provides the...
Mira Ressel
08:27 PM Revision 0ba9a326 (qgis): Add API to calculate innerTangents for 2 circles
Raymond Nijssen

2019-01-12

10:59 AM Revision 5364afe4 (qgis): [themes] Last round of theme fix (hopefully)
Mathieu Pellerin - nIRV
10:56 AM Revision aafd8481 (qgis): [themes] Last round of theme fix (hopefully)
- improve progress bar size and look
- remove hard coded border color for progress bar
- fix plugin manager checkbox ...
Mathieu Pellerin - nIRV
10:11 AM Revision 5cf87981 (qgis): [themes] Add pressed state for tool/push buttons in Night Mapping
Mathieu Pellerin - nIRV
10:10 AM Revision add1f96f (qgis): [themes] Add pressed state for tool/push buttons in Night Mapping
Mathieu Pellerin - nIRV
10:10 AM Revision ee110345 (qgis): [themes] Add pressed state for tool/push buttons in Blend of Gray
Mathieu Pellerin - nIRV
09:11 AM Revision 0f42c8e3 (qgis): Ensure that project colors show correctly in legend and symbol previews
Nyall Dawson
09:11 AM Revision 3aae40a2 (qgis): Refresh layout maps when project colors change
Nyall Dawson
09:11 AM Revision b0de40d9 (qgis): Fix crash on exit when project signal is emitted during project destruc...
Nyall Dawson
09:11 AM Revision ac107698 (qgis): Move method for detecting project colors to QgsProperty
Nyall Dawson
09:11 AM Revision da53f145 (qgis): Auto update canvas, symbol preview, when project colors change
Symbols may be using project colors, so the layers and previews
need to be updated when project color changes occur
Nyall Dawson
09:11 AM Revision f7745c94 (qgis): Add a signal to QgsProject for when project color scheme changes
Nyall Dawson
06:05 AM Revision 63156db7 (qgis): [themes] Fix a few more issues with Night Mapping
- provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider
Mathieu Pellerin - nIRV
06:05 AM Revision 8a80eeb2 (qgis): [themes] Fix a few more issues with Night Mapping
- provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider
Mathieu Pellerin - nIRV
06:04 AM Revision 495b7687 (qgis): [themes] Fix a few more issues with Blend of Gray
- provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider
Mathieu Pellerin - nIRV

2019-01-11

11:07 PM Revision b61d6f8f (qgis): Merge pull request #8832 from troopa81/fix_20547
fixes #20547 : Fix error when using a spatialite layer with a non-int primary key an a spatial index Matthias Kuhn
09:39 PM Revision 7e397115 (qgis): Fix incorrect evaluation of data defined end color for shapeburst fills
Nyall Dawson
09:39 PM Revision 0274be4a (qgis): Show feedback message when using Select by Expression, to match
Select by Form behaviour
(cherry picked from commit 098aad5c1679142dee97bc298f5b75a40092b6de)
Nyall Dawson
09:39 PM Revision 680f2be3 (qgis): [layouts] Fix incorrectly rendered item background and frame when item is
non-opaque
Fixes #20909
(cherry picked from commit 0de94dd1fe1f62df3547ca8e664489073807dd5e)
Nyall Dawson
09:39 PM Revision 3376586e (qgis): Avoid console noise when loading layouts
(cherry picked from commit 4da0796180d2e152c0fc1c028a62ff9c5dc96a7f) Nyall Dawson
09:39 PM Revision 2aeb38c2 (qgis): Backport Dox improvements
Nyall Dawson
09:39 PM Revision be47fd55 (qgis): Dox++
(cherry picked from commit 74b96ce9559c6b86fd42366e4a8dafe732881175) Nyall Dawson
09:39 PM Revision 53dbb023 (qgis): Fix "unexpected geometry type:7" warning thrown by pal geometry handling
(cherry picked from commit ae9b8fcec4dc7b25d189781529b8215fda4f3cc7) Nyall Dawson
09:39 PM Revision 0697f0f0 (qgis): Fix a clazy warning
(cherry picked from commit c94b305cd9d5f011a8775d2539da6a5d5d605329) Nyall Dawson
08:31 PM Revision 629de0c6 (qgis): Fix some corner cases
Nyall Dawson
08:31 PM Revision 2a774d6d (qgis): [FEATURE][processing] New algorithm "Geodesic line split at antimeridian"
Ports the similar algorithm from the shape tools plugin to c++, and utilises
built in QgsDistanceArea ellipsoidal cal...
Nyall Dawson
08:31 PM Revision 021f5ea3 (qgis): [needs-docs][api] Rename QgsDistanceArea methods to change "date line"
to "antimeridian"
Because the date line =/= +/-180 degree longitude, which is what
we were incorrectly using it to m...
Nyall Dawson
08:31 PM Revision 7b664ea9 (qgis): Fix see also link
Nyall Dawson
08:31 PM Revision a8bd12c4 (qgis): [FEATURE][API] Add method to QgsDistanceArea to split a (multi)line geo...
at the antimeridian
Whenever line segments in the input geometry cross the antimeridian, they
will be split into two...
Nyall Dawson
03:58 PM Revision 4d609ff4 (qgis): Merge pull request #8830 from elpaso/bugfix-server-fcgi-rewritten-uri
[server] Use REQUEST_URI as default URL for FCGI requests Alessandro Pasotti
03:39 PM Revision 8efc6898 (qgis): Use mkdtemp for temporary directory and clean at the end of the test
Julien Cabieces
03:36 PM Revision 99076c94 (qgis): Correct spell problems
Julien Cabieces
02:30 PM Revision 911a3611 (qgis): Update travis building
corentin.falcone
02:15 PM Revision c0dd72ee (qgis): Update travis building
corentin.falcone
01:34 PM Revision 79d01a9b (qgis): Move QgsColorButton::createMenuIcon to public API, make static
Nyall Dawson
01:34 PM Revision 8707eee2 (qgis): Fix incorrect evaluation of data defined end color for shapeburst fills
Nyall Dawson
01:34 PM Revision 56b363ea (qgis): Add icons for data defined colors
Nyall Dawson
01:34 PM Revision fd9bd0a1 (qgis): Link labeling and layout data defined buttons to color buttons
Nyall Dawson
01:34 PM Revision 2623e605 (qgis): Indentation
Nyall Dawson
01:34 PM Revision cfa1d54f (qgis): Link color buttons to their data defined buttons in symbology
Nyall Dawson
01:34 PM Revision e569331a (qgis): Disable linked color buttons when a project color is set for a property
Nyall Dawson
01:34 PM Revision eecfe50d (qgis): [FEATURE] Show Project Colors in color bound data defined buttons
This adds a new "Project Colors" section in data defined buttons
which are linked to a color value. The color menu co...
Nyall Dawson
01:34 PM Revision fc5c0659 (qgis): Update tooltip to reflect color setting
Nyall Dawson
12:31 PM Revision 938adb8c (qgis): [api] Add PyQGIS helpers to QgsGeometry.asMultiPoint(), asMultiPolyline()
and asMultiPolygon()
- raise ValueError when these methods are called with null geometries
- raise TypeError when th...
Nyall Dawson
12:26 PM Revision 2664737f (qgis): Merge pull request #8827 from m-kuhn/gpkg_transaction_test
sqlite_fetch_and_increment cached mode for transactions Matthias Kuhn
12:04 PM Revision 06bf5a99 (qgis): add unit test
Julien Cabieces
11:56 AM Revision 7852a7a7 (qgis): Update building
corentin.falcone
11:10 AM Revision 94784a5c (qgis): Update building
corentin.falcone
10:53 AM Revision 5962afdf (qgis): Improve expression documentation for sqlite_fetch_and_increment
Matthias Kuhn
10:36 AM Revision 4f20f50e (qgis): Update python/plugins/db_manager/db_plugins/postgis/connector.py
Co-Authored-By: Ailurupoda <[email protected]> Alessandro Pasotti
10:36 AM Revision 0fcb6437 (qgis): Update python/plugins/db_manager/db_plugins/plugin.py
Co-Authored-By: Ailurupoda <[email protected]> Alessandro Pasotti
10:36 AM Revision 4011a8db (qgis): Update python/plugins/db_manager/db_plugins/plugin.py
Co-Authored-By: Ailurupoda <[email protected]> Alessandro Pasotti
10:30 AM Revision ccdd133c (qgis): Fix test linking
Matthias Kuhn
09:26 AM Revision 87442a53 (qgis): [Bugfix][Oracle] Add ESCAPE when compiling LIKE
The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if spec... René-Luc ReLuc
04:45 AM Revision b49e9405 (qgis): Make color swatch list hi-dpi friendly
Nyall Dawson
01:15 AM Revision 9d4b80e2 (qgis): Refine multiline selection behaviour in editors
Nyall Dawson

2019-01-10

12:51 AM Revision fd001bbd (qgis): [FEATURE][layouts] Add validity check to flag when a map item
has an overview which is not linked to any existing maps Nyall Dawson
12:51 AM Revision b80829ce (qgis): Remove leftover QObject inheritance
Nyall Dawson
12:51 AM Revision fdfe0cee (qgis): [api][needs-docs] Allow registering PyQGIS using a nice decorator syntax
This allows nice and simple, elegant construction of checks for
Python.
To use, Python based checks should use the d...
Nyall Dawson
12:07 AM Revision 2dd2488c (qgis): german translation update
Jürgen Fischer
11:57 PM Revision 93bfbd00 (qgis): Astyle
Nyall Dawson
08:57 PM Revision 5c0bcd98 (qgis): Merge branch 'master' into sirs_db_manager
Corentin.F
06:53 PM Revision c478ba9c (qgis): fixes #20547 : Fix error when using a spatialite layer with a non-int p...
Julien Cabieces
06:21 PM Revision 238ea726 (qgis): Add comment on field | DbManager
corentin.falcone
06:02 PM Revision fd00cd54 (qgis): Merge pull request #8705 from arnaud-morvan/server_diagrams_filter
Apply featureFilterProvider in QgsVectorLayerDiagramProvider Matthias Kuhn
04:46 PM Revision a764c08e (qgis): Add comment on field | DbManager
corentin.falcone
04:29 PM Revision 2e976150 (qgis): Revert "Add comment on field | DbManager"
This reverts commit 6b98d8de49f76ae10f31fdb644e9960225bb57f0. corentin.falcone
04:08 PM Revision 6b98d8de (qgis): Add comment on field | DbManager
corentin.falcone
03:10 PM Revision 29ad9d7f (qgis): on mac, terrain is sometimes not loaded on time [3d] fix #20963
Peter Petrik
11:18 AM Revision 70466320 (qgis): Typo (old one)
Alessandro Pasotti
10:59 AM Revision a740fec0 (qgis): Make sure sqlite_fetch_and_increment is always executed on the main thread
Matthias Kuhn
10:58 AM Revision cd763bcc (qgis): Update override comment with a full explanation of what it does
Also checks for original url emptiness before returning it. Alessandro Pasotti
10:54 AM Revision 1fff24da (qgis): adding missing include for qgsrendercontext
Alex Hay
10:54 AM Revision b4d764ae (qgis): Fix typo
Nyall Dawson
10:54 AM Revision 70880089 (qgis): Avoid duplicate code
Nyall Dawson
10:54 AM Revision 32126ca2 (qgis): Add missing since annotation
Nyall Dawson
10:54 AM Revision e8b057b4 (qgis): Fix crash
Nyall Dawson
10:54 AM Revision c7d09a32 (qgis): Fix typo
Nyall Dawson
10:54 AM Revision 2a2995aa (qgis): Sipify
Nyall Dawson
10:54 AM Revision f0ffbeb7 (qgis): change bindings again
Alex Hay
10:54 AM Revision 12273fa8 (qgis): Change bindings
Manually inserting the proper binding Alex Hay
10:54 AM Revision 78caf770 (qgis): removing whitespaces
Alex Hay
10:54 AM Revision 2fab80e4 (qgis): adding barebone documentation
Alex Hay
10:54 AM Revision f2290fcd (qgis): adding QgsRenderContext class to the header
Alex Hay
10:54 AM Revision db699add (qgis): removed duplicate signatures
Alex Hay
10:54 AM Revision 58dc1537 (qgis): fixing whitespaces in newer functions
Alex Hay
10:54 AM Revision 99837cf7 (qgis): adding QgsRenderContext support
Alex Hay
10:54 AM Revision 8b374433 (qgis): Adding QgsRenderContext support
Alex Hay
10:54 AM Revision 5c2b3943 (qgis): Dox++
Nyall Dawson
10:48 AM Revision dafb1665 (qgis): Add an additional test for cached mode of sqlite_fetch_and_increment
Matthias Kuhn
10:40 AM Revision fc65d35f (qgis): [themes] Force fusion style for non-default UI themes on OS X
Mathieu Pellerin - nIRV
10:38 AM Revision abb0f73f (qgis): Merge pull request #8825 from nirvn/osx
[themes] Force fusion style for non-default UI themes on OS X Matthias Kuhn
10:35 AM Revision d3b4c7d8 (qgis): Add cached mode to sqlite_fetch_and_increment for transactions
Matthias Kuhn
09:09 AM Revision c7abba03 (qgis): [themes] Force fusion style for non-default UI themes on OS X
Mathieu Pellerin - nIRV
08:06 AM Revision c2637509 (qgis): Merge pull request #8820 from m-kuhn/map_layer_template
QgsProject::mapLayer<Qgs[Type]Layer *>( layerId ); template Matthias Kuhn
01:25 AM Revision 43df43fb (qgis): Fix build
Nyall Dawson

2019-01-09

11:46 PM Revision 9a71839a (qgis): fix building without PyQt
(cherry picked from commit 18abcb580a0e8e06fbea3fb8d9a80be117b53e94) Denis Rouzaud
10:50 PM Revision fcc3996d (qgis): Remove unnecessary #include in server
Paul Blottiere
06:46 PM Revision 00ec08a8 (qgis): Rewritten function comment
Alessandro Pasotti
06:46 PM Revision bb9ec39f (qgis): [server] Fix URL rewrite from fcgi servers
The URL exposed in the XML documents generated
by the server was wrong because instead of
using the original URL (fro...
Alessandro Pasotti
06:46 PM Revision cf5982c3 (qgis): Add tests for QgsFcgiServerRequest rewrites
Alessandro Pasotti
06:13 PM Revision 918bfef5 (qgis): Add a test for transaction save local default value generation with gpkg
Matthias Kuhn
04:25 PM Revision e32c739b (qgis): Make use of QgsProject::mapLayer<QgsVectorLayer *> template
Matthias Kuhn
04:12 PM Revision 468f25c5 (qgis): Add a template method to get a casted maplayer
This simplifies the casting of maplayers when accessing them from the layer registry. Matthias Kuhn
03:08 PM Revision 948048cd (qgis): Do not overwrite renderContext in QgsMapRendererJob::drawLabeling
Dedicated QgsRenderContext is already created and configured in prepareLabelingJob. Arnaud Morvan
03:08 PM Revision a222906f (qgis): Apply featureFilterProvider in QgsVectorLayerDiagramProvider
Arnaud Morvan
02:26 PM Revision 2c8acf13 (qgis): Merge pull request #8818 from signedav/fix_featurecount_offlineediting
Offlineediting - showFeatureCount property Matthias Kuhn
12:52 PM Revision bc4ec901 (qgis): tests for layernodeproperty "showFeatureCount"
fixes https://github.com/opengisch/Vogelwarte_QField_2019/issues/4 David Signer
12:52 PM Revision 012331e9 (qgis): Sibling of 5e61afcfe75e2196ad35c2341e3f040055a182a0
David Signer
12:52 PM Revision 5e61afcf (qgis): tests for layernodeproperty "showFeatureCount"
fixes https://github.com/opengisch/Vogelwarte_QField_2019/issues/4 David Signer
12:30 PM Revision 72bc1395 (qgis): copy property back on synchronize back
David Signer
12:30 PM Revision d7ed48f5 (qgis): Sibling of 72bc1395f17cac84e800e4b43ae39317abe172d5
David Signer
12:30 PM Revision 9292504a (qgis): copy property back on synchronize back
David Signer
12:09 PM Revision a3c97c3d (qgis): copy showFeatureCount property to the new LayerTreeNode
David Signer
12:09 PM Revision bd3f5426 (qgis): Sibling of 419b65d26d5a7feb7844c0c2346772fc223b331d
David Signer
12:09 PM Revision 419b65d2 (qgis): copy showFeatureCount property to the new LayerTreeNode
David Signer
11:22 AM Revision 5aed4d79 (qgis): Backport consider 'print as raster' setting for pdf print in server
Marco Hugentobler
10:20 AM Revision 9e957af4 (qgis): fix build
Jürgen Fischer
09:59 AM Revision b847b492 (qgis): Merge pull request #8813 from signedav/vacuum-past-simple
Message after delete in proper english Matthias Kuhn
07:44 AM Revision b411f36b (qgis): Merge pull request #8816 from rldhont/sld-read-like-escapeChar-218
[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike René-Luc ReLuc
07:05 AM Revision 2213be55 (qgis): Update src/providers/ogr/qgsgeopackagedataitems.cpp
Co-Authored-By: signedav <[email protected]> Nyall Dawson
07:05 AM Revision f1be8116 (qgis): Consider 'print as raster' setting for pdf print in server
Marco Hugentobler
07:05 AM Revision 1320456c (qgis): Update src/providers/ogr/qgsgeopackagedataitems.cpp
Co-Authored-By: signedav <[email protected]> Nyall Dawson
03:15 AM Revision 41757c69 (qgis): Fix build
Nyall Dawson

2019-01-08

08:54 PM Revision 0ab834e2 (qgis): [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
...
René-Luc ReLuc
05:11 PM Revision 22ddcb8c (qgis): proper english past form
David Signer
03:17 PM Revision 15ddb270 (qgis): Merge pull request #8721 from signedav/json-for-valuerelations
Storing Value Releation multi-selection as JSON Matthias Kuhn
03:14 PM Revision 3732cb7e (qgis): Merge pull request #8810 from signedav/vacuum-after-delete
Request for VACUUM after deleting GPKG layer Matthias Kuhn
02:12 PM Revision dd0b33ed (qgis): Merge pull request #8809 from m-kuhn/expression_nullif
Add NULLIF expression function [FEATURE] Matthias Kuhn
02:07 PM Revision 1585ab41 (qgis): Update src/providers/ogr/qgsgeopackagedataitems.cpp
Co-Authored-By: signedav <[email protected]> Etienne Trimaille
01:15 PM Revision 3bd2843b (qgis): proper placing of message output
David Signer
12:57 PM Revision a16e5f27 (qgis): put original message into else
David Signer
12:28 PM Revision dba3b282 (qgis): request VACUUM after deleting geopackage
David Signer
11:50 AM Revision 6e91349b (qgis): json gpkg tests
David Signer
11:36 AM Revision 8754d55a (qgis): Fix JSON
Matthias Kuhn
11:07 AM Revision 6855a1c7 (qgis): Merge pull request #8639 from SrNetoChan/avoid_overlap
Renames Avoid intersection to Avoid overlap [needs-docs] Matthias Kuhn
10:56 AM Revision af027d9d (qgis): Add NULLIF expression function [FEATURE]
Matthias Kuhn
10:48 AM Revision eaad71e0 (qgis): Tweak API
Better to use QVector here, because the QgsLineString/QgsGeometry
methods all use QVector too, and we want to avoid u...
Nyall Dawson
10:42 AM Revision 5df5c376 (qgis): Merge pull request #8507 from signedav/basicfix
Delete selected tables as DataItem action Matthias Kuhn
10:15 AM Revision 37eec198 (qgis): put message in log instead of message box
David Signer
08:55 AM Revision dada301b (qgis): [georeferencer] Fix some HIG violations
Nyall Dawson
08:55 AM Revision 6ed0b476 (qgis): [FEATURE][georefencer] Make minimizing georeferencer when adding points
from canvas an option
Allows users to disable this option, which is annoying on multi-monitor
setups where it can be...
Nyall Dawson
07:24 AM Revision 0de94dd1 (qgis): [layouts] Fix incorrectly rendered item background and frame when item is
non-opaque
Fixes #20909
Nyall Dawson
07:01 AM Revision 500dff10 (qgis): Capitalization
Nyall Dawson
07:01 AM Revision 4da07961 (qgis): Avoid console noise when loading layouts
Nyall Dawson
07:01 AM Revision 098aad5c (qgis): Show feedback message when using Select by Expression, to match
Select by Form behaviour Nyall Dawson
06:32 AM Revision ae9b8fce (qgis): Fix "unexpected geometry type:7" warning thrown by pal geometry handling
Nyall Dawson
03:32 AM Revision c9c502a8 (qgis): Use proj geodesic.h instead of GeographicLib
Because it contains the same functionality and avoids a new
dependency
Nyall Dawson
03:32 AM Revision 148505d4 (qgis): Add a dependancy to geographiclib
Nyall Dawson
03:32 AM Revision 654d7a43 (qgis): spelling
Nyall Dawson
03:32 AM Revision ebd10446 (qgis): Add method to retrieve destination CRS from QgsDistanceArea
Nyall Dawson
03:32 AM Revision 9c7be5fa (qgis): Unit tests for QgsDistanceArea::geodesicLine
Nyall Dawson
03:32 AM Revision b0c3b9f7 (qgis): Unit tests for QgsDistanceArea::latitudeGeodesicCrossesDateLine
Nyall Dawson
03:32 AM Revision adc5c174 (qgis): Expose method for calculating latitude geodesic crosses date line to pu...
Nyall Dawson
03:32 AM Revision 13ac9071 (qgis): latitudeGeodesicCrossesDateLine also returns fraction of segment
along which the crossing occurs Nyall Dawson
03:32 AM Revision dbf8fe6e (qgis): Use an iterative approach to determine the exact latitude
where a geodesic crosses the international date line
And use this to correctly break geodesic lines which cross
the ...
Nyall Dawson
03:32 AM Revision fdea61a9 (qgis): Add method to calculate the geodesic line joining two points to QgsDist...
Using geographiclib to calculate the line Nyall Dawson
03:32 AM Revision 41450732 (qgis): Fix clazy warnings
Nyall Dawson
03:32 AM Revision e286c094 (qgis): Fix date line breaks with non geographic input CRS
Nyall Dawson
02:10 AM Revision 210ec4c1 (qgis): More user friendly display of 'all other values' category
Nyall Dawson
02:10 AM Revision f66773a1 (qgis): Nicer tooltips for merged categories
Nyall Dawson
02:10 AM Revision 2c0dc09c (qgis): Correctly handle conversion of merged categories to rule based renderer
Nyall Dawson
02:10 AM Revision 1051f9b4 (qgis): Rename some methods for consistency/clarity
Nyall Dawson
02:10 AM Revision a6849ca2 (qgis): Unit tests for unmerging
Nyall Dawson
02:10 AM Revision 63204cfd (qgis): Fix travis
Nyall Dawson
02:10 AM Revision 2b4482fa (qgis): Add option to unmerge categories
Nyall Dawson
02:10 AM Revision 0259548a (qgis): Don't allow null entry to be merged
Nyall Dawson
02:10 AM Revision 7b245d18 (qgis): [FEATURE] Add option to merge categories in categorized renderer
This allows users to select multiple existing categories and
group them into a single category, which applies to any ...
Nyall Dawson
02:10 AM Revision 224df0a2 (qgis): Add missing documentation for QgsCategorizedRenderer
Nyall Dawson
02:10 AM Revision d32714c8 (qgis): [API] Allow categorized renderer category values to be lists of values
When a category is a list of values, that category will apply to
any of the values from the list
Nyall Dawson
02:10 AM Revision 74b96ce9 (qgis): Dox++
Nyall Dawson
02:10 AM Revision c94b305c (qgis): Fix a clazy warning
Nyall Dawson
02:10 AM Revision f3e7e1b7 (qgis): Q_FOREACH -> for
Nyall Dawson

2019-01-07

12:36 AM Revision c09b379f (qgis): Rename member variables, remove "forceCartesian" arguments
J. Dugge
12:36 AM Revision bf5a077e (qgis): Fix typos
J. Dugge
12:36 AM Revision 3e05c99c (qgis): Add centimeter and millimeter based units to Project Properties and Map...
Fix the "map units" option in distance measurements when using geographic coordinate systems J. Dugge
04:54 PM Revision 0cc809b7 (qgis): Merge pull request #8804 from m-kuhn/geometry_check_dox
Improved API documentation for geometry checks Matthias Kuhn
03:41 PM Revision b6293f23 (qgis): osgeo4w: run python scripts with python3 (fixes #20870)
Jürgen Fischer
03:38 PM Revision 6d38a0ed (qgis): Improved API documentation for geometry checks
Matthias Kuhn
03:26 PM Revision 627ac66d (qgis): add jsonb tests and fixed count
David Signer
01:47 PM Revision 86ff5008 (qgis): Merge pull request #8802 from NaturalGIS/release-2_18
re-add the r.mapcalculator module (as r.mapcalc.simple) and remove the not working r.mapcalc Luigi Pirelli
01:43 PM Revision b557cc26 (qgis): Merge pull request #8803 from NaturalGIS/release-3_4
re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove the not working r.mapcalc Luigi Pirelli
01:38 PM Revision 83c6a2c4 (qgis): Merge pull request #8444 from NaturalGIS/reenable_grass_r_mapcalculator
add GRASS r.mapcalculator, remove r.mapcalc Luigi Pirelli
01:13 PM Revision 1ba6b97f (qgis): [server] Fix layer order rendering when layers are in groups (#8796)
* [server] Fix layer order rendering when layers are in groups
Fixes #20810
* Update test images
* [server] Fix or...
Alessandro Pasotti
11:45 AM Revision 63a5320f (qgis): fix module description file
Giovanni Manghi
11:43 AM Revision a57fec87 (qgis): fix module description file
Giovanni Manghi
11:39 AM Revision ae1ab67b (qgis): prepared tests for gpkg - not yet active
David Signer
11:39 AM Revision e9e7c397 (qgis): add author and reader tables to test valuerelations with json
David Signer
11:37 AM Revision 8fd47c9f (qgis): using of json fields for value relation widget multi selection
if the type of field is QVariant::Map - means a json source (eg. GPKG or Postgres (storing not yet implemented)) - it... David Signer
11:37 AM Revision 036c35a6 (qgis): Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Co-Authored-By: signedav <[email protected]> Matthias Kuhn
11:37 AM Revision 74545e83 (qgis): fix for-clause
David Signer
11:37 AM Revision 148591f9 (qgis): Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Co-Authored-By: signedav <[email protected]> Matthias Kuhn
11:37 AM Revision 95c92791 (qgis): tests for json in postgres
only reading not writing possible because of pg implementation David Signer
11:37 AM Revision 740f671f (qgis): Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Co-Authored-By: signedav <[email protected]> Matthias Kuhn
11:28 AM Revision 268c200b (qgis): re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove th...
Giovanni Manghi
11:14 AM Revision 10d47992 (qgis): fix the module name
Giovanni Manghi
11:11 AM Revision 71c15817 (qgis): re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove th...
Giovanni Manghi
10:56 AM Revision 9f3c3138 (qgis): add missed file
Giovanni Manghi
10:54 AM Revision 667a86b0 (qgis): change the name of the module to match the new name in GRASS 7.4.4
Giovanni Manghi
10:42 AM Revision 54a5fae0 (qgis): Merge pull request #8781 from mhugent/get_atlas_print
[server][needs-docs] Get atlas print Marco Hugentobler
10:35 AM Revision 0c71e720 (qgis): JSON Support for GeoPackage [FEATURE]
Merge pull request #8707 from signedav/json-for-gpkg
Integration of JSON type of GeoPackage
Matthias Kuhn
08:55 AM Revision f1d2239d (qgis): 'returns' before 'since'
Marco Hugentobler
08:19 AM Revision a6f8db15 (qgis): use general json conversion because it works for the different types
like QVariantMap, QVariantHash, QVariantList or QStringList
as fallback still the QString conversion is available
David Signer
07:52 AM Revision ab4ca6f6 (qgis): Try to make travis happy
Marco Hugentobler
04:19 AM Revision c710e0b8 (qgis): [mssql] Fix inserting features into tables with an after insert trigger...
Fixes #20592
(cherry picked from commit 69f6ea521b8ee3a78bda0dfd431a9cf6668ad111)
Alex Hay
04:19 AM Revision 8cc96e67 (qgis): [processing][SAGA] Resync Fill Sinks descriptions, add tests
Refs #20051
(cherry picked from commit efd54f862f9319abb47149a445c2370e7e9170d8)
Nyall Dawson
04:19 AM Revision ed75a176 (qgis): [processing][SAGA] Resync parameters for resample tool
And add tests
Fixes #20882
(cherry picked from commit 45f8b863dbe7f238270a70c4860b24355dd9968f)
Nyall Dawson
02:48 AM Revision 69f6ea52 (qgis): [mssql] Fix inserting features into tables with an after insert trigger...
Fixes #20592 Alex Hay

2019-01-06

12:55 AM Revision 45f8b863 (qgis): [processing][SAGA] Resync parameters for resample tool
And add tests
Fixes #20882
Nyall Dawson
12:55 AM Revision efd54f86 (qgis): [processing][SAGA] Resync Fill Sinks descriptions, add tests
Refs #20051 Nyall Dawson
12:32 AM Revision cf410407 (qgis): [layouts] Fix inefficient filtering in attribute tables
Set the expression filter on the request itself, rather than looping
through all features and testing on the filter. ...
Nyall Dawson
12:32 AM Revision 3eea922e (qgis): Negative indices count from back of linestring
(cherry picked from commit f595d53d0aee182a872a73b6ec6fc45e9dc0edc4) Nyall Dawson
12:32 AM Revision 6e847565 (qgis): [API] Backport some nice PyQGIS methods and exceptions to QgsLineString
- len(QgsCurve) returns number of points in curve
- raise IndexErrors when calling pointN, xAt, yAt, zAt, mAt, setXAt...
Nyall Dawson
12:32 AM Revision 06f69657 (qgis): respect attribute table behavior settings
Fixes undocumented bug of attribute table settings (Show features Visible on Map etc.)
not being respected. The setti...
Tudor Bărăscu
12:32 AM Revision 2edb4346 (qgis): [API] Backport some nice PyQGIS API for working with geometry collections
- Calling removeGeometry with an invalid index will now raise an IndexError
- Calling collection[0] will return the f...
Nyall Dawson
12:32 AM Revision 3cb1be2b (qgis): Update some version numbers in API docs
Nyall Dawson
12:32 AM Revision a180edc4 (qgis): [API] Throw IndexError on some QgsCurvePolygon methods when invalid
interior ring index is requested
(cherry picked from commit 44fbb894506965ec6ebbc6f232399214ff19574c)
Nyall Dawson
12:32 AM Revision dc4e8792 (qgis): [API] Backport iterator for QgsGeometryCollection
Iterates over the geometries in the collection, allowing this type
of code:
gc = QgsGeometryCollection()
gc.from...
Nyall Dawson
12:32 AM Revision 3dc76656 (qgis): Use TypeHint annotation to indicate correct return type when sip code r...
Provides correct return type hints to IDEs (and hopefully PyQGIS docs too!)
(cherry picked from commit e23527bf9223c...
Nyall Dawson
05:54 PM Revision f6c7cdb4 (qgis): Better check for QString::isEmpty() than for length() == 0
Not that it really makes any difference ... Alessandro Pasotti
03:58 PM Revision c6b0ae0a (qgis): Merge pull request #8795 from ismailsunni/clean_shortcut_list
Remove empty action in shortcut configuration list. Alessandro Pasotti
12:59 PM Revision 48e4525a (qgis): Remove empty action in shortcut configuration list.
Ismail Sunni
02:31 AM Revision 48db8648 (qgis): add missing bits to API documentation (#8709)
* add missing bits to API documentation
* API docs
* mark function as deprecated
* Deprecate for Python
* Fix doc...
Denis Rouzaud

2019-01-05

09:40 PM Revision f075109d (qgis): Merge pull request #8793 from elpaso/bugfix-20693-server-LAYERTITLESPACE
[server] Respect layer title space when rendering legends Alessandro Pasotti
08:48 PM Revision 7d592a01 (qgis): Add control image masks
Add more mask images (when image size does not match, generate_test_mask_image.py fails to update the mask) Alessandro Pasotti
03:19 PM Revision 4e295588 (qgis): Add doc for new function
Marco Hugentobler
03:19 PM Revision fbe70f14 (qgis): Set spinbox maximum higher than 99
Marco Hugentobler
03:19 PM Revision 492ee5fe (qgis): Allow to request all atlas features with 'ATLAS_PK=*' if the number is ...
Marco Hugentobler
03:19 PM Revision 2e7bf12e (qgis): Possibility to restrict number of atlas features (default: 1)
Marco Hugentobler
03:16 PM Revision 14935745 (qgis): Spelling, doc and indentation
Marco Hugentobler
03:16 PM Revision a145847c (qgis): Re-enable QgsProjectProperties::checkPageWidgetNameMap
Marco Hugentobler
03:16 PM Revision e7c0f361 (qgis): Small tweaks
Marco Hugentobler
03:16 PM Revision 9ed7b0df (qgis): Consider case where id is layer name
Marco Hugentobler
03:16 PM Revision df8940c6 (qgis): Add control image for atlas GetPrint test and fix some python stuff
Marco Hugentobler
03:16 PM Revision fedb1d87 (qgis): Fix atlas print for png and svg format (just give back first page)
Marco Hugentobler
03:16 PM Revision 179be5af (qgis): Add atlas to test project
Marco Hugentobler
03:16 PM Revision 10cbad77 (qgis): Get pk attributes from layer instead of provider
Marco Hugentobler
03:16 PM Revision 69de8f9a (qgis): Show atlas layers, atlas coverage layers and primary key attributes in ...
Marco Hugentobler
03:16 PM Revision 22e54ba1 (qgis): Fix check if ATLAS_PK parameter is there
Marco Hugentobler
03:16 PM Revision 21e3adfb (qgis): [FEATURE]: Possibility to set ATLAS_PK in GetPrint request to print atl...
Marco Hugentobler
03:16 PM Revision 23669b68 (qgis): Add unit tests
Marco Hugentobler
03:16 PM Revision 583674bb (qgis): Remove diagrams from atlas print test as it shows different behaviour i...
Marco Hugentobler
12:02 PM Revision ed9c9b33 (qgis): Add comment option on db_manager pluging postgis tables (#8734) [FEATURE]
Add possibility to create a comment on a postgres table when import or using the alter table button from db_manager. Corentin Falcone
12:00 PM Revision be451d98 (qgis): Merge pull request #8752 from anitagraser/patch-1
Refer to layers panel instead of legend Matthias Kuhn
12:00 PM Revision a1ea8004 (qgis): Merge pull request #8753 from m-kuhn/legend_to_layers_panel
Legend to layers panel Matthias Kuhn

2019-01-04

10:54 PM Revision 6c1b5d25 (qgis): Merge pull request #8794 from troopa81/release-3_4
fixes #20673 : Correct mapFromSource method when reordering columns Luigi Pirelli
10:31 PM Revision e3c1d18f (qgis): [layouts] Fix inefficient filtering in attribute tables
Set the expression filter on the request itself, rather than looping
through all features and testing on the filter. ...
Nyall Dawson
07:30 PM Revision 3c239280 (qgis): Update control images
Alessandro Pasotti
02:32 PM Revision d4999400 (qgis): [server] Respect layer title space when rendering legends
Fixes #20693 - LAYERTITLESPACE in GetLegendGraphic is not taken into account Alessandro Pasotti
09:25 AM Revision 71799094 (qgis): fixes #20673 : Correct mapFromSource method when reordering columns
Julien Cabieces
07:56 AM Revision 899dcbff (qgis): Fix assert crash for non-English UI locale (fixes #20834)
Mathieu Pellerin - nIRV
07:55 AM Revision 2df15a67 (qgis): Fix assert crash for non-English UI locale (fixes #20834)
Mathieu Pellerin - nIRV
06:01 AM Revision 92460826 (qgis): Declare color / color ramp button text color in Night Mapping
Mathieu Pellerin - nIRV
06:01 AM Revision 1ca3f4b4 (qgis): [themes] Allow customization of palette role colors
This fixes the following issues:
- combo box drop down menu white top/bottom edges
- color button header background c...
Mathieu Pellerin - nIRV
06:01 AM Revision 650ca8a3 (qgis): [themes] Use widget's palette when drawing text for color ramp button
Mathieu Pellerin - nIRV
06:01 AM Revision 5a67fb24 (qgis): Add palette file for the Night Mapping theme
Mathieu Pellerin - nIRV
06:01 AM Revision 76941deb (qgis): [symbology] Add missing 'meters at scale' unit type in ellipse marker
Mathieu Pellerin - nIRV
06:01 AM Revision e823ab2f (qgis): [themes] Apply OS-specific UI scale factor to em values
Mathieu Pellerin - nIRV
06:01 AM Revision 15ae474c (qgis): [themes] Adjust Night Mapping to improve display on windows
Mathieu Pellerin - nIRV
04:11 AM Revision b7a607c6 (qgis): [themes] Move tab widget's pane up 1 pixel to improve border look
Mathieu Pellerin - nIRV
04:00 AM Revision b9213789 (qgis): [themes] Adjust Night Mapping and Blend of Gray to improve display on w...
Fixes the combo box drop down list clipping text, as well as
the spinbox's up and down arrow.
Turns out having a sin...
Mathieu Pellerin - nIRV

2019-01-03

08:01 PM Revision e99072b1 (qgis): Add method to QgsStatisticalSummary to get a short name corresponding t...
Returns a short name, suitable for use in a field name Nyall Dawson
08:01 PM Revision d59a3465 (qgis): [processing][needs-docs] Standardize names of z/m value algorithms
Ensures consistent capitalization and (non)hyphenation of algorithm names Nyall Dawson
08:01 PM Revision cef9c4ea (qgis): [FEATURE][processing] New algorithms "Extract Z values" and "Extract m ...
These algorithms allow users to convert z or m values present in feature
geometries to attributes in the layer. By de...
Nyall Dawson
08:01 PM Revision 5f817b4d (qgis): Allow QgsStatisticalSummary to calculate first/last value
Trivial, but simplifies other code which desires to expose
a choice between first/last/min/max/mean/etc...
Nyall Dawson
08:01 PM Revision 5586352a (qgis): [FEATURE][processing] New raster zonal stats algorithm
Like the vector zonal stats algorithm, but this one works with
the zones defined in another raster.
Iterates over th...
Nyall Dawson
12:43 PM Revision 666f9599 (qgis): Merge branch 'master' into basicfix
David Signer
12:00 PM Revision 0373fe73 (qgis): autogenerated sip in file
David Signer
11:53 AM Revision 5a751950 (qgis): fix - removes layers from project if they exist there
David Signer
11:51 AM Revision 81faf951 (qgis): use uri to get layeritem to delete
David Signer
11:50 AM Revision d453006f (qgis): find index of layeritem with the passed uri
David Signer
09:59 AM Revision a7c3aadf (qgis): Merge pull request #8785 from elpaso/bugfix-20601-processing-side
Pick up all layer entries references from the project context Alessandro Pasotti
02:48 AM Revision f4aa9a49 (qgis): respect attribute table behavior settings
Fixes undocumented bug of attribute table settings (Show features Visible on Map etc.)
not being respected. The setti...
Tudor Bărăscu

2019-01-02

07:53 PM Revision 0f7d8c05 (qgis): Split layout map overview tests into their own file, add masks
Nyall Dawson
07:53 PM Revision 1b309c68 (qgis): [layouts] Add setters/getters for map item stacking positions
Nyall Dawson
07:53 PM Revision 201523fb (qgis): Test masks
Nyall Dawson
07:53 PM Revision 97daa508 (qgis): Use qobject_cast
Nyall Dawson
07:53 PM Revision 38450f0b (qgis): [FEATURE][layouts] Allow control over stacking position of map overview...
Allows overview extents to be drawn below map labels (the new default),
but also adds choices for drawing them below ...
Nyall Dawson
07:53 PM Revision 6eb49fed (qgis): [layouts] Add method to get overview item extent as a vector layer
The layer contains a single feature representing the linked map
extent, and set to render using the overview's symbol
Nyall Dawson
07:53 PM Revision 12da3afa (qgis): [layouts] Add method to alter list of map layers to render to include
overview layers Nyall Dawson
07:53 PM Revision a441e2b1 (qgis): [layouts] Add API allowing drawing map overviews under map layers
or under map labels Nyall Dawson
07:53 PM Revision ec553048 (qgis): Add layout validity check for map crs
Nyall Dawson
07:53 PM Revision 7ccaa3df (qgis): [FEATURE][API] Add flexible framework for custom "validity checks"
Adds a new interface QgsAbstractValidityCheck which defines
a single "check" which can be performed on a given QgsVal...
Nyall Dawson
07:53 PM Revision d14a5bd1 (qgis): [layouts] Add inbuilt validity check to warn when scale bars are
not linked to a map item
(and remove test Web mercator projection warning check)
Nyall Dawson
07:53 PM Revision 62f1bb7a (qgis): Spelling
Nyall Dawson
07:53 PM Revision 9d800d42 (qgis): Sipify
Nyall Dawson
07:53 PM Revision ddd522b4 (qgis): Rework validity check API to allow future background threaded use
Nyall Dawson
07:53 PM Revision 102f075a (qgis): Run layout validity checks before export
Nyall Dawson
05:05 PM Revision 744d3500 (qgis): Merge pull request #8784 from alexbruy/backport-tests
[processing] backport GDAL unittests to LTR branch Alexander Bruy
04:59 PM Revision ecb6cde3 (qgis): Pick up all layer entries references from the project context
This is the processing side of the duplicate layer
names bug, while the core part was already fixed,
the processing l...
Alessandro Pasotti
03:50 PM Revision 7dd30a5d (qgis): remove obsolete tests
(cherry picked from commit f332233f6d89fb1cf7f87b0b8c5ede86cb878cbe) Alexander Bruy
03:50 PM Revision ce591a7c (qgis): [processing] add unittest for gdal_polygonize algorithm
(cherry picked from commit 6809d346ab8ad6e42bb8020520c3d5fd70e331b7) Alexander Bruy
03:49 PM Revision 29ee8936 (qgis): [processing] add unittest for gdal2xyz algorithm
(cherry picked from commit f447745b5ffcd99a2bef5584844d753262730445) Alexander Bruy
09:42 AM Revision ac6e6740 (qgis): [themes] Apply OS-specific UI scale factor to em values
Mathieu Pellerin - nIRV
08:19 AM Revision 386c16fd (qgis): fix in listwidgetfactory and set method of ogrprovider to const not cha...
David Signer
07:51 AM Revision 883ae1aa (qgis): Add palette file for the Blend of Gray theme
Mathieu Pellerin - nIRV
07:51 AM Revision 96eb8411 (qgis): [themes] Allow customization of palette role colors
This fixes the following issues:
- combo box drop down menu white top/bottom edges
- color button header background c...
Mathieu Pellerin - nIRV
07:51 AM Revision d8803151 (qgis): Add palette file for the Night Mapping theme
Mathieu Pellerin - nIRV
07:17 AM Revision 2f1efd89 (qgis): Merge pull request #8776 from alexbruy/gdal_tests
[processing] cover more GDAL algorithms with unittests Alexander Bruy

2019-01-01

09:53 PM Revision 196024cc (qgis): typo fixes
Jürgen Fischer
06:28 PM Revision f332233f (qgis): remove obsolete tests
Alexander Bruy
06:26 PM Revision 6809d346 (qgis): [processing] add unittest for gdal_polygonize algorithm
Alexander Bruy
05:15 PM Revision f447745b (qgis): [processing] add unittest for gdal2xyz algorithm
Alexander Bruy
04:27 PM Revision e39fdd54 (qgis): Merge pull request #8775 from alexbruy/backport-gdal_sieve
[processing] fix handling of the mask layer in the gdal_sieve algorithm Alexander Bruy
03:29 PM Revision c50a5cd8 (qgis): [processing] fix handling of the mask layer in the gdal_sieve algorithm
(fix #20713)
(cherry picked from commit a5365e26ebdfab2330eacb56167040a044f97f3c)
Alexander Bruy
03:26 PM Revision 655dc1f5 (qgis): Merge pull request #8773 from alexbruy/processing-gdal_sieve
[processing] fix handling of the mask layer in the gdal_sieve algorithm Alexander Bruy
02:20 PM Revision a5365e26 (qgis): [processing] fix handling of the mask layer in the gdal_sieve algorithm
(fix #20713) Alexander Bruy
01:29 PM Revision 5b66c059 (qgis): Merge pull request #8774 from alexbruy/backport-gdaladdo
[processing] fix gdaladdo algorithm Alexander Bruy
12:37 PM Revision cee8a205 (qgis): make advanced params optional to keep algorithm API stable
(cherry picked from commit c64383702effc391d6031d0d1f500cf8b019d4d9) Alexander Bruy
12:37 PM Revision be60f12e (qgis): [processing] expose resampling and format options in the gdaladdo
algorithm (fix #20432)
These options actually were here but not added to the UI.
(cherry picked from commit 3d33b9f...
Alexander Bruy
12:35 PM Revision 1233a21a (qgis): Merge pull request #8766 from alexbruy/processing-gdaladdo
[processing][needs-docs] expose resampling and format options in the gdaladdo (fix #20432) Alexander Bruy
09:42 AM Revision f07c2643 (qgis): [symbology] Add missing 'meters at scale' unit type in ellipse marker
Mathieu Pellerin - nIRV
09:33 AM Revision 9184c31a (qgis): Declare color / color ramp button text color in Night Mapping
Mathieu Pellerin - nIRV
09:33 AM Revision 4e3f270e (qgis): Declare color / color ramp button text color in Blend of Gray
Mathieu Pellerin - nIRV
09:33 AM Revision 4793241a (qgis): [themes] Use widget's palette when drawing text for color ramp button
Mathieu Pellerin - nIRV
08:41 AM Revision 19d8605c (qgis): Merge pull request #8770 from alexbruy/processing-backports
[processing] Add cell size parameter to native interpolation algorithms (fix #18556, #20114) Alexander Bruy
08:15 AM Revision d5029f43 (qgis): Merge pull request #8771 from alexbruy/backports-gdal
[processing] set default value for band parameters in GDAL algs (fix #20610) Alexander Bruy
07:10 AM Revision 4ff4b6fa (qgis): [processing] set default value for band parameters in GDAL algs (fix #2...
(cherry picked from commit 1e1ed79e2dede6e50b83623695663ff823cdef22) Alexander Bruy
07:09 AM Revision 580ff832 (qgis): keep also old test for native interpolation algs
(cherry picked from commit acd4ceca5c06922510c492f42a97604e7e09b248) Alexander Bruy
07:09 AM Revision 5167b290 (qgis): restore columns and rows parameters for the extremely rare case if
someone have used native interpolation algs in scripts/models
(cherry picked from commit e86ca50cc684c81ca610cd7aac4...
Alexander Bruy
07:09 AM Revision 9a524e13 (qgis): update tests
(cherry picked from commit 09dbb8917dcb09119926a9d9aa031ab3c28f0a0f) Alexander Bruy
07:08 AM Revision d1c89fee (qgis): add cell size option to IDW and TIN interpolation algorithms
(cherry picked from commit 5813b961598b64cc8136edc968bdcfc675a495d1) Alexander Bruy
07:08 AM Revision 816bb2dc (qgis): add value changed signal for custom interpolation parameter wrapper
move duplicated code into common file
(cherry picked from commit 357cf270ff6623df94ab36c12f7964fb61e72297)
Alexander Bruy
07:08 AM Revision 6c6b075e (qgis): add value changed signal for extent parameter widget wrapper
(cherry picked from commit 37f14f8b3fefaeda8d34b6e284e3cd160b131756) Alexander Bruy
07:00 AM Revision aa7d4a73 (qgis): Make Night Mapping theme hidpi-compatible
Mathieu Pellerin - nIRV
07:00 AM Revision 7db89100 (qgis): Fix combobox dropdown list padding issue with theme
Mathieu Pellerin - nIRV
07:00 AM Revision 540f9520 (qgis): Only apply custom toolbar spacing for default theme
Mathieu Pellerin - nIRV
07:00 AM Revision 015508ca (qgis): Only apply custom toolbar spacing for default theme
Mathieu Pellerin - nIRV
07:00 AM Revision 1b460b52 (qgis): Make Blend of Gray theme hidpi-compatible
Mathieu Pellerin - nIRV
07:00 AM Revision 43f8b46a (qgis): Fix combobox dropdown list padding issue with themes
Mathieu Pellerin - nIRV

2018-12-31

08:20 PM Revision fea05d62 (qgis): debian packaging: avoid conflicting files (followup add1a9228, refs #20...
Jürgen Fischer
08:20 PM Revision 35998425 (qgis): windows: allow https downloads in nsis installer (fixes #18360)
Jürgen Fischer
12:28 PM Revision c67e590e (qgis): Make Night Mapping theme hidpi-compatible
Mathieu Pellerin - nIRV
11:34 AM Revision c6438370 (qgis): make advanced params optional to keep algorithm API stable
Alexander Bruy
11:20 AM Revision 3d33b9f1 (qgis): [processing] expose resampling and format options in the gdaladdo
algorithm (fix #20432)
These options actually were here but not added to the UI.
Alexander Bruy
10:40 AM Revision 0d521941 (qgis): Followup 2ec05137, fix incorrect styling of some GUI elements
Nyall Dawson

2018-12-30

02:55 PM Revision 84d155ea (qgis): Merge pull request #8759 from alexbruy/processing-interpolation
[processing][needs-docs] Add cell size parameter to native interpolation algorithms (fix #18556, #20114) Alexander Bruy
02:54 PM Revision 8186f235 (qgis): Merge pull request #8762 from alexbruy/processing-gdal-defaults
[processing] set default value for band parameters in GDAL algs (fix #20610) Alexander Bruy
08:48 AM Revision acd4ceca (qgis): keep also old test for native interpolation algs
Alexander Bruy
08:18 AM Revision 1e1ed79e (qgis): [processing] set default value for band parameters in GDAL algs (fix #2...
Alexander Bruy
07:15 AM Revision e86ca50c (qgis): restore columns and rows parameters for the extremely rare case if
someone have used native interpolation algs in scripts/models Alexander Bruy
05:44 AM Revision 37f14f8b (qgis): add value changed signal for extent parameter widget wrapper
Alexander Bruy
05:44 AM Revision 357cf270 (qgis): add value changed signal for custom interpolation parameter wrapper
move duplicated code into common file Alexander Bruy
05:44 AM Revision 5813b961 (qgis): add cell size option to IDW and TIN interpolation algorithms
Alexander Bruy
05:44 AM Revision 09dbb891 (qgis): update tests
Alexander Bruy

2018-12-29

12:11 AM Revision 918a236a (qgis): [layout][ux] Avoid too short variable editor in layout properties
on hi-dpi displays
(cherry picked from commit ac9a4ef1e424ed55453b54d57e2767a02966707b)
Nyall Dawson
12:11 AM Revision 3c94d2fe (qgis): Followup 0f8e291f, fix logic relating to overrding default application
style and simplify
(cherry picked from commit f0e7c9c271f5e03e51ac35024a08958091f091ae)
Nyall Dawson
12:11 AM Revision 90d6b12b (qgis): [layouts][ux] Fix grid layout alignment of label properties
(cherry picked from commit 29da7bb6885dc42f2a7ce2eb6e0441028debebc1) Nyall Dawson
11:11 PM Revision e90efda4 (qgis): Avoid build warnings on Windows caused by external dependancies
Nyall Dawson
11:11 PM Revision b9658b1a (qgis): Fix build warning
Nyall Dawson
08:22 PM Revision 2ec05137 (qgis): Add custom QStyle override to allow more flexibility with theming
Allows us to apply custom style overrides. Initially, this just
improves the appearance of disabled icons on dark the...
Nyall Dawson
05:33 PM Revision 29da7bb6 (qgis): [layouts][ux] Fix grid layout alignment of label properties
Nyall Dawson
05:33 PM Revision ac9a4ef1 (qgis): [layout][ux] Avoid too short variable editor in layout properties
on hi-dpi displays Nyall Dawson
11:02 AM Revision f0e7c9c2 (qgis): Followup 0f8e291f, fix logic relating to overrding default application
style and simplify Nyall Dawson
05:16 AM Revision 916db925 (qgis): Add toolbar handle and separator to Night Mapping theme
Mathieu Pellerin - nIRV
05:14 AM Revision 698ece7b (qgis): Add toolbar handle and separator to Blend of Gray theme
Mathieu Pellerin - nIRV
05:14 AM Revision b705d903 (qgis): Add toolbar handle and separator to Night Mapping theme
Mathieu Pellerin - nIRV

2018-12-28

07:37 PM Revision 1e8cecda (qgis): Adjust translations
Matthias Kuhn
07:34 PM Revision 21194a61 (qgis): Refer to layers panel instead of legend
Anita Graser
07:08 PM Revision b5a66ddc (qgis): Refer to layers panel instead of legend
Anita Graser
09:47 AM Revision c26f16b8 (qgis): Be theme-friendly, enforce borderless close button in message bar
Mathieu Pellerin - nIRV
09:47 AM Revision 4ea6c9ca (qgis): Refresh the Night Mapping theme, including _many_ fixes
Mathieu Pellerin - nIRV
09:47 AM Revision 7f25d417 (qgis): Only add option list widget styling for default theme
(This allows customized styling for non-default themes,
fixes white background on white text issue et cie)
Mathieu Pellerin - nIRV
09:47 AM Revision 687fb504 (qgis): Rely on app palette colors when painting in color swatch delegate
Mathieu Pellerin - nIRV
09:47 AM Revision 5f10aa8e (qgis): Fix Night Mapper alt. table / tree view item color
Mathieu Pellerin - nIRV
09:47 AM Revision 314c399d (qgis): Fix missing color cell in color ramp shader widget for non-default theme
(fixes #15913) Mathieu Pellerin - nIRV
09:47 AM Revision 084fda15 (qgis): Enforce use of qt's fusion style for non-default themes
Mathieu Pellerin - nIRV
08:53 AM Revision 60d2616e (qgis): Rely on app palette colors when painting in color swatch delegate
Mathieu Pellerin - nIRV
08:52 AM Revision 0f8e291f (qgis): Enforce use of qt's fusion style for non-default themes
Mathieu Pellerin - nIRV
08:32 AM Revision b84c0971 (qgis): Fix Night Mapper alt. table / tree view item color
Mathieu Pellerin - nIRV
07:41 AM Revision 38e6ace5 (qgis): Fix missing color cell in color ramp shader widget for non-default theme
(fixes #15913) Mathieu Pellerin - nIRV
06:00 AM Revision abc20e18 (qgis): Refresh the Night Mapping theme, including _many_ fixes
Mathieu Pellerin - nIRV

2018-12-27

09:24 PM Revision 026f914f (qgis): Remove unused code
Nyall Dawson
08:18 PM Revision 5eb1853f (qgis): Added grass76 support
Added grass76 support; search for newer versions first Markus Neteler
08:18 PM Revision 70b37e4d (qgis): Added grass76 support
Added grass76 support; search for newer versions first Markus Neteler
04:13 PM Revision 39f68303 (qgis): Use QGIS user manual for GDAL algorithms help files
because they are available for most of the algs and wouldn't be used otherwise. Also when someone hits algA help butt... Harrissou Santanna
01:56 PM Revision f33f2389 (qgis): Merge pull request #8743 from neteler/patch-76
Added grass76 support Matthias Kuhn
01:35 PM Revision 6ce09d87 (qgis): Optimize alpha value for legend text color
Matthias Kuhn
12:58 PM Revision 45434a5e (qgis): Added grass76 support
Added grass76 support; search for newer versions first Markus Neteler
11:24 AM Revision 711eaa20 (qgis): Be theme-friendly, enforce borderless close button in message bar
Mathieu Pellerin - nIRV
09:31 AM Revision 805646dd (qgis): Update dlg_table_properties.py
Corentin Falcone
09:30 AM Revision 5b8de9ab (qgis): Update dlg_import_vector.py
Corentin Falcone
09:06 AM Revision fd0fba70 (qgis): Add fast truncate implementation for memory provider
Nyall Dawson
09:04 AM Revision b0aae0b7 (qgis): Additional Blend of Gray theme fixes:
- proper colors for selected item in welcome screen
- fix toolbar border pixel shift
Mathieu Pellerin - nIRV
08:00 AM Revision 5b0a6bfa (qgis): Only add option list widget styling for default theme
(This allows customized styling for non-default themes,
fixes white background on white text issue et cie)
Mathieu Pellerin - nIRV
08:00 AM Revision 8ccf8120 (qgis): Blend of Gray theme fixes:
- white background on white text options/project/etc. panel list widget
- unwanted light gray tool button's menu button
Mathieu Pellerin - nIRV
 

Also available in: Atom