Activity

From 2018-05-03 to 2018-06-01

2018-06-01

11:09 PM Revision a9a8fbdb (qgis): [cleanup] use for range based loop
Even Rouault
10:33 PM Revision 2ed200a8 (qgis): Merge pull request #7142 from rouault/fix_18996
QgsSvgCache::svgAsPicture(): make sure the returned picture is not shared (fixes #18996) Even Rouault
10:31 PM Revision cc25727a (qgis): [Postgres provider] Speed up feature insertion when pkid column is not ...
When inserting features whose attribute column corresponding to the pkid
is empty, and tat this pkid column has a def...
Even Rouault
10:00 PM Revision 75b7edf1 (qgis): QgsSvgCache::svgAsPicture(): make sure the returned picture is not shar...
For some reason QPicture.detach() doesn't seem to always work as intended, at
least with QT 5.5 on Ubuntu 16.04
Seria...
Even Rouault
06:07 PM Revision 033071ae (qgis): Do not set min/max precision for int fields
Fixes #19050
QGIS saves integer field when I create a new real
field through field calculator (Update field works as...
Alessandro Pasotti
05:42 PM Revision 9d3f8d44 (qgis): Merge pull request #7140 from rouault/fix_19009
Assorted set of fixes regarding field length for OGR provider Even Rouault
03:17 PM Revision 3b291026 (qgis): Merge pull request #7141 from rouault/fix_18563
QgsVectorFileWriter: workaround a bug in GDAL where appending to an existing BNA crashes it (fixes #18563) Even Rouault
02:28 PM Revision 43f796e7 (qgis): QgsVectorFileWriter: workaround a bug in GDAL where appending to an exi...
Upstream fixes done in GDAL as well to fix the crash itself:
GDAL master: https://github.com/OSGeo/gdal/commit/a36939...
Even Rouault
02:19 PM Revision e4d5899b (qgis): Merge pull request #7131 from rouault/fix_linux_build_qca
QCAMacros.cmake: fix Linux build Even Rouault
02:18 PM Revision 3aa630ca (qgis): Added QgsDataProvider::ProviderOptions to the bindings
Alessandro Pasotti
02:06 PM Revision b9003ffa (qgis): QgsVectorDataProvider::supportedType(): only checks field length and pr...
Even Rouault
01:31 PM Revision dc9fb90b (qgis): add note on how to invalidate results
Denis Rouzaud
01:31 PM Revision a15d8903 (qgis): [locator] add a way to invalidate results from python API
otherwise if you access the config of the filter (or change app settings) from outside the main application settings ... Denis Rouzaud
01:23 PM Revision 917a6e3c (qgis): QCAMacros.cmake: re-add 25ba36180cfbf836b9458beb98e28f62349c4260 for Fr...
Even Rouault
01:22 PM Revision 1a4f8042 (qgis): QCAMacros.cmake: fix Linux build
https://github.com/qgis/QGIS/commit/25ba36180cfbf836b9458beb98e28f62349c4260 causes
build failures on Ubuntu 16.04 an...
Even Rouault
01:19 PM Revision a3e527d8 (qgis): [OGR provider] Advertize correct supported data types, length and with ...
Even Rouault
01:18 PM Revision bad1ab4e (qgis): QgsVectorDataProvider::supportedType(): use -1 as the value for unspeci...
Even Rouault
01:17 PM Revision 04a55b25 (qgis): [cleanup] QgsFieldCalculator: avoid use of hardcoded magic indices
Even Rouault
01:15 PM Revision f4bf1ec9 (qgis): [OGR provider] GPKG: allow repeated creation of int fields with len != ...
Even Rouault
01:02 PM Revision 6192b5eb (qgis): Add fill/stroke color & opacity parameters to more north arrows svg images
Andrea Giudiceandrea
01:00 PM Revision e6e54de3 (qgis): Add test to ensure that orig_ogc_fid field is only ever used internally
We don't want to expose this field to users, or include it in layer
exports or copies
And rename internal field to _...
Nyall Dawson
01:00 PM Revision 05f426e0 (qgis): Remove orig_ogc_fid fields from server filter tests
Nyall Dawson
10:56 AM Revision 21d15e71 (qgis): [BUGFIX][Server] Segfault when GetFeatureInfo on Raster layer to GML
The PR #6279 has introduced some bug, like a segfault when a WMS GetFeatureInfo
is done on a Raster layer with output...
René-Luc ReLuc
10:55 AM Revision cac675a9 (qgis): Removed commented code
Alessandro Pasotti
10:55 AM Revision 6f3be9fa (qgis): SIP updates
Alessandro Pasotti
10:55 AM Revision b696e9b1 (qgis): Minor updates to the doc strings
Alessandro Pasotti
10:55 AM Revision 2f41d32e (qgis): Added test to cmake
Alessandro Pasotti
10:55 AM Revision 0fa88e6f (qgis): Skip failing test on Travis
the test passes locally Alessandro Pasotti
10:55 AM Revision 749bc021 (qgis): Fix provider for min/max updates
Alessandro Pasotti
10:53 AM Revision 324fd7d5 (qgis): Allow python creation of QgsFeatureIterator from an abstract one
Alessandro Pasotti
10:53 AM Revision 7ffdab2d (qgis): Do not dec ref in methodcode
Alessandro Pasotti
10:53 AM Revision 839a8890 (qgis): SIP wrappers for QgsProviderMetadata
Alessandro Pasotti
10:53 AM Revision e341b3a5 (qgis): Tests for Python vector data provider (still failing but not crashing!)
Alessandro Pasotti
10:53 AM Revision 1e3661cb (qgis): Added QgsSpatialIndex to the python provider
Alessandro Pasotti
10:53 AM Revision abcad019 (qgis): Python provider tests passing
Except for QgsLayerDefinition.exportLayerDefinitionLayers
and QgsLayerDefinition.loadLayerDefinitionLayers
Alessandro Pasotti
10:53 AM Revision 9d66eb8d (qgis): API to register new vector data providers
Alessandro Pasotti
10:53 AM Revision adcc2e96 (qgis): Moved python provider to separate file
Also cloned other memory layer methods Alessandro Pasotti
10:53 AM Revision 222f3ad9 (qgis): Check for index validity and do not crash!
Alessandro Pasotti
10:53 AM Revision 29575b5b (qgis): QgsDebugMsg -> QgsDebugMsgLevel
Alessandro Pasotti
10:21 AM Revision bd65fc60 (qgis): [processing][gdal] Don't double quote output paths
Breaks for some drivers, e.g. KML
Fixes #18264
Nyall Dawson
08:53 AM Revision 30ecb338 (qgis): [processing][GRASS] Fix some algorithms always export as GPKG, regardle...
Nyall Dawson
08:20 AM Revision 60a87e94 (qgis): [processing] Fix error when creating tests and raster output
no longer exists
Fixes #16123
Nyall Dawson
07:55 AM Revision 950d042e (qgis): [processing] Fix errors when filling parameters in batch panel
Fixes #18408 Nyall Dawson
07:55 AM Revision d1bcfbfe (qgis): [processing] Rename File parameter in modeler to File/Folder
Better reflects what it does Nyall Dawson
07:55 AM Revision f6416a19 (qgis): [processing] Fix missing vector inputs when run in batch mode
Fix incorrect definition of compatibleVectorLayers, which was
using layer WKB type values instead of processing sourc...
Nyall Dawson
07:55 AM Revision 4289bcb3 (qgis): [processing][saga] Fix some field parameters are incorrectly defined as...
Fixes #18193 Nyall Dawson
03:54 AM Revision e273ac28 (qgis): [processing] Some test debugging help
Nyall Dawson
03:54 AM Revision 46a4c236 (qgis): Resurrect a grass test
Nyall Dawson
03:54 AM Revision dcba919e (qgis): Add another acceptable hash
Nyall Dawson
03:54 AM Revision 4719a7c1 (qgis): See if test now passes on Travis
Nyall Dawson
03:54 AM Revision 09d21cf9 (qgis): Resurrect another GRASS test
Nyall Dawson
03:54 AM Revision 0e7c31e9 (qgis): [processing][grass] Fix handling of optional file parameters
Nyall Dawson
03:54 AM Revision 3f456993 (qgis): Resurrect a GRASS test
Nyall Dawson

2018-05-31

01:36 AM Revision 1c684456 (qgis): [processing] Log an error when a numeric parameter has min value >= max...
Refs #19076 Nyall Dawson
01:36 AM Revision ae95adba (qgis): [processing][GRASS] Fix r.relief.scaling has inverted min/max values fo...
Fixes #19076 Nyall Dawson
12:53 AM Revision 32792d34 (qgis): Better dox, spelling
Nyall Dawson
12:53 AM Revision f7a6864b (qgis): [processing] Fix invalid characters in HTML for 'Raster layer unique va...
Nyall Dawson
12:32 AM Revision 8bdec09b (qgis): Revert "Fix QCA-ssl for FreeBSD"
This reverts commit 25ba36180cfbf836b9458beb98e28f62349c4260.
Breaks linux build
Nyall Dawson
12:25 AM Revision 5e3ce8ff (qgis): SC2003: expr is antiquated. Consider rewriting this using $((..)), ${} ...
Matthias Kuhn
12:24 AM Revision 09f17d99 (qgis): SC2006: Use $(..) instead of legacy `..`.
Matthias Kuhn
12:21 AM Revision 408a9fbf (qgis): Fix some shellcheck warnings
Nyall Dawson
11:51 PM Revision efa7f99b (qgis): Merge pull request #7132 from rouault/fix_19077_bis
[OGR provider] Avoid attribute table to be empty on OGR layer with mixed geom types (fixes #19077) Even Rouault
11:05 PM Revision ee06d524 (qgis): [OGR provider] Avoid attribute table to be empty on OGR layer with mixe...
Even Rouault
11:05 PM Revision 2969ba1e (qgis): test_provider_ogr_gpkg.py: avoid bug_17795.gpkg test sample to be modif...
Even Rouault
10:33 PM Revision 0cffd19e (qgis): monkey path custom widgets
this will add module to the system to avoid missing modules when running on a local install (uic widget-plugin not in... Denis Rouzaud
09:01 PM Revision 9fcee524 (qgis): Merge pull request #7128 from rouault/fix_17945
[WFS provider] Add typename prefix before attribute/geometry name for Update requests (fixes #17945) Even Rouault
06:30 PM Revision 1e4b01bb (qgis): [WFS provider] Add typename prefix before attribute/geometry name for U...
Deegree requires those namespace prefixes. I've also verified that
GeoServer is indifferent regarding them.
Even Rouault
06:27 PM Revision d1eabe1c (qgis): Make compiled tests more stable
we do not want to ignore AttributeErrors for those Matthias Kuhn
06:27 PM Revision 48bbd246 (qgis): Run string comparison test on all providers
Matthias Kuhn
04:25 PM Revision 17434512 (qgis): pep8 fix
Luigi Pirelli
03:34 PM Revision 352a0285 (qgis): typo
Luigi Pirelli
02:50 PM Revision f7e4dd67 (qgis): Merge pull request #7127 from rouault/fix_18267
[WFS provider] Handle DescribeFeatureType responses that consist of a single <include> (fixes #18267) Even Rouault
02:04 PM Revision dbe4186a (qgis): Add tests for compiling string operators
Matthias Kuhn
01:43 PM Revision 60d5e4cf (qgis): Autopep8
Anita Graser
01:38 PM Revision 1d2686d0 (qgis): [WFS provider] Handle DescribeFeatureType responses that consist of a s...
Also handle another occurence of a buggy server only accepting TYPENAMES plural
as parameter of DescribeFeatureType
Even Rouault
01:06 PM Revision 64602097 (qgis): Tests for db_manager postgis connector and postgis provider checking cl...
Luigi Pirelli
01:06 PM Revision 71cb555e (qgis): blacklisted the new test PyQgsDbManagerPostgis waiting a complete pki e...
Luigi Pirelli
01:06 PM Revision 878ab41a (qgis): Set permission to certs to allow correct removing on win
Luigi Pirelli
01:06 PM Revision 8968b63e (qgis): from unicode to str
Luigi Pirelli
01:06 PM Revision 4f415c56 (qgis): typo
Luigi Pirelli
11:34 AM Revision 25ba3618 (qgis): Fix QCA-ssl for FreeBSD
Loïc BARTOLETTI
11:31 AM Revision a26b9b1d (qgis): Merge pull request #7122 from nyalldawson/fix_19065
Use a snapping indicator when picking feature to move with move tool Matthias Kuhn
11:30 AM Revision 497abfe7 (qgis): Merge pull request #7120 from nyalldawson/opts
Optimise geometry conversion to/from geos Matthias Kuhn
11:26 AM Revision 25f4794f (qgis): Merge pull request #7125 from m-kuhn/sld_read_multiple_featuretypestyles
Sld read multiple featuretypestyles Matthias Kuhn
10:51 AM Revision c49a18c5 (qgis): Add support for reading SLD's with multiple FeatureTypeStyle elements.
Introduce a virtual FeatureTypeStyle to add support for reading SLD documents with more than one FeatureTypeStyle ele... Roel Huybrechts
09:49 AM Revision 8cf7447a (qgis): Merge pull request #7124 from nyalldawson/fix_16428
[processing] Hopefully fix bad layout for docks in modeler Matthias Kuhn
08:34 AM Revision 9c7cf40c (qgis): Merge pull request #6537 from slarosa/menu-indicator
fix size for menu indicator in data defined button Matthias Kuhn
07:28 AM Revision 1d62d106 (qgis): [processing] Don't hold on to algorithm instances for menu items
Instead, only store references to the algorithm id string, and
use this to retrieve algorithms when the actions are t...
Nyall Dawson
07:27 AM Revision 59d425c5 (qgis): [processing] Fix some incorrect formatting of algorithm titles
Nyall Dawson
07:27 AM Revision 4752b99e (qgis): Merge pull request #7106 from m-kuhn/encodedUrl3
Assume URL already encoded in web view widget Matthias Kuhn
07:27 AM Revision 612d61dc (qgis): [processing] Tweak algorithHelp formatting
Nyall Dawson
07:27 AM Revision db916bc2 (qgis): [processing] Show accepted data types for parameters in processing.algo...
Nyall Dawson
07:27 AM Revision 297cfd54 (qgis): [processing] Add metadata for feature sink parameters
Nyall Dawson
07:27 AM Revision 0bbaa3b0 (qgis): [processing] Add method to retrieve list of accepted Python data types ...
Nyall Dawson
04:51 AM Revision db2c3d49 (qgis): [processing] Show search icon in search boxes
Nyall Dawson
04:45 AM Revision 87962254 (qgis): [processing] Fix bad layout for docks in modeler
Because there's some deep underlying issue which causes the dock
layouts to get corrupted in certain circumstances, a...
Nyall Dawson
02:50 AM Revision e8515d86 (qgis): Fix crash in QgsNetworkContentFetcherRegistry
Nyall Dawson

2018-05-30

01:52 AM Revision de347f07 (qgis): Move 'move features' button to correct place in toolbar
Nyall Dawson
01:30 AM Revision 3ef7b125 (qgis): Use a snapping indicator when picking feature to move with move tool
Fixes #19065 Nyall Dawson
12:55 AM Revision 37b06bcf (qgis): [processing] Fix Rectangles/Ovals/...(variable) chokes on angle values ...
Change the test to a NULL test instead, as angle values of 0 are valid Nyall Dawson
06:09 PM Revision 974b9f37 (qgis): [SymbolLayerUtils] Using QgsProject::readPath to resolve relative path ...
In `QgsSymbolLayerV2Utils::symbolNameToPath` the resolution of relative path to
project was nos based on `QgsProject:...
René-Luc ReLuc
04:45 PM Revision 6a88bfca (qgis): Cast left node to text on string comparison
Matthias Kuhn
04:34 PM Revision 26c13d4b (qgis): misc fixes
Peter Petrik
01:37 PM Revision 377f393c (qgis): Use subsetStringChange signal for layer tree view filter indicator
Mathieu Pellerin - nIRV
12:26 PM Revision 69fa2618 (qgis): fix travis errors
Peter Petrik
10:52 AM Revision 3aa4968f (qgis): Optimise geometry conversion to/from geos
Nyall Dawson
10:34 AM Revision 0a3bef1b (qgis): Remember last used directory when saving map as PDF
Mathieu Pellerin - nIRV
10:06 AM Revision 7af2e68e (qgis): misc optimization for geometries and fixes
Peter Petrik
08:51 AM Revision ab04e0fa (qgis): Tweak wording of metadata contacts header
Because contacts have an explicity 'role' setting, they may not
necessarily be the 'owner' of the resource
Nyall Dawson
06:15 AM Revision d4a5df2f (qgis): More unit checks for project dirtying
Nyall Dawson
05:30 AM Revision 69b590b0 (qgis): Fix corrupted text in Open From menu item
Nyall Dawson

2018-05-29

12:52 AM Revision e7da1030 (qgis): Changes tooltip of Open Layer Styling button
Alexandre Neto
12:51 AM Revision 6bf5274b (qgis): [processing] Fix some missing references warnings
Nyall Dawson
11:45 PM Revision ce2f7739 (qgis): [processing] Correct text for temporary folder output
Nyall Dawson
11:45 PM Revision aabbb307 (qgis): [processing] Fix clearing destination doesn't actually reset to tempora...
Even though the UI makes it look like it did Nyall Dawson
10:38 PM Revision 68b7f5a8 (qgis): Merge pull request #7087 from slarosa/fix_19001
Fixes #19001: update url for _pyqgis and _api commands Salvatore Larosa
10:12 PM Revision d157b6e6 (qgis): [processing] Fix destination folder param is not updated after
picking from the file dialog alone Nyall Dawson
09:01 PM Revision f7618d00 (qgis): Fix doxygen
Nyall Dawson
09:01 PM Revision e33c1942 (qgis): Optimise some coordinate transforms
Nyall Dawson
09:01 PM Revision 48410276 (qgis): [labeling] Geometry transformations may result in nan points,
so filter these out when registering labeled features Nyall Dawson
09:01 PM Revision 8341b9b1 (qgis): Safer memory management for shapeburst fills
Fail gracefully if temporary image could not be allocated
TODO: use a maximum size for the image, and downsample to ...
Nyall Dawson
09:01 PM Revision 0c7df170 (qgis): Optimise QgsCurve::asQPolygonF for linestring geometries
Nyall Dawson
09:01 PM Revision 2a70c4bc (qgis): Remove invalid ring handling from filterVertices, move to removeInvalid...
Nyall Dawson
09:01 PM Revision 6c0a1da0 (qgis): Filter invalid rings during label geometry preparation
Nyall Dawson
09:01 PM Revision 16091eca (qgis): Better memory management, handle nan coordinate results when
calculating point feature label obstacle geometry Nyall Dawson
09:01 PM Revision f092c7ed (qgis): Add method to filter vertices for geometries in place, by providing a c...
Nyall Dawson
09:01 PM Revision 3ba7c0b3 (qgis): Unit tests for filterVertices
Nyall Dawson
09:01 PM Revision c013c23e (qgis): Catch some uncaught transform exceptions
Nyall Dawson
09:01 PM Revision 53d4d0b4 (qgis): Fix filterVertices for multipoint geometries
Nyall Dawson
08:57 PM Revision 70afe2d8 (qgis): Add geometry and id field parameters
Anita Graser
03:11 PM Revision f26bbd9d (qgis): revert changes to test files
Peter Petrik
03:08 PM Revision 1ed5bb54 (qgis): Autopep8
Anita Graser
02:58 PM Revision 8494c67a (qgis): apply map transform directly in the feature highligh c++ code
Peter Petrik
02:21 PM Revision ff7c70fc (qgis): [processing][gdal] Fix gdal command does not automatically update
when destination value is changed Nyall Dawson
02:00 PM Revision 093d53a3 (qgis): since 3.4
Peter Petrik
01:25 PM Revision 2770f6c0 (qgis): misc doc changes
Peter Petrik
12:32 PM Revision 744a42ff (qgis): Assume URL already encoded in web view widget
Matthias Kuhn
12:26 PM Revision ad1fef9f (qgis): Workaround crash in msvc when raising a GEOS exception
In some circumstances MSVC tries to raise it's own internal
exception when we try to raise a GEOSException. This resu...
Nyall Dawson
12:10 PM Revision 5ab3fe4b (qgis): Add subsetStringChanged signal
Mathieu Pellerin - nIRV
12:10 PM Revision f5c0a2c4 (qgis): Project dirtying improvements
- Mark as dirty when renaming a layer/group
- Better approach to mark as dirty when changing CRS
- Better approach t...
Mathieu Pellerin - nIRV
12:00 PM Revision 7160bac6 (qgis): Merge pull request #6955 from amaizr/web-view-widget-wrapper-url-encodi...
Assume URL already encoded in web view widget Matthias Kuhn
11:59 AM Revision 3edc07b4 (qgis): also versioning cookbook url
Salvatore Larosa
11:52 AM Revision 8f5bde40 (qgis): use https for cookbook url
Salvatore Larosa
11:43 AM Revision b202d606 (qgis): const correctness QgsVectorLayer::deleteAttributes
Matthias Kuhn
11:40 AM Revision 04e779a0 (qgis): qgz set as the default format
Paul Blottiere
11:28 AM Revision 00b60198 (qgis): rename qgsquickfeature and remove featuremodel
Peter Petrik
11:27 AM Revision f00321a4 (qgis): move tessellator from 3d to core (need also for quick library)
Peter Petrik
11:27 AM Revision 0a99b119 (qgis): Add polygon highlight support
Peter Petrik
11:26 AM Revision 264788ac (qgis): [qgsquick] [feature] Added identify and highlight feature
Viktor Sklencar

2018-05-28

10:18 PM Revision 6002ce0b (qgis): Speed up rendering by avoiding data defined layer enabled check in most...
Nyall Dawson
10:18 PM Revision 03f82539 (qgis): add missing qgis_quick.h header to install
Peter Petrik
08:39 PM Revision 83be4fae (qgis): [sipify] fix deprecated annotation without additional comment
Denis Rouzaud
08:39 PM Revision 70f82664 (qgis): add test to check that \since and \deprecated are at the end of command...
Denis Rouzaud
08:39 PM Revision 637f59de (qgis): fix server/app files and sipify test
Denis Rouzaud
08:39 PM Revision 0fa85bba (qgis): put \since and \deprecated at the end of comment blocks
Denis Rouzaud
08:39 PM Revision 65bb60e9 (qgis): run sipify
Denis Rouzaud
08:39 PM Revision 6772f0d7 (qgis): fix test
Denis Rouzaud
07:52 PM Revision f3146537 (qgis): Cleanup + pep8
Anita Graser
07:05 PM Revision dd811a28 (qgis): Add PostGISExecuteAndLoadSQL
Anita Graser
04:47 PM Revision fc55d869 (qgis): Merge pull request #7098 from alexbruy/fix-cmake
fix build with CMake < 3.7 Alexander Bruy
03:28 PM Revision 034c3f0d (qgis): Revert "Merge pull request #5461 from m-kuhn/less_temp_files"
This reverts commit cfad3aa560c2d11e5271fc2ac64d82aba9f7b5a0, reversing
changes made to cdca7084c44d9d12d2ee835afff85...
Denis Rouzaud
02:03 PM Revision 4c3a9ef7 (qgis): Ensure that class \brief comes before \since (#7081)
Otherwise it breaks the Python docstrings, which require
the brief to come first
Nyall Dawson
01:20 PM Revision 6cac1bdc (qgis): use complex condition for CMake < 3.7
Alexander Bruy
01:07 PM Revision facf7a22 (qgis): Merge pull request #7007 from arnaud-morvan/server_filter_and_bbox
[server][wfs] Apply BBOX inside And using filterRect René-Luc ReLuc
11:49 AM Revision a525b2df (qgis): Mark project as dirty when changing layer subset string
Mathieu Pellerin - nIRV
11:25 AM Revision 12a7be79 (qgis): [server] Apply BBOX inside And using filterRect
In case of a WFS GetFeature request,
if BBOX is not a direct child of the Filter element,
it is applyed through an in...
Arnaud Morvan
10:13 AM Revision 97a2a46c (qgis): Update PostGISExecuteAndLoadSQL.py
Anita Graser
08:42 AM Revision fc740d71 (qgis): Fixes #19001: update url to _pyqgis and _api commands
Salvatore Larosa
08:02 AM Revision 870d2074 (qgis): [processing] Tweaks and checks for checkParameterValues
Nyall Dawson
08:02 AM Revision e25c8137 (qgis): Fix SAGA parameter value check
Nyall Dawson
08:02 AM Revision a26ae3c1 (qgis): [processing][grass] Fix broken checkParameterValues tests
Nyall Dawson
07:36 AM Revision 373b6bb9 (qgis): [needs-docs] Move the "move features" and "Copy and move features"
buttons to the Advanced Digitizing toolbar Harrissou Santanna
07:36 AM Revision c16e2798 (qgis): [needs-docs]Add multi edit attributes icon to the Digitizing toolbar
fixes #16568 Harrissou Santanna
06:20 AM Revision cfdfa47d (qgis): [fix] Variables can't have spaces in name
Nathan Woodrow
05:49 AM Revision 6441b64a (qgis): [Processing] Fix raster menu split in two in some locales
Fixes #17448 Nyall Dawson
05:34 AM Revision dd2279c8 (qgis): More capitalization
Nyall Dawson
05:34 AM Revision 614800c9 (qgis): [Fix] Don't recreate vertex editor each time
Nathan Woodrow
05:34 AM Revision aa765b20 (qgis): Set object name for vertex editor (avoid Qt warning)
Nyall Dawson
05:34 AM Revision 6fd8890c (qgis): Minor cleanups
Nyall Dawson
05:34 AM Revision ec969569 (qgis): Capitalization
Nyall Dawson
05:05 AM Revision c923d5b6 (qgis): Fixes #16706, categorized symbology matching lack of value is not prope...
Andrea Aime
03:09 AM Revision b56f1132 (qgis): [processing] Add some more tags and icons to stats algs
Nyall Dawson
02:59 AM Revision b6f2f7bd (qgis): Don't use QgsVectorLayer::selectedFeatures() to check for a selection
in a layer
This is incredibly inefficient, because selectedFeatures() actually
fetches a full copy of all selected f...
Nyall Dawson
02:06 AM Revision e552ce62 (qgis): Add warning note to QgsLayoutPageCollection::shouldExportPage
Nyall Dawson
02:04 AM Revision b150f41f (qgis): fix build with SIP < 4.18
Alexander Bruy
02:04 AM Revision 5cf33969 (qgis): Cleaner conditional generation of pyi typehint stub files
Nyall Dawson

2018-05-27

01:48 AM Revision a804a33b (qgis): Remove some useless \returns dox
Nyall Dawson
01:33 AM Revision 2a7b854e (qgis): Remove the invalid image/jpg mime type
Stéphane Brunner
12:56 AM Revision f0b72ae6 (qgis): Set the dpi default to -1 to use layout dpi
Harrissou Santanna
12:22 AM Revision ea0c1d8c (qgis): Typo
Nyall Dawson
12:22 AM Revision f8bc9703 (qgis): Remove extra space added before first line of docstring
Nyall Dawson
07:17 PM Revision 499459be (qgis): fix build with SIP <4.19
Jürgen Fischer
02:30 PM Revision a2d796aa (qgis): Merge pull request #7086 from slarosa/plugin_mgr_search_icon
[pluginmanager] show search icon in filter line edit and remove search label Salvatore Larosa
10:54 AM Revision 1edbca49 (qgis): Fix bad class docstring
Nyall Dawson
10:54 AM Revision 38850bdb (qgis): [pyqgis] Ensure that multiline param tags are indented for additional l...
Nyall Dawson
10:54 AM Revision 7a1a787c (qgis): Fix incorrect returns docstring when doxygen \returns has extra trailin...
Nyall Dawson
10:54 AM Revision 0e75f6ef (qgis): Don't indent multiline versionadded/deprecated tags
Turns out there isn't any valid ones anyway - the only
multiline versionadded tags are due to incorrect ordering
of b...
Nyall Dawson
10:54 AM Revision 3d6ea597 (qgis): Remove some junk lines from docstrings
Nyall Dawson
10:54 AM Revision 4b1b7526 (qgis): Fix bad regex
Nyall Dawson
10:54 AM Revision 71107d1d (qgis): Sipify
Nyall Dawson
10:54 AM Revision 3b5ada15 (qgis): Move class since annotation to after brief
Lots of classes do this, but it messes with the python docstrings.
TODO: add a unit test preventing this behavior
Nyall Dawson
10:54 AM Revision 9f650fea (qgis): Fix incorrect param docstring when doxygen \param has extra
trailing spaces or uses tabs Nyall Dawson
10:29 AM Revision 0115d4e9 (qgis): [pluginmanager] show search icon in filter line edit and removed search...
Salvatore Larosa
06:05 AM Revision b6b08e96 (qgis): Add 'accessor for' to doxygen compliance blacklist
Use "Returns the..." instead Nyall Dawson
06:05 AM Revision 17500c45 (qgis): Fix some interface doxygen
Nyall Dawson
06:05 AM Revision c864d22d (qgis): Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
Nyall Dawson
04:06 AM Revision 487a6a8b (qgis): add missing crsChanged signal in QgsProjectionSelectionWidget (#7079)
Denis Rouzaud
03:10 AM Revision 459765fd (qgis): fix test
Denis Rouzaud

2018-05-26

11:17 PM Revision efce338b (qgis): [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,...
René-Luc ReLuc
11:14 PM Revision c8a5992b (qgis): [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,...
René-Luc ReLuc
08:51 AM Revision 4bb7f82f (qgis): Remove some incorrect 'not available in Python bindings' notes
Nyall Dawson
07:44 AM Revision 8f770c3f (qgis): Add 'mutator for ' to doxygen compliance blacklist
Nyall Dawson
07:44 AM Revision 94cf3fc7 (qgis): Use "customize" instead of "customise"
Since we default to US spelling, we should always be using "customize" Nyall Dawson
07:44 AM Revision fa5a7d2a (qgis): Typo
Nyall Dawson
07:44 AM Revision ff55cfc9 (qgis): Add missing getters to QgsContrastEnhancementFunction
Nyall Dawson
03:56 AM Revision c97088bb (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:46 AM Revision 5b870dfa (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:12 AM Revision c5dbf643 (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:05 AM Revision 4bb6e91a (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:00 AM Revision 29d5105c (qgis): qgsgeometry_cast
Nyall Dawson
03:00 AM Revision c10f6de4 (qgis): Unit tests for QgsLineString::(x/y)Data()
Nyall Dawson
03:00 AM Revision 80e44c13 (qgis): Speed up map to pixel simplification by directly accessing x/y vertex data
Nyall Dawson

2018-05-25

01:18 AM Revision 9f0ea456 (qgis): Fix windows build (followup 15d2b3683)
Jürgen Fischer
12:57 AM Revision e6a0d529 (qgis): fix clang compile error on osx
Salvatore Larosa
10:31 PM Revision c73262d5 (qgis): Speed up WKB conversion to linestrings
Nyall Dawson
10:11 PM Revision cb4d1178 (qgis): Remove redundant virtual on override
Matthias Kuhn
09:38 PM Revision 6d66375b (qgis): Update qgsprojectionselectionwidget.cpp
Denis Rouzaud
09:20 PM Revision caac47ed (qgis): add missing crsChanged signal in QgsProjectionSelectionWidget
when changed programmatically (i.e. using setCrs) Denis Rouzaud
04:10 PM Revision 2f86c2c5 (qgis): Merge pull request #7075 from m-kuhn/multiselectValueRelation
Fix checkboxes do not show up in value relation multi Matthias Kuhn
02:46 PM Revision f33a2d0e (qgis): Fix mdal build warning unused const var
Matthias Kuhn
11:50 AM Revision 37e0b9f6 (qgis): Fix checkboxes do not show up in value relation multi
Fix #19028 Matthias Kuhn
11:06 AM Revision 9aa5ac03 (qgis): Merge pull request #7061 from rouault/wms_wmts
WMS provider: use 'WMS/WMTS' instead of 'WMS' in various UI labels (fixes #18883) Matthias Kuhn
09:12 AM Revision 99b6194e (qgis): Improve docs for single symbol renderer, add missing SIP_FACTORY
Nyall Dawson
08:53 AM Revision 43928d8c (qgis): Don't crash when a null task is added to task manager
Nyall Dawson
08:51 AM Revision 595ecceb (qgis): fix windows build (followup 33390123e3)
Jürgen Fischer
08:31 AM Revision 5e360f90 (qgis): Add unit test to prevent deprecated methods without description
And add missing descriptions Nyall Dawson
08:28 AM Revision 83b0bd7c (qgis): Make 'WMS/WMTS' untranslatable in QgsWmsSourceSelectProvider::text()
Even Rouault
07:09 AM Revision 1c615c15 (qgis): More documentation compliance
Use Qt style "returns .." tense instead of "return ..", and lock
this in with a documentation compliance unit test
Nyall Dawson
07:09 AM Revision 8bb45b93 (qgis): Typo
Nyall Dawson
06:48 AM Revision 095a3249 (qgis): More efficient QgsGeometry::asGeometryCollection() for single part geom...
Nyall Dawson
03:40 AM Revision 7c6eaf3d (qgis): Fix build
Nyall Dawson
03:40 AM Revision 44630b47 (qgis): Add QgsDataProvider::ProviderOptions struct to constructors
for data providers
Allows a way to pass generic settings to providers, e.g.
passing a datum transform context for us...
Nyall Dawson
03:40 AM Revision b813a671 (qgis): Fix API breaks
Nyall Dawson
03:40 AM Revision bcaad3a5 (qgis): Fix documentation warning
Nyall Dawson
03:16 AM Revision 2cb8a338 (qgis): Fix broken see also links
Nyall Dawson
03:16 AM Revision fa912f5c (qgis): Doxygen test also checks for broken 'see also' links
Nyall Dawson
03:16 AM Revision 1098b391 (qgis): Fix test
Nyall Dawson
03:16 AM Revision bb995202 (qgis): Fix more broken links
Nyall Dawson
03:16 AM Revision a3c543df (qgis): Fix test result
Nyall Dawson

2018-05-24

01:32 AM Revision 1d8689f3 (qgis): remove deprecated qt5_use_modules macro
Salvatore Larosa
01:32 AM Revision 98b683c7 (qgis): clang workaround to fix build: use move on return unique_ptr
Salvatore Larosa
01:18 AM Revision 03e38152 (qgis): [oracle] Fix expression compilation of integer division
(cherry-picked from 60a71d1) Nyall Dawson
01:18 AM Revision a51d618d (qgis): [Oracle][Tests] Enhance Geometry creation SQL script
(cherry-picked from 3f6cd31) René-Luc ReLuc
01:18 AM Revision d29317c3 (qgis): [BUGFIX][Oracle] Mixing SDO_GEOMETRY Point definition
Fixes #18900
In `sdoobj`, the `elem_info` array size is not the right way to defined the way
to read Point coordinat...
René-Luc ReLuc
01:18 AM Revision 8f9c1d43 (qgis): [Oracle][Tests] Enhance Point convertion test
Instead of using 'SDO_UTIL.FROM_WKTGEOMETRY' to generate `SDO_GEOMETRY` object
for Point, the `testdata` generate Poi...
René-Luc ReLuc
01:18 AM Revision b35696f4 (qgis): Followups
(cherry-picked from 12a2243) Nyall Dawson
01:18 AM Revision 3e67ad5a (qgis): [oracle] Some updates to Oracle provider test suite
Now the Oracle provider passes the data provider edit stress/
conformance tests without issue!
(cherry-picked from 6...
Nyall Dawson
01:18 AM Revision 32ba7524 (qgis): [oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-...
Nyall Dawson
01:18 AM Revision a4e2e8ab (qgis): [oracle] Fixes for edit tests (still disabled)
(cherry-picked from e197f80) Nyall Dawson
01:18 AM Revision f5a9e6b3 (qgis): [oracle] Always mark features as invalid when iterator is closed
Fixes some failing oracle provider conformance test suite failures
(cherry-picked from 649dc19)
Nyall Dawson
01:18 AM Revision bacaee4a (qgis): [oracle] Fix crash when adding a feature with missing attributes
to data provider
(cherry-picked from 5709908)
Nyall Dawson
01:18 AM Revision bbb59907 (qgis): [oracle] Always check bounding box intersection when using filter rect
Because oracle sdo_filter sometimes returns results outside
the given filter (depending on the spatial index), and is...
Nyall Dawson
01:18 AM Revision 3921bf56 (qgis): Followups
(cherry-picked from fb16dab) Nyall Dawson
01:18 AM Revision c9683cf9 (qgis): [oracle] Fix incorrect feature count after adding features to layers
(cherry-picked from b6142c8) Nyall Dawson
01:18 AM Revision 29e80baa (qgis): [oracle] Always fetch features with null goemetry unless feature rect i...
...to match behaviour of other providers
(cherry-picked from c5c22d3)
Nyall Dawson
01:18 AM Revision 15d2b368 (qgis): [oracle] Ensure that all attributes required for order by are fetched
Fixes potentially broken iterator sorting with oracle provider when
a subset of attributes is fetched
(cherry-picked...
Nyall Dawson
01:18 AM Revision 644c71ef (qgis): [oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-...
Nyall Dawson
01:17 AM Revision c66f6581 (qgis): Fix typo
Harrissou Santanna
01:17 AM Revision c7538702 (qgis): Fix typo
Harrissou Santanna
09:59 PM Revision d71643f7 (qgis): Create PostGISExecuteAndLoadSQL.py
Anita Graser
04:03 PM Revision 12cb6fc6 (qgis): [wfs] fix turning attribute value to NULL
Denis Rouzaud
03:44 PM Revision 375c1f15 (qgis): [wfs] fix turning attribute value to NULL
Denis Rouzaud
03:14 PM Revision 1905cca7 (qgis): [locator] move the config button to the table
Denis Rouzaud
03:14 PM Revision 5eddbb61 (qgis): fix icon/row size
Denis Rouzaud
01:43 PM Revision 61f84ce7 (qgis): Merge pull request #7008 from PeterPetrik/qgsmeshlayer_2_scalar_vector_...
[mesh] Rendering of scalar and vector datasets Martin Dobias
01:26 PM Revision 3e436094 (qgis): WMS provider: use 'WMS/WMTS' instead of 'WMS' in various UI labels (fix...
Even Rouault
09:46 AM Revision 8d5d5f08 (qgis): Merge pull request #7048 from mhugent/fix_large_sized_print
Disable RenderPartialOutput Setting in printing. It is unused in prin… Marco Hugentobler
09:18 AM Revision 519c9db5 (qgis): Disable RenderPartialOutput also in composer map preview
Marco Hugentobler
08:16 AM Revision 882d8ed7 (qgis): tiny doc change
Peter Petrik
05:14 AM Revision dde895d1 (qgis): [layouts] Fix incorrect path shown after export atlas to pdf
Fixes #19013 Nyall Dawson

2018-05-23

10:56 PM Revision e906a2c9 (qgis): [python] Generate type hint stub files
Causes sip to generate the type hinting stub (".pyi") files
alongside the generated python modules.
This allows edit...
Nyall Dawson
08:51 PM Revision ce72bde3 (qgis): [WMS provider] Avoid duplicate format selection radio buttons (fixes #1...
Even Rouault
03:23 PM Revision 839de2e2 (qgis): Merge pull request #7057 from rouault/fix_18882_alternate
[WFS provider] Revert to using singular TYPENAME keyword for WFS 2.0 DescribeFeatureType (fixes #18882, refs #17872) Even Rouault
01:59 PM Revision 2330b7fc (qgis): [WFS provider] Handle buggy servers that require plural form TYPENAMES ...
Some servers like http://geoportal.samregion.ru/wfs12 return an
error when issuing a REQUEST=DescribeFeatureType&VERS...
Even Rouault
11:40 AM Revision e1708afc (qgis): Merge pull request #7052 from rouault/fix_18740_qgis2_18
[WFS provider] 2.18 / Avoid request by feature id to cause a full layer download (fixes #18740) Even Rouault
11:03 AM Revision 2bbacb63 (qgis): Merge pull request #7054 from nyalldawson/compliant
Add compliance test to doxygen test Matthias Kuhn
10:37 AM Revision e6c94989 (qgis): fix stretch build
Jürgen Fischer
09:27 AM Revision f41daee1 (qgis): Fix docstring for setEditFormConfig
Alessandro Pasotti
08:55 AM Revision afa04d9b (qgis): Fix non-compliant docstrings
Nyall Dawson
08:46 AM Revision 8b1bbfe8 (qgis): Add compliance test to doxygen test
Tests for "non-compliant" doxygen strings, e.g. use of
- "getter for..." instead of "returns the..."
- "setter for......
Nyall Dawson
05:08 AM Revision 45aca2f9 (qgis): fix unclosed strings not style in python console & script editor
Mathieu Pellerin - nIRV
03:53 AM Revision 4082ef7f (qgis): Standardize member signature when comparing against acceptable undocume...
Seems different doxygen versions result in slightly different whitepace
*inside* the member's signatures!
Nyall Dawson
03:53 AM Revision 48489d63 (qgis): Sort list of acceptable missing docs
Nyall Dawson
03:53 AM Revision 91a792b8 (qgis): Try to fix handling of undocumented members on Travis
Nyall Dawson
03:53 AM Revision 14cf46cd (qgis): Update list of acceptable missing docs
Nyall Dawson

2018-05-22

01:20 AM Revision b9be0a5b (qgis): [WFS provider] Avoid request by feature id to cause a full layer downlo...
Backport of 6cf1c502d1e057aa63ba7b48e2a532324a98194d Even Rouault
11:55 PM Revision 6165e4c8 (qgis): Add some SIP_THROW( QgsCsException ) annotations
Incomplete, but allows proper QgsCsException catching
for these methods
Nyall Dawson
11:22 PM Revision 1121565d (qgis): [WFS provider] Fix excessive memory consumption on big layers (refs #18...
There was a pseudo memory leak in qgsgml.cpp
And the WFS downloader could also have to process big replies, causing a...
Even Rouault
10:55 PM Revision f82b6396 (qgis): Fix outdated docs
Fixes #19004 Nyall Dawson
09:56 PM Revision 7511d1ff (qgis): Revert "[bugfix][wfs] Expand support for 2.0.0 TYPENAMES" (fixes #18882)
This reverts *partially* commit ccb4c80f8a6d2bb179258f1ffec0dc9a447ca465.
The plural form of TYPENAMES is non confor...
Even Rouault
07:08 PM Revision 2bbea0d4 (qgis): Merge pull request #7047 from rouault/fix_18740
[WFS provider] Avoid request by feature id to cause a full layer download (fixes #18740) Even Rouault
06:59 PM Revision 81bf510c (qgis): fix typo
Peter Petrik
05:55 PM Revision 31a95718 (qgis): Disable RenderPartialOutput Setting in printing. It is unused in printi...
Marco Hugentobler
02:35 PM Revision c7587693 (qgis): fix docs
Peter Petrik
02:32 PM Revision 33390123 (qgis): various small fixes from review
Peter Petrik
01:32 PM Revision 6cf1c502 (qgis): [WFS provider] Avoid request by feature id to cause a full layer downlo...
Even Rouault
12:56 PM Revision 9cf6bbf4 (qgis): Improve default color scheme for python console & script editor
Mathieu Pellerin - nIRV
08:31 AM Revision 45b045d2 (qgis): Fix missing color settings for python console / script editor
Mathieu Pellerin - nIRV
07:43 AM Revision 6d87a4cf (qgis): [console] Fix unclosed strings don't respect the preset font size
Nyall Dawson
03:57 AM Revision 33669ab7 (qgis): [processing] Don't crash when hitting transform exceptions
inside transform algorithm Nyall Dawson
03:57 AM Revision 681074bf (qgis): Setting crs for extent group box shouldn't auto check the box
Causes e.g. changing the destination CRS in the save vector
file dialog to accidentally enable the "extent" filter op...
Nyall Dawson
02:05 AM Revision 959d1e93 (qgis): Avoid some unnecessary geometry clones during map to pixel
simplification Nyall Dawson
02:05 AM Revision c1661dee (qgis): Fix invalid polygon rings created by map to pixel simplification
when a larger polygon contains a very small ring Nyall Dawson
02:05 AM Revision 98117839 (qgis): Add failing test for rendering simplification of very small
ring inside larger polygon Nyall Dawson

2018-05-21

10:54 PM Revision b886e224 (qgis): Fix typo
Even Rouault
10:44 PM Revision c3c5c976 (qgis): Dummy commit to indicate that 0addae5b783e541953522eabe178426e820bf852 ...
Even Rouault
10:40 PM Revision 0addae5b (qgis): [WFS provider] Fix excessive memory consumption on big layers (refs #1870)
There was a pseudo memory leak in qgsgml.cpp
And the WFS downloader could also have to process big replies, causing a...
Even Rouault
10:03 PM Revision 19b3325b (qgis): Use the standard snap indicator with move features tool
Fixes #18957 Nyall Dawson
10:03 PM Revision c5ff6b9c (qgis): [processing] Ensure parameters linked to layer parameters
(e.g. field choices) are correctly updated when a layer
is selected which doesn't belong to the project
Nyall Dawson
10:02 PM Revision 4ec9e00a (qgis): Fix SVG parsing error on startup
Nyall Dawson
10:02 PM Revision c0d95280 (qgis): Silence python warnings from 3rd party libraries on startup
Nyall Dawson
10:02 PM Revision 343872b7 (qgis): Flip some code to use format
Nyall Dawson
10:02 PM Revision 3de7b383 (qgis): Fix bad regex escaping
Nyall Dawson
11:48 AM Revision a7397b17 (qgis): [python console] improve settings UI (#7041)
- improve UI spacing
- harmonize reset icon
Mathieu Pellerin - nIRV
11:06 AM Revision 42199d1a (qgis): [processing] Declare NOT_SELECTED
Paul Blottiere
11:06 AM Revision dcc79fcf (qgis): [processing] Fix invalid attribute's name
Paul Blottiere
08:07 AM Revision b2163260 (qgis): [processing] Fix exception when editing enum input with no default value
Nyall Dawson
08:07 AM Revision 6b5e5b6e (qgis): [processing] Fix models cannot correctly set enum parameters
to a static choice Nyall Dawson
06:28 AM Revision 84163841 (qgis): [processing] Improved script editor dialog title
- show filename in title, or 'Untitled Script' for new
scripts
- show unsaved ('*') indicator when unsaved changes pr...
Nyall Dawson
06:28 AM Revision 28b23d0b (qgis): [processing] Fix script editor dialog title
Nyall Dawson
05:58 AM Revision fb882494 (qgis): [needs-docs][processing] reword add model/script to toolbox actions
Mathieu Pellerin - nIRV
05:58 AM Revision 05beaa73 (qgis): [needs-docs][processing] open existing script toolbar action
Mathieu Pellerin - nIRV
02:03 AM Revision 35b3e9bb (qgis): Add unit test for geoccs descriptions imported from GDAL
Nyall Dawson

2018-05-20

10:50 AM Revision 310bfb1e (qgis): [processing] show indentation guides in script editor
Mathieu Pellerin - nIRV
10:50 AM Revision 60bef387 (qgis): reduce darkness of the inc./dec. font icons
Mathieu Pellerin - nIRV
10:50 AM Revision 5a4d33f3 (qgis): [processing] use python console color/font settings for the script editor
Mathieu Pellerin - nIRV
10:50 AM Revision 1b3a47a6 (qgis): remove unused python console icons
Mathieu Pellerin - nIRV
10:50 AM Revision af45b84c (qgis): [processing] do no wrap line in script editor
(harmonize behavior with python console) Mathieu Pellerin - nIRV
10:50 AM Revision 6b3ebfc0 (qgis): harmonize open script icons
Mathieu Pellerin - nIRV
10:50 AM Revision 2ad74b9d (qgis): [processing] better unsaved change dialog upon closing script editor
Mathieu Pellerin - nIRV
10:50 AM Revision b0e93a17 (qgis): [python console] update toolbar icon and action position
(harmonize position with the processing script editor) Mathieu Pellerin - nIRV
10:17 AM Revision cce49567 (qgis): [processing] add test for temporary output without extension
Alexander Bruy
10:17 AM Revision 303a79a1 (qgis): [processing] fix temporary directories handling
Alexander Bruy

2018-05-19

10:57 PM Revision e15f7cc0 (qgis): crssync: also update 'deprecated' flag (fixes #18905)
Jürgen Fischer
09:51 PM Revision 7576ae10 (qgis): crssync:
* also update coordinate system descriptions
* retrieve descriptions of geocentric CRSes (fixes #18968)
Jürgen Fischer
01:22 PM Revision 6d067ba9 (qgis): [processing] tiny improvements to the script editor
- add a keyboard shortcut to toggle the find panel
- focus on the find text box when opening panel
- find text when h...
Mathieu Pellerin - nIRV
01:22 PM Revision a4d016fd (qgis): [processing] use a better icon for the find/replace action
(the new icon harmonizes itself with the console script editor) Mathieu Pellerin - nIRV
03:29 AM Revision 7464ca68 (qgis): Fix export map as image/PDF does not respect labeling engine settings
Mathieu Pellerin - nIRV

2018-05-18

12:12 AM Revision ace955c0 (qgis): resurrect also the test for r.thin
matteo ghetta
12:12 AM Revision b44ce1e8 (qgis): [processing] fix wrong parameter GRASS
matteo ghetta
07:50 PM Revision e1822801 (qgis): Merge pull request #6997 from pblottiere/executesql_bugfix
[executesql] Use parameter's name instead of description to save sql query Paul Blottiere
07:25 PM Revision b4ec9a31 (qgis): [pyqgis] add QgsSettings.enumValue and flagValue to the bindings (#7024)
* [pyqgis] add QgsSettings.enumValue and flagValue to the bindings
these are done in pure Python since no implementa...
Denis Rouzaud
04:47 PM Revision deccf205 (qgis): [pyqgis] add method to retrieve metaEnum from an enum value or type (#7...
Denis Rouzaud
02:01 PM Revision e8e15d5b (qgis): Release of 2.18.20
Jürgen Fischer
02:01 PM Revision 8a899c87 (qgis): Release of 3.0.3
Jürgen Fischer
12:41 PM Revision ae89b4f9 (qgis): Merge pull request #7015 from m-kuhn/ensureEditSelectionOnFeatureSelect...
Update currently edited feature in attribute table when selection changes Matthias Kuhn
12:40 PM Revision bc257812 (qgis): Merge pull request #7013 from m-kuhn/sortList
Sort list on the attribute table/form view based on shown value Matthias Kuhn
12:40 PM Revision 3e9a37cc (qgis): Merge pull request #7018 from 3nids/sipify_metaenum_helper
[sipify] write helpers in core.__init__.py for Q_ENUM Denis Rouzaud
09:29 AM Revision 599799d2 (qgis): Remove unused import
Paul Blottiere
08:05 AM Revision e74e8360 (qgis): Use parameter's name instead of description to save sql query
Paul Blottiere
06:53 AM Revision 610d99c3 (qgis): Fix reverse expression function doesn't handle multicurve geometries
Nyall Dawson
05:48 AM Revision 01534340 (qgis): remove old color key when restoring copyright decorator from pre-3.2 pr...
Mathieu Pellerin - nIRV
05:14 AM Revision 7440220e (qgis): [sipify] complete test to check the __init__.py core files are up to date
Denis Rouzaud
04:54 AM Revision f267adc3 (qgis): run sipify
Denis Rouzaud
04:54 AM Revision 6301f9b6 (qgis): [sipify] write helpers in core.__init__.py for Q_ENUM
whenever reading a Q_ENUM macro, sipify will create a helper in the core module:
BaseClass.EnumType.parentClass = lam...
Denis Rouzaud
04:28 AM Revision 83ccff2a (qgis): Merge pull request #7017 from 3nids/locator_subgroup
[QgsLocator] add the capability of adding group for elements within t… Denis Rouzaud
03:49 AM Revision ae389be4 (qgis): add test for locator model with groups
Denis Rouzaud
03:49 AM Revision 1fe0fb74 (qgis): [sipify] fix remove value assignment in members
Denis Rouzaud
03:46 AM Revision c1e16969 (qgis): [QgsLocator] add the capability of adding group for elements within the...
Denis Rouzaud

2018-05-17

12:44 AM Revision 9d7212f3 (qgis): [processing] change 0 to Not set Null values in Gdal Clip
matteo ghetta
12:44 AM Revision 57106986 (qgis): [processing] change 0 to Not set Null value also for contour
matteo ghetta
12:44 AM Revision 2a7c10e7 (qgis): change empty '' with None
matteo ghetta
04:27 PM Revision d5ffc5a2 (qgis): Merge pull request #6994 from pblottiere/server_candidates
[server] Labeling settings Paul Blottiere
03:58 PM Revision e3361704 (qgis): update Travis build timeout
Denis Rouzaud
03:56 PM Revision 56104bcd (qgis): update Travis build timeout
Denis Rouzaud
03:12 PM Revision 66da1b00 (qgis): Fix typo
Matthias Kuhn
02:26 PM Revision 53324bf1 (qgis): Update currently edited feature in attribute table when selection changes
It's a very common pitfall for people to toggle the selection instead of
the edit selection in the form view of the a...
Matthias Kuhn
02:17 PM Revision 7c871387 (qgis): Use labeling engine settings in WMS renderer
Paul Blottiere
02:17 PM Revision 96a0b477 (qgis): Add unit test
Paul Blottiere
02:17 PM Revision 2564cf34 (qgis): Write labeling engine settings in project file
Paul Blottiere
02:17 PM Revision 2246ad68 (qgis): Add note to describe unit test
Paul Blottiere
02:17 PM Revision ecbd2079 (qgis): Add unit test
Paul Blottiere
02:14 PM Revision 2f0fbc67 (qgis): Merge pull request #7010 from daniviga/brp-python-bytecompile-py3
[RPM] Force brp-python-bytecompile to use python3 Matthias Kuhn
01:53 PM Revision 7b53273f (qgis): Merge pull request #6843 from pblottiere/bugfix_refrel
[bugfix] Fixes regression in relation reference widget with 'chain filter' option Matthias Kuhn
01:51 PM Revision b76acbe4 (qgis): More docstring fixes
Matthias Kuhn
01:40 PM Revision 74dec50c (qgis): Fix docstring
Matthias Kuhn
11:34 AM Revision 7d6518f7 (qgis): Update unit tests
Paul Blottiere
11:34 AM Revision 4b701204 (qgis): Update sip binding
Paul Blottiere
11:34 AM Revision eca1aef1 (qgis): Fixes regressions in relation reference widget
Paul Blottiere
11:32 AM Revision 352dbcb8 (qgis): Fixes segmentation fault when dividing by zero
Paul Blottiere
11:13 AM Revision ce403b14 (qgis): Add tests for sorting feature list by display expression
Matthias Kuhn
10:21 AM Revision 44bb21d6 (qgis): Remove guard for unininitialized widgetFactory
meanwhile we can rely on one being initialized Matthias Kuhn
10:20 AM Revision 2b950319 (qgis): Add a default editor widget factory
for safety when working without initialized widget registry in standalone apps and tests Matthias Kuhn
08:57 AM Revision 99638927 (qgis): Make additional sort caches accessible
Matthias Kuhn
08:56 AM Revision 6446bc7b (qgis): [RPM] Force brp-python-bytecompile to use python3
Daniele Viganò
08:48 AM Revision b0ccafe0 (qgis): Add debug message
Matthias Kuhn
08:48 AM Revision 2325fe5a (qgis): Deprecate unrequired methods
Matthias Kuhn
08:48 AM Revision f1770c75 (qgis): QgsFeatureListModel is sortable by display expression
Matthias Kuhn
08:48 AM Revision 91f32bf6 (qgis): Fix sorting by other than first sort role
Matthias Kuhn
08:48 AM Revision 14cefe3d (qgis): QgsFeatureListModel inherits QSortFilterProxyModel
Matthias Kuhn
08:48 AM Revision 487d8d12 (qgis): Move initializers to header
Matthias Kuhn
08:48 AM Revision 2544391a (qgis): Allow prefetching more than a single sort expression
in the attribute table model. One is used for the table, the other one for the feature list in the form view. Matthias Kuhn
08:31 AM Revision d5cec146 (qgis): Merge pull request #7001 from m-kuhn/userprofile-database-name
Use connection name to avoid closing default connection Matthias Kuhn
03:54 AM Revision 87a60d43 (qgis): Merge pull request #6733 from 3nids/setenumvalue
Save enum values as string in settings Denis Rouzaud
03:54 AM Revision 1a879b18 (qgis): Merge pull request #7002 from 3nids/sip_metoobject
[sipify] insert missing QMetaObject for gadget classes Denis Rouzaud
02:37 AM Revision 9a79fc78 (qgis): Merge pull request #6983 from PeterPetrik/qgsquick_2_scalebar_messagelog
[feature] Add ScaleBar and MessageLog components to QgsQuick library. Martin Dobias

2018-05-16

12:50 AM Revision 5edcc64f (qgis): [processing] Allow algorithms to return a translated short description
This is used in the algorithm's tooltip in the toolbox, and is intended
for single sentence description of the algori...
Nyall Dawson
12:50 AM Revision b98f8f1d (qgis): [processing] Also filter using algorithm short descriptions
Nyall Dawson
12:50 AM Revision 0e831da8 (qgis): [processing] If algorithm has no short help, show description in algori...
Nyall Dawson
12:50 AM Revision fe93993a (qgis): Fix typo
Nyall Dawson
12:50 AM Revision 0d21bd04 (qgis): [processing] Include description in algorithmHelp output
Nyall Dawson
11:49 PM Revision e9c81459 (qgis): Fix doxygen warnings
Martin Dobias
11:26 PM Revision 94f56b61 (qgis): Build/test fixes
Martin Dobias
10:20 PM Revision 698fad65 (qgis): Capitalization, string fixes
Turns out correct title case always uses uppercase for the
final word, even if the word wouldn't normally be uppercased
Nyall Dawson
09:21 PM Revision 0e57b887 (qgis): Fix crash when style panel opened from style change btn
Alessandro Pasotti
08:25 PM Revision 2abcfa23 (qgis): do not add static QMetaObject to QgsDefaultValue
it has no Q_ENUM so no need for now
I do not understand while it doesn't compile though
Denis Rouzaud
07:09 PM Revision 40499ee3 (qgis): Fix crash on categorized/graduated symbol styling dock
Alessandro Pasotti
05:29 PM Revision 95ecea89 (qgis): move additions from top __init__ to core.__init__
Denis Rouzaud
05:02 PM Revision 3fc99c04 (qgis): code cleanup
Peter Petrik
03:48 PM Revision e56ff683 (qgis): Merge pull request #7004 from alexbruy/select-atribute
[processing][needs-docs] add selection methods to Select by attribute algorithm Alexander Bruy
02:25 PM Revision 15a5d917 (qgis): [processing] improve polar plot algorithm help (fix #16679)
Alexander Bruy
01:54 PM Revision 5790bbca (qgis): fix QgsAbstractGeometry Q_GADGET position
Denis Rouzaud
01:43 PM Revision 1783394b (qgis): [processing] don't use function annotations as this breaks build on
systems with Python < 3.3 (fix #18961) Alexander Bruy
12:56 PM Revision aea3dcce (qgis): [FEATURE] Rendering of vector data on mesh layers
Rudimentary support of rendering of vector data (e.g. velocity) on mesh map layers.
Rendering can be adjusted by QgsM...
Peter Petrik
12:47 PM Revision 92965288 (qgis): [FEATURE] Rendering of scalar data on mesh layers
Rudimentary support for rendering of scalar data (e.g. water depth)
on mesh map layers.
Martin Dobias
12:47 PM Revision 3154102a (qgis): [FEATURE] Scalar/vector data in mesh data providers
Reading and processing scalar (e.g. water depth) and vector (e.g.
velocity) data from mesh data providers (e.g. MDAL)
Peter Petrik
12:37 PM Revision bfbc64ce (qgis): update to MDAL 0.0.3
Peter Petrik
12:01 PM Revision c1acc299 (qgis): Merge pull request #7006 from DelazJ/patch-1
More typo fix Alessandro Pasotti
11:53 AM Revision 9ccc76b6 (qgis): More typo fix
Harrissou Santanna
11:03 AM Revision ee7240f7 (qgis): Fix typo
Alessandro Pasotti
10:20 AM Revision 580509fd (qgis): [processing][needs-docs] add selection methods to Select by attribute
algorithm (fix #18682) Alexander Bruy
09:48 AM Revision a44eeae4 (qgis): Merge pull request #6982 from elpaso/currentformfeature-expressions-4
[feature][need-docs] Current feature/current value form context expressions Alessandro Pasotti
08:39 AM Revision c27ce392 (qgis): Merge pull request #6980 from m-kuhn/bwta2017
Add BWTA2017.gsb to srs.db Matthias Kuhn
08:20 AM Revision b2fb029c (qgis): Added help text for @current_feature
Alessandro Pasotti
06:42 AM Revision 623574af (qgis): Fix build warnings
Nyall Dawson
06:08 AM Revision 79fc5b9d (qgis): String capitalization, ellipsis
Nyall Dawson
06:08 AM Revision 861153df (qgis): [processing] Title case for algorithm dialog titles
Nyall Dawson
06:08 AM Revision d711915d (qgis): Properly title case "Open From" and "Save To"
Apparently both the first and last words are ALWAYS capatilised
in title case, even if they normally wouldn't be.
Nyall Dawson
06:08 AM Revision d864cd67 (qgis): [processing] Correctly capitalize menu entry actions, add ellipsis
Nyall Dawson
06:08 AM Revision 6c02d053 (qgis): Super-basic title-case conversion method
No grammatical parsing, so only useful for very simple cases Nyall Dawson
06:08 AM Revision 87c3a868 (qgis): Allow plugins to add actions to top level of raster/vector/db/web menus
Provides a way to avoid plugins creating submenus with a single
action - e.g. "DB Manager" -> "DB Manager". It's a vi...
Nyall Dawson
06:08 AM Revision 408da458 (qgis): [needs-docs] Place core plugin actions into top level menus
when plugin only has a single action
Affected actions:
- Database -> DB Manager -> DB Manager
- Coordinate Capture -...
Nyall Dawson
06:08 AM Revision 825a697e (qgis): Add missing ellipsis to db manager action
Nyall Dawson
06:08 AM Revision 3949802d (qgis): Improved title case conversion, add tests
Nyall Dawson
06:08 AM Revision d0c14ef0 (qgis): [dbmanager] Fix bad import in vlayers plugin
Nyall Dawson

2018-05-15

11:38 PM Revision e8cf8c2f (qgis): [sipify] insert missing QMetaObject for gadget classes
Denis Rouzaud
11:26 PM Revision ff35e694 (qgis): fix (again) install of qgis.core.additions
Denis Rouzaud
09:08 PM Revision 40dd931b (qgis): [tr] Polish translation update
Borys Jurgiel
08:35 PM Revision c9e5a365 (qgis): [processing] Avoid generic exceptions
Makes the full Python exception available when running algorithm,
which provides much more useful error messages
Nyall Dawson
08:35 PM Revision 0f78277a (qgis): Add SIP_THROW annotation
SIP uses the deprecated throw(...) annotation in order to determine
which exceptions may be thrown by c++ code. Witho...
Nyall Dawson
08:35 PM Revision 74b0e910 (qgis): [processing] Fix some exceptions
Nyall Dawson
08:35 PM Revision a0ff2af3 (qgis): [processing] Fix some crashes on invalid parameters
Nyall Dawson
07:17 PM Revision 4033cc2e (qgis): Set form feature in current_feature variable instead of
... setting the feature member variable Alessandro Pasotti
06:36 PM Revision 55a1984b (qgis): Initialize mFieldIdx to -1
Alessandro Pasotti
06:32 PM Revision 673fac0c (qgis): Added methods to search expression nodes and drop RegExp
- nodes() return the list of all nodes
- findNodes<T> returns a list of the nodes matching the class
Also drops the ...
Alessandro Pasotti
04:39 PM Revision d10c0232 (qgis): Use connection name to avoid closing default connection
No observable bad effects identified but the following warning looks suspicious:
Warning: QSqlDatabasePrivate::add...
Matthias Kuhn
03:02 PM Revision cd34da80 (qgis): also install additions py files in their directory (#7000)
Denis Rouzaud
02:00 PM Revision a6877449 (qgis): Merge pull request #6996 from alexbruy/processing-grass-formats
[processing] allow GRASS algorithms to save vectors in any GDAL-supported format Alexander Bruy
12:45 PM Revision 1e046a17 (qgis): Updated docs for current_value function
Alessandro Pasotti
12:33 PM Revision 44cc7d23 (qgis): Copy cached min/max value to provider test suite
(cherry-picked from 26174ea9) Nyall Dawson
12:33 PM Revision dd0c4c7d (qgis): [memory] Fix memory provider does not return correct min/max
values after adding or editing features
The cache was not cleared correctly in this case
Fix sponsored by LINZ
(ch...
Nyall Dawson
12:21 PM Revision 0383a148 (qgis): [processing] Create Attribute Index can run on non-spatial layers
Nyall Dawson
12:15 PM Revision 67965ca3 (qgis): [processing] use GPKG as default output format for GRASS
Alexander Bruy
12:14 PM Revision 98586461 (qgis): [processing] add test for output to GPKG
Alexander Bruy
11:53 AM Revision 8aa56fc3 (qgis): [processing] fix GRASS vector tests
Alexander Bruy
11:37 AM Revision 9a82dbe1 (qgis): [needs-docs][processing] vectorize and improve remaining data analysis ...
Mathieu Pellerin - nIRV
11:37 AM Revision bc0f7533 (qgis): [needs-docs][processing] vectorize & improve remaining vector menu icons
Mathieu Pellerin - nIRV
11:37 AM Revision 483b4ff9 (qgis): remove processing ftools bitmap icons
Mathieu Pellerin - nIRV
10:50 AM Revision 97eceb16 (qgis): Merge pull request #6894 from pblottiere/bugfix_getcapa_version
[server] Keep default version in case of invalid VERSION parameter Paul Blottiere
10:07 AM Revision 19569377 (qgis): Update getcapabilities document to fit 1.3.0 version
Paul Blottiere
10:07 AM Revision db4a2dda (qgis): [server] Keep default version in case of invalid VERSION parameter
Paul Blottiere
10:07 AM Revision 6ea2cd63 (qgis): Add unit tests
Paul Blottiere
09:57 AM Revision cf599685 (qgis): [processing] vector outputs can be saved in any GDAL-supported format
Thanks to Médéric RIBREUX Alexander Bruy
09:20 AM Revision b4f86147 (qgis): Add referencedFunctions() to expressions
Alessandro Pasotti
08:59 AM Revision 58e53510 (qgis): Don't add GEOS warnings to message log
This dramatically slows down rendering, especially when labeling
is used. E.g. because labeling clips features, or be...
Nyall Dawson
08:34 AM Revision edb12b4d (qgis): Removed attribution
Alessandro Pasotti
08:34 AM Revision 54173768 (qgis): Moved form feature to private and added setters/getters
plus other minor style changes as suggested by m-kuhn
in his PR review
Alessandro Pasotti
08:34 AM Revision ba339f2f (qgis): Some more test cases for value relation widget
Alessandro Pasotti
08:34 AM Revision 266f145c (qgis): Removed const
I don't get why, but I trust @m-kuhn and I'll follow his advice :) Alessandro Pasotti
08:34 AM Revision 63d2086d (qgis): Rename functions from get_current_form_field_value to current_value
and current_geometry Alessandro Pasotti
08:34 AM Revision 83328ae5 (qgis): [feature] Form context expressions in value relation widget
The value relation widget filter expression can now use two
new functions/variables that have access to the current
v...
Alessandro Pasotti
08:34 AM Revision e59d6fee (qgis): Removed leftover
Alessandro Pasotti
07:10 AM Revision 5cb8c252 (qgis): [needs-docs][processing] vectorize and improve remaining geometry tools...
Mathieu Pellerin - nIRV
07:10 AM Revision 4d36f370 (qgis): [needs-docs][processing] rename export geom. columns to add geom. attri...
Mathieu Pellerin - nIRV
02:56 AM Revision 395e864b (qgis): fix prepare-commit after moving sip files
Denis Rouzaud
02:21 AM Revision c5ee15a9 (qgis): Merge pull request #6987 from 3nids/pyqgis_additions
[pyqgis] move qgis.core tricks to their own python file in additions folder Denis Rouzaud

2018-05-14

01:53 AM Revision 261e5f74 (qgis): bring back PyQt.QtCore.NULL in qgis.core
Denis Rouzaud
01:23 AM Revision 26174ea9 (qgis): Copy cached min/max value to provider test suite
Nyall Dawson
01:07 AM Revision 3716fa6e (qgis): Merge pull request #6988 from cdavila/release-3_0
[tr] Spanish translation update 14/5/18 Matthias Kuhn
12:15 AM Revision 15c2c9b3 (qgis): [processing][gdal] Fix conversion of non-EPSG crs parameters
to GDAL compatible strings
(cherry-picked from 0d520456)
Nyall Dawson
12:15 AM Revision 2d0810c8 (qgis): Add a newNameChanged signal to QgsNewNameDialog
Handy for subclasses.
(cherry-picked from 8d5e5c9)
Nyall Dawson
12:15 AM Revision cd6a14b1 (qgis): Fix incorrect snapping when moving features and using advanced (#6972)
ditizing parallel/perpendicular modes
Refs issue demonstrated in https://www.youtube.com/watch?v=jZYKGrIyVCA
at 25:0...
Nyall Dawson
12:15 AM Revision 6543af35 (qgis): [docs] Add processing algorithm porting guide
(cherry-picked from 830ad0b4) Nyall Dawson
12:01 AM Revision 831512c9 (qgis): [pyqgis] fix py files in subdirectory not correctly installed
Denis Rouzaud
12:00 AM Revision 6e33bdcd (qgis): [pyqgis] move qgis.core tricks to their own python file in additions fo...
this makes the code much easier to read Denis Rouzaud
11:59 PM Revision 9b28e3d7 (qgis): Port gdalcalc with formula excaping fix (#6984)
Resurrect gdalcalc algorithm from 2.x Luigi Pirelli
10:34 PM Revision bb852734 (qgis): [tr] Spanish translation update 14/5/18
cdavila -
09:52 PM Revision 49090a55 (qgis): [FEATURE][locator] Add search for settings pages to locator bar (#6625)
* [FEATURE][locator] Add search for settings pages to locator bar
Search Settings, Options, and Project Properties p...
Klavs Pihlkjær
08:55 PM Revision c9b3e2ab (qgis): fix indentation
Denis Rouzaud
08:08 PM Revision 90bbe69a (qgis): fix QVariant / QString compare
Denis Rouzaud
06:17 PM Revision 3ea6432b (qgis): Merge pull request #6985 from pigreco/help_in_linea_field_calc
corrections function_help Matthias Kuhn
05:49 PM Revision a6683622 (qgis): add assert on metaEnum and convert existing settings to strings
Denis Rouzaud
05:47 PM Revision c985092a (qgis): fix typo
Alexander Bruy
05:43 PM Revision 307fbea1 (qgis): Merge pull request #6986 from 3nids/sip_files_oranize
Better orgnization of sip files Denis Rouzaud
05:02 PM Revision fca72fa7 (qgis): put back module sip files
Denis Rouzaud
04:44 PM Revision 847f0e18 (qgis): adapt sipify scripts and test to place auto generated sip files in dedi...
Denis Rouzaud
04:41 PM Revision 8b130f1c (qgis): move auto generated sip file in dedicated folder (server+analysis)
Denis Rouzaud
04:31 PM Revision 9ed15484 (qgis): move auto generated sip file in dedicated folder (gui)
Denis Rouzaud
04:23 PM Revision 7df2593c (qgis): move auto generated sip file in dedicated folder
Denis Rouzaud
04:21 PM Revision 45e5b3fb (qgis): [pyqgis] comment some core additions
Denis Rouzaud
03:13 PM Revision 3660f3f6 (qgis): corrections
salvatore fiandaca
02:49 PM Revision d26f1e14 (qgis): replace with setEnumValue
and complete missing enumValue Denis Rouzaud
02:47 PM Revision dce235d6 (qgis): create dedicated function for flags
there is a small redundancy in code, but it makes it much nicer to read the calls:
flagValue( key, default) instead o...
Denis Rouzaud
02:47 PM Revision d156e1fb (qgis): save enum settings as string for a better inspection
Denis Rouzaud
02:12 PM Revision c5f478c3 (qgis): [processing] Fix destination resets to 'memory:' instead of temporary l...
Nyall Dawson
02:12 PM Revision 81dabd18 (qgis): [processing] Finish default values in model for destination parameters
Arnaud Morvan
02:12 PM Revision 4ccd4446 (qgis): [processing] Add default values in model for destination parameters
Arnaud Morvan
02:12 PM Revision 1a45a797 (qgis): [processing][model] Fix handling of mandatory checkbox in output defini...
Nyall Dawson
11:39 AM Revision 0cd9e19a (qgis): [Feature] Add ScaleBar and MessageLog components to QgsQuick library.
Peter Petrik
09:22 AM Revision 8d5e5c94 (qgis): Add a newNameChanged signal to QgsNewNameDialog
Handy for subclasses. Nyall Dawson
08:53 AM Revision 773e8633 (qgis): Fix build warning
Nyall Dawson
08:20 AM Revision 44eb0f90 (qgis): Add BWTA2017.gsb to srs.db
NTv2 grid available here:
https://www.lgl-bw.de/lgl-internet/web/sites/default/de/05_Geoinformation/Galerien/Dokument...
Matthias Kuhn
07:43 AM Revision 6b742687 (qgis): [memory] Fix memory provider does not return correct min/max
values after adding or editing features
The cache was not cleared correctly in this case
Fix sponsored by LINZ
Nyall Dawson
06:32 AM Revision 8f47691a (qgis): [processing] add gdal command name to tags for better searches (#6978)
Mathieu Pellerin - nIRV
03:56 AM Revision 272f9ef8 (qgis): Merge pull request #6951 from 3nids/locator_prefix
allow customizing prefix of locator filters Denis Rouzaud

2018-05-12

10:21 PM Revision e0b86bef (qgis): Remove the default output value shown in expression builder
Fixes #18808 Harrissou Santanna
03:36 PM Revision 83a8d01f (qgis): [tr] Polish translation update
Borys Jurgiel
03:35 PM Revision a11fc1a9 (qgis): [tr] Polish translation update
Borys Jurgiel

2018-05-11

10:20 PM Revision 42bedc4f (qgis): Update qgsrasterfilewriter.cpp
Bad geo-referencing bug fix
Using VRT with large coordinate system (like RGF93/CCxx) and high
resolution raster, hig...
Guilhem
05:41 PM Revision d36d4f8c (qgis): fix warning for release build (#6976)
Denis Rouzaud
05:02 PM Revision c6bec0ce (qgis): add link to 3.0 api documentation
Jürgen Fischer
04:55 PM Revision 395c13f1 (qgis): fix typo
Denis Rouzaud
04:17 PM Revision 2bb6149e (qgis): add test for (active) prefixes and fix bad prefix for plugins
Denis Rouzaud
03:03 PM Revision 4e2605bb (qgis): Add some notes on enums, numeric parameters
Nyall Dawson
03:03 PM Revision 830ad0b4 (qgis): Rough beginnings to processing algorithm porting guide
Nyall Dawson
03:03 PM Revision 35d49035 (qgis): Add notes on OutputNumber/OutputString
Nyall Dawson
03:03 PM Revision 689966ce (qgis): Typo
Nyall Dawson
03:03 PM Revision 7ba246f1 (qgis): Fix grammar
Nyall Dawson
03:03 PM Revision b006877b (qgis): Complete processing 3.x porting documentation
Nyall Dawson
03:03 PM Revision 9bf8fb04 (qgis): Add some notes about porting field parameters
Nyall Dawson
03:03 PM Revision 4e5229f1 (qgis): Typo
Nyall Dawson
03:03 PM Revision 04e527e4 (qgis): Try to fix odd doc coverage test issue
Nyall Dawson
03:03 PM Revision e039a064 (qgis): Add note on GeoAlgorithmExecutionException
Nyall Dawson
03:03 PM Revision 90e0353e (qgis): More docs for parameter porting, new API contract
Nyall Dawson
02:01 PM Revision ad18e044 (qgis): Add missing ellipsis to project storage items
Nyall Dawson
02:01 PM Revision b87a92b2 (qgis): Show tooltip in locator actions results if different to action title
Nyall Dawson
02:01 PM Revision 3e62627b (qgis): [needs-docs] Tweak wording of Export actions
Nyall Dawson
02:01 PM Revision 0c24e29e (qgis): More descriptive tooltips for some app actions
Nyall Dawson
02:01 PM Revision 98469411 (qgis): [needs-docs] Reorganize project menu
- Consistency in action names
- Move import/export actions to a submenu
- Group similar actions together
Nyall Dawson
01:52 PM Revision 0a6f88a4 (qgis): remove map from QgsLocator and rename custom to active prefix
the active/custom prefix info is now accessible only from QgsLocatorFilter Denis Rouzaud
01:38 PM Revision 8f05c4e2 (qgis): Fix incorrect snapping when moving features and using advanced (#6972)
ditizing parallel/perpendicular modes
Refs issue demonstrated in https://www.youtube.com/watch?v=jZYKGrIyVCA
at 25:00
Nyall Dawson
01:32 PM Revision 4aac2653 (qgis): updated NaturalNeighbour gui to use new saga parameters
Jason Hilton
11:48 AM Revision cdc08783 (qgis): Use icon instead of text for Add and Remove buttons
Harrissou Santanna
09:48 AM Revision 9d2c4fca (qgis): [FEATURE][layouts] Use text renderer for drawing scalebar text
Allows the full range of formatting options exposed through
text renderer - e.g. scalebar text with buffers, shadows,...
Nyall Dawson
09:48 AM Revision e53adc15 (qgis): Add methods to convert QgsTextFormat to and from QFonts
Nyall Dawson
09:48 AM Revision 9ce19af5 (qgis): Fix failing test
Nyall Dawson
09:48 AM Revision 3d03cfba (qgis): Update test masks
Nyall Dawson
09:48 AM Revision 06d7725c (qgis): Fix api break, unit test
Nyall Dawson
09:48 AM Revision 0708d841 (qgis): Fix positioning of final scalebar label
Nyall Dawson
09:48 AM Revision a06000e0 (qgis): Add method to QgsTextRenderer to retreive scaled QFontMetricsF
from a text format in a specified render context Nyall Dawson
07:49 AM Revision e35d1d0e (qgis): Fix setting default value for non-multiple enum params
Nyall Dawson
07:49 AM Revision 0046b9f8 (qgis): add single item to matrix parameter by default
Alexander Bruy
07:49 AM Revision 213fc553 (qgis): Revert "Merge pull request #6929 from ghtmtt/fix_proc_modeler"
There are no useless parameters in Processing.
This reverts commit fd5e0a7f1947548e0d5bd1f004a586e2ae0b0473, reversi...
Alexander Bruy
07:49 AM Revision 038da113 (qgis): [processing] modeler GUI for matrix parameter
Alexander Bruy
07:49 AM Revision 1ba34dcb (qgis): [processing] add matrix and enum parameters to wrappers and handle them
in the modeler dialogs Alexander Bruy
07:49 AM Revision e97212e8 (qgis): [processing] correctly restore default values
Alexander Bruy
07:49 AM Revision ffa4b04e (qgis): [processing] add modeler GUI for enum parameter
Alexander Bruy
07:49 AM Revision 18f31518 (qgis): [processing] couple of fixes for matrix parameter
Alexander Bruy
07:49 AM Revision bb0fecce (qgis): [processing] use another icon for clear button and add confirmation
Alexander Bruy
07:49 AM Revision 3ec2dfa6 (qgis): [processing] don't allow multiple enum items to be selected if
allowMultiple is not set Alexander Bruy
07:49 AM Revision 39456ba6 (qgis): [processing] fix handling of the multiple enum values
Alexander Bruy
07:49 AM Revision 26a97a7d (qgis): [processing] improve default values handling in the enum modeler GUI
Alexander Bruy
07:49 AM Revision 33cfed2e (qgis): [processing] fix method signature
Alexander Bruy
04:30 AM Revision 123f2dfd (qgis): [processing] Ensure unset parameters are translated to Python
None values when representing parameters as pythong strings
(Cherry picked from d05f95f)
Nyall Dawson
04:30 AM Revision 6ad50f7e (qgis): [processing] Don't skip null parameter values when converting
parameters to pythong strings
We need to include these, in order to differentiate unspecified
parameters from parame...
Nyall Dawson
04:30 AM Revision 4d020416 (qgis): [afs] Fix handling of custom projections
Don't treat all unknown projections as WGS84
Fixes #18881
(cherry-picked from ea38c732)
Nyall Dawson
04:30 AM Revision c9226ce3 (qgis): [processing][modeler] Fix some child algorithm vector results
are not shown as input choices for other child algorithms
(cherry-picked from 3791bac)
Nyall Dawson
04:30 AM Revision 1c5d8602 (qgis): Fix handling of "hide deprecated" in projection selector widget
Fixes #18896
(cherry-picked from a022ad21)
Nyall Dawson
04:30 AM Revision a84084cf (qgis): [processing][gdal] More nodata handling fixes
Fixes #18748
(cherry-picked from bddcb7d)
Nyall Dawson
04:30 AM Revision 27aeb6a0 (qgis): [processing] Fix exception when clicking help for GDAL algorithms
(cherry-picked from b328819) Nyall Dawson
04:30 AM Revision d229b44a (qgis): [processing][gdal] Fix some more nodata=0 handling
(cherry-picked from f48aaeaf) Nyall Dawson
03:29 AM Revision be73c960 (qgis): Spelling
Nyall Dawson
03:29 AM Revision 0d520456 (qgis): [processing][gdal] Fix conversion of non-EPSG crs parameters
to GDAL compatible strings Nyall Dawson

2018-05-10

01:43 AM Revision 6b677081 (qgis): add libyaml-tiny-perl & python-autopep8 to debian deps
Jürgen Fischer
01:27 AM Revision 28935d15 (qgis): osgeo4w: include PGEO_DRIVER_TEMPLATE and OGR_SKIP in qgis.vars
(fixes #18234)
(cherry picked from commit a9b663ec0cdf47ba99bab593139da9c108d977da)
Jürgen Fischer
01:27 AM Revision a9b663ec (qgis): osgeo4w: include PGEO_DRIVER_TEMPLATE and OGR_SKIP in qgis.vars
(fixes #18234) Jürgen Fischer
10:11 PM Revision 6459d24e (qgis): allow to reset prefixes in settings
Denis Rouzaud
09:51 PM Revision 0a0de2ec (qgis): use multimap to allow using the same prefix for several filters
Denis Rouzaud
09:37 PM Revision 6d33ca31 (qgis): german translation update and fixes
Jürgen Fischer
08:46 PM Revision b6a26464 (qgis): Merge pull request #6961 from wonder-sk/union-single-layer
[FEATURE] Union algorithm with a single layer Martin Dobias
08:22 PM Revision ca3d2c0d (qgis): expression help: support optional parameters and defaults
(cherry picked from commit 968b50f4f009ae23ad98fdacd7b8754414008efa) Jürgen Fischer
08:18 PM Revision 9690d806 (qgis): add mdal provider to debian and osgeo4w packages
Jürgen Fischer
08:15 PM Revision 968b50f4 (qgis): expression help: support optional parameters and defaults
Jürgen Fischer
08:10 PM Revision c3279ee5 (qgis): Add a note about version added for new functions in testing module
Martin Dobias
05:57 PM Revision 9e1be6e8 (qgis): Merge pull request #6966 from kannes/patch-1
add optional segments argument in buffer function docs Matthias Kuhn
05:36 PM Revision 2c90bf29 (qgis): Merge pull request #6963 from DelazJ/backport30
Backport some Layer properties GUI fixes Matthias Kuhn
04:58 PM Revision e8d1099f (qgis): add optional segments argument
text taken from single_sided_buffer hannes metzler
02:08 PM Revision 85f42e7d (qgis): remove build noise from output
Peter Petrik
01:45 PM Revision 191b0d47 (qgis): union: throw an exception if the second layer is specified but not valid
Martin Dobias
12:50 PM Revision 7df062ba (qgis): Updates from Nyall's review
Martin Dobias
12:50 PM Revision 73d10afe (qgis): Processing tests: allow topological geometry tests instead of exact tests
This is useful with geometry algorithms when the order of the coordinates of produced
geometries does not need to be ...
Martin Dobias
12:50 PM Revision ef145afc (qgis): Add support for unordered comparison of features of layers
This is useful when an algorithm returns features in no particular order
and sorting features by attributes does not ...
Martin Dobias
12:50 PM Revision aa2b1e98 (qgis): Add test for single layer union
Martin Dobias
12:50 PM Revision 64b8c725 (qgis): [FEATURE] Union algorithm for single layer
Resolves all overlapping geometries just like GRASS or Arc do.
So now we have two variants of union:
- union(A) - do...
Martin Dobias
07:48 AM Revision d05f95f7 (qgis): [processing] Ensure unset parameters are translated to Python
None values when representing parameters as pythong strings Nyall Dawson
07:48 AM Revision c738bcf7 (qgis): [processing] Don't skip null parameter values when converting
parameters to pythong strings
We need to include these, in order to differentiate unspecified
parameters from parame...
Nyall Dawson
07:27 AM Revision 10aa92f6 (qgis): Merge pull request #6960 from luipir/gdalcalc_avoid_escape_formula
[processing][gdal] Do not escape formula because it's not a path! Alexander Bruy
03:36 AM Revision 5d6e08f2 (qgis): Widen the diagram Size Legend Preview frame
This should allow more visibility of the previewed symbols and texts.
Also avoids the left part of the dialog to need...
Harrissou Santanna
03:30 AM Revision 20cf1d5e (qgis): Make collapsible the groupboxes
to better handle vertical frames
(cherry picked from commit 684b3678f4159e998da53314dd77b198d82d7374)
Harrissou Santanna

2018-05-09

12:54 AM Revision 6150b7f4 (qgis): avoid escape formula because it's not a path!
Luigi Pirelli
09:55 PM Revision e55bb558 (qgis): cosmetics on 9e7e927b9c
Jürgen Fischer
08:59 PM Revision 37e9f3ab (qgis): allow customizing prefix of locator filters
Denis Rouzaud
08:58 PM Revision 4c92de9e (qgis): Merge pull request #6505 from 3nids/form_url
[FEATURE] Allow to use a URL for a custom attribute form (UI file) Denis Rouzaud
08:02 PM Revision 5d7a6c18 (qgis): remove useless API break
Denis Rouzaud
06:25 PM Revision 5b201687 (qgis): NSIS: Include DisplayVersion in UninstallKey (backport 100d9403)
Jürgen Fischer
06:24 PM Revision 100d9403 (qgis): NSIS: Include DisplayVersion in UninstallKey
(backport e3a7804931 & 9e7e927b9c) Jürgen Fischer
05:22 PM Revision d99a27f4 (qgis): Merge pull request #6958 from agauvrit-tis/patch-1
[FEATURE] Add DisplayVersion value in Uninstallkey Jürgen Fischer
05:04 PM Revision 8e20996d (qgis): simplify netwotk content fetcher registry
kudos @wonder-sk Denis Rouzaud
05:04 PM Revision 16497ee4 (qgis): fix edit form test with local HTTP server
Denis Rouzaud
05:01 PM Revision c04ca969 (qgis): use QStringLiteral
Denis Rouzaud
05:01 PM Revision 5089d389 (qgis): fix spelling
Denis Rouzaud
05:01 PM Revision d413c882 (qgis): add UI form for testing
Denis Rouzaud
05:01 PM Revision 18699299 (qgis): [FEATURE ] allow to use URLs for attribute forms
Denis Rouzaud
05:01 PM Revision 30b7fd18 (qgis): use QgsNetworkContentFetcherRegistry
Denis Rouzaud
04:43 PM Revision 7233b675 (qgis): Merge pull request #6957 from radosuav/processing_gdal_warp
[processing] Add missing resampling methods to GDAL warp. Matthias Kuhn
04:22 PM Revision 9e7e927b (qgis): Add DisplayVersion value in Uninstallkey
The DisplayVersion value in Uninstallkey registry hive (Software\Microsoft\Windows\CurrentVersion\Uninstall) is manda... Alexandre
02:56 PM Revision 7e73f314 (qgis): [processing] Add missing resampling methods to GDAL warp.
Radoslaw Guzinski
08:04 AM Revision d06043f7 (qgis): Merge pull request #6952 from elpaso/DelazJ-symbolselectorHelpShow
Delaz j symbolselector help show Alessandro Pasotti
07:40 AM Revision 29489e10 (qgis): Merge pull request #6865 from PeterPetrik/qgsquick_1_canvas_merge
[FEATURE] Introduction of QGIS Quick library Matthias Kuhn
06:21 AM Revision 85660db9 (qgis): Vectorized remaining propertyicons
List of icons^
gdal.png
network_and_proxy.png
locale.png
join.png
transparency.png
pyramids.png
overlay.png
map_tools...
Felis Pimeja
06:21 AM Revision c1ac9753 (qgis): Small property icon improvements
Mathieu Pellerin - nIRV
05:44 AM Revision cbbaf9c2 (qgis): Fix build warning
Nyall Dawson
02:28 AM Revision 819ae6f3 (qgis): Fix test that checked an exception from QgsSpatialIndex constructor
Martin Dobias
02:28 AM Revision 914cefff (qgis): Fix crash when creating spatial index from empty layer
libspatialindex library throws an exception when trying to bulk load spatial index
and it is given an empty input dat...
Martin Dobias

2018-05-08

01:59 AM Revision 76e508c1 (qgis): Assume URL already encoded
andrimam
07:04 PM Revision b2188d4f (qgis): use smart pointer for QgsQuickMapSettings in map canvas
Peter Petrik
06:15 PM Revision 85d60f2b (qgis): Merge branch 'symbolselectorHelpShow' of https://github.com/DelazJ/QGIS...
Alessandro Pasotti
03:24 PM Revision f2304c1b (qgis): Merge pull request #6764 from tudorbarascu/featureinfo_values
server tests for GetFeatureinfo different widget values Alessandro Pasotti
01:10 PM Revision 83218c9e (qgis): Find Spatialindex library in osgeo4w64 bit
Tisham Dhar
12:44 PM Revision 90355f0e (qgis): address comments and add @unittest.expectedFailure to test
Tudor Bărăscu
12:38 PM Revision 10475a6a (qgis): Really accept strings for arrow data defined properties
Nyall Dawson
12:38 PM Revision 79035acd (qgis): The Arrow type and head type are string inputs in DD
and not integer (fixes #16215) Harrissou Santanna
11:49 AM Revision be6a763b (qgis): Merge pull request #6949 from m-kuhn/wms_overwrite_parent_boundingBoxes
Wms overwrite parent bounding boxes Matthias Kuhn
11:00 AM Revision 2ee479eb (qgis): Fix codestyle
Matthias Kuhn
11:00 AM Revision a2a2d28d (qgis): Overwrite existing boundingBoxes with the same CRS in WMS capabilities.
Roel Huybrechts
10:35 AM Revision cfad3aa5 (qgis): Merge pull request #5461 from m-kuhn/less_temp_files
Cleanup temporary files in prepare-commit.sh Matthias Kuhn
08:07 AM Revision cdca7084 (qgis): add GetMap DPI mask image, fixes local test
Tudor Bărăscu
08:06 AM Revision 500af5e4 (qgis): Spelling
Nyall Dawson
08:06 AM Revision f9be6055 (qgis): [FEATURE] Also show cartesian areas/perimeters in identify results
Because users are still getting confused with the difference
between the cartesian areas and ellipsoidal areas, show ...
Nyall Dawson
04:22 AM Revision 98fc8585 (qgis): [needs-docs] Rename "show labels for this layer" to "single labels"
Harrissou Santanna
04:07 AM Revision 2ab5b84d (qgis): Minified svg code for several icons (#6489)
Felis Pimeja
03:47 AM Revision 875da3f5 (qgis): [FEATURE] Optionally add back faces of polygons in tessellator
Often the polygonZ/multipatch data do not have consistent ordering of vertices
(e.g. all clock-wise or counter clock-...
Martin Dobias
03:47 AM Revision 37241386 (qgis): Updates from review
Martin Dobias
03:11 AM Revision 00d7ab6a (qgis): Fix some data defined buttons show in text format widget
Nyall Dawson

2018-05-07

01:49 AM Revision e936cd74 (qgis): Widen the diagram Size Legend Preview frame
This should allow more visibility of the previewed symbols and texts.
Also avoids the left part of the dialog to need...
Harrissou Santanna
01:33 AM Revision f01bff25 (qgis): Typos
Found via `codespell` luz.paz
01:33 AM Revision 99d0b3c3 (qgis): More spell checks
Nyall Dawson
01:33 AM Revision 51a15640 (qgis): Add words to spell check file
Nyall Dawson
01:33 AM Revision c11c1cf4 (qgis): Source typos
luz.paz
01:26 AM Revision 64d5193f (qgis): Translation fixes for GDAL build VRT.
Ari Jolma
12:57 AM Revision 67c20d5d (qgis): Set max_points default value
Harrissou Santanna
12:57 AM Revision 3fff8724 (qgis): Update test result
Nyall Dawson
12:22 AM Revision bd1f9b52 (qgis): Switch test to reentrant GEOS API
Sandro Santilli
10:42 PM Revision e85740ce (qgis): Fixes Centos7 issues due to old gcc compiler (gcc 4.8.5)
Andreas Neumann
10:11 PM Revision 28d7c8c4 (qgis): Fix a crash in tessellator with self-intersecting rings
Self-intersecting polygon rings may crash poly2tri so we skip them (for now) Martin Dobias
09:38 PM Revision ea38c732 (qgis): [afs] Fix handling of custom projections
Don't treat all unknown projections as WGS84
Fixes #18881
Nyall Dawson
05:43 PM Revision 3fef9cd1 (qgis): Merge pull request #6872 from 3nids/fetchregistry
QgsNetworkContentFetcherRegistry: a registry for temporary downloaded files Denis Rouzaud
05:36 PM Revision a95ec9c6 (qgis): Fixes Centos7 issues due to old gcc compiler (gcc 4.8.5)
Andreas Neumann
04:17 PM Revision 52b9b9c1 (qgis): fix links to Qt issues
Denis Rouzaud
04:15 PM Revision b4d00d95 (qgis): delete contents in destructor and add missing mutexes
Denis Rouzaud
02:21 PM Revision 5610ebe9 (qgis): fix crash when redownloading or canceling
Denis Rouzaud
02:20 PM Revision 25108e5f (qgis): QgsNetworkContentFetcherRegistry: a registry for temporary downloaded f...
Denis Rouzaud
02:20 PM Revision 8308ce12 (qgis): avoid race condition
Denis Rouzaud
02:20 PM Revision 9d450774 (qgis): also add localFile returning a QFile
Denis Rouzaud
02:20 PM Revision 0d6dcb23 (qgis): do not return a const file and add localFile helper
Denis Rouzaud
02:20 PM Revision 648562d2 (qgis): do not expose task and make it thread safe
Denis Rouzaud
02:15 PM Revision ba04dea2 (qgis): fix links to Qt issues
Denis Rouzaud
11:25 AM Revision cb008699 (qgis): Merge pull request #6101 from letmaik/patch-1
Fix tracking of imported modules (and plugin reloading) Matthias Kuhn
11:20 AM Revision 3264b0bb (qgis): Merge pull request #6937 from slarosa/fix_svg_size
fix svg size for cross-hair, capture-point, zoomin and zoomout, fixes #18806 Matthias Kuhn
11:18 AM Revision b9884c27 (qgis): Merge pull request #6702 from pierreloicq/patch-2
talking about "ninja qgis" Matthias Kuhn
11:17 AM Revision f4ec9e2a (qgis): [processing] When an optional output is set to 'skip output', disable
and clear the associated 'add to qgis' checkbox Nyall Dawson
11:17 AM Revision cb638b63 (qgis): [processing][saga] Make some Slope,Aspect,Curvature outputs optional an...
Nyall Dawson
11:17 AM Revision f34b3170 (qgis): [processing] Fix parsing optional output 'create by default' from string'
Nyall Dawson
11:01 AM Revision 9d12b0ad (qgis): Merge pull request #6749 from slarosa/db_quey_history_1
[FEATURE][needs-docs] DB Manager: adds SQL query history Matthias Kuhn
10:59 AM Revision 0cc0fedb (qgis): Merge pull request #6748 from Scimmia22/patch-1
Update FindQextserialport.cmake for Qt5 Matthias Kuhn
10:56 AM Revision dd2eb3a4 (qgis): Merge pull request #6876 from DelazJ/patch-2
[needs-docs] Rename action in Layers panel contextual menu Matthias Kuhn
10:55 AM Revision 9e5cfb0c (qgis): Merge pull request #6924 from m-kuhn/avoid_unnecessary_confirmation_dia...
Avoid unnecessary confirmation dialogs Matthias Kuhn
10:50 AM Revision 3791bac4 (qgis): [processing][modeler] Fix some child algorithm vector results
are not shown as input choices for other child algorithms Nyall Dawson
09:23 AM Revision 55a256f9 (qgis): Merge pull request #5065 from DelazJ/typos
Fix some wording and spelling Matthias Kuhn
06:16 AM Revision a0a5f6ce (qgis): [processing] Fix saga natural neighbor parameters
fixes #16604 Jason Hilton

2018-05-06

11:19 AM Revision f4599f13 (qgis): [processing][gdal] Better error messages when invalid parameters are pa...
Nyall Dawson
11:19 AM Revision 739d4fab (qgis): More verbose test outputs
Nyall Dawson
11:19 AM Revision bddcb7dc (qgis): [processing][gdal] More nodata handling fixes
Fixes #18748 Nyall Dawson
11:19 AM Revision 787dd341 (qgis): [processing] More helpful errors when raster inputs are not valid
Nyall Dawson

2018-05-05

11:13 PM Revision a022ad21 (qgis): Fix handling of "hide deprecated" in projection selector widget
Fixes #18896 Nyall Dawson
11:13 PM Revision b3288192 (qgis): [processing] Fix exception when clicking help for GDAL algorithms
Nyall Dawson
11:13 PM Revision f48aaeaf (qgis): [processing][gdal] Fix some more nodata=0 handling
Nyall Dawson
04:24 AM Revision 849278a2 (qgis): [BUGFIX][Oracle] Mixing SDO_GEOMETRY Point definition
Fixes #18900
In `sdoobj`, the `elem_info` array size is not the right way to defined the way
to read Point coordinat...
René-Luc ReLuc
04:24 AM Revision a11db8bb (qgis): [Oracle][Tests] Enhance Point convertion test
Instead of using 'SDO_UTIL.FROM_WKTGEOMETRY' to generate `SDO_GEOMETRY` object
for Point, the `testdata` generate Poi...
René-Luc ReLuc
04:24 AM Revision 280018dc (qgis): [Oracle][Tests] Enhance Geometry creation SQL script
René-Luc ReLuc
04:06 AM Revision 684b3678 (qgis): Make collapsible the groupboxes
to better handle vertical frames Harrissou Santanna
04:05 AM Revision bf22b88a (qgis): Set centroid as default placement for polygon diagramss
Fix #13435 Harrissou Santanna

2018-05-04

01:54 AM Revision d8e39fa9 (qgis): remove algorithm refresh after processing configuration changes (was a ...
Jürgen Fischer
10:27 PM Revision ba9f27e2 (qgis): [processing][gdal] Fix translate ignores nodata values of 0
And add more unit tests to translate alg
(cherry-picked from 70aad93a61)
Nyall Dawson
06:53 PM Revision 82ec4181 (qgis): revive python tests on bionic
Jürgen Fischer
05:45 PM Revision dc621adf (qgis): fix doxygen warning
Peter Petrik
05:32 PM Revision d8339701 (qgis): Merge pull request #6926 from pblottiere/bugfix_ut
[backport][server][bugfix] Cleaning GetCapabilities response Paul Blottiere
02:21 PM Revision c29c6676 (qgis): small fixes in qgs components
Peter Petrik
02:20 PM Revision ab240426 (qgis): add docs to map canvas qml
Peter Petrik
02:20 PM Revision aed3939c (qgis): rename qml library to QgsQuick
Peter Petrik
12:30 PM Revision 398fb1a7 (qgis): Only apply f4d38d4f0 to Qt>=5.9 (followup f4d38d4f0; check cdash for
test results) Jürgen Fischer
12:03 PM Revision 9836dc22 (qgis): Merge pull request #6930 from m-kuhn/fixSearchCrash
Fix crash with uninitialized search widget Matthias Kuhn
11:23 AM Revision cf925637 (qgis): Fix crash with uninitialized search widget
Matthias Kuhn
10:09 AM Revision 357be797 (qgis): fix xenial build
Jürgen Fischer
09:48 AM Revision 5b5439f5 (qgis): Merge pull request #6927 from m-kuhn/delayededitSelectionUpdate
Delayed update of edit selection Matthias Kuhn
09:47 AM Revision fd5e0a7f (qgis): Merge pull request #6929 from ghtmtt/fix_proc_modeler
[processing] Remove Enum useless parameter from modeler Matthias Kuhn
09:39 AM Revision 69de3457 (qgis): Merge pull request #6922 from m-kuhn/relrefconditionalvaluechanged
Relation reference widget value changed signals Matthias Kuhn
09:04 AM Revision d8b47e43 (qgis): remove Enum useless parameter from modeler
matteo ghetta
09:04 AM Revision b6aaf8d9 (qgis): Add unit tests with owslib
Paul Blottiere
03:02 AM Revision a36f6aa2 (qgis): Added test of the action 'Move Out of Group' in the layer panel
Mie Winstrup
03:02 AM Revision b9b85f92 (qgis): New action 'Move Out of Group' that moves layer(s) out of group(s). Dep...
Mie Winstrup
03:00 AM Revision 2e67885c (qgis): [processing] resurrecting some parameters in Modeler
matteo ghetta
03:00 AM Revision b2c0dd96 (qgis): [processing] resurrecting some parameters in Modeler
matteo ghetta
03:00 AM Revision 94ad8599 (qgis): trying to add missing parameter in modeler
matteo ghetta
03:00 AM Revision df4ddf2d (qgis): also MapLayer
matteo ghetta
03:00 AM Revision c052559d (qgis): improved doc
matteo ghetta
03:00 AM Revision 218e3064 (qgis): strings added
matteo ghetta
03:00 AM Revision 177f2c8a (qgis): [processing] resurrecting some parameters in Modeler
matteo ghetta
03:00 AM Revision 9b22d997 (qgis): typos
matteo ghetta

2018-05-03

05:36 PM Revision 32174420 (qgis): Merge pull request #6866 from m-kuhn/syslocale
Consistent locale usage for number representation Matthias Kuhn
04:59 PM Revision a3ea2add (qgis): Delayed update of edit selection
When the attribute table opens, the first entry is selected. For some
unknown reason, the selection does not appear i...
Matthias Kuhn
04:40 PM Revision dea03b2b (qgis): Merge pull request #6925 from PeterPetrik/use_literal
use literal in qgsmeshlayer.cpp Matthias Kuhn
04:14 PM Revision 6de0e4b3 (qgis): Adjust tests
Matthias Kuhn
04:14 PM Revision b086160a (qgis): Use default (not system) locale
Matthias Kuhn
02:31 PM Revision 1b4fa888 (qgis): Explicitly refer to translation and not locale on override
We only change the user interface translation and do not touch the locale for other things like number representation. Matthias Kuhn
02:30 PM Revision 88f36cd9 (qgis): Use system locale for number representation
Matthias Kuhn
01:43 PM Revision 96173d7c (qgis): use literal
Peter Petrik
12:53 PM Revision b0d55062 (qgis): Merge pull request #6908 from DelazJ/DBManagerTranslator
Trying to make more translatable strings in DB Manager Matthias Kuhn
12:49 PM Revision ac508d4c (qgis): [processing] Add comment to make it clear why we need to close the dial...
gacarrillor
12:49 PM Revision df690263 (qgis): [processing] Refactor Fields algorithm: avoid unnecessary confirmation ...
gacarrillor
12:47 PM Revision ddd12e2b (qgis): Merge pull request #6895 from gacarrillor/avoid_unnecessary_confirmatio...
[processing] Refactor Fields algorithm: avoid unnecessary confirmation dialogs Matthias Kuhn
12:10 PM Revision 12183e98 (qgis): Fix reading/writing of mesh layer to a qgis project (fixes #18801) (PR ...
* fix guard header
* [bugfix] Fix reading/writing of mesh layer to a qgis project #18801
* fix copy-paste error
* ...
Peter Petrik
12:09 PM Revision 2c415e8f (qgis): Unit tests for setting and getting relation reference widget values
Matthias Kuhn
12:08 PM Revision 561d255c (qgis): Relation reference widget, only send valueChanged signal once
Matthias Kuhn
12:08 PM Revision da93520c (qgis): Setter and getter tests for relation reference widget
Matthias Kuhn
11:57 AM Revision 19261f09 (qgis): Silence
Matthias Kuhn
11:22 AM Revision e290aa5b (qgis): Cleaning GetCapabilities response
Paul Blottiere
08:34 AM Revision 5c936660 (qgis): Add missing SIP_DEPRECATED
Nyall Dawson
08:33 AM Revision 1e7d4793 (qgis): Fix outdated example code, convert to python
(because c++ devs are l33t and don't need examples...) Nyall Dawson
06:46 AM Revision f07cd2f5 (qgis): [processing] Add comment to make it clear why we need to close the dial...
gacarrillor
06:36 AM Revision fdaa57a2 (qgis): [FEATURE][processing] Zonal histogram algorithm
Mathieu Pellerin - nIRV
03:50 AM Revision 6749c8dd (qgis): Fix double delete in QgsMeasureTool
The rubber bands are owned by the canvas - so we shouldn't
be deleting them here.
Nyall Dawson
03:50 AM Revision 429374ec (qgis): Code cleanup
Nyall Dawson
03:23 AM Revision 70aad93a (qgis): [processing][gdal] Fix translate ignores nodata values of 0
And add more unit tests to translate alg Nyall Dawson
03:23 AM Revision 2dc76fdb (qgis): Add missing import
Nyall Dawson
03:23 AM Revision ca553eae (qgis): Seriously, I thought I told ya ta shuddup already, right?
(cherry-picked from 8f9a378d76e) Nyall Dawson
03:23 AM Revision fdafd68a (qgis): [afs] Fix group layers are incorrectly shown in browser
These layers cannot be opened so should be skipped
Fixes #18886
(cherry-picked from c63260e1)
Nyall Dawson
03:23 AM Revision c5c22d36 (qgis): [oracle] Always fetch features with null goemetry unless feature rect i...
...to match behaviour of other providers
(cherry-picked from a74414c0aee)
Nyall Dawson
03:23 AM Revision 57099088 (qgis): [oracle] Fix crash when adding a feature with missing attributes
to data provider
(cherry-picked from 4d61fb5e6)
Nyall Dawson
03:23 AM Revision f9a8d9f7 (qgis): [oracle] Always check bounding box intersection when using filter rect
Because oracle sdo_filter sometimes returns results outside
the given filter (depending on the spatial index), and is...
Nyall Dawson
03:23 AM Revision fb16dab8 (qgis): Followups
(cherry-picked from c3b69900f782) Nyall Dawson
03:23 AM Revision b6142c83 (qgis): [oracle] Fix incorrect feature count after adding features to layers
(cherry-picked from bbd335ab1) Nyall Dawson
03:23 AM Revision befed4de (qgis): [oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-...
Nyall Dawson
03:23 AM Revision b28b5880 (qgis): [processing] Add an example of running a sub-algorithm correctly
to script template file
(cherry-picked from 9ce21e4a82)
Nyall Dawson
03:23 AM Revision 1e82e075 (qgis): [afs] Fix handling of date/datetime field values
(cherry-picked from 2d3d6a8b83) Nyall Dawson
03:23 AM Revision 8175c4c3 (qgis): [processing] More verbose error when unsupported SAGA version found
(cherry-picked from 16106b8cf) Nyall Dawson
03:23 AM Revision 8739547a (qgis): [diagrams] Fix bar width maximum is too small for map unit sizes
Fixes #18791
(cherry-picked from 3228654)
Nyall Dawson
03:23 AM Revision 94f8db33 (qgis): Shutup more annoying Qt warnings
(cherry-picked from cec59c0c3) Nyall Dawson
03:23 AM Revision 4395b8ed (qgis): Silence annoying 'appendChild() on a null node does nothing' warning
(cherry-picked from 0449874c08) Nyall Dawson
03:23 AM Revision c5e7998e (qgis): Fix memory leak
Code looks valid, but valgrind is reporting a leak here. In any
case Qt docs suggest not to use addAction and parent ...
Nyall Dawson
03:23 AM Revision 14f0a832 (qgis): Fix crash on exit
Because the map canvas is destroyed before the project instance,
and QgsProject emits the labelingEngineSettingsChang...
Nyall Dawson
03:23 AM Revision e7444557 (qgis): Fix stats dock handling when refresh is clicked lots of times quickly
(cherry-picked from 2233bd44f) Nyall Dawson
03:23 AM Revision 21c5eaf9 (qgis): Prevent tasks from spamming progress reports
Doing so grinds the QGIS to a halt, yet often progress
reports are being sent every feature (which results
in thousan...
Nyall Dawson
03:23 AM Revision b67d661a (qgis): Fix crash when unloading multiple layers from a project
The stats dock was holding onto a dangling pointer whenever
the statistics gathering task was canceled. This meant th...
Nyall Dawson
03:23 AM Revision f5601d58 (qgis): [processing] Also warn on non-matching point and extent CRS
if algorithm cannot handle automatic reprojection
(cherry-picked from 386495bc)
Nyall Dawson
03:23 AM Revision 61c4cfa3 (qgis): [processing] Remove unused code
(cherry-picked from c32611b2c) Nyall Dawson
03:23 AM Revision bc9d6f3a (qgis): [processing][gdal] Clip Vector By Mask Layer requires both
layers to have the same CRS
(cherry-picked from 36432191)
Nyall Dawson
03:23 AM Revision da2c4be3 (qgis): [layouts] Fix handling of layout name when dropping qpt file to app
- Fix entered name is ignored and replaced by stored name
- Default to name stored in qpt as initial name for layout
...
Nyall Dawson
03:23 AM Revision 0c6a59ec (qgis): [processing] Correctly set default value for matrix parameters
Fixes #18871
(cherry-picked from c68262da)
Nyall Dawson
03:23 AM Revision 3a77ba7e (qgis): [processing][saga] Remove redundant spaces from description files
(cherry-picked from 313970de) Nyall Dawson
03:23 AM Revision d15b9016 (qgis): [processing][saga] Fix "channel network and drainage basins" alg
Fixes #18870
(cherry-picked from c2f224b446)
Nyall Dawson
03:23 AM Revision 1b263163 (qgis): [memory] Fix provider cannot handle fields with complex characters in name
Fixes #18885
(cherry-picked from 9809f9394b)
Nyall Dawson

2018-05-02

01:59 AM Revision d99155f3 (qgis): Added missing r.fill.stats processing description file.
C
 

Also available in: Atom