Activity

From 2017-08-03 to 2017-09-01

2017-09-01

06:20 PM Revision d4868b3f (qgis): Update sip file
Alessandro Pasotti
05:47 PM Revision 4c46f646 (qgis): Add QgsSourceSelectProviderRegistry with tests
Alessandro Pasotti
02:30 PM Revision cd1c9b1e (qgis): Add class QgsSourceSelectProvider and tests
This is the first step for QEP 101 Alessandro Pasotti
12:59 PM Revision 9d3c9e19 (qgis): [FEATURE] Expose "justify" text alignment as an option for
composer label alignment
It's supported by Qt already, just not shown as an option
in the config widget!
Nyall Dawson
12:44 PM Revision 7ca0b2de (qgis): [composer] Allow finer setting of scalebar height and widths
While the settings are stored as double, they were being
rounded off in the UI to the nearest mm
Nyall Dawson
10:34 AM Revision 7af72f78 (qgis): Improve test: assert → assertTrue
Jorge Rocha
10:20 AM Revision ce01bc0b (qgis): Include settings.globalChildGroups in test
Fix container iteration Jorge Rocha
08:37 AM Revision d9152429 (qgis): Merge pull request #5101 from boundlessgeo/fix_pseudocolor_ramp_widget
Fix broken qgscolorramp button Alessandro Pasotti

2017-08-31

01:00 AM Revision 247d2657 (qgis): Fix invalid regular expression warnings
Nyall Dawson
12:59 AM Revision 1037d475 (qgis): Fix QFileSystemWatcher debug warning on startup
Nyall Dawson
12:57 AM Revision 15a48df6 (qgis): Pass QString by const ref
Nyall Dawson
12:56 AM Revision 7ba1b173 (qgis): Add missing SIP_FACTORY
Nyall Dawson
12:48 AM Revision 42b3e0bb (qgis): Fix another small leak
Nyall Dawson
12:40 AM Revision e84543d0 (qgis): Fix memory leak
Nyall Dawson
12:14 AM Revision 75c65c59 (qgis): Fix uninitialized/not copied member variable
Nyall Dawson
12:12 AM Revision 0be4c673 (qgis): Avoid Coverity unchecked return value warnings
Nyall Dawson
12:00 AM Revision e68835f1 (qgis): Fix some possible leaks in tests
Nyall Dawson
11:57 PM Revision 6bddc382 (qgis): Fix possible divide by 0 (Thanks to Coverity)
Nyall Dawson
11:56 PM Revision ed5e4b69 (qgis): Switch some dynamic_casts to qobject_casts
Nyall Dawson
11:54 PM Revision e7ddfff0 (qgis): Fix some Coverity null pointer dereference warnings
Nyall Dawson
11:50 PM Revision 9a07cd51 (qgis): Add guard against nullptr dereference (Coverity warning)
Nyall Dawson
11:44 PM Revision 133d58fa (qgis): Merge pull request #5089 from nyalldawson/hausdorff
Expose GEOS Hausdorff distance calculations to QgsGeometry, add expression function Nyall Dawson
06:01 PM Revision b6d86753 (qgis): Fix broken qgscolorramp button
For a misterious reason ( the docs are not completely clear )
calling text() on the ramp QAction returned all string ...
Alessandro Pasotti
03:14 PM Revision 4810c73e (qgis): Keep XYZ connections synchronized in browser(s) and data source manager...
Alessandro Pasotti
08:23 AM Revision 341947e7 (qgis): Merge pull request #5096 from boundlessgeo/server_ogr_multi_geom
[server] Rely on the provider to get the correct wkbType Alessandro Pasotti
04:30 AM Revision aec8cd33 (qgis): Merge pull request #5097 from nyalldawson/fix_16924
Fix missing entries from composer map combo boxes (fixes #16924) Nyall Dawson
03:27 AM Revision 02c095b6 (qgis): Fix missing entries from composer map combo boxes (fixes #16924)
Followup cb33c0d40 Nyall Dawson

2017-08-30

01:02 AM Revision 9fa12ac5 (qgis): Merge pull request #5090 from nyalldawson/raster_layer_extent
[FEATURE] New algorithm for creating vector layer from raster layer's extent Nyall Dawson
12:36 AM Revision c2f8a822 (qgis): Geometry error string is not shared
Instead move it to a private QgsGeometry member. It's copied
with QgsGeometry, but not the underlying private geometr...
Nyall Dawson
12:02 AM Revision d8607222 (qgis): Expose GEOS Hausdorff distance calculations to QgsGeometry
Nyall Dawson
12:02 AM Revision 0a9e9944 (qgis): [FEATURE] Expression function for hausdorff distance
Allows calculation of the Hausdorff distance between two
geometries
Nyall Dawson
12:02 AM Revision a73c0998 (qgis): Fix evaluation of expression functions which use optional arguments
with null default values Nyall Dawson
05:41 PM Revision 0346fb83 (qgis): [server] Rely on the provider to get the correct wkbType
This commit removes a check for OGR provider that
always returned gml:GeometryPropertyType in
describefeaturetype.
T...
Alessandro Pasotti
04:25 PM Revision 6fe6394f (qgis): Make crssync quiet by default
We only need it to show up in the build log if something has gone wrong.
By default we will just happily assume that ...
Matthias Kuhn
12:53 PM Revision 3b997c2f (qgis): Merge pull request #5092 from nyalldawson/algs
Port some GDAL algs to new API Nyall Dawson
10:13 AM Revision d4631780 (qgis): Port gdal translate alg to new api
Nyall Dawson
09:53 AM Revision a29e3780 (qgis): Port rgb2pct to new API
Nyall Dawson
09:44 AM Revision d0fea64b (qgis): Port GDAL info alg to new API
Nyall Dawson
08:06 AM Revision 4514c699 (qgis): [processing] fix TauDEM descriptions parsing
Alexander Bruy
07:25 AM Revision bb5a499c (qgis): Fix generation of processing tests on Windows
Nyall Dawson
06:42 AM Revision 8dde180f (qgis): Rename parameter for consistency with other algs
Nyall Dawson
06:41 AM Revision 43e4ed0b (qgis): Rename Polygon from Layer Extent to Polygon from Vector Extent
Helps clarify that this alg only functions for vector layers Nyall Dawson
06:40 AM Revision 44e7f337 (qgis): [FEATURE] New algorithm for creating vector layer from raster layer's e...
Allows creation of a new vector layer with a single feature containing
a raster layer's extent. Previously this was o...
Nyall Dawson

2017-08-29

12:50 AM Revision 12e69d09 (qgis): dxf export:
* empty field name resets to layer name (fixes #17060)
* allow forcing to 2d to support polyline width (fixes #17049)
Jürgen Fischer
12:18 AM Revision b978c4d4 (qgis): Merge pull request #5088 from telwertowski/master
Add headers needed by macOS for recently added std:: prefixes Nyall Dawson
12:05 AM Revision 2a4a2d87 (qgis): Merge pull request #5087 from nyalldawson/algs
Port remaining plotly based algs to new API Nyall Dawson
11:28 PM Revision 184899ec (qgis): Port remaining plotly based algs to new API
Nyall Dawson
11:27 PM Revision c12fc9c6 (qgis): Add headers needed by macOS for recently added std:: prefixes
Tom Elwertowski
08:59 PM Revision 9464ab75 (qgis): fix translation string
Jürgen Fischer
08:54 PM Revision fd0f6f25 (qgis): GRASS uppercase in project description
Radim Blazek
08:28 PM Revision dbd86d0d (qgis): highlight disappearing fix - second attempt, 4659691 and 51170aec follo...
Radim Blazek
07:38 PM Revision c16ce92b (qgis): Merge pull request #5078 from nyalldawson/rename
Some more analysis lib cleanups Nyall Dawson
07:18 PM Revision e5b11d42 (qgis): Merge pull request #5085 from boundlessgeo/wfs_mutex_offline
Offline editing: workaround for bug 17087 deadlock Alessandro Pasotti
04:55 PM Revision 1e4e45d0 (qgis): [bugfix] Workaround for bug 17087 deadlock
Add the layer to the project after iteration completed.
This prevents the bug to freeze QGIS forever but it doesn't
o...
Alessandro Pasotti
01:46 PM Revision d5e63bc8 (qgis): Add missing headers to analysis CMakeLists
Nyall Dawson
01:46 PM Revision 7cd58801 (qgis): Remove some unused QProgressDialog imports from analysis lib
Nyall Dawson
01:46 PM Revision eb7ad7ae (qgis): Swap final uses of QProgressDialog in analysis lib to QgsFeedback
Nyall Dawson
01:46 PM Revision 04fec09c (qgis): Remove interpolation internal classes from stable API
These classes still need a lot of cleanup (e.g. use of proper
3d geometry classes instead of their own 3d line classe...
Nyall Dawson
01:46 PM Revision 9ca57bd6 (qgis): Use a QgsFeatureSink instead of path to shapefile in QgsTinInterpolator
Instead of just forcing writing the triangulation to a shapefile (boo!)
change the parameter to use a QgsFeatureSink,...
Nyall Dawson
01:46 PM Revision 94987918 (qgis): Rename .cc files to .cpp for consistency
Nyall Dawson
01:46 PM Revision 90d14224 (qgis): More .cc -> .cpp renames
Nyall Dawson
01:46 PM Revision 9e962054 (qgis): Exclude MathUtils from sip bindings
We don't want these part of stable API - this namespace really shouldn't
exist, as it mostly contains code which is d...
Nyall Dawson
01:46 PM Revision e6203847 (qgis): Update sip include
Nyall Dawson
01:30 PM Revision f99a7a96 (qgis): Merge pull request #5083 from nyalldawson/clazy
Clazy optimisations Nyall Dawson
12:09 PM Revision e4c1e1b9 (qgis): Ignore Q_ENUM in doxygen test
Nyall Dawson
12:03 PM Revision b370a394 (qgis): Restore qRegisterMetaType for Q_ENUMed enums
It's odd - because one reason to swap to Q_ENUM is to gain
automatic registration of these types, so it should work
w...
Nyall Dawson
12:00 PM Revision d2fe6582 (qgis): Update sip
Nyall Dawson
10:14 AM Revision 0815a6e7 (qgis): Some more Clazy cleanups
Nyall Dawson
10:04 AM Revision 8312dfe5 (qgis): Use faster static QFileInfo::exists instead of constructing QFileInfo
Thanks to Clazy Nyall Dawson
10:04 AM Revision cca964a9 (qgis): Include qglobal.h before relying on Qt macro definitions
Thanks to Clazy Nyall Dawson
10:04 AM Revision 3abd0fa5 (qgis): Fix missing (or incorrect use of) emit
Thanks to Clazy Nyall Dawson
10:04 AM Revision 2b14c462 (qgis): Avoid detach of temporary
Nyall Dawson
10:04 AM Revision 7e9428f6 (qgis): Use .at(0) instead of .left(1), as it avoids string allocation
Thanks to Clazy Nyall Dawson
10:04 AM Revision 52474785 (qgis): Use faster QColor constructor with r/g/b parameters
The QString based constructor is slow, as the string must
be parsed to interpret the color.
Thanks to Clazy
Nyall Dawson
10:04 AM Revision ce4ac074 (qgis): Don't use .lower() to perform case-insensitive string operations
Use the faster versions with Qt::CaseInsensitive instead. These
don't require a string copy and conversion to lowerca...
Nyall Dawson
10:04 AM Revision 2ebb5c00 (qgis): Use faster QVariant::toString method
Thanks to Clazy Nyall Dawson
10:04 AM Revision 5197b5fd (qgis): Fix detaching of temporary container
Thanks to Clazy Nyall Dawson
10:04 AM Revision a4357e37 (qgis): Remove some unused variables
Thanks to Clazy Nyall Dawson
10:04 AM Revision be5d2979 (qgis): Fix some Clazy detaching container warnings
(not all are valid, but at worst this flips some more
Q_FOREACH uses to c++11 for loops)
Nyall Dawson
10:04 AM Revision 82a772fd (qgis): Use faster QString.arg multistring overload
Thanks to Clazy Nyall Dawson
10:03 AM Revision 78b834c5 (qgis): Fix missing Q_OBJECT macros
Thanks to Clazy Nyall Dawson
10:03 AM Revision 972a1fe4 (qgis): Fix mixed uses of const/non-const iterator methods
Thanks for Clazy Nyall Dawson
10:03 AM Revision 137dc76d (qgis): Remove trivial assignment operator
Violates rule of 2. Thanks to Coverity! Nyall Dawson
10:03 AM Revision 1fddfcf6 (qgis): Flip Q_ENUMS to Q_ENUM
See https://woboq.com/blog/q_enum.html for rationale Nyall Dawson
09:47 AM Revision 51170aec (qgis): Revert "highlight fix" due to regression (fixes #16824)
This reverts commit 46596914e11dae13cd4d986941246c12f30aa0d9. Mathieu Pellerin - nIRV
08:48 AM Revision daa60d1a (qgis): Merge pull request #5057 from boundlessgeo/gpkg-raster-import2
Geopackage: handle raster drop in browser Alessandro Pasotti
07:41 AM Revision c3a737bd (qgis): Merge pull request #5082 from nyalldawson/cmp0005
Remove use of old CMP0005 CMake policy Nyall Dawson
07:29 AM Revision 3e587bc5 (qgis): Use progress in ConcaveHull when using runalg
Use the progress parameter when using runalg on other algorithms.
Otherwise those algorithms may try to report progre...
Eric Brelsford
07:29 AM Revision 18706d95 (qgis): Only pass progress to runalg if it's SilentProgress
Otherwise allow each algorithm to have its own progress Eric Brelsford
06:43 AM Revision 9ac511dc (qgis): Flip a couple of Q_FOREACHs to c++11 for loops
... just to check how bad the Q_FOREACH deprecation will be. And yep,
it's horrendous. Each one takes around 10 secon...
Nyall Dawson
06:05 AM Revision 0cb52f6d (qgis): Fix UI build warning
Nyall Dawson
05:37 AM Revision 9b2e60ee (qgis): Remove use of old CMP0005 CMake policy
Since it's deprecated on newer CMake versions Nyall Dawson
05:08 AM Revision 9171da6d (qgis): Merge pull request #5081 from nyalldawson/fix_c4566
Fix C4566 warning on Windows build Nyall Dawson
04:39 AM Revision 21a3b8a4 (qgis): Use QGSCOMPARENEAR instead of QVERIFY( qgsDoubleNear(... ) )
QGSCOMPARENEAR gives better debugging output when the
test fails
Nyall Dawson
04:11 AM Revision 2af10cb2 (qgis): Fix C4566 warning on Windows build
Nyall Dawson
03:59 AM Revision 99ef3ff8 (qgis): Merge pull request #5075 from nyalldawson/no_math_defines
Remove redundant math constant defines Nyall Dawson
03:07 AM Revision 347a8171 (qgis): Ignore C4091 warnings caused by inclusion of DbgHelp.h on Windows
There's a bug in this header file provided by the Win SDK,
so just disable this warning for any QGIS source files whi...
Nyall Dawson

2017-08-28

07:18 PM Revision 029f741c (qgis): Add qgsAsConst(...)
This is the equivalent of std::as_const (which requires c++17) or
qAsConst (which requires Qt 5.7), neither of which ...
Nyall Dawson
04:32 PM Revision 30b46f76 (qgis): Merge pull request #4913 from pblottiere/joineditable2
[FEATURE] Joined layers are editable Paul Blottiere
03:09 PM Revision e008f588 (qgis): Request without attributes
Paul Blottiere
03:09 PM Revision 19ce33f0 (qgis): Add a safety guard
Paul Blottiere
03:09 PM Revision 3a0ab238 (qgis): Add some tooltips
Paul Blottiere
03:09 PM Revision 1fb88a77 (qgis): QgsVectorLayerJoinBuffer inherits from QgsFeatureSink
Paul Blottiere
03:09 PM Revision cbeb8b27 (qgis): Improve performance
Paul Blottiere
03:09 PM Revision 9df519f1 (qgis): Update vector layer properties ui list for join
Paul Blottiere
03:09 PM Revision f27764d2 (qgis): Replace if by switch
Paul Blottiere
03:09 PM Revision 5c5006c7 (qgis): Add icons for joins status in attribute form
Paul Blottiere
03:09 PM Revision 94d7e75a (qgis): Fix spell check
Paul Blottiere
03:09 PM Revision 3ba138bf (qgis): Joined features are created on changeAttributeValue when upsertOnEdit i...
Paul Blottiere
03:09 PM Revision b6e42c7d (qgis): Move join intelligence in QgsVectorlayerJoinBuffer
Paul Blottiere
03:09 PM Revision 11c62ca2 (qgis): A joined feature is added only when one of its field is not null
Paul Blottiere
03:09 PM Revision 64aa4051 (qgis): Update tests
Paul Blottiere
03:09 PM Revision 500348ee (qgis): Add some const
Paul Blottiere
03:09 PM Revision 927dea3c (qgis): Add tests
Paul Blottiere
03:09 PM Revision 293f0f41 (qgis): Implements deleteCascade option
Paul Blottiere
03:09 PM Revision d4789db1 (qgis): Fix tests
Paul Blottiere
03:09 PM Revision e0c708c8 (qgis): Initialize attributes
Paul Blottiere
03:09 PM Revision 97ad226f (qgis): Rename isUpsertOnEdit in hasUpsertOnEdit
Paul Blottiere
03:09 PM Revision cad038b1 (qgis): Initialize joined feature properly
Paul Blottiere
03:09 PM Revision 4be1cc00 (qgis): Add tests for deleteCascade option
Paul Blottiere
03:09 PM Revision f92c23fd (qgis): Small cleanup
Paul Blottiere
03:09 PM Revision 8b70d7fa (qgis): Rename setDeleteCascade/isDeleteCascade in setCascadedDelete/hasCascade...
Paul Blottiere
03:09 PM Revision 1897bec2 (qgis): [needs-doc] Add editable/upsert on edit/delete cascade options
Paul Blottiere
03:09 PM Revision e92f59ca (qgis): Update sip binding
Paul Blottiere
03:09 PM Revision 477775a5 (qgis): [FEATURE] Joined fields are editable if the option is activated
Paul Blottiere
03:09 PM Revision b8a90ca4 (qgis): Add tests
Paul Blottiere
03:09 PM Revision cf5ab4b0 (qgis): Add tests for upsertOnEdit option
Paul Blottiere
03:09 PM Revision db11248b (qgis): Fix column name in join configuration
Paul Blottiere
03:09 PM Revision 1c402ef4 (qgis): Implements upsertOnEdit option
Paul Blottiere
03:09 PM Revision c347055d (qgis): Update sip binding
Paul Blottiere
10:45 AM Revision 55a01dcb (qgis): Simplify linearizeArc code dropping useless conditionals
Sandro Santilli
09:25 AM Revision 487adb45 (qgis): Removed some GDAL version ifdefs
Now that 2.1 is required Alessandro Pasotti
05:01 AM Revision 14388479 (qgis): Merge pull request #5070 from nirvn/open_raster_imp
Open raster layer UI improvements Mathieu Pellerin - nIRV
05:00 AM Revision 095bcae0 (qgis): use a QgsFileWidget in open vector layer UI
Mathieu Pellerin - nIRV
04:42 AM Revision 0dfdb6f3 (qgis): fix open raster not focusing on raster data source manager tab
Mathieu Pellerin - nIRV
04:42 AM Revision 35765326 (qgis): harmonize open raster and open vector UIs
Mathieu Pellerin - nIRV

2017-08-27

07:23 AM Revision d476abf5 (qgis): Merge pull request #5054 from nyalldawson/canvas_select
Ensure canvas has focus if nothing else has Nyall Dawson
07:22 AM Revision 37052db3 (qgis): Fix crash when closing a project with layers in edition (fixes #16771)
Delete layers from project & not through layers tree, avoiding
double deletion of layers.
C M

2017-08-26

06:03 AM Revision 5e945461 (qgis): Merge pull request #5074 from nyalldawson/cleanup
Remove some redundant and unused MathUtils methods Nyall Dawson

2017-08-25

11:06 PM Revision 650cf6a3 (qgis): Remove line segmentation test checking for control point containement
There are more tests in dedicated file (testqgscurve.cpp) Sandro Santilli
11:06 PM Revision c51db212 (qgis): Do not expect forced control point in output
Sandro Santilli
11:06 PM Revision 8c8426fc (qgis): Do not force inclusion of control point
This reverts commit dae9d025293c217628def8eb8d196238d2218ddc. Sandro Santilli
11:06 PM Revision 8363d2f3 (qgis): Update expected centroid, interpolated angle and located point for refe...
These values change because they are computed on the *linearization*
of those curves, and refactoring linearization c...
Sandro Santilli
11:06 PM Revision 5186c385 (qgis): Expect centroid obtained by not forcing inclusion of control point
Sandro Santilli
11:06 PM Revision 48c95399 (qgis): Refactor curveToLine to emit equidistant segments and fix some issues
Fixes #16717
Fixes #16722
Include tests
Sandro Santilli
11:06 PM Revision d3558a19 (qgis): Remove test off-variable
Sandro Santilli
11:06 PM Revision 320c305d (qgis): Fix build and multi-arc duplicated points
Sandro Santilli
11:06 PM Revision cf5a439f (qgis): Update expected results now that we're forcing control point in output
Sandro Santilli
08:19 PM Revision 43200ea8 (qgis): Remove some redundant and unused MathUtils methods
Nyall Dawson
08:17 PM Revision 725301ad (qgis): Make more use of math constants
Nyall Dawson
08:06 PM Revision 7f447374 (qgis): Remove redundant math constant defines
Since we use _USE_MATH_DEFINES for windows builds, these are
not required
Nyall Dawson
07:58 PM Revision 07a570fd (qgis): Merge pull request #5069 from nyalldawson/std
Swap use of some q* macros to std calls Nyall Dawson
12:43 PM Revision c64bc974 (qgis): [processing] one more z factor minimum value adjustment
Mathieu Pellerin - nIRV
12:30 PM Revision fea9e924 (qgis): enable custom help in python expressions
Etienne Trimaille
12:19 PM Revision 74306c7d (qgis): [analysis] fix derivative filter z factor handling (#5073)
Mathieu Pellerin - nIRV
12:15 PM Revision 922ded8d (qgis): [processing] fix z factor minimum value in various raster algorithms
Mathieu Pellerin - nIRV
12:15 PM Revision 05071434 (qgis): [analysis] fix derivative filter z factor handling
Mathieu Pellerin - nIRV
08:37 AM Revision 2d192791 (qgis): qMin/qMax -> std::min/max
Nyall Dawson
08:21 AM Revision 641d78bb (qgis): Add new raster hash for hillshade test (verified ok)
Nyall Dawson
07:58 AM Revision d573c43e (qgis): Better test debugging
Nyall Dawson
05:27 AM Revision 233f25ab (qgis): Merge pull request #5061 from nouanda/fix16887
Fix #16887: creating a memory scratch layer with Z/M values does not add Z/M to the layer Nyall Dawson

2017-08-24

10:29 PM Revision 578045d1 (qgis): Update sip bindings
Nyall Dawson
10:28 PM Revision 0fbca6fe (qgis): Fix build
Nyall Dawson
09:51 PM Revision 65455c4b (qgis): Allow creation of Z/M gpkg layers (#5060)
Fix #16888: create gpkg layer does not allow to add Z/M dimension Matthias Kuhn
09:09 PM Revision eaf861c2 (qgis): Replace some more c headers with c++ headers
Nyall Dawson
08:46 PM Revision 76a22726 (qgis): Always use " for qgs header imports
Nyall Dawson
08:15 PM Revision 34003259 (qgis): Replace use of math.h with cmath
Nyall Dawson
08:13 PM Revision c19418c4 (qgis): Add more missing std:: prefixes
Nyall Dawson
07:42 PM Revision 891d612e (qgis): Remove unused qmath.h includes
Nyall Dawson
07:33 PM Revision d3854e9e (qgis): Remove use of some other q* functions which are implemented in std
Nyall Dawson
07:24 PM Revision ad89193b (qgis): qFuzzyIsNull -> qgsDoubleNear
Nyall Dawson
07:22 PM Revision b5ca4b4e (qgis): (q)sqrt -> std::sqrt
Nyall Dawson
07:18 PM Revision fec03ca4 (qgis): (q)sin -> std::sin
Nyall Dawson
07:12 PM Revision 8c64d80a (qgis): (q)floor -> std::floor
Nyall Dawson
07:05 PM Revision 2e5d1abb (qgis): (q)cos -> std::cos
Nyall Dawson
07:01 PM Revision 7c5aa050 (qgis): (q)ceil -> std::ceil
Nyall Dawson
06:57 PM Revision 249b5050 (qgis): (q)atan2 -> std::atan2
Nyall Dawson
06:53 PM Revision 031bf41d (qgis): Swap q(pow) -> std::pow
Nyall Dawson
06:35 PM Revision 77c3be97 (qgis): Make sure (f)abs are prefixed with std::
Nyall Dawson
06:35 PM Revision f2b2c6d2 (qgis): Use fabs/abs/labs instead of qAbs
Better to stick to standard methods where available instead
of less supported Qt methods
Nyall Dawson
06:35 PM Revision 4b009f96 (qgis): Use std::round instead of qRound
Now that our minimum VS studio version allowed supports std::round,
we should use that in place of Qt's qRound method...
Nyall Dawson
05:24 PM Revision 4f967e42 (qgis): Removed not qobject from moc
Alessandro Pasotti
04:37 PM Revision 8771e838 (qgis): Geopackage import rasters with drag and drop
This implementation uses GDALTranslate and
a QgsTask.
Alessandro Pasotti
01:54 PM Revision bd8decee (qgis): Split Z/M checkbox into 2 checkboxes.
C M
12:24 PM Revision 9f18050e (qgis): Filling the help infrastructure (#5064)
* Filling the help infrastructure
Add missing help button and links to user manual
* Remove unneeded comment
* rem...
Harrissou Santanna
09:54 AM Revision 0dbf432c (qgis): Merge pull request #5044 from pblottiere/server_bugfix_ogc_getcapa_styles
[server][bugfix] Fixes OGC test on legendurl styles René-Luc ReLuc
09:00 AM Revision 835e6d25 (qgis): Merge pull request #5062 from boundlessgeo/raster-widget-multiple-select
Allow multiple raster selection from GDAL source select widget Alessandro Pasotti
08:29 AM Revision b9474061 (qgis): More robust multiple paths split and utility static method
Alessandro Pasotti
07:39 AM Revision cc4cee8f (qgis): Do not quote when single raster file is selected
Alessandro Pasotti
07:28 AM Revision 81c31760 (qgis): Small code style changes
Alessandro Pasotti
07:11 AM Revision 50e8e1c0 (qgis): Reorganize buttons to set map extent
There's likely no situation where the four buttons are activated simultaneously... Better have three on a line than t... Harrissou Santanna

2017-08-23

04:50 PM Revision 21b1c7ce (qgis): Fix spelling
Matthias Kuhn
04:17 PM Revision d1fb2490 (qgis): Allow multiple raster selection from GDAL source select widget
Since I'm using QgsFileWidget I also added
multiple files support to that widget and
tests for this new behavior.
Alessandro Pasotti
03:17 PM Revision fc5ad201 (qgis): [docker] Set valid workdir
Matthias Kuhn
02:47 PM Revision 018c13af (qgis): Use layer type instead of first vertex type
C M
02:28 PM Revision 64df1141 (qgis): Fix 16888: create gpkg layer does not allow to add Z/M dimension
C M
02:22 PM Revision 8c7b29db (qgis): [docker] Remove source tree from image
Matthias Kuhn
12:12 PM Revision 870d1ada (qgis): [processing] added search and replace functionality to script editor
Victor Olaya
12:00 PM Revision c606abc7 (qgis): enable custom help in python expressions
Etienne Trimaille
10:14 AM Revision 8a2cf3f7 (qgis): Merge pull request #5058 from nyalldawson/processing_fixes
Processing polish Nyall Dawson
09:35 AM Revision 0669167a (qgis): Rename processing 'recently used algorithms' to 'recently used'
Since we show much more than just 'algorithms' here Nyall Dawson
09:34 AM Revision cb70aad7 (qgis): Fix restricting model algorithm input types to valid types for alg (ref...
Nyall Dawson
09:34 AM Revision 54e38bcf (qgis): Fix model execution missing from processing history
Nyall Dawson
08:40 AM Revision 64f3e675 (qgis): [processing] remember last path for batch processes
Fixes #16310 Victor Olaya

2017-08-22

01:14 AM Revision 59aa5d3c (qgis): Fix TRAVIS qgis_global_settings path
Jorge Rocha
12:11 AM Revision 8486767f (qgis): Support removal of global defined XYZ connections
Jorge Rocha
06:14 PM Revision 4511ea1c (qgis): Add a file selector for file parameters in model algorithms
Makes it more obvious to users that a fixed filename can be
used here
Nyall Dawson
06:14 PM Revision 451a3fab (qgis): Reformat code
Nyall Dawson
06:14 PM Revision cdbb57d6 (qgis): Don't throw python exception when modeler algorithm is missing inputs
Instead use nicer messagebar for feedback. Also fix untranslatable
strings.
Refs #17028
Nyall Dawson
05:28 PM Revision 83b11d54 (qgis): Minor update in the comment
Alessandro Pasotti
05:25 PM Revision 35e49ed9 (qgis): Bump required GDAL version from 2.0 to 2.1
Because we need GDALTranslate() Alessandro Pasotti
04:16 PM Revision 367aba70 (qgis): Rename some processing widget wrappers to better match corresponding c+...
Nyall Dawson
04:13 PM Revision c119c286 (qgis): Add basic unit tests for constructing processing widget wrappers
Nyall Dawson
04:03 PM Revision ce14633d (qgis): [processing] syntax fix
Victor Olaya
04:03 PM Revision ad44a50c (qgis): [processing] correctly use TYPE_VECTOR constants from corresponding module
Victor Olaya
04:03 PM Revision bfa49887 (qgis): [processing] add resampling method option for all albs that use raster ...
Victor Olaya
04:03 PM Revision 7ca8de9f (qgis): [processing] fixes in SAGA algorithm after latest changes
Victor Olaya
04:03 PM Revision 667ba425 (qgis): [processing] correctly handle null gems in meancoords alg
Fixes #17026 Victor Olaya
04:03 PM Revision 3ef008cd (qgis): [processing] only show cml file in selecting rendering styles
Fixes #16896 Victor Olaya
03:40 PM Revision 9882e4f7 (qgis): Fix some inconsistent capitalization in algorithm naming
Nyall Dawson
03:36 PM Revision 2a442c78 (qgis): Rationalise algorithm groups a bit
Nyall Dawson
03:20 PM Revision 8218f353 (qgis): Fix use of incorrect icon for algorithm
Nyall Dawson
03:16 PM Revision b62fd51c (qgis): Don't allow dragging groups in model algorithm tree
Nyall Dawson
03:02 PM Revision 2abb209d (qgis): bring back sip workaround, but only for the affected versions (followup...
Jürgen Fischer
01:24 PM Revision 46e66c31 (qgis): Fix remaining rubberBand
Loïc BARTOLETTI
01:10 PM Revision 73fdb254 (qgis): Safer handling of GDAL handles and feedback on success
Alessandro Pasotti
01:09 PM Revision ed426204 (qgis): I'm eating too much Python (fix a Qt warning for missing arg)
Alessandro Pasotti
12:18 PM Revision 384cabd7 (qgis): Geopackage: handle raster drop in the browser
Alessandro Pasotti
12:07 PM Revision ab2589bc (qgis): Added rasterLayer method
Alessandro Pasotti
12:07 PM Revision 13c9e1de (qgis): OGR provider: moved QgsCPLErrorHandler to its own header file
This is being reused in gpkg data items Alessandro Pasotti
12:03 PM Revision 508aef05 (qgis): Fix error when the tools was changed. setParentTool is not needed.
Loïc BARTOLETTI
09:42 AM Revision e6de4290 (qgis): Fix windows build again (followup d2315e450)
Jürgen Fischer
09:35 AM Revision ef89a624 (qgis): creatensis.pl: don't require admin rights to create the uninstaller
Jürgen Fischer
08:43 AM Revision f38c0320 (qgis): [docker] Install bindings to system python path
Matthias Kuhn
08:38 AM Revision 23102e3c (qgis): [docker] Install to /usr prefix
Matthias Kuhn
07:53 AM Revision 6fd3c109 (qgis): Fix wording
Fully write the label because there's enough space + alignment Harrissou Santanna
07:51 AM Revision 6e3aba34 (qgis): Fix Python console web link
Harrissou Santanna
07:51 AM Revision 3d201e7c (qgis): Delete obsolete context help
already ported to user manual and linked to help button Harrissou Santanna

2017-08-21

11:51 PM Revision 1a42c4fa (qgis): Merge pull request #5055 from boundlessgeo/gpkg-fix-delete-layers
Geopackage: fix crash when deleting raster layers Alessandro Pasotti
11:27 PM Revision b8d2a174 (qgis): Port symbols test from ebf20a5
Matthias Kuhn
10:43 PM Revision 4d3c7e55 (qgis): Geopackage: fix crash when deleting raster layers
Alessandro Pasotti
09:31 PM Revision a2c9710a (qgis): Followup canvas focus commit
Nyall Dawson
09:31 PM Revision a6b0c44e (qgis): Ensure canvas has focus if nothing else has
Forward port from Sourcepole's fork Sandro Mani
09:07 PM Revision 4c526077 (qgis): Merge pull request #5050 from nyalldawson/algs
Port more QGIS algs to new API Nyall Dawson
08:55 AM Revision 6380a97e (qgis): Merge pull request #5045 from pblottiere/bugfix_refrel_218
Fixes relation reference widget by refreshing filter lists. Fixes #16400 (backport) Hugo Mercier
08:40 AM Revision 8f895f6c (qgis): QEP 37: Fields And Forms Redesign - interim status
David
02:43 AM Revision d2315e45 (qgis): Add unit tests
Paul Blottiere
02:43 AM Revision cb390d7f (qgis): Fixes relation reference widget by refreshing filter lists. Fixes #16400
Paul Blottiere

2017-08-20

07:10 PM Revision 2530d9ee (qgis): Merge pull request #5051 from boundlessgeo/gpkg-prevent-auto-import
Geopackage: prevent import layer over itself Alessandro Pasotti
04:33 PM Revision aa697378 (qgis): Prevent import layer over itself
Alessandro Pasotti
10:56 AM Revision 91171370 (qgis): remove sip workaround (fixes #17038, refs #16071)
Jürgen Fischer
10:55 AM Revision 7e4345a9 (qgis): remove sip workaround (fixes #17038, refs #16071)
Jürgen Fischer
10:24 AM Revision 9018414b (qgis): Fix windows build (followup b5bdafe4d)
Jürgen Fischer
10:21 AM Revision 4d242c56 (qgis): Partial port of raster calculator to new API
TODO: modeler handling Nyall Dawson
10:21 AM Revision 338ee36b (qgis): Port Execute SQL to new API, add test
Nyall Dawson
10:21 AM Revision 51f8b1a2 (qgis): Port Convert Geometry Type to new API
Includes partial support for Z/M types (values are lost during
conversion, but at least 2d geometries are exported)
...
Nyall Dawson
10:21 AM Revision cfb926a7 (qgis): Port Find Projection alg to new API
Also modify alg to export a vector table of candidates instead of
a HTML list, since a vector table is more useful in...
Nyall Dawson
10:21 AM Revision 2a6847e0 (qgis): Port define projection to new API
Nyall Dawson
10:21 AM Revision bcc66272 (qgis): Upgrade Convert Geometries algorithm to maintain Z/M, curves were possible
Nyall Dawson
10:21 AM Revision 8da29c06 (qgis): Fix test reference file
Nyall Dawson
10:21 AM Revision 99fd727b (qgis): Fix some issues when creating processing tests
Nyall Dawson
10:21 AM Revision 6144b1c5 (qgis): Resurrect Field Calculator algorithm, add test
Nyall Dawson
10:21 AM Revision a56725f7 (qgis): Resurrect Python Field Calculator algorithm, add test
Nyall Dawson
10:21 AM Revision d2a90f40 (qgis): Fix conversion of direct vector layer parameters to python strings
Nyall Dawson
05:51 AM Revision f867b65c (qgis): creatensis.pl: create signed installer
Jürgen Fischer

2017-08-19

05:39 PM Revision bb8203b8 (qgis): updat splash
Jürgen Fischer
02:07 PM Revision 62d4c555 (qgis): add typo to spelling.dat
Jürgen Fischer
01:51 PM Revision dae6666a (qgis): translation string fixes
Jürgen Fischer
09:11 AM Revision bc193c00 (qgis): fix QgsRasterHistogram::histogramVector for SIP <= 4.17
Denis Rouzaud
07:42 AM Revision 3cc39460 (qgis): improves grass7 v.in.dxf making a couple of parameters optional/mandatory
Giovanni Manghi
07:42 AM Revision 71671fe2 (qgis): improves grass7 v.in.dxf making a couple of parameters optional/mandatory
Giovanni Manghi

2017-08-18

09:38 PM Revision 1cded855 (qgis): Merge pull request #5042 from nyalldawson/algs
Port some more algs to new API Nyall Dawson
09:08 PM Revision 114f071c (qgis): Don't generate triangulation files by default in TIN algorithm
Nyall Dawson
09:05 PM Revision 090bb9bb (qgis): Use QgsFeedback instead of QProgressDialog in tin interpolator
Nyall Dawson
08:56 PM Revision 000c86e7 (qgis): Restore TIN interpolation algorithm
Nyall Dawson
08:56 PM Revision 4bba95fc (qgis): Fix broken TIN interpolation (loss of point z coordinates)
Nyall Dawson
08:08 PM Revision 356588ab (qgis): Use QgsFeedback in QgsGridFileWriter instead of QProgressDialog
Nyall Dawson
08:03 PM Revision a07ea333 (qgis): Port IDW Interpolation alg to new API
Nyall Dawson
07:45 PM Revision 355cff19 (qgis): Add Map Layer input parameter type for models
Since algorithms now use this parameter type (render map alg)
we also need to allow its use in models
Nyall Dawson
07:36 PM Revision 7d69e5f5 (qgis): Expose all layer type filters to both model feature source, vector
layer and multi layer inputs
Refs #17030
Nyall Dawson
07:24 PM Revision 370b2679 (qgis): Fix wrapped c++ object has been deleted error when editing model parame...
Fixes #16858 Nyall Dawson
06:46 PM Revision ebda2fd2 (qgis): Rename some enum values for clarity
Nyall Dawson
06:37 PM Revision 076fdc94 (qgis): Port rectangles, ovals, diamonds to new API
Nyall Dawson
06:19 PM Revision 53add698 (qgis): [OGR provider] Avoid 'database locked' issues when editing several laye...
Even Rouault
05:58 PM Revision 54811776 (qgis): [OGR provider] Avoid 'database locked' issues when editing several laye...
Even Rouault
05:26 PM Revision 48202165 (qgis): Port build virtual vector alg to new API
Nyall Dawson
05:09 PM Revision f2d2777b (qgis): Model vector layer inputs can also be used for feature source parameters
Nyall Dawson
04:56 PM Revision f1ac0be8 (qgis): Fix processing setting to use filename as layer name
Nyall Dawson
04:47 PM Revision 899a3cd8 (qgis): Merge pull request #4933 from pblottiere/bugfix_chainfilter_218
Fixes relation reference widget when chain filter option is activated, fixes #16903 (backport) Hugo Mercier
04:47 PM Revision 7879c0a2 (qgis): Fix processing rendering styles for output dialog, functionality
Nyall Dawson
04:38 PM Revision 18c15971 (qgis): Merge pull request #5043 from pblottiere/bugfix_refrel
Fixes relation reference widget by refreshing filter lists. Fixes #16400 Hugo Mercier
04:30 PM Revision 0a4a7acf (qgis): Port set raster style alg to new API
Nyall Dawson
04:23 PM Revision 387e0497 (qgis): Allow selecting wildcard filter for any file input parameter
Nyall Dawson
04:23 PM Revision cfbc0099 (qgis): Restore Set style for vector layer alg
Nyall Dawson
04:09 PM Revision be48f17e (qgis): Use a QgsFeedback object in QgsRelief instead of QProgressDialog
Nyall Dawson
04:01 PM Revision f6600f23 (qgis): Port raster relief alg to new API
Nyall Dawson
03:14 PM Revision 465b27a4 (qgis): Add test
Paul Blottiere
03:10 PM Revision 79d65cec (qgis): Fix OGC test getcapabilities:style-legendurls
Paul Blottiere
02:31 PM Revision c3d2fb70 (qgis): Release of 2.14.18
Jürgen Fischer
02:31 PM Revision a6c461bf (qgis): Release of 2.18.12
Jürgen Fischer
01:28 PM Revision f0d36778 (qgis): fix opening sublayers in a group
Etienne Trimaille
11:28 AM Revision 475998ea (qgis): Merge pull request #5040 from boundlessgeo/gpkg-raster-delete
Geopackage: moved delete to abstract item and implemented raster deletion Alessandro Pasotti
08:42 AM Revision a2914ff6 (qgis): Add unit tests
Paul Blottiere
08:38 AM Revision cea7bd39 (qgis): Fixes relation reference widget by refreshing filter lists. Fixes #16400
Paul Blottiere
07:35 AM Revision be46b756 (qgis): Port hypsometic curves to new API
Nyall Dawson
07:22 AM Revision c4011ad3 (qgis): Port oriented minimum bounds to new API
Nyall Dawson
06:57 AM Revision 86949cb2 (qgis): Merge pull request #5037 from nyalldawson/render_progress_bar
Avoid 'flashy' status bar progress widget when map renders are fast Nyall Dawson
06:56 AM Revision 0c46ac40 (qgis): Merge pull request #5038 from nyalldawson/canvas_dock_tweaks
Canvas dock tweaks Nyall Dawson
05:37 AM Revision c1885781 (qgis): Merge pull request #5039 from nyalldawson/fix_model_crash
Add a pure virtual clone method to processing parameter definitions Nyall Dawson
02:43 AM Revision 26704a45 (qgis): Fix trusty build (QStringLiteral is Qt5; followup b6254513d64)
Jürgen Fischer

2017-08-17

11:26 PM Revision dc6d1c13 (qgis): Removed metadata table from the list of tables to be cleared
Alessandro Pasotti
10:48 PM Revision b36ad06b (qgis): Use sqlite3_close instead of v2
Alessandro Pasotti
08:42 PM Revision 0eb302d5 (qgis): Geopackage try to remove optional entries + fix build warnings
Alessandro Pasotti
08:31 PM Revision bcd495c6 (qgis): Prevent SQL injection by using sqlite3_mprintf
Alessandro Pasotti
07:06 PM Revision b46c9c34 (qgis): Geopackge bugfix: also show single raster layers
The previous implementation only showed subdatasets
while single raster were skipped.
Now the single rasters are als...
Alessandro Pasotti
06:03 PM Revision f999897b (qgis): Geopackage moved delete to abstract item and implement raster deletion
Alessandro Pasotti
05:22 PM Revision 37b899fb (qgis): Add a pure virtual clone method to processing parameter definitions
And use it when we need to clone parameters (instead of more fragile
conversion to and from variants)
This fixes mod...
Nyall Dawson
04:51 PM Revision 251354ea (qgis): Merge pull request #5035 from nyalldawson/preview_tasks
Tweaks to map preview tasks Nyall Dawson
04:39 PM Revision f464aebf (qgis): Merge pull request #5030 from boundlessgeo/Win_CutAndPaste_2-18_issue16870
Clipboard Cut&Paste fix when attached special field values. Fixes #16870 Alessandro Pasotti
04:28 PM Revision 7dbfc520 (qgis): Merge pull request #4210 from arnaud-morvan/processing_aggregate
[processing] [needs-docs] Add aggregate algorithm Nyall Dawson
04:27 PM Revision e8ad0ba5 (qgis): Move "sync extent" canvas view option to map settings menu
This means all the settings are collected together, and the
dock toolbar just contains navigation actions.
(followup...
Nyall Dawson
04:16 PM Revision 2d441a8d (qgis): Make sure new map dock views use correct icon size
Nyall Dawson
04:04 PM Revision 9bfca65a (qgis): Add API to enable/disable preview jobs
Disabled by default, and enabled only for main canvas (not
secondary canvases)
Nyall Dawson
03:50 PM Revision 628a1b09 (qgis): Also delay initial preview job by a short timeout
Nyall Dawson
03:50 PM Revision 6c17577f (qgis): Use a QgsMapRendererSequentialJob for rendering preview maps
Means that at most the preview jobs will use a single thread
instead of hammering all available threads.
Nyall Dawson
03:29 PM Revision a369c9b2 (qgis): Merge pull request #4760 from nyalldawson/tests
Convert processing tests to use native algs where they exist Nyall Dawson
02:21 PM Revision 5fbd6288 (qgis): Merge pull request #4939 from mhugent/wms_toplevel_browser
Show toplevel wms group in browser Marco Hugentobler
12:20 PM Revision 7b2250bb (qgis): Convert processing tests to use native algs where they exist
Nyall Dawson
12:15 PM Revision 469eb0de (qgis): Merge pull request #5034 from nyalldawson/exporter_api
Use const references to options instead of pointers in QgsVectorLayerExporter Nyall Dawson
12:00 PM Revision 7a314f3c (qgis): Avoid 'flashy' status bar progress widget when map renders are fast
If previous canvas render took less than 0.5 seconds, delay the appearance of the
'render in progress' status bar wid...
Nyall Dawson
11:26 AM Revision c7affb3b (qgis): Use const references to options instead of pointers in QgsVectorLayerEx...
The use of pointers make ownership of the argument confusing, and there's
nothing stopping us just using an empty map...
Nyall Dawson
10:44 AM Revision 5808cc19 (qgis): Fix build with improvement of #5209
Loïc BARTOLETTI
10:37 AM Revision 26a911cd (qgis): Merge pull request #4751 from nyalldawson/unique_ptr
Return std::unique_ptrs where possible Nyall Dawson
10:33 AM Revision b73b25d4 (qgis): fixed unnecessary deepcopy and use the correct api
Luigi Pirelli
09:57 AM Revision e0d1ddc5 (qgis): Fix failing test
Nyall Dawson
09:54 AM Revision 40ad8602 (qgis): Fix relation reference widget when 'Chain Filters' is activated. Fixes ...
Paul Blottiere
09:54 AM Revision b5bdafe4 (qgis): Add tests
Paul Blottiere
09:53 AM Revision e4dab7c5 (qgis): Fix intermittently failing QgsGeometry asGML tests
Nyall Dawson
09:38 AM Revision fad59736 (qgis): spelling fixes
Jürgen Fischer
09:25 AM Revision d1e40d90 (qgis): Merge branch 'master' of https://github.com/QGIS/QGIS into regularShape...
Loïc BARTOLETTI
08:43 AM Revision 43536a66 (qgis): Return subclasses where possible to fix build on older compilers
Nyall Dawson
08:30 AM Revision 2693c6fb (qgis): Fix ui build warning
Nyall Dawson
08:28 AM Revision d81a1a3b (qgis): Return std::unique_ptrs where possible
When a class isn't exposed to Python, we should return a
std::unique_ptr whenever a returned pointer value is owned
b...
Nyall Dawson
07:58 AM Revision e3258959 (qgis): packaging updates after helpviewer removal (followup 55cdc89a1)
Jürgen Fischer
07:55 AM Revision a7cef870 (qgis): add docker shield
Denis Rouzaud
07:55 AM Revision f88ddcb5 (qgis): Remove startup tips
Nyall Dawson
07:54 AM Revision 5abbab1a (qgis): Merge pull request #4993 from nyalldawson/remove_analyzer
Remove QgsGeometryAnalyzer, QgsOverlayAnalyzer, QgsPointSample Nyall Dawson
06:05 AM Revision 6d388942 (qgis): Merge pull request #5024 from nyalldawson/build-vrt
Restore gdal build vrt alg, plus improvements Nyall Dawson

2017-08-16

10:50 PM Revision fdee6ea2 (qgis): Merge pull request #5031 from boundlessgeo/gpkg-drag-n-drop
[feature][needs-docs] Geopackage handle drops in the browser Alessandro Pasotti
10:50 PM Revision 11fb601a (qgis): Merge pull request #5027 from boundlessgeo/gpkg-vector-delete
[feature][needs-docs] Adds delete layer context action to ogr and geopackage items Alessandro Pasotti
10:00 PM Revision 81397866 (qgis): Allow adding manual layers in modeler multi layer alg parameters
This allows creation of models with child algorithms which do
things like merge a selected layer with a predefined st...
Nyall Dawson
09:18 PM Revision aefd5cce (qgis): Fix exception when editing multi layer parameter in model
Nyall Dawson
09:12 PM Revision b318aff6 (qgis): Fix multi layer parameters in models not giving all options for inputs
Nyall Dawson
09:00 PM Revision c54667c3 (qgis): Handle mixed lists of values and lists when evaluating multilayer
parameters
This can happen when running models with mixed input types
for multilayer parameters
Nyall Dawson
08:38 PM Revision e1b0f786 (qgis): Fix default layer sometimes inserted into multi layer parameter values
Nyall Dawson
08:23 PM Revision e6814bca (qgis): [feature] Geopackage handle drops in the browser
It is now possible to drag and drop from any vector
layer onto a gpkg node layer and import a layer.
Overwrites are ...
Alessandro Pasotti
08:11 PM Revision 48eccc37 (qgis): Default to vrt extension for build vrt alg output
Nyall Dawson
08:05 PM Revision 9ae68e84 (qgis): Merge branch 'master' into regularShape_gui
Loïc BARTOLETTI
07:52 PM Revision 0a7bb486 (qgis): Allow selecting multiple items in processing multi layer input dialog
And selecting/deselecting only these items. Otherwise it can be quite
cumbersome to manually select complex sets of i...
Nyall Dawson
07:52 PM Revision a5a4d3b7 (qgis): Port gdal build vrt to new API
Nyall Dawson
07:52 PM Revision 1f2ea024 (qgis): Allow adding layers which aren't open in the project to processing
parameters which accept lists of multiple layers
E.g. build vrt alg, merge vector layers alg
Otherwise you may need...
Nyall Dawson
07:12 PM Revision 7764cd91 (qgis): [travis] no longer any need for patching qsci
Matthias Kuhn
07:12 PM Revision f610ffaf (qgis): Remove ParameterDataObject
Matthias Kuhn
07:12 PM Revision ac1decd1 (qgis): [travis] Install libzip for macos
Matthias Kuhn
06:39 PM Revision 855f840f (qgis): always set a default name in the QGS project to avoid discrepancies wit...
Etienne Trimaille
06:30 PM Revision 55cdc89a (qgis): Merge pull request #5004 from jgrocha/helpviewer
[needs-docs] Refactoring of all help calls, deprecating QgsContextHelp+Helpviewer Matthias Kuhn
04:20 PM Revision 32c81a03 (qgis): Update sip files
Jorge Rocha
03:00 PM Revision 7dd37b39 (qgis): Added documentation comments on new methods
Jorge Rocha
02:50 PM Revision 497d4a80 (qgis): Shows a warning and abort deletion if the layer is in the current project
Alessandro Pasotti
02:37 PM Revision 42933a27 (qgis): Remove class members that were never used
Martin Dobias
02:37 PM Revision 0be0a4e3 (qgis): Always use snapping configuration from the project in adv.digitizing dock
It was slightly confusing to have another override for snapping while it is possible
to configure "no snapping" or "a...
Martin Dobias
02:10 PM Revision cc146190 (qgis): Added 'datasource' and 'GeoPackage' to the delete confirm message
Alessandro Pasotti
01:36 PM Revision 9ac8ff88 (qgis): remove arg
Denis Rouzaud
12:52 PM Revision b6254513 (qgis): From Clipboard Cut&Paste fix when attached special field values. Fiexie...
Luigi Pirelli
11:37 AM Revision d03f5990 (qgis): add Dockerfile for automated build on docker cloud
Denis Rouzaud
10:46 AM Revision 4b5d81b3 (qgis): [processing] Add Aggregate algorithm
Arnaud Morvan
10:12 AM Revision 162339d3 (qgis): Different messages for file and table layer deletion
Alessandro Pasotti
08:59 AM Revision 2ffa7ba3 (qgis): Translate GDAL error codes
Alessandro Pasotti
06:26 AM Revision a9d8d395 (qgis): [processing] restore near black and hillshade gdal algs (#5028)
Mathieu Pellerin - nIRV

2017-08-15

11:51 PM Revision fe59a19e (qgis): Change all ocurrences on_buttonBox_helpRequested to showHelp
Add help button to 3 dialogs
Fix missing QStringLiteral
Fix CMakeLists.txt indentation
Fix qhelp.h and qgis_sip.h inc...
Jorge Rocha
11:26 PM Revision da6049ea (qgis): Adds delete layer context action to ogr and geopackage items
TODO: decide what to do if the layer to be deleted was
added to the canvas: block the deletion?
Current implementati...
Alessandro Pasotti
06:21 PM Revision 19efee8a (qgis): alog:along typo (#5025)
Denis Rouzaud
04:23 PM Revision 7b6d9e8e (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
04:23 PM Revision c53beb86 (qgis): ...
Denis Rouzaud
04:23 PM Revision 5aef6683 (qgis): Revert "more fixes"
This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad. Denis Rouzaud
04:23 PM Revision c1837ff2 (qgis): More comprehensive updating of gdal command when parameters change
Nyall Dawson
04:23 PM Revision 027de227 (qgis): Revert "minor fixes"
This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. Denis Rouzaud
04:23 PM Revision 1b4396dd (qgis): Avoid duplicate geometry columns, invalid geometry column name in gdal ...
Nyall Dawson
04:23 PM Revision c411284d (qgis): Revert "some fixes"
This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45. Denis Rouzaud
04:23 PM Revision 8e1b4381 (qgis): Unblacklist Processing GDAL test
Nyall Dawson
04:23 PM Revision 3bfb34e8 (qgis): Geopackage fix mixed geometry layers and attributes
In addition to geometry filtered layers for each geometry
type in a mixed-geometry type layer adds a table
layer with...
Alessandro Pasotti
03:13 PM Revision 83aa1adf (qgis): Add support for finding zipconf.h in separate location; use include dirs
LIBZIP_INCLUDE_DIRS could end up with duplicate entries, but seems to be
the simplest way of supporting headers insta...
Larry Shaffer
01:51 PM Revision 755980fe (qgis): Merge pull request #5023 from nyalldawson/gdal_test
Unblacklist Processing GDAL tests Nyall Dawson
12:58 PM Revision aece517c (qgis): Avoid duplicate geometry columns, invalid geometry column name in gdal ...
Nyall Dawson
12:57 PM Revision 3d1be95a (qgis): More comprehensive updating of gdal command when parameters change
Nyall Dawson
09:50 AM Revision f88e62fb (qgis): Unblacklist Processing GDAL test
Nyall Dawson
08:20 AM Revision 3922efcb (qgis): Merge pull request #5022 from boundlessgeo/gpkg-show-attributes
Geopackage fix mixed geometry layers and attributes Alessandro Pasotti
07:21 AM Revision 987f1acf (qgis): oracle provider: skip updating of key attributes of added features for ...
Jürgen Fischer
06:09 AM Revision ebf20a58 (qgis): Make inverted polygon legend items checkable
This was not working with legendSymbolItemsV2(), in particular tested
with rule based renderer.
Matthias Kuhn
03:29 AM Revision 5746b9d1 (qgis): Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
Larry Shaffer
03:23 AM Revision 5e1e441f (qgis): Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
Larry Shaffer

2017-08-14

08:25 PM Revision 7d074de9 (qgis): Geopackage fix mixed geometry layers and attributes
In addition to geometry filtered layers for each geometry
type in a mixed-geometry type layer adds a table
layer with...
Alessandro Pasotti
05:34 PM Revision cd14fc32 (qgis): try to add git to the image
Denis Rouzaud
05:34 PM Revision 79977dde (qgis): Fix build folder
Matthias Kuhn
05:34 PM Revision e6657df2 (qgis): some fixes
Denis Rouzaud
05:34 PM Revision 050682a3 (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
05:34 PM Revision 76403f89 (qgis): put back waiting
Denis Rouzaud
05:34 PM Revision 87883b0c (qgis): some fixes
Denis Rouzaud
05:34 PM Revision de750af9 (qgis): fix psql
Denis Rouzaud
05:34 PM Revision c4c07723 (qgis): Wait for postgres server to spin up
Matthias Kuhn
05:34 PM Revision db8f3b6c (qgis): Fix setup postgres
Matthias Kuhn
05:34 PM Revision 125551ff (qgis): Setup postgis
Matthias Kuhn
05:34 PM Revision 878a340b (qgis): Output on failure
Matthias Kuhn
05:34 PM Revision 459ca26e (qgis): Hold on...
Matthias Kuhn
05:34 PM Revision a8757a07 (qgis): Test ninja again
Matthias Kuhn
05:34 PM Revision a382aa56 (qgis): Run make directly
Matthias Kuhn
05:34 PM Revision 59db9829 (qgis): More debug output
Matthias Kuhn
05:34 PM Revision 1fdd9eed (qgis): Switch to make
Matthias Kuhn
05:34 PM Revision d187de3e (qgis): echo instead of ninja
Denis Rouzaud
05:34 PM Revision ceb84685 (qgis): better var names
Denis Rouzaud
05:34 PM Revision 9c739541 (qgis): fix path
Denis Rouzaud
05:34 PM Revision 591a4032 (qgis): use ninja and env var
Denis Rouzaud
05:34 PM Revision 24c3ae15 (qgis): minor fixes
Denis Rouzaud
05:34 PM Revision 6c45f94e (qgis): add travis branch
Denis Rouzaud
05:34 PM Revision 5244602d (qgis): missing ctest var
Denis Rouzaud
05:34 PM Revision 7432a77e (qgis): fix ctest command
Denis Rouzaud
05:34 PM Revision b2edf333 (qgis): missing env var
Denis Rouzaud
05:34 PM Revision 65ffa5ce (qgis): fix line ending
Denis Rouzaud
05:34 PM Revision 1d3c4d97 (qgis): more fixes
Denis Rouzaud
05:34 PM Revision 568a439c (qgis): explicit setup of ccache
Denis Rouzaud
05:34 PM Revision d9b2e1a0 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
04:42 PM Revision 7d4f81d4 (qgis): Merge pull request #5019 from boundlessgeo/gpkg-dbmanager-sync
Geopackage: Use the same settings for DB Manager and browser Alessandro Pasotti
03:06 PM Revision 80e8ff04 (qgis): Merge pull request #5014 from m-kuhn/enumgeomfunc
Return enum instead of int from QgsGeometry operations Matthias Kuhn
03:04 PM Revision 04f79d17 (qgis): Geopackage: Use the same settings for DB Manager and browser
Alessandro Pasotti
02:19 PM Revision 904cd6f1 (qgis): Merge pull request #5018 from boundlessgeo/gpkg-show-tables
Browser tree: also show geopackage geometryless layers as tables Alessandro Pasotti
01:48 PM Revision b3a9e46c (qgis): [processing] Port refactor fields to new API
Arnaud Morvan
01:48 PM Revision b26e6812 (qgis): [processing] Check all parameter's values in ModelerParametersDialog
Check that all parameter's values pass the validity check,
even if not returned as QgsProcessingModelChildParameterSo...
Arnaud Morvan
01:29 PM Revision 11f17915 (qgis): Browser tree: also show geometryless layers as tables
Alessandro Pasotti
01:11 PM Revision 3d53a2df (qgis): Spelling
Matthias Kuhn
12:59 PM Revision fca603ca (qgis): Fix splitFeatures
Matthias Kuhn
12:44 PM Revision cb29b2e6 (qgis): Fix crash in test
Matthias Kuhn
12:19 PM Revision 23648016 (qgis): Merge pull request #5016 from boundlessgeo/gpkg-handle-collections
Geopackage: proper handling of geometry ANY Alessandro Pasotti
10:52 AM Revision 0683528d (qgis): More doxymentation
Matthias Kuhn
10:43 AM Revision a70bfe6f (qgis): More doxymentation
Matthias Kuhn
10:39 AM Revision ad2f760c (qgis): GPKG: proper handling of unknown geometry
This handles the test use case for layer:
Layer name: geometry2d
Geometry: Unknown (any)
Feature Count: 8
The browse...
Alessandro Pasotti
10:37 AM Revision 8294c434 (qgis): More doxymentation
Matthias Kuhn
08:58 AM Revision a4dac6ac (qgis): Define params as /Out/
Matthias Kuhn
08:19 AM Revision f9ba9052 (qgis): Fix segfault
Matthias Kuhn

2017-08-13

11:08 PM Revision 86e8da74 (qgis): Return enum instead of int from QgsGeometry operations
Denis Rouzaud
11:08 PM Revision 0df873c5 (qgis): Increase QgsGeometry::OperationResult values
To avoid collisions with old enums and make it easier for plugin devs to
determine if their values have already been ...
Matthias Kuhn
10:31 PM Revision 8d615543 (qgis): Merge pull request #4835 from nyalldawson/more_processing
[processing] Restore some gdal provider algorithms Nyall Dawson
09:55 PM Revision f9750dde (qgis): Port gdal color relief to new API
Nyall Dawson
09:49 PM Revision 1cbbbc4b (qgis): Port gdal tri alg to new API
Nyall Dawson
09:41 PM Revision ab2886dc (qgis): Port gdal assign projection to new api
Nyall Dawson
09:41 PM Revision 19e5886b (qgis): More reliable updates to the gdal command shown
By also checking for child widget signals - otherwise we don't
catch signals when compound widgets (such as raster la...
Nyall Dawson
09:40 PM Revision a1f4e04b (qgis): more fixes
Denis Rouzaud
09:24 PM Revision 95fe5cdc (qgis): Fix errors calculating gdal command when dialog is being constructed
Nyall Dawson
09:19 PM Revision ba6e2dc9 (qgis): Fix showing gdal command in algorithm dialog
Nyall Dawson
09:19 PM Revision 3d3d2975 (qgis): Followup fixes to ogr2ogrpostgis alg porting
Nyall Dawson
09:05 PM Revision 1cbbb8a0 (qgis): Port gdal aspect alg to new API
Nyall Dawson
08:58 PM Revision 54258b6a (qgis): some fixes
Denis Rouzaud
08:56 PM Revision 2e7db48d (qgis): Fix error in gdal warp algorithm
Nyall Dawson
08:56 PM Revision 97a8d1a7 (qgis): Fix failing test
Nyall Dawson
08:56 PM Revision 0a365b2d (qgis): Fix OGR algs always export shapefiles, regardless of output file extension
Nyall Dawson
08:56 PM Revision 479106ad (qgis): An empty string parameter should not fallback to default value
Since we need to allow empty strings to override defaults in
some circumstances
Nyall Dawson
08:56 PM Revision d45215eb (qgis): Cleanup conversion of input layers to OGR compatible sources
Nyall Dawson
08:56 PM Revision 6301ff66 (qgis): Resurrect OGR points along lines algorithm
Nyall Dawson
08:56 PM Revision 5c888c58 (qgis): Resurrect gdal warp algorithm
Nyall Dawson
08:56 PM Revision ce8e18da (qgis): Fix overridden function signatures
Nyall Dawson
08:56 PM Revision b87b2fe8 (qgis): Allow skipping crs check in processing test results
The GML format often requires extra 'hand holding' in order to
get QGIS to detect it's CRS (e.g. GML files created di...
Nyall Dawson
08:56 PM Revision 014833a6 (qgis): Restore gdal algorithm support
Nyall Dawson
08:56 PM Revision e33647dc (qgis): Move OGR processing provider specific methods to GdalUtils
Nyall Dawson
08:56 PM Revision 1a564872 (qgis): Port GDAL Ogr2OgrPostgis to new API
Nyall Dawson
08:56 PM Revision ab079f9d (qgis): ogrConnectionString reuses existing context
Nyall Dawson
08:19 PM Revision b51a5f7b (qgis): Simplify QgsGeometryEngine code
Matthias Kuhn
08:19 PM Revision e3787eff (qgis): Doxymentation
Matthias Kuhn
08:19 PM Revision 7768f067 (qgis): Document api breaks
Matthias Kuhn
08:19 PM Revision 581b89e0 (qgis): Use pointers and not references to QgsAbstractGeometry
because using this more consistently throughout the codebase makes it
easier to maintain code.
We also do not want to...
Matthias Kuhn
07:18 PM Revision 4c6c74ca (qgis): Fix ui build warning
Nyall Dawson
07:15 PM Revision 44f98d9a (qgis): Fix spelling
Nyall Dawson
06:23 PM Revision 9be7b27d (qgis): Merge pull request #5001 from nyalldawson/algs
Restore some processing functionality Nyall Dawson
05:42 PM Revision f7ae0712 (qgis): Base class processing feedback object forwards messages to message log
Nyall Dawson
05:42 PM Revision 47fe2a18 (qgis): Port Points From Lines to new API
Nyall Dawson
05:42 PM Revision a056e24a (qgis): Fix exception in TopoColor algorithm
Nyall Dawson
05:42 PM Revision 913bf64e (qgis): Fix some possible exceptions in topocolor alg
Nyall Dawson
05:42 PM Revision c8ac7841 (qgis): Port Points Displacement algorithm to new API
Rework algorithm to use same approach as points displacement
renderer. Also maintain Z/M values, and add tests and docs.
Nyall Dawson
05:42 PM Revision c6b3855b (qgis): Port Points From Polygons to new API
Nyall Dawson
05:19 PM Revision 35da03f6 (qgis): Update NEWS
Matthias Kuhn
04:14 PM Revision ee3ab4da (qgis): Merge pull request #4541 Add qgsgeometry_cast
Because it
* is faster than dynamic_cast
* doesn't rely on RTTI
* encapsulates type checking in one place
Matthias Kuhn
03:27 PM Revision 3da4c33b (qgis): Avoid extra copy of point in QgsGeometry::centroid()
Matthias Kuhn
03:26 PM Revision 7f4880be (qgis): Handle M/Z typed CurvePolygons in qgsgeometry_cast
Matthias Kuhn
02:37 PM Revision 20a54b1c (qgis): Fix #16528 mix of Qgis en qgis as root in settins
On Linux the use of Qgis and qgis as root for connection settings
makes it currently impossible to add a new WCS conn...
Richard Duivenvoorde
02:21 PM Revision d3e35ee9 (qgis): Update connections to Qt5 style
Matthias Kuhn
02:21 PM Revision 479e3cb7 (qgis): Reset digitizing tools when new project is loaded/created
Refs #4237 https://issues.qgis.org/issues/4237 Sebastian Dietrich
01:08 PM Revision b879d530 (qgis): Fix build error
Matthias Kuhn
12:29 PM Revision d2076a14 (qgis): Convert more dynamic_casts to qgsgeometry_casts
Matthias Kuhn
12:18 PM Revision d0f33d6d (qgis): Expose makeValid() errors to QgsGeometry::error()
Matthias Kuhn
12:14 PM Revision feffa049 (qgis): Use pointers instead of references for QgsAbstractGeometry
Matthias Kuhn
11:08 AM Revision b2cd9f2a (qgis): Add qgsgeometry_cast to qgssurface
Matthias Kuhn
10:51 AM Revision 59f270ab (qgis): Allow qgsgeometry_cast-ing const geometries
Matthias Kuhn
10:35 AM Revision dba8cc0f (qgis): Convert more calls to qgsgeometry_cast
Matthias Kuhn
10:28 AM Revision d9ad859a (qgis): Fix misplaced SIP_TRANSFER
Matthias Kuhn
10:05 AM Revision 975d7306 (qgis): Fix build warnings
Matthias Kuhn
08:56 AM Revision 69c991ed (qgis): Restore ability to create processing tests from history panel
Nyall Dawson
08:56 AM Revision 51779728 (qgis): Improve conversion of processing parameters to Python code
- Use layer paths instead of layer ids where possible, since they are persistent
- Don't wrap in QgsProcessingFeature...
Nyall Dawson

2017-08-12

10:46 PM Revision a97d6ef3 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
10:46 PM Revision 23b5dfc2 (qgis): fix ctest command
Denis Rouzaud
10:46 PM Revision 810761d3 (qgis): explicit setup of ccache
Denis Rouzaud
10:46 PM Revision 867f91ea (qgis): fix line ending
Denis Rouzaud
10:46 PM Revision dab303cd (qgis): try to add git to the image
Denis Rouzaud
10:46 PM Revision d416210e (qgis): missing ctest var
Denis Rouzaud
10:46 PM Revision 0466dd3d (qgis): add travis branch
Denis Rouzaud
10:46 PM Revision e51c5e76 (qgis): Fix build folder
Matthias Kuhn
10:46 PM Revision 74d7869e (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
10:46 PM Revision 5ae2ac5c (qgis): put back waiting
Denis Rouzaud
10:46 PM Revision 3ee0c522 (qgis): some fixes
Denis Rouzaud
10:46 PM Revision 310b4109 (qgis): fix psql
Denis Rouzaud
10:46 PM Revision 70644d4f (qgis): Wait for postgres server to spin up
Matthias Kuhn
10:46 PM Revision ce38bbc2 (qgis): Fix setup postgres
Matthias Kuhn
10:46 PM Revision 082ec7ae (qgis): Setup postgis
Matthias Kuhn
10:46 PM Revision cc3a9848 (qgis): Output on failure
Matthias Kuhn
10:46 PM Revision a01eae21 (qgis): Hold on...
Matthias Kuhn
10:46 PM Revision 33ca8738 (qgis): Test ninja again
Matthias Kuhn
10:46 PM Revision 9b20c7bd (qgis): Run make directly
Matthias Kuhn
10:46 PM Revision cc08db09 (qgis): missing env var
Denis Rouzaud
10:46 PM Revision 1ae273ac (qgis): Switch to make
Matthias Kuhn
10:46 PM Revision 332cc718 (qgis): echo instead of ninja
Denis Rouzaud
10:46 PM Revision d76f3757 (qgis): better var names
Denis Rouzaud
10:46 PM Revision dbdf6c38 (qgis): fix path
Denis Rouzaud
10:46 PM Revision 566bed37 (qgis): use ninja and env var
Denis Rouzaud
10:46 PM Revision 39d66885 (qgis): More debug output
Matthias Kuhn
10:44 PM Revision 2362f81b (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
09:13 PM Revision b00a60da (qgis): spell check: add ...:…
and a few fixes :)
handle #spellok in shell or cmake files
allow to exclude scripts from search files
Denis Rouzaud
08:34 PM Revision b282b89c (qgis): Take inheritance into account in qgsgeometry_cast
Matthias Kuhn
08:11 PM Revision f70b5b54 (qgis): Avoid crash
Matthias Kuhn
07:26 PM Revision 4c136a78 (qgis): QgsPointV2 -> QgsPoint
Matthias Kuhn
07:26 PM Revision 639d0640 (qgis): NULL to nullptr
Matthias Kuhn
07:26 PM Revision a6800d6a (qgis): Add qgsgeometry_cast
Because it
- is faster than dynamic_cast
- doesn't rely on RTTI
- encapsulates type checking in one place
Matthias Kuhn
07:24 PM Revision 5fd19d53 (qgis): Make sure relations are reloaded when setting edit config
Matthias Kuhn
05:45 PM Revision 59f8af25 (qgis): Merge pull request #5011 from boundlessgeo/less_verbose_items
QgsDebugMsg -> QgsDebugMsgLevel + typo Alessandro Pasotti
05:06 PM Revision afd45eef (qgis): QgsDebugMsg -> QgsDebugMsgLevel + typo
Alessandro Pasotti
10:40 AM Revision 97d168e1 (qgis): Insert dropped uris in reverse order.
As each one is inserted on top of previous,
this result in layers sorted alphabeticaly in layer tree.
Relate with #6828.
Arnaud Morvan
10:18 AM Revision e34a593c (qgis): [FEATURE] Add expression function array_agg
Arnaud Morvan

2017-08-11

05:27 PM Revision c8876f2c (qgis): fix fix !"@$%
Jürgen Fischer
05:26 PM Revision 025a2345 (qgis): fix utf8 python translation string
Jürgen Fischer
01:19 PM Revision ff3f84b6 (qgis): [travis] Run make in ctest if on pull request
Matthias Kuhn
01:17 PM Revision 24adf77e (qgis): more typo fixes
Harrissou Santanna
01:17 PM Revision 87c7ec37 (qgis): Typo fixes
Harrissou Santanna
08:29 AM Revision 10538233 (qgis): [processing] improve rasterize dialog UI, add help (#5008)
Mathieu Pellerin - nIRV
08:21 AM Revision 5336a0d4 (qgis): Merge pull request #4793 from DelazJ/RenderingDiagram
Mathieu Pellerin - nIRV
07:32 AM Revision c07ac6e6 (qgis): helpviewer application source code removed
Jorge Rocha

2017-08-10

11:45 PM Revision 146c0c8c (qgis): Prevent test_console.py to open the browser with help file
Fix link to documentation related with OGR connections Jorge Rocha
09:46 PM Revision 34032d66 (qgis): Merge pull request #5003 from nyalldawson/proc_algs
Followups to rasterise alg Nyall Dawson
08:48 PM Revision 0227bdc3 (qgis): Remove QgsGeometryAnalyzer, QgsOverlayAnalyzer, QgsPointSample
These classes are unused in the master QGIS code, and are
unmaintained and with no unit tests or other QA, and
have i...
Nyall Dawson
08:46 PM Revision 13431ca1 (qgis): Bump minimum tile size to 64 for rasterise alg
Nyall Dawson
08:33 PM Revision ab21f3e2 (qgis): Small cleanups to rasterise alg
Nyall Dawson
08:33 PM Revision 7d7c06cd (qgis): Implement widget wrapper for QgsProcessingParameterMapLayer
Nyall Dawson
08:33 PM Revision e0fbe340 (qgis): Use ellipsis for isolated strings in plugins too
Nyall Dawson
03:39 PM Revision dc58c1ad (qgis): [processing] fix non-normal blending composition for the rasterzie alg
Mathieu Pellerin - nIRV
02:00 PM Revision 6186c0f0 (qgis): fix windows build (extern "C" can returns pointers, but not C++ contain...
Jürgen Fischer
01:05 PM Revision 65092d1e (qgis): Update CONTRIBUTORS
Added myself and Marco Bernasocchi to the contributors list. Mario Baranzini
10:27 AM Revision 349c1975 (qgis): [travis] Only build outside ctest on master
Matthias Kuhn
10:16 AM Revision e6c7421c (qgis): refine spellcheck progress output
Jürgen Fischer
10:16 AM Revision 7e902024 (qgis): more msvc warning fixes (followup 03e0298f4)
Jürgen Fischer
09:38 AM Revision eba3065f (qgis): Start preview jobs slower (250ms interval)
Matthias Kuhn
09:38 AM Revision a4597c5d (qgis): Fix map canvas preview
Followup 8e200767e Matthias Kuhn
09:31 AM Revision ba5f114e (qgis): [travis] change to build folder before building
Matthias Kuhn
09:15 AM Revision bad0ac81 (qgis): [travis] Build outside ctest
Matthias Kuhn
08:03 AM Revision abf76814 (qgis): More verbose python testing output
Matthias Kuhn
08:03 AM Revision 323883fc (qgis): Less verbose application exit output
Matthias Kuhn

2017-08-09

12:09 AM Revision 03e0298f (qgis): msvc warning fixes:
* use AUTORCC to avoid locked qrc_images.cpp during build of gui tests
* bump minimum version of cmake to 3.0.0 for A...
Jürgen Fischer
11:42 PM Revision 925ba2ce (qgis): Replace old QSettings with QgsSettings
Jorge Rocha
11:11 PM Revision 8726146f (qgis): fix spelling
Idan Miara
10:46 PM Revision d9a2492f (qgis): Merge pull request #4953 from boundlessgeo/gpkg-enhancements
Expose GeoPackage to the browser tree Alessandro Pasotti
10:21 PM Revision 92da3084 (qgis): Delete gpkg connections
Alessandro Pasotti
10:18 PM Revision c9de9b22 (qgis): Fix links to current documentation
Jorge Rocha
07:56 PM Revision 32624bbc (qgis): SIP bindings
Jorge Rocha
04:34 PM Revision 267286ee (qgis): Correct an error in array_slice function description
There was a copy/paste error in the "name" Andreas Neumann
09:32 AM Revision bc921b4a (qgis): Updated file header for geopackage data items
also added "db" to multiple layers extensions Alessandro Pasotti
09:27 AM Revision 3a103b7c (qgis): Refactoring of all help calls, deprecating QgsContextHelp and the forme...
Jorge Rocha
09:04 AM Revision 27525109 (qgis): Removed PNG version of GPKG icon
Alessandro Pasotti
09:01 AM Revision 7704901e (qgis): Added mGeoPackage svg icon
Alessandro Pasotti
08:59 AM Revision 64201f1b (qgis): Move the default CRS for new layers function to QgsProject
The reason is that it needs to access to project's crs
and it's not only needed by app but also by the providers
(wil...
Alessandro Pasotti
08:59 AM Revision a2d4e822 (qgis): Changed geopackage icon to svg
Alessandro Pasotti
08:59 AM Revision 2741be0c (qgis): Added file path to debug msg output on errors
Alessandro Pasotti
08:59 AM Revision bcb48f2b (qgis): Fixes two issues with the browser refresh
1. endless loop when a sqlite-based layer is opened, and
wal+shm files are created. This triggers a loop because
...
Alessandro Pasotti
08:59 AM Revision e19c60be (qgis): Small typo
Alessandro Pasotti
08:59 AM Revision e14e6482 (qgis): Remove initial : from the sublayers name in the browser tree
Alessandro Pasotti
08:59 AM Revision f96513d7 (qgis): Fixes raster sublayer not apperaring in the browser tree
Alessandro Pasotti
08:59 AM Revision 030b234c (qgis): Initial support for extension-based scan on multiple layers
Alessandro Pasotti
08:59 AM Revision 61504e70 (qgis): Expose GeoPackage to the browser tree
Alessandro Pasotti
08:59 AM Revision 399aba8b (qgis): Added a comment to this fertility line :)
Alessandro Pasotti
08:59 AM Revision 2b401459 (qgis): Typo
Alessandro Pasotti
08:59 AM Revision 471b4472 (qgis): Fix sublayers disappear when refreshing GDAL layers
Alessandro Pasotti
08:59 AM Revision 1c3fadeb (qgis): Sip update for qgsproject
Alessandro Pasotti
08:59 AM Revision 9430a906 (qgis): Added raster support to browser geopackage data items
Alessandro Pasotti

2017-08-08

10:24 PM Revision a12346cc (qgis): Merge pull request #4998 from marioba/rasterize_provider
[FEATURE] Added processing algorithm to convert map to raster Matthias Kuhn
09:49 PM Revision d9f71deb (qgis): Remove osgeo.gdal.UseExceptions()
Mario Baranzini
08:59 PM Revision f792661c (qgis): Refactoring of rasterize algorithm
Mario Baranzini
05:16 PM Revision baede356 (qgis): Refactoring
Mario Baranzini
04:47 PM Revision 1e160a6b (qgis): put back waiting
Denis Rouzaud
04:36 PM Revision 2ec83920 (qgis): some fixes
Denis Rouzaud
04:21 PM Revision bbdaf140 (qgis): Fix setup postgres
Matthias Kuhn
04:21 PM Revision b139a87b (qgis): try to add git to the image
Denis Rouzaud
04:21 PM Revision f563c5d2 (qgis): fix line ending
Denis Rouzaud
04:21 PM Revision d512d4e5 (qgis): fix ctest command
Denis Rouzaud
04:21 PM Revision 4ad8d1b4 (qgis): explicit setup of ccache
Denis Rouzaud
04:21 PM Revision 80183925 (qgis): missing env var
Denis Rouzaud
04:21 PM Revision ef83a290 (qgis): fix psql
Denis Rouzaud
04:21 PM Revision 72d6605e (qgis): Wait for postgres server to spin up
Matthias Kuhn
04:21 PM Revision 08123617 (qgis): missing ctest var
Denis Rouzaud
04:21 PM Revision ce34450e (qgis): Setup postgis
Matthias Kuhn
04:21 PM Revision 124e1cc6 (qgis): Output on failure
Matthias Kuhn
04:21 PM Revision 2c12656b (qgis): Hold on...
Matthias Kuhn
04:21 PM Revision 7dd35ace (qgis): Test ninja again
Matthias Kuhn
04:21 PM Revision 8b740284 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
04:21 PM Revision dca0501b (qgis): More debug output
Matthias Kuhn
04:21 PM Revision cbf7cd05 (qgis): Switch to make
Matthias Kuhn
04:21 PM Revision 2304c9de (qgis): echo instead of ninja
Denis Rouzaud
04:21 PM Revision d5461754 (qgis): better var names
Denis Rouzaud
04:21 PM Revision dfd4f5bc (qgis): fix path
Denis Rouzaud
04:21 PM Revision 1b9119d0 (qgis): use ninja and env var
Denis Rouzaud
04:21 PM Revision 5a3d90bb (qgis): Fix build folder
Matthias Kuhn
04:21 PM Revision f06ddb72 (qgis): add travis branch
Denis Rouzaud
04:21 PM Revision 412f2a48 (qgis): Run make directly
Matthias Kuhn
02:50 PM Revision 82d28215 (qgis): fix psql
Denis Rouzaud
09:45 AM Revision 0533cfd7 (qgis): Refactoring and added better comments
Mario Baranzini
09:45 AM Revision bbfdcf36 (qgis): Fix header comment
Mario Baranzini
09:45 AM Revision 525aeaba (qgis): Added processing algorithm to convert map to raster
Mario Baranzini
09:39 AM Revision a31886c7 (qgis): Wait for postgres server to spin up
Matthias Kuhn
09:20 AM Revision 82e5348b (qgis): Fix setup postgres
Matthias Kuhn
09:13 AM Revision f4fc8297 (qgis): Setup postgis
Matthias Kuhn
08:41 AM Revision 425aa30f (qgis): Fix valgrind jump on uninitialised values warnings
Nyall Dawson
08:40 AM Revision 34e6a612 (qgis): Fix crash when editing feature after opening a form with relation refer...
Also fixes a leak/performance issue - the attribute table model
for the relation reference widget is not parented to ...
Nyall Dawson

2017-08-07

01:47 AM Revision 47ab1a74 (qgis): fix typos
Jürgen Fischer
12:05 AM Revision bb1b70e5 (qgis): Output on failure
Matthias Kuhn
10:55 PM Revision 273243b4 (qgis): Add XYZ connection to provide default OpenStreetMap tiles
Jorge Rocha
10:36 PM Revision ee71a5ef (qgis): Hold on...
Matthias Kuhn
10:36 PM Revision 70defd1b (qgis): Test ninja again
Matthias Kuhn
10:26 PM Revision b8725e39 (qgis): Run make directly
Matthias Kuhn
09:32 PM Revision f0fb8d71 (qgis): More debug output
Matthias Kuhn
09:17 PM Revision b7a133ae (qgis): Switch to make
Matthias Kuhn
09:09 PM Revision be8b9113 (qgis): fix perl;add bash
Loïc BARTOLETTI
09:08 PM Revision 6573e473 (qgis): echo instead of ninja
Denis Rouzaud
08:55 PM Revision 9631fab7 (qgis): better var names
Denis Rouzaud
08:39 PM Revision c6d88274 (qgis): Fix valgrind jump on uninitialised values warnings
Nyall Dawson
08:39 PM Revision f976e8b6 (qgis): Fix crash when editing feature after opening a form with relation refer...
Also fixes a leak/performance issue - the attribute table model
for the relation reference widget is not parented to ...
Nyall Dawson
08:33 PM Revision d33f7250 (qgis): fix path
Denis Rouzaud
08:32 PM Revision 61cbda71 (qgis): use ninja and env var
Denis Rouzaud
08:24 PM Revision d584d5c1 (qgis): Fix build folder
Matthias Kuhn
07:54 PM Revision 6b67a720 (qgis): Use portable /usr/bin/env/{perl,python} instead of /usr/bin/{perl,python}
Loïc BARTOLETTI
07:46 PM Revision 132d7f2a (qgis): Fix postgres server imposed NOT NULL constraint
Matthias Kuhn
05:09 PM Revision a7ef0bbb (qgis): add travis branch
Denis Rouzaud
05:08 PM Revision ca5557b3 (qgis): explicit setup of ccache
Denis Rouzaud
04:48 PM Revision 10a92f67 (qgis): fix ctest command
Denis Rouzaud
04:25 PM Revision 5a64f586 (qgis): Merge pull request #4928 from nyalldawson/layout_next
Layout chapter IV: snapping and guides Nyall Dawson
04:02 PM Revision 14546ec9 (qgis): Fix unit test
Nyall Dawson
03:46 PM Revision 51dba290 (qgis): fix line ending
Denis Rouzaud
03:40 PM Revision fbba9f00 (qgis): try to add git to the image
Denis Rouzaud
03:36 PM Revision 96b795ea (qgis): missing ctest var
Denis Rouzaud
03:29 PM Revision 87a04d71 (qgis): missing env var
Denis Rouzaud
02:31 PM Revision 3fd2e092 (qgis): Fix ownership issue with layout guides
Nyall Dawson
01:43 PM Revision 94362fe2 (qgis): Add signal when page is about to be deleted
Nyall Dawson
11:34 AM Revision 5701b67e (qgis): Merge pull request #4893 from cmangeat/bug_16509
allow WFS GetFeature upon multiple layers, fixes #16509 Alessandro Pasotti
11:34 AM Revision ef672751 (qgis): [FEATURE] Add a dock widget showing snap guides for current page
Allows creation of snap lines at specific locations, and
adjusting position of existing guides to exact coordinates
Nyall Dawson
11:34 AM Revision 66875641 (qgis): Hook up snap to guides menu option
Nyall Dawson
11:34 AM Revision 9267f867 (qgis): Readd menu option to show/hide guides
Nyall Dawson
11:34 AM Revision 98ff7024 (qgis): [FEATURE] Add a button in guide manager to apply current page's guides
to all other pages
This allows resetting all other pages to use the guide configuration
for the current page. Since ...
Nyall Dawson
11:34 AM Revision c43a173e (qgis): Add a clear all guides button to guide manager
Nyall Dawson
11:34 AM Revision 33aa3525 (qgis): Show different cursor and paint guide markers darker when hovering them...
Nyall Dawson
11:34 AM Revision 4565d8d6 (qgis): Add missing files
Nyall Dawson
11:34 AM Revision df3bcdda (qgis): Hook up clearing guides
Nyall Dawson
11:34 AM Revision da438230 (qgis): Allow deletion of guides by dragging outside of pages
Nyall Dawson
11:34 AM Revision e06b0af9 (qgis): Support dragging existing guides in rulers
Nyall Dawson
11:34 AM Revision c6c9c6fa (qgis): Show guide positions in rulers
Nyall Dawson
11:34 AM Revision ab726c47 (qgis): Add methods to determine visible pages in a view
Nyall Dawson
11:34 AM Revision 9458f1f9 (qgis): Support deletion of guides through manager
Nyall Dawson
11:34 AM Revision 419bdde5 (qgis): Fix incorrect dialog title
Nyall Dawson
11:34 AM Revision e718f92b (qgis): Better headers in guide view
Nyall Dawson
11:34 AM Revision 048a5b79 (qgis): Nicer table view for guide editing
Nyall Dawson
11:34 AM Revision 886a1208 (qgis): Dropping guides outside of pages doesn't create new guides
Nyall Dawson
11:34 AM Revision b0956c9b (qgis): [needs-docs] Partial WIP of dragging rulers to create guide lines
Unlike in 2.x, Layouts in 3.0 adopt the standard UX of dragging
out rulers to create guide lines (instead of clicking...
Nyall Dawson
11:34 AM Revision 89f0ecd3 (qgis): Add some other guide/ruler related actions to ruler right click menu
Nyall Dawson
11:34 AM Revision d3c2bf0f (qgis): Fix locked widgets when switching to custom page size
Nyall Dawson
11:34 AM Revision fa5eb4e5 (qgis): Refine QgsLayoutGuide API
Nyall Dawson
11:34 AM Revision db36440c (qgis): Start on classes for snapping guide items
Nyall Dawson
11:34 AM Revision 3aa231e5 (qgis): Show snapped cursor position in status bar
Nyall Dawson
11:34 AM Revision 3dbc1a0c (qgis): Refine z order for some new items
Nyall Dawson
11:34 AM Revision 0d0a3c2c (qgis): Code refactor - split grid appearance settings into their own class
Nyall Dawson
11:34 AM Revision 55c7cc18 (qgis): Start porting layout settings panel
Readd settings for grid tolerance/spacing/offset Nyall Dawson
11:34 AM Revision d0dfec72 (qgis): Add actions to switch grid display/snapping on/off
Nyall Dawson
11:34 AM Revision 798ec836 (qgis): Start on snapping marker
Nyall Dawson
11:34 AM Revision f57212ee (qgis): Hook up snapping for QgsLayoutViewTools
Tools can now indicate (via setFlags()) if they desire snapping
to be active for the tool. When a tool has the flag s...
Nyall Dawson
11:34 AM Revision 5be237fd (qgis): Add ability for QgsLayoutSnapper to snap to grid
Nyall Dawson
11:34 AM Revision 361dd312 (qgis): Start on layout snapper
Nyall Dawson
11:34 AM Revision b42c055e (qgis): Restore drawing of page grids
Nyall Dawson
11:34 AM Revision ec569839 (qgis): Support data defined paper sizes
Nyall Dawson
11:34 AM Revision 57c96683 (qgis): Partially hook up data defined page size
TODO:
- preset page sizes
- reflow after update
Nyall Dawson
11:34 AM Revision 2f493296 (qgis): Use +/- icons instead of text
Nyall Dawson
11:34 AM Revision 04e6529e (qgis): Fix crash when creating guide and no pages in layout
Nyall Dawson
11:34 AM Revision 6d934116 (qgis): Add layout properties menu entry
Nyall Dawson
11:34 AM Revision e4531161 (qgis): [needs-docs] Refine snapping logic for layouts
Previously grids would always take precedence when both a grid
and guide were within tolerance of a point.
Now, guid...
Nyall Dawson
11:34 AM Revision 6138b979 (qgis): Slightly improved guide appearance
Nyall Dawson
11:34 AM Revision f5126b0a (qgis): New class QgsLayoutGuideCollection for storing sets of layout snap guides
The class is a QAbstractListModel subclass, making it easy
for creation of different views showing the guides in a la...
Nyall Dawson
11:11 AM Revision f802c565 (qgis): Merge pull request #4996 from nyalldawson/spelling_and_stuff
Fix some spelling, add parameter names to tooltips in processing Nyall Dawson
10:27 AM Revision 78af413d (qgis): Remove python future compatibility layer
Mario Baranzini
10:27 AM Revision b32212d4 (qgis): Removed 2 calls to standard_library
Mario Baranzini
10:27 AM Revision f187c432 (qgis): Add cmp() function
Mario Baranzini
10:27 AM Revision 0409da3a (qgis): Fixed PEP8 missing blank line
Mario Baranzini
10:08 AM Revision 4ab4a1fc (qgis): Spell check 'mitre' -> 'miter' (i.e. use en-us variation)
Nyall Dawson
09:57 AM Revision f2753724 (qgis): fix indentaton test ? (scripts/prepare-commit.sh)
Christophe Mangeat
09:48 AM Revision 75a372c5 (qgis): Spell check seting->setting
Nyall Dawson
09:45 AM Revision 7cebe7a3 (qgis): Fix some grammar
Nyall Dawson
09:24 AM Revision 952b4942 (qgis): Show Python identifier for processing parameters in tooltip
over widgets
Hopefully helps Python processing users match the parameters
in the gui to the parameter names to use w...
Nyall Dawson
09:18 AM Revision 2712f669 (qgis): Merge pull request #4980 from boundlessgeo/Win_CutAndPaste_issue16870
From Clipboard Cut&Paste fix when attached special field values. Fixes #16870 Alessandro Pasotti
09:13 AM Revision b0cac0bd (qgis): Remove debugging code
Nyall Dawson

2017-08-06

11:57 PM Revision 518ffe3f (qgis): fix doxygen test on Travis
it seems that doxygen 1.18.13 is not behaving the same as 1.1811 (Travis one).
one might need to remove some spaces i...
Denis Rouzaud
11:39 PM Revision 79469082 (qgis): Merge pull request #4424 from nyalldawson/osx_tests
Add some mask images, adjust test results for OSX Nyall Dawson
11:38 PM Revision ecafb494 (qgis): Add some mask images, adjust test results for OSX
Nyall Dawson
11:33 PM Revision 80d53e4f (qgis): Merge pull request #4466 from arnaud-morvan/test_python_qgsfields_getitem
Add test for python QgsFields [] operator Nyall Dawson
11:27 PM Revision 54007ef5 (qgis): Delete context help dialogs that are replaced by online links.
Harrissou Santanna
11:07 PM Revision 37bc07a8 (qgis): Merge pull request #4991 from marioba/fix_processing_parameters
Protect processing parameters from segfault Nyall Dawson
11:07 PM Revision f6bc74c6 (qgis): Merge pull request #4952 from nyalldawson/otf_transform_upgrade
When upgrading 2.x projects to 3.0, default to enabling a valid project projection instead of defaulting to no CRS Nyall Dawson
10:52 PM Revision c5f6af75 (qgis): Merge pull request #4989 from nyalldawson/icon_size
Fix various icon size issues Nyall Dawson
10:35 PM Revision 5b9d7cf3 (qgis): Fix doxygen test whitelist
Nyall Dawson
10:10 PM Revision 80dd8f33 (qgis): use star in spelling.dat instead of \>
Jürgen Fischer
10:10 PM Revision f34848ae (qgis): ts scripts: pass languages from pull_ts.sh and push_ts.sh
Jürgen Fischer
09:53 PM Revision 88e00d67 (qgis): Revert "[FEATURE] QGIS - GeoNode Integration: Integrate with QGIS Brows...
This reverts commit 5f66f36ff6dd911ba3fca8ec9580e50812f404a0.
Some outstanding issues need to be addressed before th...
Nyall Dawson
09:44 PM Revision be46b46e (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:41 PM Revision b808c564 (qgis): When upgrading 2.x projects to 3.0, default to enabling a valid
project projection instead of defaulting to no CRS
Fixes #16965
Nyall Dawson
09:40 PM Revision 2d88a4d7 (qgis): Fix failing tests
Nyall Dawson
09:40 PM Revision 558b8d33 (qgis): Protect processing parameters from segfault
Mario Baranzini
09:30 PM Revision 6737c6e5 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:29 PM Revision b5c2253f (qgis): Merge pull request #4926 from nyalldawson/coverity_158026
Fix coverity identical code for different branches warning Nyall Dawson
09:24 PM Revision d6e2985c (qgis): Fix invalid icon sizes in processing model builder
While the toolbar buttons were shown in the correct size, the
actual icon image in the buttons was not correctly scal...
Nyall Dawson
09:24 PM Revision cad54f2c (qgis): Fix incorrect icon sizes in Python console
Console was not respecting application icon size setting Nyall Dawson
09:24 PM Revision 5f66f36f (qgis): [FEATURE] QGIS - GeoNode Integration: Integrate with QGIS Browser Panel...
* add Geonode connection menu to the toolbar
* add header files for geonode-qgis client
* add action to launch geon...
Muhammad Yarjuna Rohmat
09:21 PM Revision 139fe68a (qgis): Update broken links to documentation
Because links to doc are based on plain hyperlinks, changes in doc
structure affect these relations. This PR fixes th...
Harrissou Santanna
09:19 PM Revision bd305dd5 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:14 PM Revision 434bda72 (qgis): Merge pull request #4982 from nyalldawson/drop_file_drop_file_drop_file...
Remove QgsFileDropEdit widget and integrate functionality into QgsFileWidget Nyall Dawson
09:08 PM Revision 410e9672 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:01 PM Revision aa0cdc34 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
08:55 PM Revision 395aaa1e (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
08:35 PM Revision 23c7b29d (qgis): Updated instructions on building QGIS master under MSVC 2015
Idan Miara
07:48 PM Revision 717aa4a7 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
07:47 PM Revision 5a2c5c5e (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
07:11 PM Revision 89784691 (qgis): [FEATURE] array_slice expression function
Andreas Neumann
07:11 PM Revision 42d7e0b8 (qgis): renamed parameter names of array_slice, ran prepare-commit.sh
Andreas Neumann
06:10 PM Revision 5bd2e88a (qgis): cancelled => canceled etc. //#spellok
Jürgen Fischer
05:37 PM Revision c3b62ad4 (qgis): Customise->Customize
Nyall Dawson
05:34 PM Revision 487a7a00 (qgis): fix 'allows to/allows one to' spell errors and enhance to our spellchec...
Jürgen Fischer
05:30 PM Revision d082af07 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
05:25 PM Revision 771bcebc (qgis): Merge pull request #4986 from nyalldawson/console_imports
Import gui, analysis, processing and Qt classes on console startup Nyall Dawson
04:29 PM Revision 177a017a (qgis): prepare-commit.sh: when run as pre-commit hook use /dev/tty. And don't
generally complain about trailing whitespaces as we have cases where
that's fine (and hence are excluded from astyle).
Jürgen Fischer
04:29 PM Revision 5f87bd86 (qgis): msvc: suppress some warnings
Jürgen Fischer
03:52 PM Revision 05a039b1 (qgis): [needs-docs] Remove python console "import class" action
Since these classes are always imported by default, there's no
need for a toolbar action to manually import them
Nyall Dawson
03:52 PM Revision 4e9dda23 (qgis): Merge pull request #4983 from raymondnijssen/master
new contributor Raymond Nijssen Andreas Neumann
03:48 PM Revision 069fadfc (qgis): Import all qgis.gui, analysis, processing, and Qt classes by default
in Python console
Because it's a PITA to remember to manually import these all the time
Nyall Dawson
03:47 PM Revision c9e754cf (qgis): Merge pull request #4985 from raymondnijssen/patch-1
Update CONTRIBUTORS Andreas Neumann
03:46 PM Revision 9ba2d7b5 (qgis): Update CONTRIBUTORS
added contributor Raymond to CONTRIBUTORS too Raymond Nijssen
03:42 PM Revision 78e1026c (qgis): Add myself as a contributor
Andreas Neumann
03:28 PM Revision 6823d1f5 (qgis): new contributor
Raymond Nijssen
03:26 PM Revision 10968aeb (qgis): Improve appearance of QgsFileWidget
Fix vertical alignment of widgets so that they are always
in line
Nyall Dawson
03:26 PM Revision b1a6c790 (qgis): Remove QgsFileDropEdit widget and integrate functionality into QgsFileW...
It makes no sense to have two classes covering this use case, with
partial functionality in each. Smash the two toget...
Nyall Dawson
02:31 PM Revision 6f7ef8ac (qgis): [FEATURE] Colourblind preview modes now work on OSX (#4971)
* [FEATURE] Colourblind preview modes now work on OSX
* Enable colour picker widgets on Mac OS and colour preview mo...
Tim Sutton
02:23 PM Revision a2c18104 (qgis): From Clipboard Cut&Paste fix when attached special field values. Fiexie...
Luigi Pirelli
02:22 PM Revision 5694db9f (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
02:18 PM Revision 06f98426 (qgis): rename symbology-ng to symbology
Denis Rouzaud
01:53 PM Revision 869904c0 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
01:30 PM Revision 3dc08b30 (qgis): Fix option label
Harrissou Santanna
12:49 PM Revision 30261400 (qgis): fix windows build (followup acead27197; that went through travis ;))
Jürgen Fischer
11:23 AM Revision 1501b707 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
11:01 AM Revision 789a8383 (qgis): Fixed the FALLTHROUGH macro.
Martí ANgelats i Ribera
10:51 AM Revision a55b6f42 (qgis): Fix QgsFileWidget remember the folder functionality
Alessandro Pasotti
10:48 AM Revision e397c69c (qgis): Merge pull request #4975 from boundlessgeo/openvectorlayer-removal
Removed QgsOpenVectorLayer that is now the source select widget for '… Alessandro Pasotti
09:55 AM Revision 06f4c396 (qgis): Removed QgsOpenVectorLayer that is now the source select widget for 'og...
Alessandro Pasotti
09:54 AM Revision a58b1a38 (qgis): increase timeouts for code layouts
Denis Rouzaud
09:54 AM Revision 0ebc1315 (qgis): reenable spelling and sipify tests
Denis Rouzaud
09:25 AM Revision 2ea45684 (qgis): reenable spelling and sipify tests
Denis Rouzaud
09:25 AM Revision d4099558 (qgis): increase timeouts for code layouts
Denis Rouzaud
09:16 AM Revision 2712ebf2 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:16 AM Revision 3d425fef (qgis): Merge pull request #4973 from nyalldawson/std_reverse
Use std::reverse instead of custom array reverse Nyall Dawson
09:02 AM Revision a612a687 (qgis): Sipify docstring for signal
Alessandro Pasotti
08:48 AM Revision 0e2458e9 (qgis): Merge pull request #4969 from boundlessgeo/unified-layer-dialog-raster-...
Unified layer dialog raster mods Alessandro Pasotti
08:41 AM Revision 7f1fa540 (qgis): Use std::reverse instead of custom array reverse
Nyall Dawson
08:34 AM Revision 7f5b4dbc (qgis): Followup 6ed389c8, fix push direct to master ;)
Nyall Dawson

2017-08-05

12:30 AM Revision c00fbde4 (qgis): [needs-docs] Move diagram z-index option to a renamed Rendering tab
Trying to standardize dialog with the Labels tab:
* Rename the Appearance tab to Rendering
* Move the Diagram z-ind...
Harrissou Santanna
12:30 AM Revision d7727f53 (qgis): Improve Diagram dialog
Make combobox, spinbox and textbox expand
Use group boxes in Rendering and Placement tabs
Harrissou Santanna
11:45 PM Revision 0d092f92 (qgis): Python console (#4550)
* Use tabbed view for python console settings. Allow fonts larger that 15pt in console and python editor.
* Make the...
Tim Sutton
11:09 PM Revision 736d7329 (qgis): Merge pull request #4970 from andreasneumann/array_reverse
[FEATURE] expression function array_reverse Andreas Neumann
11:01 PM Revision 0395225c (qgis): INSTALL updates: MSVC builds, debian builds
Jürgen Fischer
11:01 PM Revision 6ed389c8 (qgis): fix translation string again and improve translation scripts (followup ...
Jürgen Fischer
11:01 PM Revision 4497c035 (qgis): package.cmd: don't exit parent when displaying usage
Jürgen Fischer
10:45 PM Revision 303f9b7c (qgis): [FEATURE] expression function array_reverse
Andreas Neumann
10:07 PM Revision 3a715dbb (qgis): Renamed vars
Alessandro Pasotti
09:53 PM Revision 31e3438f (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:46 PM Revision e73d9865 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:13 PM Revision a827368d (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:05 PM Revision a5ddab6c (qgis): Merge pull request #4950 from nyalldawson/algs
Port some more algs to new API Nyall Dawson
09:05 PM Revision ca1abdc7 (qgis): Merge pull request #4964 from arnaud-morvan/processing_delete_dialogs
[processing] Correctly delete processing dialogs Nyall Dawson
08:32 PM Revision 3a4bd6e2 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
08:27 PM Revision ac9ddaa1 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
08:25 PM Revision d5660aad (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
08:15 PM Revision 769f0b38 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
06:18 PM Revision ceec4dc2 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
06:14 PM Revision 4709c1e8 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
05:01 PM Revision 2e2edd64 (qgis): Fix qt qhash seed for QT >= 5.6.0
Mario Baranzini
04:38 PM Revision acead271 (qgis): Add raster widget to data source manager dialog
Also:
- created source select widget for GDAL provider
- created source select widget for OGR provider
- added addVec...
Alessandro Pasotti
03:19 PM Revision 470afbeb (qgis): Use correct file filters for processing vector/raster input selectors
Nyall Dawson
02:12 PM Revision 19fd3e89 (qgis): Merge pull request #4963 from Gustry/category
add category in QgsLayerMetadata using keywords Nyall Dawson
02:10 PM Revision d4ad063f (qgis): Allow specifying a 'primary key' field when comparing layers for
processing tests
Some algorithms will return results in different orders, e.g.
due to the use of dicts or other meth...
Nyall Dawson
11:54 AM Revision 8463ddba (qgis): Source select signals: remove duplicate code and rely to the base class
Alessandro Pasotti
11:27 AM Revision 29b88530 (qgis): [postgis] Cache unknown CRS information
CRS information is queried when setting up a new feature source. This
happens on the main thread (read: blocking). Wi...
Matthias Kuhn
11:27 AM Revision 0854e795 (qgis): Protect postgis crs cache with mutex
Matthias Kuhn
11:27 AM Revision 8e200767 (qgis): Stay more responsive while scheduling preview jobs
Because starting 8 jobs on the main thread in a loop can lead to reduced
responsiveness.
The new approach is to star...
Matthias Kuhn
11:23 AM Revision a3bd321b (qgis): Remove invisible layers from legend
Do not show invisible layers in composer legend.
Useful for raster layers as QgsMapHitTest only take care of vector l...
Arnaud Morvan
09:51 AM Revision 591de92b (qgis): Port gridify to new API
Nyall Dawson
09:51 AM Revision a64d199e (qgis): [processing] If an error occurs while running an algorith, always
keep the algorithm dialog open after execution
Otherwise it's hard to see the error - you have to know to check
the ...
Nyall Dawson
09:51 AM Revision 16629b40 (qgis): Register QgsFeatureIds metatype
Fixes warnings when using signals which use this type, like
QgsVectorLayer::selectionChanged
Nyall Dawson
09:51 AM Revision 54be7204 (qgis): Port grid lines to new API
Nyall Dawson
09:51 AM Revision 0930e18b (qgis): Add tests for gridify
Nyall Dawson
09:51 AM Revision fc1746e7 (qgis): Port Hub Distance (points) to new API
Improvements:
- handle different CRS between points and hubs
- add unit test
Nyall Dawson
09:51 AM Revision b4b39996 (qgis): Port hub lines algorithm to new API
Improvements:
- transparent reprojection to match hub/spoke CRS
- keep all attributes from matched hub/spoke features...
Nyall Dawson
09:51 AM Revision ec4df6c0 (qgis): Port points to path to new API
Improvements:
- Maintain Z/M values
- Keep original data type for group/order fields
- Group field is optional
- Adde...
Nyall Dawson
09:51 AM Revision 7132faa9 (qgis): Port Topocolor algorithm to new API
Nyall Dawson
09:51 AM Revision 03bae593 (qgis): Port Eliminate Selection to new API
Nyall Dawson
09:51 AM Revision 5d635d19 (qgis): Allow list of acceptable raster hashes for processing algorithm tests
Differences in gdal libraries mean the hash value may differ between
platforms. Allow multiple acceptable hashes to b...
Nyall Dawson
09:51 AM Revision e0354456 (qgis): Port Hub Distance (lines) to new API
Improvements:
- handle different CRS between points and hubs
- add unit test
Nyall Dawson
09:51 AM Revision 9968962a (qgis): Allow specifying multiple possible vector layer results for processing
tests
Some algorithms are non-deterministic and the results may vary from
run to run. In this case we allow specifyi...
Nyall Dawson
09:51 AM Revision c2559d82 (qgis): Add second reference layer for topocolor algorithm
Nyall Dawson
09:51 AM Revision a1f487d6 (qgis): Add alternate reference layer for points to path algorithm
Nyall Dawson
09:51 AM Revision 572dadab (qgis): Remember window geometry in multi input dialogs
Nyall Dawson
09:51 AM Revision adda7445 (qgis): Port Join Attributes alg to new API
Improvements:
- don't fetch unused geometry for joined table
Nyall Dawson
09:51 AM Revision b93be39c (qgis): Port Stats by Category to new API
Improvements:
- keep original field type and name for category field
- add unit test
Nyall Dawson
09:51 AM Revision 6aa672d9 (qgis): Fix typo in gridify alg
Nyall Dawson
09:51 AM Revision 7ab82444 (qgis): Port random selection algorithms to new API
And heavily optimise random selection within subsets alg Nyall Dawson
09:51 AM Revision e8d667ca (qgis): Allow testing of layer equality without throwing asserts
Sometimes in tests it's required to check for layer equality without
aborting in case of mismatches
Nyall Dawson
09:31 AM Revision 40ccd3bc (qgis): [processing] Correctly delete processing dialogs
del only delete the python variable, not the dialog which is owned by the main window. Arnaud Morvan
09:12 AM Revision 5100d85c (qgis): add category in QgsLayerMetadata using keywords
Etienne Trimaille
08:59 AM Revision b0c29dab (qgis): update oracle selection dialog (followup dc6017dc1)
Jürgen Fischer

2017-08-04

11:03 PM Revision 04059ebc (qgis): Merge pull request #4962 from boundlessgeo/unified-layer-dialog-mods
Unified layer dialog mods Alessandro Pasotti
11:03 PM Revision 5e2b17af (qgis): Update .agignore
Denis Rouzaud
10:53 PM Revision bf7abdea (qgis): Followup 69a25d
Nyall Dawson
10:50 PM Revision 79a095cb (qgis): Revert "translation string fix"
Causes 'AlgorithmDialog' object has no attribute 'trUtf8' error when
trying to launch processing algorithms
Nyall Dawson
10:48 PM Revision 69a25d0f (qgis): Add initial test suite for processing algorithm dialog
Nyall Dawson
10:39 PM Revision ac8ca05a (qgis): Update script.sh
Denis Rouzaud
10:36 PM Revision 65ce57c0 (qgis): Update before_install.sh
Denis Rouzaud
10:16 PM Revision 70f02f00 (qgis): try to remove Orfeo toolbox
Denis Rouzaud
10:06 PM Revision fef3bc09 (qgis): Renamed button slots and make ogr dialog inherit from the abstract base
Alessandro Pasotti
09:32 PM Revision 34ef954e (qgis): Merge pull request #4956 from jgrocha/profilemenu
Fix #16970 (related to PR#4184) Alessandro Pasotti
08:55 PM Revision 21653c0d (qgis): packaging update: include libzip
Jürgen Fischer
08:30 PM Revision c3ae3bfc (qgis): Added new help files to the expression function groups of Arrays and Maps
Andreas Neumann
06:11 PM Revision cfaa8f0c (qgis): translation string fix
Jürgen Fischer
05:53 PM Revision aaac8bd4 (qgis): Merge pull request #4957 from andreasneumann/master
Correct help of expression array_remove_all Andreas Neumann
05:43 PM Revision dc6017dc (qgis): Move the buttons and connections into the base class
This was a small refactoring to homogenize the
dialogs buttons and add an Ok/Add button bar.
Alessandro Pasotti
04:25 PM Revision c2138ca4 (qgis): Correct help of expression array_remove_all
Andreas Neumann
02:17 PM Revision f9644288 (qgis): Merge pull request #4954 from alexbruy/processing-band
[FEATURE][needs-docs][processing] add parameter representing raster band Alexander Bruy
02:10 PM Revision 511521ff (qgis): Fix #16970 (related to PR#4184)
Jorge Rocha
01:46 PM Revision b20f4c67 (qgis): Merge pull request #4845 from pblottiere/zip
[FEATURE] New zip format Matthias Kuhn
12:21 PM Revision 9fe326de (qgis): [processing] more consistent naming for class members, setters and
getters Alexander Bruy
11:12 AM Revision aad566eb (qgis): [processing] tests for new band parameter
Alexander Bruy
10:36 AM Revision 7c706d23 (qgis): [processing] adapt algorithms to use new band parameter
Alexander Bruy
10:27 AM Revision 49bfe698 (qgis): [processing] add parameter representing raster band
Alexander Bruy

2017-08-03

03:29 PM Revision 17ced6d6 (qgis): use unitest assert and os.path.join as adviced
Christophe Mangeat
01:59 PM Revision 3c58599b (qgis): Remove what's this button
Matthias Kuhn
09:54 AM Revision 97527466 (qgis): Fix tiny marker and ellipse symbol preview icons on HIDPI screens
Nyall Dawson

2017-08-02

12:14 AM Revision 7e016023 (qgis): - Fix crash for QgsMapToolCircle3Tangents when segment is not activated
or segments are parallels.
- Add preconditions for methods of QgsTriangle when is empty or invalid.
Tests and docs ar...
Loïc BARTOLETTI
 

Also available in: Atom