Activity
From 2017-08-05 to 2017-09-03
2017-09-03
- 11:51 PM Revision 471573d2 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS
- 11:29 PM Revision 1c3e3581 (qgis): New polish translators of QGIS desktop
- 10:09 PM Revision 68909a12 (qgis): [needs-docs] Update tooltips for adding features/records
- 09:38 PM Revision e8685996 (qgis): Remove all specialized methods for adding the source selects
- We now have a unified interface for all dialogs.
- 09:34 PM Revision fa71bc3e (qgis): Removed specialized signal that is now in the base class
- 09:30 PM Revision 7cd7f168 (qgis): Added last missing signal replaceVectorLayer
- This is only used by virtual layers, but it
might be handy for others too and now I can
start to remove all specializ... - 08:35 AM Revision 26830949 (qgis): Add a QgsLocatorModel subclass which automatically sets up
- required connections to a QgsLocator
Use this QgsLocatorModel subclass when you want the connections
between a QgsLo... - 08:15 AM Revision a8e1d335 (qgis): Move locator non-gui classes to core
- Allows reuse in projects which don't build QGIS gui, e.g.
QField - 06:50 AM Revision 7a2f148a (qgis): [ogr] Don't try to calculate CRS for geometryless layers
- Slight speedup when loading attribute table containing
joins to a geometryless OGR table
2017-09-02
- 01:44 AM Revision e681547c (qgis): remove unnecessary test
- 01:15 AM Revision aa4213f7 (qgis): remove unwanted files
- 12:43 AM Revision a82dd5bb (qgis): Merge remote-tracking branch 'origin/add-default-layers' into add-defau...
- 12:43 AM Revision dc50a3e6 (qgis): settings.globalChildGroups() test moved to test_qgssettings.py
- 12:24 AM Revision 390a34f5 (qgis): settings.globalChildGroups() test moved to test_qgssettings.py
- 11:37 PM Revision e30f7044 (qgis): [FEATURE][Processing] Minimal enclosing circle
- 11:17 AM Revision f51244c9 (qgis): Add Help button and connect it to user manual
- 08:13 AM Revision 8e12757c (qgis): Merge pull request #5102 from nyalldawson/socket_error
- Fix QSocketNotifier error on startup
- 08:12 AM Revision bbd0beb5 (qgis): Fix bad doc string
- [ci skip]
- 06:12 AM Revision 56040c41 (qgis): Merge pull request #5109 from nyalldawson/fix_17086
- [composer] Fix node based items (line/polygon) ignore exclude from export setting
- 05:59 AM Revision 64489be4 (qgis): Fix QSocketNotifier error on startup
- And avoid unnecessary creation of unused QFileSystemWatchers
- 05:20 AM Revision 14ce8b5b (qgis): [composer] Fix node based items (line/polygon) ignore exclude
- from export setting
Fixes #17086
(forward port from 89c38ed) - 05:19 AM Revision c550e82d (qgis): Merge pull request #5108 from nyalldawson/fix_17086
- [composer] Fix node based items (line/polygon) ignore exclude from export setting
- 05:18 AM Revision 474f39a7 (qgis): Merge pull request #5107 from nyalldawson/scalebar_height
- [composer] Allow finer setting of scalebar height and widths
- 04:47 AM Revision 89c38ed2 (qgis): [composer] Fix node based items (line/polygon) ignore exclude
- from export setting
Fixes #17086 - 04:39 AM Revision f64f8e2b (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
(cherry-picked from... - 04:26 AM Revision 46264414 (qgis): Merge pull request #5104 from nyalldawson/composer_tweaks
- Composer tweaks
2017-09-01
- 06:20 PM Revision d4868b3f (qgis): Update sip file
- 05:47 PM Revision 4c46f646 (qgis): Add QgsSourceSelectProviderRegistry with tests
- 02:30 PM Revision cd1c9b1e (qgis): Add class QgsSourceSelectProvider and tests
- This is the first step for QEP 101
- 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! - 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 - 10:34 AM Revision 7af72f78 (qgis): Improve test: assert → assertTrue
- 10:20 AM Revision ce01bc0b (qgis): Include settings.globalChildGroups in test
- Fix container iteration
- 08:37 AM Revision d9152429 (qgis): Merge pull request #5101 from boundlessgeo/fix_pseudocolor_ramp_widget
- Fix broken qgscolorramp button
2017-08-31
- 01:00 AM Revision 247d2657 (qgis): Fix invalid regular expression warnings
- 12:59 AM Revision 1037d475 (qgis): Fix QFileSystemWatcher debug warning on startup
- 12:57 AM Revision 15a48df6 (qgis): Pass QString by const ref
- 12:56 AM Revision 7ba1b173 (qgis): Add missing SIP_FACTORY
- 12:48 AM Revision 42b3e0bb (qgis): Fix another small leak
- 12:40 AM Revision e84543d0 (qgis): Fix memory leak
- 12:14 AM Revision 75c65c59 (qgis): Fix uninitialized/not copied member variable
- 12:12 AM Revision 0be4c673 (qgis): Avoid Coverity unchecked return value warnings
- 12:00 AM Revision e68835f1 (qgis): Fix some possible leaks in tests
- 11:57 PM Revision 6bddc382 (qgis): Fix possible divide by 0 (Thanks to Coverity)
- 11:56 PM Revision ed5e4b69 (qgis): Switch some dynamic_casts to qobject_casts
- 11:54 PM Revision e7ddfff0 (qgis): Fix some Coverity null pointer dereference warnings
- 11:50 PM Revision 9a07cd51 (qgis): Add guard against nullptr dereference (Coverity warning)
- 11:44 PM Revision 133d58fa (qgis): Merge pull request #5089 from nyalldawson/hausdorff
- Expose GEOS Hausdorff distance calculations to QgsGeometry, add expression function
- 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 ... - 03:14 PM Revision 4810c73e (qgis): Keep XYZ connections synchronized in browser(s) and data source manager...
- 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
- 04:30 AM Revision aec8cd33 (qgis): Merge pull request #5097 from nyalldawson/fix_16924
- Fix missing entries from composer map combo boxes (fixes #16924)
- 03:27 AM Revision 02c095b6 (qgis): Fix missing entries from composer map combo boxes (fixes #16924)
- Followup cb33c0d40
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
- 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... - 12:02 AM Revision d8607222 (qgis): Expose GEOS Hausdorff distance calculations to QgsGeometry
- 12:02 AM Revision 0a9e9944 (qgis): [FEATURE] Expression function for hausdorff distance
- Allows calculation of the Hausdorff distance between two
geometries - 12:02 AM Revision a73c0998 (qgis): Fix evaluation of expression functions which use optional arguments
- with null default values
- 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... - 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 ... - 12:53 PM Revision 3b997c2f (qgis): Merge pull request #5092 from nyalldawson/algs
- Port some GDAL algs to new API
- 10:13 AM Revision d4631780 (qgis): Port gdal translate alg to new api
- 09:53 AM Revision a29e3780 (qgis): Port rgb2pct to new API
- 09:44 AM Revision d0fea64b (qgis): Port GDAL info alg to new API
- 08:06 AM Revision 4514c699 (qgis): [processing] fix TauDEM descriptions parsing
- 07:25 AM Revision bb5a499c (qgis): Fix generation of processing tests on Windows
- 06:42 AM Revision 8dde180f (qgis): Rename parameter for consistency with other algs
- 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
- 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...
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) - 12:18 AM Revision b978c4d4 (qgis): Merge pull request #5088 from telwertowski/master
- Add headers needed by macOS for recently added std:: prefixes
- 12:05 AM Revision 2a4a2d87 (qgis): Merge pull request #5087 from nyalldawson/algs
- Port remaining plotly based algs to new API
- 11:28 PM Revision 184899ec (qgis): Port remaining plotly based algs to new API
- 11:27 PM Revision c12fc9c6 (qgis): Add headers needed by macOS for recently added std:: prefixes
- 08:59 PM Revision 9464ab75 (qgis): fix translation string
- 08:54 PM Revision fd0f6f25 (qgis): GRASS uppercase in project description
- 08:28 PM Revision dbd86d0d (qgis): highlight disappearing fix - second attempt, 4659691 and 51170aec follo...
- 07:38 PM Revision c16ce92b (qgis): Merge pull request #5078 from nyalldawson/rename
- Some more analysis lib cleanups
- 07:18 PM Revision e5b11d42 (qgis): Merge pull request #5085 from boundlessgeo/wfs_mutex_offline
- Offline editing: workaround for bug 17087 deadlock
- 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... - 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... - 01:46 PM Revision 94987918 (qgis): Rename .cc files to .cpp for consistency
- 01:46 PM Revision 90d14224 (qgis): More .cc -> .cpp renames
- 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... - 01:46 PM Revision 7cd58801 (qgis): Remove some unused QProgressDialog imports from analysis lib
- 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,... - 01:46 PM Revision eb7ad7ae (qgis): Swap final uses of QProgressDialog in analysis lib to QgsFeedback
- 01:46 PM Revision d5e63bc8 (qgis): Add missing headers to analysis CMakeLists
- 01:46 PM Revision e6203847 (qgis): Update sip include
- 01:30 PM Revision f99a7a96 (qgis): Merge pull request #5083 from nyalldawson/clazy
- Clazy optimisations
- 12:09 PM Revision e4c1e1b9 (qgis): Ignore Q_ENUM in doxygen test
- 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... - 12:00 PM Revision d2fe6582 (qgis): Update sip
- 10:14 AM Revision 0815a6e7 (qgis): Some more Clazy cleanups
- 10:04 AM Revision 2ebb5c00 (qgis): Use faster QVariant::toString method
- Thanks to Clazy
- 10:04 AM Revision cca964a9 (qgis): Include qglobal.h before relying on Qt macro definitions
- Thanks to Clazy
- 10:04 AM Revision 7e9428f6 (qgis): Use .at(0) instead of .left(1), as it avoids string allocation
- Thanks to Clazy
- 10:04 AM Revision 2b14c462 (qgis): Avoid detach of temporary
- 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 - 10:04 AM Revision 3abd0fa5 (qgis): Fix missing (or incorrect use of) emit
- Thanks to Clazy
- 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... - 10:04 AM Revision 8312dfe5 (qgis): Use faster static QFileInfo::exists instead of constructing QFileInfo
- Thanks to Clazy
- 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) - 10:04 AM Revision a4357e37 (qgis): Remove some unused variables
- Thanks to Clazy
- 10:04 AM Revision 5197b5fd (qgis): Fix detaching of temporary container
- Thanks to Clazy
- 10:04 AM Revision 82a772fd (qgis): Use faster QString.arg multistring overload
- Thanks to Clazy
- 10:03 AM Revision 972a1fe4 (qgis): Fix mixed uses of const/non-const iterator methods
- Thanks for Clazy
- 10:03 AM Revision 78b834c5 (qgis): Fix missing Q_OBJECT macros
- Thanks to Clazy
- 10:03 AM Revision 137dc76d (qgis): Remove trivial assignment operator
- Violates rule of 2. Thanks to Coverity!
- 10:03 AM Revision 1fddfcf6 (qgis): Flip Q_ENUMS to Q_ENUM
- See https://woboq.com/blog/q_enum.html for rationale
- 09:47 AM Revision 51170aec (qgis): Revert "highlight fix" due to regression (fixes #16824)
- This reverts commit 46596914e11dae13cd4d986941246c12f30aa0d9.
- 08:48 AM Revision daa60d1a (qgis): Merge pull request #5057 from boundlessgeo/gpkg-raster-import2
- Geopackage: handle raster drop in browser
- 07:41 AM Revision c3a737bd (qgis): Merge pull request #5082 from nyalldawson/cmp0005
- Remove use of old CMP0005 CMake policy
- 07:29 AM Revision 18706d95 (qgis): Only pass progress to runalg if it's SilentProgress
- Otherwise allow each algorithm to have its own progress
- 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... - 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... - 06:05 AM Revision 0cb52f6d (qgis): Fix UI build warning
- 05:37 AM Revision 9b2e60ee (qgis): Remove use of old CMP0005 CMake policy
- Since it's deprecated on newer CMake versions
- 05:08 AM Revision 9171da6d (qgis): Merge pull request #5081 from nyalldawson/fix_c4566
- Fix C4566 warning on Windows build
- 04:39 AM Revision 21a3b8a4 (qgis): Use QGSCOMPARENEAR instead of QVERIFY( qgsDoubleNear(... ) )
- QGSCOMPARENEAR gives better debugging output when the
test fails - 04:11 AM Revision 2af10cb2 (qgis): Fix C4566 warning on Windows build
- 03:59 AM Revision 99ef3ff8 (qgis): Merge pull request #5075 from nyalldawson/no_math_defines
- Remove redundant math constant defines
- 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...
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 ... - 04:32 PM Revision 30b46f76 (qgis): Merge pull request #4913 from pblottiere/joineditable2
- [FEATURE] Joined layers are editable
- 03:09 PM Revision e008f588 (qgis): Request without attributes
- 03:09 PM Revision 19ce33f0 (qgis): Add a safety guard
- 03:09 PM Revision 1fb88a77 (qgis): QgsVectorLayerJoinBuffer inherits from QgsFeatureSink
- 03:09 PM Revision f27764d2 (qgis): Replace if by switch
- 03:09 PM Revision cbeb8b27 (qgis): Improve performance
- 03:09 PM Revision 5c5006c7 (qgis): Add icons for joins status in attribute form
- 03:09 PM Revision b6e42c7d (qgis): Move join intelligence in QgsVectorlayerJoinBuffer
- 03:09 PM Revision 3a0ab238 (qgis): Add some tooltips
- 03:09 PM Revision 500348ee (qgis): Add some const
- 03:09 PM Revision 64aa4051 (qgis): Update tests
- 03:09 PM Revision 927dea3c (qgis): Add tests
- 03:09 PM Revision 11c62ca2 (qgis): A joined feature is added only when one of its field is not null
- 03:09 PM Revision 94d7e75a (qgis): Fix spell check
- 03:09 PM Revision 3ba138bf (qgis): Joined features are created on changeAttributeValue when upsertOnEdit i...
- 03:09 PM Revision 9df519f1 (qgis): Update vector layer properties ui list for join
- 03:09 PM Revision 97ad226f (qgis): Rename isUpsertOnEdit in hasUpsertOnEdit
- 03:09 PM Revision cad038b1 (qgis): Initialize joined feature properly
- 03:09 PM Revision e0c708c8 (qgis): Initialize attributes
- 03:09 PM Revision 4be1cc00 (qgis): Add tests for deleteCascade option
- 03:09 PM Revision f92c23fd (qgis): Small cleanup
- 03:09 PM Revision d4789db1 (qgis): Fix tests
- 03:09 PM Revision 293f0f41 (qgis): Implements deleteCascade option
- 03:09 PM Revision 8b70d7fa (qgis): Rename setDeleteCascade/isDeleteCascade in setCascadedDelete/hasCascade...
- 03:09 PM Revision b8a90ca4 (qgis): Add tests
- 03:09 PM Revision cf5ab4b0 (qgis): Add tests for upsertOnEdit option
- 03:09 PM Revision c347055d (qgis): Update sip binding
- 03:09 PM Revision 1c402ef4 (qgis): Implements upsertOnEdit option
- 03:09 PM Revision db11248b (qgis): Fix column name in join configuration
- 03:09 PM Revision e92f59ca (qgis): Update sip binding
- 03:09 PM Revision 1897bec2 (qgis): [needs-doc] Add editable/upsert on edit/delete cascade options
- 03:09 PM Revision 477775a5 (qgis): [FEATURE] Joined fields are editable if the option is activated
- 10:45 AM Revision 55a01dcb (qgis): Simplify linearizeArc code dropping useless conditionals
- 09:25 AM Revision 487adb45 (qgis): Removed some GDAL version ifdefs
- Now that 2.1 is required
- 05:01 AM Revision 14388479 (qgis): Merge pull request #5070 from nirvn/open_raster_imp
- Open raster layer UI improvements
- 05:00 AM Revision 095bcae0 (qgis): use a QgsFileWidget in open vector layer UI
- 04:42 AM Revision 0dfdb6f3 (qgis): fix open raster not focusing on raster data source manager tab
- 04:42 AM Revision 35765326 (qgis): harmonize open raster and open vector UIs
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
- 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.
2017-08-26
- 06:03 AM Revision 5e945461 (qgis): Merge pull request #5074 from nyalldawson/cleanup
- Remove some redundant and unused MathUtils methods
2017-08-25
- 11:06 PM Revision 320c305d (qgis): Fix build and multi-arc duplicated points
- 11:06 PM Revision 48c95399 (qgis): Refactor curveToLine to emit equidistant segments and fix some issues
- Fixes #16717
Fixes #16722
Include tests - 11:06 PM Revision c51db212 (qgis): Do not expect forced control point in output
- 11:06 PM Revision 650cf6a3 (qgis): Remove line segmentation test checking for control point containement
- There are more tests in dedicated file (testqgscurve.cpp)
- 11:06 PM Revision 5186c385 (qgis): Expect centroid obtained by not forcing inclusion of control point
- 11:06 PM Revision 8c8426fc (qgis): Do not force inclusion of control point
- This reverts commit dae9d025293c217628def8eb8d196238d2218ddc.
- 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... - 11:06 PM Revision cf5a439f (qgis): Update expected results now that we're forcing control point in output
- 11:06 PM Revision d3558a19 (qgis): Remove test off-variable
- 08:19 PM Revision 43200ea8 (qgis): Remove some redundant and unused MathUtils methods
- 08:17 PM Revision 725301ad (qgis): Make more use of math constants
- 08:06 PM Revision 7f447374 (qgis): Remove redundant math constant defines
- Since we use _USE_MATH_DEFINES for windows builds, these are
not required - 07:58 PM Revision 07a570fd (qgis): Merge pull request #5069 from nyalldawson/std
- Swap use of some q* macros to std calls
- 12:43 PM Revision c64bc974 (qgis): [processing] one more z factor minimum value adjustment
- 12:30 PM Revision fea9e924 (qgis): enable custom help in python expressions
- 12:19 PM Revision 74306c7d (qgis): [analysis] fix derivative filter z factor handling (#5073)
- 12:15 PM Revision 922ded8d (qgis): [processing] fix z factor minimum value in various raster algorithms
- 12:15 PM Revision 05071434 (qgis): [analysis] fix derivative filter z factor handling
- 08:37 AM Revision 2d192791 (qgis): qMin/qMax -> std::min/max
- 08:21 AM Revision 641d78bb (qgis): Add new raster hash for hillshade test (verified ok)
- 07:58 AM Revision d573c43e (qgis): Better test debugging
- 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
2017-08-24
- 10:29 PM Revision 578045d1 (qgis): Update sip bindings
- 10:28 PM Revision 0fbca6fe (qgis): Fix build
- 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
- 09:09 PM Revision eaf861c2 (qgis): Replace some more c headers with c++ headers
- 08:46 PM Revision 76a22726 (qgis): Always use " for qgs header imports
- 08:15 PM Revision 34003259 (qgis): Replace use of math.h with cmath
- 08:13 PM Revision c19418c4 (qgis): Add more missing std:: prefixes
- 07:42 PM Revision 891d612e (qgis): Remove unused qmath.h includes
- 07:33 PM Revision d3854e9e (qgis): Remove use of some other q* functions which are implemented in std
- 07:24 PM Revision ad89193b (qgis): qFuzzyIsNull -> qgsDoubleNear
- 07:22 PM Revision b5ca4b4e (qgis): (q)sqrt -> std::sqrt
- 07:18 PM Revision fec03ca4 (qgis): (q)sin -> std::sin
- 07:12 PM Revision 8c64d80a (qgis): (q)floor -> std::floor
- 07:05 PM Revision 2e5d1abb (qgis): (q)cos -> std::cos
- 07:01 PM Revision 7c5aa050 (qgis): (q)ceil -> std::ceil
- 06:57 PM Revision 249b5050 (qgis): (q)atan2 -> std::atan2
- 06:53 PM Revision 031bf41d (qgis): Swap q(pow) -> std::pow
- 06:35 PM Revision 77c3be97 (qgis): Make sure (f)abs are prefixed with std::
- 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... - 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 - 05:24 PM Revision 4f967e42 (qgis): Removed not qobject from moc
- 04:37 PM Revision 8771e838 (qgis): Geopackage import rasters with drag and drop
- This implementation uses GDALTranslate and
a QgsTask. - 01:54 PM Revision bd8decee (qgis): Split Z/M checkbox into 2 checkboxes.
- 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... - 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
- 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
- 08:29 AM Revision b9474061 (qgis): More robust multiple paths split and utility static method
- 07:39 AM Revision cc4cee8f (qgis): Do not quote when single raster file is selected
- 07:28 AM Revision 81c31760 (qgis): Small code style changes
- 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...
2017-08-23
- 04:50 PM Revision 21b1c7ce (qgis): Fix spelling
- 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. - 03:17 PM Revision fc5ad201 (qgis): [docker] Set valid workdir
- 02:47 PM Revision 018c13af (qgis): Use layer type instead of first vertex type
- 02:28 PM Revision 64df1141 (qgis): Fix 16888: create gpkg layer does not allow to add Z/M dimension
- 02:22 PM Revision 8c7b29db (qgis): [docker] Remove source tree from image
- 12:12 PM Revision 870d1ada (qgis): [processing] added search and replace functionality to script editor
- 12:00 PM Revision c606abc7 (qgis): enable custom help in python expressions
- 10:14 AM Revision 8a2cf3f7 (qgis): Merge pull request #5058 from nyalldawson/processing_fixes
- Processing polish
- 09:35 AM Revision 0669167a (qgis): Rename processing 'recently used algorithms' to 'recently used'
- Since we show much more than just 'algorithms' here
- 09:34 AM Revision 54e38bcf (qgis): Fix model execution missing from processing history
- 09:34 AM Revision cb70aad7 (qgis): Fix restricting model algorithm input types to valid types for alg (ref...
- 08:40 AM Revision 64f3e675 (qgis): [processing] remember last path for batch processes
- Fixes #16310
2017-08-22
- 01:14 AM Revision 59aa5d3c (qgis): Fix TRAVIS qgis_global_settings path
- 12:11 AM Revision 8486767f (qgis): Support removal of global defined XYZ connections
- 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 - 06:14 PM Revision 451a3fab (qgis): Reformat code
- 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 - 05:28 PM Revision 83b11d54 (qgis): Minor update in the comment
- 05:25 PM Revision 35e49ed9 (qgis): Bump required GDAL version from 2.0 to 2.1
- Because we need GDALTranslate()
- 04:16 PM Revision 367aba70 (qgis): Rename some processing widget wrappers to better match corresponding c+...
- 04:13 PM Revision c119c286 (qgis): Add basic unit tests for constructing processing widget wrappers
- 04:03 PM Revision bfa49887 (qgis): [processing] add resampling method option for all albs that use raster ...
- 04:03 PM Revision ce14633d (qgis): [processing] syntax fix
- 04:03 PM Revision 7ca8de9f (qgis): [processing] fixes in SAGA algorithm after latest changes
- 04:03 PM Revision 667ba425 (qgis): [processing] correctly handle null gems in meancoords alg
- Fixes #17026
- 04:03 PM Revision ad44a50c (qgis): [processing] correctly use TYPE_VECTOR constants from corresponding module
- 04:03 PM Revision 3ef008cd (qgis): [processing] only show cml file in selecting rendering styles
- Fixes #16896
- 03:40 PM Revision 9882e4f7 (qgis): Fix some inconsistent capitalization in algorithm naming
- 03:36 PM Revision 2a442c78 (qgis): Rationalise algorithm groups a bit
- 03:20 PM Revision 8218f353 (qgis): Fix use of incorrect icon for algorithm
- 03:16 PM Revision b62fd51c (qgis): Don't allow dragging groups in model algorithm tree
- 03:02 PM Revision 2abb209d (qgis): bring back sip workaround, but only for the affected versions (followup...
- 01:24 PM Revision 46e66c31 (qgis): Fix remaining rubberBand
- 01:10 PM Revision 73fdb254 (qgis): Safer handling of GDAL handles and feedback on success
- 01:09 PM Revision ed426204 (qgis): I'm eating too much Python (fix a Qt warning for missing arg)
- 12:18 PM Revision 384cabd7 (qgis): Geopackage: handle raster drop in the browser
- 12:07 PM Revision ab2589bc (qgis): Added rasterLayer method
- 12:07 PM Revision 13c9e1de (qgis): OGR provider: moved QgsCPLErrorHandler to its own header file
- This is being reused in gpkg data items
- 12:03 PM Revision 508aef05 (qgis): Fix error when the tools was changed. setParentTool is not needed.
- 09:42 AM Revision e6de4290 (qgis): Fix windows build again (followup d2315e450)
- 09:35 AM Revision ef89a624 (qgis): creatensis.pl: don't require admin rights to create the uninstaller
- 08:43 AM Revision f38c0320 (qgis): [docker] Install bindings to system python path
- 08:38 AM Revision 23102e3c (qgis): [docker] Install to /usr prefix
- 07:53 AM Revision 6fd3c109 (qgis): Fix wording
- Fully write the label because there's enough space + alignment
- 07:51 AM Revision 6e3aba34 (qgis): Fix Python console web link
- 07:51 AM Revision 3d201e7c (qgis): Delete obsolete context help
- already ported to user manual and linked to help button
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
- 11:27 PM Revision b8d2a174 (qgis): Port symbols test from ebf20a5
- 10:43 PM Revision 4d3c7e55 (qgis): Geopackage: fix crash when deleting raster layers
- 09:31 PM Revision a6b0c44e (qgis): Ensure canvas has focus if nothing else has
- Forward port from Sourcepole's fork
- 09:31 PM Revision a2c9710a (qgis): Followup canvas focus commit
- 09:07 PM Revision 4c526077 (qgis): Merge pull request #5050 from nyalldawson/algs
- Port more QGIS algs to new API
- 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)
- 08:40 AM Revision 8f895f6c (qgis): QEP 37: Fields And Forms Redesign - interim status
- 02:43 AM Revision d2315e45 (qgis): Add unit tests
- 02:43 AM Revision cb390d7f (qgis): Fixes relation reference widget by refreshing filter lists. Fixes #16400
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
- 04:33 PM Revision aa697378 (qgis): Prevent import layer over itself
- 10:56 AM Revision 91171370 (qgis): remove sip workaround (fixes #17038, refs #16071)
- 10:55 AM Revision 7e4345a9 (qgis): remove sip workaround (fixes #17038, refs #16071)
- 10:24 AM Revision 9018414b (qgis): Fix windows build (followup b5bdafe4d)
- 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... - 10:21 AM Revision 2a6847e0 (qgis): Port define projection to new API
- 10:21 AM Revision bcc66272 (qgis): Upgrade Convert Geometries algorithm to maintain Z/M, curves were possible
- 10:21 AM Revision 8da29c06 (qgis): Fix test reference file
- 10:21 AM Revision 99fd727b (qgis): Fix some issues when creating processing tests
- 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)
... - 10:21 AM Revision 338ee36b (qgis): Port Execute SQL to new API, add test
- 10:21 AM Revision 4d242c56 (qgis): Partial port of raster calculator to new API
- TODO: modeler handling
- 10:21 AM Revision a56725f7 (qgis): Resurrect Python Field Calculator algorithm, add test
- 10:21 AM Revision d2a90f40 (qgis): Fix conversion of direct vector layer parameters to python strings
- 10:21 AM Revision 6144b1c5 (qgis): Resurrect Field Calculator algorithm, add test
- 05:51 AM Revision f867b65c (qgis): creatensis.pl: create signed installer
2017-08-19
- 05:39 PM Revision bb8203b8 (qgis): updat splash
- 02:07 PM Revision 62d4c555 (qgis): add typo to spelling.dat
- 01:51 PM Revision dae6666a (qgis): translation string fixes
- 09:11 AM Revision bc193c00 (qgis): fix QgsRasterHistogram::histogramVector for SIP <= 4.17
- 07:42 AM Revision 3cc39460 (qgis): improves grass7 v.in.dxf making a couple of parameters optional/mandatory
- 07:42 AM Revision 71671fe2 (qgis): improves grass7 v.in.dxf making a couple of parameters optional/mandatory
2017-08-18
- 09:38 PM Revision 1cded855 (qgis): Merge pull request #5042 from nyalldawson/algs
- Port some more algs to new API
- 09:08 PM Revision 114f071c (qgis): Don't generate triangulation files by default in TIN algorithm
- 09:05 PM Revision 090bb9bb (qgis): Use QgsFeedback instead of QProgressDialog in tin interpolator
- 08:56 PM Revision 000c86e7 (qgis): Restore TIN interpolation algorithm
- 08:56 PM Revision 4bba95fc (qgis): Fix broken TIN interpolation (loss of point z coordinates)
- 08:08 PM Revision 356588ab (qgis): Use QgsFeedback in QgsGridFileWriter instead of QProgressDialog
- 08:03 PM Revision a07ea333 (qgis): Port IDW Interpolation alg to new API
- 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 - 07:36 PM Revision 7d69e5f5 (qgis): Expose all layer type filters to both model feature source, vector
- layer and multi layer inputs
Refs #17030 - 07:24 PM Revision 370b2679 (qgis): Fix wrapped c++ object has been deleted error when editing model parame...
- Fixes #16858
- 06:46 PM Revision ebda2fd2 (qgis): Rename some enum values for clarity
- 06:37 PM Revision 076fdc94 (qgis): Port rectangles, ovals, diamonds to new API
- 06:19 PM Revision 53add698 (qgis): [OGR provider] Avoid 'database locked' issues when editing several laye...
- 05:58 PM Revision 54811776 (qgis): [OGR provider] Avoid 'database locked' issues when editing several laye...
- 05:26 PM Revision 48202165 (qgis): Port build virtual vector alg to new API
- 05:09 PM Revision f2d2777b (qgis): Model vector layer inputs can also be used for feature source parameters
- 04:56 PM Revision f1ac0be8 (qgis): Fix processing setting to use filename as layer name
- 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)
- 04:47 PM Revision 7879c0a2 (qgis): Fix processing rendering styles for output dialog, functionality
- 04:38 PM Revision 18c15971 (qgis): Merge pull request #5043 from pblottiere/bugfix_refrel
- Fixes relation reference widget by refreshing filter lists. Fixes #16400
- 04:30 PM Revision 0a4a7acf (qgis): Port set raster style alg to new API
- 04:23 PM Revision 387e0497 (qgis): Allow selecting wildcard filter for any file input parameter
- 04:23 PM Revision cfbc0099 (qgis): Restore Set style for vector layer alg
- 04:09 PM Revision be48f17e (qgis): Use a QgsFeedback object in QgsRelief instead of QProgressDialog
- 04:01 PM Revision f6600f23 (qgis): Port raster relief alg to new API
- 03:14 PM Revision 465b27a4 (qgis): Add test
- 03:10 PM Revision 79d65cec (qgis): Fix OGC test getcapabilities:style-legendurls
- 02:31 PM Revision c3d2fb70 (qgis): Release of 2.14.18
- 02:31 PM Revision a6c461bf (qgis): Release of 2.18.12
- 01:28 PM Revision f0d36778 (qgis): fix opening sublayers in a group
- 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
- 08:42 AM Revision a2914ff6 (qgis): Add unit tests
- 08:38 AM Revision cea7bd39 (qgis): Fixes relation reference widget by refreshing filter lists. Fixes #16400
- 07:35 AM Revision be46b756 (qgis): Port hypsometic curves to new API
- 07:22 AM Revision c4011ad3 (qgis): Port oriented minimum bounds to new API
- 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
- 06:56 AM Revision 0c46ac40 (qgis): Merge pull request #5038 from nyalldawson/canvas_dock_tweaks
- Canvas dock tweaks
- 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
- 02:43 AM Revision 26704a45 (qgis): Fix trusty build (QStringLiteral is Qt5; followup b6254513d64)
2017-08-17
- 11:26 PM Revision dc6d1c13 (qgis): Removed metadata table from the list of tables to be cleared
- 10:48 PM Revision b36ad06b (qgis): Use sqlite3_close instead of v2
- 08:42 PM Revision 0eb302d5 (qgis): Geopackage try to remove optional entries + fix build warnings
- 08:31 PM Revision bcd495c6 (qgis): Prevent SQL injection by using sqlite3_mprintf
- 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... - 06:03 PM Revision f999897b (qgis): Geopackage moved delete to abstract item and implement raster deletion
- 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... - 04:51 PM Revision 251354ea (qgis): Merge pull request #5035 from nyalldawson/preview_tasks
- Tweaks to map preview tasks
- 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
- 04:28 PM Revision 7dbfc520 (qgis): Merge pull request #4210 from arnaud-morvan/processing_aggregate
- [processing] [needs-docs] Add aggregate algorithm
- 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... - 04:16 PM Revision 2d441a8d (qgis): Make sure new map dock views use correct icon size
- 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) - 03:50 PM Revision 628a1b09 (qgis): Also delay initial preview job by a short timeout
- 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. - 03:29 PM Revision a369c9b2 (qgis): Merge pull request #4760 from nyalldawson/tests
- Convert processing tests to use native algs where they exist
- 02:21 PM Revision 5fbd6288 (qgis): Merge pull request #4939 from mhugent/wms_toplevel_browser
- Show toplevel wms group in browser
- 12:20 PM Revision 7b2250bb (qgis): Convert processing tests to use native algs where they exist
- 12:15 PM Revision 469eb0de (qgis): Merge pull request #5034 from nyalldawson/exporter_api
- Use const references to options instead of pointers in QgsVectorLayerExporter
- 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... - 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... - 10:44 AM Revision 5808cc19 (qgis): Fix build with improvement of #5209
- 10:37 AM Revision 26a911cd (qgis): Merge pull request #4751 from nyalldawson/unique_ptr
- Return std::unique_ptrs where possible
- 10:33 AM Revision b73b25d4 (qgis): fixed unnecessary deepcopy and use the correct api
- 09:57 AM Revision e0d1ddc5 (qgis): Fix failing test
- 09:54 AM Revision 40ad8602 (qgis): Fix relation reference widget when 'Chain Filters' is activated. Fixes ...
- 09:54 AM Revision b5bdafe4 (qgis): Add tests
- 09:53 AM Revision e4dab7c5 (qgis): Fix intermittently failing QgsGeometry asGML tests
- 09:38 AM Revision fad59736 (qgis): spelling fixes
- 09:25 AM Revision d1e40d90 (qgis): Merge branch 'master' of https://github.com/QGIS/QGIS into regularShape...
- 08:43 AM Revision 43536a66 (qgis): Return subclasses where possible to fix build on older compilers
- 08:30 AM Revision 2693c6fb (qgis): Fix ui build warning
- 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... - 07:58 AM Revision e3258959 (qgis): packaging updates after helpviewer removal (followup 55cdc89a1)
- 07:55 AM Revision a7cef870 (qgis): add docker shield
- 07:55 AM Revision f88ddcb5 (qgis): Remove startup tips
- 07:54 AM Revision 5abbab1a (qgis): Merge pull request #4993 from nyalldawson/remove_analyzer
- Remove QgsGeometryAnalyzer, QgsOverlayAnalyzer, QgsPointSample
- 06:05 AM Revision 6d388942 (qgis): Merge pull request #5024 from nyalldawson/build-vrt
- Restore gdal build vrt alg, plus improvements
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
- 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
- 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... - 09:18 PM Revision aefd5cce (qgis): Fix exception when editing multi layer parameter in model
- 09:12 PM Revision b318aff6 (qgis): Fix multi layer parameters in models not giving all options for inputs
- 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 - 08:38 PM Revision e1b0f786 (qgis): Fix default layer sometimes inserted into multi layer parameter values
- 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 ... - 08:11 PM Revision 48eccc37 (qgis): Default to vrt extension for build vrt alg output
- 08:05 PM Revision 9ae68e84 (qgis): Merge branch 'master' into regularShape_gui
- 07:52 PM Revision a5a4d3b7 (qgis): Port gdal build vrt to new API
- 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... - 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... - 07:12 PM Revision 7764cd91 (qgis): [travis] no longer any need for patching qsci
- 07:12 PM Revision f610ffaf (qgis): Remove ParameterDataObject
- 07:12 PM Revision ac1decd1 (qgis): [travis] Install libzip for macos
- 06:39 PM Revision 855f840f (qgis): always set a default name in the QGS project to avoid discrepancies wit...
- 06:30 PM Revision 55cdc89a (qgis): Merge pull request #5004 from jgrocha/helpviewer
- [needs-docs] Refactoring of all help calls, deprecating QgsContextHelp+Helpviewer
- 04:20 PM Revision 32c81a03 (qgis): Update sip files
- 03:00 PM Revision 7dd37b39 (qgis): Added documentation comments on new methods
- 02:50 PM Revision 497d4a80 (qgis): Shows a warning and abort deletion if the layer is in the current project
- 02:37 PM Revision 42933a27 (qgis): Remove class members that were never used
- 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... - 02:10 PM Revision cc146190 (qgis): Added 'datasource' and 'GeoPackage' to the delete confirm message
- 01:36 PM Revision 9ac8ff88 (qgis): remove arg
- 12:52 PM Revision b6254513 (qgis): From Clipboard Cut&Paste fix when attached special field values. Fiexie...
- 11:37 AM Revision d03f5990 (qgis): add Dockerfile for automated build on docker cloud
- 10:46 AM Revision 4b5d81b3 (qgis): [processing] Add Aggregate algorithm
- 10:12 AM Revision 162339d3 (qgis): Different messages for file and table layer deletion
- 08:59 AM Revision 2ffa7ba3 (qgis): Translate GDAL error codes
- 06:26 AM Revision a9d8d395 (qgis): [processing] restore near black and hillshade gdal algs (#5028)
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... - 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... - 06:21 PM Revision 19efee8a (qgis): alog:along typo (#5025)
- 04:23 PM Revision c53beb86 (qgis): ...
- 04:23 PM Revision c1837ff2 (qgis): More comprehensive updating of gdal command when parameters change
- 04:23 PM Revision 1b4396dd (qgis): Avoid duplicate geometry columns, invalid geometry column name in gdal ...
- 04:23 PM Revision c411284d (qgis): Revert "some fixes"
- This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45.
- 04:23 PM Revision 5aef6683 (qgis): Revert "more fixes"
- This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad.
- 04:23 PM Revision 027de227 (qgis): Revert "minor fixes"
- This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008.
- 04:23 PM Revision 7b6d9e8e (qgis): Revert "use second Dockerfile to push 2nd image"
- This reverts commit 050682a37364e110f350b9c3293f662b0011036d.
- 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... - 04:23 PM Revision 8e1b4381 (qgis): Unblacklist Processing GDAL test
- 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... - 01:51 PM Revision 755980fe (qgis): Merge pull request #5023 from nyalldawson/gdal_test
- Unblacklist Processing GDAL tests
- 12:58 PM Revision aece517c (qgis): Avoid duplicate geometry columns, invalid geometry column name in gdal ...
- 12:57 PM Revision 3d1be95a (qgis): More comprehensive updating of gdal command when parameters change
- 09:50 AM Revision f88e62fb (qgis): Unblacklist Processing GDAL test
- 08:20 AM Revision 3922efcb (qgis): Merge pull request #5022 from boundlessgeo/gpkg-show-attributes
- Geopackage fix mixed geometry layers and attributes
- 07:21 AM Revision 987f1acf (qgis): oracle provider: skip updating of key attributes of added features for ...
- 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. - 03:29 AM Revision 5746b9d1 (qgis): Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
- 03:23 AM Revision 5e1e441f (qgis): Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
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... - 05:34 PM Revision 1d3c4d97 (qgis): more fixes
- 05:34 PM Revision 24c3ae15 (qgis): minor fixes
- 05:34 PM Revision e6657df2 (qgis): some fixes
- 05:34 PM Revision 050682a3 (qgis): use second Dockerfile to push 2nd image
- 05:34 PM Revision 76403f89 (qgis): put back waiting
- 05:34 PM Revision 87883b0c (qgis): some fixes
- 05:34 PM Revision de750af9 (qgis): fix psql
- 05:34 PM Revision c4c07723 (qgis): Wait for postgres server to spin up
- 05:34 PM Revision db8f3b6c (qgis): Fix setup postgres
- 05:34 PM Revision 125551ff (qgis): Setup postgis
- 05:34 PM Revision 878a340b (qgis): Output on failure
- 05:34 PM Revision 459ca26e (qgis): Hold on...
- 05:34 PM Revision a8757a07 (qgis): Test ninja again
- 05:34 PM Revision a382aa56 (qgis): Run make directly
- 05:34 PM Revision b2edf333 (qgis): missing env var
- 05:34 PM Revision 1fdd9eed (qgis): Switch to make
- 05:34 PM Revision d187de3e (qgis): echo instead of ninja
- 05:34 PM Revision ceb84685 (qgis): better var names
- 05:34 PM Revision 9c739541 (qgis): fix path
- 05:34 PM Revision 591a4032 (qgis): use ninja and env var
- 05:34 PM Revision 79977dde (qgis): Fix build folder
- 05:34 PM Revision 6c45f94e (qgis): add travis branch
- 05:34 PM Revision 59db9829 (qgis): More debug output
- 05:34 PM Revision 7432a77e (qgis): fix ctest command
- 05:34 PM Revision 65ffa5ce (qgis): fix line ending
- 05:34 PM Revision cd14fc32 (qgis): try to add git to the image
- 05:34 PM Revision 5244602d (qgis): missing ctest var
- 05:34 PM Revision 568a439c (qgis): explicit setup of ccache
- 05:34 PM Revision d9b2e1a0 (qgis): use docker for newer dependencies on Travis
- 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
- 03:06 PM Revision 80e8ff04 (qgis): Merge pull request #5014 from m-kuhn/enumgeomfunc
- Return enum instead of int from QgsGeometry operations
- 03:04 PM Revision 04f79d17 (qgis): Geopackage: Use the same settings for DB Manager and browser
- 02:19 PM Revision 904cd6f1 (qgis): Merge pull request #5018 from boundlessgeo/gpkg-show-tables
- Browser tree: also show geopackage geometryless layers as tables
- 01:48 PM Revision b3a9e46c (qgis): [processing] Port refactor fields to new API
- 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... - 01:29 PM Revision 11f17915 (qgis): Browser tree: also show geometryless layers as tables
- 01:11 PM Revision 3d53a2df (qgis): Spelling
- 12:59 PM Revision fca603ca (qgis): Fix splitFeatures
- 12:44 PM Revision cb29b2e6 (qgis): Fix crash in test
- 12:19 PM Revision 23648016 (qgis): Merge pull request #5016 from boundlessgeo/gpkg-handle-collections
- Geopackage: proper handling of geometry ANY
- 10:52 AM Revision 0683528d (qgis): More doxymentation
- 10:43 AM Revision a70bfe6f (qgis): More doxymentation
- 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... - 10:37 AM Revision 8294c434 (qgis): More doxymentation
- 08:58 AM Revision a4dac6ac (qgis): Define params as /Out/
- 08:19 AM Revision f9ba9052 (qgis): Fix segfault
2017-08-13
- 11:08 PM Revision 86e8da74 (qgis): Return enum instead of int from QgsGeometry operations
- 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 ... - 10:31 PM Revision 8d615543 (qgis): Merge pull request #4835 from nyalldawson/more_processing
- [processing] Restore some gdal provider algorithms
- 09:55 PM Revision f9750dde (qgis): Port gdal color relief to new API
- 09:49 PM Revision 1cbbbc4b (qgis): Port gdal tri alg to new API
- 09:41 PM Revision ab2886dc (qgis): Port gdal assign projection to new api
- 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... - 09:40 PM Revision a1f4e04b (qgis): more fixes
- 09:24 PM Revision 95fe5cdc (qgis): Fix errors calculating gdal command when dialog is being constructed
- 09:19 PM Revision ba6e2dc9 (qgis): Fix showing gdal command in algorithm dialog
- 09:19 PM Revision 3d3d2975 (qgis): Followup fixes to ogr2ogrpostgis alg porting
- 09:05 PM Revision 1cbbb8a0 (qgis): Port gdal aspect alg to new API
- 08:58 PM Revision 54258b6a (qgis): some fixes
- 08:56 PM Revision 2e7db48d (qgis): Fix error in gdal warp algorithm
- 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... - 08:56 PM Revision 6301ff66 (qgis): Resurrect OGR points along lines algorithm
- 08:56 PM Revision 014833a6 (qgis): Restore gdal algorithm support
- 08:56 PM Revision ab079f9d (qgis): ogrConnectionString reuses existing context
- 08:56 PM Revision ce8e18da (qgis): Fix overridden function signatures
- 08:56 PM Revision e33647dc (qgis): Move OGR processing provider specific methods to GdalUtils
- 08:56 PM Revision 0a365b2d (qgis): Fix OGR algs always export shapefiles, regardless of output file extension
- 08:56 PM Revision d45215eb (qgis): Cleanup conversion of input layers to OGR compatible sources
- 08:56 PM Revision 97a8d1a7 (qgis): Fix failing test
- 08:56 PM Revision 1a564872 (qgis): Port GDAL Ogr2OgrPostgis to new API
- 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 - 08:56 PM Revision 5c888c58 (qgis): Resurrect gdal warp algorithm
- 08:19 PM Revision 7768f067 (qgis): Document api breaks
- 08:19 PM Revision b51a5f7b (qgis): Simplify QgsGeometryEngine code
- 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... - 08:19 PM Revision e3787eff (qgis): Doxymentation
- 07:18 PM Revision 4c6c74ca (qgis): Fix ui build warning
- 07:15 PM Revision 44f98d9a (qgis): Fix spelling
- 06:23 PM Revision 9be7b27d (qgis): Merge pull request #5001 from nyalldawson/algs
- Restore some processing functionality
- 05:42 PM Revision 913bf64e (qgis): Fix some possible exceptions in topocolor alg
- 05:42 PM Revision a056e24a (qgis): Fix exception in TopoColor algorithm
- 05:42 PM Revision 47fe2a18 (qgis): Port Points From Lines to new API
- 05:42 PM Revision f7ae0712 (qgis): Base class processing feedback object forwards messages to message log
- 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. - 05:42 PM Revision c6b3855b (qgis): Port Points From Polygons to new API
- 05:19 PM Revision 35da03f6 (qgis): Update NEWS
- 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 - 03:27 PM Revision 3da4c33b (qgis): Avoid extra copy of point in QgsGeometry::centroid()
- 03:26 PM Revision 7f4880be (qgis): Handle M/Z typed CurvePolygons in qgsgeometry_cast
- 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... - 02:21 PM Revision d3e35ee9 (qgis): Update connections to Qt5 style
- 02:21 PM Revision 479e3cb7 (qgis): Reset digitizing tools when new project is loaded/created
- Refs #4237 https://issues.qgis.org/issues/4237
- 01:08 PM Revision b879d530 (qgis): Fix build error
- 12:29 PM Revision d2076a14 (qgis): Convert more dynamic_casts to qgsgeometry_casts
- 12:18 PM Revision d0f33d6d (qgis): Expose makeValid() errors to QgsGeometry::error()
- 12:14 PM Revision feffa049 (qgis): Use pointers instead of references for QgsAbstractGeometry
- 11:08 AM Revision b2cd9f2a (qgis): Add qgsgeometry_cast to qgssurface
- 10:51 AM Revision 59f270ab (qgis): Allow qgsgeometry_cast-ing const geometries
- 10:35 AM Revision dba8cc0f (qgis): Convert more calls to qgsgeometry_cast
- 10:28 AM Revision d9ad859a (qgis): Fix misplaced SIP_TRANSFER
- 10:05 AM Revision 975d7306 (qgis): Fix build warnings
- 08:56 AM Revision 69c991ed (qgis): Restore ability to create processing tests from history panel
- 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...
2017-08-12
- 10:46 PM Revision 867f91ea (qgis): fix line ending
- 10:46 PM Revision 810761d3 (qgis): explicit setup of ccache
- 10:46 PM Revision 0466dd3d (qgis): add travis branch
- 10:46 PM Revision a97d6ef3 (qgis): use docker for newer dependencies on Travis
- 10:46 PM Revision e51c5e76 (qgis): Fix build folder
- 10:46 PM Revision 566bed37 (qgis): use ninja and env var
- 10:46 PM Revision dbdf6c38 (qgis): fix path
- 10:46 PM Revision d76f3757 (qgis): better var names
- 10:46 PM Revision 23b5dfc2 (qgis): fix ctest command
- 10:46 PM Revision cc08db09 (qgis): missing env var
- 10:46 PM Revision d416210e (qgis): missing ctest var
- 10:46 PM Revision dab303cd (qgis): try to add git to the image
- 10:46 PM Revision 74d7869e (qgis): use second Dockerfile to push 2nd image
- 10:46 PM Revision 5ae2ac5c (qgis): put back waiting
- 10:46 PM Revision 3ee0c522 (qgis): some fixes
- 10:46 PM Revision 310b4109 (qgis): fix psql
- 10:46 PM Revision 332cc718 (qgis): echo instead of ninja
- 10:46 PM Revision ce38bbc2 (qgis): Fix setup postgres
- 10:46 PM Revision 082ec7ae (qgis): Setup postgis
- 10:46 PM Revision 70644d4f (qgis): Wait for postgres server to spin up
- 10:46 PM Revision a01eae21 (qgis): Hold on...
- 10:46 PM Revision 33ca8738 (qgis): Test ninja again
- 10:46 PM Revision 9b20c7bd (qgis): Run make directly
- 10:46 PM Revision 39d66885 (qgis): More debug output
- 10:46 PM Revision 1ae273ac (qgis): Switch to make
- 10:46 PM Revision cc3a9848 (qgis): Output on failure
- 10:44 PM Revision 2362f81b (qgis): use second Dockerfile to push 2nd image
- 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 - 08:34 PM Revision b282b89c (qgis): Take inheritance into account in qgsgeometry_cast
- 08:11 PM Revision f70b5b54 (qgis): Avoid crash
- 07:26 PM Revision 4c136a78 (qgis): QgsPointV2 -> QgsPoint
- 07:26 PM Revision 639d0640 (qgis): NULL to nullptr
- 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 - 07:24 PM Revision 5fd19d53 (qgis): Make sure relations are reloaded when setting edit config
- 05:45 PM Revision 59f8af25 (qgis): Merge pull request #5011 from boundlessgeo/less_verbose_items
- QgsDebugMsg -> QgsDebugMsgLevel + typo
- 05:06 PM Revision afd45eef (qgis): QgsDebugMsg -> QgsDebugMsgLevel + typo
- 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. - 10:18 AM Revision e34a593c (qgis): [FEATURE] Add expression function array_agg
2017-08-11
- 05:27 PM Revision c8876f2c (qgis): fix fix !"@$%
- 05:26 PM Revision 025a2345 (qgis): fix utf8 python translation string
- 01:19 PM Revision ff3f84b6 (qgis): [travis] Run make in ctest if on pull request
- 01:17 PM Revision 24adf77e (qgis): more typo fixes
- 01:17 PM Revision 87c7ec37 (qgis): Typo fixes
- 08:29 AM Revision 10538233 (qgis): [processing] improve rasterize dialog UI, add help (#5008)
- 08:21 AM Revision 5336a0d4 (qgis): Merge pull request #4793 from DelazJ/RenderingDiagram
- 07:32 AM Revision c07ac6e6 (qgis): helpviewer application source code removed
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
- 09:46 PM Revision 34032d66 (qgis): Merge pull request #5003 from nyalldawson/proc_algs
- Followups to rasterise alg
- 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... - 08:46 PM Revision 13431ca1 (qgis): Bump minimum tile size to 64 for rasterise alg
- 08:33 PM Revision e0fbe340 (qgis): Use ellipsis for isolated strings in plugins too
- 08:33 PM Revision ab21f3e2 (qgis): Small cleanups to rasterise alg
- 08:33 PM Revision 7d7c06cd (qgis): Implement widget wrapper for QgsProcessingParameterMapLayer
- 03:39 PM Revision dc58c1ad (qgis): [processing] fix non-normal blending composition for the rasterzie alg
- 02:00 PM Revision 6186c0f0 (qgis): fix windows build (extern "C" can returns pointers, but not C++ contain...
- 01:05 PM Revision 65092d1e (qgis): Update CONTRIBUTORS
- Added myself and Marco Bernasocchi to the contributors list.
- 10:27 AM Revision 349c1975 (qgis): [travis] Only build outside ctest on master
- 10:16 AM Revision e6c7421c (qgis): refine spellcheck progress output
- 10:16 AM Revision 7e902024 (qgis): more msvc warning fixes (followup 03e0298f4)
- 09:38 AM Revision a4597c5d (qgis): Fix map canvas preview
- Followup 8e200767e
- 09:38 AM Revision eba3065f (qgis): Start preview jobs slower (250ms interval)
- 09:31 AM Revision ba5f114e (qgis): [travis] change to build folder before building
- 09:15 AM Revision bad0ac81 (qgis): [travis] Build outside ctest
- 08:03 AM Revision abf76814 (qgis): More verbose python testing output
- 08:03 AM Revision 323883fc (qgis): Less verbose application exit output
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... - 11:42 PM Revision 925ba2ce (qgis): Replace old QSettings with QgsSettings
- 11:11 PM Revision 8726146f (qgis): fix spelling
- 10:46 PM Revision d9a2492f (qgis): Merge pull request #4953 from boundlessgeo/gpkg-enhancements
- Expose GeoPackage to the browser tree
- 10:21 PM Revision 92da3084 (qgis): Delete gpkg connections
- 10:18 PM Revision c9de9b22 (qgis): Fix links to current documentation
- 07:56 PM Revision 32624bbc (qgis): SIP bindings
- 04:34 PM Revision 267286ee (qgis): Correct an error in array_slice function description
- There was a copy/paste error in the "name"
- 09:32 AM Revision bc921b4a (qgis): Updated file header for geopackage data items
- also added "db" to multiple layers extensions
- 09:27 AM Revision 3a103b7c (qgis): Refactoring of all help calls, deprecating QgsContextHelp and the forme...
- 09:04 AM Revision 27525109 (qgis): Removed PNG version of GPKG icon
- 09:01 AM Revision 7704901e (qgis): Added mGeoPackage svg icon
- 08:59 AM Revision 2b401459 (qgis): Typo
- 08:59 AM Revision 2741be0c (qgis): Added file path to debug msg output on errors
- 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
... - 08:59 AM Revision a2d4e822 (qgis): Changed geopackage icon to svg
- 08:59 AM Revision e14e6482 (qgis): Remove initial : from the sublayers name in the browser tree
- 08:59 AM Revision 9430a906 (qgis): Added raster support to browser geopackage data items
- 08:59 AM Revision 030b234c (qgis): Initial support for extension-based scan on multiple layers
- 08:59 AM Revision e19c60be (qgis): Small typo
- 08:59 AM Revision 399aba8b (qgis): Added a comment to this fertility line :)
- 08:59 AM Revision 61504e70 (qgis): Expose GeoPackage to the browser tree
- 08:59 AM Revision 471b4472 (qgis): Fix sublayers disappear when refreshing GDAL layers
- 08:59 AM Revision 1c3fadeb (qgis): Sip update for qgsproject
- 08:59 AM Revision f96513d7 (qgis): Fixes raster sublayer not apperaring in the browser tree
- 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...
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
- 09:49 PM Revision d9f71deb (qgis): Remove osgeo.gdal.UseExceptions()
- 08:59 PM Revision f792661c (qgis): Refactoring of rasterize algorithm
- 05:16 PM Revision baede356 (qgis): Refactoring
- 04:47 PM Revision 1e160a6b (qgis): put back waiting
- 04:36 PM Revision 2ec83920 (qgis): some fixes
- 04:21 PM Revision ce34450e (qgis): Setup postgis
- 04:21 PM Revision b139a87b (qgis): try to add git to the image
- 04:21 PM Revision f563c5d2 (qgis): fix line ending
- 04:21 PM Revision 80183925 (qgis): missing env var
- 04:21 PM Revision 8b740284 (qgis): use docker for newer dependencies on Travis
- 04:21 PM Revision ef83a290 (qgis): fix psql
- 04:21 PM Revision 72d6605e (qgis): Wait for postgres server to spin up
- 04:21 PM Revision bbdaf140 (qgis): Fix setup postgres
- 04:21 PM Revision 08123617 (qgis): missing ctest var
- 04:21 PM Revision 124e1cc6 (qgis): Output on failure
- 04:21 PM Revision 2c12656b (qgis): Hold on...
- 04:21 PM Revision 7dd35ace (qgis): Test ninja again
- 04:21 PM Revision 412f2a48 (qgis): Run make directly
- 04:21 PM Revision 5a3d90bb (qgis): Fix build folder
- 04:21 PM Revision cbf7cd05 (qgis): Switch to make
- 04:21 PM Revision 2304c9de (qgis): echo instead of ninja
- 04:21 PM Revision d5461754 (qgis): better var names
- 04:21 PM Revision dfd4f5bc (qgis): fix path
- 04:21 PM Revision 1b9119d0 (qgis): use ninja and env var
- 04:21 PM Revision d512d4e5 (qgis): fix ctest command
- 04:21 PM Revision f06ddb72 (qgis): add travis branch
- 04:21 PM Revision 4ad8d1b4 (qgis): explicit setup of ccache
- 04:21 PM Revision dca0501b (qgis): More debug output
- 02:50 PM Revision 82d28215 (qgis): fix psql
- 09:45 AM Revision bbfdcf36 (qgis): Fix header comment
- 09:45 AM Revision 525aeaba (qgis): Added processing algorithm to convert map to raster
- 09:45 AM Revision 0533cfd7 (qgis): Refactoring and added better comments
- 09:39 AM Revision a31886c7 (qgis): Wait for postgres server to spin up
- 09:20 AM Revision 82e5348b (qgis): Fix setup postgres
- 09:13 AM Revision f4fc8297 (qgis): Setup postgis
- 08:41 AM Revision 425aa30f (qgis): Fix valgrind jump on uninitialised values warnings
- 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 ...
2017-08-07
- 01:47 AM Revision 47ab1a74 (qgis): fix typos
- 12:05 AM Revision bb1b70e5 (qgis): Output on failure
- 10:55 PM Revision 273243b4 (qgis): Add XYZ connection to provide default OpenStreetMap tiles
- 10:36 PM Revision ee71a5ef (qgis): Hold on...
- 10:36 PM Revision 70defd1b (qgis): Test ninja again
- 10:26 PM Revision b8725e39 (qgis): Run make directly
- 09:32 PM Revision f0fb8d71 (qgis): More debug output
- 09:17 PM Revision b7a133ae (qgis): Switch to make
- 09:09 PM Revision be8b9113 (qgis): fix perl;add bash
- 09:08 PM Revision 6573e473 (qgis): echo instead of ninja
- 08:55 PM Revision 9631fab7 (qgis): better var names
- 08:39 PM Revision c6d88274 (qgis): Fix valgrind jump on uninitialised values warnings
- 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 ... - 08:33 PM Revision d33f7250 (qgis): fix path
- 08:32 PM Revision 61cbda71 (qgis): use ninja and env var
- 08:24 PM Revision d584d5c1 (qgis): Fix build folder
- 07:54 PM Revision 6b67a720 (qgis): Use portable /usr/bin/env/{perl,python} instead of /usr/bin/{perl,python}
- 07:46 PM Revision 132d7f2a (qgis): Fix postgres server imposed NOT NULL constraint
- 05:09 PM Revision a7ef0bbb (qgis): add travis branch
- 05:08 PM Revision ca5557b3 (qgis): explicit setup of ccache
- 04:48 PM Revision 10a92f67 (qgis): fix ctest command
- 04:25 PM Revision 5a64f586 (qgis): Merge pull request #4928 from nyalldawson/layout_next
- Layout chapter IV: snapping and guides
- 04:02 PM Revision 14546ec9 (qgis): Fix unit test
- 03:46 PM Revision 51dba290 (qgis): fix line ending
- 03:40 PM Revision fbba9f00 (qgis): try to add git to the image
- 03:36 PM Revision 96b795ea (qgis): missing ctest var
- 03:29 PM Revision 87a04d71 (qgis): missing env var
- 02:31 PM Revision 3fd2e092 (qgis): Fix ownership issue with layout guides
- 01:43 PM Revision 94362fe2 (qgis): Add signal when page is about to be deleted
- 11:34 AM Revision 5701b67e (qgis): Merge pull request #4893 from cmangeat/bug_16509
- allow WFS GetFeature upon multiple layers, fixes #16509
- 11:34 AM Revision 66875641 (qgis): Hook up snap to guides menu option
- 11:34 AM Revision 9267f867 (qgis): Readd menu option to show/hide guides
- 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 ... - 11:34 AM Revision c43a173e (qgis): Add a clear all guides button to guide manager
- 11:34 AM Revision 33aa3525 (qgis): Show different cursor and paint guide markers darker when hovering them...
- 11:34 AM Revision 4565d8d6 (qgis): Add missing files
- 11:34 AM Revision 89f0ecd3 (qgis): Add some other guide/ruler related actions to ruler right click menu
- 11:34 AM Revision da438230 (qgis): Allow deletion of guides by dragging outside of pages
- 11:34 AM Revision e06b0af9 (qgis): Support dragging existing guides in rulers
- 11:34 AM Revision c6c9c6fa (qgis): Show guide positions in rulers
- 11:34 AM Revision ab726c47 (qgis): Add methods to determine visible pages in a view
- 11:34 AM Revision 9458f1f9 (qgis): Support deletion of guides through manager
- 11:34 AM Revision 6138b979 (qgis): Slightly improved guide appearance
- 11:34 AM Revision 6d934116 (qgis): Add layout properties menu entry
- 11:34 AM Revision 048a5b79 (qgis): Nicer table view for guide editing
- 11:34 AM Revision 886a1208 (qgis): Dropping guides outside of pages doesn't create new guides
- 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... - 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 - 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... - 11:34 AM Revision fa5eb4e5 (qgis): Refine QgsLayoutGuide API
- 11:34 AM Revision db36440c (qgis): Start on classes for snapping guide items
- 11:34 AM Revision 3aa231e5 (qgis): Show snapped cursor position in status bar
- 11:34 AM Revision 3dbc1a0c (qgis): Refine z order for some new items
- 11:34 AM Revision 0d0a3c2c (qgis): Code refactor - split grid appearance settings into their own class
- 11:34 AM Revision 55c7cc18 (qgis): Start porting layout settings panel
- Readd settings for grid tolerance/spacing/offset
- 11:34 AM Revision d0dfec72 (qgis): Add actions to switch grid display/snapping on/off
- 11:34 AM Revision 798ec836 (qgis): Start on snapping marker
- 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... - 11:34 AM Revision 5be237fd (qgis): Add ability for QgsLayoutSnapper to snap to grid
- 11:34 AM Revision 361dd312 (qgis): Start on layout snapper
- 11:34 AM Revision b42c055e (qgis): Restore drawing of page grids
- 11:34 AM Revision ec569839 (qgis): Support data defined paper sizes
- 11:34 AM Revision 57c96683 (qgis): Partially hook up data defined page size
- TODO:
- preset page sizes
- reflow after update - 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... - 11:34 AM Revision d3c2bf0f (qgis): Fix locked widgets when switching to custom page size
- 11:34 AM Revision 419bdde5 (qgis): Fix incorrect dialog title
- 11:34 AM Revision 2f493296 (qgis): Use +/- icons instead of text
- 11:34 AM Revision 04e6529e (qgis): Fix crash when creating guide and no pages in layout
- 11:34 AM Revision e718f92b (qgis): Better headers in guide view
- 11:34 AM Revision df3bcdda (qgis): Hook up clearing guides
- 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
- 10:27 AM Revision b32212d4 (qgis): Removed 2 calls to standard_library
- 10:27 AM Revision f187c432 (qgis): Add cmp() function
- 10:27 AM Revision 0409da3a (qgis): Fixed PEP8 missing blank line
- 10:27 AM Revision 78af413d (qgis): Remove python future compatibility layer
- 10:08 AM Revision 4ab4a1fc (qgis): Spell check 'mitre' -> 'miter' (i.e. use en-us variation)
- 09:57 AM Revision f2753724 (qgis): fix indentaton test ? (scripts/prepare-commit.sh)
- 09:48 AM Revision 75a372c5 (qgis): Spell check seting->setting
- 09:45 AM Revision 7cebe7a3 (qgis): Fix some grammar
- 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... - 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
- 09:13 AM Revision b0cac0bd (qgis): Remove debugging code
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... - 11:39 PM Revision 79469082 (qgis): Merge pull request #4424 from nyalldawson/osx_tests
- Add some mask images, adjust test results for OSX
- 11:38 PM Revision ecafb494 (qgis): Add some mask images, adjust test results for OSX
- 11:33 PM Revision 80d53e4f (qgis): Merge pull request #4466 from arnaud-morvan/test_python_qgsfields_getitem
- Add test for python QgsFields [] operator
- 11:27 PM Revision 54007ef5 (qgis): Delete context help dialogs that are replaced by online links.
- 11:07 PM Revision 37bc07a8 (qgis): Merge pull request #4991 from marioba/fix_processing_parameters
- Protect processing parameters from segfault
- 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
- 10:52 PM Revision c5f6af75 (qgis): Merge pull request #4989 from nyalldawson/icon_size
- Fix various icon size issues
- 10:35 PM Revision 5b9d7cf3 (qgis): Fix doxygen test whitelist
- 10:10 PM Revision 80dd8f33 (qgis): use star in spelling.dat instead of \>
- 10:10 PM Revision f34848ae (qgis): ts scripts: pass languages from pull_ts.sh and push_ts.sh
- 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... - 09:44 PM Revision be46b46e (qgis): use docker for newer dependencies on Travis
- 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 - 09:40 PM Revision 2d88a4d7 (qgis): Fix failing tests
- 09:40 PM Revision 558b8d33 (qgis): Protect processing parameters from segfault
- 09:30 PM Revision 6737c6e5 (qgis): use docker for newer dependencies on Travis
- 09:29 PM Revision b5c2253f (qgis): Merge pull request #4926 from nyalldawson/coverity_158026
- Fix coverity identical code for different branches warning
- 09:24 PM Revision cad54f2c (qgis): Fix incorrect icon sizes in Python console
- Console was not respecting application icon size setting
- 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... - 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... - 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... - 09:19 PM Revision bd305dd5 (qgis): use docker for newer dependencies on Travis
- 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
- 09:08 PM Revision 410e9672 (qgis): use docker for newer dependencies on Travis
- 09:01 PM Revision aa0cdc34 (qgis): use docker for newer dependencies on Travis
- 08:55 PM Revision 395aaa1e (qgis): use docker for newer dependencies on Travis
- 08:35 PM Revision 23c7b29d (qgis): Updated instructions on building QGIS master under MSVC 2015
- 07:48 PM Revision 717aa4a7 (qgis): use docker for newer dependencies on Travis
- 07:47 PM Revision 5a2c5c5e (qgis): use docker for newer dependencies on Travis
- 07:11 PM Revision 42d7e0b8 (qgis): renamed parameter names of array_slice, ran prepare-commit.sh
- 07:11 PM Revision 89784691 (qgis): [FEATURE] array_slice expression function
- 06:10 PM Revision 5bd2e88a (qgis): cancelled => canceled etc. //#spellok
- 05:37 PM Revision c3b62ad4 (qgis): Customise->Customize
- 05:34 PM Revision 487a7a00 (qgis): fix 'allows to/allows one to' spell errors and enhance to our spellchec...
- 05:30 PM Revision d082af07 (qgis): use docker for newer dependencies on Travis
- 05:25 PM Revision 771bcebc (qgis): Merge pull request #4986 from nyalldawson/console_imports
- Import gui, analysis, processing and Qt classes on console startup
- 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). - 04:29 PM Revision 5f87bd86 (qgis): msvc: suppress some warnings
- 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 - 03:52 PM Revision 4e9dda23 (qgis): Merge pull request #4983 from raymondnijssen/master
- new contributor Raymond Nijssen
- 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 - 03:47 PM Revision c9e754cf (qgis): Merge pull request #4985 from raymondnijssen/patch-1
- Update CONTRIBUTORS
- 03:46 PM Revision 9ba2d7b5 (qgis): Update CONTRIBUTORS
- added contributor Raymond to CONTRIBUTORS too
- 03:42 PM Revision 78e1026c (qgis): Add myself as a contributor
- 03:28 PM Revision 6823d1f5 (qgis): new contributor
- 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... - 03:26 PM Revision 10968aeb (qgis): Improve appearance of QgsFileWidget
- Fix vertical alignment of widgets so that they are always
in line - 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... - 02:23 PM Revision a2c18104 (qgis): From Clipboard Cut&Paste fix when attached special field values. Fiexie...
- 02:22 PM Revision 5694db9f (qgis): use docker for newer dependencies on Travis
- 02:18 PM Revision 06f98426 (qgis): rename symbology-ng to symbology
- 01:53 PM Revision 869904c0 (qgis): use docker for newer dependencies on Travis
- 01:30 PM Revision 3dc08b30 (qgis): Fix option label
- 12:49 PM Revision 30261400 (qgis): fix windows build (followup acead27197; that went through travis ;))
- 11:23 AM Revision 1501b707 (qgis): use docker for newer dependencies on Travis
- 11:01 AM Revision 789a8383 (qgis): Fixed the FALLTHROUGH macro.
- 10:51 AM Revision a55b6f42 (qgis): Fix QgsFileWidget remember the folder functionality
- 10:48 AM Revision e397c69c (qgis): Merge pull request #4975 from boundlessgeo/openvectorlayer-removal
- Removed QgsOpenVectorLayer that is now the source select widget for '…
- 09:55 AM Revision 06f4c396 (qgis): Removed QgsOpenVectorLayer that is now the source select widget for 'og...
- 09:54 AM Revision a58b1a38 (qgis): increase timeouts for code layouts
- 09:54 AM Revision 0ebc1315 (qgis): reenable spelling and sipify tests
- 09:25 AM Revision 2ea45684 (qgis): reenable spelling and sipify tests
- 09:25 AM Revision d4099558 (qgis): increase timeouts for code layouts
- 09:16 AM Revision 2712ebf2 (qgis): use docker for newer dependencies on Travis
- 09:16 AM Revision 3d425fef (qgis): Merge pull request #4973 from nyalldawson/std_reverse
- Use std::reverse instead of custom array reverse
- 09:02 AM Revision a612a687 (qgis): Sipify docstring for signal
- 08:48 AM Revision 0e2458e9 (qgis): Merge pull request #4969 from boundlessgeo/unified-layer-dialog-raster-...
- Unified layer dialog raster mods
- 08:41 AM Revision 7f1fa540 (qgis): Use std::reverse instead of custom array reverse
- 08:34 AM Revision 7f5b4dbc (qgis): Followup 6ed389c8, fix push direct to master ;)
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... - 12:30 AM Revision d7727f53 (qgis): Improve Diagram dialog
- Make combobox, spinbox and textbox expand
Use group boxes in Rendering and Placement tabs - 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... - 11:09 PM Revision 736d7329 (qgis): Merge pull request #4970 from andreasneumann/array_reverse
- [FEATURE] expression function array_reverse
- 11:01 PM Revision 0395225c (qgis): INSTALL updates: MSVC builds, debian builds
- 11:01 PM Revision 4497c035 (qgis): package.cmd: don't exit parent when displaying usage
- 11:01 PM Revision 6ed389c8 (qgis): fix translation string again and improve translation scripts (followup ...
- 10:45 PM Revision 303f9b7c (qgis): [FEATURE] expression function array_reverse
- 10:07 PM Revision 3a715dbb (qgis): Renamed vars
- 09:53 PM Revision 31e3438f (qgis): use docker for newer dependencies on Travis
- 09:46 PM Revision e73d9865 (qgis): use docker for newer dependencies on Travis
- 09:13 PM Revision a827368d (qgis): use docker for newer dependencies on Travis
- 09:05 PM Revision a5ddab6c (qgis): Merge pull request #4950 from nyalldawson/algs
- Port some more algs to new API
- 09:05 PM Revision ca1abdc7 (qgis): Merge pull request #4964 from arnaud-morvan/processing_delete_dialogs
- [processing] Correctly delete processing dialogs
- 08:32 PM Revision 3a4bd6e2 (qgis): use docker for newer dependencies on Travis
- 08:27 PM Revision ac9ddaa1 (qgis): use docker for newer dependencies on Travis
- 08:25 PM Revision d5660aad (qgis): use docker for newer dependencies on Travis
- 08:15 PM Revision 769f0b38 (qgis): use docker for newer dependencies on Travis
- 06:18 PM Revision ceec4dc2 (qgis): use docker for newer dependencies on Travis
- 06:14 PM Revision 4709c1e8 (qgis): use docker for newer dependencies on Travis
- 05:01 PM Revision 2e2edd64 (qgis): Fix qt qhash seed for QT >= 5.6.0
- 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... - 03:19 PM Revision 470afbeb (qgis): Use correct file filters for processing vector/raster input selectors
- 02:12 PM Revision 19fd3e89 (qgis): Merge pull request #4963 from Gustry/category
- add category in QgsLayerMetadata using keywords
- 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... - 11:54 AM Revision 8463ddba (qgis): Source select signals: remove duplicate code and rely to the base class
- 11:27 AM Revision 0854e795 (qgis): Protect postgis crs cache with mutex
- 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... - 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... - 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... - 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... - 09:51 AM Revision fc1746e7 (qgis): Port Hub Distance (points) to new API
- Improvements:
- handle different CRS between points and hubs
- add unit test - 09:51 AM Revision e0354456 (qgis): Port Hub Distance (lines) to new API
- Improvements:
- handle different CRS between points and hubs
- add unit test - 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... - 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... - 09:51 AM Revision 7132faa9 (qgis): Port Topocolor algorithm to new API
- 09:51 AM Revision 03bae593 (qgis): Port Eliminate Selection to new API
- 09:51 AM Revision 7ab82444 (qgis): Port random selection algorithms to new API
- And heavily optimise random selection within subsets alg
- 09:51 AM Revision 16629b40 (qgis): Register QgsFeatureIds metatype
- Fixes warnings when using signals which use this type, like
QgsVectorLayer::selectionChanged - 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 - 09:51 AM Revision adda7445 (qgis): Port Join Attributes alg to new API
- Improvements:
- don't fetch unused geometry for joined table - 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... - 09:51 AM Revision a1f487d6 (qgis): Add alternate reference layer for points to path algorithm
- 09:51 AM Revision 572dadab (qgis): Remember window geometry in multi input dialogs
- 09:51 AM Revision 6aa672d9 (qgis): Fix typo in gridify alg
- 09:51 AM Revision 591de92b (qgis): Port gridify to new API
- 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 ... - 09:51 AM Revision 0930e18b (qgis): Add tests for gridify
- 09:51 AM Revision 54be7204 (qgis): Port grid lines to new API
- 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 - 09:51 AM Revision c2559d82 (qgis): Add second reference layer for topocolor algorithm
- 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.
- 09:12 AM Revision 5100d85c (qgis): add category in QgsLayerMetadata using keywords
- 08:59 AM Revision b0c29dab (qgis): update oracle selection dialog (followup dc6017dc1)
Also available in: Atom