Activity

From 2018-11-19 to 2018-12-18

2018-12-18

10:29 PM Revision 32e844f9 (qgis): fix multiline comments on out params
Denis Rouzaud
10:17 PM Revision edfb7e14 (qgis): run sipify
Denis Rouzaud
10:17 PM Revision 9b852fbf (qgis): [sipify] handles SIP_OUT arguments
remove them from parameters list and add them to return values Denis Rouzaud
10:09 PM Revision 03222c82 (qgis): fix typo
David Signer
08:22 PM Revision 514c5e2a (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPol...
is called on non-single-polygon geometries
Previously we would just return an empty list when geometries of invalid
...
Nyall Dawson
08:21 PM Revision 34902172 (qgis): [FEATURE][expression] Enable use of square brackets to access map and a...
Allows expressions like:
- array(1,2,3)[0] -> 1
- array(1,2,3)[2] -> 3
- array(1,2,3)[-1] -> 3 (Python style, negati...
Mathieu Pellerin - nIRV
08:21 PM Revision 06d5f924 (qgis): More square brackets
Nyall Dawson
06:37 PM Revision 35c0d24a (qgis): store plain if not valid
David Signer
06:32 PM Revision 40c6896f (qgis): check for GDAL Version and exclude by ifdef
David Signer
06:32 PM Revision 07d9d1db (qgis): Fix views query tables in spatialite
There is still an old issue: views are only available
through DB manager.
Fixes #20674 - again
- Life is really sim...
Alessandro Pasotti
05:15 PM Revision c5011df2 (qgis): [locator] split words to get more results in all features locator filter
Denis Rouzaud
05:04 PM Revision 08965487 (qgis): Double escape for JSON and C++
Matthias Kuhn
05:03 PM Revision 498d51e2 (qgis): Merge pull request #8701 from m-kuhn/fixSingleLayerErrorsBackport
Allow saving a layer after fixing invalid geometries Matthias Kuhn
02:57 PM Revision 10140b1e (qgis): Fix JSON escaping
Matthias Kuhn
02:54 PM Revision 2b5830ec (qgis): Function help improvements
Matthias Kuhn
02:21 PM Revision 13de14a1 (qgis): Merge pull request #8663 from qgis/m-kuhn-patch-1
Hint where to find select features method Matthias Kuhn
02:20 PM Revision 7a893944 (qgis): Fix typo
Matthias Kuhn
02:18 PM Revision d3a1285f (qgis): Function help improvements
Matthias Kuhn
01:47 PM Revision 47fe5068 (qgis): [FEATURE] Add decode_uri expression function
This function takes a layer parameter and an optional uri part parameter.
It will return details about the data sourc...
Matthias Kuhn
01:47 PM Revision 3cee54cf (qgis): Fix function help json
Matthias Kuhn
01:47 PM Revision 65e60d17 (qgis): Add `path` to `layer_property` expression function
Matthias Kuhn
01:47 PM Revision 84584012 (qgis): Add docs and tests for decode_uri
Matthias Kuhn
01:47 PM Revision 7b876d81 (qgis): Fix test
Matthias Kuhn
01:38 PM Revision f8fb565f (qgis): Allow saving a layer after fixing invalid geometries
Matthias Kuhn
01:32 PM Revision a12bc5f8 (qgis): Merge pull request #8694 from m-kuhn/gap_check_implicit_sharing
More implicit sharing of geometries Matthias Kuhn
01:32 PM Revision d6f43455 (qgis): Merge pull request #8693 from m-kuhn/raii_qgscoordinatetransform
RAII for QgsCoordinateTransform locking Matthias Kuhn
01:32 PM Revision 1e34e75d (qgis): Merge pull request #8692 from m-kuhn/fixSingleLayerErrors
Allow saving a layer after fixing invalid geometries Matthias Kuhn
09:33 AM Revision de12239b (qgis): adding and removing json attributes
David Signer
09:11 AM Revision 7c0b68a9 (qgis): Fix broken select/identify by polygon when layer CRS <> canvas CRS
Fixes #20786 Nyall Dawson
09:11 AM Revision 7d648e5b (qgis): Improve Python __repr__ handling for null geometries
Also avoid massive long __repr__ strings for complex geometries,
as these can flood the Python console (and first aid...
Nyall Dawson
08:27 AM Revision d072a132 (qgis): add MDAL formats info to README
Peter Petrik
06:32 AM Revision 089a2f1c (qgis): [FEATURE][layouts] Add new setting to control whether map items
should show partial labels
Layout map items no longer respect the default project setting
for "show partial labels",...
Nyall Dawson
01:31 AM Revision cdd23e66 (qgis): [needs-docs][layouts] Move pushbutton actions for map items up to
a toolbar in the map item properties panel
This moves the
- refresh preview
- set to map canvas extent
- view extent...
Nyall Dawson
01:31 AM Revision 524bc797 (qgis): Move labeling settings button to map item toolbar
Nyall Dawson
01:31 AM Revision 1b982474 (qgis): Create icons for layout map item toolbar actions
Mathieu Pellerin - nIRV
01:31 AM Revision 75b7d141 (qgis): [FEATURE][layouts] Add actions in map item properties to set map item
scale to match main canvas scale, and to set main canvas scale to
match map's scale
These mirror the existing settin...
Nyall Dawson
01:10 AM Revision f834a7e2 (qgis): [ogr] Fix conversion of boolean values
Fixes #20290
(cherry picked from commit 645ca2b3510b4226b509a05c212170748bea51e3)
Nyall Dawson
01:10 AM Revision 5edf4821 (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPol...
is called on non-single-line geometries
Previously we would just return an empty list when geometries of invalid
typ...
Nyall Dawson
01:10 AM Revision 28f31239 (qgis): Add icon field boolean field type
(cherry picked from commit 0295d9ca3f695ca77e5d01444706e162fe2574a9) Nyall Dawson
01:10 AM Revision 904c7975 (qgis): [processing] Fix pixel centroids along lines handling of null geometries
(cherry picked from commit 9e1bf68902e990d1806185a3550856a4d064af89) Nyall Dawson
01:10 AM Revision 7a366a64 (qgis): [processing] Add API to set default unit to distance parameters
Otherwise the API forces use of a corresponding CRS parameter in
order to determine the relevant distance unit, but t...
Nyall Dawson

2018-12-17

07:39 PM Revision 5acd7ffa (qgis): [processing] Add API to set default unit to distance parameters
Otherwise the API forces use of a corresponding CRS parameter in
order to determine the relevant distance unit, but t...
Nyall Dawson
07:38 PM Revision 9e1bf689 (qgis): [processing] Fix pixel centroids along lines handling of null geometries
Nyall Dawson
07:38 PM Revision d1e9ce1f (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPol...
is called on non-single-line geometries
Previously we would just return an empty list when geometries of invalid
typ...
Nyall Dawson
07:37 PM Revision 645ca2b3 (qgis): [ogr] Fix conversion of boolean values
Fixes #20290 Nyall Dawson
07:37 PM Revision e2c482e5 (qgis): [FEATURE] Allow creation of boolean fields when creating a new GPKG table
Booleans are supported by GPKG, so we should expose this functionality Nyall Dawson
07:37 PM Revision 0295d9ca (qgis): Add icon field boolean field type
Nyall Dawson
07:37 PM Revision 4131e0b3 (qgis): [layouts] Fix selected items appear in bold in all widgets
instead of just the items list panel
E.g. we don't want selected items to show in bold in the item
combo boxes
Nyall Dawson
05:41 PM Revision d77c74a2 (qgis): More implicit sharing of geometries
Because massive cloning preemptively only makes sense when you want to fight the universe like in star wars. Matthias Kuhn
05:26 PM Revision 1730a40a (qgis): RAII for QgsCoordinateTransform locking
I experienced a freeze where the main thread was stuck in QgsCoordinateTransformPrivate::freeProj(), waiting for a wr... Matthias Kuhn
04:52 PM Revision 0cb29004 (qgis): Allow saving a layer after fixing invalid geometries
Matthias Kuhn
04:26 PM Revision 7dbd7a11 (qgis): basic tests for json writing
David Signer
02:18 PM Revision bebc34b4 (qgis): Merge pull request #8689 from m-kuhn/prevent_crash
Safety guard to prevent crashes Matthias Kuhn
02:12 PM Revision cbe7ac65 (qgis): Merge pull request #8687 from daniviga/rpm-fixes
[RPM] Improve RPM packaging Matthias Kuhn
12:01 PM Revision e4d49053 (qgis): add support for browser dialog for mesh layer extensions too
Peter Petrik
12:01 PM Revision 8b542c8a (qgis): Update to MDAL 0.1.2
Peter Petrik
12:01 PM Revision 39d168c0 (qgis): fix travis build for mdal
Peter Petrik
12:01 PM Revision 64b81bd9 (qgis): use file filters from MDAL
Peter Petrik
11:50 AM Revision e7166021 (qgis): [processing] add QgsProcessingParameterMeshLayer parameter
Peter Petrik
10:35 AM Revision 6f639577 (qgis): Safety guard to prevent crashes
Matthias Kuhn
09:43 AM Revision 69298527 (qgis): Run sipify
Matthias Kuhn
08:36 AM Revision a7949920 (qgis): [RPM] Add support for HDF5
[RPM] Do not make qgis-server depend on httpd
[RPM] Add an Nginx configuration example
[RPM] Update server readme and...
Daniele Viganò
04:46 AM Revision 5f8870ac (qgis): [processing][SAGA] Fix output type of Zonal Grid Stats alg
and add unit test
Fixes #20815
(cherry picked from commit c7cb5a8e3ba014063e54d7e41c3116c11e23fdd5)
Nyall Dawson
01:50 AM Revision c7cb5a8e (qgis): [processing][SAGA] Fix output type of Zonal Grid Stats alg
and add unit test
Fixes #20815
Nyall Dawson

2018-12-15

12:45 AM Revision 06c5beed (qgis): [processing] Fix error when running delete duplicate geometries and
some input features have null geometries
Fixes #20788
(cherry picked from commit 82c13bdde0ef447280cc299b6c48bbd4c8...
Nyall Dawson
12:45 AM Revision 489f32d8 (qgis): [processing] Throw error when attempting to use Distance Matrix with
multipoint datasets
There's no single approach to use for multi-point inputs, so instead
of overloading this algorit...
Nyall Dawson
12:45 AM Revision c8a7e4d6 (qgis): [needs-docs][ux] Remove custom group box styling and option for QGIS st...
This setting is causing issues on newer operating systems, e.g. MacOS
on dark themes. It's a 6 year old workaround fo...
Nyall Dawson
12:45 AM Revision abbd4d08 (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPoi...
is called on non-single-point geometries
Previously we would just return QgsPointXY(0,0) when geometries of invalid
...
Nyall Dawson
12:45 AM Revision 8c80ff59 (qgis): Dox++
(cherry picked from commit 44bbf1f137feeb7fd4f531005be50e21a98a7f1e) Nyall Dawson
12:45 AM Revision 9c47d99a (qgis): fix function call in example
(cherry picked from commit 1c74e0b04d18248947f5b995358ea096ebaf7b03) Harel Dan
12:45 AM Revision 8ef88e52 (qgis): Correct the column hide/show status that was not saved anymore
(cherry picked from commit 8446119aaa77c167d273a6720924d28055e3ab14) Julien Cabieces
12:45 AM Revision c4c793a8 (qgis): [layouts] Fix first background map render can never be canceled
and must always complete
This fixes an issue where map items appear to get "stuck" showing the
"Rendering map" text ...
Nyall Dawson
10:44 PM Revision 31699773 (qgis): Improve a few decoration dialog .ui files
(cherry picked from commit 0b19aab50e06e77d00b566ae0c8d45d18511f497) Mathieu Pellerin - nIRV
02:54 PM Revision 1ff3ddc6 (qgis): Merge pull request #8676 from elpaso/bugfix-20674-dbmanager-aliased-2
fix spatialite aliased, nested, joined queries Alessandro Pasotti
11:08 AM Revision e83e7940 (qgis): spatialite: Add more test cases for table names with spaces
Alessandro Pasotti
09:26 AM Revision 8a0a7456 (qgis): Merge pull request #8677 from troopa81/hidden_column
Correct the column hide/show status that was not saved anymore Alessandro Pasotti
02:28 AM Revision 4252aabe (qgis): [FEATURE][API] Add option to specify a custom boundary geometry
in QgsMapSettings to restrict where labels are allowed to be placed
within.
If set, this overrides the default behav...
Nyall Dawson
02:28 AM Revision 35855b88 (qgis): [FEATURE][API] Add API to set a margin for labels for layout map items
This controls how close labels are permitted to the edges of the map
item. The labeling engine will then try other ca...
Nyall Dawson
02:28 AM Revision 8d7e21fc (qgis): Test mask updates
Nyall Dawson
02:28 AM Revision ed25a3e2 (qgis): [FEATURE][layouts] Add setting for label margin for map items
This setting allows per-map control of how close labels are permitted
to be placed to the map item's edges.
Sizes ca...
Nyall Dawson
02:28 AM Revision d8eac479 (qgis): [FEATURE][API] Add method to QgsMapSettings for specifying label blocki...
These represent areas of the map where NO labels should be placed Nyall Dawson
02:28 AM Revision cd762da8 (qgis): Doxygen
Nyall Dawson
02:28 AM Revision 13e71864 (qgis): Wording 2
Nyall Dawson
02:28 AM Revision 63a5ebf5 (qgis): Wording update
Nyall Dawson
01:44 AM Revision 82c13bdd (qgis): [processing] Fix error when running delete duplicate geometries and
some input features have null geometries
Fixes #20788
Nyall Dawson
01:44 AM Revision abc7b037 (qgis): [needs-docs][processing] Output count of retained and duplicate feature...
Delete duplicate geometries algorithm.
This matches the output of the delete duplicates by attribute
algorithm
Nyall Dawson
01:36 AM Revision 5c2f68e7 (qgis): [processing] Throw error when attempting to use Distance Matrix with
multipoint datasets
There's no single approach to use for multi-point inputs, so instead
of overloading this algorit...
Nyall Dawson

2018-12-14

11:23 PM Revision 11ea28a5 (qgis): [FEATURE][processing] Add a new parameter type for authentication config
This adds a new available parameter type for processing algorithms,
QgsProcessingParameterAuthConfig, allowing select...
Nyall Dawson
11:23 PM Revision 1285a01c (qgis): Correctly test processing auth widget with real authentication setup
Nyall Dawson
11:23 PM Revision 56bd682d (qgis): Avoid duplicate changed signals thrown by QgsAuthConfigSelect
Nyall Dawson
11:22 PM Revision 8f06b5a9 (qgis): [ux] Remove custom group box styling and option for QGIS styled group b...
This setting is causing issues on newer operating systems, e.g. MacOS
on dark themes. It's a 6 year old workaround fo...
Nyall Dawson
10:40 PM Revision 0ca97777 (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPoi...
is called on non-single-point geometries
Previously we would just return QgsPointXY(0,0) when geometries of invalid
...
Nyall Dawson
03:56 PM Revision 8446119a (qgis): Correct the column hide/show status that was not saved anymore
Julien Cabieces
03:18 PM Revision 649be587 (qgis): allow building WITH_SERVER_PLUGINS=OFF (#8674)
Marco Bernasocchi
03:10 PM Revision d4439b25 (qgis): Fix spatialite exotic query layers (aliased, nested, joined ...)
Fixes #20674 (again)
“It does not matter how slowly you go as long as you do not stop.”
― Confucius
Alessandro Pasotti
03:09 PM Revision 3618d63c (qgis): Show an error message when a query yields an invalid layer
... instead of failing silently Alessandro Pasotti
01:44 PM Revision 7d193faa (qgis): Update src/server/qgsowsserver.h
Co-Authored-By: mbernasocchi <[email protected]> Denis Rouzaud
01:14 PM Revision a921edc7 (qgis): allow building WITH_SERVER_PLUGINS=OFF
Marco Bernasocchi
12:41 PM Revision 9e5bb360 (qgis): make QgsGeometry::isNull Q_INVOKABLE (#8667)
Denis Rouzaud
12:05 PM Revision d2c58646 (qgis): typo fix
Jürgen Fischer
09:14 AM Revision c714652e (qgis): Disable in-session change of UI theme for Qt < 5.12
Random crasher associated with UI theme change is an
upstream bug, in the meantime let's make sure people don't
lose ...
Mathieu Pellerin - nIRV
09:14 AM Revision 36d36331 (qgis): Pass on the theme style data directly instead of a file:///...
Benefit: remove requirement to have write permission for the
theme directory.
Mathieu Pellerin - nIRV
09:14 AM Revision 32e484c7 (qgis): Apply suggestion.
Co-Authored-By: nirvn <[email protected]> Nyall Dawson
09:04 AM Revision e58abfd0 (qgis): Merge pull request #8666 from elpaso/opencl-rastercalc-float-cast
opencl rastercalc fix int input rasters and cast to float Alessandro Pasotti

2018-12-13

08:45 PM Revision 791ed881 (qgis): make QgsGeometry::isNull Q_INVOKABLE
Denis Rouzaud
06:51 PM Revision 5b7f808c (qgis): Merge pull request #8665 from hareldunn/patch-1
fix function call in example Luigi Pirelli
06:36 PM Revision b71a668a (qgis): opencl rastercalc fix int input rasters and cast to float
Cast to float all math operations because when the
input is not a float or a double opencl raises
an error regarding ...
Alessandro Pasotti
05:18 PM Revision 1c74e0b0 (qgis): fix function call in example
Harel Dan
05:01 PM Revision 91fcb799 (qgis): Merge pull request #8662 from elpaso/elpaso-backport-3_4
Weekly backports to 3.4 Alessandro Pasotti
02:58 PM Revision 8c07c994 (qgis): Merge pull request #8657 from elpaso/bugfix-20743-badlayers-dirty
Decent workaround to dirty a project after bad layer handling Alessandro Pasotti
11:39 AM Revision 0042cc0f (qgis): Mark project dirty when bad layers have changed
Fixes #20743 Alessandro Pasotti
10:39 AM Revision 1f616663 (qgis): Hint where to find select features method
Matthias Kuhn
09:08 AM Revision 6f725b82 (qgis): sqlite accept aliased queries from db manager
Fixes #20674 - DB Manager - load sql query as layer with geom column
Well, not sure it really fixes that particular ...
Alessandro Pasotti
09:08 AM Revision 527448df (qgis): Defer opencl initialization after user has opted-in in settings
Prevents a crash from #20363, actually deferring the crash
after the user has opted-in, btw the options is not stored...
Alessandro Pasotti
09:07 AM Revision 1bc9234c (qgis): Do not crash when zipped project is not a valid zip
Fixes #20783 - Crash when opening qgz project Alessandro Pasotti
09:07 AM Revision 14e59ee6 (qgis): Fix QgsReadWriteLocker changeMode
since mMode was never updated, the lock
was never toggled from read to write or
vice-versa.
This was leading to cras...
Alessandro Pasotti
08:15 AM Revision a395afff (qgis): Merge pull request #8660 from elpaso/bugfix-20789-QgsReadWriteLocker-mo...
Fix QgsReadWriteLocker changeMode Alessandro Pasotti
01:11 AM Revision 44bbf1f1 (qgis): Dox++
Nyall Dawson

2018-12-12

11:35 PM Revision 591bb756 (qgis): [layouts] Fix first background map render can never be canceled
and must always complete
This fixes an issue where map items appear to get "stuck" showing the
"Rendering map" text ...
Nyall Dawson
11:35 PM Revision 7fd6a205 (qgis): [ui] Better visual queue for non-visible layers in the tree
Mathieu Pellerin - nIRV
06:51 PM Revision b0d1506b (qgis): Fix QgsReadWriteLocker changeMode
since mMode was never updated, the lock
was never toggled from read to write or
vice-versa.
This was leading to cras...
Alessandro Pasotti
06:09 PM Revision 0a017256 (qgis): avoid freeze with multiple layers locator search (#8650) (#8659)
* avoid freeze with multiple layers locator search
if the project had many searchable layers, a freeze occured when ...
Denis Rouzaud
04:00 PM Revision 6d34089a (qgis): avoid freeze with multiple layers locator search (#8650)
* avoid freeze with multiple layers locator search
if the project had many searchable layers, a freeze occured when ...
Denis Rouzaud
03:59 PM Revision 2f7d634e (qgis): Merge pull request #8652 from 3nids/fix17727_34
move value group box under help area [Expression builder] [needs-docs] Denis Rouzaud
03:29 PM Revision a43672f4 (qgis): Fix bracket in example
Co-Authored-By: m-kuhn <[email protected]> Harrissou Santanna
03:28 PM Revision 969b7894 (qgis): Merge pull request #8658 from elpaso/bugfix-20783-crash-when-unzipping-...
Do not crash when zipped project is not a valid zip Alessandro Pasotti
01:48 PM Revision 9ca85f72 (qgis): Do not crash when zipped project is not a valid zip
Fixes #20783 - Crash when opening qgz project Alessandro Pasotti
10:12 AM Revision 809f6637 (qgis): Fix test
Matthias Kuhn

2018-12-11

08:51 PM Revision d33f11e6 (qgis): add button to show the help and values widget
Denis Rouzaud
08:51 PM Revision 37cac473 (qgis): [Expression builder] move value group box under help area
otherwise the value group box might supperpose the item
fix #17727
Denis Rouzaud
08:49 PM Revision 6de0160f (qgis): Merge pull request #8647 from elpaso/opencl-options-opt-in
Defer opencl initialization after user has opted-in in settings Alessandro Pasotti
05:40 PM Revision 8f5a7320 (qgis): basic writing json gpkg
David Signer
04:44 PM Revision 4e38193b (qgis): Merge pull request #8627 from m-kuhn/represent_class_values
Use represention values for classified renderers [FEATURE] Matthias Kuhn
04:23 PM Revision 48919baf (qgis): Fix function help json
Matthias Kuhn
03:52 PM Revision ce271e65 (qgis): Add docs and tests for decode_uri
Matthias Kuhn
03:52 PM Revision 74e0f0fd (qgis): [FEATURE] Add decode_uri expression function
This function takes a layer parameter and an optional uri part parameter.
It will return details about the data sourc...
Matthias Kuhn
01:12 PM Revision 607dffd1 (qgis): basic tests for json type in gpkg
David Signer
12:25 PM Revision 2d63f24e (qgis): Defer opencl initialization after user has opted-in in settings
Prevents a crash from #20363, actually deferring the crash
after the user has opted-in, btw the options is not stored...
Alessandro Pasotti
11:58 AM Revision 55269754 (qgis): reading ogr JSON basics
David Signer
11:35 AM Revision c21597a3 (qgis): [ui] Better visual queue for non-visible layers in the tree
Mathieu Pellerin - nIRV
10:58 AM Revision d0cd6067 (qgis): Merge pull request #8645 from signedav/bp_fix_gpkg_order
Offline editing to GPKG attribute order Matthias Kuhn
10:42 AM Revision ad2a5cb6 (qgis): Code styling
Matthias Kuhn
09:48 AM Revision 1d3e7d46 (qgis): Add test for QgsCategorizedSymbolRenderer::createCategories
Matthias Kuhn
09:08 AM Revision a3a595b6 (qgis): tests for gpkg synchronization
(cherry-picked from be9f6bb97ad99c0baf25e82afd1f202074b47005 73e3eadfc91e51ea1051cdbc931c2da26bb7bd78 8fda2b7df81a0b5... David Signer
09:08 AM Revision e1c4419b (qgis): handle fid attribute in attrLookup on synchronization
and use column++ again on iteration through attributes on copyVectorLayer
fixes #20276 especially the not reported i...
David Signer
09:08 AM Revision 20ea3d6d (qgis): leave last attribute empty instead of first
because though fid appears to be the first field it's added in the end and has the last index.
fixes #20276
(cherry...
David Signer
08:55 AM Revision bec04c1e (qgis): Merge pull request #8600 from signedav/fix_gpkg_order
Offline editing to GPKG attribute order. Fixes #20276 Matthias Kuhn
07:59 AM Revision 06d5545f (qgis): [afs] Fix parsing of multi-field unique value renderer
Mathieu Pellerin - nIRV
06:54 AM Revision 9d5a221e (qgis): [afs] Fix parsing of multi-field unique value renderer
Mathieu Pellerin - nIRV
06:54 AM Revision 54f28dfb (qgis): [afs] Basic parsing capacity for label expressions
Mathieu Pellerin - nIRV
05:32 AM Revision 4631a0bc (qgis): Push text format rendering setting into QgsLayoutExporter
(cherry picked from commit 96507c468ff15946a4275e6bc80704cae27d624b) Nyall Dawson
05:32 AM Revision 8053198a (qgis): Push text format setting to layout render context
(cherry picked from commit 6a131bb58a26c7a077d08d4d5fbc2f2a61764f93) Nyall Dawson
05:32 AM Revision 588a5a77 (qgis): [needs-docs] Upgrade project level setting for Label as Outlines/text s...
And replace labeling engine dialog "Draw text as outlines" checkbox with a combobox
presenting the choice of always r...
Nyall Dawson
05:32 AM Revision 7c5a74d7 (qgis): [api] Move setting to control how text is rendered to QgsRenderContext
The new QgsRenderContext::TextRenderFormat enum controls how text
should be handled during a render operation, e.g. w...
Nyall Dawson
05:32 AM Revision d9cb13c6 (qgis): Make intention of comment a bit clearer
(cherry picked from commit 71411437e756e282bf5b892d61d1b0e30e6f62a4) Nyall Dawson
05:32 AM Revision 655cefc5 (qgis): Dox++
(cherry picked from commit c2968b938feadfc874d8a3a17f1baa5aea942f42) Nyall Dawson
05:32 AM Revision ff912c7a (qgis): [layouts] Fix memory of "force vector" export setting
(cherry picked from commit bbb876d05db2da62f4eded0d6c0bee7da7df13d2) Nyall Dawson
05:32 AM Revision 395dbb29 (qgis): Remove outdated comment
As tested by @3nids, QPrinter::PdfFormat works correctly on OSX
(as of Qt 5.11) and correctly respects "text as text"...
Nyall Dawson
05:32 AM Revision 0e694eab (qgis): [layouts] Fix fragile option to export text as text in SVG exports
Refs #3975
(cherry picked from commit 1d04105c6a0398728d6a5c4c63bb09d3148aa034)
Nyall Dawson
05:32 AM Revision 93fd5dee (qgis): Fix layout display when canceling export settings dialogs
(cherry picked from commit d7b4182842525aa466f0f1e203c76df5bbade8c6) Nyall Dawson
05:32 AM Revision 39df2672 (qgis): US spelling
(cherry picked from commit b0fa488d024c2ca527f41ee800869c2fa872fa76) Nyall Dawson
05:32 AM Revision ceb86a9b (qgis): Fix qt warning
(cherry picked from commit 23c7daf6b0127eccfd7bd9e4b195ef60ba252575) Nyall Dawson
05:32 AM Revision aa155123 (qgis): [layouts][needs-docs] Add a PDF export settings dialog which is shown
whenever exporting a layout to PDF
This matches the behavior with SVG and raster exports, and allows users
to set sp...
Nyall Dawson
05:32 AM Revision de18cc79 (qgis): [needs-docs] Use a combo box in layout SVG settings dialog for text exp...
This makes it match the label engine settings dialog, and opens the possibility
for additional text export modes to b...
Nyall Dawson
05:32 AM Revision b6cc3f4b (qgis): [layouts] Default svg export setting for label text as outlines/text to...
(cherry picked from commit 2a2c4f8cfba2f2f7971c5850fb733f79c2fdf402) Nyall Dawson
05:32 AM Revision 2ad1b66f (qgis): [layouts] Respect project text format when exporting
TODO - show a dialog at export time allowing users to control the
PDF export settings for individual exports, just li...
Nyall Dawson
05:32 AM Revision c8b83c40 (qgis): Unify appearance and behaviour of export settings dialogs
(cherry picked from commit 0297b2c1c4249a0b2f6465d05f889798d5454e49) Nyall Dawson
03:46 AM Revision 8b3762ce (qgis): fix processing plugin error when grass7 disabled
(cherry picked from commit 9493f5511725ff845fb4eac3aa85d5cc60814170) Jon McCormack
03:46 AM Revision 03e22640 (qgis): [layouts] Avoid rasterizing the whole layout when only a single item ha...
Instead, only rasterize that one item and pre-apply it's opacity
to the rasterized version. This keeps all the rest o...
Nyall Dawson
03:46 AM Revision 3ce9aff5 (qgis): Fixes duplicate QGIS entries in Ubuntu launcher
(cherry picked from commit 7f4123bfdd971f9ac1b859b15bc27c9f83eae916) Jorge Rocha
03:46 AM Revision 4166a5ff (qgis): Unit tests for item opacity
(cherry picked from commit a49bf9f68f87e8b58fc7bf47c40fe8c246e927fc) Nyall Dawson
03:46 AM Revision 7218cf5f (qgis): Fix help text for color format
Should be #AARRGGBB, not #RRGGBBAA (see http://doc.qt.io/qt-5/qcolor.html#setNamedColor)
(cherry picked from commit ...
Nyall Dawson
03:28 AM Revision cf473167 (qgis): [layouts] Fix memory of "force vector" export setting
Nyall Dawson
03:28 AM Revision 19211817 (qgis): [layouts] Fix fragile option to export text as text in SVG exports
Refs #3975 Nyall Dawson
03:28 AM Revision 7ed4218b (qgis): [needs-docs] Upgrade project level setting for Label as Outlines/text s...
And replace labeling engine dialog "Draw text as outlines" checkbox with a combobox
presenting the choice of always r...
Nyall Dawson
03:28 AM Revision 1eaf95a8 (qgis): [api] Move setting to control how text is rendered to QgsRenderContext
The new QgsRenderContext::TextRenderFormat enum controls how text
should be handled during a render operation, e.g. w...
Nyall Dawson
03:28 AM Revision 12b3e15e (qgis): Make intention of comment a bit clearer
Nyall Dawson
03:28 AM Revision 6755cbd6 (qgis): Push text format setting to layout render context
Nyall Dawson
03:28 AM Revision 0659427f (qgis): Dox++
Nyall Dawson
03:28 AM Revision 7f5441c9 (qgis): Remove outdated comment
As tested by @3nids, QPrinter::PdfFormat works correctly on OSX
(as of Qt 5.11) and correctly respects "text as text"...
Nyall Dawson
03:28 AM Revision 4f9f5d1c (qgis): Unify appearance and behaviour of export settings dialogs
Nyall Dawson
03:28 AM Revision 88077e4a (qgis): Fix layout display when canceling export settings dialogs
Nyall Dawson
03:28 AM Revision 1ccbdb87 (qgis): US spelling
Nyall Dawson
03:28 AM Revision 90a9cdab (qgis): Fix qt warning
Nyall Dawson
03:28 AM Revision 8ea38893 (qgis): [layouts][needs-docs] Add a PDF export settings dialog which is shown
whenever exporting a layout to PDF
This matches the behavior with SVG and raster exports, and allows users
to set sp...
Nyall Dawson
03:28 AM Revision 15abbcf8 (qgis): [needs-docs] Use a combo box in layout SVG settings dialog for text exp...
This makes it match the label engine settings dialog, and opens the possibility
for additional text export modes to b...
Nyall Dawson
03:28 AM Revision cd8b91bd (qgis): [layouts] Default svg export setting for label text as outlines/text to...
Nyall Dawson
03:28 AM Revision a4509bd4 (qgis): [layouts] Respect project text format when exporting
TODO - show a dialog at export time allowing users to control the
PDF export settings for individual exports, just li...
Nyall Dawson
03:28 AM Revision ea069ed6 (qgis): Push text format rendering setting into QgsLayoutExporter
Nyall Dawson

2018-12-10

12:46 AM Revision 44fbb894 (qgis): [API] Throw IndexError on some QgsCurvePolygon methods when invalid
interior ring index is requested Nyall Dawson
12:45 AM Revision d08ecc2b (qgis): [layouts] Avoid rasterizing the whole layout when only a single item ha...
Instead, only rasterize that one item and pre-apply it's opacity
to the rasterized version. This keeps all the rest o...
Nyall Dawson
12:45 AM Revision a49bf9f6 (qgis): Unit tests for item opacity
Nyall Dawson
11:27 PM Revision 0494096b (qgis): Renames Avoid intersection to Avoid overlap [needs-docs]
Alexandre Neto
06:29 PM Revision f2710fd1 (qgis): [Processing] Fix exception when using extent helper function.
Radoslaw Guzinski
05:53 PM Revision 8fda2b7d (qgis): use temp copy of points.shp
David Signer
05:49 PM Revision 7f4123bf (qgis): Fixes duplicate QGIS entries in Ubuntu launcher
Jorge Rocha
01:17 PM Revision 44d1d10e (qgis): Merge pull request #8262 from 3nids/fix17727
move value group box under help area [Expression builder] [needs-docs] Denis Rouzaud
01:07 PM Revision 24d4640b (qgis): [afs] Add halo/buffer support to label creation
Mathieu Pellerin - nIRV
10:20 AM Revision ccb9a61b (qgis): Add extra note to position kit's source()
Martin Dobias
10:17 AM Revision f324ddff (qgis): Remove unused imports
Matthias Kuhn
10:16 AM Revision 8b6eaeab (qgis): Bindings for QgsCategorizedSymbolRenderer::createCategories
also contains some code modernization Matthias Kuhn
10:09 AM Revision 22a66ef3 (qgis): [FEATURE][AFS] Create labels when settings provied by server
Mathieu Pellerin - nIRV
10:09 AM Revision 74172fc1 (qgis): [afs] Fix picture marker ratio calculation
Mathieu Pellerin - nIRV
10:09 AM Revision ffded6f1 (qgis): [afs] Picture marker & picture fill width/height use points as unit type
Mathieu Pellerin - nIRV
08:39 AM Revision cf0442da (qgis): Merge pull request #8630 from elpaso/bugfix-20674-db-manager-sqlite-ali...
sqlite accept aliased queries from db manager Alessandro Pasotti
07:35 AM Revision 87d2da13 (qgis): [FEATURE][needs-docs] Add new @alg decorator for nicer python processin...
@alg()
@alg.help()
@alg.input()
@alg.output()
Nathan Woodrow
06:13 AM Revision 802c3b14 (qgis): [afs] Fix wrong hard-coded OBJECTID reference, use the fetch object id ...
Mathieu Pellerin - nIRV
06:13 AM Revision 856486a4 (qgis): [afs] fix listing of afs services for saved servers starting in a sub-f...
Mathieu Pellerin - nIRV
04:37 AM Revision d136e922 (qgis): [afs] fix listing of afs services for saved servers starting in a sub-f...
Mathieu Pellerin - nIRV
04:25 AM Revision be8438b2 (qgis): [afs] Fix wrong hard-coded OBJECTID reference, use the fetch object id ...
Mathieu Pellerin - nIRV
02:39 AM Revision 2cca68ad (qgis): Improve SVG/Image embedding widget behavior
Don't show the raw base64 contents and instead show a user
friendly "Embedded file" string
Nyall Dawson
02:39 AM Revision f5f4f530 (qgis): Cleaner approach to base64 embedded widget handling
Nyall Dawson
01:55 AM Revision 462ebed0 (qgis): Fix help text for color format
Should be #AARRGGBB, not #RRGGBBAA (see http://doc.qt.io/qt-5/qcolor.html#setNamedColor) Nyall Dawson
01:02 AM Revision 9493f551 (qgis): fix processing plugin error when grass7 disabled
Jon McCormack

2018-12-09

07:08 PM Revision a44b13ba (qgis): Add test cases for aliased spatialite tables
Also update a failing test case since when
we changed the priority in QgsVectorLayerUtils
CreateFeature.
Test was b...
Alessandro Pasotti

2018-12-08

11:15 AM Revision b5181f2c (qgis): sqlite accept aliased queries from db manager
Fixes #20674 - DB Manager - load sql query as layer with geom column
Well, not sure it really fixes that particular ...
Alessandro Pasotti
01:21 AM Revision b57927f5 (qgis): [layouts] Avoid temporary rendering artefacts when grid properties change
There's no need for the Qt item caching here, as map items have
their own internal cache handling.
(cherry picked fr...
Nyall Dawson
01:21 AM Revision 933df668 (qgis): Fix crash when calculating offset on certain single curves which become...
(cherry picked from commit 34c217cd4649fdf132b94aee4d66bfa8c2ea93f7)
Fixes #20756
Nyall Dawson
01:21 AM Revision f36d4666 (qgis): Fix cmake warning
(cherry picked from commit c6efa74b457a6abc2f6abfd0278133c4cee5fcf5) Nyall Dawson

2018-12-07

09:42 PM Revision bc98f866 (qgis): Fix mxe build
Alessandro Pasotti
05:09 PM Revision a4e22eec (qgis): Merge pull request #8621 from signedav/backport-fix-ts-file
.qgs-translation fix: do not create QgsProject before QgsApplication Matthias Kuhn
03:54 PM Revision d43f6376 (qgis): [MDAL] update MDAL to 0.1.0 (new API)
Peter Petrik
03:54 PM Revision fa1ddb1f (qgis): fix spellcheck
Peter Petrik
03:54 PM Revision 11f10c10 (qgis): add documentation
Peter Petrik
03:54 PM Revision 28071728 (qgis): [mesh] use MDAL 0.1.0 API in QGIS. Allows lazy loading of formats and e...
introduce MeshDataBlock
use mesh block in rendering
calculate magnitude
use new mesh API
fix bug for memory layer...
Peter Petrik
03:54 PM Revision 7dc73790 (qgis): MDAL 0.1.1, fix some minor build/memory issues
Peter Petrik
03:35 PM Revision d6701f24 (qgis): Access of QGeoPositionInfoSource from QgsQuickPostionKit (#8622)
sklencar
11:43 AM Revision f353e4e6 (qgis): Use represention values for classified renderers [FEATURE]
When a field is configured with a value relation, value map or other "representable value" and the field is used as t... Matthias Kuhn
09:36 AM Revision 16922a30 (qgis): Merge pull request #8612 from elpaso/vector-legend-toggle-items
Add a toggle action to vector layer legend items [feature] Alessandro Pasotti
08:07 AM Revision 46547905 (qgis): Move toggle action first and fix since 3.6
Alessandro Pasotti

2018-12-06

11:08 PM Revision 11258c05 (qgis): [FEATURE][layouts] Don't draw diagonals on line border grid style when a
margin is set
Instead, split this behaviour off into a new "Line border (Nautical)"
grid style. It's a very specific...
Nyall Dawson
11:08 PM Revision 88c84247 (qgis): Fix drawing of corner boxes in zebra grid style
Nyall Dawson
11:08 PM Revision 3838ef3b (qgis): Fix grid margin handling for interior ticks mode
In this case the margin should push the ticks further inside the map frame Nyall Dawson
11:08 PM Revision 34f6e371 (qgis): [FEATURE][layouts] Add new grid frame style "Zebra (Nautical)",
which shows nautical-style blocks in the grid corners when a
margin is set for the grid.
Nyall Dawson
11:08 PM Revision a97d335f (qgis): Fix tests, test mask updates
Nyall Dawson
11:08 PM Revision 048d5265 (qgis): Add unit tests, standardise method names
Nyall Dawson
11:08 PM Revision fd881db3 (qgis): [layouts] Avoid temporary rendering artefacts when grid properties change
There's no need for the Qt item caching here, as map items have
their own internal cache handling.
Nyall Dawson
11:08 PM Revision 470cd0b6 (qgis): Code style fixes
Nyall Dawson
11:08 PM Revision d794bdb7 (qgis): [FEATURE] [needs-docs] Add the grid frame MARGIN In the "Print Layout" ...
konst
11:08 PM Revision 733d4ed5 (qgis): Test masks
Nyall Dawson
09:04 PM Revision 20da34a2 (qgis): add button to show the help and values widget
Denis Rouzaud
08:51 PM Revision c6efa74b (qgis): Fix cmake warning
Nyall Dawson
08:51 PM Revision e6ec1ec5 (qgis): [FEATURE][API] Add iterator for QgsGeometryCollection
Iterates over the geometries in the collection, allowing this type
of code:
gc = QgsGeometryCollection()
gc.from...
Nyall Dawson
08:51 PM Revision 4bba8ae6 (qgis): [FEATURE][API] Add some nice PyQGIS API for working with geometry colle...
- Calling removeGeometry with an invalid index will now raise an IndexError
- Calling collection[0] will return the f...
Nyall Dawson
08:51 PM Revision e23527bf (qgis): Use TypeHint annotation to indicate correct return type when sip code r...
Provides correct return type hints to IDEs (and hopefully PyQGIS docs too!) Nyall Dawson
11:47 AM Revision 31b82de5 (qgis): [FEATURE][AFS] Automatically convert ESRI picture fill symbols
Mathieu Pellerin - nIRV
11:20 AM Revision a4adbe9d (qgis): typo and as_const
(cherry-picked from 53c7dd3a229c17a5b37b54c9df9053f82d736d5a) David Signer
11:16 AM Revision d3d5d7e5 (qgis): do not write logs before QgsApplication instace
because otherwise it creates a QgsProject without a QgsApplication
and translation won't work anymore because it cann...
David Signer
10:37 AM Revision def29e81 (qgis): Merge pull request #8601 from signedav/fix-ts-file
[Bugfix] .qgs-translation fix: do not create QgsProject before QgsApplication Matthias Kuhn
10:25 AM Revision 7f5afe62 (qgis): Merge pull request #8620 from m-kuhn/backport-validation-reenable-layer...
Save layer changes on successful repair Matthias Kuhn
09:13 AM Revision bf0ad45e (qgis): Do not report an error when checks are triggered
Matthias Kuhn
09:13 AM Revision 10eb5477 (qgis): Save layer changes on successful repair
when there are topology errors which are fixed subsequently, make sure that the layer can be saved again Matthias Kuhn
09:12 AM Revision ba88a109 (qgis): Merge pull request #8604 from m-kuhn/geometry-validation-reenable-layer...
Save layer changes on successful repair Matthias Kuhn
07:55 AM Revision d9d4bd27 (qgis): Merge pull request #8611 from elpaso/backport-3_4-2
Backports to 3.4 Alessandro Pasotti
05:56 AM Revision 901da9dd (qgis): Make use of image cache when rendering raster image fill layers
Mathieu Pellerin - nIRV
05:56 AM Revision 0983f520 (qgis): [FEATURE] Raster fill can have images set to remote URLs
or as embedded files.
Just like the SVG and raster image marker, raster fill can now
be set to use HTTP(s) URLs or h...
Mathieu Pellerin - nIRV
05:31 AM Revision 89e98957 (qgis): [afs] Correctly set picture marker size aspect ratio lock on load
Nyall Dawson
05:31 AM Revision 72783d55 (qgis): Show messagebar feedback after successfully extracting svg/raster contents
Nyall Dawson
05:31 AM Revision f3b72608 (qgis): Add message bar to QgsSymbolWidgetContext
Nyall Dawson
02:33 AM Revision fc03f407 (qgis): [console] Fix saving scripts sometimes defaults to QGIS bin folder
(cherry picked from commit 1f1bbbaeb6a5651ceb3674eaf86654fe0c5d25cd) Nyall Dawson
02:33 AM Revision 6d619382 (qgis): [console] Correctly save settings when exiting app
The closeEvent approach which was previously used is not reliable
on application exit, so manually force a settings s...
Nyall Dawson
02:33 AM Revision 4d5b195c (qgis): Fix embedding larger files then can fit in a QLineEdit's contents
Fixes #20329
(cherry picked from commit 32dc1020261a2a28491b680e7b8291b70fe6deb2)
Nyall Dawson
01:01 AM Revision b9540080 (qgis): [FEATURE][processing] Native "split lines by maximum length" algorithm
This algorithm takes an input (multi)line (or curve) layer, and splits
each feature into multiple parts such that no ...
Nyall Dawson

2018-12-05

12:22 AM Revision 51b2ce4b (qgis): [FEATURE] Raster image marker can have images set to remote URLS
or as embedded files
Just like the SVG marker, raster markers can now be set to use
HTTP(s) URLs or have files direc...
Nyall Dawson
12:22 AM Revision 5ed90977 (qgis): Fix more warnings
Nyall Dawson
12:22 AM Revision 543acff4 (qgis): [FEATURE][AFS] Automatically convert ESRI picture marker symbols
and use as default style for remote layers with picture marker symbology Nyall Dawson
12:22 AM Revision 7a5f5535 (qgis): More efficient image size calculation for base64 encoded images
Nyall Dawson
12:22 AM Revision 050d8335 (qgis): Avoid Qt warnings
Nyall Dawson
12:22 AM Revision 19b54ba2 (qgis): Identation
Nyall Dawson
12:22 AM Revision e6bbcbb4 (qgis): Don't try to render empty image paths for raster image marker
Nyall Dawson
12:22 AM Revision 31368851 (qgis): Fix QPainter warnings when broken image paths are passed to QgsImageCache
Nyall Dawson
12:22 AM Revision bafda245 (qgis): Correctly handle empty paths in QgsImageCache
Nyall Dawson
12:22 AM Revision 58219d66 (qgis): Test mask updates
Nyall Dawson
12:22 AM Revision 9d28a969 (qgis): Add a new widget QgsImageSourceLineEdit, based on QgsSvgSourceLineEdit
Allows images to be set to base64 embedded images, remote urls, etc
when used alongside QgsImageCache
Nyall Dawson
12:22 AM Revision 32dc1020 (qgis): Fix embedding larger files then can fit in a QLineEdit's contents
Fixes #20329 Nyall Dawson
08:42 PM Revision cce5c4e8 (qgis): [console] Correctly save settings when exiting app
The closeEvent approach which was previously used is not reliable
on application exit, so manually force a settings s...
Nyall Dawson
08:42 PM Revision 1f1bbbae (qgis): [console] Fix saving scripts sometimes defaults to QGIS bin folder
Nyall Dawson
06:53 PM Revision e77b124d (qgis): [Expression builder] move value group box under help area
otherwise the value group box might supperpose the item
fix #17727
Denis Rouzaud
04:18 PM Revision 4b524dea (qgis): Fix docker builds
Alessandro Pasotti
03:07 PM Revision 7945b573 (qgis): Merge pull request #3 from SrNetoChan/pr8612
Improves toggleAllLayers icon Alessandro Pasotti
03:06 PM Revision 515da0d0 (qgis): Toggle All Items -> Toggle Items
Alessandro Pasotti
02:52 PM Revision 1c987118 (qgis): Improves toggleAllLayers icon
Alexandre Neto
12:34 PM Revision ff99f1b8 (qgis): [feature] Add a toggle action to vector layer legend items
Alessandro Pasotti
10:44 AM Revision 4fd305c2 (qgis): [opencl] Backports from master: manual merge
Alessandro Pasotti
10:30 AM Revision bb2b6a03 (qgis): Revert "Tell the bridge to update when a bad layer was fixed"
This reverts commit 408e2d363870dfbb3a90d1fb1ecfce47468f2013. Alessandro Pasotti
09:57 AM Revision 408e2d36 (qgis): Tell the bridge to update when a bad layer was fixed
This fixes an unreported issue: when a bad layer is fixed
it does not appear in the layer order panel.
The reason wh...
Alessandro Pasotti
09:50 AM Revision bd36edb4 (qgis): [opencl] Remove all static members
and rely on the default() mechanism, this prevents
random crashes on exit when dtor is called on the
statics
cherry-...
Alessandro Pasotti
09:48 AM Revision c455bf63 (qgis): [attributeform] Do not reset feature on editing toggled
... just reset values
Fixes #20682 - form toggle editing
cherry-pick dd309ccbe5328165ad725648bf44cc
Alessandro Pasotti
09:47 AM Revision 1e5e3736 (qgis): Merge pull request #8564 from elpaso/rastercalculator-fast-track
Rastercalculator memory efficient track
Cherry-picked from master 0fde410a585c5b1c256b24a6afa8c1dce59ac10e
Alessandro Pasotti
09:44 AM Revision 9d1aaa83 (qgis): Use QImageReader to speed up image cache's originalSize function
Mathieu Pellerin - nIRV
09:44 AM Revision 1e4ad446 (qgis): Use image operation's multiplyOpacity in image cache
Mathieu Pellerin - nIRV
09:44 AM Revision c6425338 (qgis): [FEATURE] Raster image marker
Mathieu Pellerin - nIRV
09:32 AM Revision ae03a81b (qgis): [gdal] Fix an int overflow issue with raster block read
Fixes #19760 - Raster calculator crashes QGIS 3
.. and probably more, but this is one of the greediest
piece of code...
Alessandro Pasotti
09:31 AM Revision 273a71a7 (qgis): Re-add the progress bar to the calculator
Fixes #20583 - Raster calculator freezes the GUI with big rasters
... even if it is frozen while reding the raster,
...
Alessandro Pasotti
09:31 AM Revision 29abab0d (qgis): Add check for int overflow on 32 bit systems
cherry-picking commit b3ed482 Alessandro Pasotti
08:18 AM Revision a8be1ff3 (qgis): Merge pull request #8607 from elpaso/handle-bad-layers-refresh-layer-order
Tells the bridge to update when a bad layer was fixed Alessandro Pasotti
05:14 AM Revision 60442980 (qgis): Add dox comment, fix travis
Mathieu Pellerin - nIRV
05:14 AM Revision 22496dc1 (qgis): Create a new abtract base class for file content caches (e.g. QgsSvgCache)
Generalise QgsSvgCache and split off into a common base class so
that we can re-use code with alternative similar cac...
Nyall Dawson
05:14 AM Revision ce5636af (qgis): Allow passing {width,height}-only size to the image cache
Mathieu Pellerin - nIRV
05:14 AM Revision c1df8027 (qgis): Add method to QgsImageCache to retrieve original image size
Nyall Dawson
05:14 AM Revision e0a6a046 (qgis): Ensure necessary updates happen when image cache is changed
Nyall Dawson
05:14 AM Revision 84838d1e (qgis): [FEATURE][API] Add a content cache for raster images
This new class QgsImageCache is the equivalent of QgsSvgCache
but for raster images.
QgsImageCache stores pre-render...
Nyall Dawson
05:14 AM Revision cdba8f56 (qgis): Use QgsAbstractContentCache base class for QgsSvgCache
Nyall Dawson
05:14 AM Revision ad4b8768 (qgis): Add opacity parameter to image cache
Mathieu Pellerin - nIRV

2018-12-04

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

2018-12-03

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

2018-12-02

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

2018-12-01

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

2018-11-30

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

2018-11-29

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

2018-11-28

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

2018-11-27

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

2018-11-26

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

2018-11-25

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

2018-11-24

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

2018-11-23

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

2018-11-22

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

2018-11-21

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

2018-11-20

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

2018-11-19

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

Also available in: Atom