Activity

From 2019-05-15 to 2019-06-13

2019-06-13

10:53 PM Revision 8fdfd7da (qgis): Add "styles" to the package algorithm tags
and harmonize error message Harrissou Santanna
08:50 PM Revision 598582e1 (qgis): add --version|-v command line option
Jorge Rocha
08:50 PM Revision 983846f4 (qgis): add --version|-v command line option
Jorge Rocha
08:50 PM Revision a1cdbcff (qgis): Sibling of 598582e17d7e788712da5fcaaf7bd304e4ee12a6 [skip ci]
skip-checks: true Jorge Rocha
02:59 PM Revision 2ba1a938 (qgis): Merge pull request #30192 from elpaso/pg-oid
Use Oid alias instead of unsigned int in PG provider Alessandro Pasotti
02:58 PM Revision 0eadac66 (qgis): Merge pull request #30184 from elpaso/bugfix-gh30041-pg-oid-overflow
An attempt to fix oid overflow in regclass
Cherry-picked from master ffe3c31c5c
Alessandro Pasotti
02:46 PM Revision 3a0fb544 (qgis): [processing] fix method name
Alexander Bruy
02:35 PM Revision 79d90a9a (qgis): Merge pull request #30192 from elpaso/pg-oid
Use Oid alias instead of unsigned int in PG provider Alessandro Pasotti
11:41 AM Revision 9984dc71 (qgis): [arcgis] Browser and source selector should only return appropriate lay...
Mathieu Pellerin - nIRV
09:26 AM Revision f8201662 (qgis): Use Oid alias instead of unsigned int in PG provider
for consistency only, no bytecode changes are expected Alessandro Pasotti
08:49 AM Revision ffe3c31c (qgis): Merge pull request #30184 from elpaso/bugfix-gh30041-pg-oid-overflow
An attempt to fix oid overflow in regclass Alessandro Pasotti
07:01 AM Revision 586d2167 (qgis): Merge pull request #30185 from m-kuhn/update_on_split
Update default values with "apply on update" on split Matthias Kuhn

2019-06-12

08:57 PM Revision 1c5ebe8e (qgis): Spelling
Nyall Dawson
08:57 PM Revision cf63a7af (qgis): [needs-docs] Allow dragging project layers from legend over map layer c...
Greatly assists with usability of the combobox with large projects,
especially those with multiple copies of layers w...
Nyall Dawson
08:57 PM Revision d56ddc25 (qgis): Minor refactor of QgsMapLayerProxyModel
Nyall Dawson
08:57 PM Revision 760af67d (qgis): Cleanup handling of QgsMimeDataUtils::Uri corresponding to project layers
And add tests Nyall Dawson
08:56 PM Revision 54434a6f (qgis): Allow double-clicking items in data source select dialog to choose them
Nyall Dawson
06:43 PM Revision 5bc50ff8 (qgis): [processing] Fix iterating mode when output is a temporary layer
Credit to @volaya for this fix!
Fixes #29340
Nyall Dawson
06:25 PM Revision c94310df (qgis): Cast long from count features instead of int
Alessandro Pasotti
05:08 PM Revision c90583c0 (qgis): Some more Oid type fixes
Alessandro Pasotti
05:08 PM Revision 29828c85 (qgis): Sibling of c90583c0dbaea80ca3b4c14dfd4d9a305d7fc733 [skip ci]
skip-checks: true Alessandro Pasotti
03:43 PM Revision 2243f864 (qgis): Update BUGS
Co-Authored-By: Matthias Kuhn <[email protected]> Jorge Gustavo Rocha
01:11 PM Revision 3113a961 (qgis): Micro optimization
Matthias Kuhn
01:11 PM Revision 492ce0c9 (qgis): Recalculate "evaluate on update" default expressions always
... no mather what attributes are provided. Default values with evaluate on update
should really just always be calcu...
Matthias Kuhn
12:28 PM Revision ad8c5a6d (qgis): An attempt to fix oid overflow in regclass
QGIS was using int to store oids, but oids are 4 byte unsigned ints.
This is an attempt to partially fix #30041
Alessandro Pasotti
12:28 PM Revision b48b6744 (qgis): Sibling of ad8c5a6d98dfe2cd206ec5157fc8778af998980d [skip ci]
skip-checks: true Alessandro Pasotti
10:57 AM Revision 7caa1670 (qgis): fix backport merge conflict issues
Matthias Kuhn
10:38 AM Revision 2742609e (qgis): Merge pull request #30172 from m-kuhn/backport-30079-to-release-3_4
Backport #30079 to release 3 4 Matthias Kuhn
10:25 AM Revision 0224b8e4 (qgis): If the first layers loaded into a project is non-valid (e.g. qlrs
pointing to a broken path), then defer the default zoom to the layer's extent
until AFTER the layer path is fixed
Av...
Nyall Dawson
10:00 AM Revision a4eb6b0b (qgis): Merge pull request #30128 from m-kuhn/30118
Keep rubberband while attribute dialog is open Matthias Kuhn
09:58 AM Revision 0f15a1fb (qgis): [dbmanager] allow to import GEOMETRY tables
UI is similar to the browser, where generic geometry tables
are display several times, one for each type.
Olivier Dalang
09:54 AM Revision 83c8b5bf (qgis): Merge pull request #30173 from olivierdalang/dbmanager_fix_generic_geom
[dbmanager] allow to import GEOMETRY tables Matthias Kuhn
08:27 AM Revision 655649a8 (qgis): Update src/gui/qgsmaptoolcapture.h
Matthias Kuhn
05:59 AM Revision 2113cca5 (qgis): Sibling of f06d2208024558dee1ed0e77e5abdf097ff34908 [skip ci]
skip-checks: true Nyall Dawson
05:59 AM Revision d0363220 (qgis): [processing] Fix iterating mode when output is a temporary layer
Credit to @volaya for this fix!
Fixes #29340
Nyall Dawson
05:08 AM Revision 4ff8429f (qgis): [processing] Port "Points along geometry" to QgsFeatureBasedAlgorithm
(and c++), allow distance/start/end offset to be dynamic, avoid
algorithm "hangs" when inappropriately small (or 0) d...
Nyall Dawson

2019-06-11

01:10 AM Revision 38c8e757 (qgis): References to issues.qgis.org updated
Jorge Rocha
11:03 PM Revision e0eedc5f (qgis): [processing] Make batch processing HTML report more useful
Include the input parameter values in the report, otherwise the
results are just a meaningless list of values which c...
Nyall Dawson
11:03 PM Revision 43904df6 (qgis): [processing] Fix exception in select by expression using not equal to o...
Fixes #30135 Nyall Dawson
11:03 PM Revision d10db05b (qgis): [processing] Nicer strings, default values for select/extract by attribute
Nyall Dawson
11:02 PM Revision 296bfde4 (qgis): Don't create a provider registry instance only to delete it
Clears up more debugging noise in crssync Nyall Dawson
11:02 PM Revision d35197f3 (qgis): Silence some clazy warnings
Nyall Dawson
11:02 PM Revision 46f364a4 (qgis): Use a custom proj error handler to collect descriptive coordinate
operation creation errors, and report these back to users
Because these errors contain useful information for users ...
Nyall Dawson
11:02 PM Revision 06a25df1 (qgis): Write error in red
Nyall Dawson
11:02 PM Revision 56f16ace (qgis): Fix unnecessary proj transform construction under proj 6 in certain cir...
Nyall Dawson
11:02 PM Revision 58552045 (qgis): Silence noisy crssync under proj 6
Nyall Dawson
11:02 PM Revision d2961af4 (qgis): Fix datum transform prompt is not always showing after adding new layers
to a project
Fixes #29306
Nyall Dawson
09:15 PM Revision 2283c976 (qgis): Fix takeRubberBand
Matthias Kuhn
09:14 PM Revision 635582e8 (qgis): Use QObjectUniquePtr
Matthias Kuhn
09:12 PM Revision 1628f85c (qgis): Code style
Matthias Kuhn
09:12 PM Revision 40b3e828 (qgis): Add missing sip file
Matthias Kuhn
09:12 PM Revision 3fcb085c (qgis): Keep rubberband while attribute dialog is open
Fix #30118 Matthias Kuhn
09:12 PM Revision e422aa68 (qgis): RAII
Matthias Kuhn
09:12 PM Revision ddc93419 (qgis): Simplify code
Matthias Kuhn
09:07 PM Revision b34539ad (qgis): Merge pull request #30155 from m-kuhn/qobjectuniqueptr
QObjectUniquePtr Matthias Kuhn
07:00 PM Revision 54d05e54 (qgis): Update src/gui/qgsmaptoolcapture.cpp
Matthias Kuhn
05:59 PM Revision d236e627 (qgis): adapt to review
Olivier Dalang
05:59 PM Revision 8fe1271c (qgis): [cad] fix graphical glitches
Olivier Dalang
05:38 PM Revision a9e39508 (qgis): Merge pull request #30079 from olivierdalang/fix_cad_graphical_glitches
[cad] fix graphical glitches Matthias Kuhn
03:37 PM Revision 3f136b89 (qgis): Use QgsApplication for test
Matthias Kuhn
11:21 AM Revision b55f2211 (qgis): Add deleteLater test
Matthias Kuhn
11:20 AM Revision e740688f (qgis): Merge pull request #30151 from elpaso/bugfix-gh30115-value-relation-wid...
When loading a QLR, try to match the layer name if id does not Alessandro Pasotti
09:22 AM Revision 2d45ba8d (qgis): Move the QgsProject singleton problem one step up
Alessandro Pasotti
09:09 AM Revision 6bd5c51d (qgis): Store data provider type and layer source in the widget config
Alessandro Pasotti
08:50 AM Revision fc20e31f (qgis): Add resolveByIdOrNameOnly and use it (with a test)
Alessandro Pasotti
08:07 AM Revision 7c8d87c0 (qgis): Disable a test which has no meaning under gdal 3.0
GDAL_FIX_ESRI_WKT is no longer a thing with GDAL 3.0 Nyall Dawson
08:07 AM Revision aaea38eb (qgis): Package internal version of older gdal crs .csv files
These have been removed in GDAL 3.0, yet we depend on them for
population of the internal QGIS srs database.
Accordi...
Nyall Dawson
08:07 AM Revision dc84c873 (qgis): Only use internal crs definition files for GDAL >= 3 builds
Nyall Dawson
08:07 AM Revision e64b3f89 (qgis): Fix caching of coordinate transforms without authid strings
Nyall Dawson
08:07 AM Revision 6b5f1da8 (qgis): Update some test results to pass with GDAL 3/proj 6
Nyall Dawson
05:43 AM Revision 1e2b59af (qgis): Make the target crs optional in gdal warp algorithm [needs-docs]
Harrissou Santanna
05:43 AM Revision 502e18fa (qgis): Update tests for gdal warp
Harrissou Santanna

2019-06-10

01:28 AM Revision 25dcca48 (qgis): Sibling of 5151a9c7339f36e9673a2f8e711e15fa1721f6e4 [skip ci]
skip-checks: true Nyall Dawson
01:28 AM Revision 2e26e41c (qgis): [processing] Nicer strings, default values for select/extract by attribute
Nyall Dawson
01:28 AM Revision 7ddfcfc0 (qgis): [processing] Fix exception in select by expression using not equal to o...
Fixes #30135 Nyall Dawson
01:28 AM Revision 61a1ad6c (qgis): Sibling of 7ddfcfc033fd2bd20ee1c23095030fd36df9a0a7 [skip ci]
skip-checks: true Nyall Dawson
01:28 AM Revision a9d0b6f5 (qgis): [processing] Fix exception in select by expression using not equal to o...
Fixes #30135 Nyall Dawson
09:06 PM Revision 0c3540c6 (qgis): QCompare is not that flexible
Matthias Kuhn
08:36 PM Revision 03194767 (qgis): Compile fixes
Matthias Kuhn
07:52 PM Revision 0bd8df59 (qgis): Fix tests and docstrings
Matthias Kuhn
07:31 PM Revision d790ab2a (qgis): Add more tests
Matthias Kuhn
07:22 PM Revision 8f598ece (qgis): Add some docstrings
Matthias Kuhn
07:19 PM Revision 590f654f (qgis): Add get() and operator bool() to QObjectUniquePointer
Matthias Kuhn
07:02 PM Revision 8849cd98 (qgis): Fix label Feature request is not applied automatically
Etienne Trimaille
05:58 PM Revision 103ef762 (qgis): Factor out generateId for layers and fix QLR mutiple layers id import
Alessandro Pasotti
05:51 PM Revision 8197e00c (qgis): Add some docs
Matthias Kuhn
05:29 PM Revision 01f2ba9e (qgis): Add QObjectUniquePtr
Matthias Kuhn
03:58 PM Revision a45a82e8 (qgis): Less autos more consts
Alessandro Pasotti
03:39 PM Revision a2957010 (qgis): ResolveLayer returns a layer instance instead of an ID
Alessandro Pasotti
02:22 PM Revision 13099cc4 (qgis): Merge pull request #30137 from elpaso/bugfix-gh30131-postgres-json
Fix json hanlding of bools and complete json(b) PG support Alessandro Pasotti
02:10 PM Revision f9b50b5b (qgis): Move layer resolver into a static method
Alessandro Pasotti
12:32 PM Revision dcc779a6 (qgis): Added a test and fix layer config in the wrapper too
Alessandro Pasotti
11:47 AM Revision f02b1ee1 (qgis): When loading a QLR, try to match the layer name if id does not
Fixes #30115 Alessandro Pasotti
11:47 AM Revision 88fee3f0 (qgis): Sibling of f02b1ee1d1199788112babd5498ee029b9e31fb9 [skip ci]
skip-checks: true Alessandro Pasotti
11:04 AM Revision ef6dd4ed (qgis): Update src/core/qgsjsonutils.h
Co-Authored-By: Matthias Kuhn <[email protected]> Alessandro Pasotti
09:19 AM Revision d8076b47 (qgis): Fix Travis build
(cherry picked from commit 942827ba527167a5cc87a916d1a613d155bd54be) Nyall Dawson
09:19 AM Revision 4532cdc0 (qgis): Sipify
Nyall Dawson
09:19 AM Revision 5635c4fe (qgis): Optimise method
Avoid duplicate calculations
(cherry picked from commit e227e93d0b0c7345613669771da8902fe5ed5703)
Nyall Dawson
09:19 AM Revision d9413c2e (qgis): Dox
(cherry picked from commit a98d12e1e0e9594fb86e8563e7e38b940c4e3b1a) Nyall Dawson
09:19 AM Revision 2e9fe0be (qgis): [labeling] Fix incorrect bounding box of labels used when
map is rotated
Fixes #24680
(cherry picked from commit 1bc716fc61077bd0bd3fd28c3889fc12dbd4f6f0)
Nyall Dawson
09:19 AM Revision 75328eee (qgis): [labeling] Fix cannot use labeling map tools when canvas is rotated
Fixes #25384
(cherry picked from commit 004b7d879adb1fdec1903cc0a146aef1cb11fd06)
Nyall Dawson
09:19 AM Revision 92203c85 (qgis): Add some unit tests for labeling results
(cherry picked from commit 70a07f930e3e95f077f3f5aa22616d0b6968d1a0) Nyall Dawson
09:19 AM Revision 4fc76c4b (qgis): Tweak names
(cherry picked from commit 789a758464a2797b09fa919393091a38a1240771) Nyall Dawson
09:19 AM Revision 8aed54ec (qgis): Don't limit label distances to postive values
Sometimes it's useful to have negative distances, as a 0 distance
can still be quite far from line features for some ...
Nyall Dawson
09:19 AM Revision abb6a4a7 (qgis): Fix warning
(cherry picked from commit 0458e08c99d558d7cba43881dbe0476ce859171a) Nyall Dawson
09:19 AM Revision 7557703d (qgis): Use * to fetch all fields from feature services, don't list them one by...
Otherwise we often exceed the maximum size of a get query
(cherry picked from commit 182b1e12798b36a3a35d68e80546c94...
Nyall Dawson
09:19 AM Revision c9450d1b (qgis): Avoid sqlite database lookup on EVERY https network request
Whenever a https network request is created, QgsAuthManager::sslCertCustomConfigByHost
is used to alter the ssl confi...
Nyall Dawson
09:19 AM Revision ecedfac1 (qgis): Sipify
Nyall Dawson
09:19 AM Revision 2e6025fc (qgis): [layouts] Fix filtering of attribute table to visible features
when linked map is rotated
The rotation wasn't being taken into account, which meant that
visible features weren't s...
Nyall Dawson
09:19 AM Revision 2b75a270 (qgis): [layouts] Fix attribute table filtering to items within atlas feature
when atlas feature has a different CRS to table layer
And greatly improve performance when using an attribute table
...
Nyall Dawson
09:19 AM Revision 25c8cb71 (qgis): For xyz tiles, disable smooth pixmap transform when
we are rendering at native tile resolutions (or just close enough to)
This allows pixel-perfect rendering of tiles a...
Nyall Dawson
09:19 AM Revision b1774d63 (qgis): Fix labeling ignores "label per part" setting when geometry parts
are adjacent
Fixes #26763
(cherry picked from commit 4cb1213efd245ea05b166950d050e1780c340c9f)
Nyall Dawson
09:19 AM Revision 9d317eaf (qgis): Fix offset labels from reprojected layers when map is rotated
Fixes #24796
(cherry picked from commit 7f8d43eb9bb1b99a75709fb796b487e3157ecec5)
Nyall Dawson
09:19 AM Revision 2ecda154 (qgis): [labeling] Fix missing labels when multilinestring features are used in
conjunction with the "merge connected lines" setting
Refs #12173
(cherry picked from commit 7213030ad9556b2da6f74cd...
Nyall Dawson
09:19 AM Revision f298a851 (qgis): [labeling] Ensure "merge connected features" setting works correctly
with line networks that contains forks and branches
And simplify memory management
Refs #12173
(cherry picked from...
Nyall Dawson
09:19 AM Revision 435466c2 (qgis): [labeling] Fix curved labels sometimes placed below line even when
set to above line only
(cherry picked from commit 10c4bb9f9bdf2fa2f7b5a494a8f9e9459f19150d)
Nyall Dawson
09:19 AM Revision 9f92a017 (qgis): [labeling] Don't waste time trying to generate curved labels on lines
where the label length is greater then the line length
(cherry picked from commit e1bd4e921018542671aa70eb626fbf33d7...
Nyall Dawson
09:19 AM Revision 626d294f (qgis): Remove unused calculation
(cherry picked from commit 50315c4a334e696a036121dd4f1bbc31ea3e2a44) Nyall Dawson
09:19 AM Revision 1660f787 (qgis): Remove impossible to hit code path - distance is never < 0
(cherry picked from commit 3d9386b11b26a96996c55555e73de73c94f1b9e6) Nyall Dawson
09:19 AM Revision f37c3914 (qgis): Avoid redundant calculation in QgsMapToPixelSimplifier
(cherry picked from commit fcacd00a3053fc059dff0a70a4336eff9025a401) Nyall Dawson
09:19 AM Revision 8fbd3b06 (qgis): [labeling] Fix curved labeling fails when line feature geometry
begins with small segments
Fixes #28699
(cherry picked from commit 328b0afa6ed7d6a45c4dcdf832bd0835b1df0f11)
Nyall Dawson
09:19 AM Revision b3d29cca (qgis): [labeling] Update confusing/vague variable names
(cherry picked from commit f9b8c6ffa3fa631644789090dd22adaaa79d7536) Nyall Dawson
09:19 AM Revision 8bf2e918 (qgis): Tweak curved label cost of placing away from center (increase cost slig...
(cherry picked from commit b04374d46f82bcafece9a0ed0c6d1fce2e192c76) Nyall Dawson
09:19 AM Revision 05603487 (qgis): Update for c++11
(cherry picked from commit b334fc4dc8ec78480b468da1732b79ac0da53ce7) Nyall Dawson
09:15 AM Revision 660e451f (qgis): More tests for json values, fix boolean representation
Alessandro Pasotti
08:33 AM Revision 114affc5 (qgis): Handle strings with chars that require escaping
Alessandro Pasotti
06:19 AM Revision f00da617 (qgis): "Zoom to native resolution" action is a layer-based zoom, so add the
layer rectangle to the background of the icon to give a visual hint of this
Otherwise it's easy to mistake the actio...
Nyall Dawson
06:19 AM Revision 5201151c (qgis): [needs-docs] Reorganise Zoom to Native action to sit next to
other layer-related zoom actions
Instead of sitting next to global map based zoom actions
Nyall Dawson
04:47 AM Revision 5c84bbc1 (qgis): Avoid multiple redundant requests for mapserver legends
Nyall Dawson
04:37 AM Revision 3cad7ed1 (qgis): [layouts] Fix attribute table filtering to items within atlas feature
when atlas feature has a different CRS to table layer
And greatly improve performance when using an attribute table
...
Nyall Dawson
04:33 AM Revision e3b4182e (qgis): Fix crash when closing QGIS with open layout designer windows
Qt connections to a lambda ALWAYS should have a context object,
or the connection lasts forever, even after the objec...
Nyall Dawson
04:28 AM Revision 182b1e12 (qgis): Use * to fetch all fields from feature services, don't list them one by...
Otherwise we often exceed the maximum size of a get query Nyall Dawson
03:22 AM Revision 827b08ab (qgis): Sibling of dceb46c2bb39b6779287e7fa400ebc96c748bbae
Nyall Dawson

2019-06-09

01:50 AM Revision 4010d75d (qgis): [layouts] Fix attribute table filtering to items within atlas feature
when atlas feature has a different CRS to table layer
And greatly improve performance when using an attribute table
...
Nyall Dawson
01:50 AM Revision 796b4e8e (qgis): Sibling of 718002958f288b0c11e262eaf76d4a4d9b66915c
Nyall Dawson
12:45 AM Revision c9f8b196 (qgis): Avoid sqlite database lookup on EVERY https network request
Whenever a https network request is created, QgsAuthManager::sslCertCustomConfigByHost
is used to alter the ssl confi...
Nyall Dawson
12:24 AM Revision 352423e4 (qgis): Update help Url for Core plugins in official doc
Harrissou Santanna
12:24 AM Revision 762ea69c (qgis): [layouts] Fix filtering of attribute table to visible features
when linked map is rotated
The rotation wasn't being taken into account, which meant that
visible features weren't s...
Nyall Dawson
12:23 AM Revision d1064062 (qgis): Update feature paging fix to allow for WFS version >= 1.1
But, only default to paging enabled if WFS 2.0.0 or higher
From Even Rouault: For some older MapServer versions that...
Larry Shaffer
12:23 AM Revision b9ec4950 (qgis): Fix WFS connection's version Detect button, which did not support auth
Adds QgsNewHttpConnection protected member to access auth settings Larry Shaffer
12:23 AM Revision 904b90df (qgis): Fix WFS connection version-related GUI widget enabling/disabling
Fixes:
- When saved with paging disabled, caused option to never be reenabled
- When loading settings, feaure paging ...
Larry Shaffer
11:46 PM Revision 67cee4f8 (qgis): Sibling of 887e4080757ec1df9d8320d1453702c349666949
Nyall Dawson
11:46 PM Revision 2e0d67a0 (qgis): Avoid sqlite database lookup on EVERY https network request
Whenever a https network request is created, QgsAuthManager::sslCertCustomConfigByHost
is used to alter the ssl confi...
Nyall Dawson
04:43 PM Revision b43c8704 (qgis): Update src/core/qgsjsonutils.h
Co-Authored-By: Matthias Kuhn <[email protected]> Alessandro Pasotti
12:54 PM Revision 5aa5a841 (qgis): Update test because now we are correctly returning null
Alessandro Pasotti
11:17 AM Revision fe7f510f (qgis): Merge pull request #30139 from elpaso/bugfix-gh29700-histogram-crash-fw...
Forward port of histogram binding fix with a bonus test Alessandro Pasotti
10:47 AM Revision 574d40a5 (qgis): Fix test QCOMPARE
Alessandro Pasotti
10:25 AM Revision 79219dae (qgis): Forward port of histogram binding fix with a bonus test
Fwd port of PR #30033
Fixes #29700
With a new test for the bug.
Alessandro Pasotti

2019-06-08

08:32 PM Revision d2a93501 (qgis): Remove empty lines
Alessandro Pasotti
08:29 PM Revision 3ea542a4 (qgis): Fix json hanlding of bools and complete json(b) PG support
Fixes #30131 and add tests for jsonutils Alessandro Pasotti
09:29 AM Revision c52601c3 (qgis): Fix indentation.
Ismail Sunni
03:03 AM Revision 192c456d (qgis): [arcgisrest] Fix drawing of large areas for non-tiled raster layers
Mathieu Pellerin - nIRV

2019-06-07

09:34 PM Revision 493b17cc (qgis): On zooming too far into a mapserver layer, just use best available
resolution tiles and don't abort renderering Nyall Dawson
09:34 PM Revision 1c9586a7 (qgis): For xyz/mapserver tiles, disable smooth pixmap transform when
we are rendering at native tile resolutions (or just close enough to)
This allows pixel-perfect rendering of tiles a...
Nyall Dawson
06:13 PM Revision f22e4ec2 (qgis): Add bool argument to avoid sender check in slot.
Ismail Sunni
05:36 PM Revision e2993017 (qgis): Remove unnecessary destructor.
Ismail Sunni
05:31 PM Revision fcfa7985 (qgis): Add proper comment.
Ismail Sunni
05:28 PM Revision 22c98892 (qgis): Sibling of 49dc7050b03d13a158ce7f96f4eead789330ce53 [skip ci]
skip-checks: true Larry Shaffer
05:28 PM Revision 36080a27 (qgis): [oauth2] Remove call to override cursor during token refresh
Unsafe to work with main GUI thread from background auth threads. Larry Shaffer
02:48 PM Revision 393af833 (qgis): Switch back to using passing by value
Martin Dobias
02:48 PM Revision 1241783e (qgis): Better error reporting when geometry overlay algorithms fail
Martin Dobias
02:48 PM Revision 0ba99af4 (qgis): Fix a crash when running 'snap geometries to layer'
A crash may happen when running the alg with 'snap to anchor nodes (single layer only)' behavior.
It turns out that I...
Martin Dobias
11:59 AM Revision 2a9028ad (qgis): [arcgisrest] Fix parsing of imageserver raster layer
Mathieu Pellerin - nIRV
11:34 AM Revision b1e4a270 (qgis): Merge pull request #30103 from boundlessgeo/master-wfs-conn-dlg
Fix some issues with WFS connection dialog Even Rouault
11:24 AM Revision 9a5b5575 (qgis): Get raster layer name when d&d gpkg, also open vectors in addition to r...
Fixes #30050 Alessandro Pasotti
11:24 AM Revision 59bda591 (qgis): Typo
Alessandro Pasotti
11:24 AM Revision 5c2438f4 (qgis): Add test for double widgets in a form
Alessandro Pasotti
11:24 AM Revision bde55617 (qgis): Do not emit changed signal if the value has not really changed
NULL case Alessandro Pasotti
11:24 AM Revision dd9a7ed0 (qgis): Remove old incomplete documentation
Alessandro Pasotti
11:24 AM Revision 62c57571 (qgis): Do not emit dateChanged signal if value has not changed
Fixes #29937 Alessandro Pasotti
11:24 AM Revision cd42d651 (qgis): Do not crash if maptool is not set (got this from a test run)
Alessandro Pasotti
11:24 AM Revision 4a60e184 (qgis): Fix missing mapserver legends in some circumstances
Nyall Dawson
11:24 AM Revision 75e22524 (qgis): [afs] ImageServer services can be accessed as FeatureServers, but
we need to manually assume the geometry type is Polygon Nyall Dawson
11:24 AM Revision 7876a6c2 (qgis): [afs] If a field has a coded domain set, create a corresponding
value map editor widget setup to ensure raw values are correctly
displayed as their corresponding description
Nyall Dawson
11:09 AM Revision ebab7374 (qgis): [processing] changed alpha to transparent option in tiles_xyz, default ...
Martin Varga
11:09 AM Revision f4e11bf7 (qgis): [processing] tiles_xyz: maximize map preview
Martin Varga
11:09 AM Revision 228040d1 (qgis): [processing] tiles_xyz: get rid of unlabeled areas at the edges of meta...
Martin Varga
11:09 AM Revision 40139250 (qgis): [processing] deferred transparency/bg_color option in xyz alg
Martin Varga
11:09 AM Revision 3a9b32d6 (qgis): [processing] added new options (alpha, quality, tile_size) to xyz alg
Martin Varga
08:53 AM Revision 19ff856f (qgis): pretty format for feedback
matteo ghetta
08:40 AM Revision 861c5115 (qgis): Fix various clazy warnings
Nyall Dawson
08:19 AM Revision 1b5fb706 (qgis): Merge pull request #30096 from elpaso/bugfix-gh30062-gpkg-copy-fid
createFeatures check unique constraints on unfiltered layer Alessandro Pasotti
08:19 AM Revision 613f304d (qgis): Merge pull request #30098 from elpaso/bugfix-gh30050-gpkg-drag-and-drop
Get raster layer name when d&d gpkg, also open vectors in addition to… Alessandro Pasotti
08:18 AM Revision 96c33579 (qgis): Merge pull request #30100 from elpaso/bugfix-gh29937-duplicated-datefie...
Do not emit dateChanged signal if value has not changed Alessandro Pasotti
07:15 AM Revision e517cc4a (qgis): Merge pull request #30111 from m-kuhn/ssl_certificate_check-3_4
Only check server SSL certificate if requested Matthias Kuhn
07:15 AM Revision bb2ee215 (qgis): Merge pull request #30112 from m-kuhn/ssl_certificate_check_fixes
Remove debug stuff Matthias Kuhn
05:36 AM Revision 43e6ee04 (qgis): Fix crash when closing QGIS with open layout designer windows
Qt connections to a lambda ALWAYS should have a context object,
or the connection lasts forever, even after the objec...
Nyall Dawson
05:13 AM Revision ff3a1c5f (qgis): Sibling of 5e2825126e9ffc2fcd58f301d04798e86ab59fb5
Nyall Dawson
04:55 AM Revision fc420e82 (qgis): Sibling of d95437ae22af25a94f8ba4962014bab724eb3563
Nyall Dawson
04:55 AM Revision a39839bf (qgis): Fix crash when closing QGIS with open layout designer windows
Qt connections to a lambda ALWAYS should have a context object,
or the connection lasts forever, even after the objec...
Nyall Dawson
03:25 AM Revision a7073460 (qgis): Avoid tiny scale jumps when repeatable clicking 'zoom to native scale'
Nyall Dawson

2019-06-06

11:14 PM Revision a749cd9c (qgis): Add a help button to the Processing History dialog
connected to the docs Harrissou Santanna
10:39 PM Revision 3c2022b8 (qgis): Update feature paging fix to allow for WFS version >= 1.1
But, only default to paging enabled if WFS 2.0.0 or higher
From Even Rouault: For some older MapServer versions that...
Larry Shaffer
06:41 PM Revision 018df8c1 (qgis): Fix WFS connection's version Detect button, which did not support auth
Adds QgsNewHttpConnection protected member to access auth settings Larry Shaffer
05:41 PM Revision 71c3205a (qgis): Extended validity period
Matthias Kuhn
05:41 PM Revision 2a55faf1 (qgis): Sibling of 662ae745dada45d8e82cc95d0c31c41dafb70d94 [skip ci]
skip-checks: true Larry Shaffer
05:41 PM Revision 662ae745 (qgis): [oauth2] Fix token refresh timeout cancellation with singleshot timer
Also, avoid O2 library error by checking for refresh token and URL Larry Shaffer
05:41 PM Revision 14b27d5e (qgis): [oauth2] Fix token refresh timeout cancellation with singleshot timer
Also, avoid O2 library error by checking for refresh token and URL Larry Shaffer
04:27 PM Revision e512732d (qgis): Add missing documentation.
Ismail Sunni
04:22 PM Revision a89119e2 (qgis): Fix code style.
Ismail Sunni
04:16 PM Revision c3dc72d4 (qgis): Store visibility of navigation widget to setting.
Ismail Sunni
04:16 PM Revision 8af152a7 (qgis): Remove unused include, add proper header, and put string in translation...
Ismail Sunni
04:16 PM Revision 2b11eb54 (qgis): Use QwtCompas for rotation dial.
Ismail Sunni
04:16 PM Revision 690bdd54 (qgis): Sync rotation between 3D map and rotation widget.
Ismail Sunni
04:16 PM Revision 59172b2a (qgis): Fix rotation map value.
Ismail Sunni
04:16 PM Revision 9720c2e7 (qgis): Add icons for tilt up/down.
Ismail Sunni
04:16 PM Revision 63413882 (qgis): Add move to 4 directions buttons.
Ismail Sunni
04:16 PM Revision 81a87820 (qgis): Use QToolButton for flat buttons.
Ismail Sunni
04:16 PM Revision ffd51dff (qgis): Add icons for 3d navigation tool button.
Ismail Sunni
04:16 PM Revision a1ea9838 (qgis): Add icons for tilt and zoom buttons.
Ismail Sunni
04:16 PM Revision 09baadb9 (qgis): Add behaviour for tilt up/down and rotate view.
Ismail Sunni
04:15 PM Revision a968cf97 (qgis): Add behavior for zoom in/out buttons.
Ismail Sunni
04:15 PM Revision 4d9b79d5 (qgis): Add button to toggle the navigation widget.
Ismail Sunni
04:15 PM Revision f87043dd (qgis): Add navigation widget and compiled succesfully.
Ismail Sunni
04:09 PM Revision 26e8e226 (qgis): Merge pull request #30109 from DelazJ/processingTestReadme
Fixing typo Matthias Kuhn
04:09 PM Revision c358c3ae (qgis): Only check server SSL certificate if requested
Fix #30075 Matthias Kuhn
03:59 PM Revision 430845ee (qgis): Remove debug stuff
Matthias Kuhn
03:37 PM Revision 6b8aa014 (qgis): Merge pull request #30076 from m-kuhn/ssl_certificate_check
Only check server SSL certificate if requested Matthias Kuhn
02:49 PM Revision 936c3308 (qgis): Use the chain cert again
Matthias Kuhn
02:29 PM Revision 98c1abb5 (qgis): Some more silly tests
Matthias Kuhn
02:22 PM Revision 98d2328a (qgis): Fix typo
Matthias Kuhn
02:18 PM Revision feaea39b (qgis): More debugging
Matthias Kuhn
02:06 PM Revision 988e6590 (qgis): Merge pull request #29962 from rldhont/backport-9133-release-3_4
Backport : Fix invalid data source message is always shown for release-3_4 René-Luc ReLuc
01:50 PM Revision b8e94e9a (qgis): Better wording
Co-Authored-By: Matthias Kuhn <[email protected]> Harrissou Santanna
01:45 PM Revision 59a1b583 (qgis): Sibling of b10d85f41045bb46f8da0a491176f9c8c22a37d5
Alessandro Pasotti
01:45 PM Revision b10d85f4 (qgis): Typo
Alessandro Pasotti
01:45 PM Revision c4f5a1d6 (qgis): Typo
Alessandro Pasotti
01:31 PM Revision 800cef2c (qgis): Merge pull request #30107 from DelazJ/verticalSpacer
Set to 0 the height of the vertical spacer at the bottom of dialog Matthias Kuhn
01:02 PM Revision 065c7518 (qgis): Fixing typo
Harrissou Santanna
12:14 PM Revision 515919d5 (qgis): debug msgs
Matthias Kuhn
12:04 PM Revision 82338309 (qgis): Merge 2ed0983b70eef045b1f98e9188ba0912b0b988f7 into cherry-pick-backpor...
backporting[bot]
12:04 PM Revision 58fcd60f (qgis): Emit newProject after save project as ... (#30025)
* Emit newProject after save project as ...
Fixes #29919
* Use QgisApp::projectSavedAs signal when project is saved...
Alessandro Pasotti
11:59 AM Revision 7737cf6b (qgis): Add test for double widgets in a form
Alessandro Pasotti
11:59 AM Revision bddb9b1b (qgis): Sibling of 7737cf6b6bb8e6b7c4abccb6c30c570717658585
Alessandro Pasotti
11:59 AM Revision 46b30754 (qgis): Add test for double widgets in a form
Alessandro Pasotti
11:58 AM Revision 8d41253f (qgis): Do not emit changed signal if the value has not really changed
NULL case Alessandro Pasotti
11:58 AM Revision 6aa09b98 (qgis): Do not emit changed signal if the value has not really changed
NULL case Alessandro Pasotti
11:58 AM Revision d584932f (qgis): Sibling of 8d41253f5d5d8d086e5aa5b3b2b949da2e41d7cd
Alessandro Pasotti
11:57 AM Revision 6e5242b3 (qgis): Sibling of e1de2e0c135993bb32e89d8db7ca269da421b9d2
Alessandro Pasotti
11:57 AM Revision 0d4bb76b (qgis): Do not crash if maptool is not set (got this from a test run)
Alessandro Pasotti
11:57 AM Revision e1de2e0c (qgis): Do not crash if maptool is not set (got this from a test run)
Alessandro Pasotti
11:57 AM Revision 8ffdb4ae (qgis): Remove old incomplete documentation
Alessandro Pasotti
11:57 AM Revision e32c4cf8 (qgis): Remove old incomplete documentation
Alessandro Pasotti
11:57 AM Revision 2a58ec11 (qgis): Sibling of 8ffdb4ae2811e21961f46917639dc99d26171e4d
Alessandro Pasotti
11:52 AM Revision edbb2fec (qgis): Fix reshape for snapped point with Z and add test
Loïc BARTOLETTI
11:52 AM Revision 5a3ecc77 (qgis): Sibling of 896751de1ffe8b030ae003a2923d531b268e9d3f [skip ci]
skip-checks: true Loïc BARTOLETTI
11:52 AM Revision 896751de (qgis): Fix reshape for snapped point with Z and add test
Loïc BARTOLETTI
09:11 AM Revision 3bd5a494 (qgis): Fix warnings
Nyall Dawson
09:11 AM Revision a36787ca (qgis): [mapserver] Implement responsive tile fetching and more efficient
use of cache
Refactor tiled mapserver layers to use the same approach as is
done for WMTS/XYZ providers to avoid blo...
Nyall Dawson
09:11 AM Revision 55311c27 (qgis): Report native resolution from mapserver layers, allow use with tile sca...
Nyall Dawson
09:11 AM Revision 345f3fe6 (qgis): Minor cleanups
Nyall Dawson
09:11 AM Revision ec271ae7 (qgis): Fix malformed html metadata display from mapserver provider
Nyall Dawson
09:11 AM Revision 8b16e059 (qgis): Cleaner handling of raster provider native resolutions
Nyall Dawson
09:11 AM Revision 94bc0031 (qgis): Populate metadata from mapserver providers
Nyall Dawson
09:11 AM Revision cfe31327 (qgis): Make "zoom to native resolution" action correctly handle raster
sources with multiple native resolutions, e.g. XYZ/WMTS layers Nyall Dawson

2019-06-05

01:49 AM Revision 95137dc0 (qgis): Fix WFS connection version-related GUI widget enabling/disabling
Fixes:
- When saved with paging disabled, caused option to never be reenabled
- When loading settings, feaure paging ...
Larry Shaffer
01:29 AM Revision 011f0ae3 (qgis): Update test mask images
Nyall Dawson
01:29 AM Revision 67664e40 (qgis): Fix disabled, broken test
Nyall Dawson
01:29 AM Revision 820f7927 (qgis): Fix inverted polygon is distorted when map is rotated
Fixes #26381 Nyall Dawson
01:29 AM Revision 26b4ee6e (qgis): Fix inverted polygon renderer widget not opening colors and other
panels inline in style dock Nyall Dawson
01:29 AM Revision b58bcb69 (qgis): Use system cache location instead of profile folder for network cache
Profile folders are often on network drives and shared among machines whereas the cache should be local (as fast as p... Matthias Kuhn
01:29 AM Revision b7cb3dbf (qgis): Fix cache dir in options
Matthias Kuhn
01:06 AM Revision 51045a3c (qgis): Wlcome page: hide migration from QGIS2 option if settings do not exist
Fixes #30082 Alessandro Pasotti
11:09 PM Revision 393983f1 (qgis): Merge pull request #30101 from qgis/backport-30039-to-release-3_4
[Backport release-3_4] [WFS provider] Avoid dangling download progress dialog Even Rouault
10:47 PM Revision 608f050d (qgis): Redo the whole cert signing process
Matthias Kuhn
08:20 PM Revision 4662bb92 (qgis): Merge pull request #30039 from rouault/wfs_fix_ghost_progress_dialog
[WFS provider] Avoid dangling download progress dialog Even Rouault
06:43 PM Revision 91332aeb (qgis): Ignore mac/development in spell check
Alessandro Pasotti
06:39 PM Revision e175d0d1 (qgis): Sibling of f94f766dcf23568f6cee95b8342ee2e767b21f3d
Alessandro Pasotti
06:39 PM Revision f94f766d (qgis): Do not emit dateChanged signal if value has not changed
Fixes #29937 Alessandro Pasotti
06:39 PM Revision 40e99fcb (qgis): Do not emit dateChanged signal if value has not changed
Fixes #29937 Alessandro Pasotti
05:50 PM Revision 9a18caf7 (qgis): Typo on unrelated file
Alessandro Pasotti
05:49 PM Revision 150fac63 (qgis): Astyle on unrelated file
Alessandro Pasotti
05:46 PM Revision 86f8bdb0 (qgis): [dbmanager] allow to import GEOMETRY tables
UI is similar to the browser, where generic geometry tables
are display several times, one for each type.
Olivier Dalang
05:46 PM Revision 07d514fc (qgis): Sibling of 86f8bdb0aa116fa5adc430cfbad4f754002e448c [skip ci]
skip-checks: true Olivier Dalang
05:10 PM Revision c7633668 (qgis): Sign postgres.crt with ca
Matthias Kuhn
04:41 PM Revision 1fd7ce4e (qgis): Get raster layer name when d&d gpkg, also open vectors in addition to r...
Fixes #30050 Alessandro Pasotti
04:41 PM Revision ad764a06 (qgis): Sibling of c5f7e304cca6f34e76ac8d20a79a79ec84d5675c
Alessandro Pasotti
04:41 PM Revision c5f7e304 (qgis): Get raster layer name when d&d gpkg, also open vectors in addition to r...
Fixes #30050 Alessandro Pasotti
03:00 PM Revision dc36d4a2 (qgis): Add ssl key with postres as CN
Matthias Kuhn
01:50 PM Revision d34c7395 (qgis): Fix access rights
Matthias Kuhn
01:44 PM Revision 5219cee2 (qgis): Set height of the bottom vertical spacer to 0
avoiding vertical scrollbar when at the minimal "useful" size (specially for screenshot) Harrissou Santanna
01:10 PM Revision 27e3b1b6 (qgis): Don't leak the vector layer clone
Alessandro Pasotti
12:53 PM Revision 8c39f88b (qgis): Make the code check a bit happier
Matthias Kuhn
12:50 PM Revision a2f9c5f1 (qgis): Sibling of 12094db813f8d29e1addfcf2717fbf5e7c6f1531
Alessandro Pasotti
12:50 PM Revision 12094db8 (qgis): createFeatures check unique constraints on unfiltered layer
Fixes #30062 Alessandro Pasotti
12:47 PM Revision 128583e9 (qgis): Fix dockerfile
Matthias Kuhn
11:31 AM Revision 9c915055 (qgis): Merge pull request #30092 from elpaso/bugfix-gh2930082-welcomepage-chec...
Welcome page: hide migration from QGIS2 option if settings do not exist Alessandro Pasotti
11:30 AM Revision d710badd (qgis): Merge pull request #30091 from elpaso/bugfix-20848-issue-exporting-as-g...
issue exporting as gpkg fwd port from 3 4 Alessandro Pasotti
11:06 AM Revision 5da8de26 (qgis): adapt to review
Olivier Dalang
10:55 AM Revision 4bca6a8c (qgis): Merge pull request #30077 from m-kuhn/cache_location
Use system cache location instead of profile folder for network cache Matthias Kuhn
10:37 AM Revision 5aac1bc8 (qgis): Wlcome page: hide migration from QGIS2 option if settings do not exist
Fixes #30082 Alessandro Pasotti
10:37 AM Revision 059333f9 (qgis): Wlcome page: hide migration from QGIS2 option if settings do not exist
Fixes #30082 Alessandro Pasotti
10:28 AM Revision 107bf5f9 (qgis): Temporary workaround until https://github.com/kartoza/docker-postgis/pu...
Matthias Kuhn
10:25 AM Revision f1989312 (qgis): Unblacklist postgres postgis test
Matthias Kuhn
10:25 AM Revision ff4d86d3 (qgis): Sibling of f198931289e5c1a61959985ef41962274e0799fe
Matthias Kuhn
10:20 AM Revision eb399338 (qgis): Add test for postgres server certificate validation
Matthias Kuhn
10:20 AM Revision 60b5cffa (qgis): Sibling of eb399338518479eca232a641c214f94ca51193dc
Matthias Kuhn
10:12 AM Revision df25107f (qgis): Forward port of test raster layer save as dialog
Alessandro Pasotti
09:57 AM Revision ebd86c44 (qgis): Merge pull request #30008 from elpaso/bugfix-20848-issue-exporting-as-g...
Backport and enhance fix export raster as GPKG Alessandro Pasotti
09:47 AM Revision 74d6b238 (qgis): Merge pull request #30045 from alexbruy/dbmanager-versioning
[dbmanager] add primary key to the view created by versioning plugin (fix #25888) Alexander Bruy
09:20 AM Revision 0deda6c0 (qgis): Merge pull request #30008 from elpaso/bugfix-20848-issue-exporting-as-g...
Backport and enhance fix export raster as GPKG Alessandro Pasotti
08:35 AM Revision 3e7a2b1f (qgis): Sibling of 5205066e78b1b80ae8161469a1bb9d7184d6b06d
Alessandro Pasotti
08:08 AM Revision 9b799eb6 (qgis): silly and unmodified copy/paste
Loïc BARTOLETTI
08:08 AM Revision 7a7b6438 (qgis): Sibling of 9b799eb6d8a641247879729bafe70820f79bee6b [skip ci]
skip-checks: true Loïc BARTOLETTI
07:58 AM Revision 1d01c807 (qgis): Sibling of a42e09ff443b4782a73c9fc166e8e67266809c46 [skip ci]
skip-checks: true Loïc BARTOLETTI
07:58 AM Revision a42e09ff (qgis): troopa's style
Loïc BARTOLETTI
07:57 AM Revision d197fd5d (qgis): fix qgis_spelling
Loïc BARTOLETTI
07:57 AM Revision b0521d16 (qgis): Sibling of d197fd5d6fb6b1a3c7b2a36112e95a33e8553e17 [skip ci]
skip-checks: true Loïc BARTOLETTI
07:31 AM Revision 98c07226 (qgis): Merge pull request #30086 from m-kuhn/backport-30074-to-release-3_4
[Backport release-3_4] Fix "default layout templates" button Matthias Kuhn

2019-06-04

08:36 PM Revision 863b0311 (qgis): Add QGIS 4 TODO
Matthias Kuhn
08:36 PM Revision e7d44538 (qgis): Redirect default layout template button to configured folder
The "Default templates" button in the layout manager now
1. checks if there is a composer_templates folder in the ap...
Matthias Kuhn
08:35 PM Revision 86e3a8d1 (qgis): Code modernization
Matthias Kuhn
08:28 PM Revision 95fb325c (qgis): Merge pull request #30074 from m-kuhn/composer_templates
Fix "default layout templates" button Matthias Kuhn
08:01 PM Revision 416e387e (qgis): Spelling
Nyall Dawson
08:01 PM Revision 399a1bf1 (qgis): Fix another crash when transforms cannot be created
Nyall Dawson
08:01 PM Revision 8a4d3061 (qgis): Avoid some crs db lookups on proj 6 builds
Nyall Dawson
08:01 PM Revision 0b52a37c (qgis): Disable unused code on proj 6
Nyall Dawson
08:01 PM Revision fb4a0c1b (qgis): Ensure that crses which cannot be represented by proj strings are
still available in proj >= 6.0 builds Nyall Dawson
08:01 PM Revision 66533a9d (qgis): Fix some crashes with crses with no proj string capability
Nyall Dawson
08:00 PM Revision 35f16f3f (qgis): Fix disabled, broken test
Nyall Dawson
08:00 PM Revision 87d2d9e8 (qgis): Fix inverted polygon renderer widget not opening colors and other
panels inline in style dock Nyall Dawson
08:00 PM Revision 7f0df704 (qgis): Fix inverted polygon is distorted when map is rotated
Fixes #26381 Nyall Dawson
08:00 PM Revision b5d0607b (qgis): Update test mask images
Nyall Dawson
11:29 AM Revision da4a8d24 (qgis): [cad] fix graphical glitches
Olivier Dalang
11:29 AM Revision 1da88567 (qgis): Sibling of da4a8d24ef2c1546c46b397beee285b61ddb1932 [skip ci]
skip-checks: true Olivier Dalang
11:20 AM Revision 68b1852d (qgis): Fix cache dir in options
Matthias Kuhn
11:20 AM Revision 4cd01214 (qgis): Fix cache dir in options
Matthias Kuhn
11:20 AM Revision 6edb197b (qgis): Sibling of 4cd0121464e73bd0e8e3bf5ec74cdadcd0d414a5
Matthias Kuhn
10:56 AM Revision 3957a31e (qgis): Use system cache location instead of profile folder for network cache
Profile folders are often on network drives and shared among machines whereas the cache should be local (as fast as p... Matthias Kuhn
10:56 AM Revision aa967551 (qgis): Use system cache location instead of profile folder for network cache
Profile folders are often on network drives and shared among machines whereas the cache should be local (as fast as p... Matthias Kuhn
10:56 AM Revision e559fffc (qgis): Sibling of aa96755178d1faf7fd37011d000ab1883e620d85
Matthias Kuhn
10:09 AM Revision b9d5cde5 (qgis): Merge pull request #10037 from m-kuhn/expression_builder_show_represent...
[Expression builder] show represented values in preview Matthias Kuhn
10:03 AM Revision 41650fca (qgis): Only check server SSL certificate if requested
Fix #30075 Matthias Kuhn
10:03 AM Revision 9aa6f844 (qgis): Sibling of 41650fcac23f66048fb94b55abd3e66475961a42
Matthias Kuhn
08:03 AM Revision b950c9e0 (qgis): Add QGIS 4 TODO
Matthias Kuhn
08:03 AM Revision 2944db8a (qgis): Sibling of ae3b39bd1eb173c734abd03ec7561a68612fc317
Matthias Kuhn
08:03 AM Revision ae3b39bd (qgis): Redirect default layout template button to configured folder
The "Default templates" button in the layout manager now
1. checks if there is a composer_templates folder in the ap...
Matthias Kuhn
08:03 AM Revision 898c6a19 (qgis): Code modernization
Matthias Kuhn
08:03 AM Revision e7d67d22 (qgis): Code modernization
Matthias Kuhn
07:20 AM Revision e5dbc754 (qgis): New parameter for WMS service: tile_buffer [needs-docs][FEATURE]
Loïc BARTOLETTI
07:20 AM Revision 35c4209b (qgis): New parameter for WMS service: tile_buffer [needs-docs][FEATURE]
Loïc BARTOLETTI
07:20 AM Revision 49279394 (qgis): Sibling of 35c4209bfd46eea17a7693b4babbd324cd41b7dc [skip ci]
skip-checks: true Loïc BARTOLETTI
07:20 AM Revision 8654c3d7 (qgis): Sibling of 35c4209bfd46eea17a7693b4babbd324cd41b7dc [skip ci]
skip-checks: true Loïc BARTOLETTI
04:04 AM Revision 637ec81b (qgis): Fix inverted polygon is distorted when map is rotated
Fixes #26381 Nyall Dawson
04:04 AM Revision 51f62b49 (qgis): Sibling of 637ec81b25fb31e36e33a1f920ded4fa989a64e5
Nyall Dawson
04:04 AM Revision ddd3361a (qgis): Fix inverted polygon renderer widget not opening colors and other
panels inline in style dock Nyall Dawson
04:04 AM Revision bd8fe246 (qgis): Sibling of f4a5403fd9c3f6fab7d30f5988c0d833fda8c73a
Nyall Dawson
04:04 AM Revision b2d3bfc8 (qgis): Fix inverted polygon is distorted when map is rotated
Fixes #26381 Nyall Dawson
03:59 AM Revision 649acdf6 (qgis): Sibling of a97de959befb4d34107d6b17a8d9ece9fc99694a
Nyall Dawson
03:59 AM Revision a97de959 (qgis): Fix disabled, broken test
Nyall Dawson
03:59 AM Revision 3cb3e9bb (qgis): Fix disabled, broken test
Nyall Dawson
03:54 AM Revision 52c85532 (qgis): Sibling of 5de8b30d09256238ec0e4140888018e50d1cbf64
Nyall Dawson
03:54 AM Revision 001254af (qgis): Update test mask images
Nyall Dawson
03:54 AM Revision 5de8b30d (qgis): Update test mask images
Nyall Dawson

2019-06-03

11:10 PM Revision 8b83a461 (qgis): [needs-docs] Make label map tools follow click-click behavior
It's rather jarring that the move label and rotate label tools
don't follow the rest of the application in using clic...
Nyall Dawson
10:18 PM Revision 70a07f93 (qgis): Add some unit tests for labeling results
Nyall Dawson
10:18 PM Revision 942827ba (qgis): Fix Travis build
Nyall Dawson
10:18 PM Revision 1bc716fc (qgis): [labeling] Fix incorrect bounding box of labels used when
map is rotated
Fixes #24680
Nyall Dawson
10:18 PM Revision a98d12e1 (qgis): Dox
Nyall Dawson
10:18 PM Revision 004b7d87 (qgis): [labeling] Fix cannot use labeling map tools when canvas is rotated
Fixes #25384 Nyall Dawson
10:00 PM Revision 6f075caf (qgis): Merge pull request #30056 from qgis/backport-29992-to-release-3_4
[Backport release-3_4] [processing] fix NDVI calculation Luigi Pirelli
09:51 AM Revision 357328aa (qgis): Merge pull request #29992 from ghtmtt/processing_ndvi
[processing] fix NDVI calculation formula in builtin raster calculator Luigi Pirelli
08:46 AM Revision 31f92141 (qgis): Fix doxygen
Nyall Dawson
08:46 AM Revision f0e6f142 (qgis): Allow clickable links in QgsMessageViewer
Nyall Dawson
08:46 AM Revision 3e89df8f (qgis): Show nice friendly warnings to users when
- A coordinate transform cannot be created, e.g. due to not making
sense (transforming earth coords to mars coords)
-...
Nyall Dawson
08:46 AM Revision 3defbe18 (qgis): Update datum transform widgets and dialog for proj 6
Nyall Dawson
08:46 AM Revision 4bf6e8f6 (qgis): Fix accuracy message when operation accuracy is unknown
Nyall Dawson
08:46 AM Revision eb551e03 (qgis): Fix caching of coordinate transforms
Nyall Dawson
08:46 AM Revision a8b5583a (qgis): Don't show generic proj error message to users
Nyall Dawson
08:46 AM Revision 1241b3f7 (qgis): Always attempt to create the preferred Proj coordinate operation
for transforms, even if grids are not available.
And then use custom handlers or message log to warn users that
bett...
Nyall Dawson
08:46 AM Revision f758bb72 (qgis): Add mechanisms to set handlers for coordinate transform creation errors...
Nyall Dawson
08:46 AM Revision d754a092 (qgis): Refactor to extract useful method
Nyall Dawson
08:46 AM Revision eeeda4b5 (qgis): Remove unused setFinder method
Nyall Dawson
08:46 AM Revision c5c7d784 (qgis): Don't select not-available operations by default
Nyall Dawson
08:46 AM Revision 789dbb57 (qgis): Add friendly, descriptive errors when opening a project which has
preset non-default coordinate operations set between a crs pair,
which use grids that are not available on the local ...
Nyall Dawson
08:46 AM Revision 4fc89f72 (qgis): Fix application of default datum transform on proj 6 builds
Nyall Dawson
08:46 AM Revision fe4ea331 (qgis): Add method to retrieve grid details from a proj string
Nyall Dawson
08:46 AM Revision 56c265fa (qgis): Update test results
Nyall Dawson
08:46 AM Revision f8655dc8 (qgis): Don't allow building QGIS on proj 6.0 versions
Require at least 6.1.0. We need proj_normalize_for_visualization,
and the workarounds for building without it are too...
Nyall Dawson
08:46 AM Revision 5db70523 (qgis): Whenever calculating proj coordinate operation strings, ALWAYS
base them on normalized operations
QGIS doesn't need (or want) to care about strictly following
projection definitio...
Nyall Dawson
08:46 AM Revision 315e0437 (qgis): Update test results for proj 6
Nyall Dawson
08:46 AM Revision 7ec417f1 (qgis): Remove outdated comment
Nyall Dawson
08:08 AM Revision 6e846d8d (qgis): Merge pull request #9980 from qgis/Apache24config
Change the httpd template to use Apache 2.4 style Matthias Kuhn
08:02 AM Revision 1fcc9823 (qgis): Merge pull request #30033 from elpaso/bugfix-gh29700-histogram-crash
Fix histogram bindings
> Is it worth adding a python test for this method? Is there an existing one? Gut feeling is ...
Alessandro Pasotti
07:48 AM Revision 72628b9b (qgis): [needs-docs] Rework new project CRS handling
The previous approach was severely broken, because the default
CRS for new projects setting was ignored as soon as a ...
Nyall Dawson
07:48 AM Revision 897e9bf3 (qgis): Sip update
(cherry picked from commit 788ee78d7405f0d5ca80c478854a2216dd6c41d2) Nyall Dawson
07:48 AM Revision c634150b (qgis): Fix some curved labels randomly disappear at certain scales
Refs #12173
(cherry picked from commit 0b451b251404ad54af1e2b2103d315d2d9b365c6)
Nyall Dawson
07:48 AM Revision 768a8da7 (qgis): Fix QgsSettings::enumValue resolution when used with a non-default section
(cherry picked from commit 10c686ba321ba96cd37e06cbe3185d96201e62b9) Nyall Dawson
07:48 AM Revision e0b184ea (qgis): [labeling] Fix curved labeling fails when line feature geometry
begins with small segments
Fixes #28699
(cherry picked from commit 328b0afa6ed7d6a45c4dcdf832bd0835b1df0f11)
Nyall Dawson
07:48 AM Revision b52d2ad6 (qgis): [labeling] Fix curved labels sometimes placed below line even when
set to above line only
(cherry picked from commit 10c4bb9f9bdf2fa2f7b5a494a8f9e9459f19150d)
Nyall Dawson
07:00 AM Revision 814ae158 (qgis): Sibling of a0dd1763f1c0c196092063417ab7feec859a37a7
Nyall Dawson
05:46 AM Revision 7229a7d3 (qgis): [browser] Fix removal of views from postgres databases (fixes #29812)
For views one needs to use DROP VIEW sql command Martin Dobias
05:46 AM Revision d4b276ad (qgis): fix #30028 Closing Vertex Edititor crashes the app
Peter Petrik
02:38 AM Revision a4e5e6a5 (qgis): [needs-docs] Append a local, user writable folder to proj 6 search paths
Now, proj will search in the current user profile "proj" folder (e.g.
.local/share/QGIS/QGIS3/profiles/default/proj" ...
Nyall Dawson

2019-06-01

03:42 PM Revision ea0ed29c (qgis): Don't show a 'invalid layer source' warning if a user opens a multi-layer
vector file, but then chooses not to actually add any layers from the file Nyall Dawson
09:10 AM Revision 19933e0f (qgis): processing: avoid fetching the layer parameters when not executing
Jürgen Fischer

2019-05-31

07:02 PM Revision 5a54eb77 (qgis): processing: add option to select directory to recurse for files (fixes ...
Jürgen Fischer
02:04 PM Revision 66d05b82 (qgis): [WFS provider] Avoid dangling download progress dialog
While investigating #27384, which I failed to reproduce, I noticed
another - minor - issue when loading layers from a...
Even Rouault
02:04 PM Revision adbde09a (qgis): Sibling of d77221039bcec4fe6c81876759ec866d26f57063
Even Rouault
02:04 PM Revision d7722103 (qgis): [WFS provider] Avoid dangling download progress dialog
While investigating #27384, which I failed to reproduce, I noticed
another - minor - issue when loading layers from a...
Even Rouault
01:55 PM Revision e0726b22 (qgis): Sibling of b489c21b588d795eaa108f221ad52a43e5c89e30
Alexander Bruy
01:55 PM Revision b489c21b (qgis): [dbmanager] add promary key to the view created by versioning plugin
(fix #25888) Alexander Bruy
01:55 PM Revision 8a40886a (qgis): [dbmanager] add promary key to the view created by versioning plugin
(fix #25888) Alexander Bruy
12:03 PM Revision fb9e4abd (qgis): Use QgisApp::projectSavedAs signal when project is saved with a new path
Alessandro Pasotti
12:03 PM Revision 529d2e91 (qgis): Sibling of fb9e4abd4dd669ca93642f0c0a710dac5ba4a307
Alessandro Pasotti
10:25 AM Revision 1194955c (qgis): Use sipConvertFromType when returning histogram
Alessandro Pasotti
10:05 AM Revision d7fdbbed (qgis): [browser] Fix removal of views from postgres databases (fixes #29812)
For views one needs to use DROP VIEW sql command Martin Dobias
10:01 AM Revision 2cf1624f (qgis): fix #30028 Closing Vertex Edititor crashes the app
Peter Petrik
02:38 AM Revision 0cf4ecf4 (qgis): Deprecate a QgsCoordinateTransformContext members which don't
apply in proj >= 6.0 builds Nyall Dawson
02:38 AM Revision c82d3b64 (qgis): Upgrade QgsCoordinateTransformContext for proj 6
This reworks (on proj 6 builds only!) QgsCoordinateTransformContext
to use proj strings of proj coordinate operations...
Nyall Dawson
02:38 AM Revision 823d28ba (qgis): Improve QgsRasterProjector handling of transform context
Nyall Dawson
02:38 AM Revision c61fb85e (qgis): Remove unused support for single source/dest settings in QgsCoordinateT...
This has been #ifdef'ed out since it's original implementation,
and it has no meaning in the world of Proj >= 6.0
Nyall Dawson
02:38 AM Revision ba764b0d (qgis): Fix proj4 build
Nyall Dawson
02:00 AM Revision b31f5161 (qgis): [OGR provider] Map GeometryCollection of TIN coming from multipart shap...
Even Rouault

2019-05-30

01:56 AM Revision 0c590a16 (qgis): Indentation
Nyall Dawson
01:54 AM Revision be118960 (qgis): Fix exception in BatchAlgorithmDialog
Nyall Dawson
01:11 AM Revision 0597a818 (qgis): fix windows build
Jürgen Fischer
11:57 PM Revision 04e8f5e0 (qgis): [WFS client] Revert read buffer size limitation (fixes #29258, fixes #2...
This apparently caused deadlock issues.
Credit to @nyalldawson for spotting the offending commit.
Partial revert of...
Even Rouault
10:35 PM Revision 55067fd5 (qgis): Don't crash when copying layout elements
Guard for existing multiFrames
Fixes #29747
Alessandro Pasotti
10:34 PM Revision 5c8daf29 (qgis): small improvements to bug report
Etienne Trimaille
10:32 PM Revision 50dab59a (qgis): [OGR provider] Map GeometryCollection of TIN coming from multipart shap...
Even Rouault
10:32 PM Revision e87ac63c (qgis): fix #29630 spatialindex for NaN points
Peter Petrik
10:32 PM Revision 66815c1c (qgis): [processing] add default value to user filter matrix (fix #29999)
Alexander Bruy
10:31 PM Revision 33e27e00 (qgis): QgsGeometryUtils::segmentizeArc(): fix full circle segmentization (fixe...
This fix display of full circles coming from PostGIS. Even Rouault
10:31 PM Revision 1956b8e4 (qgis): [layout][ui] Fix missing opacity setting for the label font color button
Mathieu Pellerin - nIRV
10:30 PM Revision 6abc15d1 (qgis): [WFS client] Revert read buffer size limitation (fixes #29258, fixes #2...
This apparently caused deadlock issues.
Credit to @nyalldawson for spotting the offending commit.
Partial revert of...
Even Rouault
04:56 PM Revision 609b1243 (qgis): Sibling of c68ca6b01f7d7013e27e3c5284fcddefeafae34d
Peter Petrik
04:56 PM Revision ed365cba (qgis): fix #30028 Closing Vertex Edititor crashes the app
Peter Petrik
04:48 PM Revision 220b5e81 (qgis): Fix histogram bindings
Hopfully fixes #29700 Alessandro Pasotti
04:34 PM Revision d97a3fed (qgis): Sibling of c859bc2abd2114b0751fe7bf959bf0209fc13f51
Martin Dobias
04:34 PM Revision 8441785c (qgis): [browser] Fix removal of views from postgres databases (fixes #29812)
For views one needs to use DROP VIEW sql command Martin Dobias
02:50 PM Revision eb115472 (qgis): Sibling of 26dc155da55286aef69496cdd9e92457be3562a0
Even Rouault
01:49 PM Revision d61bc83a (qgis): Merge pull request #30020 from elpaso/make-make-great-again
Copy test file before running the test Alessandro Pasotti
01:47 PM Revision d3342ad3 (qgis): [wcs] safer and faster rendering of WCS layers
Redering of WCS layers has been quite inefficient since introduction
of multi-threaded rendering in QGIS 2.4: wheneve...
Martin Dobias
01:07 PM Revision 5f4e01c9 (qgis): [WFS client] Revert read buffer size limitation (fixes #29258, fixes #2...
This apparently caused deadlock issues.
Credit to @nyalldawson for spotting the offending commit.
Partial revert of...
Even Rouault
01:07 PM Revision 12a33c07 (qgis): Sibling of 0141ba705a983c70e2137d17c5554eb4610f0b38
Even Rouault
12:34 PM Revision 2ed0983b (qgis): Emit newProject after save project as ...
Fixes #29919 Alessandro Pasotti
12:34 PM Revision 8aef7a9e (qgis): Sibling of 2ed0983b70eef045b1f98e9188ba0912b0b988f7
Alessandro Pasotti
12:16 PM Revision 056833e4 (qgis): [layout][ui] Fix missing opacity setting for the label font color button
Mathieu Pellerin - nIRV
11:41 AM Revision 2a2a4cd5 (qgis): Copy test file before running the test
and make make check happy Alessandro Pasotti
11:05 AM Revision 1d1d2ca7 (qgis): Revert "[processing] populate batch interface with rows when multiple l...
This reverts commits f8890d8f047cd2bb934eaad83e1057814927adb5,
f085f5527658c0a81b9a065a6fcee4d654d16bb6 and 5844a0fc9...
Alexander Bruy
10:36 AM Revision 3885944c (qgis): Merge pull request #30017 from elpaso/bugfix-gh29747-layout-mgr-crashes...
Don't crash when copying layout elements Alessandro Pasotti
10:34 AM Revision b3b0f5d6 (qgis): [layout][ui] Fix missing opacity setting for the label font color button
Mathieu Pellerin - nIRV
10:34 AM Revision 22b6c69c (qgis): Sibling of 92cfa5c590a3a7dfd245cd14e332eb1d3599724a
Mathieu Pellerin - nIRV
09:49 AM Revision 747e497e (qgis): Sibling of 8988fbcdd2bdecdd0bb20ead8e393fb9053b1caf
Alessandro Pasotti
09:49 AM Revision 8988fbcd (qgis): Don't crash when copying layout elements
Guard for existing multiFrames
Fixes #29747
Alessandro Pasotti
09:49 AM Revision f58eb137 (qgis): Don't crash when copying layout elements
Guard for existing multiFrames
Fixes #29747
Alessandro Pasotti
09:30 AM Revision c2042a2e (qgis): fix #29630 spatialindex for NaN points
Peter Petrik
09:27 AM Revision 789a7584 (qgis): Tweak names
Nyall Dawson
09:27 AM Revision 3cb36763 (qgis): Don't limit label distances to postive values
Sometimes it's useful to have negative distances, as a 0 distance
can still be quite far from line features for some ...
Nyall Dawson
09:27 AM Revision 0458e08c (qgis): Fix warning
Nyall Dawson
09:27 AM Revision 10c4bb9f (qgis): [labeling] Fix curved labels sometimes placed below line even when
set to above line only Nyall Dawson
09:27 AM Revision 50315c4a (qgis): Remove unused calculation
Nyall Dawson
09:27 AM Revision b04374d4 (qgis): Tweak curved label cost of placing away from center (increase cost slig...
Nyall Dawson
09:27 AM Revision f9b8c6ff (qgis): [labeling] Update confusing/vague variable names
Nyall Dawson
09:27 AM Revision 328b0afa (qgis): [labeling] Fix curved labeling fails when line feature geometry
begins with small segments
Fixes #28699
Nyall Dawson
09:27 AM Revision fcacd00a (qgis): Avoid redundant calculation in QgsMapToPixelSimplifier
Nyall Dawson
09:27 AM Revision 3d9386b1 (qgis): Remove impossible to hit code path - distance is never < 0
Nyall Dawson
09:27 AM Revision 0b451b25 (qgis): Fix some curved labels randomly disappear at certain scales
Refs #12173 Nyall Dawson
09:27 AM Revision b334fc4d (qgis): Update for c++11
Nyall Dawson
09:27 AM Revision 7213030a (qgis): [labeling] Fix missing labels when multilinestring features are used in
conjunction with the "merge connected lines" setting
Refs #12173
Nyall Dawson
09:27 AM Revision e227e93d (qgis): Optimise method
Avoid duplicate calculations Nyall Dawson
09:27 AM Revision e0aa09ce (qgis): [labeling] Ensure "merge connected features" setting works correctly
with line networks that contains forks and branches
And simplify memory management
Refs #12173
Nyall Dawson
09:27 AM Revision e1bd4e92 (qgis): [labeling] Don't waste time trying to generate curved labels on lines
where the label length is greater then the line length Nyall Dawson
08:33 AM Revision 44d993dc (qgis): Ensure MapServer source select/browser correctly handles nested
server structures Nyall Dawson
08:33 AM Revision 323fae26 (qgis): Fix ArcGIS MapServer provider does not correctly respect authentication...
Nyall Dawson
08:33 AM Revision d3830732 (qgis): Better error reporting when things go wrong in ArcGIS MapServer provide...
Nyall Dawson
08:33 AM Revision ff365abe (qgis): Avoid more noisy message log warnings
Nyall Dawson
08:33 AM Revision 8e51364e (qgis): [mapserver] Safer and faster rendering of ArcGIS MapServer layers
Avoid redundant network requests when cloning data provider Nyall Dawson
08:33 AM Revision 8b9fbedb (qgis): Fix MapServer connection items in browser do not respond correctly
to changes in connection parameters
And modernise code, sync with AFS provider
Nyall Dawson
08:33 AM Revision 9fd2866e (qgis): Add error item in browser when MapServer connections fail
Nyall Dawson
08:33 AM Revision f44ce975 (qgis): Fix MapServer provider ignores referer setting
Nyall Dawson
08:33 AM Revision 75c720a6 (qgis): Fix overly noisy o2 debug messages/warnings
Nyall Dawson
05:35 AM Revision 3fbca4a7 (qgis): Sibling of cf55f8bbc10778e9f80527453ee717ed0b93752a
Nyall Dawson
02:37 AM Revision cd768a71 (qgis): Fix crash when exporting layout
Fixes #29798 Alessandro Pasotti
02:37 AM Revision 2274d568 (qgis): Update src/core/layout/qgslayoutmultiframe.cpp
Alessandro Pasotti
02:18 AM Revision 3f9a07e7 (qgis): fix #30003 crash in mesh calculator
Peter Petrik
02:13 AM Revision 831b52a3 (qgis): Fix identify on map in relation reference widget
Fixes #22071 - Relation reference widget wrong feature when "on map identification" Alessandro Pasotti
02:13 AM Revision c4dfd985 (qgis): Remove unused header
Alessandro Pasotti
02:13 AM Revision ff6d4338 (qgis): Remove raw string (not necessary here)
Alessandro Pasotti
02:13 AM Revision e4582c99 (qgis): Fix GeoJSON output of MultiPolygon/MultiSurface
There was a lack of a JSon array around rings of a polygon.
This issue is not present in 3.4
Also fixes an issue wit...
Even Rouault
02:13 AM Revision 5d6917eb (qgis): QgsGeometryUtils::segmentizeArc(): fix full circle segmentization (fixe...
This fix display of full circles coming from PostGIS. Even Rouault

2019-05-29

10:28 PM Revision 788ee78d (qgis): Sip update
Nyall Dawson
10:28 PM Revision 10c686ba (qgis): Fix QgsSettings::enumValue resolution when used with a non-default section
Nyall Dawson
10:28 PM Revision dac7259b (qgis): [needs-docs] Rework new project CRS handling
The previous approach was severely broken, because the default
CRS for new projects setting was ignored as soon as a ...
Nyall Dawson
03:16 PM Revision e2c6f719 (qgis): Backport and enhance fix export raster as GPKG
Now checks the existence of a vector file with same
name, this should also fix the original issue.
- With test
- Req...
Alessandro Pasotti
02:43 PM Revision dfa6aa1e (qgis): Merge pull request #30001 from alexbruy/saga-filter
[processing] add default value to user filter matrix (fix #29999) Alexander Bruy
02:27 PM Revision c6dd095d (qgis): Sibling of d15f04960f2a86d71eaf679b977eb4fdec3ad60e
Peter Petrik
02:27 PM Revision 0314dd8e (qgis): fix #29630 spatialindex for NaN points
Peter Petrik
12:43 PM Revision 96a0d733 (qgis): Sibling of f8d0ecc7ee2d30b0a0617617bf91ecd6033ebdef
Alexander Bruy
12:43 PM Revision 0a7c7fc7 (qgis): [processing] add default value to user filter matrix (fix #29999)
Alexander Bruy
12:43 PM Revision f8d0ecc7 (qgis): [processing] add default value to user filter matrix (fix #29999)
Alexander Bruy
09:58 AM Revision 11d5b514 (qgis): Merge pull request #29958 from ghtmtt/readme
Update issue link in Readme.md Matthias Kuhn
08:39 AM Revision 80069794 (qgis): Fix export raster as GPKG
Fixes #20848
Test added for internal functions because the main functionality
is in app.
Partially reverts 006b130e...
Alessandro Pasotti
03:56 AM Revision e6d46d58 (qgis): travis_wait
Denis Rouzaud
03:43 AM Revision 48b3d792 (qgis): use travis_wait
Denis Rouzaud
03:37 AM Revision a871e90a (qgis): install newer libseccomp on Travis host for building with Qt 5.10+ in D...
Denis Rouzaud

2019-05-28

09:34 PM Revision 4b4d213b (qgis): Sibling of b0e931618c51cfab13e37e3798469d4b384673c6
Nyall Dawson
06:58 PM Revision bc65d258 (qgis): Update src/core/layout/qgslayoutmultiframe.cpp
Alessandro Pasotti
06:58 PM Revision 3b7c0f85 (qgis): Fix crash when exporting layout
Fixes #29798 Alessandro Pasotti
06:57 PM Revision 909b7898 (qgis): QgsVectorFileWriter::writeAsVectorFormat(): return appropriate output l...
Even Rouault
06:57 PM Revision cf72779b (qgis): Revert "QgsLayoutAtlasWidget: Disconnect signals when layout RIP"
This reverts commit 1626565c76b3fc772ed6d075b7274c305009d213.
Found a better way to delete the widget when designer
...
Alessandro Pasotti
06:57 PM Revision 062f9631 (qgis): Use qgis::overload
Alessandro Pasotti
06:57 PM Revision 1e0e0668 (qgis): QgsLayoutAtlasWidget: Disconnect signals when layout RIP
Fixes #29821 Alessandro Pasotti
06:57 PM Revision f976b887 (qgis): Ensure the designer dialog is deleted immediately
Before other signals can crash the application.
Fixes #29821
Alessandro Pasotti
06:56 PM Revision 17fd918a (qgis): Fix atlas export when file name contains multiple dots
Fixes #29980 Alessandro Pasotti
06:56 PM Revision 489fd665 (qgis): Use completeBaseName for exported atlas path
Alessandro Pasotti
06:40 PM Revision 9434be78 (qgis): Merge pull request #29991 from elpaso/bugfix-gh29987-digit-options
Fix buttons to adjust marker size do not work Alessandro Pasotti
03:40 PM Revision 4e00937d (qgis): Sibling of cf634aa3aafc55b573079ee3c7a63020057ac09b
matteo ghetta
03:40 PM Revision cf634aa3 (qgis): [processing] fix NDVI calculation
matteo ghetta
03:40 PM Revision c75fd57e (qgis): [processing] fix NDVI calculation
matteo ghetta
03:40 PM Revision d358c631 (qgis): Fix buttons to adjust marker size do not work
Fixes #29987 Alessandro Pasotti
02:13 PM Revision a9429777 (qgis): update tests and merge all color ramp tests into single file
(cherry picked from commit 507c10c7c1f55873678e15f57fb3d1d3a8cdd4b3) Alexander Bruy
02:13 PM Revision c14c7137 (qgis): prevent crash in the color brewer color ramp when requested color
corresponding to the NaN value (fix #29509)
(cherry picked from commit bdbc3585d6c1c8e6ae653aac15af29a1dcbee8cc)
Alexander Bruy
02:13 PM Revision 986fcdc3 (qgis): add tests for QgsColorRamp
(cherry picked from commit d83b01f5f0fc4816244e8cd6849a7082c5344bec) Alexander Bruy
01:55 PM Revision 9a204c49 (qgis): Merge pull request #29984 from qgis/backport-29970-to-release-3_4
[Backport release-3_4] Server WFS fix describefeaturetype double virtual fields Alessandro Pasotti
01:54 PM Revision 8d643014 (qgis): Merge pull request #29983 from elpaso/bugfix-gh29980-layout-export-mult...
Fix atlas export when file name contains multiple dots Alessandro Pasotti
11:58 AM Revision def39738 (qgis): Merge e7f8f2b85fa7b5f63e0b63daa62f4cd0fca70287 into cherry-pick-backpor...
backporting[bot]
11:57 AM Revision 4b35d851 (qgis): Merge pull request #29968 from elpaso/bugfix-gh29821-layout-crash-py
QgsLayoutAtlasWidget: Disconnect signals when layout RIP Alessandro Pasotti
11:56 AM Revision eafdee94 (qgis): Sibling of 2ecb3228760244d3c9df362673046a57a77db357
Alessandro Pasotti
11:56 AM Revision f49a2a2b (qgis): Update src/core/layout/qgslayoutmultiframe.cpp
Alessandro Pasotti
11:55 AM Revision 4bb39bef (qgis): Use completeBaseName for exported atlas path
Alessandro Pasotti
11:55 AM Revision b2ada585 (qgis): Sibling of 4bb39befb2d5da1298314bee0178764539f19664
Alessandro Pasotti
11:55 AM Revision cb5c09f4 (qgis): Use completeBaseName for exported atlas path
Alessandro Pasotti
11:47 AM Revision bede1966 (qgis): Merge pull request #29970 from elpaso/bugfix-gh29767-server-wfs-double-...
Server WFS fix describefeaturetype double virtual fields Alessandro Pasotti
11:45 AM Revision 7b915af2 (qgis): Fix atlas export when file name contains multiple dots
Fixes #29980 Alessandro Pasotti
11:45 AM Revision 63900d0c (qgis): Fix atlas export when file name contains multiple dots
Fixes #29980 Alessandro Pasotti
11:45 AM Revision c55f5804 (qgis): Sibling of 7b915af2b43b03f0df8a984e6e49c7a56597a325
Alessandro Pasotti
11:21 AM Revision 0e9a3c95 (qgis): Fix crash when exporting layout
Fixes #29798 Alessandro Pasotti
11:21 AM Revision 3c680fcb (qgis): Sibling of 0e9a3c95cb955b099e07d9bfa5808c02a66070f5
Alessandro Pasotti
11:21 AM Revision 195b2b6d (qgis): Fix crash when exporting layout
Fixes #29798 Alessandro Pasotti
11:16 AM Revision 575b0de8 (qgis): [labeling][ui] Fix broken multiline alignment combo box
- setup geometry generator ui stuff first to properly initiate combobox
- for line and polygons, don't set combobox t...
Mathieu Pellerin - nIRV
10:59 AM Revision 8a1a3063 (qgis): Sibling of 49b381f216229a98e0c1f38da70a39c9aeec20f3
Alessandro Pasotti
10:59 AM Revision 49b381f2 (qgis): Add missing test control file
Alessandro Pasotti
10:59 AM Revision 11e83477 (qgis): Add missing test control file
Alessandro Pasotti
10:52 AM Revision 27297029 (qgis): Revert "QgsLayoutAtlasWidget: Disconnect signals when layout RIP"
This reverts commit 1626565c76b3fc772ed6d075b7274c305009d213.
Found a better way to delete the widget when designer
...
Alessandro Pasotti
10:52 AM Revision 47f739c7 (qgis): Revert "QgsLayoutAtlasWidget: Disconnect signals when layout RIP"
This reverts commit 1626565c76b3fc772ed6d075b7274c305009d213.
Found a better way to delete the widget when designer
...
Alessandro Pasotti
10:52 AM Revision c0221f06 (qgis): Sibling of 47f739c70ee225b4f9d413954d8cb15dfbb9336b
Alessandro Pasotti
10:51 AM Revision 20f1acb4 (qgis): Ensure the designer dialog is deleted immediately
Before other signals can crash the application.
Fixes #29821
Alessandro Pasotti
10:51 AM Revision 2372f9e0 (qgis): Ensure the designer dialog is deleted immediately
Before other signals can crash the application.
Fixes #29821
Alessandro Pasotti
10:51 AM Revision 7af58d0e (qgis): Sibling of 20f1acb41e0acdf3ab2bcbb1c7eab36a40ef16a1
Alessandro Pasotti
10:50 AM Revision f62eee9c (qgis): Use qgis::overload
Alessandro Pasotti
10:50 AM Revision e7f8f2b8 (qgis): Use qgis::overload
Alessandro Pasotti
10:50 AM Revision 6e9cdbf2 (qgis): Sibling of e7f8f2b85fa7b5f63e0b63daa62f4cd0fca70287
Alessandro Pasotti
10:39 AM Revision 26f88151 (qgis): Fix (?) crash when filtering layer with attachment field
Fixes #21775 Nyall Dawson
10:39 AM Revision 096cb4cd (qgis): Regenerate distance area calculation on demand in attribute table
Storing the instance in the table means that it does not respond
correctly to project ellipsoid changes, resulting in...
Nyall Dawson
08:09 AM Revision 7f8d43eb (qgis): Fix offset labels from reprojected layers when map is rotated
Fixes #24796 Nyall Dawson
07:49 AM Revision 4cb1213e (qgis): Fix labeling ignores "label per part" setting when geometry parts
are adjacent
Fixes #26763
Nyall Dawson
03:38 AM Revision f02b74d8 (qgis): Sibling of ab8a60ba7313f486efd9041fa3e7be97ba9688c2
Nyall Dawson
02:49 AM Revision 7fc77675 (qgis): Sibling of 682aab54d8a29e5af6f49094ec184242c3a571e7
Nyall Dawson
02:05 AM Revision 91d1959b (qgis): Sibling of 75be291522f12cd10ef6387f3fbf4c6ca9358d5d
Nyall Dawson
02:05 AM Revision a433ce56 (qgis): Sibling of 2b3eff7962092139b51985860e22de5ddeec1bcb
Nyall Dawson
02:05 AM Revision 2b3eff79 (qgis): Fix QgsSettings::enumValue resolution when used with a non-default section
Nyall Dawson

2019-05-27

01:55 AM Revision 76d9a26f (qgis): Fix warnings
Nyall Dawson
01:09 AM Revision 29806b43 (qgis): testqgsvectorfilewriter.cpp: fix badly named variable, and remove usele...
Even Rouault
01:09 AM Revision 9167cb4f (qgis): QgsVectorFileWriter::writeAsVectorFormat(): return appropriate output l...
Even Rouault
01:08 AM Revision 46518926 (qgis): [WFS provider] Support layers with GML field names only differing by ca...
Even Rouault
11:02 PM Revision 54cf26fb (qgis): [WFS provider] Emit TYPENAME and TYPENAMES for WFS 2.0 DescribeFeatureT...
Fixes Redmine #21768 and https://github.com/qgis/QGIS/pull/9849
Due to confusion in the WFS 2.0 sepecification the s...
Even Rouault
11:02 PM Revision 4831378c (qgis): [WFS provider] Improve handling of NAMESPACE(S) (github #9849)
Modified by E. Rouault Klavs Christensen
10:16 PM Revision f8d1a02e (qgis): mentioning array_agg in relation_aggregate
David Signer
10:14 PM Revision 6d5fa2e9 (qgis): load style from the QML file with the same name as layer file name
for GeoPackages, CSV and SpatiaLite (fix #21691) Alexander Bruy
10:14 PM Revision d8df19b8 (qgis): use data provider to get provider name as providerType() not available
in the LTR branch Alexander Bruy
10:14 PM Revision 3b12f273 (qgis): add tests for style URI retrieval
Alexander Bruy
10:14 PM Revision f33ebc81 (qgis): update to MDAL 0.3.3
Peter Petrik
10:13 PM Revision b38e1a95 (qgis): Fix raster calculator invalid expressions
Tell the user that is invalid instead of
silently ignoring undefined functions.
Fixes #29824
Alessandro Pasotti
10:13 PM Revision 5e3ba505 (qgis): Handle file:// links in identify text
Fixes #29879 Alessandro Pasotti
10:09 PM Revision d83b01f5 (qgis): add tests for QgsColorRamp
Alexander Bruy
10:09 PM Revision bdbc3585 (qgis): prevent crash in the color brewer color ramp when requested color
corresponding to the NaN value (fix #29509) Alexander Bruy
10:09 PM Revision 507c10c7 (qgis): update tests and merge all color ramp tests into single file
Alexander Bruy
10:01 PM Revision 7d512b25 (qgis): Sibling of 977c60e0aa4716a35047b8782e1a9bfc196b6778
Even Rouault
09:54 PM Revision 06ab26ab (qgis): Merge pull request #29949 from rouault/fix_github_29858
[WFS provider] Support layers with GML field names only differing by cases (github fixes #29858) Even Rouault
09:54 PM Revision 3dddfe4b (qgis): Merge pull request #29946 from rouault/fix_redmine_21768
WFS provider: fix issues with TYPENAME(S) and NAMESPACE(s) with WFS 2.0 Even Rouault
09:29 PM Revision 7f780a5a (qgis): try again
Denis Rouzaud
09:18 PM Revision 94ba04e7 (qgis): upgrade
Denis Rouzaud
09:02 PM Revision 5f3aa019 (qgis): install newer on Travis
Denis Rouzaud
06:52 PM Revision 5c54c329 (qgis): install on Travis not on Docker
Denis Rouzaud
06:41 PM Revision d144b7df (qgis): libseccomp2
Denis Rouzaud
06:41 PM Revision 6a4edc57 (qgis): install newer libseccomp
Denis Rouzaud
06:41 PM Revision f789a981 (qgis): install libseccomp
Denis Rouzaud
06:40 PM Revision 8cd9face (qgis): install newer libseccomp
Denis Rouzaud
06:22 PM Revision e316051f (qgis): Sibling of f37141d807d691d9ea8246a76974e42cbdecf32f
Alessandro Pasotti
06:22 PM Revision e0d2618e (qgis): Server WFS fix describefeaturetype double virtual fields
Fixes #29767 Alessandro Pasotti
06:22 PM Revision f37141d8 (qgis): Server WFS fix describefeaturetype double virtual fields
Fixes #29767 Alessandro Pasotti
04:56 PM Revision b7375887 (qgis): Merge pull request #29967 from elpaso/bugfix-gh29879-file-proto-insertl...
Handle file:// links in identify text Alessandro Pasotti
04:53 PM Revision 254569df (qgis): QgsLayoutAtlasWidget: Disconnect signals when layout RIP
Fixes #29821 Alessandro Pasotti
04:53 PM Revision 7b47cc69 (qgis): Sibling of 1626565c76b3fc772ed6d075b7274c305009d213
Alessandro Pasotti
04:53 PM Revision 1626565c (qgis): QgsLayoutAtlasWidget: Disconnect signals when layout RIP
Fixes #29821 Alessandro Pasotti
04:19 PM Revision deccc122 (qgis): Sibling of a33ab6fb3bbbac8f5a7328ca27e0f0d00eccba64
Alessandro Pasotti
04:19 PM Revision 02c0325b (qgis): Handle file:// links in identify text
Fixes #29879 Alessandro Pasotti
04:19 PM Revision a33ab6fb (qgis): Handle file:// links in identify text
Fixes #29879 Alessandro Pasotti
03:54 PM Revision 723936dc (qgis): Sibling of bb9cf3df993264678fbc3de7e971025cad7f38ab
Alexander Bruy
03:54 PM Revision 44866a1d (qgis): Sibling of 4381a7448743229f2c6cc9cea9a218ae521b7a04
Alexander Bruy
03:54 PM Revision bb9cf3df (qgis): add tests for QgsColorRamp
Alexander Bruy
03:54 PM Revision 3ec4c642 (qgis): prevent crash in the color brewer color ramp when requested color
corresponding to the NaN value (fix #29509) Alexander Bruy
03:54 PM Revision e5b493a0 (qgis): Sibling of 3ec4c6429c41f7b607bfebecb1494b17cd3a2b39
Alexander Bruy
03:51 PM Revision d64282dd (qgis): Merge pull request #29965 from elpaso/bugfix-29824-rastercalc-invalid-exp
Fix raster calculator invalid expressions Alessandro Pasotti
03:23 PM Revision 68635d8f (qgis): Correct enum
Matthias Kuhn
02:57 PM Revision 91ea9ed3 (qgis): Hide recent projects if empty
Matthias Kuhn
02:57 PM Revision 720721a3 (qgis): Add default parameter
Matthias Kuhn
02:57 PM Revision 9e45626f (qgis): Add missing include
Matthias Kuhn
02:57 PM Revision 60e5f399 (qgis): Project Templates instead of simply Templates
Matthias Kuhn
02:57 PM Revision ac206db9 (qgis): Revert tabbing of welcome page
Matthias Kuhn
02:57 PM Revision e27cca52 (qgis): Improve empty project preview image
Matthias Kuhn
02:57 PM Revision 1da8eec7 (qgis): Move project list item delegate to new file
Matthias Kuhn
02:57 PM Revision f3276de4 (qgis): Improve empty project item on templates
Matthias Kuhn
02:57 PM Revision e283fb9a (qgis): Rename welcomepageitemsmodel to recentprojectsitemmodel
Matthias Kuhn
02:57 PM Revision 060198c2 (qgis): Add preview image to qgz files
Matthias Kuhn
02:57 PM Revision 4baafa95 (qgis): Centralize project preview creation
Matthias Kuhn
02:57 PM Revision e78a9f7d (qgis): Code style
Matthias Kuhn
02:57 PM Revision 573d5a03 (qgis): Hide panels and toolbars on welcome page
Matthias Kuhn
02:57 PM Revision 07da9dca (qgis): Update src/app/qgswelcomepage.cpp
Co-Authored-By: Nyall Dawson <[email protected]> Matthias Kuhn
02:57 PM Revision 58b5c90a (qgis): Update src/app/qgswelcomepage.cpp
Co-Authored-By: Nyall Dawson <[email protected]> Matthias Kuhn
02:57 PM Revision 61114a82 (qgis): Fix broken doc links
Matthias Kuhn
02:57 PM Revision cdbf81b7 (qgis): Reogranize welcome page
Matthias Kuhn
02:57 PM Revision 6eb5b3e7 (qgis): Add a template list to the welcome screen
Matthias Kuhn
02:56 PM Revision 849007d8 (qgis): Sibling of 892ccfe69eb789f6ca77b3873777ced190ff10c6
Alessandro Pasotti
02:56 PM Revision f76bb9e2 (qgis): Fix raster calculator invalid expressions
Tell the user that is invalid instead of
silently ignoring undefined functions.
Fixes #29824
Alessandro Pasotti
02:56 PM Revision 892ccfe6 (qgis): Fix raster calculator invalid expressions
Tell the user that is invalid instead of
silently ignoring undefined functions.
Fixes #29824
Alessandro Pasotti
02:45 PM Revision 169e246f (qgis): fixes issue with db lock when writing mbtiles
Saber Razmjooei
02:20 PM Revision b5459794 (qgis): Regenerate distance area calculation on demand in attribute table
Storing the instance in the table means that it does not respond
correctly to project ellipsoid changes, resulting in...
Nyall Dawson
02:18 PM Revision 8ae4fc97 (qgis): Fix (?) crash when filtering layer with attachment field
Fixes #21775 Nyall Dawson
02:01 PM Revision 8ae38024 (qgis): Fix more incorrect 'invalid data source' errors when loading mesh layers
Nyall Dawson
02:01 PM Revision 90994de0 (qgis): Fix invalid data source message is always shown after dragging and drop...
vector layers to QGIS window Nyall Dawson
01:07 PM Revision a4a57df2 (qgis): use data provider to get provider name as providerType() not available
in the LTR branch Alexander Bruy
12:48 PM Revision 3f4b6d00 (qgis): Merge pull request #15371 from elpaso/bugfix-21986-jsonarray-spatialite
Fix spatialite handling of JSON arrays Alessandro Pasotti
11:39 AM Revision f399d3f3 (qgis): Fallback to QVariant( QVariant::Type::Int )
Alessandro Pasotti
11:23 AM Revision 403bacf2 (qgis): Added test for isNull/isValid returns
Alessandro Pasotti
11:05 AM Revision d5254ece (qgis): Merge pull request #10036 from elpaso/bugfix-20848-issue-exporting-as-gpkg
Fix export raster as GPKG Alessandro Pasotti
10:22 AM Revision d7019cea (qgis): More QVariant test fixes
Alessandro Pasotti
10:18 AM Revision 21940e1d (qgis): [symbology] Fix point pattern displacement logic to match pre 3.8
Mathieu Pellerin - nIRV
09:55 AM Revision e6050b54 (qgis): Fix QCOMPARE with variant lists in test
Alessandro Pasotti
09:20 AM Revision 564fd50e (qgis): Fix spatialite handling of JSON arrays
Fixes #21986
plus:
- fix multiple string keys with commas in value relation widget
- more robust JSON and array (un...
Alessandro Pasotti
09:20 AM Revision 3f1ba81b (qgis): Address PR comments (minor changes)
Alessandro Pasotti
08:47 AM Revision 75f733f0 (qgis): update issue link
matteo ghetta
08:35 AM Revision b2c2c145 (qgis): Sibling of 72a20e58cfce09684d6cc010e16eb13f59a59364
Nyall Dawson
08:35 AM Revision 84a857b4 (qgis): Regenerate distance area calculation on demand in attribute table
Storing the instance in the table means that it does not respond
correctly to project ellipsoid changes, resulting in...
Nyall Dawson
06:25 AM Revision d7fa0286 (qgis): do not insert layers in embedded groups (#10004)
fixes #29678 Denis Rouzaud
05:26 AM Revision cd64b97d (qgis): fix sipify doesn't handle true/false correctly in 3.4 (#29954)
Denis Rouzaud
05:21 AM Revision 09126ded (qgis): make flashing independent from panning/zooming in attribte table in att...
Denis Rouzaud
04:18 AM Revision f70ca1c0 (qgis): libseccomp2
Denis Rouzaud
02:20 AM Revision a1c41302 (qgis): [processing] do not declare output of saveselectfeatures as points
It can be of any geometry type Victor Olaya
02:20 AM Revision 5ef63dfb (qgis): add tests for style URI retrieval
Alexander Bruy
02:20 AM Revision ab2d6f4f (qgis): load style from the QML file with the same name as layer file name
for GeoPackages, CSV and SpatiaLite (fix #21691) Alexander Bruy

2019-05-26

12:35 AM Revision c3cfcad5 (qgis): [processing] do not declare output of saveselectfeatures as points
It can be of any geometry type Victor Olaya
12:26 AM Revision 63b5d588 (qgis): Explain test
Nyall Dawson
12:26 AM Revision d55a982d (qgis): Fix leak
Nyall Dawson
12:26 AM Revision 2a9c3165 (qgis): Just test for presence of name, not name itself
Nyall Dawson
12:26 AM Revision 00f8ee69 (qgis): Avoid some fragile tests
Nyall Dawson
12:26 AM Revision c938d57b (qgis): Dox, warnings fixes
Nyall Dawson
12:26 AM Revision cb897632 (qgis): Hide deprecation warnings
We can't remove use of these methods until we can safely drop
proj 4 support. Until then, they are required for proj ...
Nyall Dawson
12:26 AM Revision bed77bbf (qgis): Add method to retrieve underlying PJ object from a QgsCoordinateReferen...
proj 6 only Nyall Dawson
12:26 AM Revision 85e20789 (qgis): Add API to retrieve avaiable coordinate operations between a source
and destination QgsCoordinateReferenceSystem on proj >= 6 builds Nyall Dawson
12:26 AM Revision b4d18f8e (qgis): Mark older datum transform methods as deprecated - they don't work unde...
Nyall Dawson
12:26 AM Revision 270c6050 (qgis): Make test resilent against future potential order changes
Nyall Dawson
09:01 AM Revision 27d687ea (qgis): Merge pull request #29948 from volaya/fix_batch_getvalue
[processing] fixed method name in gui wrapper after API renaming Alexander Bruy

2019-05-25

01:28 AM Revision 06d81504 (qgis): Sibling of 5eb5139251fb8a2267a68ea6a2f4e85eb2dd0154
Even Rouault
01:28 AM Revision 5eb51392 (qgis): [WFS provider] Support layers with GML field names only differing by ca...
Even Rouault
01:28 AM Revision 43f32952 (qgis): [WFS provider] Support layers with GML field names only differing by ca...
Even Rouault
01:01 AM Revision 943b992e (qgis): [processing] fixed method name in gui wrapper after API renaming
Victor Olaya
11:46 PM Revision c2e0c431 (qgis): Merge pull request #9438 from haubourg/add_issue_templates
[WIP] Add future issue templates for github QGIS issue bot
10:59 PM Revision 6188211a (qgis): Sibling of 10d0c41fa048afe4c8c18218e4adfe500f436d59
Even Rouault
10:59 PM Revision 10d0c41f (qgis): testqgsvectorfilewriter.cpp: fix badly named variable, and remove usele...
Even Rouault
10:05 PM Revision 37356e14 (qgis): Revert "enable DOCKER_BUILDKIT when building Docker images"
This reverts commit cfd4290bffac59b05710a425cccf624f9ca8eef7. Denis Rouzaud
10:04 PM Revision 1351daf6 (qgis): Revert "enable DOCKER_BUILDKIT when building Docker images"
This reverts commit cfd4290bffac59b05710a425cccf624f9ca8eef7. Denis Rouzaud
09:59 PM Revision ce029d46 (qgis): install libseccomp
Denis Rouzaud
09:53 PM Revision cfd4290b (qgis): enable DOCKER_BUILDKIT when building Docker images
Denis Rouzaud
08:34 PM Revision 3f46a552 (qgis): Fix previous commit
Even Rouault
07:28 PM Revision bdc7f29a (qgis): Sibling of 0768dde519542f588c2b05b0d8b8001cb54aee3c
Even Rouault
07:28 PM Revision 0768dde5 (qgis): [WFS provider] Emit TYPENAME and TYPENAMES for WFS 2.0 DescribeFeatureT...
Fixes Redmine #21768 and https://github.com/qgis/QGIS/pull/9849
Due to confusion in the WFS 2.0 sepecification the s...
Even Rouault
07:28 PM Revision cb7af3c4 (qgis): [WFS provider] Emit TYPENAME and TYPENAMES for WFS 2.0 DescribeFeatureT...
Fixes Redmine #21768 and https://github.com/qgis/QGIS/pull/9849
Due to confusion in the WFS 2.0 sepecification the s...
Even Rouault
06:59 PM Revision 1e9ec437 (qgis): Sibling of 1e09a27d7fd4e949878f5edbba99e2f3d27df7eb
Klavs Christensen
06:59 PM Revision 1e09a27d (qgis): [WFS provider] Improve handling of NAMESPACE(S) (github #9849)
Modified by E. Rouault Klavs Christensen
06:59 PM Revision 465e6f01 (qgis): [WFS provider] Improve handling of NAMESPACE(S) (github #9849)
Modified by E. Rouault Klavs Christensen
05:45 PM Revision 31c25e48 (qgis): Fix build with gcc 5.5
Even Rouault
05:27 PM Revision d17cf810 (qgis): update funding url
Marco Bernasocchi
03:59 PM Revision 59fd5112 (qgis): [Travis] use xenial for all builds (#18657)
Denis Rouzaud
03:26 PM Revision c50049f2 (qgis): link sponsoring on github to our website
Enabling sponsoring button with link to our own sustaining membership and donation page Marco Bernasocchi
12:49 PM Revision de0544c1 (qgis): Merge pull request #25793 from alexbruy/backport-r-sun
[processing] split GRASS r.sun algorithm into two (fix #21637) Alexander Bruy
09:12 AM Revision a9d6460a (qgis): fix windows build on x86
(cherry picked from commit b18731bc349def440f01840a4c07827dca6bbaac) Jürgen Fischer
07:05 AM Revision d8b50ed8 (qgis): update tests
(cherry picked from commit 60090705021f3e9876745b95a1bf874cfb87ce3a) Alexander Bruy
07:04 AM Revision f17accf1 (qgis): [processing] split r.sun into two algorithms as it has mutually
exclusive options (fix #21637)
(cherry picked from commit ab646c4d75c6eac3c37cfa6a284191040048ffe8)
Alexander Bruy
06:59 AM Revision 121a92df (qgis): Merge pull request #10074 from alexbruy/grass-r-sun
[processing] split GRASS r.sun algorithm into two (fix #21637) Alexander Bruy
03:32 AM Revision 0f79ba2d (qgis): [Travis] use xenial for all builds
Denis Rouzaud

2019-05-24

03:11 PM Revision 8b6fc768 (qgis): Sibling of 429b96338d7dff428d69a62336edc7109a525ea6
Alexander Bruy
03:11 PM Revision c13bd14e (qgis): load style from the QML file with the same name as layer file name
for GeoPackages, CSV and SpatiaLite (fix #21691) Alexander Bruy
03:11 PM Revision 80cb853a (qgis): add tests for style URI retrieval
Alexander Bruy
03:11 PM Revision 5ea82334 (qgis): Sibling of 76104b51e20067d77ee63069ed80b885ef75f3b6
Alexander Bruy
03:11 PM Revision 76104b51 (qgis): load style from the QML file with the same name as layer file name
for GeoPackages, CSV and SpatiaLite (fix #21691) Alexander Bruy
02:00 PM Revision a8889865 (qgis): [needs-docs][processing] Avoid field collision via optional prefix in o...
Makes for a more predictable collision avoidance, which
can be neccessary for some models.
Mathieu Pellerin - nIRV
01:33 PM Revision ca0b739e (qgis): Merge pull request #10090 from qgis/backport-10081-to-release-3_4
[Backport release-3_4] [maptips] restore wrapping of the long lines (fix #21388) Alexander Bruy
12:36 PM Revision a87b46be (qgis): QString -> QStringLiteral
Alexander Bruy
10:32 AM Revision dc6780a8 (qgis): Merge pull request #10082 from alexbruy/postgis-comment
[db_manager] apply comment to the correct column when altering table column (fix #21425) Alexander Bruy
10:24 AM Revision c87cde06 (qgis): Sibling of a520a4250fbf6b8166b9f24d1a2fa43d2050a695
Victor Olaya
10:24 AM Revision b670f19b (qgis): [processing] do not declare output of saveselectfeatures as points
It can be of any geometry type Victor Olaya
07:18 AM Revision 0b7e399a (qgis): Use proj to get crs bounds under proj 6
Nyall Dawson
05:38 AM Revision 38140866 (qgis): [maptips] restore wrapping of the long lines (fix #21388)
Alexander Bruy
02:32 AM Revision c16a98d5 (qgis): Also invalid QgsCoordinateReferenceSystem cache on qgis exit, fixes cra...
Nyall Dawson
02:27 AM Revision f6a8f37f (qgis): Sibling of 39e494b5d036ed1b9c5524233a1e68435f58975e
Nyall Dawson
02:27 AM Revision 56b16e62 (qgis): Fix (?) crash when filtering layer with attachment field
Fixes #21775 Nyall Dawson
02:24 AM Revision 227397f5 (qgis): Fix dxf export ignores multisurface geometry types
Fixes #21779 Nyall Dawson
02:24 AM Revision 888f34dc (qgis): Fix confusing memory management in dxf export
Nyall Dawson
02:24 AM Revision 9bf6917e (qgis): Fix test, don't use nonsensical ellipsoid
Nyall Dawson
02:24 AM Revision e49b07c7 (qgis): Never try to create a crs from an empty proj string, just shortcut and ...
Avoids proj warnings Nyall Dawson
02:24 AM Revision 8350ad67 (qgis): Correctly handle crs restoration after an invalid crs was written to xml
Nyall Dawson
02:24 AM Revision c8a6e104 (qgis): Update test results for proj6
Nyall Dawson

2019-05-23

01:26 AM Revision 332bfd80 (qgis): fix build
Mathieu Pellerin - nIRV
01:26 AM Revision 9809c1e4 (qgis): [effects] Fix blur radius not taking dpi into account (fixes #14885)
Mathieu Pellerin - nIRV
12:51 AM Revision e8a74f45 (qgis): [processing][needs-docs] allow to switch from batch dialog to single UI
(fix #16893) Alexander Bruy
12:45 AM Revision c1b97685 (qgis): [processing] do not export sdat files provided as part of a multiple ra...
fixes #22131 Victor Olaya
11:34 PM Revision ddea00ee (qgis): Fix confusing memory management in dxf export
Nyall Dawson
11:34 PM Revision 11f6ba8d (qgis): Fix dxf export ignores multisurface geometry types
Fixes #21779 Nyall Dawson
11:34 PM Revision f6844e03 (qgis): db-manager: Update input layer and table names
when selecting an external file
Fixes #22033 - wrong shapefile import
Alessandro Pasotti
11:32 PM Revision 94e13289 (qgis): [processing] do not export sdat files provided as part of a multiple ra...
fixes #22131 Victor Olaya
08:18 PM Revision eb8d42df (qgis): [processing] do not export sdat files provided as part of a multiple ra...
fixes #22131 Victor Olaya
08:18 PM Revision 145ea520 (qgis): Sibling of 178c826aa497686253ba05ea62c063f3d2b2e510
Victor Olaya
02:56 PM Revision f0f07907 (qgis): move QgsHighlight style setting in a static method (#10064)
Denis Rouzaud
02:43 PM Revision 03abf0e4 (qgis): [db_manager] apply comment to the correct column when altering table
column (fix #21425) Alexander Bruy
02:18 PM Revision 60867c17 (qgis): Sibling of 7a2151b4ecc08e78c37bae4fac534f606c07fbc7
Alexander Bruy
02:18 PM Revision 1d4a69d7 (qgis): [maptips] restore wrapping of the long lines (fix #21388)
Alexander Bruy
12:04 PM Revision 1802c529 (qgis): Merge pull request #10077 from elpaso/bugfix-22033-dbmanager-wrong-shp-...
db-manager: Update input layer and table names Alessandro Pasotti
11:46 AM Revision 83e6dd3e (qgis): [processing] fixed description of SAGA gaussian filter algorithm
Fixes #21797 Victor Olaya
10:58 AM Revision 386262e3 (qgis): db-manager: Update input layer and table names
when selecting an external file
Fixes #22033 - wrong shapefile import
Alessandro Pasotti
10:58 AM Revision 3df7f897 (qgis): db-manager: Update input layer and table names
when selecting an external file
Fixes #22033 - wrong shapefile import
Alessandro Pasotti
10:58 AM Revision de8be779 (qgis): Sibling of 3df7f897f6e2e128ef59c50fe27b077edbe613da
Alessandro Pasotti
09:58 AM Revision 37946131 (qgis): Fix rule based label/symbol renderers reset max scale for rules to
1:100000
And improve dox
Fixes #21845
Nyall Dawson
09:58 AM Revision 11715335 (qgis): [layouts] Avoid resetting column selection when restoring project
with an atttribute table set to the "atlas feature" source
Fixes #20538
(cherry picked from commit 810b522f4342e697...
Nyall Dawson
09:58 AM Revision fa2ae2fd (qgis): Abort symbol rendering early if render job is cancelled
Some symbol rendering operations take a long time, especially
if settings are accidentally ridiculous (e.g. changing ...
Nyall Dawson
09:58 AM Revision 76b29dc3 (qgis): If an error occurs while reading raster block data, don't return
corrupt data as a result. Instead, indicate explicitly that an
error occurred so that callers will fallback on approp...
Nyall Dawson
09:58 AM Revision 2e114ada (qgis): Add method to QgsRasterBlockFeedback to collect error messages
And append raster errors to rendering errors whenever encountered
(cherry picked from commit 60deffbfa8900a7dd02fe25...
Nyall Dawson
09:58 AM Revision dd3b7168 (qgis): fix build of grassrasterprovider
(cherry picked from commit fbd328982380be6d78786977364014efd2bceff4) Jürgen Fischer
09:58 AM Revision d16e693c (qgis): Merge pull request #10063 from elpaso/bugfix-22035-processing-pg-camel-...
Bugfix 22035 processing pg camel case schema Alessandro Pasotti
09:56 AM Revision bdbca5aa (qgis): Fix dxf export ignores multisurface geometry types
Fixes #21779 Nyall Dawson
09:56 AM Revision 2b35a3a9 (qgis): Sibling of bdbca5aa17a8ba4d4e3148712a4a5192c667b38c
Nyall Dawson
09:56 AM Revision 2c9c6652 (qgis): Fix confusing memory management in dxf export
Nyall Dawson
09:56 AM Revision 42e8926e (qgis): Sibling of c5beb0833161c65092f1e89f87bbde0e4f6045d9
Nyall Dawson
09:56 AM Revision d2a0eb2e (qgis): Fix dxf export ignores multisurface geometry types
Fixes #21779 Nyall Dawson
09:54 AM Revision 60090705 (qgis): update tests
Alexander Bruy
09:14 AM Revision bb567cd5 (qgis): Processing importintopostgis: Do not transform table name to lowercase
Alessandro Pasotti
09:13 AM Revision b071430b (qgis): Sibling of ab646c4d75c6eac3c37cfa6a284191040048ffe8
Alexander Bruy
09:13 AM Revision ab646c4d (qgis): [processing] split r.sun into two algorithms as it has mutually
exclusive options (fix #21637) Alexander Bruy
06:34 AM Revision f9810a45 (qgis): [effects] Fix blur radius not taking dpi into account (fixes #14885)
Mathieu Pellerin - nIRV
06:16 AM Revision 21705723 (qgis): Merge pull request #9859 from qgis/3nids-patch-1
add mac/development README Denis Rouzaud
06:02 AM Revision 6c5334e0 (qgis): Sibling of a41927a61b7dc2ec265c8e41abb2ccf36efa162f
Mathieu Pellerin - nIRV
05:31 AM Revision 3a48f181 (qgis): Merge pull request #10072 from 3nids/remove_old_code
remove old hack for Qt 4.8 Denis Rouzaud
04:55 AM Revision 7e788748 (qgis): Fix rule based label/symbol renderers reset max scale for rules to
1:100000
And improve dox
Fixes #21845
Nyall Dawson
04:50 AM Revision 282ad5fa (qgis): remove old hack for Qt 4.8
upstream issue has been fixed
see https://bugreports.qt.io/browse/QTBUG-40449
Denis Rouzaud
04:23 AM Revision 1dcd3a85 (qgis): [processing] use correct parent layer parameter in v.net.distance
algorithm (fix #22013) Alexander Bruy
02:37 AM Revision f01b9e4c (qgis): [processing] move "Split RGB bands" algorithm inside "Raster tools"
group to maintain consistency (fix #21849) Alexander Bruy
02:37 AM Revision e77eebb7 (qgis): [processing] use correct file extension in r.in.lidar.info (fix #21910)
Alexander Bruy
02:36 AM Revision ea6754cc (qgis): add missing group translation for Files and Paths, reordering
Etienne Trimaille
02:01 AM Revision b2839c42 (qgis): Sibling of 335754c557bf6befb1853f2e8e135087fa40e2b5
Nyall Dawson
02:01 AM Revision 2dea28fa (qgis): Fix rule based label/symbol renderers reset max scale for rules to
1:100000
And improve dox
Fixes #21845
Nyall Dawson

2019-05-22

01:47 AM Revision 9281e847 (qgis): Add missing dox to QgsRenderContext
Nyall Dawson
01:47 AM Revision 767ad36c (qgis): Mark render features methods as throwing QgsCsException, to allow it to...
Nyall Dawson
01:47 AM Revision 23e3a727 (qgis): Fix incorrect entries are added to coordinate transform cache
if crs cannot be represented as auth/id combo Nyall Dawson
01:45 AM Revision 88647ff5 (qgis): [processing] use correct parent layer parameter in v.net.distance
algorithm (fix #22013) Alexander Bruy
01:45 AM Revision dd8c5c16 (qgis): [processing] move "Split RGB bands" algorithm inside "Raster tools"
group to maintain consistency (fix #21849) Alexander Bruy
01:44 AM Revision bef58ac6 (qgis): [processing] use correct file extension in r.in.lidar.info (fix #21910)
Alexander Bruy
11:44 PM Revision 89d879c0 (qgis): Also invalid QgsCoordinateReferenceSystem cache on qgis exit, fixes cra...
Nyall Dawson
11:44 PM Revision 810b522f (qgis): [layouts] Avoid resetting column selection when restoring project
with an atttribute table set to the "atlas feature" source
Fixes #20538
Nyall Dawson
10:00 PM Revision fbd32898 (qgis): fix build of grassrasterprovider
Jürgen Fischer
06:28 PM Revision fd4895b9 (qgis): processing postgis connector quote indexes names
Alessandro Pasotti
06:27 PM Revision b3555abd (qgis): Merge pull request #10021 from 3nids/itembrowser_shortcut
add shortcuts to browse feature list Denis Rouzaud
06:18 PM Revision d3ce0a0d (qgis): 🐠 -> 💃 (cuttlefish->disco)
Denis Rouzaud
06:16 PM Revision a4187a7a (qgis): Tests for case sensistive pg schema
Alessandro Pasotti
06:15 PM Revision ad24b876 (qgis): Add missing error class and quote identifiers
Fixes #22035 - case sensitive schema Alessandro Pasotti
06:08 PM Revision 951baddc (qgis): try to use more files for SIP code
Denis Rouzaud
06:00 PM Revision 23b1580c (qgis): register shortcuts globally
Denis Rouzaud
04:16 PM Revision 1e695c45 (qgis): use [] and {} for shortcuts
Denis Rouzaud
03:57 PM Revision 4eb3169e (qgis): [processing] move "Split RGB bands" algorithm inside "Raster tools"
group to maintain consistency (fix #21849) Alexander Bruy
03:57 PM Revision 8cdf4e08 (qgis): Sibling of 0e9144cd2a6528c9ebfd6560c32746272b0044eb
Alexander Bruy
03:49 PM Revision e45f015c (qgis): [processing] use correct file extension in r.in.lidar.info (fix #21910)
Alexander Bruy
03:49 PM Revision aedf8694 (qgis): Sibling of 49ce3fd981d0c98affea2f216454582edbd8e894
Alexander Bruy
03:15 PM Revision 37036a5e (qgis): [processing] use correct parent layer parameter in v.net.distance
algorithm (fix #22013) Alexander Bruy
03:15 PM Revision 88e1fffe (qgis): Sibling of 30c20483b3c13c07bf8a0c59a71e9ebc88e8c03c
Alexander Bruy
01:45 PM Revision 10f6c8d0 (qgis): Merge pull request #9833 from pblottiere/create_image
[server] Sanitise image creation Paul Blottiere
11:01 AM Revision 86f35e8b (qgis): Merge pull request #10047 from elpaso/bugfix-22071-relation-reference-i...
Fix identify on map in relation reference widget Alessandro Pasotti
10:43 AM Revision bb0d4499 (qgis): Abort symbol rendering early if render job is cancelled
Some symbol rendering operations take a long time, especially
if settings are accidentally ridiculous (e.g. changing ...
Nyall Dawson
10:26 AM Revision 4e0a90a3 (qgis): Image proportion when filter geom is defined
Paul Blottiere
09:49 AM Revision b18731bc (qgis): fix windows build on x86
Jürgen Fischer
08:51 AM Revision ad019c49 (qgis): Remove raw string (not necessary here)
Alessandro Pasotti
06:17 AM Revision 7df9df03 (qgis): Title case gdal profile combobox items
Harrissou Santanna
06:16 AM Revision 00972e01 (qgis): Title case the resampling options
Harrissou Santanna
06:16 AM Revision 48f837a3 (qgis): [needs-docs] Harmonize display of GDAL build vrt options
Harrissou Santanna

2019-05-21

12:24 AM Revision db6a158a (qgis): Sibling of e9284b88fc1dd39e3411b0eca710263d6668c322
Nyall Dawson
11:16 PM Revision 68c3a3b1 (qgis): Sibling of 691c5b108b548d39c39207bbb50c23f15f603d07
Nyall Dawson
11:12 PM Revision 7cba36bc (qgis): Ensure NULL item shows before field names in expression builder, instea...
Nyall Dawson
11:12 PM Revision e23ceaa8 (qgis): Mark render features methods as throwing QgsCsException, to allow it to...
Nyall Dawson
11:12 PM Revision d8a5dfef (qgis): Add missing dox to QgsRenderContext
Nyall Dawson
10:34 PM Revision 8b7489ed (qgis): update Travis to build on Trusty for code layout (#10048)
* update Travis to build on Trusty for code layout
* fix shellcheck replace ! -z by -n
* shellcheck: fix -n doesn'...
Denis Rouzaud
10:09 PM Revision 4bb25328 (qgis): Sibling of 5cb1bb9f68c107e7b31265ca2c1f368169e669b8
Nyall Dawson
10:09 PM Revision 763c7478 (qgis): Also invalid QgsCoordinateReferenceSystem cache on qgis exit, fixes cra...
Nyall Dawson
09:29 PM Revision 177ab835 (qgis): cosmic > disco leftovers
Denis Rouzaud
09:13 PM Revision 4f3a9f46 (qgis): update Travis to build on Trusty for code layout (#10048)
* update Travis to build on Trusty for code layout
* fix shellcheck replace ! -z by -n
* shellcheck: fix -n doesn'...
Denis Rouzaud
09:04 PM Revision f1384c2c (qgis): Add missing dox to QgsRenderContext
Nyall Dawson
08:59 PM Revision cbc13fd3 (qgis): Sibling of de9491887a6fac642115bfe01e6cba2e1e961ed4
Denis Rouzaud
08:49 PM Revision 2cc04c27 (qgis): fix installing tzdata on Docker again
Denis Rouzaud
08:40 PM Revision e614942a (qgis): Mark render features methods as throwing QgsCsException, to allow it to...
Nyall Dawson
08:40 PM Revision b3ce3c9e (qgis): Sibling of 280f792837ae59095f34543bbfc1e9adb91d8fe3
Nyall Dawson
08:26 PM Revision ac25ee2a (qgis): fix installing tzdata on Docker
Denis Rouzaud
07:46 PM Revision 230c62fa (qgis): If an error occurs while reading raster block data, don't return
corrupt data as a result. Instead, indicate explicitly that an
error occurred so that callers will fallback on approp...
Nyall Dawson
07:46 PM Revision 60deffbf (qgis): Add method to QgsRasterBlockFeedback to collect error messages
And append raster errors to rendering errors whenever encountered Nyall Dawson
07:45 PM Revision e5ab06ff (qgis): Add missing function group help
Nyall Dawson
07:44 PM Revision 026cb0e0 (qgis): update alternative Docker image from Cosmic to Disco (#10046)
Denis Rouzaud
07:44 PM Revision 5fd9bc64 (qgis): Fix incorrect entries are added to coordinate transform cache
if crs cannot be represented as auth/id combo Nyall Dawson
07:43 PM Revision 9222f23c (qgis): Reset proj error before attempting transforms, avoids older errors
contaminating result of transform Nyall Dawson
07:43 PM Revision cf91c09c (qgis): Fix rendering polys/lines with reprojection errors under proj 6
Nyall Dawson
07:43 PM Revision a5e72c2c (qgis): Update test result for proj 6
Nyall Dawson
07:09 PM Revision 2b14dacd (qgis): Fix identify on map in relation reference widget
Fixes #22071 - Relation reference widget wrong feature when "on map identification" Alessandro Pasotti
07:09 PM Revision 1789d6e2 (qgis): Sibling of 2b14dacd51ca98061d7f14877df74006fd52e5c4
Alessandro Pasotti
07:00 PM Revision 3b837611 (qgis): update alternative Docker image from Cosmic to Disco
Denis Rouzaud
03:16 PM Revision 1c37099b (qgis): Fixes compilation
Paul Blottiere
03:16 PM Revision fe856d69 (qgis): Move map size computation in context
Paul Blottiere
03:16 PM Revision 69e02240 (qgis): const
Paul Blottiere
03:16 PM Revision f5426514 (qgis): Rename methods
Paul Blottiere
03:16 PM Revision dabd3dc9 (qgis): Update tests
Paul Blottiere
03:16 PM Revision 2d0aa355 (qgis): Remove unused methods
Paul Blottiere
03:16 PM Revision 0c77b9e2 (qgis): Add doc
Paul Blottiere
03:16 PM Revision 5221937f (qgis): Check width/height values in context
Paul Blottiere
03:16 PM Revision 0384f233 (qgis): Removes duplicated code
Paul Blottiere
01:31 PM Revision 5cd8cb64 (qgis): Ensure NULL item shows before field names in expression builder, instea...
Nyall Dawson
01:31 PM Revision 1f0fbd10 (qgis): [RPM] Fix a dependency on older Fedora releases
Daniele Viganò
11:25 AM Revision 58c82c36 (qgis): Merge pull request #10035 from daniviga/master
[RPM] Fix a dependency on older Fedora releases Matthias Kuhn
11:14 AM Revision 289e72dc (qgis): Adjust precision of some processing tests to allow them to pass under p...
Nyall Dawson
11:14 AM Revision 4786b3ea (qgis): Update test result for proj 6
Nyall Dawson
11:14 AM Revision fea12d5f (qgis): Adjust test result for proj 6
Nyall Dawson
11:14 AM Revision c52b1d77 (qgis): Fix resolution of bound crs proj strings to auth/code
Nyall Dawson
11:14 AM Revision eafd7872 (qgis): QgsCoordinateReferenceSystem::fromEpsgId worked with ESRI codes
on pre proj6 builds, so keep compatibility with that under proj6 Nyall Dawson
11:14 AM Revision 92691f9f (qgis): Add comment for myself
Nyall Dawson
11:05 AM Revision 81aa5f63 (qgis): Merge pull request #10032 from elemoine/backport-10010-to-release-3_4
[server] Support FILTER values with colons. backport of #10010 Paul Blottiere
07:19 AM Revision 20ed28da (qgis): [processing] Move the new XYZ algorithms under the raster tools group
Mathieu Pellerin - nIRV
06:54 AM Revision 0f1ecb62 (qgis): Fix incorrect entries are added to coordinate transform cache
if crs cannot be represented as auth/id combo Nyall Dawson
06:54 AM Revision 96ce7fc5 (qgis): Sibling of 385cc6512730efaa49142f7d001db3fcc4e7e786
Nyall Dawson
04:51 AM Revision cdfe7bc3 (qgis): Fix all layers are force redrawed whenever a filter is changed in any
Nyall Dawson
04:14 AM Revision e5f17ee7 (qgis): Sibling of 7af70b9159958ad93159ece49d19367c01f14068
Nyall Dawson
04:14 AM Revision 7cd2483c (qgis): Ensure NULL item shows before field names in expression builder, instea...
Nyall Dawson
03:56 AM Revision 7c4af495 (qgis): Sibling of 03a21e146f987d4a7b2ad301609190a39ebc031f
Nyall Dawson

2019-05-20

07:51 PM Revision c698ba77 (qgis): Expression builder: show represented values in preview
Instead of only showing the raw values, show also the represented values in the expression builder in the list values... Matthias Kuhn
07:18 PM Revision e6094283 (qgis): Merge pull request #9991 from rldhont/server-handle-bad-layers-release-3_4
[Server] Handle bad layers at QGIS project laoding and throw exception René-Luc ReLuc
06:02 PM Revision 3fd399dc (qgis): Fix export raster as GPKG
Fixes #20848
Test added for internal functions because the main functionality
is in app.
Partially reverts 006b130e...
Alessandro Pasotti
06:02 PM Revision e54e9ff9 (qgis): Sibling of 3fd399dc59bfca2526757de9ff1feb7fd8c84825
Alessandro Pasotti
05:33 PM Revision f7722e3f (qgis): [RPM] Fix a dependency on older Fedora releases
Daniele Viganò
05:33 PM Revision 8aa8c49d (qgis): [RPM] Fix a dependency on older Fedora releases
Daniele Viganò
05:33 PM Revision c9a57959 (qgis): Sibling of f7722e3ff69e4ba0eaf9412c475e0b926ea84e3e
Daniele Viganò
05:03 PM Revision 10db3079 (qgis): [Server] Handle bad layers at QGIS project laoding and throw exception
This commit return exceptions if a layer is not available like other servers (e.g. UMN) and prevents caching of proje... René-Luc ReLuc
05:02 PM Revision 8e57dad1 (qgis): Fix inconsistent use of layout render context flags
Nyall Dawson
05:02 PM Revision ea5bcdc6 (qgis): Add unit-tests to avoid regression in Server printing to PDF output format
In QGIS 3.4, Selection can be printed in Image output and not in PDF or SVG output.
A fix has been done 2752f83 to f...
René-Luc ReLuc
04:01 PM Revision ad4b3d21 (qgis): update help yaml
matteo ghetta
02:26 PM Revision 34f02327 (qgis): do suggestions
matteo ghetta
11:09 AM Revision eb2f3b33 (qgis): Mention xvfb-run in tests/README.md
Éric Lemoine
11:09 AM Revision 7a6c17ae (qgis): Support FILTER values with colons
Éric Lemoine
10:09 AM Revision 284f5d56 (qgis): Merge pull request #10010 from elemoine/ele_filter
[server] Support FILTER values with colons Paul Blottiere
09:25 AM Revision 7132cf3b (qgis): [ui] Improve UX by adding an original source label when changing / upda...
Mathieu Pellerin - nIRV
08:39 AM Revision 98845e57 (qgis): Don't show a 'invalid layer source' warning if a user opens a multi-layer
vector file, but then chooses not to actually add any layers from the file Nyall Dawson
06:58 AM Revision 920676b1 (qgis): Fix all layers are force redrawed whenever a filter is changed in any
Nyall Dawson
06:34 AM Revision 000cecd5 (qgis): Sibling of 9d1649cff4f9d675380953426eb4df44bf3fe1fd
Nyall Dawson
06:17 AM Revision eed742ad (qgis): Fix all layers are force redrawed whenever a filter is changed in any
Nyall Dawson
05:57 AM Revision c35d898c (qgis): Fix incorrect mapping of auth id pairs to old QGIS srs db id
Because the old qgis internal db was seriously messed up and
has all the ESRI authorities tagged incorrect as EPSG.
Nyall Dawson
05:57 AM Revision 0c055682 (qgis): Update a test result for proj 6
Nyall Dawson
05:57 AM Revision c16e5eec (qgis): Fix a crash under proj 6
Nyall Dawson
05:56 AM Revision bf13d09d (qgis): Revert "postgres provider: performance improvements when loading layers"
This reverts commit 2220b86e2e3d26a84b7533cb6c4fb0ee87d7fdc4.
The commit broke existing unit tests
Nyall Dawson
05:19 AM Revision bfe746d2 (qgis): Make data type option translatable in GDAL algorithms dialog
Harrissou Santanna
03:39 AM Revision 2369e06b (qgis): changed shortcuts to CTRL+ALT+arrow
Denis Rouzaud

2019-05-19

01:05 AM Revision 2220b86e (qgis): postgres provider: performance improvements when loading layers
Jürgen Fischer
01:05 AM Revision ac5e9457 (qgis): translation string fixes
Jürgen Fischer
12:53 AM Revision 4c41819e (qgis): Fix option label for GDAL ADDO resampling method
Harrissou Santanna
12:53 AM Revision 94cb8549 (qgis): Title case the options
Harrissou Santanna
12:52 AM Revision bd2fc75f (qgis): [needs-docs] Harmonize display of GDAL build vrt options
Harrissou Santanna
12:52 AM Revision 6e5976e6 (qgis): Title case the resampling options
Harrissou Santanna
12:52 AM Revision 71573bdc (qgis): [oauth2] Verify replies still exist and attribute gets are valid
Fixes unreported crash, due to access on nonexistent replies. Larry Shaffer
12:51 AM Revision 491ca331 (qgis): Make data type option translatable in GDAL algorithms dialog
Harrissou Santanna
11:59 PM Revision e9977370 (qgis): Avoid unnecessary calculations in SVG fill symbol cloning
Minor speed boost Nyall Dawson
11:03 AM Revision 83cbe24b (qgis): Merge pull request #10025 from m-kuhn/sip_force
Use SIP_FORCE Matthias Kuhn
09:47 AM Revision d03714b0 (qgis): Use SIP_FORCE
Matthias Kuhn
09:29 AM Revision 03faaa3e (qgis): Merge pull request #9988 from olivierdalang/cad-floater-squashed
floating widget for advanced input next to the cursor Matthias Kuhn

2019-05-18

10:15 PM Revision bb3c5071 (qgis): use global shortcuts
Denis Rouzaud
11:34 AM Revision 6d9b40f6 (qgis): add TMS (fix #21987)and HTML output (fix #21991) for tilesxyz. Split to...
Peter Petrik
09:36 AM Revision 8a3c7b14 (qgis): Merge pull request #10023 from sebastic/no-revision
Don't include revision in sources. Matthias Kuhn

2019-05-17

05:22 PM Revision eedc582d (qgis): [oauth2] Verify replies still exist and attribute gets are valid
Fixes unreported crash, due to access on nonexistent replies. Larry Shaffer
04:47 PM Revision 2628c480 (qgis): Don't include revision in sources.
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases sig...
Bas Couwenberg
01:00 PM Revision 0c5774c0 (qgis): Release of 3.6.3
Jürgen Fischer
01:00 PM Revision 04ee8e07 (qgis): Release of 3.4.8
Jürgen Fischer
09:03 AM Revision 3ec75398 (qgis): Sibling of 6d88057a5d14957fdecdb1b1e4c1e87480224d2d
Harrissou Santanna
09:03 AM Revision 6771a814 (qgis): Make data type option translatable in GDAL algorithms dialog
Harrissou Santanna
08:06 AM Revision 17000a4b (qgis): use combineField and handle exceptions better
matteo ghetta
08:01 AM Revision 92ea2a5e (qgis): [ui] Revamp the svg/raster marker size widgets placement
Benefits are:
- data-defined width and height properties button closer to
width and height spinboxes
- minimum hori...
Mathieu Pellerin - nIRV
07:07 AM Revision 6ca1b309 (qgis): [ui] Prevent font combobox widgets from taking much minimum width
Mathieu Pellerin - nIRV
06:19 AM Revision 395a82bd (qgis): [ui] Harmonize effects stack properties to match revamped symbol selector
Mathieu Pellerin - nIRV
06:19 AM Revision 13ec10e1 (qgis): [ui] Revamp the symbol selector preview / layer tree / buttons
Mathieu Pellerin - nIRV
06:10 AM Revision 7219835a (qgis): add shortcuts to browse feature list
Denis Rouzaud

2019-05-16

12:21 AM Revision 943c7d5d (qgis): [Processing] Define boolean output
In processing, if an algorithm has a boolean as an output, it cannot be defined as boolean but as a number.
To be mo...
René-Luc ReLuc
02:22 PM Revision 4a6bc7d7 (qgis): Merge pull request #10019 from m-kuhn/revert-qgz-attachments
Revert "Merge pull request #10002 from m-kuhn/qgz-attachments" Matthias Kuhn
01:15 PM Revision 00d31f60 (qgis): Revert "Merge pull request #10002 from m-kuhn/qgz-attachments"
This reverts commit 0804e342c863455fe7114e4fa84d8b9931656f8c, reversing
changes made to e07741f00b7d69cada35521f10d37...
Matthias Kuhn
12:32 PM Revision aa2aed9e (qgis): [feature][needs-doc] format strings
matteo ghetta
11:52 AM Revision c09d39ef (qgis): Mention xvfb-run in tests/README.md
Éric Lemoine
11:52 AM Revision b0ae641b (qgis): Support FILTER values with colons
Éric Lemoine
11:52 AM Revision 0ecd0f29 (qgis): Sibling of b0ae641b066aff175fa47e5d2999cbe3f6bbb188
Éric Lemoine
10:40 AM Revision b9929994 (qgis): [git] Further tweak .mailmap
[ci skip] Sandro Santilli
09:59 AM Revision d546053e (qgis): [ui] Further tweaks to browser feature list toolbar:
- use dedicated icons (avoids confusion with pan/zoom to selected features)
- use even spacing across the row (looks ...
Mathieu Pellerin - nIRV
09:53 AM Revision 0804e342 (qgis): Merge pull request #10002 from m-kuhn/qgz-attachments
Allow adding attachments in qgz files Matthias Kuhn
09:52 AM Revision e07741f0 (qgis): Merge pull request #10011 from m-kuhn/save_to_templates
Add save to templates button Matthias Kuhn
09:30 AM Revision a2aaf60c (qgis): Merge pull request #10014 from elpaso/qjson-nlohmann-followup
Install json_fwd.hpp header Matthias Kuhn
08:53 AM Revision cfc78c4b (qgis): [git] Map [email protected] to [email protected] for git shortlog
Sandro Santilli
08:20 AM Revision 92fe9bc2 (qgis): [ui] Follow up tweaks to browser feature list toolbar feature:
- use tool button autoRaise=true look consistently
- rework first/previous/next/last arrow svg (and compress)
- upper...
Mathieu Pellerin - nIRV

2019-05-15

01:32 AM Revision a73483ac (qgis): Sibling of 115de2ec2c3e210aa1cfb74a81fc995ca823bdd5
Harrissou Santanna
09:58 PM Revision 3017c7a1 (qgis): qgis server: track timestamps of remote projects
Jürgen Fischer
09:46 PM Revision 5f5340a2 (qgis): place double arrows in same order in icon
Denis Rouzaud
09:43 PM Revision 053f54c3 (qgis): Merge pull request #9992 from 3nids/itembrowser
allow browsing feature list in feature mode Denis Rouzaud
09:41 PM Revision 3b875a76 (qgis): reorganize buttons, reduce font size
Denis Rouzaud
07:56 PM Revision 1e5d2f0b (qgis): (trying to fix travis build)
Olivier Dalang
06:36 PM Revision 90d40d5b (qgis): Install json_fwd.hpp header
Alessandro Pasotti
06:29 PM Revision 7df31637 (qgis): Merge pull request #10013 from elpaso/wfs3-ogr-client-fix
Fix WFS3 OGR build URI Alessandro Pasotti
06:09 PM Revision 5b6dd739 (qgis): add missing docstring
with sip_include.sh Olivier Dalang
05:30 PM Revision a3d40559 (qgis): Fix WFS3 OGR build URI
Alessandro Pasotti
04:14 PM Revision cd5afc4a (qgis): remove plugin from header
matteo ghetta
03:11 PM Revision 81771ddd (qgis): Ask for template name if missing
Matthias Kuhn
02:33 PM Revision 4163be67 (qgis): unstable API notice
Olivier Dalang
01:52 PM Revision f680466b (qgis): [FEATURE] add toolbar in attribute table to browse feature list
arrows allow browsing the feature list in the attribute table in form view
the current edited feature can be highligh...
Denis Rouzaud
01:52 PM Revision c0a0f7d6 (qgis): add first/last buttons
Denis Rouzaud
01:52 PM Revision 546ede43 (qgis): move the toolbar to the bottom
Denis Rouzaud
01:44 PM Revision 8de4006d (qgis): fix spelling
matteo ghetta
01:33 PM Revision 8a24d14a (qgis): Add save to templates button
Matthias Kuhn
01:30 PM Revision d32a319d (qgis): prepare commit & coding style
Olivier Dalang
01:29 PM Revision 9029d7e6 (qgis): better floater display (also for dark backgrounds)
Olivier Dalang
01:29 PM Revision 04d7e2af (qgis): fix behaviour on focusOut and textEdited
it now matches exactly (i think) the dockwidget's behaviour Olivier Dalang
01:05 PM Revision d9a6778b (qgis): astyle and other fixes
matteo ghetta
11:43 AM Revision 607664c5 (qgis): Merge pull request #10006 from m-kuhn/q_unused
Unused ; in Q_UNUSED Matthias Kuhn
11:03 AM Revision baea3bcd (qgis): format strings
matteo ghetta
10:58 AM Revision 9b3b61a0 (qgis): after first review
matteo ghetta
09:54 AM Revision 4d6fbd3f (qgis): Remove unrequired ;
and make clang-tidy a bit more smiley Matthias Kuhn
09:34 AM Revision 1bd4ab08 (qgis): Fix see also links
Matthias Kuhn
08:21 AM Revision a55c25bb (qgis): Allow adding attachments in qgz files
Matthias Kuhn
08:18 AM Revision b3a8d8f3 (qgis): after review
matteo ghetta
08:18 AM Revision 4ca3935f (qgis): [feature[ Processing Climb along lines algorithm
matteo ghetta
 

Also available in: Atom