Activity

From 2017-10-03 to 2017-11-01

2017-11-01

11:08 PM Revision 5fe43efe (qgis): Merge pull request #5509 from borysiasty/settings
Remove dead code Borys Jurgiel
10:20 PM Revision 69a28d82 (qgis): MOC compatible SIP_ABSTRACT version
New version supports the following notation
class QgsOutClass : public QObject // SIP_ABSTRACT
MOC does not lik...
Matthias Kuhn
10:20 PM Revision 5d2c39bb (qgis): Add doxymentation
Matthias Kuhn
10:20 PM Revision e0c1f0b0 (qgis): Fix abstract MOCed class generation
Matthias Kuhn
10:20 PM Revision 295a578e (qgis): Make text translatable
Matthias Kuhn
10:20 PM Revision c3e2adce (qgis): Const fixes for QgsSearchWidgetWrapper
Matthias Kuhn
10:13 PM Revision 7dc48f3a (qgis): Merge pull request #5508 from DelazJ/message_spacing
Fixing messages displayed in GUI Nyall Dawson
09:53 PM Revision 2d30c115 (qgis): Remove dead code
Borys Jurgiel
06:32 PM Revision ac6c598f (qgis): Merge branch 'master' of github.com:qgis/QGIS
Borys Jurgiel
05:03 PM Revision 08889c77 (qgis): Followup fix to ab74991; add missing QFile import
Luigi Pirelli
03:46 PM Revision e9d2fd67 (qgis): add qt5-default to debian/ubuntu dependency list in INSTALL
Jürgen Fischer
11:48 AM Revision eea155d6 (qgis): Fix crash when attempting to render multipolygon with missing exterior ...
This commit fixes a possible crash when the vector layer renderer
attempts to render a multipolygon containing a poly...
Nyall Dawson
11:48 AM Revision f4d3152e (qgis): [ogr] Also discard features with empty geometries
when feature request specifies a filter rect
OGR sometimes returns a feature with empty geometry (e.g.
a multipolygo...
Nyall Dawson
11:48 AM Revision 90834203 (qgis): More unit tests
Nyall Dawson
10:45 AM Revision 6418a831 (qgis): remove remaining references to pyspatialite (followup 39816cf84)
Jürgen Fischer
10:18 AM Revision 8105b750 (qgis): Fix issue 17355
Loïc BARTOLETTI
07:52 AM Revision db54b4ea (qgis): fix windows build
Jürgen Fischer
04:43 AM Revision 18785da4 (qgis): make use of the pin icon in recent projects menu
Mathieu Pellerin - nIRV

2017-10-31

09:32 PM Revision 8afbaebd (qgis): Merge pull request #5482 from rduivenvoorde/create_WITH_CLANG_TIDY-take2
adding WITH_CLANG_TIDY as advanced, so you can build without it even … Nyall Dawson
07:21 PM Revision 48d43d37 (qgis): Merge pull request #5497 from nyalldawson/svg_crash
Fix crashes and issues with SVG rendering Nyall Dawson
03:04 PM Revision 8b7fd542 (qgis): [Globe] Port for QgsGeometry::constGet API changes
Sandro Mani
02:20 PM Revision 192d6f93 (qgis): Update Attr Table after field calculation: fixes #17312
Luigi Pirelli
01:48 PM Revision 9d4ab51e (qgis): Clear WMS preview image
Matthias Kuhn
01:45 PM Revision fde62409 (qgis): Do not paint WMS preview images. Because it crashes.
Fix #16803 Matthias Kuhn
11:45 AM Revision 5f750e72 (qgis): Fix connection
Loïc BARTOLETTI
08:10 AM Revision 6f9798b8 (qgis): Merge pull request #5477 from boundlessgeo/certs_not_removed_with_pki_p...
[security] Set permission to certs to allow correct removing on win Alessandro Pasotti
07:28 AM Revision 87643e9c (qgis): Harden taskmanager tests
By using local variables and functions interdependency of the tests is decreased Matthias Kuhn
07:27 AM Revision 5000f9aa (qgis): Merge pull request #5488 from nyalldawson/network
[processing] Fix some issues with network analysis shortest path algs Nyall Dawson
07:12 AM Revision 9a1cd9dd (qgis): [welcome page] avoid vertical shift when pinning/unpinning projects
Mathieu Pellerin - nIRV
07:01 AM Revision 284c4d35 (qgis): Fix tests
Nyall Dawson
07:01 AM Revision 2bdc323d (qgis): More test tolerance
Nyall Dawson
07:01 AM Revision dbe2b340 (qgis): Update copyright date
Nyall Dawson
07:01 AM Revision 05ad0bc0 (qgis): Update API break dox
Nyall Dawson
07:01 AM Revision 8d32bf72 (qgis): Fix QgsGraphAnalyzer::dijkstra traverses through edges backwards
This means that it flips the direction of the graph edge, breaking
route restrictions.
Refs #17325
Nyall Dawson
07:01 AM Revision 8f22f5eb (qgis): [processing] Misc fixes for network analysis tools
Also maintain attributes in service area from layer alg, add test
Fixes #17325
Nyall Dawson
07:01 AM Revision 199b5692 (qgis): Fix broken network analysis network tolerance option
The tolerance option was not correctly calculated, resulting in
semi-random behavior for networks which relied on a n...
Nyall Dawson
07:01 AM Revision 57edec66 (qgis): Fix incorrect enum values in network analysis algs
Didn't result in a bug, but made the code confusing to read Nyall Dawson
07:00 AM Revision 8a68a410 (qgis): Simplify overly complex code
Nyall Dawson
07:00 AM Revision ae8dc1cf (qgis): Optimise and simplify tie point calculation
Nyall Dawson
07:00 AM Revision ab05fe76 (qgis): Fix extremely confusing network graph API naming
Since names of api calls were backwards to expectations Nyall Dawson
07:00 AM Revision 5ffd7214 (qgis): [processing] Shortest path handling for multipoint layers
Fixes shortest path algorithms fail for multipoint source layers
or layers with null geometries
Refs #17325
Nyall Dawson
07:00 AM Revision 49254384 (qgis): Fix index out of range error in shortest path algs
Nyall Dawson
07:00 AM Revision 36a38f4e (qgis): [processing] Keep attributes from start/end points layer in
output layer for shortest path algorithms
Otherwise the paths are nearly impossible to link back to
the source layer...
Nyall Dawson
07:00 AM Revision b337335e (qgis): Start unit tests for network analysis lib
Nyall Dawson
07:00 AM Revision 4149da05 (qgis): Better reporting of errors when paths cannot be found, also
output point but with no geometry and missing attributes so
that it's clear which points could not be linked
Nyall Dawson
04:23 AM Revision d1d95b1d (qgis): [welcome page] reverse chronological order for pinned projects
Mathieu Pellerin - nIRV
03:12 AM Revision 0b2de85f (qgis): Check file modified time when retrieving svg images from cache
If file has been modified since the cache, regenerate a new cache
image.
We don't want to check the file modified ti...
Nyall Dawson
01:43 AM Revision b07f6757 (qgis): Cleanup QgsSvgCache API
- Remove QgsSvgCacheEntry from public API (is an internal detail only)
- Modernize code
- Make protected QgsSvgCache ...
Nyall Dawson
01:24 AM Revision a6eea720 (qgis): Fix crashes caused by concurrent rendering of cached QPictures from Qgs...
QgsSvgCache::svgAsPicture was rendering an implicitly shared copy when
the picture had already been cached. It turns ...
Nyall Dawson

2017-10-30

08:13 PM Revision 3ae9ac5e (qgis): translation string fixes
Jürgen Fischer
12:32 PM Revision 942f431f (qgis): Fix crash when rendering with SVG based symbols and SVG cache is filled
When the svg cache was full, any attempt to render an svg from the
cache would crash QGIS.
Fixes #16643
Nyall Dawson
12:13 PM Revision 7843d22b (qgis): Fix memory leaks
Nyall Dawson
12:13 PM Revision b3ef4da2 (qgis): Fix use after free
Nyall Dawson
12:13 PM Revision ba05edcb (qgis): Remove unnecessary debug message
Nyall Dawson
11:49 AM Revision 7c5811ca (qgis): Fix building grass
Matthias Kuhn
11:45 AM Revision 59c3b86a (qgis): Revert "Avoid recursion in feature filter model"
This reverts commit a3eadd320f28249915db54a02bbde9140327c6e3. Matthias Kuhn
11:29 AM Revision ec27839a (qgis): Better typing for variables in configuration options
Matthias Kuhn
11:27 AM Revision 257f4429 (qgis): Fix proxy basic authentication setting
Matthias Kuhn
11:17 AM Revision a3eadd32 (qgis): Avoid recursion in feature filter model
Matthias Kuhn
09:49 AM Revision 1d21072b (qgis): Merge pull request #5491 from m-kuhn/dropV2
Drop V2 suffix on all geometry classes Matthias Kuhn
09:14 AM Revision d2c1011a (qgis): Convert missing from[Geometry]XY calls
Matthias Kuhn
09:14 AM Revision e0025b65 (qgis): Rename QgsGeometry::fromPoint to QgsGeometry::fromPointXY
Also introduces the from[Geometry]XY for QgsGeometryFactory Matthias Kuhn
09:14 AM Revision 82e6d121 (qgis): Rename from[GeometryType] to from[GeometryType]XY
- QgsGeometry::fromPoint() was renamed to fromPointXY()
- QgsGeometry::fromMultiPoint() was renamed to fromMultiPoint...
Matthias Kuhn
09:14 AM Revision bde014ec (qgis): Adjust leftovers addPointsV2 to addPoints
Matthias Kuhn
09:14 AM Revision e19f6482 (qgis): Various fixes to dropping V2 suffix
Matthias Kuhn
09:14 AM Revision b4e0ebe4 (qgis): Document API breaks
Matthias Kuhn
09:14 AM Revision 271ef7c0 (qgis): More V2 drop fixes
Matthias Kuhn
09:14 AM Revision ca74e391 (qgis): Rename QgsGeometry.addPoints with XY / V2-less versions
Matthias Kuhn
09:14 AM Revision 750a54f8 (qgis): More drop V2 suffix fixes
Matthias Kuhn
09:14 AM Revision 7f3ad768 (qgis): Rename QgsMultiPolygonV2 to QgsMultiPolygon
Matthias Kuhn
09:14 AM Revision 81586d20 (qgis): Optimize loop
Matthias Kuhn
09:14 AM Revision 3fcdcd87 (qgis): Rename QgsMultiPointV2 to QgsMultiPoint
Matthias Kuhn
09:14 AM Revision 9a57bae6 (qgis): Rename QgsMultiPolygon to QgsMultiPolygonXY
Matthias Kuhn
09:14 AM Revision b6f46eae (qgis): Rename QgsPolygonV2 to QgsPolygon
Matthias Kuhn
09:14 AM Revision becf86cf (qgis): Rename QgsPolygon to QgsPolygonXY
Matthias Kuhn
09:14 AM Revision b7908744 (qgis): Rename QgsMultiPolyline to QgsMultiPolylineXY
Matthias Kuhn
09:14 AM Revision 29e65ed0 (qgis): Rename QgsMultiPoint to QgsMultiPointXY
Matthias Kuhn
09:09 AM Revision 86d170be (qgis): [server] Remove dead code
Martin Dobias
08:21 AM Revision 48f26e58 (qgis): Fix astyle version check for 3.0
Matthias Kuhn
08:03 AM Revision 4b0607a7 (qgis): Remove trusted status from Plugin Manager
Harrissou Santanna
08:03 AM Revision 66649b99 (qgis): Add configire to spelling check
Harrissou Santanna
07:25 AM Revision c48e0069 (qgis): Allow using system astyle
Matthias Kuhn
06:56 AM Revision 9b670d08 (qgis): App doc and style changes
David

2017-10-29

12:58 AM Revision 71c17b87 (qgis): Fix build
Nyall Dawson
12:53 AM Revision 43dfa283 (qgis): Drop unused variable
Nyall Dawson
08:32 PM Revision e5237809 (qgis): add loading of spatialite on windows and remove remaining references to
pyspatialite (followup 39816cf84) Jürgen Fischer
08:26 PM Revision 77de9fc5 (qgis): [Plugin manager] remove depreciated and unused stuff
Borys Jurgiel
08:20 PM Revision 39816cf8 (qgis): Merge pull request #5493 from gacarrillor/bye_pyspatialite
Bye pyspatialite Jürgen Fischer
06:59 PM Revision cfba4c4d (qgis): fix windows build
Jürgen Fischer
04:46 PM Revision 64021605 (qgis): Use sqlite3 instead of pyspatialite for SpatiaLite connections
gcarrillo -
04:46 PM Revision 6415fad0 (qgis): Get rid of PySpatiaLite
gcarrillo -
01:33 PM Revision 5b64af13 (qgis): Remove the empty Description column from Interface Customization dialog
Harrissou Santanna
01:31 PM Revision 28f27226 (qgis): QgsTransaction.create expects layers, not ids
Matthias Kuhn
01:31 PM Revision 2533960c (qgis): Remove unused include
Matthias Kuhn
01:31 PM Revision 20f2a146 (qgis): Increase ccache size
Matthias Kuhn
01:31 PM Revision ebae560a (qgis): Debug cache misses
Matthias Kuhn
01:31 PM Revision 37e9272f (qgis): Fix API typo
Matthias Kuhn
01:31 PM Revision 0c321fb5 (qgis): Decouple transaction handling from QgsProject
Matthias Kuhn
01:31 PM Revision 5dbeaf58 (qgis): [postgres][test] Check QgsFeatureRequest.connectionTimeout flag
Matthias Kuhn
10:17 AM Revision 29e8990e (qgis): Merge pull request #5483 from m-kuhn/postgisEmptyValue
[postgres] Distinguish empty and NULL values Matthias Kuhn

2017-10-28

12:24 AM Revision e6e61891 (qgis): We cannot test to insert NULL with NOT NULL constraints
Matthias Kuhn
11:15 PM Revision 76746e7d (qgis): [postgres][test] Assert NULL insert behavior
0 != '' != NULL Matthias Kuhn
11:14 PM Revision 3b0b82cb (qgis): [postgres] Distinguish empty and NULL values
Matthias Kuhn
03:05 PM Revision 2c53ba9a (qgis): [Plugin manager][needs-docs] Update a tooltip to tell users they can al...
Borys Jurgiel
01:12 PM Revision 24de8195 (qgis): [askUserForOGRSublayers] Use layername= instead of layerid= when no amb...
Complementary fix to 1822b76c1a69418e44d7a1186e16f54d670267ad for the case
where a layer has mixed geometry types.
Even Rouault
11:00 AM Revision 910b9ea5 (qgis): layout
David
09:48 AM Revision ae4c8119 (qgis): style
David

2017-10-27

10:08 PM Revision 071099c0 (qgis): Merge pull request #5478 from boundlessgeo/auth-viable
[auth][api] Remove deprecated QSslCertificate::isValid() Larry Shaffer
10:06 PM Revision 671ce635 (qgis): [auth] Integrate cert viable functions into auth system
Larry Shaffer
10:06 PM Revision 4b9898b6 (qgis): [auth] Return immediate errors for null cert/key when validating bundle
Larry Shaffer
10:01 PM Revision 8032de8d (qgis): [auth][api] Remove deprecated QSslCertificate::isValid()
Substitue QgsAuthCertUtils::certIsViable(cert), which checks similar
characteristics to old function, plus whether th...
Larry Shaffer
09:53 PM Revision 88a80e66 (qgis): [FEATURE] Range vertex selection in node tool
This little feature makes it possible to select a range of vertices from one feature.
It can be activated by pressin...
Martin Dobias
09:50 PM Revision 6476fef4 (qgis): Merge pull request #5451 from wonder-sk/snap-indicators
Snap indicators improvements Martin Dobias
09:50 PM Revision 8ef715be (qgis): Merge pull request #5480 from boundlessgeo/auth_get_removal
[api][auth] Removed get prefix from all getters in auth manager Alessandro Pasotti
09:29 PM Revision 2fdf30c7 (qgis): Merge pull request #5232 from boundlessgeo/move_project_properties
[needs-docs] KDE: Moved project properties menu item from settings into the projects menu Alessandro Pasotti
09:01 PM Revision 4cde5202 (qgis): [Plugin manager][needs-doc] Read a CHANGELOG file in case the relevant ...
Borys Jurgiel
08:57 PM Revision 02d2ba64 (qgis): spelling
David
07:18 PM Revision fb0a5ca7 (qgis): Relation Combo
David
06:59 PM Revision e7a3a28b (qgis): commit
David
06:58 PM Revision e724dfcd (qgis): commit
David
06:37 PM Revision 665a6f03 (qgis): combobox for cardinality
David
05:58 PM Revision 6055e713 (qgis): Relation Cardinality config
David
05:12 PM Revision e251b244 (qgis): relation properties
David
04:29 PM Revision b726ba29 (qgis): Change vertex marker to box and segment marker to double triangle
Martin Dobias
04:13 PM Revision a843df89 (qgis): Merge pull request #5466 from mhugent/maptip_geometry_optional
[needs-docs] Make maptip and geometry attribute optional in featureinfo response Marco Hugentobler
04:12 PM Revision 26bd6d72 (qgis): Merge pull request #5435 from mhugent/wms_print_layers
[needs-docs][feature] Wms print layers Marco Hugentobler
04:11 PM Revision dfaabdcf (qgis): Merge pull request #5425 from pblottiere/server_getfeatureinfo
[server][bugfix] Consider QUERY_LAYERS as valid layers in GetFeatureInfo Paul Blottiere
03:54 PM Revision 237adb2f (qgis): Move Feature tooltip that guides towards Node Tool for snapping
Tudor Bărăscu
03:42 PM Revision 61c70473 (qgis): Merge branch 'master' into usr_bin_env
Loïc BARTOLETTI
03:41 PM Revision 0ec041d4 (qgis): Merge branch 'master' into usr_bin_env
Loïc BARTOLETTI
03:38 PM Revision c9ca1756 (qgis): Less debug noise
Matthias Kuhn
03:19 PM Revision 52896f55 (qgis): Add test for maptip
Marco Hugentobler
03:15 PM Revision 4c7eb832 (qgis): Fix crash when accessing out of bounds field
Matthias Kuhn
02:43 PM Revision d09331e4 (qgis): adding WITH_CLANG_TIDY as advanced, so you can build without it even if...
Richard Duivenvoorde
02:27 PM Revision d64529f4 (qgis): [api][auth] Removed get prefix from all getters in auth manager
Alessandro Pasotti
02:18 PM Revision 1592cccf (qgis): Try to make travis indentation check happy
Marco Hugentobler
02:00 PM Revision ff83b9a4 (qgis): Release of 2.18.14
Jürgen Fischer
02:00 PM Revision 66bcfbb9 (qgis): Release of 2.14.20
Jürgen Fischer
01:58 PM Revision 2498b528 (qgis): Add QUERY_LAYERS to available layers in GetFeatureInfo request
Paul Blottiere
01:58 PM Revision 98c05ade (qgis): Add test
Paul Blottiere
01:55 PM Revision c54299dc (qgis): Merge pull request #5406 from pblottiere/bugfix_server_hex
[server][bugfix] Fix parameter decoding with post method and urlencoded Paul Blottiere
01:25 PM Revision a60c0bd7 (qgis): [auth] Update OAuth2 plugin test to new QgsApplication::authManager()
Larry Shaffer
01:19 PM Revision b1989231 (qgis): Relation Cardinality without own gui
David
01:08 PM Revision 924b3ffb (qgis): [auth] Update OAuth2 Python oauthlib test package for Docker
Larry Shaffer
01:03 PM Revision 6a4e397f (qgis): [auth] Update OAuth2 plugin to new QgsApplication::authManager()
Larry Shaffer
12:47 PM Revision 6829a92e (qgis): Merge pull request #5468 from m-kuhn/unobtrusiveConstraints
[FEATURE] Make constraint reporting less obtrusive Matthias Kuhn
12:34 PM Revision b0ee6425 (qgis): [offset curve tool] fix tool only working once
Mathieu Pellerin - nIRV
12:34 PM Revision 39b52595 (qgis): [offset curve tool] ensure snapping is enabled when selecting feature
Mathieu Pellerin - nIRV
12:34 PM Revision b034c2c6 (qgis): [welcome page] preserve pinned status when saving project
Mathieu Pellerin - nIRV
12:34 PM Revision 6354563c (qgis): [auth] Add mutex; remove qApp parents; do not set parent in wrong thread
Alessandro Pasotti
12:34 PM Revision 7f96c5bb (qgis): Pass urlencoded URL to the oauth handler
Alessandro Pasotti
12:26 PM Revision 6af4bb84 (qgis): relationconfig
David
12:25 PM Revision d259279d (qgis): [oauth2] Added test for resource owner password grant flow
Alessandro Pasotti
12:24 PM Revision 244e8861 (qgis): [FEATURE][auth] OAuth2 authentication method plugin
- Supports authentication code, implicit and resource owner grant flows
- Allows for preconfigured connections, read ...
Larry Shaffer
12:14 PM Revision 90857b2b (qgis): [FEATURE] Settings migration framework (#5080)
Only run for default profile and only if
not run before. Moves settings and symbols from
QGIS 2.x to QGIS 3 default p...
Nathan Woodrow
11:52 AM Revision 2b5b0008 (qgis): Make code shorter
Marco Hugentobler
11:12 AM Revision e03461d6 (qgis): Use \ instead of @ in comment
Marco Hugentobler
11:11 AM Revision ab74991a (qgis): Set permission to certs to allow correct removing on win
Luigi Pirelli
11:07 AM Revision 40955b24 (qgis): Merge pull request #5440 from m-kuhn/relrefthreadingv2
[feature] Relation Reference Widget : Threaded Version Matthias Kuhn
10:49 AM Revision f6abdd5e (qgis): Merge pull request #5471 from daniviga/rpm-3d
libqgis_3d.so missing in rpm spec Matthias Kuhn
10:48 AM Revision dfe48d13 (qgis): Fix parameter decoding with post method and urlencoded
Paul Blottiere
10:48 AM Revision 8562bfa9 (qgis): Add some tests for GetPrint with OPACITIES
Paul Blottiere
10:39 AM Revision fd5a17cc (qgis): Intendention
Marco Hugentobler
09:43 AM Revision 38a4eb48 (qgis): Code improvements
Matthias Kuhn
09:35 AM Revision 89f62821 (qgis): [auth] Added test cases for expired CAs and client certs
Alessandro Pasotti
09:29 AM Revision 0eb7b4eb (qgis): Intendention
Marco Hugentobler
09:05 AM Revision 19e212c1 (qgis): Merge pull request #5469 from m-kuhn/constraintsOnForms
[FEATURE] Show comments as tooltips on form Matthias Kuhn
08:19 AM Revision 68179e22 (qgis): Merge pull request #5475 from nyalldawson/snap_to_grid
[FEATURE][processing] Native c++ snap to grid algorithm Nyall Dawson
07:45 AM Revision 9df37d31 (qgis): alias field and fixed problem with storing
David
07:16 AM Revision 4372ac26 (qgis): [FEATURE][processing] Native c++ snap to grid algorithm
With support for snapping Z/M values, keeping curves Nyall Dawson
06:37 AM Revision c67e3981 (qgis): Improvements to QgsAbstractGeometry::snappedToGrid
- Fix loss of coordinates when not rounding a particular dimension
- Don't segmentize curved geometries
- Add extra u...
Nyall Dawson
06:08 AM Revision edecd49b (qgis): [FEATURE][welcome page] Add pin/unpin to list actions (fixes #16394)
Mathieu Pellerin - nIRV
04:09 AM Revision 30aa5f5f (qgis): Allow double typed values in algorithm
Also homogenize the output name Harrissou Santanna
03:22 AM Revision 3f5b11bf (qgis): Make asGridified and newSameType (helper function)
Martí Angelats i Ribera
02:18 AM Revision 591150d7 (qgis): Show symbology export options only when compatible (fixes #11098)
Harrissou Santanna

2017-10-26

01:46 AM Revision a87cde27 (qgis): Reword message
Harrissou Santanna
01:46 AM Revision c2577ec0 (qgis): Full sentence should often begin by capitalized letter
and end by a full stop. Harrissou Santanna
01:43 AM Revision f5025cc6 (qgis): Use a more appropriate dialog title for message boxes
and capitalise first letters Harrissou Santanna
01:43 AM Revision 2614ca1a (qgis): Remove trailing spacing and punctuation in ui items
Harrissou Santanna
01:43 AM Revision cd178325 (qgis): Add missing space for readability and fix punctuation
Harrissou Santanna
01:42 AM Revision e38bd650 (qgis): Leakyleak
Matthias Kuhn
01:36 AM Revision 99b1c74c (qgis): [auth] Update test certs/keys and add README
* Add expired root/issuer CAs and client cert chains
* Add wildcard server *.qgis.test SSL cert
[ci skip]
Larry Shaffer
01:23 AM Revision 131b15f2 (qgis): Merge pull request #5472 from nyalldawson/grid_renderer
Grid renderer Nyall Dawson
11:47 PM Revision b80160a6 (qgis): Merge pull request #5464 from lbartoletti/improve_triangle
Improve triangle Nyall Dawson
11:45 PM Revision d4e8470a (qgis): Minor fixups, add tests
Nyall Dawson
11:06 PM Revision ff2ade98 (qgis): [FEATURE] add grid renderer for points displacement. funded by Kartoza
myarjunar
11:04 PM Revision 114a4ec2 (qgis): Adjust tests
Matthias Kuhn
11:04 PM Revision 93395950 (qgis): Convert some Q_FOREACHes to for-in
Matthias Kuhn
11:04 PM Revision 3eefe0db (qgis): Make constraint reporting less obtrusive
Matthias Kuhn
10:50 PM Revision 0a615b60 (qgis): Update cmake contact to use [email protected] instead of my email (#5470)
Tim Sutton
10:37 PM Revision a86800b7 (qgis): Fix tests forgotten in testqgsexpression.cpp
Loïc BARTOLETTI
09:52 PM Revision 8501053a (qgis): Merge pull request #5463 from boundlessgeo/BD-2507-pki-bundle-validation
[auth] PKI bundle validation utility function Larry Shaffer
09:40 PM Revision 22a54fa6 (qgis): Add Unit test
Marco Hugentobler
09:07 PM Revision a625e731 (qgis): Sync documentation about compilation on Fedora
Daniele Viganò
09:00 PM Revision c75ac623 (qgis): Track libqgis_3d.so in RPM spec file
Daniele Viganò
08:42 PM Revision 3210f854 (qgis): Merge pull request #5401 from boundlessgeo/pkcs8-to-pkcs1
[auth] Convert PKCS8 to PKCS1 private keys (for macOS) Larry Shaffer
08:30 PM Revision 83a02eb5 (qgis): Fix chained filters and tests
Matthias Kuhn
08:03 PM Revision 869fc604 (qgis): Show comments as tooltips on form
Let's face it, where we need the information is not in the layer
properties configuration, it's when we enter the data.
Matthias Kuhn
07:29 PM Revision 10ab9044 (qgis): Merge branch 'master' into propertieslayout
signedav
07:26 PM Revision d097de4d (qgis): Merge branch 'master' into propertieslayout
signedav
07:13 PM Revision ef7a29dc (qgis): [auth] Keep sensitive debug data commented out
Larry Shaffer
06:48 PM Revision 11ce639a (qgis): [auth] Access authmanager through application
Alessandro Pasotti
06:26 PM Revision 89166a0d (qgis): [auth] Add utility method to validate a PKI bundle
Alessandro Pasotti
06:26 PM Revision ffb29035 (qgis): [auth] Remove Diffie Hellman from validated keys
Because Qt does not support DH Alessandro Pasotti
06:24 PM Revision e036fc86 (qgis): Typo in a comment
Alessandro Pasotti
06:24 PM Revision e20e0764 (qgis): [auth] Add PEM test certificate chain
Alessandro Pasotti
06:24 PM Revision 368b0df2 (qgis): [auth] Add certificate chain validation routine
Alessandro Pasotti
06:24 PM Revision 287d1f75 (qgis): [auth] Add test with client cert
Alessandro Pasotti
06:24 PM Revision f1eba3a8 (qgis): [auth] Add validatePKIBundle
Alessandro Pasotti
06:24 PM Revision 0557b394 (qgis): Add documentation for the hostName argument
Alessandro Pasotti
06:24 PM Revision 006260b9 (qgis): [auth] Add tests for the certificate chain validation routine
Alessandro Pasotti
06:09 PM Revision 1ae0857d (qgis): Merge pull request #5458 from daniviga/rpm-3d
Enable 3D support in RPM Matthias Kuhn
05:38 PM Revision 957f6abe (qgis): Move private methods implementation to header
Matthias Kuhn
05:36 PM Revision 7c5f910d (qgis): Fix build with Qt 5.5
Matthias Kuhn
05:31 PM Revision 92b3b5bc (qgis): Merge pull request #5446 from boundlessgeo/BD-2279-authmanager-singleton
[auth] Authmanager singleton API removal Alessandro Pasotti
05:06 PM Revision 3a547dc5 (qgis): relations in list
alias comment in gui (not ready yet) David
04:56 PM Revision 9c24818d (qgis): Load some entries by default in relation reference widget
Matthias Kuhn
04:56 PM Revision fd772dc0 (qgis): Relation reference widget make current entry bold
Matthias Kuhn
04:55 PM Revision d414822f (qgis): Merge pull request #5400 from pblottiere/server_bugfix_visible
[server][bugfix] Fix regression by adding visible tag to layer's node in GetProjectSettings Paul Blottiere
04:31 PM Revision d6760352 (qgis): QgsFeatureListComboBox GUI enhancements
Matthias Kuhn
04:30 PM Revision e63da880 (qgis): NULL value is gray and italic
Matthias Kuhn
04:30 PM Revision 95ddaa8c (qgis): Fix build warning
Matthias Kuhn
04:29 PM Revision 7ec35e08 (qgis): Add a selectOnFocus property to QgsFilterLineEdit
Matthias Kuhn
04:23 PM Revision 02676926 (qgis): fixup 7811f38e480aabae9a1c068f4da766da4dc7b0f8
Matthias Kuhn
04:10 PM Revision 7d847825 (qgis): Add unittest for featureinfo request using the parameter with_geometry
Marco Hugentobler
03:39 PM Revision a606c468 (qgis): Cleanup temporary files in prepare-commit.sh
Matthias Kuhn
03:34 PM Revision 49a1a5a0 (qgis): Remove geometries from unit test output (is now only added if requested)
Marco Hugentobler
03:33 PM Revision c07050b8 (qgis): Fix todo
Matthias Kuhn
03:31 PM Revision c661ab10 (qgis): Allow using NULL values
Matthias Kuhn
03:30 PM Revision 2a185a0c (qgis): Re-Enable chained filters
Matthias Kuhn
03:30 PM Revision 98bad050 (qgis): Only restore selection if it exists
Matthias Kuhn
03:30 PM Revision ef2d17f9 (qgis): No forced rendering on startup
Matthias Kuhn
03:30 PM Revision bcf93146 (qgis): Fix building tests
Matthias Kuhn
03:30 PM Revision 0b090fe1 (qgis): Doxyfixes
Matthias Kuhn
03:30 PM Revision 51c5e8a0 (qgis): Fix build
Matthias Kuhn
03:30 PM Revision ff759f67 (qgis): [travis] fold docker information
Matthias Kuhn
03:30 PM Revision 035fc46a (qgis): Qt < 5.6 compatibility
Matthias Kuhn
03:30 PM Revision a15c183a (qgis): More doxymentation
Matthias Kuhn
03:30 PM Revision d8b641b5 (qgis): Doxymentation
Matthias Kuhn
03:30 PM Revision 5c32db94 (qgis): Make QgsRelationReferenceWidget background threaded
Matthias Kuhn
03:30 PM Revision e9030172 (qgis): Add tests for QgsFeatureListComboBox and friends
Matthias Kuhn
03:30 PM Revision a2b79d47 (qgis): Optimize request for QgsFeatureFilterModel
Matthias Kuhn
03:30 PM Revision 7811f38e (qgis): [FEATURE] Add QgsFeatureListComboBox with live-filter-capabilities
Matthias Kuhn
03:27 PM Revision 1c9f9df0 (qgis): Add test
Paul Blottiere
02:51 PM Revision 3c9e7190 (qgis): Fixes regression by adding visible tag to layer's node
Paul Blottiere
02:37 PM Revision 9adf215a (qgis): more z/m test
Loïc BARTOLETTI
02:25 PM Revision d40447e7 (qgis): [FEATURE][welcome page] remove from list action (fixes #13722)
Mathieu Pellerin - nIRV
01:30 PM Revision 6bcbbeb7 (qgis): - A triangle can have double points or colinear points, my bad. It is a
degenerate triangle
- remove duplicate tests (triangle2())
Loïc BARTOLETTI
01:21 PM Revision 40c0b0b3 (qgis): Force qca-qt5-ossl as a requirement for RPM
Daniele Viganò
01:15 PM Revision 5bd63b7e (qgis): [FEATURE]: Fetch geometry and maptip in feature info only if requested ...
Marco Hugentobler
12:36 PM Revision 2383edbe (qgis): [property override btn] integer64 (instead of unknown type) for longlong
Mathieu Pellerin - nIRV
12:34 PM Revision 32fa6f8e (qgis): Enable 3D support only for Fedora > 26 (waiting for Qt 5.9)
Daniele Viganò
12:25 PM Revision d31f0940 (qgis): Update sip
Matthias Kuhn
11:28 AM Revision b508bf7f (qgis): Build and review fixes
Martin Dobias
11:19 AM Revision 034baf1b (qgis): Merge pull request #5436 from alexbruy/processing-gdal-memory
[processing] correctly handle layers without attributes in GDAL-based geoprocessing algorithms (fix #17287) Nyall Dawson
11:11 AM Revision c780ab9b (qgis): [auth] Minor comment rewording
Alessandro Pasotti
11:10 AM Revision 5571a878 (qgis): [auth] bulletproof QgsAuthManager singleton to make server happy
Alessandro Pasotti
11:06 AM Revision 8c325206 (qgis): Add skirts to hide cracks between adjacent terrain tiles
This adds user configurable skirt height to DEM terrain generator.
Skirts are vertical walls at the edges of each ter...
Martin Dobias
10:55 AM Revision ba75123f (qgis): Merge pull request #5443 from m-kuhn/iteratorTimeout
[feature] Allow to specify timeout when requesting features Matthias Kuhn
10:54 AM Revision ace8b064 (qgis): Add API doc
Matthias Kuhn
10:46 AM Revision 62f0603f (qgis): Add 3D support in RPM build
Daniele Viganò
10:43 AM Revision dc5eefb5 (qgis): Merge pull request #5448 from signedav/relationshipstrength
Duplication Feature and its relating Features Matthias Kuhn
10:28 AM Revision 3dbffb07 (qgis): improved api doc
David
10:10 AM Revision 48984dd0 (qgis): [auth] Authmanager singleton removal from API
Alessandro Pasotti
10:10 AM Revision a1574d06 (qgis): Add missing import
Alessandro Pasotti
10:10 AM Revision 0bc33b14 (qgis): Clean auth DB path with cleanPath
Alessandro Pasotti
10:10 AM Revision 4c7e3ff7 (qgis): [auth] Removed profile splash information for auth manager (now done in...
Alessandro Pasotti
10:10 AM Revision bb73f0d8 (qgis): [auth] Removed instance and ctor from bindings
Alessandro Pasotti
10:09 AM Revision acbd9d18 (qgis): Merge pull request #5432 from Gustry/allow_pipe_filepath
allow pipe character in filepath in processing Nyall Dawson
10:07 AM Revision ecf93e38 (qgis): Fix test after QgsFileDownloader move to core and API change
Alessandro Pasotti
09:37 AM Revision 18b6caf1 (qgis): add relations into drag-tree
David
09:26 AM Revision 13ba5773 (qgis): fix WITH_3D=TRUE build
Mathieu Pellerin - nIRV
08:54 AM Revision dc325147 (qgis): Merge pull request #5450 from daniviga/rpm-fix-epoch
Fix 'epoch' management in rpm spec Matthias Kuhn
08:07 AM Revision 861e05b4 (qgis): Merge pull request #5376 from pblottiere/dirty
[FEATURE] Add a flag to dirty edit buffer when using executeSql in transactions Paul Blottiere
07:10 AM Revision 69f069a3 (qgis): spelling stuff
David
05:11 AM Revision 611dca4a (qgis): Merge pull request #5100 from Gustry/crs_description
add CRS description in the layer_property expression Nyall Dawson
04:36 AM Revision 4021c300 (qgis): Merge pull request #5286 from DelazJ/toolswitch
Enable display of selection tools in Attribute toolbar Nyall Dawson
04:31 AM Revision 089fa361 (qgis): Merge pull request #5285 from DelazJ/patch-1
Add source files location Nyall Dawson
03:59 AM Revision d8775fca (qgis): Merge pull request #5398 from DelazJ/DelazJ-patch-1
[DB Manager] Set correct dialog alignment Nyall Dawson
02:04 AM Revision 55203a0f (qgis): Merge pull request #5359 from nyalldawson/primitive
Rename (and make safe) QgsGeometry::geometry() Nyall Dawson
02:02 AM Revision 93f8abec (qgis): Merge pull request #5423 from nyalldawson/gdal_ptr
Implement scoped pointers for gdal handled objects Nyall Dawson

2017-10-25

01:13 AM Revision a2f380b2 (qgis): Add missing override
Nyall Dawson
01:11 AM Revision 5300f69c (qgis): Fix doxygen warning
Nyall Dawson
01:09 AM Revision 3888192e (qgis): Fix geometry checker relying on corrupting geometries to fix them
Geometry checker was editing geometries in place, which potentially
was corrupting other implicitly shared copies of ...
Nyall Dawson
12:44 AM Revision 837c1c56 (qgis): Fix tests
Nyall Dawson
12:37 AM Revision 332215c8 (qgis): Safer GDAL delete and close of datasets, which doesn't leak
and works on Windows
See
https://github.com/qgis/QGIS/commit/d024910490a39e65e671f2055c5b6543e06c7042#commitcomment-...
Nyall Dawson
12:23 AM Revision 8eb919e5 (qgis): Explicitly close gdal dataset handles as early as possible
Nyall Dawson
12:18 AM Revision bb8bad06 (qgis): Merge pull request #5437 from m-kuhn/pgquick
[postgres] respect empty FilterFids list Matthias Kuhn
12:12 AM Revision 052688cb (qgis): Fix crash when creating new rasters
Nyall Dawson
12:12 AM Revision 7455c2f9 (qgis): More gdal scoped pointer types
Nyall Dawson
12:12 AM Revision 63e6cda6 (qgis): Fix build, tests
Nyall Dawson
12:12 AM Revision 317228a0 (qgis): Fix build
Nyall Dawson
12:12 AM Revision 4f4681ae (qgis): Implement scoped pointers for gdal handled objects
Nyall Dawson
11:38 PM Revision a9f8e600 (qgis): Merge pull request #5428 from lbartoletti/triangleGML
ADD GML export to QgsTriangle Nyall Dawson
11:36 PM Revision 72321c97 (qgis): Fix build warning
Nyall Dawson
11:06 PM Revision 1d01d4bc (qgis): Remove use of QSharedPointer/QScopedPointer
Nyall Dawson
11:06 PM Revision c70a47e2 (qgis): Update API break docs
Nyall Dawson
11:06 PM Revision c50ee6d4 (qgis): Update python code to new API
Nyall Dawson
11:06 PM Revision 00e86903 (qgis): Replace use of qt methods with std equivalents
Nyall Dawson
11:06 PM Revision 70361063 (qgis): Rename QgsGeometry::geometry as QgsGeometry::get()
Because feature.geometry().geometry() is confusing, and impossible
to search for in python code (e.g. is input.geomet...
Nyall Dawson
10:22 PM Revision 650a1227 (qgis): Avoid crash when export as GML an empty geometry
Loïc BARTOLETTI
10:13 PM Revision 05e97b38 (qgis): [FEATURE] Add right click menu option to "open directory" to welcome pa...
Allows easy opening of the folder containing a project from the welcome page,
e.g. to check if a newer version of the...
Nyall Dawson
10:13 PM Revision a89dfde9 (qgis): Remember whether project file exists and don't continually recheck
Because that's slow for network paths. Instead only check once,
and add a menu option to refresh and force re-check
Nyall Dawson
08:38 PM Revision 1c8803c5 (qgis): [Plugin manager][needs-docs] follow up 87d087bbfdb0
Borys Jurgiel
07:32 PM Revision 82d94aad (qgis): Add some api documentations for new functions
David
05:48 PM Revision 62f20913 (qgis): [postgres] Early exit iterator if there's nothing to fetch anyway
Matthias Kuhn
05:04 PM Revision f7073d05 (qgis): [FEATURE] Duplicate features including children (one level deep) when r...
David
04:29 PM Revision 82ba8ad0 (qgis): Replace dynamic_cast by qobject_cast
Paul Blottiere
04:29 PM Revision 4923a3f3 (qgis): Rename signal in dirtied
Paul Blottiere
04:29 PM Revision 32ff78b3 (qgis): [FEATURE] Add a flag to dirty edit buffer when using executeSql in tran...
Paul Blottiere
04:29 PM Revision 2bfb366e (qgis): Remove duplicated protected
Paul Blottiere
04:29 PM Revision 8a4382a4 (qgis): Private attributes
Paul Blottiere
04:29 PM Revision 385655fc (qgis): Add some tests
Paul Blottiere
04:19 PM Revision 6297d19b (qgis): Merge pull request #5452 from mach0/master
[ts] adding kyrgyz translators Matthias Kuhn
03:51 PM Revision 1eac450d (qgis): [ts] adding kyrgyz translators
Werner Macho
03:01 PM Revision 7922608e (qgis): Change the approach: returns an empty element
Loïc BARTOLETTI
02:18 PM Revision 387057a1 (qgis): add CRS description in the layer_property expression
Etienne Trimaille
01:52 PM Revision 568b22d5 (qgis): [FEATURE] Snapping feedback improvements
- tooltips with name of the layer that has been snapped
- different markers for different snap types (cross for verte...
Martin Dobias
01:46 PM Revision 7dbae64c (qgis): Remove unrequired call to repaint map
The addFeature() call before returns immeditely, so there isn't even
something around to justify a repaint.
Matthias Kuhn
01:35 PM Revision dbd2cc95 (qgis): Merge pull request #5441 from m-kuhn/spinner
[feature] Spinner icon on QgsFilterLineEdit Matthias Kuhn
12:23 PM Revision c2443686 (qgis): Add some more tags to file downloader alg
Nyall Dawson
12:23 PM Revision 016a8a29 (qgis): Don't throw exception when file downloader alg is canceled
Nyall Dawson
12:23 PM Revision c728a35c (qgis): Fix progress bar for file downloader alg
Nyall Dawson
12:23 PM Revision e24333ae (qgis): Don't report the same download progress twice, report progress for unkn...
Nyall Dawson
10:08 AM Revision 06777483 (qgis): Fix changelog date in rpm speci when build is 'stable'
Daniele Viganò
08:54 AM Revision 8f8e806b (qgis): Merge pull request #5444 from m-kuhn/shhhht
Shhhht Matthias Kuhn
08:39 AM Revision fac65434 (qgis): Fix epoch management in rpm spec 'Requires'
Daniele Viganò
02:07 AM Revision ad7b2d03 (qgis): Add missing doc
Matthias Kuhn

2017-10-24

01:21 AM Revision ca5cd882 (qgis): Partially revert last commit
See https://github.com/KDE/clazy/blob/master/src/checks/level0/README-container-anti-pattern.md Matthias Kuhn
01:18 AM Revision 435fab11 (qgis): Remove unrequired include
Matthias Kuhn
01:12 AM Revision 4567e808 (qgis): Private classes should not be exported
Matthias Kuhn
01:06 AM Revision cfd39136 (qgis): Warning debug output when doing dangerous things
Matthias Kuhn
01:06 AM Revision 1b6088cd (qgis): Less noisy debug output
Matthias Kuhn
12:53 AM Revision 49de489c (qgis): [feature] Allow to specify timeout when requesting features
This is potentially interesting for race conditions, but whenever it is specified,
iterators will need to be carefull...
Matthias Kuhn
12:49 AM Revision fb4e84a0 (qgis): allow pipe character in filepath in processing
Etienne Trimaille
12:47 AM Revision 1fc2c3a5 (qgis): sipify does not like copydoc
Matthias Kuhn
12:45 AM Revision e9d6e387 (qgis): Add a spinner icon to QgsFilterLineEdit
Matthias Kuhn
12:45 AM Revision 2940be19 (qgis): Show spinner in locator widget
Matthias Kuhn
12:30 AM Revision ceb31fa4 (qgis): Fix qt warnings on task manager test
Nyall Dawson
11:43 PM Revision a8caf49a (qgis): Notify feature source when iterator is closed
Matthias Kuhn
11:17 PM Revision 386eef2e (qgis): new string concatenation algorithm in processing
Etienne Trimaille
11:17 PM Revision 89a31e50 (qgis): reorder alphabetically imports for native algorithms
Etienne Trimaille
08:59 PM Revision 86b28ff3 (qgis): Speed up spatialite provider
No need to iterate over all the features in the datasource only to find
out that there is no feature which is not in ...
Matthias Kuhn
08:18 PM Revision 269f751e (qgis): Merge branch 'master' of github.com:qgis/QGIS
Borys Jurgiel
05:04 PM Revision 821be45c (qgis): Merge pull request #5429 from boundlessgeo/BD-2239-clear-access-cache
[auth][needs-docs][feature] Clear access cache Alessandro Pasotti
04:21 PM Revision f33accab (qgis): [postgres] respect empty FilterFids list
Considering this statement:
layer.dataProvider().getFeatures(QgsFeatureRequest().setFilterFids([]))
this result...
Matthias Kuhn
04:20 PM Revision e086d9a5 (qgis): [postgres] A bit less talky
Matthias Kuhn
04:17 PM Revision d34c09b3 (qgis): Merge pull request #5427 from alexbruy/processing-distance
[processing] keep column names in standard distance matrix (fix #17150) Alexander Bruy
02:38 PM Revision d6a39e90 (qgis): Update Attr Table after field calculation: fixes #17312
Luigi Pirelli
02:38 PM Revision adeb9929 (qgis): reload only updated column
Luigi Pirelli
02:38 PM Revision c97f06f0 (qgis): remove return and add else clause
Luigi Pirelli
02:33 PM Revision 4a51c408 (qgis): [processing] correctly handle layers without attributes in GDAL-based
geoprocessing algorithms (fix #17287) Alexander Bruy
02:27 PM Revision 04a8418a (qgis): add tests for distance matrix algorithm
Alexander Bruy
02:27 PM Revision c64f03d0 (qgis): [processing] keep column names in standard distance matrix (fix #17150)
Alexander Bruy
01:53 PM Revision 87cdc36d (qgis): Hide raster options for non-WMS/WMTS layers
Marco Hugentobler
11:15 AM Revision 5261a9a5 (qgis): Disable spell check in prepare-commit.sh
The spell check slows down the pre-commit hook a lot. Spell checking
will still be done on travis.
Matthias Kuhn
11:02 AM Revision 628a60be (qgis): Merge pull request #5396 from mhugent/server_wms_print_layers
Server wms print layers Marco Hugentobler
10:04 AM Revision 1edc1a79 (qgis): Move handling of snap indicators from map tools to a new class
Martin Dobias
10:01 AM Revision 29a137d5 (qgis): Merge pull request #5381 from pblottiere/bugfix_style_218
[bugfix] Fixes #17234 save/load styles from Postgres when a service file is used Paul Blottiere
09:37 AM Revision 1c1ecf4c (qgis): Merge branch 'master' of github.com:qgis/QGIS
Borys Jurgiel
09:35 AM Revision bb21395e (qgis): Make QgsVScrollArea inherit QgsScrollArea
Sandro Mani
09:23 AM Revision 6c6d8375 (qgis): Add tests
Paul Blottiere
09:23 AM Revision ac5d0f80 (qgis): Fixes #17234 save/load styles from Postgres when a service file is used
Paul Blottiere
09:10 AM Revision ceab42e4 (qgis): [auth] Tooltip minor rewording
Alessandro Pasotti
09:00 AM Revision f11c6ddc (qgis): [auth] translate menu actions
Alessandro Pasotti
08:59 AM Revision 7a070acf (qgis): [auth] Added recommended and tooltip
Alessandro Pasotti
07:43 AM Revision cff3569c (qgis): Typo fixes
Harrissou Santanna
07:41 AM Revision 93887178 (qgis): [needs-docs][feature] New button for empty the composer table (#5407)
Adds a button to empty a composer table. Useful when you have a table
with a lot of columns and you want only a few.
...
Loïc BARTOLETTI
03:41 AM Revision 8514fa36 (qgis): Fix build warning
In related news, Travis is no longer failing builds which
throw new warnings
Nyall Dawson

2017-10-23

11:47 PM Revision 87d087bb (qgis): [Plugin manager] Add a label for built-in plugins explaining they aren'...
Borys Jurgiel
11:32 PM Revision ea0e09b3 (qgis): Merge pull request #5410 from manisandro/geomchecker
[FEATURE][Geometry checker] Support checking multiple layers at once, add new checks Sandro Mani
11:21 PM Revision 46a6f25d (qgis): Merge pull request #5418 from nyalldawson/from_polyline
Rename QgsGeometry::fromPolyline as QgsGeometry::fromPolylineXY Nyall Dawson
11:12 PM Revision 2f44de0e (qgis): [FEATURE] Download a file in Processing
Etienne Trimaille
10:40 PM Revision 8421a7e0 (qgis): [Geometry checker] Add some debug code
Sandro Mani
10:31 PM Revision 2dccc3c1 (qgis): [Geometry checker] Remove unused includes
Sandro Mani
09:57 PM Revision 52e9a48c (qgis): Init z support and GML3 3D
Loïc BARTOLETTI
08:42 PM Revision 977ce426 (qgis): [FEATURE][processing]Transect processing
Adds a C++ version of the "ststion lines" plugin as a
new processing algorithm for creating transect lines.
Loïc BARTOLETTI
07:19 PM Revision e872716b (qgis): [auth] Typo in comment
Alessandro Pasotti
07:16 PM Revision 86431774 (qgis): [auth] Add connection cache clear options
This fixes a bug that required to restart
QGIS after a connection failed due to SSL
errors (the connection auth was c...
Alessandro Pasotti
07:04 PM Revision 65c6974d (qgis): Remove invalid decode statements from plugin installer
Gary Sherman
06:11 PM Revision 67b93418 (qgis): [auth] Removed configuration checkbox for auto clear
Alessandro Pasotti
06:10 PM Revision 99014716 (qgis): [auth] Reverted to previous GUI
Alessandro Pasotti
05:25 PM Revision e00f7675 (qgis): [Geometry checker] Fix possible crash in QgsGeometryCheckerFixSummaryDi...
Sandro Mani
05:25 PM Revision 0f687379 (qgis): [Geometry checker] Simplify point in polygon check
Sandro Mani
05:25 PM Revision e089b3ba (qgis): [Geometry checker] Only add to feature pool spatial indices features wh...
Sandro Mani
05:25 PM Revision 9a2393ea (qgis): [Geometry checker] Qt < 5.9 compatibility fix
Sandro Mani
05:25 PM Revision 972d14f6 (qgis): [Geometry checker] Exclude from sip bindings
Sandro Mani
05:25 PM Revision 1f300cfa (qgis): Add QgsVScrollArea sip bindings
Sandro Mani
05:25 PM Revision 2c36a51f (qgis): Add missing QgsVScrollArea documentation
Sandro Mani
05:25 PM Revision ecd951dc (qgis): [Geometry checker] Try harder to match old errors to those found after ...
Sandro Mani
05:25 PM Revision 8cefc656 (qgis): [Geometry checker] Don't recheck any features if fixed error resulted i...
Sandro Mani
05:25 PM Revision 85f8c25f (qgis): [Geometry checker] Specify part in error parametrization in line and li...
Sandro Mani
05:25 PM Revision 3cc72727 (qgis): [Geometry checker] Don't report segment lengths smaller than checker pr...
Sandro Mani
05:25 PM Revision 50e1c7a7 (qgis): [Geometry checker] Disable sorting in QgsGeometryCheckerFixSummaryDialo...
Sandro Mani
05:25 PM Revision 5de0c803 (qgis): [Geometry checker] Fix incomplete QgsGeometryOverlapCheckError::handleC...
Sandro Mani
05:25 PM Revision 9218afd3 (qgis): [Geometry checker] Don't make the layer-feature iterator return feature...
Sandro Mani
05:25 PM Revision f507246d (qgis): [Geometry checker] Don't recollect errors with empty recheck list
Sandro Mani
05:25 PM Revision 15b5da8f (qgis): [Geometry checker] Fix incorrect change parametrization in QgsGeometryC...
Sandro Mani
05:25 PM Revision f0116b49 (qgis): [Geometry checker] Use reduced tolerance when attempting to combine two...
Sandro Mani
05:25 PM Revision fde740a3 (qgis): Re-add QgsGeometryEngine::combine taking a list of QgsAbstractGeometries
Sandro Mani
05:25 PM Revision efc00c38 (qgis): [Geometry checker] Fix features not correctly removed from QgsFeaturePo...
Sandro Mani
05:25 PM Revision 084660a4 (qgis): [Geometry checker] More change tracking tests
Sandro Mani
05:25 PM Revision 8a561668 (qgis): [Geometry checker] Remove debug print
Sandro Mani
05:25 PM Revision cc9a2b33 (qgis): [Geometry checker] Fix incorrect logic in QgsGeometryCheckError::handle...
Sandro Mani
05:25 PM Revision 876418c4 (qgis): [Geometry checker] Add more fixError tests
Sandro Mani
05:25 PM Revision 3b6a0e2a (qgis): [Geometry checker] Fix crash in QgsGeometryCheckerResultTab::addError i...
Sandro Mani
05:25 PM Revision 5b2297f7 (qgis): [Geometry checker] Fix incorrect ring index in QgsGeometrySelfIntersect...
Sandro Mani
05:25 PM Revision 737d5135 (qgis): [Geometry checker] Use centroid of actual hole to report error in QgsGe...
Sandro Mani
05:25 PM Revision edf563b4 (qgis): [Geometry checker] Fix crashes in QgsGeometryGapCheck::mergeWithNeighbo...
Sandro Mani
05:25 PM Revision 4a6cdbe3 (qgis): [Geometry checker] Add a first series of fixError tests
Sandro Mani
05:25 PM Revision 8f343a91 (qgis): [Geometry checker] Fix wrong obsoletes test in QgsGeometryContainedChec...
Sandro Mani
05:25 PM Revision 0ffd00da (qgis): [Geometry checker] Add TestQgsGeometryChecks::createTestContext variant...
Sandro Mani
05:25 PM Revision d71f62c7 (qgis): [Geometry checker] Make TestQgsGeometryChecks::searchCheckErrors return...
Sandro Mani
05:25 PM Revision 13725362 (qgis): [Geometry checker] Add follow boundaries check
Sandro Mani
05:25 PM Revision 1e499558 (qgis): [Geometry checker] Fix broken LayerFeature geometry transform
Sandro Mani
05:25 PM Revision bd44483f (qgis): [Geometry checker] Fix type check factory
Sandro Mani
05:25 PM Revision c44fa1da (qgis): [Geometry checker] Finish gap check test
Sandro Mani
05:25 PM Revision 6b3309cd (qgis): [Geometry checker] Add more tests
Sandro Mani
05:25 PM Revision f48cf249 (qgis): [Geometry checker] Fix incorrect free in gap check
Sandro Mani
05:25 PM Revision 0740979b (qgis): [Geometry checker] Improve label
Sandro Mani
05:25 PM Revision b5208c04 (qgis): [Geometry checker] Simplify code
Sandro Mani
05:25 PM Revision b9966aa3 (qgis): [Geometry checker] Extend duplicate check to also handle points
Sandro Mani
05:25 PM Revision 3dc083c8 (qgis): [Geometry checker] Uniformize error messages
Sandro Mani
05:25 PM Revision 58e39f6a (qgis): [Geometry checker] Ensure overlap check returns on error for each overl...
Sandro Mani
05:25 PM Revision 87cdeda4 (qgis): [Geometry checker] Report if geometry is invalid in overlap check
Sandro Mani
05:25 PM Revision db8b53f9 (qgis): [Geometry checker] Ensure duplicate check ui is enabled also for lines
Sandro Mani
05:25 PM Revision baf4a39c (qgis): [Geometry checker] Make line intersection test and line layer intersect...
Sandro Mani
05:25 PM Revision 5ded4f85 (qgis): [Geometry checker] Ensure line layer intersection test does not check a...
Sandro Mani
05:25 PM Revision e5e3fde6 (qgis): [Geometry checker] Introduce QgsGeometryCheckerUtils::polygonRings
Sandro Mani
05:25 PM Revision 7bb5583b (qgis): [Geometry checker] Don't make line intersection test report symmetric e...
Sandro Mani
05:25 PM Revision 07dc4295 (qgis): [Geometry checker] Some initial tests
Sandro Mani
05:25 PM Revision 54019e11 (qgis): [Geometry checker] Make contained check work with all geometry types
Sandro Mani
05:25 PM Revision 44ce9166 (qgis): [Geometry checker] Also check other parts of same feature in dangle check
Sandro Mani
05:25 PM Revision 183671f9 (qgis): [Geometry checker] Use symDifference for all geometry types to detect d...
Sandro Mani
05:25 PM Revision 816273ea (qgis): [Geometry checker] Drop feature id update logic now handled by freezing...
Sandro Mani
05:25 PM Revision 767538ba (qgis): [Geometry checker] Move core classes to qgis_analysis
Sandro Mani
05:25 PM Revision a5553204 (qgis): [Geometry checker] Reorder some UI elements
Sandro Mani
05:25 PM Revision 156f0060 (qgis): [Geometry checker] Enter update mode when editing result layers
Sandro Mani
05:25 PM Revision bd8028e6 (qgis): [Geometry checker] Add line layer intersection check
Sandro Mani
05:25 PM Revision e4de3a8c (qgis): [Geometry checker] Update for QgsGeometryEngine API changes
Sandro Mani
05:25 PM Revision c71d4216 (qgis): [Geometry checker] Fix layerFeature comparison
Sandro Mani
05:25 PM Revision f114b531 (qgis): [Geometry checker] Allow adding a prefix to output layer names
Sandro Mani
05:25 PM Revision 6c088e7b (qgis): [Geometry checker] Fix logic to ensure that each pair of features is on...
Sandro Mani
05:25 PM Revision d6d584b3 (qgis): [Geometry checker] Show layer names instead of ids in user-facing strings
Sandro Mani
05:25 PM Revision 732ce4cf (qgis): [Geometry checker] Handle fid changes
Sandro Mani
05:25 PM Revision 9cbaebed (qgis): [Geometry checker] Store feature pool directly in LayerFeature instead ...
Sandro Mani
05:25 PM Revision c14cdbb6 (qgis): [Geometry checker] Fix incorrect mapToLayerUnits -> layerToMapUntis
Sandro Mani
05:25 PM Revision 9fe1d7b3 (qgis): [Geometry checker] Add tooltip with data source to layers in setup tab
Sandro Mani
05:25 PM Revision 0b974c67 (qgis): [Geometry checker] Only update layer list in setup tab after layers hav...
Sandro Mani
05:25 PM Revision f523af92 (qgis): [Geometry checker] Don't use QgsScrollArea...
Sandro Mani
05:25 PM Revision 5c848405 (qgis): [Geometry checker] Don't self-compare features in contained check
Sandro Mani
05:25 PM Revision 2b01ccf1 (qgis): [Geometry checker] Run contained check in map crs
Sandro Mani
05:25 PM Revision e88f32a2 (qgis): [Geometry checker] Add point in polygon check
Sandro Mani
05:25 PM Revision 374e1865 (qgis): [Geometry checker] Add layer column to fix summary dialog tables
Sandro Mani
05:25 PM Revision e0caef92 (qgis): [Geometry checker] Introduce vertical-only scroll-areas
Sandro Mani
05:25 PM Revision aa27b664 (qgis): [Geometry checker] Fix some feature highlighting issues
Sandro Mani
05:25 PM Revision 3842f42a (qgis): [Geometry checker] Add line intersection check
Sandro Mani
05:25 PM Revision 5e6501fe (qgis): [Geometry checker] Add layer column to result table
Sandro Mani
05:25 PM Revision b80fa364 (qgis): [Geometry checker] Imporove logic for picking the output directory
Sandro Mani
05:25 PM Revision 018467fc (qgis): [Geometry checker] Fix determining active layer geometry types
Sandro Mani
05:25 PM Revision 81a4a526 (qgis): [Geometry checker] Fix updating and gathering of layers
Sandro Mani
05:25 PM Revision 29d057c1 (qgis): [Geometry checker] Reduce icon size in setup layer list
Sandro Mani
05:25 PM Revision ee47d42d (qgis): [Geometry checker] Add point must be covered by line check
Sandro Mani
05:25 PM Revision 7fb1c551 (qgis): [Geometry checker] Add dangle check
Sandro Mani
05:25 PM Revision 7a518668 (qgis): [Geometry checker] Fix angle check possibly reporting end nodes of lines
Sandro Mani
05:25 PM Revision 57c348b8 (qgis): [Geometry checker] Ensure all UI items are consistently enabled/disable...
Sandro Mani
05:25 PM Revision 5470b163 (qgis): [Geometry checker] Set appropriate initial size for checker dialog
Sandro Mani
05:25 PM Revision 45862ed6 (qgis): [Geometry checker] Rename tab: Settings -> Setup
Sandro Mani
05:25 PM Revision c1b06cef (qgis): [Geometry checker] Tweak logic for choosing which layers are selected i...
Sandro Mani
05:25 PM Revision f0f66d74 (qgis): [Geometry checker] Fix LayerFeature iterator
Sandro Mani
05:25 PM Revision 49b3cee4 (qgis): [Geometry checker] Various ui improvements
Sandro Mani
05:25 PM Revision dd12b132 (qgis): [Geometry checker] Add multi-layer support to gap check
Sandro Mani
05:25 PM Revision 23affe4f (qgis): [Geometry checker] Store error values in map units, perform topology ch...
Sandro Mani
05:25 PM Revision 46e3ef73 (qgis): [Geometry checker] Ensure headers appear in project tree
Sandro Mani
05:25 PM Revision e7efde2c (qgis): [Geometry checker] Make checks report affected are in selected crs
Sandro Mani
05:25 PM Revision 2a92bfb2 (qgis): [Geometry checker] Introduce QgsGeometryCheckerContext
Sandro Mani
05:25 PM Revision 84184d45 (qgis): [Geometry checker] Use map crs for geometry and errorLocation in CheckE...
Sandro Mani
05:25 PM Revision 1642eb16 (qgis): [Geometry checker] Adapt for API changes
Sandro Mani
05:25 PM Revision b52b2c51 (qgis): [Geometry checker] Introduce QgsGeometryCheckerUtils::LayerFeatures
Sandro Mani
05:25 PM Revision 821eb409 (qgis): [Geometry checker] Initial multilayer support for contained check
Sandro Mani
05:25 PM Revision 55cf1254 (qgis): [Geometry checker] Initial multilayer support for duplicate check
Sandro Mani
05:25 PM Revision 3d8ffcb1 (qgis): [Geometry checker] Initial multilayer support for overlap check
Sandro Mani
05:25 PM Revision 31cc65df (qgis): [Geometry checker] Initial multi-layer support
Sandro Mani
05:02 PM Revision 97ad01b3 (qgis): Add the possibility to publish the url of WMS/WMTS layers and to advert...
Marco Hugentobler
04:02 PM Revision 1ecdb1dc (qgis): [auth] Menu option and configuration for auto clear auth cache
Alessandro Pasotti
04:02 PM Revision cde36f32 (qgis): [auth] Clear network authentication cache on SSL errors
Alessandro Pasotti
02:48 PM Revision e3fc73f4 (qgis): Merge pull request #5415 from rouault/use_layername
[OGR provider/askUserForOGRSublayers] Use layername= instead of layerid= when no ambiguity Even Rouault
02:29 PM Revision 0d89504e (qgis): ADD GML export to QgsTriangle
Loïc BARTOLETTI
02:20 PM Revision a6964b51 (qgis): Merge pull request #5413 from rldhont/server-bugfix-display
[Server][Bugfix] Test if the environ variable DISPLAY is defined René-Luc ReLuc
11:35 AM Revision 1d043f3c (qgis): Update test
Nyall Dawson
11:35 AM Revision d8dc0f92 (qgis): Make gpkg the first choice for processing vector outputs
Nyall Dawson
11:35 AM Revision 7bfd60ab (qgis): [Server][Bugfix] Test if the environ variable DISPLAY is defined
René-Luc ReLuc
11:04 AM Revision 1822b76c (qgis): [OGR provider/askUserForOGRSublayers] Use layername= instead of layerid...
When composing URI, use layer names if layer names are unique. This will
be more stable in case the datasource get la...
Even Rouault
07:04 AM Revision a48c2e8f (qgis): Merge pull request #4947 from lbartoletti/regularShape_gui
[FEATURE][needs-docs] Add gui to draw Circle, Ellipse, Rectangle and Regular Polygon Nyall Dawson

2017-10-22

11:03 PM Revision 2e8e72d0 (qgis): Optimise determination of adjacent vertices and move to QgsAbstractGeom...
Previously the method in QgsGeometryUtils was relying on
QgsAbstractGeometry::coordinateSequence, which is an absolut...
Nyall Dawson
11:03 PM Revision 5d675720 (qgis): Optimise calculation of QgsGeometry::vertexNrFromVertexId
By moving logic to abstract geometry subclasses so that they
can trivially retrieve the vertex number, instead of rel...
Nyall Dawson
10:03 PM Revision 16cad4d1 (qgis): - Add Signals start/stopCapturing
- fix QSpinBox -> QgsSpinBox Loïc BARTOLETTI
12:43 PM Revision 51fb6654 (qgis): Fix QgsVectorFileWriter use of transactions while writing
Previously the writer was only using transactions in some
cases (when calling the static writeAsVectorFormat method)....
Nyall Dawson
10:10 AM Revision c4f3832a (qgis): Rename QgsGeometry::fromPolyline as QgsGeometry::fromPolylineXY
and add new QgsGeometry::fromPolyline which uses QgsPoint
We want to encourage people not to use the QgsPointXY meth...
Nyall Dawson
04:09 AM Revision 10a2867c (qgis): Partially revert 28daa1a0
Using gpkg for this test is causing intermittent travis
timeouts.
.
.
.
.
Team Shapefile FTW ;)
Nyall Dawson
02:59 AM Revision 15af45f6 (qgis): Fix QgsGeometry::angleAtVertex returned wrong angle for start/end
of closed linestrings
The average angle of adjacent segments should be used in this case
Nyall Dawson

2017-10-21

05:55 PM Revision 25b04217 (qgis): follow up f243b8448e2
Jürgen Fischer
05:39 PM Revision e6f52365 (qgis): postgres provider: queries have an unknown relation type
Jürgen Fischer
05:39 PM Revision f243b844 (qgis): postgres: add support for partitioned tables (implements #17302)
Jürgen Fischer
04:33 PM Revision 6428fed8 (qgis): Merge pull request #5385 from jachym/geopackage
Put GeoPackage at first place in the menu Matthias Kuhn

2017-10-20

12:28 AM Revision 2e87d32f (qgis): [Browser] With GDAL 2.x, fix invalid detection of OGR VRT by GDAL provi...
Even Rouault
12:09 AM Revision 49071808 (qgis): [Browser] Fix invalid detection of OGR VRT by GDAL provider, and fix br...
Even Rouault
11:26 PM Revision cc96f51e (qgis): [OGR/browser] More consistant use of GDAL API
Even Rouault
09:46 PM Revision feaa8b81 (qgis): [OGR provider] subLayers(): avoid emitting error on a geometry less layer
Even Rouault
09:42 PM Revision c130f9fc (qgis): [OGR provider] Avoid (harmless) OGR errors when trying to convert GeoPa...
Even Rouault
06:29 PM Revision 32852fb4 (qgis): fix tab clicks in plugin manager
Richard Duivenvoorde
06:06 PM Revision a733ace3 (qgis): Merge pull request #5409 from rouault/fix_gpkg_many_layers
[OGR provider] Allow opening (GeoPackage) datasets with many layers Even Rouault
05:37 PM Revision 8f3d44d4 (qgis): [OGR provider] Allow opening (GeoPackage) datasets with many layers
Currently each time you instanciate a QgsOgrProvider layer, a GDAL dataset is
created. In the case of GeoPackage, thi...
Even Rouault
05:37 PM Revision c9b0a2b1 (qgis): [OGR provider] Speed-up layer addition to the canvas when selected from...
Even Rouault
05:37 PM Revision e59f1d5d (qgis): Move static variable to function scope
Even Rouault
05:11 PM Revision 08443c20 (qgis): Revert "Avoid type quotation errors in value exists check"
This reverts commit 6ce4b607c522d5db35227d2ae5f20259d4e384f0. Matthias Kuhn
04:29 PM Revision fc016ec6 (qgis): Application termination: fix crash caused by 5288aed5503205948f3785590e...
Even Rouault
04:14 PM Revision a01f153e (qgis): Feature validation should not spam the log
Matthias Kuhn
04:14 PM Revision 6ce4b607 (qgis): Avoid type quotation errors in value exists check
Matthias Kuhn
02:10 PM Revision 5288aed5 (qgis): QGisApp: fix potential crash at application closing linked to mDataSour...
Even Rouault
11:19 AM Revision c9938880 (qgis): Move creation of datasource uri for external wms layers to QgsWMSParame...
Marco Hugentobler
11:13 AM Revision 0f3d14a0 (qgis): Merge pull request #5408 from rldhont/server-handlerequest-project
[Server][FEATURE] Handle request from QgsServer with a QgsProject René-Luc ReLuc
10:25 AM Revision efb84fd2 (qgis): Merge pull request #5337 from dmarteau/qgis_utils_refactoring
Disable message hook and import override at runtime René-Luc ReLuc
09:44 AM Revision 7b455d87 (qgis): [Server][FEATURE] Handle request from QgsServer with a QgsProject
With this commit, it's posssible to handle a request from a QgsProject without writing it to the disk.
```python
ser...
René-Luc ReLuc
08:26 AM Revision 13a00aae (qgis): Merge pull request #5399 from pblottiere/server_flaky_tests
[server] WIP : reactivate flaky server tests for WMS requests Matthias Kuhn
03:16 AM Revision b2add8cf (qgis): Another attempt to avoid Travis warnings
Nyall Dawson
03:16 AM Revision 8d64e2e6 (qgis): Also add unique_ptrs for other geos classes
Nyall Dawson

2017-10-19

01:07 AM Revision 4e586818 (qgis): Fix warning if building without 3d
(AKA hurry up Fedora 27, I want Qt 5.9 already) Nyall Dawson
06:43 PM Revision 6d50b37c (qgis): Merge pull request #5403 from boundlessgeo/issue_17187_backportFrom3
[bugfix] Attribute table model not updated when a feature is changed. fixes #17280 #17187 Paul Blottiere
05:58 PM Revision a411669d (qgis): Merge pull request #5226 from aaime/rule_labels
Also export rule based labelling in SLD. Follows up to ticket #8925 Alessandro Pasotti
04:29 PM Revision e50a8aa3 (qgis): Split WMS tests to detect flaky behavior
Paul Blottiere
04:29 PM Revision 3c18232c (qgis): Unskip test_wms_getprint_srs (GetPrint has been refactored since)
Paul Blottiere
04:29 PM Revision e90f601a (qgis): Add some tests to validate assertXMLEqual
Paul Blottiere
03:51 PM Revision e7d7295a (qgis): Merge pull request #5405 from rldhont/server-wms-test-enhancement
[Server][Tests] Fix WMS tests locally René-Luc ReLuc
03:45 PM Revision 28daa1a0 (qgis): Adding more default SHP->GPKG changes
Jachym Cepicky
02:55 PM Revision aa594f53 (qgis): Also export rule based labelling. Follow up to #8925
Andrea Aime
02:48 PM Revision dc6bdc29 (qgis): [Server][Tests] Fix WMS tests locally
René-Luc ReLuc
02:16 PM Revision 9ce73616 (qgis): Possibility to set a WMS print layer for WMS/WMTS layers in qgis server...
Marco Hugentobler
12:23 PM Revision 492967a8 (qgis): [bugfix] Attribute table model not updated when a feature is changed
Paul Blottiere
11:02 AM Revision 05dcb537 (qgis): Merge pull request #5350 from pblottiere/null_218
[bugfix] Properly update filter comboboxes of relation reference widget Paul Blottiere
10:01 AM Revision b70d9b50 (qgis): Add some tests
Paul Blottiere
10:01 AM Revision f7687e27 (qgis): Filter comboboxes are reset when the widget is initialised and foreign ...
Paul Blottiere
09:26 AM Revision 79bc5d4b (qgis): Save state of 3D map views in projects + restore them on project load
Martin Dobias
09:26 AM Revision 2aaff6a3 (qgis): Move code useful for 3D view out of 2D map canvas dock code
Martin Dobias
08:14 AM Revision ac7e041a (qgis): Revert "Fix build warnings on Travis"
Hey clang - how about you don't through warnings if
fixing them breaks the build?
This reverts commit e28a555497e998...
Nyall Dawson
07:14 AM Revision 60d0db9e (qgis): [DB Manager]Set dialog alignment instead of adding trailing spaces to l...
Harrissou Santanna
06:25 AM Revision e28a5554 (qgis): Fix build warnings on Travis
Nyall Dawson
06:23 AM Revision 8927fb57 (qgis): Merge pull request #5369 from nyalldawson/toolbox_order
[processing] Always list native algorithms before 3rd party providers Nyall Dawson
05:12 AM Revision 4ce16624 (qgis): Allow processing providers to specify a long name, and show it in tooltips
Add version number to gdal provider long name Nyall Dawson
04:01 AM Revision 925ec609 (qgis): [processing] Always list native algorithms before 3rd party providers
This change ensures that searching for algorithms always returns
native algorithms before matching 3rd party algorith...
Nyall Dawson
04:01 AM Revision a33376fe (qgis): Drop version and count from algorithm item in tree view
Nyall Dawson
03:59 AM Revision 325168ee (qgis): Merge pull request #5392 from nyalldawson/file_downloader
Split QgsFileDownloader into separate core/gui classes Nyall Dawson
03:48 AM Revision b855ad1e (qgis): Merge pull request #5366 from DelazJ/effectsalign
Vertically align color widget in Effect properties dialog Nyall Dawson
03:47 AM Revision 8ca4a1a8 (qgis): Fix windows build
Nyall Dawson
03:45 AM Revision 34e30568 (qgis): Merge pull request #5371 from DelazJ/colorspace
Optimize spacing in Color settings dialog Nyall Dawson
02:52 AM Revision bb522b36 (qgis): More use of geos::unique_ptr
Nyall Dawson
02:52 AM Revision 0d6df128 (qgis): Fix leak in QgsMultiSurface::asJSON
Nyall Dawson
02:52 AM Revision 6fe89fd3 (qgis): Replace GEOSGeomScopedPtr with unique_ptr with custom deleter
And make greater use of it through QgsGeos to avoid potential
memory leaks.
Nyall Dawson

2017-10-18

01:40 AM Revision a1efff79 (qgis): [auth] Fix documentation error in QgsAuthCertUtils
Larry Shaffer
12:07 AM Revision 8107f910 (qgis): [auth] Move inline file reads to static func; add PKCS#8 sniffing func
Larry Shaffer
12:07 AM Revision 025c6f2e (qgis): [auth] Add error trap and debug fixes for PKCS#12 auth method
Larry Shaffer
12:07 AM Revision c66de140 (qgis): [auth] Add PKCS8 to PKCS1 key conversion for macOS (deps on libtasn1)
See description of QgsAuthCertUtils::pkcs8PrivateKey.
This fix may be needed on other platforms (untested at this po...
Larry Shaffer
11:29 PM Revision 406425d6 (qgis): Rename method, docs and api breaks documentation
Nyall Dawson
11:21 PM Revision 30da28a7 (qgis): Fix qt warnings thrown by QgsFileDownloader
Nyall Dawson
10:32 PM Revision 587072ca (qgis): Split QgsFileDownloader into separate core/gui classes
So that the guts of this class can be used from non-gui code Nyall Dawson
10:31 PM Revision a4067399 (qgis): Add render context flag to indicate canvas preview jobs
In future we can use this to optimise the preview job and shortcut
by doing lower quality/faster renders.
For now, u...
Nyall Dawson
10:30 PM Revision f77377e6 (qgis): Fix crash in QgsGeometry::splitGeometry
Nyall Dawson
05:41 PM Revision a6ac876d (qgis): [processing] update test data
Alexander Bruy
04:20 PM Revision fe780afc (qgis): [processing] allow reordering in multiple selection dialog
Victor Olaya
03:21 PM Revision d0623620 (qgis): [processing] retrieve dissolve parameter as boolean value
Alexander Bruy
01:21 PM Revision 64cd1c54 (qgis): manual resolve conflicts for qgisapp.ui
Loïc BARTOLETTI
11:47 AM Revision a7765ca9 (qgis): Merge pull request #5380 from boundlessgeo/bd_2272_pki_parsed_ca
[auth] Allow to optionally add CAs from PKI bundle to the trusted CAs for the configured connection Alessandro Pasotti
11:28 AM Revision 0d8d1012 (qgis): Enable tools using extent when map is rotated
Loïc BARTOLETTI
08:45 AM Revision 516540a2 (qgis): Put GeoPackage at first place in the menu [FEATURE] [needs-docs]
Jachym Cepicky
02:51 AM Revision df0d717f (qgis): Fix disabled add button in ogr source select for valid protocols
Fixes #17206 Nyall Dawson
02:28 AM Revision c295c92e (qgis): Remove empty item from plugin manager tabs
Nyall Dawson
02:25 AM Revision 5a14a928 (qgis): Fix corrupted text in buttons
Nyall Dawson

2017-10-17

11:30 PM Revision a66566a7 (qgis): Plugin Manager: Disable focus by tab key for the 'Unistall' and 'Upgrad...
Borys Jurgiel
11:14 PM Revision ccb46722 (qgis): Plugin manager layout fixes
Borys Jurgiel
09:23 PM Revision cb450fb7 (qgis): Merge pull request #5391 from tomkralidis/issue-11732
[MetaSearch] update plugin icon (fixes #11732) [needs-docs] Tom Kralidis
08:29 PM Revision 92e5de9e (qgis): [MetaSearch] update plugin icon (fixes #11732) [needs-docs]
Tom Kralidis
06:28 PM Revision 9fdd0603 (qgis): Remove useless use of binary or
Even Rouault
06:11 PM Revision b1c45d57 (qgis): [auth] Use QGIS test certificates
Alessandro Pasotti
05:29 PM Revision 288d2eed (qgis): Enable external WMS layers also for GetPrint
Marco Hugentobler
04:45 PM Revision b7bac1d1 (qgis): Merge pull request #1 from m-kuhn/propertieslayout
Propertieslayout signedav
02:53 PM Revision 2dda2abc (qgis): Remove temporary layers (highlight layers and external wms layers)
Marco Hugentobler
02:34 PM Revision c6454796 (qgis): Merge pull request #5360 from pblottiere/server_bugfix_ogc_getmap_bbox
[server][bugfix] Fix OGC test getmap bbox Paul Blottiere
02:07 PM Revision fe52c93b (qgis): Merge pull request #5389 from boundlessgeo/auth_fix_wms_from_browser_ba...
[auth][bugfix][backported] Fix auth for WFS browser items Alessandro Pasotti
02:00 PM Revision 4901f0af (qgis): Merge pull request #5303 from pblottiere/server_bugfix_ogc_queryable_layer
[server][bugfix] Fix OGC test getfeatureinfo:each-queryable-layer Paul Blottiere
12:52 PM Revision 76d0d802 (qgis): [auth][bugfix][backported] Fix auth for WFS browser items
Backported from master's PR 5387 Alessandro Pasotti
12:25 PM Revision b77c11f4 (qgis): Merge pull request #5387 from boundlessgeo/auth_fix_wfs_from_browser
[auth][bugfix] Do not expand authentication URI in browser items Alessandro Pasotti
12:00 PM Revision 40201b2e (qgis): Support external WMS layers in GetPrint and GetMap requests
Marco Hugentobler
11:52 AM Revision f69c9cc6 (qgis): WFS data items: add level to debug message
Alessandro Pasotti
11:17 AM Revision a3971ee0 (qgis): Update unit tests
Paul Blottiere
11:16 AM Revision 24a89288 (qgis): First layer level should not be set to queryable (only sublevels)
Paul Blottiere
11:16 AM Revision 2a914528 (qgis): Fix error code
Paul Blottiere
11:16 AM Revision 592033ac (qgis): Translate error message in exception
Paul Blottiere
10:09 AM Revision ab107d0e (qgis): Merge pull request #5297 from dmarteau/wfs_1_1_0
[Server][FEATURE][needs-docs] Support WFS 1.1.0 René-Luc ReLuc
09:40 AM Revision 40b916c7 (qgis): Disable message hook and import override at runtime
David Marteau
09:26 AM Revision db97e277 (qgis): Merge pull request #5372 from borysiasty/plugman
[needs-docs] Move the install-plugin-from-ZIP menu action to the plug… Borys Jurgiel
09:16 AM Revision bfa6da92 (qgis): [auth][bugfix] Do not expand authentication URI in browser items
This fixes an internally reported bug that affects all versions
>= 2.18.
The bug was caused by too early expansion o...
Alessandro Pasotti
08:31 AM Revision ba9e0437 (qgis): Merge pull request #5386 from m-kuhn/pylintFixes
Pylint fixes Matthias Kuhn
08:28 AM Revision 8b0f4239 (qgis): [auth] Removed self-signed CAs from datasource uri items
Alessandro Pasotti

2017-10-16

01:31 AM Revision 7fbecd36 (qgis): Lighter borders for projection selector map
Nyall Dawson
01:28 AM Revision 92c97df5 (qgis): Sync canvas extent rect color and center marker color
Nyall Dawson
12:55 AM Revision 5b1afd86 (qgis): "Loosen" up acceptable parameter for model child inputs
Previously we took a harsher approach to filtering which inputs
were acceptable for child algorithm parameters. E.g. ...
Nyall Dawson
12:46 AM Revision 9ff66936 (qgis): Add debug output to spatialite test
Matthias Kuhn
12:32 AM Revision 262836d5 (qgis): Fix too-many-format-args
Matthias Kuhn
12:29 AM Revision f1eba211 (qgis): Fix call to non-existent method
Matthias Kuhn
12:28 AM Revision 7aae9454 (qgis): Add abstract base method
Matthias Kuhn
12:28 AM Revision b0855e2c (qgis): Fix super call
Matthias Kuhn
12:03 AM Revision 506a8315 (qgis): Fix typo in method name
Matthias Kuhn
12:01 AM Revision b94612df (qgis): Properly raise NotImplementedError
Matthias Kuhn
11:55 PM Revision 740f58b1 (qgis): Remove broken and unused code
Matthias Kuhn
11:45 PM Revision 5bf300d7 (qgis): Fix access to member variable in classmethod
Matthias Kuhn
11:36 PM Revision 118e303a (qgis): Fix typo in method call
Matthias Kuhn
11:34 PM Revision 23c7517d (qgis): Migrate processing help to new processing registry
Matthias Kuhn
11:34 PM Revision 60db6b06 (qgis): Fix member access in postgis.py
Matthias Kuhn
11:27 PM Revision ec57d25a (qgis): Merge branch 'master' of github.com:qgis/QGIS into plugman
Borys Jurgiel
11:27 PM Revision c33dbd96 (qgis): Plugin manager: Use QgsFileWidget for installing from zip files
Borys Jurgiel
11:25 PM Revision 6538ba0b (qgis): Fix too-many-format-args
Matthias Kuhn
11:22 PM Revision d793f6c5 (qgis): Fix typo in method name
Matthias Kuhn
11:21 PM Revision 7c8cdff2 (qgis): Fix used-before-assignment
Matthias Kuhn
11:16 PM Revision 34a9d914 (qgis): Fix broken error handling
Matthias Kuhn
11:05 PM Revision 28c67e1c (qgis): Remove double-defined __init__ function
Matthias Kuhn
11:00 PM Revision 8b3a348b (qgis): Fix file modes
Matthias Kuhn
10:34 PM Revision b010b2a7 (qgis): Remove PyQt4 compatibility layer
Matthias Kuhn
10:13 PM Revision c4a75f00 (qgis): Fix remaining rubber band
Loïc BARTOLETTI
09:46 PM Revision a3f76550 (qgis): Fix a syntax error in dlg_sql_layer_window.py
Daniele Viganò
07:02 PM Revision 91593257 (qgis): Merge branch 'master' of github.com:qgis/QGIS into plugman
Borys Jurgiel
04:25 PM Revision 83212e76 (qgis): [travis] Stabilize spatialite tests
Matthias Kuhn
02:33 PM Revision 18517b36 (qgis): [auth] Document cachain argument
Alessandro Pasotti
01:13 PM Revision c176a8bf (qgis): Spin box: fix input of double values in locales with non-point decimal ...
Martin Dobias
12:59 PM Revision b3fc3a48 (qgis): [auth] Sipify and doxify
Alessandro Pasotti
11:40 AM Revision 3dfe1b35 (qgis): [processing] added support for longlong type in output memory layers
Victor Olaya
11:39 AM Revision 135aea5e (qgis): [processing] fixed type name in refactor fields alg
Victor Olaya
11:23 AM Revision b760f08b (qgis): [auth] Pass by reference in const loop
Alessandro Pasotti
11:18 AM Revision 922b1e02 (qgis): [auth] Removed oauth3 from cmake
Alessandro Pasotti
11:10 AM Revision e92e20e6 (qgis): Move native c++ processing algorithms from core library to analysis
And split into separate files for each algorithm Nyall Dawson
11:10 AM Revision cc5f7b1d (qgis): Fix doxygen warning
Nyall Dawson
11:10 AM Revision 54f88253 (qgis): Fix processing tests
Nyall Dawson
10:54 AM Revision c11e5a4a (qgis): [auth] Add checkbox to exclud root CAs from bundles on pkipkcs12 method
Alessandro Pasotti
10:54 AM Revision 891f8f20 (qgis): [auth] Add checkbox to exclud root CAs from bundles on pkipath method
Alessandro Pasotti
10:52 AM Revision d293e8f6 (qgis): [auth] Add method to exclude self-signed CAs from a list of certificates
Alessandro Pasotti
10:32 AM Revision 54040cb8 (qgis): Merge pull request #5349 from pblottiere/bugfix-reshape-tool
[bugfix] Fixes #17118 Reshape tool with z support Paul Blottiere
10:27 AM Revision 8dd8a9be (qgis): Merge pull request #5324 from DelazJ/locale
Remove Locale tab from Options dialog Matthias Kuhn
10:27 AM Revision d4635d04 (qgis): Merge pull request #5317 from pblottiere/bugfix_style
[bugfix] Fixes #17234 save/load styles from Postgres when a service file is used Matthias Kuhn
10:13 AM Revision afb2a6a0 (qgis): Merge pull request #5333 from daniviga/better-rpm
Improve buildrpms.sh for nightly builds Matthias Kuhn
09:38 AM Revision 032f225f (qgis): [auth] Merge CAs added by PKI bundles to the trusted CAs
Alessandro Pasotti
07:07 AM Revision f03c657c (qgis): Update sip binding
Paul Blottiere
07:07 AM Revision 16c8c3ee (qgis): Add test
Paul Blottiere
07:07 AM Revision 2fb7b128 (qgis): Clean reshape
Paul Blottiere
07:07 AM Revision d319e65e (qgis): Fix travis build
Paul Blottiere
07:07 AM Revision cfec1250 (qgis): [bugfix] Fixes #17118 Reshape tool with z support
Paul Blottiere
05:14 AM Revision f579f1a4 (qgis): Move bounds retrieval to QgsCoordinateReferenceSystem
Allows reuse in scripts/plugins/etc Nyall Dawson
03:48 AM Revision 0002168c (qgis): Fix wheel events in map canvas are not accepted even after
a zoom actually occurs, causing the event to pass on to underlying
widgets (e.g scroll areas)
Nyall Dawson
02:59 AM Revision 6e40b88f (qgis): Fix warnings
Nyall Dawson
02:56 AM Revision eac10960 (qgis): Fix build
Something something Monday something... :) Nathan Woodrow
02:40 AM Revision cf241f51 (qgis): [FEATURE][needs-docs] Show projection bounds in projection widget (#5356)
- Script to pull bounds from EPSG.org Postgres dump
- Add resources/data/world_map.shp for reference
- Show canvas bo...
Nathan Woodrow

2017-10-15

01:27 AM Revision ea95b385 (qgis): Added new contributor (#5363)
James Shaeffer
01:27 AM Revision 11ec24f0 (qgis): [needs-docs] Move the install-plugin-from-ZIP menu action to the plugin...
Borys Jurgiel
11:10 PM Revision 32131527 (qgis): query version from version.qgis.org instead of ubuntu.qgis.org
Jürgen Fischer
10:30 PM Revision 432ef1a2 (qgis): Optimize spacing in Color settings dialog
Harrissou Santanna
12:42 PM Revision 9a4f6556 (qgis): Simplify world map
Nathan Woodrow
12:36 PM Revision 0479f509 (qgis): Add map pan
Nathan Woodrow
12:36 PM Revision 041c0c0b (qgis): Revert project properties changes
Nathan Woodrow
10:48 AM Revision ae4d26a6 (qgis): Merge pull request #5367 from wonder-sk/vertex-iterator-2
API for traversal of geometry's vertices using iterator pattern Martin Dobias

2017-10-14

11:41 PM Revision d6a12e0b (qgis): Fix 3D build on windows
Jürgen Fischer
10:02 PM Revision 892ec18e (qgis): Add source files location
Harrissou Santanna
05:27 PM Revision 277b5086 (qgis): Fix test
Martin Dobias
03:58 PM Revision 949d2167 (qgis): Merge pull request #5316 from rldhont/db_manager_update_dblayer
[FEATURE][needs-docs][DB Manager] Be able to update every Db layer from Postgres, Spatialite and Oracle René-Luc ReLuc
01:23 PM Revision 7e34beec (qgis): New API for traversal of geometry's vertices using iterator pattern
Introducing:
1. STL-style iterator: QgsAbstractGeometry::vertex_iterator
2. Java-style iterator: QgsVertexIterator (b...
Martin Dobias
10:28 AM Revision b6ed28b3 (qgis): Vertically align color widget in Effect properties dialog
Harrissou Santanna
09:13 AM Revision 48e9fe8f (qgis): Rename shp file
Nathan Woodrow
09:13 AM Revision ab6723f8 (qgis): Add extents to info area
Nathan Woodrow
09:13 AM Revision 5ba908ac (qgis): Add script to pul bounds from epsg dumps
Nathan Woodrow
09:13 AM Revision d2d20b22 (qgis): Show the bounds on the map when selected
Nathan Woodrow
09:13 AM Revision 616f7869 (qgis): Move map to bottom of layout
Nathan Woodrow

2017-10-13

05:17 PM Revision 364847fc (qgis): [tr] translation update from Carlos
Werner Macho
04:21 PM Revision d3109715 (qgis): Merge pull request #5302 from boundlessgeo/issue_16803_DefaultIcon_to_a...
set default legend raster icon when wms layer Alessandro Pasotti
01:36 PM Revision b91b854a (qgis): Merge pull request #5352 from nyalldawson/geom
Geometry cleanups and modernization Nyall Dawson
01:02 PM Revision 7b7dad08 (qgis): [auth] Add CAs to the connection for pkipkcs12
Alessandro Pasotti
01:02 PM Revision 7cb908aa (qgis): [auth] Add CAs to the connection for pkipaths
Alessandro Pasotti
01:01 PM Revision 0a2f7540 (qgis): [auth] Use utility method certsToPemText
Alessandro Pasotti
01:00 PM Revision f804f0b1 (qgis): [auth] Port to QGIS3 and re-enable python test for QGIS auth system
Alessandro Pasotti
12:59 PM Revision 25cd27a5 (qgis): [auth] Add tests for CA utility methods
Alessandro Pasotti
12:58 PM Revision 566ad8b5 (qgis): [auth] Add CA utility methods
Alessandro Pasotti
12:56 PM Revision f4b4030f (qgis): [auth] Add CA chain to auth config
Alessandro Pasotti
11:55 AM Revision 947b0cc4 (qgis): Safer memory management in geos
Also speed up avoid intersections by removing unnecessary geometry
cloning
Nyall Dawson
11:54 AM Revision c3fdaa95 (qgis): Some safer memory management for geos
Nyall Dawson
11:47 AM Revision 82845751 (qgis): Even more memory safety in geometry internals by using qgis::make_unique
Nyall Dawson
11:47 AM Revision 88e13602 (qgis): Rename detach methods in QgsGeometry for clarity
Now we have:
- detach (which clones the existing geometry)
and
- reset (which detaches without cloning and sets a ne...
Nyall Dawson
11:47 AM Revision 85321b46 (qgis): 'Polyfill' std::make_unique to qgis::make_unique
Nyall Dawson
11:47 AM Revision 24a9c522 (qgis): Move qgsAsConst to qgis::as_const
So it's more inline with the std::as_const implementation which
it fills in for, and allows us to 'polyfill' other c+...
Nyall Dawson
11:44 AM Revision b250729e (qgis): [3d] add show labels toggle, default to off (#5361)
Mathieu Pellerin - nIRV
11:18 AM Revision b922166d (qgis): Rework internal geometry memory management
Use unique_ptrs wherever possible, and cleanup geometry
detachments
Nyall Dawson
11:18 AM Revision 1852d2b8 (qgis): Fix travis build
Nyall Dawson
11:18 AM Revision e13a4aaa (qgis): Cleanup some loops
Nyall Dawson
09:54 AM Revision 25d40f36 (qgis): layer tree & 3d view toolbar panel size fix
Mathieu Pellerin - nIRV
09:39 AM Revision ca0aa72b (qgis): [needs-docs] Remove OpenStreetMap integration in analysis lib + app
- unmaintained and barely working anymore
- clunky GUI
- not supporting .pbf
- there are other python plugins doing t...
Martin Dobias
09:37 AM Revision a170dcb0 (qgis): Fix dragging 3D view with mouse when camera is far
Before, when looking at a greater area (e.g. spanning 200km or more),
dragging 3D view with left mouse button would n...
Martin Dobias
09:34 AM Revision 6447beef (qgis): Add some tests
Paul Blottiere
09:33 AM Revision e67a191f (qgis): [server][bugfix] Fixes OGC tests on getmap bbox
Paul Blottiere
06:20 AM Revision b740a89c (qgis): Updated the transparency widget to fix bug #16649 (#5358)
James Shaeffer
05:19 AM Revision 873b4b08 (qgis): [3d view] harmonize panel icon size
Mathieu Pellerin - nIRV
05:02 AM Revision 9a3b547d (qgis): Merge pull request #5330 from nyalldawson/layout_next
[layouts] Port group handling Nyall Dawson

2017-10-12

01:58 AM Revision f6ee7cb0 (qgis): Merge pull request #5344 from nyalldawson/algs
[processing] Port some algs to c++, minor improvements Nyall Dawson
12:36 AM Revision d39427b8 (qgis): Fix build warning
Nyall Dawson
12:30 AM Revision 18f85d9e (qgis): Port drop M/Z algorithm to c++
Nyall Dawson
12:29 AM Revision b5197c8c (qgis): Port drop geometries to c++
Nyall Dawson
12:28 AM Revision 2951afa3 (qgis): Port boundary algorithm to c++
Also allow feature based algorithms to customise their appectable
input layers types and set suitable filters for all...
Nyall Dawson
12:26 AM Revision cac171a2 (qgis): Port Join Attributes to c++, add option to select subset of fields to copy
Nyall Dawson
12:26 AM Revision cc19d0a7 (qgis): Port hub lines algorithm to c++
Also:
- optimise a bit
- retain z/m values
- use point on surface for non-point layers, instead of
center of geometry...
Nyall Dawson
12:26 AM Revision bd24c8b6 (qgis): Allow selection of a subset of fields to keep for hub lines algorithm
Nyall Dawson
12:26 AM Revision 97c1b0d3 (qgis): [FEATURE] Port autoincremental field to c++
Also add:
- support for setting initial value for field to start at
- support for user-set field names (instead of al...
Nyall Dawson
12:26 AM Revision 61dc8ea2 (qgis): [FEATURE][processing] New 'assign projection' algorithm
This algorithm assigns a new projection to a vector layer.
It creates a new layer with the exact same features and
ge...
Nyall Dawson
10:37 PM Revision e208bc0e (qgis): Change QgsMapTool *mAddFeature to QgsMapToolAddFeature *mAddFeature and
remove dynamic_cast Loïc BARTOLETTI
09:36 PM Revision 775ac7ba (qgis): Avoid duplicate code for check if the layer is editable
Loïc BARTOLETTI
09:29 PM Revision 299fff7f (qgis): Use lambdas in the connect for tools (and circular tools)
Loïc BARTOLETTI
05:08 PM Revision edf73467 (qgis): [processing] use a vector feature source for gdal clip raster by mask (...
Mathieu Pellerin - nIRV
03:10 PM Revision 63219239 (qgis): Merge pull request #5305 from boundlessgeo/issue_15498_waitRenederingEn...
for SQlite vectors wait rendering end to avoid file lock: fixes #15498 Alessandro Pasotti
01:52 PM Revision 5b74bdfe (qgis): Fix numerical problems in the tessellator
Due to the recent changes to allow non-horizontal surfaces, tessellator was loosing precision
in float math with larg...
Martin Dobias
01:50 PM Revision 2f29e162 (qgis): [Server][WFS] check const and indetation
René-Luc ReLuc
01:50 PM Revision 24a68547 (qgis): [Server][WFS] Update GML GetFeature document
René-Luc ReLuc
01:50 PM Revision 1558b03e (qgis): [Server][WFS] Update Transaction 1.1.0
René-Luc ReLuc
01:49 PM Revision 0d350b88 (qgis): [Server][WFS][Feature] Support resultType=hits from GetFeature 1.1.0
René-Luc ReLuc
01:49 PM Revision 1e009b47 (qgis): [Server][Tests] Update PyQgsServerWFS test for 1.1.0
René-Luc ReLuc
01:49 PM Revision 96ec4bba (qgis): [Server][Tests] Enhance assertXMLEqual
René-Luc ReLuc
01:49 PM Revision c7a396bd (qgis): [Server][WFS] Update GetFeature 1.1.0
René-Luc ReLuc
01:49 PM Revision 44754edf (qgis): [Server][WFS] Update QgsWfsParameters for GetFeature
René-Luc ReLuc
01:49 PM Revision 5d2c0350 (qgis): [Server] Request handler reads the document root attributes to expose p...
René-Luc ReLuc
01:49 PM Revision b8ebbc14 (qgis): [Server][Tests] Add PyQgsServerWFS test
René-Luc ReLuc
01:49 PM Revision d7a48c6a (qgis): [Server][WFS] Update DescribeFeatureType 1.1.0
René-Luc ReLuc
01:48 PM Revision c8a4407d (qgis): [Server][WFS] add QgsWfsParameters
René-Luc ReLuc
01:48 PM Revision c0117dfd (qgis): [Server][WFS] Update GetCapabilities 1.1.0
René-Luc ReLuc
01:45 PM Revision 1b9d8ee4 (qgis): [Server][WFS,1.1.0] Add layout for WFS supports
René-Luc ReLuc
07:00 AM Revision d97a51b5 (qgis): Merge pull request #5243 from alexbruy/processing-gdal
[processing] restore GDAL algorithms Alexander Bruy
05:58 AM Revision 0028486a (qgis): Merge pull request #5185 from nyalldawson/materialize
QgsFeatureSource::materialize experiment Nyall Dawson
05:54 AM Revision 5f401815 (qgis): Fix duplicate widget name
Harrissou Santanna
05:52 AM Revision 8fd37334 (qgis): [processing] use raster iterator in raster layer unique values report (...
Mathieu Pellerin - nIRV

2017-10-11

10:32 PM Revision 098611c3 (qgis): add helper to build a QgsRectangle from a WKT string
Etienne Trimaille
09:47 PM Revision c6565da3 (qgis): [needs-docs] Move Locale tab to General tab
Harrissou Santanna
09:17 PM Revision 5515d682 (qgis): [FEATURE] Data-defined extrusion and height for 3D polygon symbols
... because buildings with even heights are boring! Martin Dobias
05:31 PM Revision 206965c7 (qgis): simplified stopRendering just before commitChanges
Luigi Pirelli
04:55 PM Revision ea7ca584 (qgis): [processing] add second hash for linear grid interpolation test
Alexander Bruy
04:06 PM Revision 750e80f7 (qgis): [processing] restore ogr2ogr algorithm
Alexander Bruy
04:06 PM Revision 0f226645 (qgis): [processing] homogenize gdal algorithms
-consistent parameters naming
-use additional creation options where possible
-remove duplicated functionality
Alexander Bruy
04:06 PM Revision 6a1b68ed (qgis): [processing] restore gdal2tiles algorithm
Alexander Bruy
04:06 PM Revision ff5a42a3 (qgis): [processing] restore pct2rgb algorithm
Alexander Bruy
04:06 PM Revision c53ff66c (qgis): fix permissions
Alexander Bruy
04:06 PM Revision b1ff4d77 (qgis): [processing] restore polygonize algorithm
Also expose band parameter Alexander Bruy
04:06 PM Revision c9ea8892 (qgis): [processing] restore TPI algorithm
Alexander Bruy
04:06 PM Revision f663ceb8 (qgis): [processing] restore slope algorithm
Alexander Bruy
04:06 PM Revision 56863b87 (qgis): [processing] restore roughness algorithm
Alexander Bruy
04:06 PM Revision 7965d52a (qgis): [processing] use native API to get GDAL driver name from filename
Alexander Bruy
04:06 PM Revision 6ec7b6e7 (qgis): remove duplicate tests
Alexander Bruy
04:06 PM Revision 491a9aab (qgis): [processing] restore gdal2xyz algorithm
Alexander Bruy
04:06 PM Revision 5b7b3a99 (qgis): [processing] restore gdaladdo algorithm
Alexander Bruy
04:06 PM Revision 7c9d6343 (qgis): [processing] rename some algorithms to avoid naming conflicts and
maintain consistency Alexander Bruy
04:06 PM Revision 105222ea (qgis): [processing] restore ogrinfo algorithm
Alexander Bruy
04:06 PM Revision 9b74d9f2 (qgis): [processing] restore offset curve algorithm
Alexander Bruy
04:06 PM Revision fde5c89d (qgis): fix typos and add tests for gdal algorithms
Alexander Bruy
04:06 PM Revision bba509ee (qgis): [processing] fixes to Offset curve algorithm
Alexander Bruy
04:06 PM Revision 98dfda3a (qgis): [processing] restore buffer algorithm
Alexander Bruy
04:06 PM Revision f59e3a34 (qgis): [processing] homogenize and improve Points along lines
Alexander Bruy
04:06 PM Revision 3750a5bf (qgis): [processing] restore one side buffer algorithm
Alexander Bruy
04:06 PM Revision 679cc2c8 (qgis): [processing] restore clip vector by extent algorithm
Alexander Bruy
04:06 PM Revision 6c7a2926 (qgis): [processing] restore clip vector by mask algorithm
Alexander Bruy
04:06 PM Revision efa97b29 (qgis): remove unused includes
Alexander Bruy
04:06 PM Revision 10baf9a1 (qgis): [processing] restore proximity algorithm
Alexander Bruy
04:06 PM Revision fb958df6 (qgis): [processing] restore dissolve algorithm
Alexander Bruy
04:06 PM Revision 68863a9c (qgis): [processing] restore Execure SQL algorithm
Alexander Bruy
04:06 PM Revision fd12d296 (qgis): [processing] restore gdal_merge algorithm
Alexander Bruy
04:06 PM Revision ff75873e (qgis): [processing] tests for OGR-based algorithms
Alexander Bruy
04:06 PM Revision 90308f33 (qgis): [processing] restore contour algorithm
Also expose new parameters and use custom widget for additional
creation options
Alexander Bruy
04:06 PM Revision babc35d1 (qgis): [processing] restore sieve algorithm
Alexander Bruy
04:06 PM Revision 8646072d (qgis): [processing] restore fillnodata algorithm
Alexander Bruy
04:06 PM Revision 61385275 (qgis): fix indentation
Alexander Bruy
04:06 PM Revision fce3e183 (qgis): [processing] minor fixes in rgb2pct algorithm
Alexander Bruy
04:06 PM Revision 232fd474 (qgis): [processing] restore gdaltindex algorithm and expose additional parameters
Alexander Bruy
04:06 PM Revision 8c09860d (qgis): [processing] restore moving average interpolation
Alexander Bruy
04:06 PM Revision dc7b9e41 (qgis): [processing] restore grid data metrics algorithm
Alexander Bruy
04:06 PM Revision 587907e0 (qgis): [processing] restore clip raster by mask algorithm
Alexander Bruy
04:06 PM Revision 1744ad71 (qgis): [processing] restore clip raster by extent algorithm
Alexander Bruy
04:06 PM Revision 4272b8b7 (qgis): [processing][FEATURE] add linear interpolation
Alexander Bruy
04:06 PM Revision 67265c64 (qgis): [processing] reproject extent into input CRS where possible
Alexander Bruy
04:06 PM Revision 1ece552c (qgis): [processing] fix import
Alexander Bruy
04:06 PM Revision 874c7f54 (qgis): [processing] fix copy-paste error in Execute SQL
Alexander Bruy
04:06 PM Revision 97238fd6 (qgis): [processing] fix SQL-based geoprocessing tools and tests
Alexander Bruy
04:06 PM Revision 46662443 (qgis): [processing][FEATURE] add IDW with neareast neighbor search
Alexander Bruy
04:06 PM Revision 26f80351 (qgis): [processing] restore nearest neighbor interpolation
Alexander Bruy
04:06 PM Revision c4c780fa (qgis): [processing] tests for clipping (raster and vector) algorithms
Alexander Bruy
04:06 PM Revision 95c91f88 (qgis): [processing] restore retile algorithm
Alexander Bruy
04:06 PM Revision c0e47a71 (qgis): [processing] disable test for script-based algorithms as GDAL scripts
are not available on Travis Alexander Bruy
04:06 PM Revision 21e4fc51 (qgis): [processing] exclude location field from check
Alexander Bruy
04:06 PM Revision 49f9ceef (qgis): [processing] disable clip by polygon tests as they pass locally but
fail on Travis with TopologyException
ERROR 1: TopologyException: Input geom 1 is invalid: Self-intersection
at or n...
Alexander Bruy
04:06 PM Revision 2104b273 (qgis): [processing][API]introduce QgsProcessingOutputFile output and fix gdal2...
Alexander Bruy
04:06 PM Revision 79c26c38 (qgis): [processing] fix execute sql test
Alexander Bruy
04:06 PM Revision e165d45a (qgis): [processing] fix GDAL raster tests
Alexander Bruy
04:06 PM Revision ad591c76 (qgis): [processing] restore inverse distance to a power algorithm
Alexander Bruy
04:06 PM Revision 4c2c568f (qgis): fix optional CRS parameter handling
Alexander Bruy
04:06 PM Revision 4ac442f5 (qgis): [processing] fix test for clip vector by mask algorithms
Alexander Bruy
04:06 PM Revision f65de2ca (qgis): [processing] fix clip by extent tests
Alexander Bruy
04:06 PM Revision 2c50fd8d (qgis): [processing] use feature source in the interpolation algorithms
Alexander Bruy
03:54 PM Revision 5e097d83 (qgis): Merge pull request #5345 from boundlessgeo/auth_mutex_backport
Auth mutex backport Alessandro Pasotti
02:05 PM Revision 79837b04 (qgis): [auth] Change static members prefix from 'm' to 's' as per coding stand...
Alessandro Pasotti
01:57 PM Revision 6c1d5701 (qgis): Merge pull request #5342 from wonder-sk/tessellator-fixes
Fixes to make tessellation of polygons without Z work again Martin Dobias
01:27 PM Revision ee89bf55 (qgis): [auth] Added mutex to protect cache for pkipkcs12 auth
Alessandro Pasotti
01:26 PM Revision afeaa7f5 (qgis): [auth] Added mutex to protect cache for pkipaths auth
Alessandro Pasotti
01:24 PM Revision 4ccaf11d (qgis): [auth] Added mutex to protect cache for identcert auth
Alessandro Pasotti
01:22 PM Revision 5de906fb (qgis): [auth] Added mutex to protect cache for basic auth
Alessandro Pasotti
01:19 PM Revision 38a43971 (qgis): [auth] Check for empty credentials instead of null
Alessandro Pasotti
01:08 PM Revision 33d23732 (qgis): Merge pull request #5338 from PeterPetrik/fix_build_gui_off
fix build with -DWITH_GUI=FALSE Alessandro Pasotti
12:33 PM Revision 006352f1 (qgis): More tessellation fixes and more unit tests
Martin Dobias
12:13 PM Revision 2b742c7d (qgis): bump to Qt 5.9 for the 3D
Etienne Trimaille
12:09 PM Revision 46551a92 (qgis): used independent QEventLoop instead of processEvents
Luigi Pirelli
10:07 AM Revision 8412a87c (qgis): Improvements to tessellator unit test + death to qIsNaN()
Martin Dobias
10:06 AM Revision eb5c559d (qgis): Merge pull request #5332 from boundlessgeo/auth_mutex
[auth] Add mutexes to protect access to authentication config cache from multiple threads Alessandro Pasotti
09:58 AM Revision b6119165 (qgis): more detailed comment about the scope of the fix
Luigi Pirelli
09:37 AM Revision 5231ef64 (qgis): Merge pull request #5290 from boundlessgeo/issue_16296_ddErrorInDbManag...
[db_manager] d&d fix from spatialite and geopackage: fixes #16296 Alessandro Pasotti
09:13 AM Revision 0b5d07c2 (qgis): debian packaging: server's schemaExtension.xsd moved
Jürgen Fischer
08:18 AM Revision bf58e3d6 (qgis): add missing header to GDAL_MOC_HDRS
Peter Petrik
08:06 AM Revision 562e9b44 (qgis): Add some const
Paul Blottiere
03:40 AM Revision da858ee2 (qgis): Fix dxf export when CRS is not canvas CRS and not limiting to canvas ex...
(cherry-picked from 0b47ea8) Nyall Dawson

2017-10-10

01:17 AM Revision 2c246908 (qgis): Fixes to make tessellation of polygons without Z work again
+ initial work on unit testing of tessellator Martin Dobias
05:03 PM Revision 2a63ed92 (qgis): fix build with -DWITH_GUI=FALSE
Peter Petrik
03:22 PM Revision 754c6dd9 (qgis): Merge pull request #5336 from manisandro/ogrsublayer_tinpolysurf
[OGR] List TIN and PolyhedralSurface as Polygon when searching sublayers Sandro Mani
02:09 PM Revision b2021e93 (qgis): [OGR] List TIN and PolyhedralSurface as Polygon when searching sublayers
Sublayer geometry types are always single types Sandro Mani
01:18 PM Revision 59fa541b (qgis): Merge pull request #5295 from liberostelios/3d-improve-triangulation
Improve triangulation for QGIS 3D Martin Dobias
01:15 PM Revision 904a877a (qgis): Merge pull request #5293 from nyalldawson/fix_dxf_reprojection
Fix dxf export when CRS is not canvas CRS and not limiting to canvas extent Jürgen Fischer
01:12 PM Revision 9d8734c2 (qgis): Merge pull request #5195 from wonder-sk/tracing-with-offset
Tracing with offset Martin Dobias
12:22 PM Revision 863197f0 (qgis): Code layout fixes after rebase
Martin Dobias
10:50 AM Revision f16b2156 (qgis): Fix usability issues of tracing with offset
Martin Dobias
10:50 AM Revision 89b884a3 (qgis): Fixes to initial unwanted segment when tracing with offset + unit tests!
Martin Dobias
10:50 AM Revision b140b297 (qgis): [FEATURE] Tracing with optional offset
Tracing button in the snapping toolbar gets extra menu where it is possible to set
offset that will be applied to the...
Martin Dobias
10:20 AM Revision 217c0e79 (qgis): Merge pull request #5145 from pblottiere/bugfix_ogc_getcapa_schemalocation
[server][bugfix] Fix OGC test getcapabilities:validate-using-schemaLocation Paul Blottiere
09:02 AM Revision b80bfa8f (qgis): schemaExtension.xsd is now installed in share directory
Paul Blottiere
09:02 AM Revision a9a2c200 (qgis): Search schemaExtension.xsd in share directory
Paul Blottiere
09:02 AM Revision 43bb3119 (qgis): Add test
Paul Blottiere
09:02 AM Revision 11500766 (qgis): Fix OGC test getcapabilities:validate-using-schemaLocation
Paul Blottiere
08:58 AM Revision e6dcfa4e (qgis): Merge pull request #5287 from pblottiere/null
[bugfix] Properly update filter comboboxes of relation reference widget Paul Blottiere
08:52 AM Revision 61dcba4a (qgis): [processing] add area to raster layer unique values report algorithm (#...
Mathieu Pellerin - nIRV
08:05 AM Revision fc876fe5 (qgis): Add some tests
Paul Blottiere
08:05 AM Revision f18293fb (qgis): Filter comboboxes are reset when the widget is initialised and foreign ...
Paul Blottiere
06:02 AM Revision 7b6156e4 (qgis): Set correct shortcut keys for undo/redo actions
Nyall Dawson
02:31 AM Revision a376a399 (qgis): Better consistency for undo command text in layouts
Nyall Dawson
02:13 AM Revision 183da9f2 (qgis): Add undo/redo to layout context menu
Refs #1830 Nyall Dawson
02:12 AM Revision 2bba805d (qgis): Use QUndoStack generated actions for undo/redo
Benefits include correct icon text describing actual action
which will be undone/redone, automatic disabling/enabling...
Nyall Dawson

2017-10-09

01:48 AM Revision 53e24f19 (qgis): [FEATURE][layouts] Add group/ungroup action to layout context menu
Group/ungroup actions show only when an appropriate selection
is present. I.e. "group" appears when a selection of at...
Nyall Dawson
01:37 AM Revision fdc0f750 (qgis): Fix redoing group visibility creates multiple new undo commands
Nyall Dawson
01:06 AM Revision 30eab106 (qgis): Fix handling of overlapping item commands
Nyall Dawson
11:43 PM Revision 5a9278b5 (qgis): remove setParentTool method in QgsMapToolAddCircularString
Loïc BARTOLETTI
11:05 PM Revision 00e12bc3 (qgis): - Increases the number of segments for QgsMapToolAddEllipse
Loïc BARTOLETTI
10:33 PM Revision 8fb2c3cf (qgis): Fix doxygen test
Nyall Dawson
09:43 PM Revision b791da31 (qgis): Fix tests
Nyall Dawson
05:10 PM Revision fa1d299e (qgis): Fix a typo in rpm/README.md
Daniele Viganò
04:31 PM Revision 34433ae1 (qgis): Improve visibility of tangents tool on cadCanvasMoveEvent (compatible
when CADDockWidget is enabled) Loïc BARTOLETTI
04:20 PM Revision 5fcba063 (qgis): user std str replace instead of re module
Luigi Pirelli
03:58 PM Revision d939e31a (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into better-rpm
Daniele Viganò
02:44 PM Revision 81e0c1b4 (qgis): Fix indent
Loïc BARTOLETTI
02:36 PM Revision ab78d718 (qgis): Use toCircularString instead of toPolygon for circle.
Loïc BARTOLETTI
02:05 PM Revision 19ee74b5 (qgis): Better RPM generation, add support for unstable builds
Daniele Viganò
01:43 PM Revision b2620ae2 (qgis): Add ConvertToSubClass code to vertexmarker
Matthias Kuhn
01:43 PM Revision 8759e7cd (qgis): fix SIP_CONVERT_TO_SUBCLASS placement
Denis Rouzaud
01:37 PM Revision 8b8d0853 (qgis): correct recognition of GPKG during save commit
Luigi Pirelli
01:24 PM Revision f0097fde (qgis): - Request for qgsmaptoolregularpolygoncentercorner.cpp and
qgsmaptoolregularpolygoncenterpoint.cpp
- Remove useless mNumberSidesSpinBox->setMinimum( 3 );
Loïc BARTOLETTI
01:14 PM Revision df947aa1 (qgis): Typo for qgsmaptoolellipsecenter2points.{cpp,h}
Loïc BARTOLETTI
01:12 PM Revision 8eaa8c23 (qgis): Fix indentation in tesselator
Stelios Vitalis
01:06 PM Revision e3205654 (qgis): Requests for QgsMapToolCircle2TangentsPoint
Loïc BARTOLETTI
01:01 PM Revision d72eebd2 (qgis): Requests for QgsMapToolAddRegularPolygon
Loïc BARTOLETTI
12:37 PM Revision 46a0a48f (qgis): When moving/resizing grouped items, don't snap to selected
groups members Nyall Dawson
12:28 PM Revision f58947d9 (qgis): Fix valgrind noise
Nyall Dawson
12:05 PM Revision 8ea5fe7d (qgis): - mParentTool -> intialize to nullptr;
- =delete to explicit class;
- move clean() to private;
- remove unnecessary initializer;
Loïc BARTOLETTI
12:03 PM Revision 60485ace (qgis): aligend to use QLatin1String to have a better portability to qgis3
Luigi Pirelli
11:56 AM Revision 5107f995 (qgis): replace vertexes by vertices
follow up 6b418decd6fe59a5a29716ff3014e476ec205091 Denis Rouzaud
11:42 AM Revision 201091ea (qgis): [FEATURE][processing] raster layer unique values count algorithm (#5308)
Mathieu Pellerin - nIRV
11:23 AM Revision 02acbb41 (qgis): Fix undo/redo for groups
Nyall Dawson
11:23 AM Revision e17b32c6 (qgis): Fix moving/resizing grouped items
Nyall Dawson
11:23 AM Revision eb2b181a (qgis): When a grouped item is selected, we only draw the individual item
bounds (not the group bounds) Nyall Dawson
11:23 AM Revision 606ad21a (qgis): Port group actions from composer
Nyall Dawson
11:23 AM Revision 5aa9a155 (qgis): Start porting group handling from composer
Nyall Dawson
11:23 AM Revision 955742a3 (qgis): Don't create undo commands on destroying a layout
Nyall Dawson
11:23 AM Revision 7c81a151 (qgis): Grouped items are not selectable
Nyall Dawson
11:02 AM Revision f939932c (qgis): 3D tesselator fixes and refactoring to avoid leaks
Stelios Vitalis
10:32 AM Revision d377970d (qgis): Requests for QgsMapToolAddCircle
Loïc BARTOLETTI
10:13 AM Revision 6b418dec (qgis): Spelling: use vertices rather than vertexes
... because that's what's used almost consistently throughout the codebase. Matthias Kuhn
09:58 AM Revision ac66ced1 (qgis): Merge pull request #5086 from pblottiere/pr_auxiliary_storage
[Feature] Auxiliary Storage Paul Blottiere
09:51 AM Revision 8a8e2e3a (qgis): fix sipify test
Denis Rouzaud
09:51 AM Revision 6e14854f (qgis): [sipify] remove redundant private sections
Denis Rouzaud
08:32 AM Revision 9bbd0eac (qgis): Update sip binding
Paul Blottiere
08:31 AM Revision 2dddf78b (qgis): Fix indentation
Paul Blottiere
06:39 AM Revision 9cb3ff3c (qgis): Fix checkbox status for auxiliary field
Paul Blottiere
06:39 AM Revision 9fd80f9b (qgis): Check if join information is for auxiliary layer when filtering
Paul Blottiere
06:39 AM Revision 1fb9f2ae (qgis): Ignore archive files given as layername in command line
Paul Blottiere
06:39 AM Revision 12dfb197 (qgis): Emit signal to update the style dock
Paul Blottiere
06:39 AM Revision 67cff3dd (qgis): Auxiliary fields are linked to data defined for all subproviders
Paul Blottiere
06:13 AM Revision 3f8ae8b2 (qgis): Some minor refactoring
Paul Blottiere
06:13 AM Revision 821aadc4 (qgis): Hide auxiliary columns which can be edited by "change label properties"...
Paul Blottiere
06:13 AM Revision 34ac1ecb (qgis): Automatically update the editor widget setup according to the standard ...
Paul Blottiere
06:13 AM Revision fd455f67 (qgis): A simple click is enough to create auxiliary layer and display "change ...
Paul Blottiere
06:13 AM Revision ce2436dc (qgis): Some cleanup in maptool
Paul Blottiere
06:13 AM Revision df021570 (qgis): Auxiliary fields for symbol layers
Paul Blottiere
06:13 AM Revision 429b1ec3 (qgis): Fix auxiliary field creation for QgsSymbolListWidget
Paul Blottiere
06:13 AM Revision 609249db (qgis): Change label maptool is always available and underlying properties are ...
Paul Blottiere
06:13 AM Revision 5b278d74 (qgis): Move/rotate/hide/pin map tools are always available
Paul Blottiere
06:13 AM Revision 703fbde0 (qgis): Do not activate auxiliary data button everywhere
Paul Blottiere
06:13 AM Revision 9306226e (qgis): Auxiliary field creation is correctly managed for width in QgsSymbolsLi...
Paul Blottiere
06:13 AM Revision baa2b968 (qgis): Auxiliary data is cloned too
Paul Blottiere
06:13 AM Revision 97ee342e (qgis): Set editor widget setup to Hidden
Paul Blottiere
06:13 AM Revision e14c5a24 (qgis): Update documentation and sip binding
Paul Blottiere
06:13 AM Revision 27cbc91d (qgis): Add a safe guard
Paul Blottiere
06:13 AM Revision cbd79730 (qgis): Expand documentation
Paul Blottiere
06:13 AM Revision 94fde118 (qgis): Fix join information in clone
Paul Blottiere
06:13 AM Revision b6752df6 (qgis): Auxiliary storage can be used on non spatial layer
Paul Blottiere
06:13 AM Revision 4fa34009 (qgis): Properly update layer settings when an auxiliary field is deleted
Paul Blottiere
06:13 AM Revision 4e10a11a (qgis): Add a custom name for symbol layers in property definition
Paul Blottiere
06:13 AM Revision fc0ebb78 (qgis): Allow user to create its own auxiliary field
Paul Blottiere
06:13 AM Revision 7483c6e9 (qgis): Remove QgsAuxiliaryField class
Paul Blottiere
06:13 AM Revision c2b82901 (qgis): Update documentation and sip binding
Paul Blottiere
06:13 AM Revision c677c40b (qgis): Update information label
Paul Blottiere
06:13 AM Revision c3b1cb3f (qgis): Remove Q_FOREACH
Paul Blottiere
06:13 AM Revision 4495e8ab (qgis): Actions are already initialized in header
Paul Blottiere
06:13 AM Revision 3d7ac657 (qgis): Add tests
Paul Blottiere
06:13 AM Revision 328eabfb (qgis): Update sip binding
Paul Blottiere
06:13 AM Revision 51a52293 (qgis): Revert a modification in diagram provider
Paul Blottiere
06:01 AM Revision 88e8eb4f (qgis): Update sip binding
Paul Blottiere
06:01 AM Revision a30e1cb0 (qgis): Always remove join info before resetting auxiliary layer
Paul Blottiere
06:01 AM Revision c22bfdc8 (qgis): Fix comment
Paul Blottiere
06:01 AM Revision 453eba36 (qgis): Fix pointer initalization
Paul Blottiere
06:01 AM Revision 191f2a7e (qgis): Expand documentation for QgsAuxiliaryLayer class
Paul Blottiere
06:01 AM Revision 38e53014 (qgis): Replace reset/release by std::move for unique_ptr
Paul Blottiere
06:01 AM Revision 1a24af1b (qgis): Fix saveAs
Paul Blottiere
06:01 AM Revision fcdf20df (qgis): Origin in QgsProperty is a string and pal is replaced by labeling
Paul Blottiere
06:01 AM Revision ae091359 (qgis): Expand documentation for QgsAuxiliaryStorage constructors
Paul Blottiere
06:01 AM Revision ceb3dd7f (qgis): Fix documentation
Paul Blottiere
06:01 AM Revision ad1e1580 (qgis): Remove default value for origin of property
Paul Blottiere
06:01 AM Revision ba9a84f3 (qgis): Rename name method to nameFromProperty
Paul Blottiere
06:01 AM Revision e05e920e (qgis): Add explicit keyword
Paul Blottiere
06:01 AM Revision 05eeb87c (qgis): Init bool value in header and do not init qstring attributes with empty...
Paul Blottiere
06:01 AM Revision 622fbfdc (qgis): Fix enable state for change label map tool
Paul Blottiere
06:01 AM Revision f7262859 (qgis): Remove default in switch/case to rise warning if a new data type is added
Paul Blottiere
06:01 AM Revision 4920a14a (qgis): Move isAuxiliaryField to QgsVectorLayer
Paul Blottiere
06:01 AM Revision 9d280943 (qgis): Add QStringLiteral
Paul Blottiere
06:01 AM Revision 070cc6aa (qgis): Initialise pointers in header for QActions
Paul Blottiere
06:01 AM Revision e36c5e2d (qgis): Implement clear action
Paul Blottiere
06:01 AM Revision c4dd1d42 (qgis): In case of a null variant, the default value is returned (otherwise mov...
Paul Blottiere
06:01 AM Revision 2d796015 (qgis): Do not show join configuration for auxiliary layer
Paul Blottiere
06:01 AM Revision bca89734 (qgis): Implement delete action
Paul Blottiere
06:01 AM Revision dcec98df (qgis): Implement export action
Paul Blottiere
06:01 AM Revision 4a8fce2b (qgis): Implement delete field action
Paul Blottiere
06:01 AM Revision 0dcfd56c (qgis): Rowid column from ogr provider is ignored thanks to a blacklist join op...
Paul Blottiere
06:01 AM Revision fa4a4268 (qgis): Update documentation and sip binding
Paul Blottiere
06:01 AM Revision 0c21e515 (qgis): Add a safe guard
Paul Blottiere
06:01 AM Revision e1781b97 (qgis): Button to store data in project activates the property if it exists in ...
Paul Blottiere
06:01 AM Revision 283d796b (qgis): Update map tools to work with auxiliary fields in not editable mode
Paul Blottiere
06:01 AM Revision a550a327 (qgis): Auxiliary layers may be created or loaded from auxiliary storage
Paul Blottiere
06:01 AM Revision 37783f74 (qgis): [needs-doc] Auxiliary layers can be created from the auxiliary storage tab
Paul Blottiere
06:01 AM Revision 1cfa2151 (qgis): [needs-doc] Add a new button in property menu to create auxiliary fields
Paul Blottiere
06:01 AM Revision 8826a8ab (qgis): Update auxiliary storage tab and data defined buttons according to auxi...
Paul Blottiere
06:01 AM Revision fa4777ea (qgis): Add an origin (PAL or Diagram) to QgsProperty
Paul Blottiere
06:01 AM Revision 6b81286a (qgis): Implement action create auxiliary field
Paul Blottiere
05:44 AM Revision de498314 (qgis): Add auxiliary storage mechanism in project
Paul Blottiere
05:44 AM Revision 072c0f24 (qgis): [needs-doc] Add auxiliary storage tab
Paul Blottiere
05:12 AM Revision e30cc317 (qgis): Followup 1429f2c7, remove duplicate connections
Nyall Dawson
04:03 AM Revision 1be2f3ee (qgis): Add methods to remove variables from global/project scope
Ismail Sunni
03:53 AM Revision 42676dc9 (qgis): Move some getters which are incorrectly marked as slots,
remove some unnecessary 'const's from signals
Thanks to clazy const-signal-or-slot check
Nyall Dawson
02:24 AM Revision 3d8440cc (qgis): Merge pull request #5326 from nyalldawson/frick_off_autoconnects
Flip autoconnected slots to explicit connections Nyall Dawson
02:12 AM Revision 9aa6142b (qgis): Merge pull request #5291 from nyalldawson/layout_next
[layouts] Port most interaction actions from composer Nyall Dawson

2017-10-08

01:12 AM Revision e8634210 (qgis): Make more slots private
Nyall Dawson
01:10 AM Revision 365b8a1e (qgis): Fix missing connection
Nyall Dawson
01:04 AM Revision 7cfd284f (qgis): Remove all previously autoconnected slots from public API
These are implementation details only, and should not be
part of the stable API.
We need the flexibility to change t...
Nyall Dawson
12:48 AM Revision 1429f2c7 (qgis): Remove autoconnected slots, pt 2
Nyall Dawson
11:30 PM Revision fea2726c (qgis): Flip autoconnected slots to explicit connections, pt 1
Nyall Dawson
05:39 PM Revision c665a9f9 (qgis): Add ConvertToSubClass code to vertexmarker
Matthias Kuhn
12:45 PM Revision 5d0f8cd8 (qgis): Merge pull request #5323 from DelazJ/networkspacing
Align items and reduce spacing in Options -> Network dialog Matthias Kuhn
12:41 PM Revision b9dd2380 (qgis): Merge pull request #5325 from DelazJ/qgsoptions
Clean QgsOptions class from on_m...clicked() calls Matthias Kuhn

2017-10-07

12:02 AM Revision 5600236a (qgis): Fix again
Harrissou Santanna
12:00 AM Revision a8eec083 (qgis): Fix spelling
Harrissou Santanna
10:53 PM Revision edda3675 (qgis): Align items and reduce spacing in Options -> Network dialog
Harrissou Santanna
03:23 PM Revision 89159362 (qgis): Close file after write
Matthias Kuhn
03:23 PM Revision b4f3055d (qgis): [spatialite] Avoid the term "Error", saving style to DB is optional
Matthias Kuhn
03:23 PM Revision 379b5ed7 (qgis): Remove executable flag from test files
Matthias Kuhn
02:21 PM Revision 6dde427d (qgis): [travis] Fold ccache statistics
Matthias Kuhn
02:21 PM Revision ade21ea3 (qgis): [travis] Make section titles bold
Matthias Kuhn
02:21 PM Revision c0d4c040 (qgis): [travis] Improve fold title for build section
Matthias Kuhn
02:21 PM Revision 20150734 (qgis): [travis] Add more color to output
Matthias Kuhn
02:21 PM Revision 83f9e81e (qgis): [travis] Less noise for DB initialisation
Matthias Kuhn
02:21 PM Revision 1945c97d (qgis): [travis] Be quiet
Matthias Kuhn
02:21 PM Revision 4608394f (qgis): [travis] Fold cmake output
Matthias Kuhn
01:29 PM Revision a2da64a4 (qgis): Add information regarding polygon's normal calculation
Stelios Vitalis
01:10 PM Revision 7a4d890f (qgis): Fix build warning
Matthias Kuhn
09:05 AM Revision 1c7dbc74 (qgis): fix build
Jürgen Fischer
08:24 AM Revision 0521b3f7 (qgis): Clean QgsOptions class from on_m...clicked() calls
Harrissou Santanna

2017-10-06

10:52 PM Revision 1c635228 (qgis): Added QgsFields::names method to get a list of all the names of fields
Marco Bernasocchi
06:29 PM Revision 59ea61a4 (qgis): Refactoring on tesselator and other remarks applied
Stelios Vitalis
06:20 PM Revision cee7baeb (qgis): Crash when multiple .zips are loaded via qgisapp function (fix #17184)
Note: not just QObject::deleteLater(); see QgsDataItem::deleteLater() Larry Shaffer
06:16 PM Revision ea960314 (qgis): Add tests
Paul Blottiere
06:16 PM Revision 924ce817 (qgis): Fixes #17234 save/load styles from Postgres when a service file is used
Paul Blottiere
06:11 PM Revision 057ddc2c (qgis): [auth] Added mutex to protect cache for pkipkcs12 auth
Alessandro Pasotti
06:11 PM Revision 537ebcc7 (qgis): [auth] Added mutex to protect cache for pkipaths auth
Alessandro Pasotti
06:11 PM Revision 71d90261 (qgis): [auth] Added mutex to protect cache for identcert auth
Alessandro Pasotti
06:10 PM Revision d76b04a9 (qgis): [auth] Added mutex to protect cache for basic auth
Alessandro Pasotti
05:38 PM Revision e6c64f69 (qgis): [FEATURE][DB Manager] Be able to update every Db layer from Postgres, S...
René-Luc ReLuc
05:35 PM Revision e45206ab (qgis): [BUGFIX][DB Manager] Fix update SQL Layer datasource
René-Luc ReLuc
04:33 PM Revision a4a33dff (qgis): [auth] Check for empty credentials instead of null
Alessandro Pasotti
04:32 PM Revision a7f132bc (qgis): Prevent duplicated tabs in message log panel
by removing & when looping through existing tab names Alessandro Pasotti
02:54 PM Revision 7935c416 (qgis): Merge pull request #5313 from NaturalGIS/grass7_more_output_fixes
[processing] fix output command for some GRASS 7 tools Alexander Bruy
01:59 PM Revision 5dce8edb (qgis): fix and bring back scroll area into custom widgets
Denis Rouzaud
01:18 PM Revision e8628fb5 (qgis): Merge pull request #5312 from alexbruy/distance-matrix
[processing] fix Standard (N x T) distance matrix (ref #17150) Alexander Bruy
01:15 PM Revision b787d53c (qgis): Fix indentation and apply remarks
Stelios Vitalis
01:01 PM Revision 6b7cc068 (qgis): fix output command for some GRASS7 tool
Giovanni Manghi
12:45 PM Revision 54031ea6 (qgis): [processing] fix Standard (N x T) distance matrix (ref #17150)
Alexander Bruy
11:52 AM Revision 664f2ab7 (qgis): try to bring back scroll area into custom widgets
Denis Rouzaud
11:47 AM Revision 1cff49de (qgis): try to bring back scroll area into custom widgets
Denis Rouzaud
11:45 AM Revision add49907 (qgis): try to bring back scroll area into custom widgets
Denis Rouzaud
10:49 AM Revision 3c87fe16 (qgis): Consistent tense for undo commands
Nyall Dawson
10:48 AM Revision 48c0fb3e (qgis): Add undo commands when reordering items through items dock
Nyall Dawson
10:43 AM Revision 0c858d27 (qgis): Port display name handling from composer
Nyall Dawson
10:39 AM Revision 6ed0d270 (qgis): [processing] Avoid python error after script execution
Matthias Kuhn
10:32 AM Revision ee0e9ff5 (qgis): Fix undo/redo crash with temporary test item
Nyall Dawson
09:48 AM Revision c022bc82 (qgis): [FEATURE][layouts] Add 'resize to square' action
Resizes all selected items so that they are square Nyall Dawson
09:48 AM Revision 73077c4e (qgis): Use new icons
Nyall Dawson
09:48 AM Revision 3cd5f72f (qgis): [layout] add distribute and resize action icons
Mathieu Pellerin - nIRV
09:48 AM Revision cac08f93 (qgis): Nicer menu naming
Nyall Dawson
09:48 AM Revision 80e0e072 (qgis): Correctly create undo commands for item addition and removal
Nyall Dawson
09:48 AM Revision 616aec15 (qgis): Save/restore a few more layout item properties
Nyall Dawson
09:48 AM Revision e686e2e5 (qgis): Fix doxygen warning
Nyall Dawson
09:48 AM Revision 95a76eee (qgis): Port delete action - TODO: undo/redo
Nyall Dawson
09:48 AM Revision e3616f08 (qgis): [FEATURE][layout] Add actions to auto resize items in a selection
Options are resize to narrowest, widest, shortest and tallest. Nyall Dawson
09:48 AM Revision 5141c05b (qgis): [FEATURE][layout] Add item distribution actions
Adds actions for distributing selections of items by their
left/center/right/top/bottom edges.
Useful for quickly ev...
Nyall Dawson
09:48 AM Revision c5fcc9da (qgis): Unit tests for alignment
Nyall Dawson
09:48 AM Revision f3bfcc31 (qgis): Save/restore frame properties, add unit tests for undo/redo
Nyall Dawson
09:48 AM Revision 41677240 (qgis): Even more explicit naming
Nyall Dawson
09:48 AM Revision a66f2cb6 (qgis): Nicer API for adding/removing items
Automatically create the corresponding undo commands, so that
plugins and scripts which add/delete items will be adde...
Nyall Dawson
09:48 AM Revision 09393332 (qgis): Port item alignment to layouts
Nyall Dawson
09:48 AM Revision c6da2767 (qgis): Add more unit tests
Nyall Dawson
09:48 AM Revision fd0cba39 (qgis): Hide most of QgsLayoutModel from stable API and remove from bindings
We only expose the QAbstractItemModel interface as stable API - the
rest is non-stable and subject to change.
Nyall Dawson
09:48 AM Revision fdba8f19 (qgis): Add tests for changing item z order
Nyall Dawson
09:48 AM Revision e74a6320 (qgis): Unfinished restore of stacking actions
Nyall Dawson
09:48 AM Revision 833cb60f (qgis): Port toggle panel action to layouts
Nyall Dawson
09:48 AM Revision 02831024 (qgis): Restore items dock
Nyall Dawson
09:48 AM Revision 1d622e5a (qgis): Add new icon for resize to square (thanks @nirvn)
Nyall Dawson
09:48 AM Revision dbb31253 (qgis): Resurrect locking/unlocking item actions
Nyall Dawson
09:48 AM Revision 683a8694 (qgis): Correctly report selected status to items model
Nyall Dawson
09:48 AM Revision 62a56792 (qgis): Port item model from composer to layouts
Nyall Dawson
09:48 AM Revision b494a71f (qgis): Port selection actions to layout
Nyall Dawson
09:48 AM Revision de965304 (qgis): Remove redundant custom enum (use Qt version instead)
Nyall Dawson
09:48 AM Revision 639ecd17 (qgis): Correctly handle item focusing in layout designer
Nyall Dawson
09:48 AM Revision afd9d23a (qgis): Fix size of columns in items dock on hidpi screens
Nyall Dawson
09:48 AM Revision 3e933dcd (qgis): Add undo/redo commands when toggling lock through items panel
Nyall Dawson
09:48 AM Revision bb2e1efd (qgis): Create undo/redo commands when changing item visibility
Nyall Dawson
09:48 AM Revision 5796b899 (qgis): Fix build when model test is enabled
Nyall Dawson
09:48 AM Revision b04c1011 (qgis): Fix items are removed from scene twice
Nyall Dawson
09:48 AM Revision 88a7f02c (qgis): Port preview modes from composer
Nyall Dawson
09:48 AM Revision 66b4bdf0 (qgis): Fix invalid merge of non equal item commands
Nyall Dawson
09:48 AM Revision 9c8b96be (qgis): Call base class undo commands
Nyall Dawson
09:48 AM Revision aa7beaad (qgis): Port keyboard nudge of items from composer
Nyall Dawson
09:48 AM Revision c8eaeb8f (qgis): Port hide pages action from composer
Nyall Dawson
09:48 AM Revision 83f035e6 (qgis): Indentation
Nyall Dawson
09:48 AM Revision 822d6f76 (qgis): Move actions which apply to selected items only to QgsLayoutView
Selections are a gui concept, so these actions belong to the
gui class instead of cluterring QgsLayout
Nyall Dawson
09:48 AM Revision 4cba2b90 (qgis): Port select next above/below actions
Nyall Dawson
09:48 AM Revision d7bd44d9 (qgis): Work on interactive moving of items
Nyall Dawson
09:48 AM Revision 2d6cbd6b (qgis): Restore ability to show/hide selection bounds
Nyall Dawson
09:48 AM Revision 1f94b822 (qgis): Fix click behavior in select tool
Nyall Dawson
09:48 AM Revision 207bcad6 (qgis): Start porting mouse handles to layout
Nyall Dawson
09:48 AM Revision b9ecb4f9 (qgis): Add method to push messages to layout designer status bar
Nyall Dawson
09:48 AM Revision fac2d7fb (qgis): Allow selection tool to control selection
Nyall Dawson
09:48 AM Revision 6b700e2e (qgis): Don't pass handled mouse events down to QGraphicsView
Nyall Dawson
09:48 AM Revision fb8601ff (qgis): Shape items should not have a background/frame
Nyall Dawson
09:48 AM Revision 7d072bee (qgis): Add signals for size and rotation changes
Nyall Dawson
09:48 AM Revision b5777adb (qgis): Port some composer utils
Nyall Dawson
09:48 AM Revision bb129516 (qgis): Port selection handling code from composer
Nyall Dawson
09:48 AM Revision 51efa19f (qgis): Port item frame related code from composer
Nyall Dawson
09:48 AM Revision 0b188295 (qgis): Port item selection and lock related code from composer
Nyall Dawson
09:48 AM Revision 4e61ea89 (qgis): Port frame and background handling to layout items
And add support for frame widths with units Nyall Dawson
09:48 AM Revision bfa9c1d6 (qgis): Port methods for retrieving item at a point to layouts
Nyall Dawson
09:48 AM Revision e0089fb8 (qgis): Move mouse handles to select tool
Nyall Dawson
09:48 AM Revision 6ab9c223 (qgis): Fix resizing items
Nyall Dawson
09:48 AM Revision 8517cfef (qgis): Prevent unwanted mouse cursor changes
Nyall Dawson
09:48 AM Revision 172d484c (qgis): Fix undo/redo for mouse actions
Nyall Dawson
09:48 AM Revision e172356b (qgis): Fix orphan snap lines sometimes show
Nyall Dawson
09:48 AM Revision d8ffab15 (qgis): [FEATURE][layouts] Snapping to item bounds when creating new items
Previously snapping to item bounds would only occur when resizing
or moving items, now it also applies to item creation
Nyall Dawson
09:48 AM Revision 051ed1e1 (qgis): Prevent snapping to selected items when resizing
Nyall Dawson
09:48 AM Revision 62893677 (qgis): Nicer mouse handle alignment behaviour
Don't show horizontal/vertical align snap lines if the resize
isn't allowing resizing in that axis
Nyall Dawson
09:48 AM Revision d65a18c5 (qgis): Fix item snapping while resizing
Nyall Dawson
09:48 AM Revision 9ae96242 (qgis): Ensure that snap lines show for whole layout
Nyall Dawson
09:48 AM Revision 1e7149e1 (qgis): Select new items after adding them
Nyall Dawson
09:48 AM Revision d950f17e (qgis): Add item bounds based snapping to QgsLayoutSnapper
Nyall Dawson
09:47 AM Revision 2d484db7 (qgis): Fix doxygen warning
See http://doxygen.10944.n7.nabble.com/How-can-I-escape-in-a-comment-td5528.html Nyall Dawson
09:45 AM Revision 96472c07 (qgis): Fix QgsDockWidget custom widget
Mario Baranzini
09:34 AM Revision fb15a218 (qgis): German translation fix
Fix #17225 Matthias Kuhn
09:20 AM Revision 5b050428 (qgis): Fix QgsDockWidget custom widget
Mario Baranzini
09:17 AM Revision 8deed6c4 (qgis): Merge pull request #5300 from nyalldawson/formatting
Doxygen Formatting Nyall Dawson
09:14 AM Revision afb49eca (qgis): [processing] Fix crash when browsing Get scripts and models
Fix #17165 Matthias Kuhn
03:33 AM Revision 58d71769 (qgis): Fix build warnings
Nyall Dawson

2017-10-05

12:19 AM Revision 04a9cd92 (qgis): Add more consistency to doxygen formatting
Nyall Dawson
11:55 PM Revision 78c0c284 (qgis): Fix doxygen warnings
Nyall Dawson
11:55 PM Revision 49b426d9 (qgis): Make doxygen_space script convert multiline //! comments
Because:
- the /** format is much more prevalent throughout QGIS
- sipify works correctly with /**
Nyall Dawson
11:55 PM Revision d9952b63 (qgis): Initialize pointers to nullptr in headers
Nyall Dawson
06:03 PM Revision 8364b8d7 (qgis): in case SQlite vectors wait end of rendering to avoid file lock: fixes ...
Luigi Pirelli
05:33 PM Revision dcc67252 (qgis): Merge pull request #5281 from boundlessgeo/auth_use_settings_widget
[auth][needs-docs] Provider connection dialogs use the new auth settings widget Alessandro Pasotti
11:29 AM Revision 2f44d52e (qgis): Merge pull request #5298 from manisandro/ogr_tin_triangle
[Feature][OGR] Support Triangle, TIN and PolyhedralSurface geometry types by mapping them to Polygon and MultiPolygon... Sandro Mani
11:27 AM Revision a725dae9 (qgis): Merge pull request #5288 from manisandro/defer_repack_v2
[OGR] Pass AUTO_REPACK=OFF when opening datasets for non-implicit update modes Sandro Mani
11:04 AM Revision 1781cfcb (qgis): Merge pull request #5282 from NaturalGIS/fix_grass7_v_rast_stats
[processing] fix GRASS7 v.rast.stats module Alexander Bruy
10:45 AM Revision b3ea17f3 (qgis): set default legend raster icon when wms layer to avoid crash
Luigi Pirelli
08:50 AM Revision 75282073 (qgis): [auth] Sipify
Alessandro Pasotti
08:12 AM Revision 75e0948f (qgis): [auth] More verbose docstrings
Alessandro Pasotti
06:03 AM Revision 1e60213a (qgis): [layout] improve the select / move item tool icon
Mathieu Pellerin - nIRV
06:03 AM Revision 979571f1 (qgis): [layout] update align action icons
Mathieu Pellerin - nIRV

2017-10-04

10:22 PM Revision de126a14 (qgis): Also handle QgsWkbTypes::Triangle in QgsSymbol::renderFeature
Sandro Mani
10:15 PM Revision ab82c63b (qgis): Fix QgisApp::askUserForOGRSublayers expecting 4 fields per sublayer, bu...
Sandro Mani
10:15 PM Revision abaeb9e9 (qgis): [Feature][OGR] Support Triangle, TIN and PolyhedralSurface geometry typ...
Sandro Mani
10:11 PM Revision e151f20e (qgis): Also handle triangles in QgsGeometryFactory::geomFromWkbType
Sandro Mani
10:11 PM Revision 4d51b3d9 (qgis): Fix QgsTriangle::fromWkb possibly not setting ring geometry
Sandro Mani
10:11 PM Revision e38eec12 (qgis): Remove debug leftover
Sandro Mani
09:58 PM Revision 3852e5db (qgis): [auth] Update wording of auth settings widget; add formatted warnings
Larry Shaffer
06:28 PM Revision 9a8c07ea (qgis): Merge pull request #5296 from boundlessgeo/bugfix_16427_backport
[bugfix][backport] Do not cache invalid WM(T)S responses Alessandro Pasotti
04:05 PM Revision b09fb37d (qgis): [bugfix] Do not cache invalid WM(T)S responses
The problem here was that in case of http->https redirect
from a misconfigured server (that advertizes http and then
...
Alessandro Pasotti
02:52 PM Revision 042bf973 (qgis): Change triangulation algorithm for 3D planes
Stelios Vitalis
02:50 PM Revision ab9e2fcb (qgis): Fix multiline docstring
Matthias Kuhn
02:46 PM Revision d1a9d3f1 (qgis): Remove the unneeded close button on select by expression (#5273)
fixes #17207 Harrissou Santanna
02:38 PM Revision 7428516d (qgis): Less executable files in codebase
Matthias Kuhn
02:06 PM Revision cb241e8f (qgis): Remove validation of geometries (GEOS validation is not 3D enabled)
Stelios Vitalis
12:41 PM Revision 74e9242d (qgis): [auth] Update embedded QgsAuthSettingsWidget spacing
- Minimize all text-wrapped QLabel text in QgsAuthSettingsWidget
(wrapped text defaulted to 3 lines of spacing, eve...
Larry Shaffer
12:17 PM Revision 4e2e3608 (qgis): [OGR] Pass AUTO_REPACK=OFF when opening datasets for non-implicit updat...
Sandro Mani
12:17 PM Revision 7eb24752 (qgis): [OGR] Don't call repack after OGR_L_SyncToDisk if compiled against gdal...
OGR_L_SyncToDisk internally does a repack with gdal-2.2.0 onwards Sandro Mani
12:16 PM Revision 1cdbbf4d (qgis): Private classes should not be exported
Matthias Kuhn
12:16 PM Revision 4d1fea0b (qgis): CMakeLists.txt does not need to be executable
Matthias Kuhn
12:16 PM Revision 70dc92c4 (qgis): conversions.sip does not need to be executable
Matthias Kuhn
12:02 PM Revision 3e45f997 (qgis): Merge pull request #4912 from dmarteau/svg-marker-size
[FEATURE][needs-docs] Svg marker size: change aspect ratio René-Luc ReLuc
11:11 AM Revision c764d9c1 (qgis): Merge pull request #5256 from qgis/docker2
[travis] Use docker to run test Matthias Kuhn
09:56 AM Revision f14502e4 (qgis): [processing] update mask computation code (fix #17161)
Alexander Bruy
09:06 AM Revision 1ed95f48 (qgis): Fix Select tools switch settings
Harrissou Santanna
05:50 AM Revision 0b47ea80 (qgis): Fix dxf export when CRS is not canvas CRS and not limiting to canvas ex...
Nyall Dawson

2017-10-03

01:46 AM Revision 83fdc5d3 (qgis): Fix windows build
Nyall Dawson
01:40 AM Revision 38fd9853 (qgis): Fix build warning
Nyall Dawson
01:05 AM Revision 4f34f944 (qgis): Added better version info to QgsRectangle::buffered
Nyall Dawson
12:04 AM Revision 7874d4b6 (qgis): Merge pull request #5183 from wonder-sk/cad-utils
Refactor CAD editing alignment logic to new QgsCadUtils class Martin Dobias
11:51 PM Revision 2d714199 (qgis): Save active button in settings
Harrissou Santanna
11:51 PM Revision 97eff218 (qgis): Add some consistency
in variables naming according to the name used in the comment few lines above Harrissou Santanna
11:51 PM Revision 4239abe9 (qgis): Enable display of selection tools in Attribute toolbar
when switching tools Harrissou Santanna
10:16 PM Revision 79a2fd78 (qgis): remove SquareCenter use RegularPolygon instead
Loïc BARTOLETTI
09:57 PM Revision 7f4775c1 (qgis): Change rubberband of possible centers to point.
Loïc BARTOLETTI
09:47 PM Revision 2cd4c42c (qgis): Uniformize message when segments are parallels
Loïc BARTOLETTI
09:44 PM Revision 8e14d08e (qgis): Visual indent part 3
Loïc BARTOLETTI
09:39 PM Revision dec09cf5 (qgis): Visual indent part 2
Loïc BARTOLETTI
09:36 PM Revision e335e481 (qgis): Visual indent part 1
Loïc BARTOLETTI
09:25 PM Revision b9628280 (qgis): Use unique_ptr for mNumberSidesSpinBox
Loïc BARTOLETTI
09:14 PM Revision 3e8403bb (qgis): modernize (delete default) destructor
Loïc BARTOLETTI
09:09 PM Revision 9b42bdef (qgis): Merge branch 'regularShape_gui' of https://github.com/lbartoletti/QGIS ...
Loïc BARTOLETTI
09:08 PM Revision de80f44e (qgis): Concat successive if
Loïc BARTOLETTI
08:18 PM Revision f20041dc (qgis): Concat successive if
Loïc BARTOLETTI
06:13 PM Revision 30d9ad8d (qgis): Add const
Loïc BARTOLETTI
06:03 PM Revision 74e12212 (qgis): @return -> \returns
Loïc BARTOLETTI
05:58 PM Revision 81b096c4 (qgis): Move header and normalize space
Loïc BARTOLETTI
05:58 PM Revision 9256d006 (qgis): Merge pull request #5289 from boundlessgeo/bugfix_16427
[bugfix] Do not cache invalid WM(T)S responses Alessandro Pasotti
05:51 PM Revision bc4a86c3 (qgis): Add missing copyright for QgsMapToolAddRegularPolygon
Loïc BARTOLETTI
05:50 PM Revision 442341f9 (qgis): Remove initialization when it's already in header
Loïc BARTOLETTI
05:36 PM Revision 15948651 (qgis): Add sanitized landsat2.nc
@rouault
> [landsat2.nc.zip](https://github.com/qgis/QGIS/files/1352514/landsat2.nc.zip)
> "gdal_translate -of NETCDF...
Matthias Kuhn
05:36 PM Revision 6d683230 (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
05:36 PM Revision 52449f91 (qgis): Ignore missing logfile
Matthias Kuhn
05:01 PM Revision 878dfddd (qgis): Refactor CAD editing alignment logic to new QgsCadUtils class
Martin Dobias
05:01 PM Revision 5172a339 (qgis): Finished unit tests
Martin Dobias
05:01 PM Revision 0bffe1c1 (qgis): Added forgotten SIP file
Martin Dobias
04:34 PM Revision afecc210 (qgis): [:)] Make a developer happy
Alessandro Pasotti
03:58 PM Revision 8c45e968 (qgis): Add sanitized landsat2.nc
@rouault
> [landsat2.nc.zip](https://github.com/qgis/QGIS/files/1352514/landsat2.nc.zip)
> "gdal_translate -of NETCDF...
Matthias Kuhn
03:55 PM Revision 26a14b28 (qgis): Enable rastersublayertest
Matthias Kuhn
03:20 PM Revision d102404b (qgis): [bugfix] Do not cache invalid WM(T)S responses
The problem here was that in case of http->https redirect
from a misconfigured server (that advertizes http and then
...
Alessandro Pasotti
03:17 PM Revision 110dec70 (qgis): Recreate netcdf test image
Matthias Kuhn
03:10 PM Revision 13061251 (qgis): [processing] refresh all layer selectors when layer added/removed (fix ...
Alexander Bruy
03:05 PM Revision 08bbc90c (qgis): Fix qgisapp.ui
Loïc BARTOLETTI
02:39 PM Revision 870de2e8 (qgis): Merge branch 'master' into regularShape_gui
Loïc BARTOLETTI
02:33 PM Revision 0204302a (qgis): - Add QgsMapToolRegularPolygonCenterCorner and change
QgsMapToolRegularPolygonCenterPoint
- Add QgsMapToolCircle2TangentsPoint
Loïc BARTOLETTI
12:47 PM Revision 378ab23f (qgis): fixed mimeUri x Spatialite and Geopackage. fixes #16296
Luigi Pirelli
11:17 AM Revision 22d4d22b (qgis): fix highlight showing when hidden (#5278)
Mathieu Pellerin - nIRV
11:03 AM Revision da4cfd57 (qgis): Update and vectorize the DB manager icon (#5262)
Pete King
11:01 AM Revision b27382d0 (qgis): [processing] Fix history doesn't correctly escape values
Fixes #17229 Nyall Dawson
10:01 AM Revision 9cbff3af (qgis): translation string fix
Jürgen Fischer
09:12 AM Revision 8d6f4467 (qgis): Fix duplicate WFS item in browser (fixes #17176)
Nyall Dawson
09:12 AM Revision 191942ab (qgis): [auth] Proxy settings use the new auth settings dialog
Alessandro Pasotti
07:24 AM Revision 8a09a197 (qgis): Merge pull request #5150 from pblottiere/server_bugfix_ogc_getfeaturein...
[server][bugfix] Fix OGC test getfeatureinfo:invalid-info_format Paul Blottiere
02:21 AM Revision 58f64bb4 (qgis): Merge pull request #5276 from nyalldawson/build_dep
Update some Windows build instructions Nyall Dawson
 

Also available in: Atom