Activity

From 2017-05-19 to 2017-06-17

2017-06-17

04:09 PM Revision c69c5963 (qgis): New style signal/slot connections
Matthias Kuhn
12:39 PM Revision 8bfbe195 (qgis): Followup 01b4eeb: Fix crash
Matthias Kuhn
09:37 AM Revision 28c9fee7 (qgis): [bugfix] Collapse all connection item leaves in the browser a start
To prevent unwanted connections to be initiated when QGIS launches Alessandro Pasotti

2017-06-16

10:27 PM Revision 00ca8ccb (qgis): Changes SAGA io_gdal RESAMPLING method to B-Spline Interpolation, as SA...
Pedro Venâncio
09:47 PM Revision b49f53ba (qgis): Changes SAGA io_gdal RESAMPLING method to B-Spline Interpolation, as SA...
Pedro Venâncio
05:39 PM Revision d9d68724 (qgis): Removed ui_qgstablewidgetbase.h
Alessandro Pasotti
05:39 PM Revision cf0ffefc (qgis): [bugfix] Prevent expansion of WMS connection layers when restoring the ...
This was causing unwanted connections to WMS when QGIS starts. Alessandro Pasotti
05:00 PM Revision ea8a2c2b (qgis): Added GUI for data-defined size legend (single/categorized/graduated re...
Martin Dobias
04:27 PM Revision cb1f98f0 (qgis): Replace QString::null with QString()
Deprecated sind Qt 5.9 Matthias Kuhn
03:52 PM Revision a77f7914 (qgis): The nodetool only needs to consider spatial layers
Matthias Kuhn
02:33 PM Revision b42bf820 (qgis): [ArcGIS REST] Introduce QgsAfsSharedData to remove dependency on QgsAfs...
Sandro Mani
11:04 AM Revision f237c6cd (qgis): Fix include for case sensitive HFS+ builds
CocoaInitializer.h != cocoainitializer.h on case sensitive filesystems Rob Jones

2017-06-15

08:28 PM Revision a8415a9d (qgis): Less noise from QgsNetworkAccessManager
Matthias Kuhn
04:47 PM Revision 8c4d5bbb (qgis): [FEATURE] Rendering of data-defined size in legend in "collapsed" mode
Instead of having different marker sizes in legend as separate legend nodes,
the new "collapsed" mode packs all sizes...
Martin Dobias
03:11 PM Revision ae6ad5c5 (qgis): make QgsMapCanvas::updateCanvasItemPositions a protected slot
Denis Rouzaud
03:01 PM Revision 40e5ddad (qgis): fix advanced digitizing panel display issue after panning
panning would cause the rubberbands of the adv. digit. panel to be invisible.
update the canvas item is now done afte...
Denis Rouzaud
11:59 AM Revision c2574485 (qgis): fix indentation
Denis Rouzaud
11:57 AM Revision 14b8435f (qgis): fix zoomToSelected with geometry-less layer or features
Denis Rouzaud
10:09 AM Revision f22ee6be (qgis): Fixes 16712, SLD export of categorized style fails if attribute name co...
Andrea Aime
10:04 AM Revision b64f256e (qgis): Fixes 16707, export of hairline results in a different visual thickness
Andrea Aime
09:05 AM Revision ee043956 (qgis): Astyle
Nyall Dawson
09:04 AM Revision 2640626e (qgis): Rename addFeature member in QgsVectorFileWriter to avoid clash
Nyall Dawson
09:04 AM Revision f6ccdc1d (qgis): Small optimisations to postgres provider when using FastInsert
Although ideally we should use COPY mode in this case for best
possible speed.
Nyall Dawson
09:04 AM Revision 58026db5 (qgis): Also update oracle provider for addFeatures flags
Nyall Dawson
09:04 AM Revision fc339f9a (qgis): Add a flag argument to QgsFeatureSink::addFeatures
Flags can be used to control how features are added to the sink.
For now, there's only a single flag available - Fas...
Nyall Dawson
09:04 AM Revision 0e9d94b1 (qgis): QgsVectorLayerExporter always uses FastInsert
Since it does nothing with the features after adding them to
the provider, and we want maximum speed possible here.
Nyall Dawson
09:04 AM Revision 5f110277 (qgis): Update api break docs
Nyall Dawson
09:04 AM Revision 30d35c16 (qgis): Fix grass provider compilation
Nyall Dawson
09:04 AM Revision 72ef452f (qgis): Native processing algs use FastInsert were possible
We want maximum possible speed here Nyall Dawson
07:45 AM Revision 7aec4d1a (qgis): follow up 8333b71034a5018642ccfac0d9ddc7bffda508d4 QgsSnappingUtils sipify
Denis Rouzaud
07:39 AM Revision 83c44044 (qgis): [sipify] allow exception to required _EXPORT macros
Denis Rouzaud

2017-06-14

01:29 AM Revision 585e9ed7 (qgis): Spelling fix 'grometry'->'geometry'
Nyall Dawson
12:18 AM Revision fbd1d00f (qgis): Expand tests for subdivide
Nyall Dawson
03:08 PM Revision 47680251 (qgis): Update multiparts to singleparts to new processing API
Nyall Dawson
03:05 PM Revision 4dcf8d8d (qgis): [FEATURE][processing] New algorithm for subdividing geometries
The returned geometry will be a collection containing subdivided parts
from the original geometry, where no part has ...
Nyall Dawson
02:57 PM Revision e74395d9 (qgis): [FEATURE] Subdivide algorithm for QgsGeometry
Subdivides the geometry. The returned geometry will be a collection
containing subdivided parts from the original geo...
Nyall Dawson
02:02 PM Revision bde0c726 (qgis): Expose GEOS clip by rect algorithm via QgsGeometry API
Performs a fast, non-robust intersection between the geometry and
a rectangle. The returned geometry may be invalid.
Nyall Dawson
01:15 PM Revision b620b6e0 (qgis): Add method to QgsGeometryFactory to create a multigeometry
from any wkb type
Eg calling QgsGeometryFactory::createCollectionOfType( QgsWkbTypes::PolygonM )
will return a new Q...
Nyall Dawson
01:15 PM Revision a2ad980d (qgis): fix windows build
Jürgen Fischer
01:15 PM Revision 8333b710 (qgis): Remove unused SnapToMapMode in QgsSnappingUtils
Jürgen Fischer
12:54 PM Revision f5f0a299 (qgis): [processing] Port transform alg to c++
Nyall Dawson
09:45 AM Revision e03b5630 (qgis): Rotate geometry before calculating bounding box in atlas. Fixes #11954
Ilya Zverev
07:37 AM Revision 21dae496 (qgis): Fix geometry tests for NaN
Matthias Kuhn
07:37 AM Revision 4db671e8 (qgis): Fix sip bindings for QgsPoint
Matthias Kuhn
07:37 AM Revision 501081f8 (qgis): Remove unrequired SIP_SKIP
Matthias Kuhn
07:37 AM Revision 37a306e3 (qgis): Fix tests
Matthias Kuhn
07:37 AM Revision 7e487190 (qgis): Add an easy to use Z/M default value constructor to QgsPoint
Matthias Kuhn
07:37 AM Revision 7f17498c (qgis): Use NaN for missing Z and M coordinates in QgsPoint
Matthias Kuhn
07:37 AM Revision 96cf4b70 (qgis): Projecting a 2D point with inclination assumes 0 for Z
Matthias Kuhn
07:37 AM Revision 41892d3e (qgis): Fix point test
Matthias Kuhn
07:37 AM Revision bd82ca31 (qgis): Compare Z and M values in QgsPoint::operator== only when required
Matthias Kuhn
07:37 AM Revision 1808dc9c (qgis): More intuitive QgsPoint python constructors
In python, the wkb type of a QgsPoint will by default be determined from
the provided parameters, where Z and M will ...
Matthias Kuhn
07:37 AM Revision 4eae0872 (qgis): Fix QgsPoint(XY) sip bindings
Matthias Kuhn

2017-06-13

06:31 PM Revision e957224c (qgis): fix class declaration
Denis Rouzaud
06:31 PM Revision 5a8ed1d4 (qgis): sipify QgsRange as template
Denis Rouzaud
04:45 PM Revision 9a6235db (qgis): vector file writer fixes:
* don't apply un-overridden default options
* DGN: don't export attributes and fix layername to "elements"
(cherry p...
Jürgen Fischer
04:35 PM Revision 7634b0b7 (qgis): vector file writer fixes:
* don't apply un-overridden default options
* DGN: don't export attributes and fix layername to "elements"
Jürgen Fischer
03:03 PM Revision 8d35a42b (qgis): fix windows build
Jürgen Fischer
01:32 PM Revision abe48bf4 (qgis): move acceptable missing doc to code_layout tests path
Denis Rouzaud
10:50 AM Revision eb397607 (qgis): fixes failing sipify test
Denis Rouzaud
10:41 AM Revision 5a5dc31f (qgis): [sipify] fix again template inheritance
Denis Rouzaud
10:19 AM Revision a3b64e25 (qgis): Merge pull request #4721 from nyalldawson/processing_pt31
[processing] Restore batch mode Nyall Dawson
09:39 AM Revision b6e75be4 (qgis): remove precise ppa
doxygen has sufficient minimum version in trusty Denis Rouzaud
08:03 AM Revision da0d9238 (qgis): fix 5ff6b14f (followup 00f8eff0)
Jürgen Fischer
07:58 AM Revision 9dd60e4a (qgis): followup 82bd08c187daa66cf5dbd11e34d9c90b9e4cfd30
removed debugging stuff Denis Rouzaud
07:53 AM Revision 82bd08c1 (qgis): [sipify] fixes to template based inheritance
* fix space-formatting issue
* avoid double include of the same header
Denis Rouzaud
07:42 AM Revision 145a5125 (qgis): fix 53d90b547
Jürgen Fischer
04:32 AM Revision 54124bd0 (qgis): Restore batch algorithm mode following new processing API
Nyall Dawson
04:32 AM Revision 020537ac (qgis): Add string output type
Nyall Dawson
02:58 AM Revision b45e5725 (qgis): Add QgsProcessingParameterFolderOuput
Nyall Dawson
02:26 AM Revision be45c2fd (qgis): Catch errors while running algs
Nyall Dawson
02:26 AM Revision df73a0f4 (qgis): Remove outdated TODO
Nyall Dawson

2017-06-12

12:41 AM Revision b461adda (qgis): Fix crash when searching in options dialog (fix #16644)
Nyall Dawson
12:07 AM Revision a8999639 (qgis): API cleanup for legend support in renderers
Martin Dobias
09:23 PM Revision b3bd45b0 (qgis): fix snapping in move feature tool
Denis Rouzaud
06:45 PM Revision 57e122bb (qgis): Merge pull request #4594 from boundlessgeo/postgis_merge_features_fix#1...
Fix Postgis Merge selected features regression (fix #15741) Alexander Bruy
06:31 PM Revision e6f423b4 (qgis): install QgsGeometryRubberBand header
Denis Rouzaud
06:07 PM Revision e850c82c (qgis): Merge pull request #4604 from boundlessgeo/postgis_merge_features_port3...
Fix Postgis Merge selected features regression (fix #15741) Alexander Bruy
05:38 PM Revision ac1a579b (qgis): adapted to the return value as QgsGeometry()
Luigi Pirelli
04:12 PM Revision e5e887f6 (qgis): more QgsPointXY
Luigi Pirelli
04:09 PM Revision 22b7498c (qgis): more QgsPoint -> QgsPointXY fixes
Alexander Bruy
04:09 PM Revision 008cc79d (qgis): added check if no gemetry is available
Luigi Pirelli
04:09 PM Revision 87116abd (qgis): fix Postgis Merge selected features regression: port 3.0 fixes #15741
Luigi Pirelli
04:09 PM Revision 44c65602 (qgis): typo
Luigi Pirelli
04:09 PM Revision fdd5a50c (qgis): avoid control on all geometries if one fail
Luigi Pirelli
03:58 PM Revision e5b28434 (qgis): Merge pull request #4710 from PedroVenancio/fix_16672_2_18
[processing] fixes GRASS 7 v.net.alloc (fix #16672) Alexander Bruy
03:48 PM Revision 53d90b54 (qgis): fix Postgis Merge selected features regression: port 2.18 fixes #15741
Luigi Pirelli
12:25 PM Revision 1be9997d (qgis): Fix some memory leaks in tests
Nyall Dawson
11:35 AM Revision 82cfc318 (qgis): avoid python signature overloads to handle NaN default values
Denis Rouzaud
11:35 AM Revision 2eb3e648 (qgis): [sipify] properly handle python signatures
Denis Rouzaud
09:40 AM Revision faa7c750 (qgis): Merge pull request #4699 from pblottiere/getlegendgraphic
[Server] WMS GetLegendGraphics refactoring René-Luc ReLuc
08:32 AM Revision 492ad2db (qgis): Merge pull request #4715 from nyalldawson/processing_pt31
[processing] Bring back iterating mode for algorithms Nyall Dawson
08:32 AM Revision 9626d2f6 (qgis): [processing] Correctly update R provider after downloading scripts
Fixes #16664 Victor Olaya
08:11 AM Revision 0579f3e8 (qgis): Try to fix test on Travis
Nyall Dawson
07:59 AM Revision 63611b1d (qgis): Port script code functions to c++ classes
Restore logging executed algorithms Nyall Dawson
05:39 AM Revision 5177c7d1 (qgis): Add a more descriptive tooltip for iterate mode button
Nyall Dawson
05:39 AM Revision 4b81630a (qgis): More responsive feedback when using iterate mode
Nyall Dawson
05:35 AM Revision b9e0b46f (qgis): Fix running algorithms in iterating mode
Nyall Dawson
05:35 AM Revision 60ea095d (qgis): Port calculation of iterating destination to c++
Nyall Dawson
03:17 AM Revision 40cae292 (qgis): Merge pull request #4702 from nyalldawson/processing_pt31
More processing goodness, restore algs Nyall Dawson
03:16 AM Revision 6a7cd36b (qgis): Better test debug output
Nyall Dawson
02:47 AM Revision 27792604 (qgis): Respect dissolve setting in c++ buffer alg
Nyall Dawson
02:39 AM Revision 15b30124 (qgis): Hide qgis scripts for now (non-functional)
Nyall Dawson
02:38 AM Revision d8302a26 (qgis): Fix feature source widget returns source even when not set
Nyall Dawson
02:35 AM Revision c52e6a72 (qgis): Fix raster layers showing as input choices for vector algs
Nyall Dawson
02:27 AM Revision 36ce8d15 (qgis): Port clip alg to c++
Rough benchtests reveal it's about 25% faster then the python
version
Nyall Dawson
02:21 AM Revision 0ceeb297 (qgis): Merge pull request #4706 from nyalldawson/id
Use uuid instead of timestamp when generating layer ids Nyall Dawson
02:19 AM Revision ebfa9f14 (qgis): Don't wastefully recalculate memory provider extent after every
feature addition
Previously, the memory provider would automatically recalculate
the extent of the layer after new f...
Nyall Dawson

2017-06-11

01:16 AM Revision d89b1604 (qgis): Native c++ dissolve alg
Nyall Dawson
01:16 AM Revision 9f018e67 (qgis): Fix handling optional multiple table field parameter with no fields set
Nyall Dawson
12:31 AM Revision b40f409d (qgis): Nicer formatting for log in algorithm dialog
Nyall Dawson
12:05 AM Revision 29f50b72 (qgis): [processing] Catch transform errors in when iterating features
Nyall Dawson
11:28 PM Revision bc9b1b64 (qgis): Astyle
Nyall Dawson
11:26 PM Revision 92397537 (qgis): Check validity outputs counts of valid/invalid features
Nyall Dawson
11:26 PM Revision a6a3027e (qgis): [processing] Clip alg allows mask in different CRS to clipped layer
Nyall Dawson
11:26 PM Revision d8260b8c (qgis): [FEATURE] Port Extract by Expression to new API, allow saving
non matching features to separate output Nyall Dawson
11:26 PM Revision ea18e8e9 (qgis): Resurrect grid polygon algorithm
Nyall Dawson
11:26 PM Revision 5ba0b5cd (qgis): Port merge alg to new API
Nyall Dawson
11:26 PM Revision e49cc786 (qgis): Make html output in basic stats algorithm optional
Nyall Dawson
11:26 PM Revision cb41ef1a (qgis): Output useful logging when running algorithms from toolbox
Now outputs the input parameters, execution time, and results Nyall Dawson
11:26 PM Revision 1d6d4be5 (qgis): Correctly reject algorithm dialog
Algorithm dialog was not being rejected when close button was
called (only hidden), leading to old dialogs and widget...
Nyall Dawson
11:26 PM Revision 355549ad (qgis): Avoid creating unused sinks
Nyall Dawson
11:26 PM Revision 2d2c2293 (qgis): Port checkInputCRS to c++, and allow algorithms to flag when they
require all input layers to be in the same CRS
The default behaviour is to assume that algorithms are well behaved
a...
Nyall Dawson
11:26 PM Revision 386c4246 (qgis): Merge algorithm reprojects layers so that all features are
in CRS of first input layer Nyall Dawson
11:26 PM Revision aa544a14 (qgis): Only use a temporary feedback object when running algorithms
Otherwise canceling a run causes all future runs to be canceled Nyall Dawson
11:25 PM Revision dd0bb8c1 (qgis): Merge pull request #4713 from nyalldawson/rect_api
Remove duplicate QgsRectangle::unionRect method Nyall Dawson
11:03 PM Revision 74ce5550 (qgis): Remove duplicate QgsRectangle::unionRect method
QgsRectangle::combineExtentWith does the exact same thing Nyall Dawson
01:02 PM Revision 10341310 (qgis): Add a provider unit test checking extent after adding/deleting features
Nyall Dawson
01:02 PM Revision 6a87889e (qgis): Don't wastefully recalculate memory provider extent after every
feature addition
Previously, the memory provider would automatically recalculate
the extent of the layer after new f...
Nyall Dawson
12:54 PM Revision be2ec2f1 (qgis): Fix running processing algs through locator
Nyall Dawson
12:36 PM Revision f5a0243c (qgis): Scroll to newly added entries in paletted renderer widget
Nyall Dawson
12:08 PM Revision ad6c46ff (qgis): When using destination CRS in a feature request and a transform
exception occurs, clear the feature's geometry before returning
We never want to return features with mixed CRS geom...
Nyall Dawson
10:13 AM Revision 31162adf (qgis): followup cc877c39: fix build
Matthias Kuhn
09:13 AM Revision cc877c39 (qgis): No more QgsGeometry pointers in the public API
Geometries are passed as const reference and returned by value.
This make using the API easier and reduces the risk o...
Matthias Kuhn

2017-06-10

07:40 PM Revision 68965485 (qgis): Merge pull request #4705 from PedroVenancio/master
[processing] fixes GRASS 7 v.net.alloc (fix #16672) Alexander Bruy
05:10 PM Revision e91e2475 (qgis): Use QgsOSMId type when it belongs (matches master version of file)
Sandro Santilli
05:01 PM Revision 9adb4967 (qgis): Fixes GRASS 7 v.net.alloc #16672 - backport to 2.18
Pedro Venâncio
11:38 AM Revision e839ab1d (qgis): Indentation
Nyall Dawson
11:07 AM Revision 03bfe9bf (qgis): Use uuid instead of timestamp when generating layer ids
Timestamps can result in duplicate layer ids when layers
are created rapidly or in different threads.
Fix #14390
Nyall Dawson
10:53 AM Revision 326e4425 (qgis): Fix crash when saving vector layer in background task
Nyall Dawson
10:41 AM Revision aedb95b1 (qgis): Fixes GRASS 7 v.net.alloc #16672
Pedro Venâncio
10:30 AM Revision 30e145a2 (qgis): Cleanup and unify text formatting in projection combo box
Nyall Dawson
08:55 AM Revision 4386be83 (qgis): spelling fixes
Jürgen Fischer
08:38 AM Revision afc230c7 (qgis): re-run t2tdoc
Jürgen Fischer

2017-06-09

07:25 PM Revision 43fac747 (qgis): include expect/unbuffer in INSTALL install list
Jürgen Fischer
07:23 PM Revision c21846a8 (qgis): fix install (followup 532b9a14)
Jürgen Fischer
01:55 PM Revision 7b844837 (qgis): [Server] Fonts used in GetLegendGraphics tests are bolded and increased
Paul Blottiere
01:55 PM Revision c1657ac8 (qgis): [Server] Add/update tests
Paul Blottiere
01:55 PM Revision dae8447b (qgis): [Server] GetLegendGraphics refactoring
Paul Blottiere
01:52 PM Revision 04898393 (qgis): Merge pull request #4700 from sbrunner/service-onlineressource
[Server] WMS Fix the mandatory OnlineResource René-Luc ReLuc
01:32 PM Revision 2346f59f (qgis): More verbose response
Stéphane Brunner
01:32 PM Revision 9d9e94e6 (qgis): Fix the mandatory OnlineResource
Stéphane Brunner
12:07 PM Revision f80a1f54 (qgis): Merge pull request #4687 from rldhont/server-wms-dxf-writer
[Server] WMS DXF writer refactoring René-Luc ReLuc
10:58 AM Revision 8df3391f (qgis): [Server] dxf writer refactoring
René-Luc ReLuc
10:16 AM Revision 532b9a14 (qgis): sipify gui part n
Denis Rouzaud
10:16 AM Revision f5c3b8a1 (qgis): [sipify] fix enum again
Denis Rouzaud
10:16 AM Revision 58674146 (qgis): sipify gui effects + layertree
Denis Rouzaud
10:16 AM Revision 2454e56b (qgis): sipify gui attribute table
Denis Rouzaud
10:16 AM Revision 00b2d242 (qgis): sipiy gui symbology
Denis Rouzaud
08:15 AM Revision f677eaf0 (qgis): consider middle geometry column when retrieving default values (fixes #...
Juliusz Hoffman
08:01 AM Revision 5f10a0ba (qgis): fix 8c873b14 (fixes #16624)
(cherry picked from commit 63269479682b9b71d0de74b518de09d5f72029d2) Jürgen Fischer
08:00 AM Revision 63269479 (qgis): fix 8c873b14 (fixes #16624)
Jürgen Fischer
08:00 AM Revision 5ff6b14f (qgis): update translation scripts
Jürgen Fischer
06:54 AM Revision d4acdac6 (qgis): Merge pull request #4701 from nyalldawson/processing_pt31
[processing] allow optional feature sink parameters Nyall Dawson
06:51 AM Revision 57a67358 (qgis): Merge pull request #4672 from nyalldawson/scale
Unify scale widgets API, pt 1 Nyall Dawson
06:26 AM Revision a8ca3b28 (qgis): Port test to new API
Nyall Dawson
06:24 AM Revision 8c73bcbc (qgis): [FEATURE] Port CheckValidity alg to new API
Also make outputs optional from the alg - now you can select
which outputs you need for your model!
Nyall Dawson
06:22 AM Revision 6b55300f (qgis): If a feature sink parameter is optional and not set, don't create the sink
This adds a lot of flexibility to algorithms, as it makes output
sinks truely optional. For instance, the various "Ex...
Nyall Dawson
05:17 AM Revision 2d2dff9b (qgis): Restore basic stats alg
Nyall Dawson
04:46 AM Revision e4134637 (qgis): [needs-docs] Use standard scale widgets and terminology for labeling
Also unify API with other scale API.
Fix #16349
Nyall Dawson
03:56 AM Revision b2e102d2 (qgis): Improve API docs
Nyall Dawson
03:51 AM Revision b0c35ab4 (qgis): Unify scale API in rule based labeling, fix GUI issues
Nyall Dawson
03:09 AM Revision 9805782b (qgis): Unifying rule based renderer scale API, fix scale related bugs
Fix #15512 Nyall Dawson
02:49 AM Revision 32ecbcfa (qgis): Merge pull request #4693 from nyalldawson/request_crs
Allow specifying a destination CRS in QgsFeatureRequest Nyall Dawson
02:34 AM Revision 37f86f5f (qgis): Unify diagram scale API with rest of scale API
Nyall Dawson
02:26 AM Revision 1be5fbda (qgis): More consistency across scale API
Use a real scale widget for point displacement label scale Nyall Dawson

2017-06-08

01:51 AM Revision a3d919dc (qgis): Use a real scale widget in vector save as dialog
Nyall Dawson
01:42 AM Revision e0d29e78 (qgis): Update tests for new API
Nyall Dawson
01:36 AM Revision f7bfb9ce (qgis): Fix zoom to visibile scale when min/max scale is set to 0
Nyall Dawson
01:14 AM Revision 10707b87 (qgis): Improve documentation
Nyall Dawson
01:12 AM Revision 463e7224 (qgis): Clarify in doxygen what scale values represent
Nyall Dawson
01:12 AM Revision b0772659 (qgis): Flip remaining scale API from real to denominators
Nyall Dawson
01:11 AM Revision 08a9bcba (qgis): Unify scale widgets API
Flip all scale based widgets to use scale denominators instead
of actual scales (ie 100.0 instead of 0.01 for 1:100)....
Nyall Dawson
01:00 AM Revision 482ed3f2 (qgis): Explicitly mention in docs that presence of destination CRS does
not affect filter expressions or virtual field values Nyall Dawson
12:57 AM Revision e437812a (qgis): Return an invalid iterator if a transform exception occurs
when projecting filter rects from destination crs Nyall Dawson
12:41 AM Revision 7d847bf3 (qgis): Rename transform methods for clarity
Nyall Dawson
11:44 PM Revision 9f71156a (qgis): Merge pull request #4678 from nyalldawson/layer_scale
Swap QgsMapLayer min/max scale API definitions (unify scale api, pt 2) Nyall Dawson
11:02 PM Revision b280c873 (qgis): Node tool: give preference to vertex match over segment match from prev...
Martin Dobias
11:02 PM Revision 91be49a1 (qgis): Fix python tests after previous commit
Martin Dobias
09:56 PM Revision 2964c33d (qgis): Reshape tool: use default Z value for 3D geometries
Martin Dobias
09:53 PM Revision f5b38fed (qgis): Node tool: add default Z value to new vertices in 3D geometries (fixes ...
Martin Dobias
03:56 PM Revision bdd81685 (qgis): Fix a crash when toggling a layer to editable mode
Martin Dobias
03:56 PM Revision c340e37e (qgis): Do not #include QtConcurrent when using map renderer jobs C++ API
This way C++ apps using the API do not need to add QtConcurrent to their build Martin Dobias
03:16 PM Revision 866bfc3d (qgis): sipify core symbology part 2
Denis Rouzaud
11:31 AM Revision 1a418f5d (qgis): Handle request crs transform in cached feature iterators
Nyall Dawson
11:20 AM Revision a9892350 (qgis): Allow specifying a destination CRS in QgsFeatureRequest
If set, all geometries will be reprojected from their original
coordinate reference system to the destination CRS whi...
Nyall Dawson
11:20 AM Revision b6e1eea4 (qgis): Handle request destinationCrs in QgsVectorLayerFeatureIterator
Nyall Dawson
11:20 AM Revision 8ef6722e (qgis): Indentation
Nyall Dawson
09:55 AM Revision a148a789 (qgis): Typo fix and list ordering
Harrissou Santanna
09:55 AM Revision fcc06ce3 (qgis): More typo fixes
Harrissou Santanna
09:39 AM Revision 7651f9fb (qgis): Merge pull request #4698 from nyalldawson/cache_test
Add feature source test for QgsVectorLayerCache Nyall Dawson
09:38 AM Revision 9e176fee (qgis): gps fixes
Denis Rouzaud
09:38 AM Revision e545d44c (qgis): sipify core gps
Denis Rouzaud
09:26 AM Revision 5a3c7631 (qgis): Typo fix in Algorithms help
Harrissou Santanna
09:05 AM Revision e052933b (qgis): Identation
Nyall Dawson
08:59 AM Revision fbad9116 (qgis): Add feature source test for QgsVectorLayerCache
While it's not a QgsFeatureSource subclass (yet), it behaves
just like one so when can run the feature source conform...
Nyall Dawson
08:52 AM Revision ed915e75 (qgis): sipify gui part 1
Denis Rouzaud
07:31 AM Revision a7c9cc81 (qgis): fix merge
Denis Rouzaud
07:28 AM Revision 41ceed3d (qgis): [sipify] fix false virtual methods
Denis Rouzaud
06:09 AM Revision 0591225f (qgis): Don't allow selection of adding z/multigeometries when saving a vector
layer with geometry type set to No Geometry Nyall Dawson
02:35 AM Revision dbdbd157 (qgis): Fix composer legend "Filter by Atlas Feature" does not save
Fix #16663
(forward port from ecb4c5a)
Nyall Dawson
02:17 AM Revision 7d9cc131 (qgis): Merge pull request #4657 from DelazJ/patch-1
Typo fix: Add missing spacing Nyall Dawson
02:16 AM Revision 5b5e053f (qgis): Merge pull request #4674 from SrNetoChan/backport_5f7178a
Backport Fix missing Icon in Select Attribute Dialog Nyall Dawson

2017-06-07

11:29 PM Revision 1bbfd5b8 (qgis): Merge pull request #4692 from nyalldawson/prepare
Make more use of prepared geometries for intersection tests Nyall Dawson
11:12 PM Revision 648ff293 (qgis): Merge pull request #4695 from nyalldawson/buffer_test
Add feature source unit tests for vector layer with edits in buffer Nyall Dawson
10:42 PM Revision 342897c6 (qgis): Add source test for vector layer with deleted features in buffer
Nyall Dawson
07:43 PM Revision 6606d463 (qgis): fix enum
Denis Rouzaud
04:34 PM Revision 67b01dee (qgis): [sipify] fix negative value assignment
Denis Rouzaud
04:04 PM Revision 542dc854 (qgis): sipify core symbology classes
Denis Rouzaud
04:04 PM Revision 154c8f5d (qgis): [sipify] fix body detection*
Denis Rouzaud
03:44 PM Revision d914a195 (qgis): Merge pull request #4685 from strk/dbmanager-test
Add test for DBManager's PostGIS connector and plugin Sandro Santilli
02:59 PM Revision 9397c4fc (qgis): Fix previous commit (#16675)
Even Rouault
02:41 PM Revision 5d7bf0df (qgis): [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_Mu...
Even Rouault
02:26 PM Revision 3f81fc09 (qgis): Add feature source unit tests for vector layer with edits in buffer
Run the feature source tests over a layer with added, edited
geometries, and edited attributes unsaved in an edit buf...
Nyall Dawson
12:36 PM Revision 7435d342 (qgis): [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_Mu...
Even Rouault
12:03 PM Revision 9a40754f (qgis): sipify Qgis, QgsDxfExport
Denis Rouzaud
12:03 PM Revision 8d2f72c3 (qgis): [sipify] uniform die messages
Denis Rouzaud
09:28 AM Revision 11ace44a (qgis): Import cmp_to_key
Sandro Santilli
06:36 AM Revision 22791cf0 (qgis): Fix TypeError: 'cmp' is an invalid keyword argument for this function
Sandro Santilli
06:08 AM Revision be501a0f (qgis): Make more use of prepared geometries for intersection tests
Should speed up a few operations Nyall Dawson
05:12 AM Revision fa9f202b (qgis): Merge pull request #4691 from nyalldawson/validator
Add an explicit argument to set QgsGeometryValidator method Nyall Dawson
03:36 AM Revision 64a86e3d (qgis): Add an explicit argument to set QgsGeometryValidator method
Previously this was always read from settings when using
QgsGeometryValidator. It's now an explicit argument
when con...
Nyall Dawson

2017-06-06

11:41 PM Revision 14ab5eb0 (qgis): More unicode/utf8 fixes
Sandro Santilli
11:40 PM Revision 4f4d63a6 (qgis): [db_manager] Fix DBConnector.getSchemaTableName
2.18 Backport
Ref #15910
Arnaud Morvan
10:22 PM Revision c36727dd (qgis): Avoid infinite loop in quoteString
Sandro Santilli
09:46 PM Revision 5f1a78dd (qgis): Update inverted polygon test mask
Nyall Dawson
09:20 PM Revision 35f7839f (qgis): Avoid .encode('utf8') call too
Was tested with python2, let's see if it fixes python3 too Sandro Santilli
07:35 PM Revision cda88661 (qgis): Merge pull request #4626 from alexbruy/otb-update
update Processing OTB provider for 2.18 Alexander Bruy
07:14 PM Revision 413c6e52 (qgis): Merge pull request #4648 from alexbruy/saga-update
update Processing SAGA provider for 2.18 Alexander Bruy
05:59 PM Revision 50641f78 (qgis): Use str(), not unicode() to cast URI for use in psycopg2
Hopefully fixes the new DBManager tests Sandro Santilli
05:46 PM Revision 3efee437 (qgis): Add test for DBManager's PostGIS connector and plugin
Only enabled when ENABLE_PGTEST is set
Includes test for dbname-less URI and service-only URI
(ref #10600 ref #16625 ...
Sandro Santilli
03:06 PM Revision 9cd3ef02 (qgis): Use invalid CRS as default in map settings
I have got caught by the default set to WGS 84 when I loaded a layer
in projected CRS, set extent to layer's extent a...
Martin Dobias
02:56 PM Revision 362d4f06 (qgis): Add DBManager test for service-only URI
Ref #16626
Also fixes runs with non-standard QGIS_PGTEST_DB env variable set
Sandro Santilli
02:33 PM Revision 3d9af5bb (qgis): [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOut...
Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects René-Luc ReLuc
02:23 PM Revision 7a198dff (qgis): [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOut...
Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects René-Luc ReLuc
01:50 PM Revision de9e70e6 (qgis): Merge pull request #4684 from nyalldawson/processing_pt3
Add sourceExtent method to QgsFeatureSource Nyall Dawson
01:16 PM Revision 39b5f4e5 (qgis): Update acceptable missing doc
Martin Dobias
12:39 PM Revision eddf23c3 (qgis): Make the `check` rule use xvfb-run, drop `check-no-x`
I see no reason for anyone wanting to see popping windows during
a `make check` run. Closes #12172.
Sandro Santilli
12:08 PM Revision 80911c6e (qgis): Merge pull request #4675 from alexbruy/processing-help
[processing] improve help system Alexander Bruy
11:36 AM Revision 51e7efe2 (qgis): Replace QString::null by QString() in core (deprecated since Qt 5.9)
Martin Dobias
10:50 AM Revision e89502f4 (qgis): fix help opening
Alexander Bruy
10:29 AM Revision 448f019e (qgis): Port polygon from layer extent alg to new API
Nyall Dawson
10:09 AM Revision dbedd7e1 (qgis): Merge pull request #4683 from rldhont/server-string-list-exceptions
[Server] bulk enhancements: string, list and exceptions René-Luc ReLuc
09:51 AM Revision 7af47c2a (qgis): Add a raster table to the test postgis setup, use it from dbmanager test
Sandro Santilli
09:51 AM Revision 37387989 (qgis): Add test for DBManager's PostGIS connector and plugin
Only enabled when ENABLE_PGTEST is set
Includes test for dbname-less URI (#10600 and #16625 and #16626)
The test rel...
Sandro Santilli
09:51 AM Revision 38d905f6 (qgis): Add a notice about service=qgis_test being used by some tests
Sandro Santilli
09:51 AM Revision 77fa1778 (qgis): [processing] save and restore geometry of the algorithm dialog
Alexander Bruy
09:51 AM Revision ffac4f96 (qgis): [processing] simplify modeler algorithm dialog and use new help in it
too Alexander Bruy
09:51 AM Revision d859399c (qgis): [processing] use QGIS user manual as help source for all algorithms by
default.
NOTE: URL scheme should be adopted when documentation team decided how
manual will be scructured.
Alexander Bruy
09:51 AM Revision 8af3707b (qgis): [processing] use arrow cursor for collapse button
Alexander Bruy
09:51 AM Revision 0773e549 (qgis): [processing] move collapse button to the top
Alexander Bruy
09:51 AM Revision dec9ecf4 (qgis): [processing] make short help panel resizable and replace Help tab with...
Alexander Bruy
09:51 AM Revision a137a7c0 (qgis): [processing] open help in the default webbrowser to be consistent with
the rest of QGIS dialogs Alexander Bruy
09:51 AM Revision f4853a21 (qgis): [processing] add button to collapse/expand short help
Alexander Bruy
09:26 AM Revision c6c20c61 (qgis): Add sourceExtent method to QgsFeatureSource
Nyall Dawson
08:51 AM Revision 72f95e6f (qgis): Merge pull request #4682 from nyalldawson/processing_pt3
Processing rebuilding... Nyall Dawson
08:06 AM Revision 1d2e54d1 (qgis): Port delete columns alg to new API
Nyall Dawson
07:54 AM Revision f1511a29 (qgis): Port clip algorithm to new API
Nyall Dawson
07:43 AM Revision 90388722 (qgis): Fix warning
Nyall Dawson
07:39 AM Revision 47a40edb (qgis): Port BarPlot alg to new API
Nyall Dawson
07:39 AM Revision c1d35a04 (qgis): Port getHTMLOutputsCount to c++ API
Nyall Dawson
07:36 AM Revision 1f0a3d97 (qgis): Add file based and HTML outputs to c++ API
Nyall Dawson
07:21 AM Revision 74ffdb11 (qgis): Fix field widget wrapper
Nyall Dawson
06:46 AM Revision f0f0411e (qgis): Port addautoincrementalfield to new API
Nyall Dawson
06:39 AM Revision dfb687bf (qgis): Port aspect algorithm to new API
Nyall Dawson
06:38 AM Revision 2f28736e (qgis): Remove some unused code
Nyall Dawson
06:38 AM Revision a27c22d9 (qgis): Add raster layer output parameters
Nyall Dawson
06:33 AM Revision e6a71ab5 (qgis): Allow direct map layer parameter/default values were appropriate
Nyall Dawson
05:43 AM Revision b75a1747 (qgis): Rename QgsProcessingFeatureSinkDefinition to QgsProcessingOutputLayerDe...
Since it also applies to raster layer outputs, we need a more generic name Nyall Dawson
05:41 AM Revision f64f74fb (qgis): Fix incorrect import
Nyall Dawson
04:36 AM Revision d53fa8d2 (qgis): Port another alg to new API
Nyall Dawson
04:09 AM Revision ecb4c5a6 (qgis): Fix composer legend "Filter by Atlas Feature" does not save
Fix #16663 Nyall Dawson
03:40 AM Revision ab644288 (qgis): Add a cancel button for algorithms which support cancelation
Nyall Dawson
03:25 AM Revision 39d20a4c (qgis): Move algorithm expression context generation to QgsProcessingAlgorithm
Fix error when selecting "from expression" in algorithm parameter dialog Nyall Dawson
02:34 AM Revision 607fed8c (qgis): Restore ability to save outputs directly to Spatialite/PostGIS providers
Nyall Dawson

2017-06-05

01:51 AM Revision 5e92c0db (qgis): Fix saving processing outputs with correct encoding
Nyall Dawson
01:06 AM Revision 2b0af000 (qgis): Merge pull request #4590 from nyalldawson/processing_pt3
Processing armaggeddon, pt 1 Nyall Dawson
12:42 AM Revision 77072b15 (qgis): Rename QgsProcessingFeatureSink to QgsProcessingFeatureSinkDefinition
For consistency with QgsProcessingFeatureSourceDefinition Nyall Dawson
12:40 AM Revision 81da209b (qgis): Use a QgsProject pointer instead of bool loadIntoProject
Allows potential future use case of loading results into
a different open project
Nyall Dawson
12:25 AM Revision 72be86dc (qgis): Only accept QgsPropertys in QgsProcessingFeatureSourceDefinition/
QgsProcessingFeatureSink, not all QVariant types
Only strings/QgsPropertys are valid anyway, so instead of strings
u...
Nyall Dawson
12:00 AM Revision d7aa3f5f (qgis): [processing] Change explicit encoding string parameters to more
flexible QVariantMap creatOptions parameters which include an
optional fileEncoding value
More flexible, allows sink...
Nyall Dawson
11:41 PM Revision 5b8affcb (qgis): Rename QgsProcessingParameterOutputVectorLayer to QgsProcessingParamete...
Nyall Dawson
11:41 PM Revision 005a08ea (qgis): Create class for encapsulating settings relating to a feature sink
input to a processing algorithm.
This allows parameter inputs to encapsulate extra information
relating to a feature...
Nyall Dawson
11:41 PM Revision b6fb41d4 (qgis): [processing] Don't use vector layers directly as feature sources
Instead, parameters evaluate to QgsFeatureSource, which are
used for retrieving features, feature count, crs, wkb typ...
Nyall Dawson
11:41 PM Revision 0e991bf6 (qgis): Remove QgsProcessingUtils::uniqueValues
Use QgsFeatureSource method instead Nyall Dawson
11:41 PM Revision ffce9c9f (qgis): Add direct method to retrieve QgsFeatureSink from parameter
Nyall Dawson
11:41 PM Revision f41eb411 (qgis): Cleanup API - remove redundant name argument
Nyall Dawson
11:41 PM Revision 57ffde36 (qgis): Fix build
Nyall Dawson
11:41 PM Revision 93734758 (qgis): Indentation
Nyall Dawson
11:41 PM Revision ed09a8a7 (qgis): Create class for encapsulating settings relating to a feature source
input to a processing algorithm.
This allows parameter inputs to encapsulate extra information
relating to a feature...
Nyall Dawson
11:41 PM Revision 3bd74aef (qgis): Remove no longer required QgsProcessingContext::UseSelectionIfPresent flag
Since using selection is now a per-feature-source setting Nyall Dawson
11:41 PM Revision f9887aab (qgis): [processing] Remove more UseSelectionIfPresent use
Nyall Dawson
11:41 PM Revision 5b9d925c (qgis): Fix loading of results after running algorithms
Nyall Dawson
11:41 PM Revision 46596c50 (qgis): Restore correct layer naming when loading results
Nyall Dawson
11:41 PM Revision 7f687345 (qgis): [FEATURE][processing] Add checkbox for each vector input layer
to control whether selected features only are to be used
Replaces the old global setting and makes it immediately ob...
Nyall Dawson
11:41 PM Revision a6581356 (qgis): Remove global processing use selection setting
Nyall Dawson
11:41 PM Revision 379d060d (qgis): Resurrect another Python QGIS algorithm
Nyall Dawson
11:41 PM Revision 7683b25f (qgis): Move getFileFilter from params to gui wrappers
Nyall Dawson
11:41 PM Revision ea2e477d (qgis): Fix failing tests, temporarily disable some processing tests during
refactoring Nyall Dawson
11:41 PM Revision d8552258 (qgis): Temporarily deactivate more algorithms
Nyall Dawson
11:41 PM Revision 770c45da (qgis): Rename QgsProcessingParameterVectorLayer to QgsProcessingParameterFeatu...
Helps abstract away sources to allow non vector layer sources in future Nyall Dawson
11:41 PM Revision 134c04b8 (qgis): Move getParametersPanel out of algorithm class
It's a gui related method, so shouldn't be in core class Nyall Dawson
11:41 PM Revision 2da85f87 (qgis): Temporarily deactivate all processing providers/algorithms
While the processing API is in such a state of flux it's
become unmaintainable to port these algorithms change-by-cha...
Nyall Dawson
11:41 PM Revision a9514242 (qgis): QgsProcessingParameterVectorLayer accepts lists of vector layer types
Nyall Dawson
11:41 PM Revision bdf051a0 (qgis): Partially port a trial python alg to new API
Nyall Dawson
11:41 PM Revision 0c3ad14c (qgis): Adapt more python code to new API
Nyall Dawson
11:41 PM Revision 6517470d (qgis): Temporarily fix memory layer outputs
Nyall Dawson
11:41 PM Revision 87fc31d6 (qgis): Adapt more python code to new API
Nyall Dawson
11:41 PM Revision 28f7a8b7 (qgis): Move expression context generation out of parameters
Nyall Dawson
11:41 PM Revision 416770b1 (qgis): Remove no longer required _resolveLayers method
Nyall Dawson
11:41 PM Revision ba03f1a1 (qgis): Move minimum layer extent calculation to c++
Nyall Dawson
11:41 PM Revision 189f8047 (qgis): Adapt more code to c++ API
Nyall Dawson
11:41 PM Revision ef59d0c4 (qgis): Port parameter checking to c++
Nyall Dawson
11:41 PM Revision a23a6ac6 (qgis): Create a QgsProcessingAlgRunnerTask task
Allows background execution of processing algorithms.
Not exposed anywhere in GUI (yet)
Nyall Dawson
11:41 PM Revision c1d9d57d (qgis): First working pure c++ algorithms
Nyall Dawson
11:41 PM Revision 8b4bf88b (qgis): Add native c++ algorithm provider
Nyall Dawson
11:41 PM Revision f1c53c3a (qgis): Refactor Algorithm setParamValues -> getParamValues
Now returns a dict of parameter inputs for the algorithm Nyall Dawson
11:41 PM Revision 9997ab6e (qgis): Partially port wrappers to QgsProcessingParameterDefinition
And create a new WidgetWrapperFactory for creating a suitable wrapper
corresponding to a parameter
Nyall Dawson
11:41 PM Revision 77ab9337 (qgis): Move alg character definitions to __init__
Nyall Dawson
11:41 PM Revision b64a71df (qgis): Port algorithm countVisibleParameters to c++
Nyall Dawson
11:41 PM Revision 168f1627 (qgis): Remove help related methods from GeoAlgorithm
Nyall Dawson
11:41 PM Revision 2d1579d2 (qgis): Port algorithm help to QgsProcessingAlgorithm
Nyall Dawson
11:41 PM Revision 1e788556 (qgis): Port getCustomParametersDialog to QgsProcessingAlgorithm
Nyall Dawson
11:41 PM Revision fb811766 (qgis): Add framework for algorithm outputs
This somewhat changes the meaning of outputs from processing 2.x.
In 2.x processing outputs were used both as a metho...
Nyall Dawson
11:41 PM Revision fac8ca4d (qgis): Move execution check to QgsProcessingAlgorithm
Nyall Dawson
11:41 PM Revision 03e40f74 (qgis): [processing] Remove all remaining algorithm copies
Algorithms are no longer copied - just a single const instance
of each algorithm is used
Nyall Dawson
11:41 PM Revision 4cb7d18b (qgis): Push parameters into processAlgorithm and related functions
Nyall Dawson
11:30 PM Revision 632a2be8 (qgis): Disable QgsTaskManager::waitForFinished test by default
The test intermittently fails on Travis builds, likely due
to the platform's inconsistent availability to multiple th...
Nyall Dawson
10:59 PM Revision 176b7caf (qgis): sipify core raster part 3
Denis Rouzaud
10:19 PM Revision c8555c3e (qgis): fix test import
Denis Rouzaud
10:19 PM Revision 281daee0 (qgis): run Doxygen and doc coverage test on static Travis config
Denis Rouzaud
10:19 PM Revision dff3011a (qgis): fix external lib path
Denis Rouzaud
10:19 PM Revision fa5bd491 (qgis): run code_layout build from top CMakeLists
instead of adding an extra CMakeLists in .ci/travis/code_layout to build API doc, astyle and run tests (indentation, ... Denis Rouzaud
08:03 PM Revision ad14373a (qgis): [Server] Replace list.size() > 0 by !list.isEmpty()
René-Luc ReLuc
07:21 PM Revision 4ab6a065 (qgis): [Server] Test update masks WMS_GetMap_Annotations and WMS_GetMap_Highl...
René-Luc ReLuc
04:55 PM Revision 569cee19 (qgis): [Server] WMS GetMap throw exception is layer nickname is not available
René-Luc ReLuc
04:55 PM Revision b9c2b64e (qgis): [Server] Replaced unnecessary QStringLiteral by character
René-Luc ReLuc
04:55 PM Revision fc63cbec (qgis): [Server] Replace list.size() < 1 by list.isEmpty()
René-Luc ReLuc
04:55 PM Revision b6c76a0a (qgis): [Server] Replaced unnecessary QStringLiteral by character
René-Luc ReLuc
11:33 AM Revision 05d9f92d (qgis): fix oracle provider build
Jürgen Fischer
09:22 AM Revision 63083abe (qgis): Merge pull request #4679 from nyalldawson/selected_feature_source
QgsVectorLayerSelectedFeatureSource Nyall Dawson
09:22 AM Revision 09e03650 (qgis): Merge pull request #4680 from nyalldawson/unique_values
Move uniqueValues to QgsFeatureSource Nyall Dawson
08:59 AM Revision 33888575 (qgis): Move uniqueValues to QgsFeatureSource
Also change signature of QgsVectorLayer/QgsVectorDataProvider
uniqueValues method to match (and improve API)
Nyall Dawson
07:22 AM Revision 27850fb0 (qgis): Merge pull request #4592 from alexbruy/messagebars-for-db
Use QgsMessageBar instead of QMessageBoxes to show result of testing connection Alexander Bruy
05:36 AM Revision 6fed80b1 (qgis): Add a couple more tests for QgsVectorLayerSelectedFeatureSource
Nyall Dawson
05:28 AM Revision 405c55f1 (qgis): Create QgsVectorLayerSelectedFeatureSource
...which is a QgsFeatureSource subclass which only considers
selected features from a QgsVectorLayer
Nyall Dawson

2017-06-04

01:56 AM Revision f69d1c20 (qgis): Convert isolated '...' strings to '…'
Ideally we'd replace ALL ... instances to …, but need to
first work out how to avoid the translation burden of this
c...
Nyall Dawson
01:52 AM Revision 65b0ba81 (qgis): Fix inconsistent capitalization
Nyall Dawson
01:50 AM Revision c040469c (qgis): Make paletted raster widget behave more like vector categorized
renderer widget
Since they are basically counterparts to each other
Nyall Dawson
01:50 AM Revision e5b8b32e (qgis): Make paletted raster widget behave the same as categorized widget
when changing current band
Now the widget asks users if they want to delete existing categories
when they switch a b...
Nyall Dawson
11:50 PM Revision e977f1f0 (qgis): remove unused provider mManagerMode member
Jürgen Fischer
11:26 PM Revision d0ebcd90 (qgis): Fix doxygen test
Nyall Dawson
09:55 AM Revision 1bed323b (qgis): oracle provider: fix build
Jürgen Fischer
08:46 AM Revision 4318bfb8 (qgis): Merge pull request #4670 from nyalldawson/widget_action_header
New classes QgsMenuHeader, QgsMenuHeaderWidgetAction Nyall Dawson
02:38 AM Revision cd9a802c (qgis): [FEATURE] Fix incorrectly swapper layer_property function min_scale and...
The values returned were the opposite of what's shown in the GUI.
Marked as feature as reminder to include this proj...
Nyall Dawson

2017-06-03

01:31 AM Revision a9a7d3c3 (qgis): Swap QgsMapLayer min/max scale API definitions
setMaximumScale() and setMinimumScale(), maximumScale() and
minimumScale() had the opposite meaning to other min/max ...
Nyall Dawson
11:32 PM Revision 008f3857 (qgis): processing: only reset existing menu 'settings' (followup e78fc620)
Jürgen Fischer
04:54 PM Revision 2c8e03de (qgis): [PROCESSING] [regression] One more fix for broken encoding of psycopg2 ...
Borys Jurgiel
08:20 AM Revision 0f2a49d9 (qgis): Remove Point3D
... in favor of QgsPoint
Reference https://github.com/qgis/qgis3.0_api/issues/71
Matthias Kuhn
08:03 AM Revision 0b763526 (qgis): Merge pull request #4642 from nyalldawson/mssql
MSSQL provider fixes Nyall Dawson

2017-06-02

07:53 PM Revision bf9021ae (qgis): Document API change
Matthias Kuhn
07:53 PM Revision 4f3cd3e1 (qgis): QgsPoint migration
Matthias Kuhn
07:53 PM Revision c5ba49fb (qgis): fix server
Matthias Kuhn
07:53 PM Revision e3efc2c8 (qgis): Fix tests
Matthias Kuhn
07:53 PM Revision 085a284c (qgis): [travis] Better match pattern for colorizing failing tests
Matthias Kuhn
07:53 PM Revision 164e4640 (qgis): Gadgetize QgsPointV2
Matthias Kuhn
07:53 PM Revision a9d7630a (qgis): Rename QgsPointV2 to QgsPoint and QgsPoint to QgsPointXY
Because 3D coordinates should be the default.
References https://github.com/qgis/qgis3.0_api/issues/36
Matthias Kuhn
07:53 PM Revision 881dfef3 (qgis): Fix python test imports
Matthias Kuhn
07:53 PM Revision 4ba385d4 (qgis): Fix python plugins
Matthias Kuhn
07:53 PM Revision e2227d99 (qgis): Fix QgsPointXY issues
Matthias Kuhn
07:53 PM Revision 2bbadbac (qgis): Rename qgspoint.h and qgspointv2.h
To qgspointxy.h
And qgspoint.h
Matthias Kuhn
07:26 PM Revision 10672395 (qgis): Merge pull request #4629 from boundlessgeo/unified-button
Add layer button Alessandro Pasotti
06:09 PM Revision 7a2ce494 (qgis): [addlayerbutton] Connect and forward all signals from browser to app
Alessandro Pasotti
05:38 PM Revision 6f42b784 (qgis): For GDAL sake extract a dbname from the connection
Works around GDAL limitation reported in:
https://trac.osgeo.org/gdal/ticket/6910
Ref #16625
Closes #16626
Sandro Santilli
05:31 PM Revision 78c34238 (qgis): For GDAL sake extract a dbname from the connection
Works around GDAL limitation reported in:
https://trac.osgeo.org/gdal/ticket/6910
Ref #16625
Ref #16626
Sandro Santilli
05:31 PM Revision 19ddeb18 (qgis): Merge pull request #4667 from mhugent/server_tilemode
Fix tile render mode not applied in 2.18 server Marco Hugentobler
04:57 PM Revision 25b959cc (qgis): [addlayerbutton] Fix order of signals when open page called
The problem was with raster "tab" (that is not a real page
but a forwarded signal to the app), when openPage
was call...
Alessandro Pasotti
04:57 PM Revision 220d1256 (qgis): [addlayerbutton] Add embedded option to spatialite dlg
Alessandro Pasotti
04:57 PM Revision 3cf93bc4 (qgis): [addlayerbutton] Add embedded flag for widget-like usage
Alessandro Pasotti
04:57 PM Revision ff83bfe2 (qgis): [addlayerbutton] Added WFS, WMS and vector layers
Alessandro Pasotti
04:57 PM Revision 129e00d7 (qgis): [addlayerbutton] Added embeddedMode to all providers
Also switched managerMode and embeddedMode arguments
for a more logical arg passing from the factory function.
Alessandro Pasotti
04:57 PM Revision 75f0e543 (qgis): [addlayerbutton] Pass canvas to the manager (needed by AMS)
Alessandro Pasotti
04:57 PM Revision a7e12c87 (qgis): [addlayerbutton] Fix height problems within the delimited text dialog
Also moved the status information under the button bas for
consistency with other dialogs.
Alessandro Pasotti
04:57 PM Revision 01b4eebc (qgis): [addlayerbutton] Prevent a crash when the layer list is rebuilt after a...
Alessandro Pasotti
04:57 PM Revision 14cc77c4 (qgis): [addlayerbutton] Removed button bar from main dialog
No Close button anymore ... prepare your wrist for
a precise hit on the [X] or hit ESC to close the
dialog.
Alessandro Pasotti
04:57 PM Revision 23ae5087 (qgis): [addlayerbutton] Data Source Manager toolbar and menu
This implements the proposal from @SrNeto:
- new toolbar with the new dialog button and
all the "new" data soource...
Alessandro Pasotti
04:57 PM Revision e761395f (qgis): [addlayerbutton] New GUI for the delimited text dlg by Luigi Pirelli
Alessandro Pasotti
04:57 PM Revision ce6d5c7b (qgis): Removed old comment
Alessandro Pasotti
04:57 PM Revision fc76d120 (qgis): [addlayerbutton] Removed all the individual source select slots
In favour of the unified dialog. Alessandro Pasotti
04:57 PM Revision b2dea8e0 (qgis): [addlayerbutton] Initial implementation
Alessandro Pasotti
04:57 PM Revision 463fd036 (qgis): [addlayerbutton] Add method to open a given page in the layer dlg
This is preliminary to change all dialogs slots to
open the unified dialog with the righ page open.
Alessandro Pasotti
04:57 PM Revision e43dfa28 (qgis): [addlayerbutton] Added option for modeless layer dialog (default false)
Alessandro Pasotti
04:57 PM Revision 43a3ac7b (qgis): [addlayerbutton] Removed help button
Almost all provider dialogs have its own button
resulting in duplicated help buttons in the
unified dialog.
Alessandro Pasotti
04:57 PM Revision 828ec134 (qgis): [addbuttonlayer] Fix layout of vector dialog
This is an attempt to fix the layout of the vector
layer dialog to fit in the unified dialog layout.
The optiomal so...
Alessandro Pasotti
04:57 PM Revision 018afc78 (qgis): [addlayerbutton] Larry Shaffer's fix to the raster button
Tricky solution, but temporary Alessandro Pasotti
04:57 PM Revision 8db19b2f (qgis): [addlayerbutton] Raster support added
There is still an issue with the list not being
correclty reset after the raster icon is selected.
Alessandro Pasotti
04:57 PM Revision 811e4dfd (qgis): [addlayerbutton] Virtual Layers support added
Some changes in connections are required to keep in sync
the available layers lists in the virtual layer dialog.
(Mo...
Alessandro Pasotti
04:57 PM Revision 6c66738d (qgis): [addlayerbutton] Added delimited text layers
Alessandro Pasotti
04:57 PM Revision de5996c7 (qgis): [addlayerbutton] Use enum for window mode instead of booleans
Alessandro Pasotti
04:57 PM Revision 402b7ada (qgis): [addlayerbutton] Initialise pointer
Alessandro Pasotti
04:57 PM Revision 2f9b844a (qgis): [addlayerbutton] Added help button (URL is still a placeholder)
Alessandro Pasotti
04:57 PM Revision e121cfbe (qgis): [addlayerbutton] Use QgsOptionsDialogBase and all its nice features and...
Alessandro Pasotti
04:57 PM Revision 84bbb5f4 (qgis): [addlayerbutton] Removed merge markers
Alessandro Pasotti
04:57 PM Revision a69d5122 (qgis): [addlayerbutton] Show Add button in embedded spatialite dialog
Alessandro Pasotti
04:57 PM Revision 143e0c63 (qgis): [addlayerbutton] More embeddable dialogs
Alessandro Pasotti
04:57 PM Revision b31f05c7 (qgis): [addlayerbutton] New signals for new interfaces
Alessandro Pasotti
04:57 PM Revision dcab8ca1 (qgis): [addlayerbutton] Added more providers and get canvas from ctor
Alessandro Pasotti
04:57 PM Revision c1889111 (qgis): [addlayerbutton] Replace icon for the datasourcemanager
Alessandro Pasotti
04:57 PM Revision 9a51d894 (qgis): [addlayerbutton] Embedded dialog support
Alessandro Pasotti
04:44 PM Revision 861cf9ab (qgis): Fix typo in URI service extraction (introduced in 93624b08)
Also add a comment about lack of support in GDAL up to 2.2.x for
service specification in datasource uri
Ref #16626
Sandro Santilli
04:33 PM Revision 8987bb58 (qgis): Add link to ticket about GDAL raster not working with service-only uri
Sandro Santilli
04:21 PM Revision d74864bb (qgis): Fix typo in URI service extraction (introduced in 93624b08)
Also add a comment about lack of support in GDAL up to 2.2.x for
service specification in datasource uri
Ref #16626
Sandro Santilli
03:39 PM Revision c9e6f15c (qgis): Merge pull request #4659 from boundlessgeo/browser-to-gui
Move QgsBrowserDockWidget from app to gui Alessandro Pasotti
02:51 PM Revision f250b191 (qgis): Move QgsBrowserDockWidget from app to gui
Alessandro Pasotti
02:51 PM Revision d62d444e (qgis): Moved support classes into own private header
Alessandro Pasotti
02:51 PM Revision 70826497 (qgis): Added docs and SIP bindings for QgsBrowserDockWidget
Alessandro Pasotti
01:27 PM Revision 98f653e6 (qgis): sipify core raster part 2
Denis Rouzaud
01:27 PM Revision 2d78ef80 (qgis): handle PyName for enums
Denis Rouzaud
12:13 PM Revision 0f2f7208 (qgis): Fix missing Icon in Select Attribute Dialog
Alexandre Neto
10:58 AM Revision d357bc5a (qgis): Correctly handle when either min or max map layer scale visibility
is set to 0
0 is intrepreted as "no limit"
Nyall Dawson
10:36 AM Revision eec595b9 (qgis): removed unused block in postgres provider
Radim Blazek
09:11 AM Revision 9297d91e (qgis): [processing] always look for SAGA LTR first (fix #16648)
(cherry picked from commit 74984b2525e8d34a5bce3c2100f32beea0f3e165) Alexander Bruy
09:08 AM Revision 74984b25 (qgis): [processing] always look for SAGA LTR first (fix #16648)
Alexander Bruy
08:21 AM Revision 19cfa83e (qgis): [processing] fix description for GRASS 7 v.drape algorithm (fix #16175)
Alexander Bruy
08:18 AM Revision 7b7a1bed (qgis): [processing] fix GRASS 7 v.drape description (fix #16175)
Alexander Bruy
08:10 AM Revision 11786603 (qgis): new http connection: parse service less fragile (fixes #16653; followup...
Jürgen Fischer
07:18 AM Revision 5773b3f9 (qgis): [processing] add RandomTerrain algorithm (courtesy Pedro Venancio)
Alexander Bruy
05:46 AM Revision fb7c2cc0 (qgis): [composer] Refresh data defined properties after page size changes
Fix #16390
(cherry-picked from 599db1)
Nyall Dawson
05:29 AM Revision b365e5e6 (qgis): [save as image] attach scope variables
This is needed to properly render symbols with
expression-based styling rely on those.
Mathieu Pellerin - nIRV
04:33 AM Revision 62af54ec (qgis): [mssql] Use Filter instead of STIntersects to improve query performance
...and refine validity test from 57dc3c7
Using Filter is more performant since it does a bounding box only
check whe...
Nyall Dawson
04:09 AM Revision 039866d4 (qgis): Add test for MSSQL behavior with invalid polygon geometries
Nyall Dawson
02:57 AM Revision fb11f1d2 (qgis): Add missing ellipsis to decoration menu items
Nyall Dawson
02:25 AM Revision ae8b71ed (qgis): New classes QgsMenuHeader, QgsMenuHeaderWidgetAction
Custom widgets designed for displaying subheaders within a QMenu
in a standard style (i.e. matching the subheaders sh...
Nyall Dawson

2017-06-01

01:56 AM Revision 19f0b39c (qgis): Silence some Coverity unchecked return value warnings
Nyall Dawson
01:54 AM Revision 742a1293 (qgis): Merge pull request #4668 from SrNetoChan/select_attributes_fix
Fixes missing Icon in Select Attribute Dialog Nyall Dawson
01:07 AM Revision b2360dfd (qgis): Update test mask for WMS server diagrams test
Nyall Dawson
01:02 AM Revision df9344e3 (qgis): When holding ctrl while mouse wheeling on spin box, increase
in smaller amounts
Default Qt behavior is to increase step size 10x when ctrl
is held while mouse wheel - but everyw...
Nyall Dawson
12:50 AM Revision 4d936cea (qgis): Add method to convert QgsUnitTypes::RenderUnit to translated string
Nyall Dawson
12:36 AM Revision bbec00f1 (qgis): Fix mouse wheel modifications to colors in QgsColorRampWidget
Nyall Dawson
12:23 AM Revision 5f7178a5 (qgis): Fix missing Icon in Select Attribute Dialog
Alexandre Neto
09:07 PM Revision 5fdde8a5 (qgis): [OGR provider] Use OGR_F_IsFieldSetAndNotNull() when available.
Starting with GDAL 2.2, there are 2 concepts: unset fields and null fields
whereas previously there was only unset fi...
Even Rouault
08:59 PM Revision b3579abc (qgis): Fix build of dxf2shp plugin with GDAL 2.2
Up to know the plugin relied on the fact that GDAL exported the symbols of
its internal shapelib. Since GDAL 2.2 this...
Even Rouault
05:57 PM Revision df9ee6f7 (qgis): Merge pull request #4313 from pblottiere/cleansingleton
[Server] WMS getmap refactoring René-Luc ReLuc
05:41 PM Revision e9a7dffb (qgis): added Z,M,ZM types to postgres output, allowed AddFeatures for layers w...
Radim Blazek
03:48 PM Revision 4f307f77 (qgis): Fix tile render mode not applied in 2.18 server
Marco Hugentobler
03:03 PM Revision 90d2c92a (qgis): [travis] Allow failures on macos
Seems to be an upstream issue Matthias Kuhn
02:55 PM Revision b17b36ef (qgis): sipify OSM classes
Etienne Trimaille
01:42 PM Revision 6c7a12a2 (qgis): sip doesn't like named argument in operators (apparently)
Denis Rouzaud
01:33 PM Revision 07fa2478 (qgis): sipify core raster part 1
Denis Rouzaud
01:33 PM Revision 3e73ac7a (qgis): fix missing private operator
Denis Rouzaud
10:54 AM Revision a6358b1f (qgis): Merge pull request #4606 from nyalldawson/feature_locator
[FEATURE] Active layer feature locator filter Nyall Dawson
10:24 AM Revision 2f9bfc56 (qgis): Merge pull request #4661 from nyalldawson/feature_index
Add method for manually inserting features into spatial indexes Nyall Dawson
07:26 AM Revision 19ca0e00 (qgis): Avoid issues if active layer changes
Nyall Dawson
07:25 AM Revision 787769a7 (qgis): Only search text and numeric fields
Nyall Dawson
06:00 AM Revision f359ffb5 (qgis): Merge pull request #4625 from nyalldawson/comp_extent
[FEATURE] New decoration type for showing composer map extents Nyall Dawson
05:48 AM Revision f9aa749b (qgis): Optimise queries - use a single feature request which combines
all field checks instead of firing off multiple requests
for every field
Nyall Dawson
04:28 AM Revision 55ed6f98 (qgis): [FEATURE] Active layer feature locator filter
Searches for matching attributes in any field from the current
active layer.
Nyall Dawson
04:24 AM Revision babfb6be (qgis): Allow optional labels for composer extent decorations
Nyall Dawson
04:12 AM Revision 09110ea8 (qgis): Make QgsTextFormat::readXml more forgiving to input element
Nyall Dawson
02:51 AM Revision 8152a006 (qgis): Only show extent of open composer windows
Nyall Dawson
02:11 AM Revision 7921de32 (qgis): [FEATURE] New decoration type for showing composer map extents
Adds a new (disabled by default) decoration item for showing
the extents of composer maps in the main canvas. When en...
Nyall Dawson
02:09 AM Revision d8d17524 (qgis): Make QgsSpatialIndex protected members private
The class is not designed to be subclassed Nyall Dawson
02:03 AM Revision ff171ea1 (qgis): Add method for manually inserting features into spatial indexes
i.e. inserting a feature with a different bounding box to that
feature's actual geometry
Nyall Dawson
02:02 AM Revision 5077e128 (qgis): Merge pull request #4652 from nyalldawson/extent
[FEATURE] Add option to take extent from project map layer to QgsExtentGroupBox Nyall Dawson

2017-05-31

01:10 AM Revision 9e147413 (qgis): Move logic for maintaining exact extent when CRS changes from
raster layer save as dialog to QgsExtentGroupBox, add tests Nyall Dawson
11:09 PM Revision af029c5c (qgis): Try to fix Travis build failure
Nyall Dawson
03:44 PM Revision 451bda00 (qgis): Merge pull request #4644 from rldhont/server-wms-configparser-getstyles
[Server] WMS GetStyles (and GetStyle) refactoring René-Luc ReLuc
03:07 PM Revision 7397b3c3 (qgis): Typo fix: Add missing spacing
Harrissou Santanna
03:06 PM Revision 1318518f (qgis): Update buttons on referenced layer edit state change in N:M
Fix #16635 Matthias Kuhn
02:37 PM Revision 2148fa92 (qgis): handle protected inheritance, rename ui class to avoid class name colli...
Denis Rouzaud
02:37 PM Revision 625cfc7c (qgis): sip gui layertree and raster
Denis Rouzaud
02:10 PM Revision bb789e99 (qgis): [Server] WMS GetStyles (and GetStyle) refactoring
René-Luc ReLuc
01:27 PM Revision 4cdfbadb (qgis): Remove unnecessary ellipsis from string
Nyall Dawson
01:18 PM Revision e2de69d3 (qgis): Ensure extent is updated when QgsExtentGroupBox crs is changed
Nyall Dawson
01:06 PM Revision 5649c405 (qgis): Add unit tests for QgsExtentGroupBox
Nyall Dawson
01:05 PM Revision f216db10 (qgis): Clean up QgsExtentGroupBox API
Make protected members private, improve documentation Nyall Dawson
12:29 PM Revision 4e4f232a (qgis): [FEATURE] Add option to take extent from project map layer
to QgsExtentGroupBox
This allows matching another layer's extent in the save vector/
raster layer dialog, among othe...
Nyall Dawson
10:48 AM Revision 6eb35705 (qgis): sipify
Etienne Trimaille
10:45 AM Revision 52a8be6f (qgis): add missing ConvertToSubClass sections
Denis Rouzaud
10:44 AM Revision 7e52f06a (qgis): sipify gui auth classes
Denis Rouzaud
08:51 AM Revision 77cd7afa (qgis): fix project re-load missing layers (fixes #16560)
Mathieu Pellerin - nIRV
04:54 AM Revision 77fd7e63 (qgis): Merge pull request #4646 from nyalldawson/rotation
Unify UX behavior, pt 2: rotation Nyall Dawson
02:51 AM Revision c019314f (qgis): Update more rotation widgets to standard behavior, fix tests
Nyall Dawson

2017-05-30

10:27 PM Revision 8ce847f9 (qgis): more constness
Denis Rouzaud
06:31 PM Revision 0f264317 (qgis): force not shared postgres connection on non main thread
Radim Blazek
05:13 PM Revision 93624b08 (qgis): Pass "service" parameter to gdal when opening PostGIS Rasters
Closes #16626 for 2.18 Sandro Santilli
04:38 PM Revision 7266410a (qgis): Merge pull request #4533 from boundlessgeo/too_many_dbmanager_errors_fi...
[db_manager] catch exception when item has lost reference. for 2.18 regression fixes #15868 Salvatore Larosa
04:22 PM Revision a468abbd (qgis): fix icon loading in the nohelp.html file
Alexander Bruy
03:49 PM Revision 2c56f424 (qgis): add Factory annotation to clone() methods
Denis Rouzaud
02:39 PM Revision 6c84b6ea (qgis): Avoid row sorts during attribute editing in AttributeTable Fix #15976
Luigi Pirelli
02:39 PM Revision 8d073ce5 (qgis): partial fix of snapping config issues
Denis Rouzaud
02:39 PM Revision 736e303d (qgis): missing annotation and fix warning
Denis Rouzaud
01:37 PM Revision e663d192 (qgis): Add/update tests
Blottiere Paul
11:18 AM Revision b3652938 (qgis): added plugin tag for QgsMessageLog messages
Luigi Pirelli
11:14 AM Revision d1e8903c (qgis): Ensure "dbname" is set in the uri, once again
Fixes #16625 (ref #10600) Sandro Santilli
11:13 AM Revision accf3f18 (qgis): ENABLE_PGTESTS doesn't really make sense w/out ENABLE_TESTS
[ci skip] Sandro Santilli
11:01 AM Revision 0cee1933 (qgis): enabled to save as vector with measure
Radim Blazek
10:55 AM Revision ed03e99e (qgis): catch uncatched exception when item has lost reference. fixies #15868
Luigi Pirelli
10:50 AM Revision c85cf233 (qgis): Update sip binding
Blottiere Paul
10:50 AM Revision 438ffd2e (qgis): GetMap refactoring
Blottiere Paul
10:33 AM Revision d56a692b (qgis): Fix typo
Sandro Santilli
10:01 AM Revision 293ea4af (qgis): updated min required versions in INSTALL
Radim Blazek
09:58 AM Revision 75ee7da2 (qgis): [processing] always use SAGA shipped with OSGeo4W
Alexander Bruy
09:58 AM Revision 962e2ca9 (qgis): [processing] adapt to 2.3.0 syntax
Alexander Bruy
09:24 AM Revision f83d2f40 (qgis): Sipify update
Nyall Dawson
09:23 AM Revision 0e532265 (qgis): Unify behaviour of more rotation controls
Nyall Dawson
09:23 AM Revision 21a4ac4d (qgis): Unify label rotation with other rotation settings
Label rotation is now specified in degrees clockwise, just like
symbol rotation, map rotation, etc.
Fix #4518
Nyall Dawson
09:21 AM Revision a53f6604 (qgis): Pass "service" parameter to gdal when opening PostGIS Rasters
See #16626 - needs backport to 2.18 Sandro Santilli
09:19 AM Revision 9a7b06aa (qgis): [processing] support only SAGA LTR
Alexander Bruy
09:19 AM Revision d705642f (qgis): Update diagram renderer to use rotation in degrees clockwise
Nyall Dawson
09:19 AM Revision d99d14bf (qgis): Unify behavior of more rotation widgets
Nyall Dawson
09:19 AM Revision df526203 (qgis): Make QgsMapSettings rotation API docs follow same standard as other rot...
Nyall Dawson
09:18 AM Revision 3cd99c31 (qgis): [composer] Improve picture rotation API docs
Nyall Dawson
09:18 AM Revision aaddfedd (qgis): [composer] Allow map rotation from -360 to 360
Fix #15823
Also reenable instant map refresh as map rotation changes. Since
map refresh is done in the background no...
Nyall Dawson
09:18 AM Revision 6f368bed (qgis): [composer] Allow item rotation from -360->360
Fix #12696 Nyall Dawson
09:18 AM Revision f9c48bf0 (qgis): Allow transform effect rotation from -360 to 360
Nyall Dawson
08:50 AM Revision efe6109c (qgis): Merge pull request #4641 from nyalldawson/alpha
Unify opacity UI/API, pt 1 Nyall Dawson
06:50 AM Revision 9e110824 (qgis): Merge pull request #4593 from alexbruy/create-raster-api
[API] convenience API call to create empty raster file with given number of bands Alexander Bruy
06:19 AM Revision e8b11a3b (qgis): Fix test
Nyall Dawson
05:47 AM Revision d4c87620 (qgis): Change some remaining alpha/transparency strings to opacity
Nyall Dawson
05:33 AM Revision 94829206 (qgis): Flip 'alpha' to 'opacity' in gui API
Nyall Dawson
04:54 AM Revision d24c64f8 (qgis): Use QgsOpacityWidget wherever appropriate
Nyall Dawson
03:36 AM Revision eed758e0 (qgis): Fix build
Nyall Dawson
03:36 AM Revision e58f25db (qgis): Create new QgsOpacityWidget widget
Allows consistent behavior and appearance across all opacity controls Nyall Dawson
03:07 AM Revision a3262240 (qgis): Flip symbology from alpha/transparency to opacity
Nyall Dawson

2017-05-29

12:48 AM Revision ac393207 (qgis): Flip QgsShadowEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision 5aae97ec (qgis): Remove ancient disabled layer transparency code
Nyall Dawson
12:48 AM Revision 32af831c (qgis): Fix test
Nyall Dawson
12:48 AM Revision 233a95e9 (qgis): Raster API opacity documentation
Nyall Dawson
12:48 AM Revision 052b5d32 (qgis): Flip QgsDiagramSettings from transparency to opacity
Nyall Dawson
12:48 AM Revision 07b45cdc (qgis): Change labeling from transparency to opacity
Nyall Dawson
12:48 AM Revision 6f4c5496 (qgis): Flip QgsDrawSourceEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision 89c2e85a (qgis): Flip QgsGlowEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision a6d63644 (qgis): Flip QgsColorEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision 660b34ea (qgis): Flip some doxygen from transparency to opacity
Nyall Dawson
12:48 AM Revision b7352bb2 (qgis): Flip Transparency property type to Opacity
Nyall Dawson
12:48 AM Revision bcf4026f (qgis): Flip QgsVectorLayer from transparency to opacity
Nyall Dawson
12:48 AM Revision 32480fe8 (qgis): Fix tests
Nyall Dawson
12:48 AM Revision 59cc09b4 (qgis): Change QgsBlurEffect to use opacity instead of transparency
Nyall Dawson
12:48 AM Revision 39146517 (qgis): Change QgsComposerItem to use opacity instead of transparency
Nyall Dawson
12:48 AM Revision b2ba450d (qgis): Fix build warning
Nyall Dawson
10:35 PM Revision dcd99ad5 (qgis): avoid slashes in connection names (followup 30900e9b8; fixes #16624)
(cherry picked from commit 8c873b14b8a572aa7d65d31381357844c3d73aeb) Jürgen Fischer
03:35 PM Revision 6575a60a (qgis): remove useless Python version variable
Denis Rouzaud
02:25 PM Revision 1f22df78 (qgis): Fix attribute form python cleanup
Hugo Mercier
01:50 PM Revision 9b46d9dd (qgis): sipify
Etienne Trimaille
01:50 PM Revision 88a6d2ba (qgis): include gdal_version and add private constructor
Denis Rouzaud
12:14 PM Revision ada87156 (qgis): [Server] Add GetStyles test
René-Luc ReLuc
12:13 PM Revision 8356c767 (qgis): Merge pull request #4637 from rldhont/server-wms-configparser-describel...
[Server] WMS DescribeLayer refactoring René-Luc ReLuc
11:31 AM Revision d996cf28 (qgis): clean up expression convertion errors
Mathieu Pellerin - nIRV
11:31 AM Revision 3419945a (qgis): [FEATURE] create_ramp() expression function
Mathieu Pellerin - nIRV
11:26 AM Revision f250bef4 (qgis): improved sipify code layout
Denis Rouzaud
10:21 AM Revision 31ab1032 (qgis): [FEATURE] Add role logging for PostGIS versioning.
Add new column in PostGIS versioning plugin SQL.
Add SQL logic for functions and triggers.
Add new QLineEdit for colu...
Tomasz Nycz
07:16 AM Revision 8dec70ce (qgis): [mssql] Small fixes to expression compilation
- Use [] to correctly quote field names instead of ""
- Don't invalidate provider side limit when not required
Nyall Dawson
05:27 AM Revision db86b734 (qgis): [mssql] Update expected compilation status tests
Nyall Dawson
05:11 AM Revision fcafc821 (qgis): [mssql] Followup a76359, fix provider methods like featureCount,
uniqueValues, etc not working when using DSN for connection Nyall Dawson
04:51 AM Revision 67d778f3 (qgis): [mssql] Fix debug spam when features have null geometry
Nyall Dawson
04:48 AM Revision e6a8f9da (qgis): Fix memory leak in TestQgsPaintEffect
Nyall Dawson
04:48 AM Revision fa3e0140 (qgis): Fix memory leak, potential crash when creating QgsVectorLayerSimpleLabe...
Identified by Coverity Nyall Dawson
04:48 AM Revision fb76383d (qgis): Fix memory leak when cloning vector layers
Nyall Dawson
04:48 AM Revision 12ed31b7 (qgis): Fix missing break statements (identified by Coverity)
Nyall Dawson
04:48 AM Revision ce3737ec (qgis): [mssql] Fix time fields converted to null
Likely only an issue when using the MSSQL Linux ODBC driver Nyall Dawson
04:43 AM Revision 4081927d (qgis): [mssql] Fix "use estimated table parameters" setting is ignored
Nyall Dawson

2017-05-28

01:53 AM Revision 48db8ecf (qgis): Merge pull request #4601 from timlinux/contributors
Added Ismail Sunni and Etienne Trimaille to contributors list Nyall Dawson
01:29 AM Revision a9370af1 (qgis): Fix potential crashes in geometry checker (identified by Coverity)
Nyall Dawson
01:25 AM Revision 566d75bd (qgis): Fix memory leaks in processing tests
Nyall Dawson
01:10 AM Revision 83815baa (qgis): Merge pull request #4598 from Gustry/atlas_expressions
[needs-docs] add layerid and layername to atlas expressions Nyall Dawson

2017-05-27

10:23 PM Revision dae921c5 (qgis): [DB Manager] previewing layers in Virtual layers section remove them fr...
plus more vlayer db_manager plugin fixes to reduce (but can't avoid) exceptions due to C++/SIP object removes Luigi Pirelli
11:15 AM Revision f3407f8c (qgis): Revert "Revert "Utilise thread safe proj API within QgsCoordinateTransf...
This reverts commit 2480e268c9b958b25de14464ae846588e54fa735.
Brings back the thread safe proj implementation. Early...
Nyall Dawson
10:56 AM Revision ba079d80 (qgis): Fix crash when reordering composer items via drag and drop
Caused by internal Qt bug when multiple QSortFilterProxyModels
used by widgets are attached to a parent model which c...
Nyall Dawson
07:17 AM Revision 8bd4238d (qgis): Merge pull request #4640 from nyalldawson/fix_drag_crash
Fix crash when reordering composer items via drag and drop Nyall Dawson
06:29 AM Revision cb33c0d4 (qgis): Fix crash when reordering composer items via drag and drop
Caused by internal Qt bug when multiple QSortFilterProxyModels
used by widgets are attached to a parent model which c...
Nyall Dawson

2017-05-26

11:22 PM Revision 86ce4418 (qgis): Merge pull request #4627 from nyalldawson/json_format
Use field formatter when exporting feature attributes to JSON Nyall Dawson
11:21 PM Revision 9cfe70c0 (qgis): Merge pull request #4624 from nyalldawson/feature_source
QgsFeatureSource Nyall Dawson
05:52 PM Revision 13e39da0 (qgis): Ensure "dbname" is set in the uri, once again
Fixes #16625 (ref #10600) Sandro Santilli
04:59 PM Revision 8a0261c9 (qgis): [Server] WMS DescribeLayer refactoring
René-Luc ReLuc
04:59 PM Revision 5b782971 (qgis): [Server] Rename QgsServerProjectUtils::wcsLayers to QgsServerProjectUti...
René-Luc ReLuc
04:59 PM Revision e7d45a09 (qgis): [Server] Add DescribeLayer test
René-Luc ReLuc
04:33 PM Revision c05d779c (qgis): Merge pull request #4630 from rldhont/server-wms-configparser-getcontext
[Server] WMS GetContext refactoring René-Luc ReLuc
03:48 PM Revision ce3cbeb9 (qgis): [Server] Add GetContext accesscontrol test
René-Luc ReLuc
03:48 PM Revision 6feca532 (qgis): [Server] Fix QgsServerProjectUtils readListEntry
René-Luc ReLuc
03:48 PM Revision 83b3368e (qgis): [Server] Add GetContext test
René-Luc ReLuc
03:48 PM Revision 0f00a523 (qgis): [Server] WMS GetContext refactoring
René-Luc ReLuc
02:06 PM Revision 8c873b14 (qgis): avoid slashes in connection names (followup 30900e9b8; fixes #16624)
Jürgen Fischer
02:00 PM Revision 3a16a4e3 (qgis): Release of 2.18.9
Jürgen Fischer
01:24 PM Revision c0531bcd (qgis): Add test for QgsScaleRangeWidget::setScaleRange
Closes #15463 as this test guards after the fix for that bug
(minScale visibility corrupted upon project load)
Sandro Santilli
12:40 PM Revision 2a9095db (qgis): processing: with GDAL2 we need to check for raster capability to get the
raster extensions (fixes #16621; followup 3d3b6ec) Jürgen Fischer
12:30 PM Revision dc5ba8ff (qgis): [processing] explisitly load outputs as raster or vector depending
on the output type. Don't rely on extension or other indirect attributes Alexander Bruy
12:28 PM Revision cd7dfda1 (qgis): [processing] explisitly load outputs as raster or vector depending on
output type. Don't rely on extension or other indirect attributes Alexander Bruy
11:57 AM Revision 83613204 (qgis): Add test for QgsScaleRangeWidget::setScaleRange
See #15463 as this test guards after the fix for that bug
(minScale visibility corrupted upon project load)
Sandro Santilli
11:34 AM Revision cea93faa (qgis): german translation update (fixes #16622; followup 4c666a3)
$ scripts/update_ts.sh update $builddir
$ linguist i18n/qgis_de.ts
$ git add doc/TRANSLATORS i18n/qgis_de.ts
$ git co...
Jürgen Fischer
10:19 AM Revision 8ccb4c43 (qgis): When setting scale range, make sure to set min before max scale
This ensures the limit on max scale imposed by previously set min
scale does not trim the new value.
Fixes #15463
(...
Sandro Santilli
10:18 AM Revision 44d1454d (qgis): Merge pull request #4613 from strk/bugfix/b15463
When setting scale range, make sure to set min before max scale Jürgen Fischer
08:02 AM Revision 49228170 (qgis): [bugfix] Fixes an unreported crash in WFS (backported from master)
(cherry-picked from commit fe9594f) Alessandro Pasotti
06:58 AM Revision e0cad1fb (qgis): [composer] fix export atlas as image crash (fixes #16623)
Mathieu Pellerin - nIRV

2017-05-25

12:06 AM Revision 47ffb588 (qgis): Fix some providers not requesting all required attributes needed
for client side order by clauses Nyall Dawson
11:49 PM Revision 7e089a1c (qgis): [processing] Fix Hub Distance alg does not correctly use project ellips...
Nyall Dawson
10:04 PM Revision 55ffbf5e (qgis): When setting scale range, make sure to set min before max scale
This ensures the limit on max scale imposed by previously set min
scale does not trim the new value.
Fixes #15463
Sandro Santilli
05:27 PM Revision 95a5ccef (qgis): [Server] fix wmsInspireActivated to wmsInspireActivate
René-Luc ReLuc
02:43 PM Revision b0268ef7 (qgis): [Server] Fix WMS GetContext accesscontrol and add tests
René-Luc ReLuc
12:48 PM Revision aa376c2a (qgis): Split ProviderTestCase into provider/source tests
There's now a FeatureSourceTestCase base class which handles
testing QgsFeatureSources for conformance. These tests
c...
Nyall Dawson
10:46 AM Revision 2480e268 (qgis): Revert "Utilise thread safe proj API within QgsCoordinateTransform"
This reverts commit af3370d03e7e7502e8a738d99cd99e38df23768d.
This commit is not safe for 2.18.9 - remerge after rel...
Nyall Dawson
04:31 AM Revision 8bfeb8f7 (qgis): QgsVectorLayer, QgsVectorDataProvider are QgsFeatureSources
Nyall Dawson
04:31 AM Revision df3a43ff (qgis): Add missing overrides
Nyall Dawson
04:31 AM Revision 85d46305 (qgis): QgsFeatureSource/Sink can be stored in QVariant
Nyall Dawson
04:31 AM Revision 46476626 (qgis): Add crs, fields, wkbType and featureCount to QgsFeatureSource
Nyall Dawson
04:31 AM Revision ce063b86 (qgis): Add QgsFeatureSource interface as interface for classes which
provide feature iterators via a getFeatures method Nyall Dawson
04:30 AM Revision 13a3f2f8 (qgis): More windows build fixes
Nyall Dawson

2017-05-24

01:33 AM Revision dcc57155 (qgis): Revert "fix windows build (followup dd40a3d)"
This reverts commit b3f2fe2b5504ef3dbb57c719c8da57ddbf7e621f. Jürgen Fischer
11:44 PM Revision 955f5b19 (qgis): Merge pull request #4628 from nyalldawson/fix_16390
[composer] Refresh data defined properties after page size changes Nyall Dawson
11:43 PM Revision 5b0bc938 (qgis): Rename QgsJSONExporter/Utils to QgsJsonExporter/Utils
Follows proper QGIS/Qt capitalization convention Nyall Dawson
11:36 PM Revision 4b33e2fb (qgis): Small optimisations
Nyall Dawson
11:29 PM Revision a5e3f193 (qgis): Use field formatter when exporting feature attributes to JSON
This means that field values which utilise widget setups like
value maps will correctly show the "friendly" value
for...
Nyall Dawson
11:29 PM Revision 987f80a4 (qgis): Use weak layer pointer instead of layer id in QgsJsonExporter
Nyall Dawson
05:08 PM Revision eb7c98f2 (qgis): [Server] Fix WMS GetContext accesscontrol and add tests
René-Luc ReLuc
03:39 PM Revision 09d3e2ff (qgis): sipify core effects
Denis Rouzaud
03:39 PM Revision f63adfe1 (qgis): [sipify] keep external forward declaration
Denis Rouzaud
03:22 PM Revision 3f0017a4 (qgis): sipify gui part 2
Denis Rouzaud
03:22 PM Revision 827c19f2 (qgis): QgsCharacterSelectorDialog: rename file name according to class name
Denis Rouzaud
02:49 PM Revision f5e66dd2 (qgis): [sipify] handle constrained annotation
Denis Rouzaud
02:49 PM Revision 563e7c17 (qgis): sipify gui part 3
Denis Rouzaud
01:48 PM Revision cc5e713e (qgis): sipify gui part 4
Denis Rouzaud
11:36 AM Revision ad1ba64b (qgis): indentation update
Alexander Bruy
11:36 AM Revision 684ebfb4 (qgis): [processing] add test data for OTB tests
Alexander Bruy
11:36 AM Revision b14aa5a7 (qgis): [processing] remove unused file
(cherry picked from commit fd8379c140434231dc1ec5f49440f5f6ee41abc9) Alexander Bruy
11:36 AM Revision 96a1ac13 (qgis): [processing] remove unused test data
(cherry picked from commit df90e6b964f3b267857728d22a2a955db5ff0f3f) Alexander Bruy
11:36 AM Revision 24e92b4a (qgis): TEST: add a test for otb conversion application (simpler than bandmath)
(cherry picked from commit 7b22f5d8da7ae3e994b318215d3aa9ea119db301) Manuel Grizonnet
11:36 AM Revision 47c1daa3 (qgis): Install OTB in QGIS Travis CI script to be able to run OTB test
(cherry picked from commit d4f410a30764362248318577af6a9a710d2c6360) Alexander Bruy
11:36 AM Revision 555c5aea (qgis): [processing] run OTB tests on Travis
(partially cherry-picked from b9d5b2c4526874f3b76eaada63ceb5707441045a) Alexander Bruy
11:36 AM Revision 2822e398 (qgis): [processing] support OTB 5.8.0
(cherry picked from commit 3145a01db6d6e6dd06cb340ed85b44ef4d0eeba5) Alexander Bruy
11:36 AM Revision 2ea211d3 (qgis): [processing] remove console error message when optional otb provider no...
(cherry picked from commit 8e663309c0671f2779828a3ec26081bd59414f1e) Mathieu Pellerin - nIRV
11:36 AM Revision 2c78c544 (qgis): [processing] update OTB's white- and blacklist. Drop obsolete 3.x
versions and add latest 5.8.0
(cherry picked from commit 6be45054935eb88eef65de32b92d8463f8f718bd)
Alexander Bruy
11:36 AM Revision 96fa7162 (qgis): [processing] add new MultiImageSamplingRate algorithm from OTB 5.8.0
(cherry picked from commit 371fe1dd48c62529ce613f1fd3b9c88765eb70d8) Alexander Bruy
11:36 AM Revision b1c3ca81 (qgis): TEST: add test of OTB BandMath application in processing
(cherry picked from commit 1e7018f0ccde01fce8fb5142970ee155dbfcb372) Manuel Grizonnet
11:36 AM Revision 0cef6fdc (qgis): [processing] minor formatting fixes to the OTB README
(cherry picked from commit 2778a8fe8c4a9df349dc7c7523780e5428966c32) Alexander Bruy
11:36 AM Revision e7946b12 (qgis): update readme for otb maintenance script
(cherry picked from commit a7d4b19fc9acf317b31594c5ea6f9cf286832cd3) Alexander Bruy
11:36 AM Revision cd373d97 (qgis): BUG: add version 5.4 to supported version
(cherry picked from commit afea25bda2b30f97b354d17fc5b18c9db0b03be2) Manuel Grizonnet
11:36 AM Revision 2a924810 (qgis): [processing] Use with ... when opening files
(partially cherry-picked from 6a99017bf0657d989b960a7162cbcc29931fab91) Alexander Bruy
11:36 AM Revision 65f571cb (qgis): fix typos
(partially cherry-picked from ffaffadbfaa0ed9e6f76917dd48d2d78167b3fe1) Alexander Bruy
11:36 AM Revision 5ae723b0 (qgis): forget to commit xml descriptors for otb 5.6
(cherry picked from commit ce0a2ae062d370dcaafd56e14d4985315e25c163) Manuel Grizonnet
11:36 AM Revision 48da656c (qgis): Update otb processing maintenance files to version 5.6.0
(cherry picked from commit d772a684729f825bcbce5dc4e0f2b3a4b1a6c751) Manuel Grizonnet
11:36 AM Revision 4c655187 (qgis): [processing] use os.path.join instead of + os.sep + (fix #3552)
(partially cherry-picked from 37951baf450d11621d20cb8ac83174e29a207803) Alexander Bruy
11:36 AM Revision 62d1531c (qgis): [processing] cache OTB icon to speed up toolbox loading
(partially cherry-picked from cc62c5226951c813a4c3a61744b51827aa5d3afa) Alexander Bruy
11:36 AM Revision 81a53945 (qgis): ENH: update log info when parsing otb apps
(cherry picked from commit bf7db728f3ead5e748a1325f09b391d8072a547c) Manuel Grizonnet
11:36 AM Revision 1cbd15ce (qgis): ENH update for OTB 5.4
(cherry picked from commit 232083810230c8d8fd0f0f883325e26649322313) Alexia Mondot
11:36 AM Revision 1bcaca35 (qgis): ENH update readme
(cherry picked from commit b88d92df19c9910e8c50832a10e8a069e62f835a) Alexia Mondot
11:36 AM Revision e6ca7f19 (qgis): ENH: remove useless QApplication and prefer to use QGIS_PREFIX_PATH
(cherry picked from commit 82f2726d7f60a089f1de12dcf121f02241caf756) Manuel Grizonnet
11:36 AM Revision f33ac0b0 (qgis): BUG NameError: name OTBSpecific_XMLcreation is not defined on exec
(cherry picked from commit 342fb040eecb9314a0e9066cdc3785a3e7bc3687) Alexia Mondot
10:44 AM Revision 801a0ea5 (qgis): sipify gui part 5
Denis Rouzaud
10:15 AM Revision 599db1b7 (qgis): [composer] Refresh data defined properties after page size changes
Fix #16390 Nyall Dawson
09:57 AM Revision cf68aed7 (qgis): sipify core field formatter
Denis Rouzaud
09:57 AM Revision 5f6d020b (qgis): add default constructors to QgsFieldFormatter inherited classes
Denis Rouzaud
09:49 AM Revision 694c8113 (qgis): sipify gui part 1
Denis Rouzaud
09:49 AM Revision 30a7e44d (qgis): [sip] handle Deprecated annotations
some additional fixes in headers too Denis Rouzaud
09:43 AM Revision 5c6ab713 (qgis): spelling fix
Jürgen Fischer
08:00 AM Revision b3f2fe2b (qgis): fix windows build (followup dd40a3d)
Jürgen Fischer
07:56 AM Revision 6768c89b (qgis): Merge pull request #4603 from nyalldawson/proj_safe_218
Utilise thread safe proj API within QgsCoordinateTransform Nyall Dawson
07:24 AM Revision dd40a3df (qgis): sipify diagram classes
Denis Rouzaud
07:22 AM Revision 8157cf6e (qgis): template classes are not imperatively exported
followup a14ad32b676664cef99f4d43f0a54b4d1ee88f52
fixes win build
Denis Rouzaud

2017-05-23

11:19 PM Revision 022ba8c5 (qgis): fixes #16571 - add scrollbar to edit widget properties dialog
Salvatore Larosa
09:56 PM Revision f1383e24 (qgis): Avoid row sorts during attribute editing in AttributeTable Fix #15976
Luigi Pirelli
09:03 PM Revision 2929f9d6 (qgis): [sip] more reverse engineering
Denis Rouzaud
05:10 PM Revision fe9594f6 (qgis): [bugfix] Fixes an unreported crash in WFS
Alessandro Pasotti
03:41 PM Revision e881d0a7 (qgis): [Server] Fix GetContext test
René-Luc ReLuc
03:06 PM Revision 319ade86 (qgis): [Server] Add GetContext test
René-Luc ReLuc
03:02 PM Revision a14ad32b (qgis): sipify QgsVectorLayerFeatureIterator
Denis Rouzaud
02:32 PM Revision ac97341c (qgis): [Server] Add GetContext test
René-Luc ReLuc
01:58 PM Revision 9e1fb806 (qgis): Revert "[Server] Add tests (GetContext and access control project)"
This reverts commit 5d9b460fac429556237d8e30cefa5c47a3c5a3ac. René-Luc ReLuc
01:40 PM Revision 8d2f42af (qgis): reverse sipify override methods
Denis Rouzaud
01:30 PM Revision 5d9b460f (qgis): [Server] Add tests (GetContext and access control project)
René-Luc ReLuc
11:43 AM Revision 00fcc6e0 (qgis): sipify auth classes
Denis Rouzaud
10:35 AM Revision e99f5485 (qgis): sipify batch
Denis Rouzaud
10:23 AM Revision ca7cd631 (qgis): add test for createMultiBandRaster
Alexander Bruy
09:41 AM Revision 2c5e52b3 (qgis): remove not used variable
Alexander Bruy
08:06 AM Revision fa6b5b0a (qgis): rename new method to createMultiBandRaster to make it more obvious
reorganize arguments Alexander Bruy
08:05 AM Revision 261eba0c (qgis): Microoptimise opening attribute table - don't call sort on model when
no sort order set
(cherry-picked from 381eef)
Nyall Dawson
08:05 AM Revision 4acc4805 (qgis): Don't prefetch attribute table sort values when no sorting set
Shaves some seconds off opening the attribute table in certain
circumstances (no sorting applied)
Drops load time fo...
Nyall Dawson
08:05 AM Revision 8992eeae (qgis): Microoptimise and avoid cache lookup when no sort order set
(cherry-picked from ebee101) Nyall Dawson
08:02 AM Revision 9272dc0f (qgis): [API] convenience API call to create empty raster file with given
number of bands. Will be useful for porting raster analysis code
to use QgsRasterBlock instead of GDAL calls.
Follow...
Alexander Bruy
07:58 AM Revision 1f8d1e7f (qgis): use messagebar to report test connection results in the Add new BD2
connection dialog
Also reduce debug noise
Alexander Bruy
07:58 AM Revision 99cd1c2b (qgis): manual deleting of messagebar is not necessary
Alexander Bruy
07:58 AM Revision 9b7d3897 (qgis): use messagebar to report test connection results in the Add new PostGIS
connection dialog Alexander Bruy
07:58 AM Revision a49c1753 (qgis): use messagebar to report test connection results in the Add new Oracle
connection dialog Alexander Bruy
02:30 AM Revision 90bef91d (qgis): Revert "Immediately show progress bar when opening attribute table"
This reverts commit 80a000cd98f3caa90d43f44e0b4bde22cffc1c43.
Causes issues with relation editor widgets
Nyall Dawson
02:09 AM Revision 381eef08 (qgis): Microoptimise opening attribute table - don't call sort on model when n...
Nyall Dawson
02:04 AM Revision ebee1019 (qgis): Microoptimise and avoid cache lookup when no sort order set
Nyall Dawson

2017-05-22

01:59 AM Revision 80a000cd (qgis): Immediately show progress bar when opening attribute table
...instead of waiting 1 second before first showing it. It's a
placebo which doesn't affect the actual opening time, ...
Nyall Dawson
01:59 AM Revision 0b95c776 (qgis): Don't prefetch attribute table sort values when no sorting set
Shaves some seconds off opening the attribute table in certain
circumstances (no sorting applied)
Refs #16577, #16239
Nyall Dawson
01:35 AM Revision ebd3e0d7 (qgis): Greatly speed up attribute table loading
Don't advise for rows added when a model reset is in progress.
Otherwise the rows are tested for sort order, etc trig...
Nyall Dawson
12:17 AM Revision 6c126a3a (qgis): [processing] fix duplicates fields name in field calculator algorithm w...
cherry-picked from 48ecee5 Salvatore Larosa
12:17 AM Revision 20dde725 (qgis): Followup 2185d42, fix missing field names in expression builder
(fixes #16589, #16595)
cherry-picked from 9a19a5f
Nyall Dawson
11:29 PM Revision 48ecee56 (qgis): [processing] fix duplicates fields name in field calculator algorithm w...
Salvatore Larosa
09:49 PM Revision b5cd5ee8 (qgis): don't set friendly name without sublayers (followup e0a2267; fixes #165...
(cherry picked from commit 403dc35dac30499c3954b732e4e8a642bfd475d8) Jürgen Fischer
09:43 PM Revision 403dc35d (qgis): don't set friendly name without sublayers (followup e0a2267; fixes #165...
Jürgen Fischer
02:31 PM Revision 7fee0b20 (qgis): [mssql] Ignore computed columns in insert/update
Nathan Woodrow
12:42 PM Revision 2b39c1e1 (qgis): Merge pull request #4597 from rldhont/server-wms-configparser-getcapabi...
[Server] WMS GetCapabilities refactoring - Part 2 René-Luc ReLuc
11:49 AM Revision 52a9c6d9 (qgis): Fix doxygen warnings
Nyall Dawson
11:07 AM Revision b97a980b (qgis): Greatly speed up attribute table loading
Don't advise for rows added when a model reset is in progress.
Otherwise the rows are tested for sort order, etc trig...
Nyall Dawson
10:17 AM Revision d93d0a80 (qgis): [sipify] detect multiple variable declarations oneliners
Denis Rouzaud
10:12 AM Revision 1df3c516 (qgis): sipify batch
Denis Rouzaud
04:40 AM Revision af3370d0 (qgis): Utilise thread safe proj API within QgsCoordinateTransform
Avoids unpredictable behavior when transforms are being conducted
in background threads, such as map renders.
Refs #...
Nyall Dawson
04:17 AM Revision 9e331dc0 (qgis): Fix duplicate layout warnings
Nyall Dawson
04:17 AM Revision 2a5420a7 (qgis): Fix debug noise
Nyall Dawson
02:27 AM Revision 3cd714af (qgis): Fix Windows build
Nathan Woodrow

2017-05-21

01:46 AM Revision 1577a57a (qgis): Don't clear locator model immediately when a new search triggers
Instead delay the search until either a tiny timeout (100ms) or
the first new results come in, whichever happens firs...
Nyall Dawson
01:34 AM Revision 14fcddb6 (qgis): Added Ismail Sunni and Etienne Trimaille to contributors list
Tim Sutton
04:34 PM Revision d55fa226 (qgis): Merge pull request #4599 from ismailsunni/fix_geos_c
Fix geos_c.h not found. Jürgen Fischer
01:43 PM Revision 0a661d5b (qgis): [needs-docs] add layerid and layername to atlas expressions
Etienne Trimaille
12:21 PM Revision 3452e8de (qgis): fix osx build
Jürgen Fischer
12:16 PM Revision 592c92e1 (qgis): Fix geos_c.h not found.
Ismail Sunni
10:45 AM Revision beed86e1 (qgis): db manager: fix spatialite plugin (followup c77172ed; fixes #16542)
Jürgen Fischer
10:43 AM Revision 087e7f75 (qgis): [Server] wmsInfoFormatSIA2045 to wmsInfoFormatSia2045: Qt style naming
René-Luc ReLuc
10:09 AM Revision 212d07f3 (qgis): sipify.pl: consider structs in exported classes also exported
Jürgen Fischer
08:39 AM Revision 551a9073 (qgis): Fix a crash when confirming config dialog of a locator filter
The locator was getting invalidated, but there was no feedback object associated for cancellation. Martin Dobias

2017-05-20

10:04 PM Revision af8fb04f (qgis): replace QStringLiteral with QString (followup c849bc8)
Jürgen Fischer
08:43 PM Revision 401c4637 (qgis): creatensis.pl: avoid (harmless) postinstall.log message
(cherry picked from commit 0be274f4675ae6d8c35927369f0a8c9ea8ed9907) Jürgen Fischer
08:42 PM Revision 0be274f4 (qgis): creatensis.pl: avoid (harmless) postinstall.log message
Jürgen Fischer
05:13 PM Revision b82d757b (qgis): [Server] Fix indent Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
05:11 PM Revision 6a9073a5 (qgis): [Server] Fix indent Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
04:33 PM Revision d3bc6a01 (qgis): [Server] Fix backport Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
04:29 PM Revision ca29b221 (qgis): [Server] Update QgsServerProjectUtils SIP file
René-Luc ReLuc
04:03 PM Revision e13e757b (qgis): [Server] Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
04:02 PM Revision 54649382 (qgis): partial revert of 96aa26f
Matthias Kuhn
04:00 PM Revision 1fb7fe10 (qgis): [Server] Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
03:54 PM Revision 33b4582f (qgis): [Server] WMS GetCapabilities refactoring - Part 2
Part 2 (the last) for removing QgsWMSProjectParser from GetCapabilities René-Luc ReLuc
10:09 AM Revision 9e411431 (qgis): Port code in QgsPointSample to 2.18
Marco Hugentobler

2017-05-19

09:56 PM Revision 258c872c (qgis): Once again fix QgsFeatureRequest::OrderBy on windows (followup b0bb873,...
Jürgen Fischer
05:56 PM Revision 59d97be3 (qgis): fix build of oracle provider
Jürgen Fischer
03:35 PM Revision fb8edea1 (qgis): [sipify] implement template inheritance
Denis Rouzaud
03:35 PM Revision f0ed77ee (qgis): fix sip coverage test
Denis Rouzaud
02:08 PM Revision bbcc8725 (qgis): Merge pull request #4587 from alexbruy/processing-saga
[processing][needs-docs] always use SAGA shipped with QGIS (refs #16422) Alexander Bruy
02:00 PM Revision cde1d789 (qgis): Release of 2.18.8
Jürgen Fischer
02:00 PM Revision a916bf46 (qgis): Release of 2.14.15
Jürgen Fischer
01:33 PM Revision 523cd074 (qgis): Preserve visibility of relation editor edit state buttons
... also when collapsing and uncollapsing a relation editor.
References #15102 (https://issues.qgis.org/issues/15102)
Matthias Kuhn
10:19 AM Revision 99a2f3b4 (qgis): Fix default values for linking features in N:M
Followup bfa507a
Default values for attributes on the linking table have not been
respected and therefore it was imp...
Matthias Kuhn
08:54 AM Revision 0a82ab51 (qgis): Merge pull request #4432 from pblottiere/bugfix_sld
[bugfix] Fix unit of sizes when reading a SLD file (uom attribute from SLD 1.1 version is supported) Hugo Mercier
08:00 AM Revision b9929d4c (qgis): [processing][needs-docs] always use SAGA shipped with QGIS (refs #16422)
Alexander Bruy
07:48 AM Revision fe2350c5 (qgis): Merge pull request #4557 from m-kuhn/expressionModulaizing
Modularizing the expression engine file structure and some cleanup Matthias Kuhn
07:33 AM Revision cc6f6e88 (qgis): Merge pull request #4580 from alexbruy/layer-naming-2_18
homogenize layer naming when adding layers from browser and add vector dialog (fix #15510) Alexander Bruy
07:32 AM Revision d7b952b4 (qgis): Merge pull request #4579 from alexbruy/layer-naming
homogenize layer naming when adding via browser and add vector dialog (fix #15510) Alexander Bruy
07:16 AM Revision 24b16c5f (qgis): Fix runtime added functions
Matthias Kuhn
07:16 AM Revision 171222b5 (qgis): Revert expression TVL as boolean to int
Matthias Kuhn
07:16 AM Revision b2cd626d (qgis): Revert expression NULL value to invalid QVariant
Matthias Kuhn
07:16 AM Revision b0bb8733 (qgis): Fix build
Matthias Kuhn
07:13 AM Revision e02cd570 (qgis): Migrate expression usage in server
Matthias Kuhn
07:13 AM Revision b789cc30 (qgis): Fix more include paths
Matthias Kuhn
07:13 AM Revision 1e4c1595 (qgis): Adapt “@qgsfunction" decorator to new expression structure
Matthias Kuhn
07:13 AM Revision ad7ce981 (qgis): Update sip files
Matthias Kuhn
07:13 AM Revision 9b770065 (qgis): Add missing include
Matthias Kuhn
07:13 AM Revision 9eedbb7e (qgis): Fix compiling on mac
Matthias Kuhn
07:13 AM Revision ac502143 (qgis): Declutter header files
Implementations of virtual methods will never be inlined, there's no
reason to keep them in headers. It just makes co...
Matthias Kuhn
07:13 AM Revision a2d70f3d (qgis): Document API changes
Matthias Kuhn
07:13 AM Revision 227108e8 (qgis): Add QgsExpressionUtils class
Matthias Kuhn
07:13 AM Revision 82455588 (qgis): General include cleanup
This unifies the way the include directories are handled in the
CMakeLists.txt files.
Paths are now normally relative...
Matthias Kuhn
07:13 AM Revision ec401998 (qgis): Modularize expressions
The file qgsexpressions.h has grown to one monolithic piece over the
years. This makes it hard to maintain and slows ...
Matthias Kuhn
07:13 AM Revision 80533faa (qgis): Reorganize code from qgsexpression.cpp
Matthias Kuhn
07:10 AM Revision 95ac7d0f (qgis): Merge pull request #4567 from pblottiere/clone
Add clone() methods for layers Matthias Kuhn
03:27 AM Revision 3cc9c5ff (qgis): debian packaging: drop release-sponsors.html
(cherry picked from commit c82bffe5db2482c94881ec7571ced4144b77a1c2) Jürgen Fischer
03:26 AM Revision c82bffe5 (qgis): debian packaging: drop release-sponsors.html
Jürgen Fischer
02:13 AM Revision 1d5d92e6 (qgis): fix windows build of QgsFeatureRequest::OrderBy again (reapply 8f29f28 ...
Jürgen Fischer

2017-05-18

01:55 AM Revision 47f7bbea (qgis): Allow rotate point symbol tool to work with features with initially
NULL rotation values
(cherry-picked from 8997231)
Nyall Dawson
 

Also available in: Atom