Activity

From 2017-09-08 to 2017-10-07

2017-10-07

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

2017-10-06

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

2017-10-05

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

2017-10-04

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

2017-10-03

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

2017-10-02

11:58 PM Revision f3a4a6b2 (qgis): debian packaging: add 3d for sid and artful
Jürgen Fischer
11:02 PM Revision 68bb68d1 (qgis): [FEATURE] QGIS 3D (pull request #5203)
Martin Dobias
06:38 PM Revision b5f38326 (qgis): Merge pull request #5280 from NaturalGIS/saga_remove_imagery_vigra
[processing] remove SAGA imagery_vigra tools Alexander Bruy
06:34 PM Revision 74728e8e (qgis): fix GRASS7 v.rast.stats module
Giovanni Manghi
05:26 PM Revision c856ba3e (qgis): [auth] XYX use the new authentication widget
Alessandro Pasotti
05:17 PM Revision fbe1736a (qgis): remove SAGA imagery_vigra tools
Giovanni Manghi
05:12 PM Revision 4e4a660a (qgis): [auth] PG uses the new authentication widget
Alessandro Pasotti
05:12 PM Revision f09e5b16 (qgis): [auth] Renamed setters to better follow Qt5 conventions
Alessandro Pasotti
04:40 PM Revision 6378042b (qgis): [auth] DB2 use the new authentication widget
Alessandro Pasotti
04:39 PM Revision dfdf2cee (qgis): [auth] Added support for "Store" checkboxes
Alessandro Pasotti
04:16 PM Revision 143c4bf6 (qgis): Merge pull request #5275 from daniviga/qgis3-rpm
Initial RPM sources update for QGIS3 Matthias Kuhn
02:44 PM Revision 7ee03a6a (qgis): [auth] Use new auth settings widget in http connections dialogs
Alessandro Pasotti
02:44 PM Revision c57b9e7e (qgis): [auth] Tests for new setters methods
Alessandro Pasotti
02:43 PM Revision 7c0ac6e2 (qgis): [auth][cosmetic] Moved method
Alessandro Pasotti
02:29 PM Revision 1facaefa (qgis): Avoid crashes with relation reference widget
Matthias Kuhn
02:26 PM Revision bdddc3ba (qgis): [auth] Added setters to the auth settings widget
Also:
- removed wrapper goupBox for added flexibility
- explicit connections
Alessandro Pasotti
02:26 PM Revision 317cb7a1 (qgis): [auth] Removed group box wrapper
Alessandro Pasotti
02:03 PM Revision 2fa68110 (qgis): Merge pull request #5279 from boundlessgeo/auth_widget_signals
[auth] Use explicit signal connections in auth settings widget Alessandro Pasotti
12:33 PM Revision 82dcc688 (qgis): follow up cef2f89f45
Alexander Bruy
12:26 PM Revision feeec8e0 (qgis): [auth] Use explicit signal connections
Alessandro Pasotti
11:34 AM Revision cef2f89f (qgis): [processing] nviz is not available in GRASS 7 (fix #17145)
Alexander Bruy
10:54 AM Revision 57829752 (qgis): [processing] remove "Select by..." algorithms from modeler (fix #17211)
Alexander Bruy
09:44 AM Revision 11eb9cfe (qgis): Show actions menu in feature form
Fix #16889 Matthias Kuhn
09:19 AM Revision 471204dd (qgis): [style dock] fix wrong label settings when switching layers
(fixes #17029) Mathieu Pellerin - nIRV
09:18 AM Revision 5bdb605f (qgis): Merge pull request #5270 from boundlessgeo/auth_widget2
[auth][needs-docs] Authentication widget Alessandro Pasotti
09:12 AM Revision 524c7915 (qgis): Update qgis-mime.xml for RPM, replace wrong ext in buildrpms.sh
Daniele Viganò
09:08 AM Revision 4c8171d7 (qgis): Reborn of QgsMapToolCircle3Tangents. Thanks Martin!
Loïc BARTOLETTI
08:55 AM Revision 3caf61a8 (qgis): Force vim syntax in rpm/qgis.spec.template
Daniele Viganò
08:52 AM Revision 65bade9d (qgis): Typo fix
Matthias Kuhn
08:52 AM Revision f781b4f4 (qgis): Add missing break
Matthias Kuhn
05:37 AM Revision 60fd7636 (qgis): Merge pull request #5157 from pblottiere/server_bugfix_ogc_invalid_quer...
[server][bugfix] Fix OGC test getfeatureinfo:invalid-query_layers Paul Blottiere
03:33 AM Revision d1018cbe (qgis): Merge pull request #5268 from nyalldawson/flash2
[FEATURE] Flash features Nyall Dawson
03:30 AM Revision 2326334c (qgis): Update INSTALL
Nyall Dawson
03:21 AM Revision 43301202 (qgis): Update references to Qt4 in msys build instructions to Qt5
(untested) Nyall Dawson
03:19 AM Revision 078d68fb (qgis): Update ancient cmake download link
Nyall Dawson
03:17 AM Revision 6e14917a (qgis): Explicitly mention that Python3 is a compulsory build dependancy
Nyall Dawson
03:14 AM Revision 93a5a849 (qgis): Add python3-six to windows build deps
It's required for building the expression context help Nyall Dawson
02:56 AM Revision d922b554 (qgis): Fix some gcc build warnings
Nyall Dawson
02:56 AM Revision d22bfca9 (qgis): Avoid some unnecessary build warnings when WITH_BINDINGS is off
Nyall Dawson
02:28 AM Revision 5b6f02ec (qgis): Refine flash features API
Use a QgsCoordinateReferenceSystem object instead of
QgsVectorLayer to make API more flexible
Nyall Dawson

2017-10-01

01:52 AM Revision a874faf6 (qgis): Fix rubber band doesn't like geometries with Z/M
Nyall Dawson
01:52 AM Revision 4374c6e4 (qgis): Fix incorrect draw stacking when drawing rubber bands with
secondary lines enabled Nyall Dawson
01:52 AM Revision 3e9fa726 (qgis): [FEATURE] Flash features in canvas
This adds:
- API call to QgsMapCanvas to flash a set of features
- A right click menu option in the attribute table t...
Nyall Dawson
01:52 AM Revision fc844c66 (qgis): More efficient canvas features flash
Nyall Dawson
01:52 AM Revision dfe0cbaf (qgis): Use a clone of the renderer for attribute table model
Fixes potential crash Nyall Dawson
01:52 AM Revision e54ea73e (qgis): Make rubber band creation a bit more efficient (avoid multiple transfor...
Nyall Dawson
11:53 PM Revision c51c0576 (qgis): Update links to issues in qgis.spec.template
Daniele Viganò
11:41 PM Revision 15e5419a (qgis): Initial RPM sources update for QGIS3
Daniele Viganò
09:37 PM Revision d46c4401 (qgis): Downgrade "Super 3D Map Widget" to plain, average, ordinary "3D Map" wi...
Martin Dobias
09:33 PM Revision 0951ff7e (qgis): Fix crash in tessellation (polygon 3D symbol) for touching rings
Martin Dobias
08:59 PM Revision ac5d59bc (qgis): [tr] updated spanish translation from carlos
Werner Macho
02:15 PM Revision b3fb4ed8 (qgis): bring back sip workaround, but only for the affected versions (followup...
(cherry picked from commit 2abb209d248b27f9716029966eb9a11631fa9e2f) Jürgen Fischer

2017-09-30

01:09 AM Revision df71901a (qgis): fix windows build
Jürgen Fischer
10:52 PM Revision 92af1dac (qgis): Replace default constructors/destructors with = default
Nyall Dawson
01:39 PM Revision 8dc70b47 (qgis): Add copyright headers + few bits from review + fixing sip updates
Martin Dobias
12:21 PM Revision ae3b3ecf (qgis): Introduced Shape enum for 3D point symbols (from Nyall's review)
Martin Dobias
11:41 AM Revision 982cfef0 (qgis): Turn QDoubleSpinBox widgets into QgsDoubleSpingBox (from Nyall's review)
Martin Dobias
11:35 AM Revision 518dd176 (qgis): Address comments from Nyall's code review
Martin Dobias
09:49 AM Revision e4a4d3d1 (qgis): [auth] Sipify
Alessandro Pasotti
08:59 AM Revision e33ff060 (qgis): [auth] Renamed class to QgsAuthSettingsWidget
Alessandro Pasotti

2017-09-29

10:47 PM Revision e9b2eeed (qgis): [auth] Restore configurations active tab at start
Alessandro Pasotti
10:47 PM Revision ad2b58a5 (qgis): [auth] Added \since QGIS 3
Alessandro Pasotti
06:11 PM Revision 0ec17435 (qgis): [auth] New icons for the config selector widget
Alessandro Pasotti
05:55 PM Revision 08cb2d78 (qgis): [FEATURE] Default values on update
Add an option to add default values on update of attributes or geometry.
This can be seen as a "derived value" that w...
Matthias Kuhn
05:52 PM Revision 2fbb6f09 (qgis): Avoid recursion in apply on update default values
Matthias Kuhn
05:52 PM Revision e0cdb18e (qgis): Fix indentation
Matthias Kuhn
05:52 PM Revision e0250117 (qgis): Make Mr. Travis happy
Matthias Kuhn
05:52 PM Revision cf77ffe8 (qgis): Config interface for apply on update default values
Matthias Kuhn
05:52 PM Revision 3562af4d (qgis): Fix missing import
Matthias Kuhn
05:52 PM Revision 89289598 (qgis): Doxygen
Matthias Kuhn
05:52 PM Revision 6e3c01db (qgis): Fix QgsVectorLayerUtils::createFeature
Matthias Kuhn
05:52 PM Revision 17fe7e8a (qgis): Doxygen updates for changed method names
Matthias Kuhn
05:52 PM Revision 5be2bc10 (qgis): Default Value updates for QgsField stream operator
Matthias Kuhn
05:52 PM Revision 366433e1 (qgis): Add more applyOnUpdate tests
Matthias Kuhn
05:52 PM Revision 0dbe5882 (qgis): Fix compilation
Matthias Kuhn
05:52 PM Revision 1552b4ed (qgis): Test updates for changed method name/signature
Matthias Kuhn
05:52 PM Revision 951b699c (qgis): More default value tests
Matthias Kuhn
05:52 PM Revision f0b71499 (qgis): Rename QgsField::defaultValue
It's now called QgsField::defaultValueDefinition, because it's only a
value after being evaluated
Matthias Kuhn
05:52 PM Revision ff385fb0 (qgis): Add tests for QgsDefaultValue
Matthias Kuhn
05:52 PM Revision 4c118be5 (qgis): Actually apply default value
Matthias Kuhn
05:52 PM Revision 05adea83 (qgis): Pssst... Quiet, there are people around
Matthias Kuhn
05:52 PM Revision dded657a (qgis): Fix typo in QgsFields api doc
Matthias Kuhn
05:52 PM Revision 900be9f5 (qgis): Properly report QgsDefaultValue.__bool__ in Python
Matthias Kuhn
05:52 PM Revision f99044f9 (qgis): Remove redundant nullptr check
Matthias Kuhn
05:52 PM Revision f2d512a7 (qgis): Apply default values on update
Matthias Kuhn
05:52 PM Revision 650b64eb (qgis): Update cpp tests for QgsDefaultValue
Matthias Kuhn
05:52 PM Revision 7c9967a9 (qgis): Add some doxymentation
Matthias Kuhn
05:52 PM Revision 5fba1e85 (qgis): Add sip bindings
Matthias Kuhn
05:52 PM Revision cab3a384 (qgis): Doxymentation
Matthias Kuhn
05:52 PM Revision 7b36287f (qgis): Use QgsDefaultValue throughout the code
Matthias Kuhn
05:52 PM Revision d6eb7ba3 (qgis): Add "apply on update" option to default values
Matthias Kuhn
05:41 PM Revision cb8ae89d (qgis): Merge pull request #5269 from m-kuhn/represent_value
[expression] represent_value also determines implicitly provided column name Matthias Kuhn
05:40 PM Revision 971bd6c6 (qgis): Ignore missing logfile
Matthias Kuhn
05:40 PM Revision 988aa78f (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
05:40 PM Revision f10eb985 (qgis): Make valid CRS test less sensitive
See https://github.com/qgis/QGIS/commit/fbf99afd01a9dbf7bc8a09cea0f9e9d6d0729a67#commitcomment-24572295 Matthias Kuhn
05:40 PM Revision d947c8d7 (qgis): Update control image mask
Matthias Kuhn
05:40 PM Revision 0a9a352f (qgis): Make parse_dash_result safer to use
Matthias Kuhn
05:37 PM Revision f981795b (qgis): Silence the lambs
Matthias Kuhn
05:37 PM Revision 8e7db548 (qgis): Range based for loop
Matthias Kuhn
05:36 PM Revision d299c687 (qgis): Fix NULL vs 0 issue in relation reference widget
Fix #16760 https://issues.qgis.org/issues/16760 Matthias Kuhn
05:34 PM Revision 242696c1 (qgis): [auth] Added tests and completed QgsAuthenticationWidget
Alessandro Pasotti
05:01 PM Revision ca5a0bb3 (qgis): Fix python expression functions
Matthias Kuhn
02:48 PM Revision e4767e69 (qgis): Remove debug statement
Matthias Kuhn
02:33 PM Revision 7410fbb0 (qgis): Some layout changes
Matthias Kuhn
02:15 PM Revision d5e0b183 (qgis): Fix store/reload of widget configuration
Matthias Kuhn
02:13 PM Revision 44ce819c (qgis): Silence of the lambs
Matthias Kuhn
02:13 PM Revision e3de218c (qgis): Range based for loop
Matthias Kuhn
01:12 PM Revision f4bc3a28 (qgis): typo fix
Jürgen Fischer
12:49 PM Revision 7804e04b (qgis): [auth] Add missing import after re-design of the auth config selector
Alessandro Pasotti
12:49 PM Revision 45821359 (qgis): [auth] Morph push button to toolbutton for consistency and Mac compatib...
Alessandro Pasotti
12:49 PM Revision 9ba7a8ca (qgis): [auth] Re-designed authentication configuration selector widget
- single line widget
- takes much less space
- it has the same functionality of the previous version
- use icons and ...
Alessandro Pasotti
12:16 PM Revision db0c223a (qgis): [auth] Added new widget ui
Alessandro Pasotti
11:03 AM Revision 95a392b0 (qgis): Fix reference to temporary
Matthias Kuhn
11:02 AM Revision a1fd8204 (qgis): Avoid warnings
Matthias Kuhn
11:01 AM Revision 9f19665c (qgis): Cleanup slots
Matthias Kuhn
10:58 AM Revision 0fbdb045 (qgis): API break documentation
Matthias Kuhn
10:58 AM Revision 050119c2 (qgis): Add test
Matthias Kuhn
10:58 AM Revision a97d8464 (qgis): Single parameter version of `represent_value`
Becuase `represent_value("fieldname")` is much shorter to write and in 98%
there is no need to specify the name separ...
Matthias Kuhn
10:44 AM Revision 9356371b (qgis): Disable QgsFieldsProperites save logic
Matthias Kuhn
10:42 AM Revision b238103c (qgis): Deal with QGIS' need to talk
Matthias Kuhn
10:42 AM Revision f4cc8700 (qgis): Deal with QGIS' need to talk
Matthias Kuhn
10:33 AM Revision 91d7a9b6 (qgis): [auth] New authentication settings widget
Alessandro Pasotti
10:30 AM Revision c5ed92ca (qgis): Translate error message in exception
Paul Blottiere
10:30 AM Revision 54137b75 (qgis): Fix OGC test getfeatureinfo:invalid-query_layers
Paul Blottiere
10:30 AM Revision 203e81fa (qgis): Add tests
Paul Blottiere
10:26 AM Revision 5230680c (qgis): Fix OGC test getfeatureinfo:invalid-info_format
Paul Blottiere
10:26 AM Revision 04cdf496 (qgis): Add some tests
Paul Blottiere
08:53 AM Revision 06899d14 (qgis): add libzip-devel for fedora build
in the fedora build instruction libzip-devel was missing Marco Bernasocchi
08:53 AM Revision e06ec712 (qgis): Update linux.t2t
Marco Bernasocchi
07:14 AM Revision 2d368142 (qgis): Merge pull request #5267 from NaturalGIS/more_saga_fixes
[processing] more SAGA tools fixes Alexander Bruy

2017-09-28

12:24 AM Revision 1658c12e (qgis): translation fix
Jürgen Fischer
11:53 PM Revision 15ed0718 (qgis): german translation update
Jürgen Fischer
11:36 PM Revision cafe9d46 (qgis): remove qgscontexthelp_texts.cpp from i18n
Jürgen Fischer
11:24 PM Revision 27b075ff (qgis): Modernize
Loïc BARTOLETTI
09:48 PM Revision a8f9f9f9 (qgis): Merge branch 'master' into regularShape_gui
Loïc BARTOLETTI
06:55 PM Revision 6698c07b (qgis): more SAGA tools fixes
Giovanni Manghi
05:33 PM Revision 69f370e4 (qgis): Merge pull request #5152 from ismailsunni/add_section
Add section in beginGroup and remove Setting. Alessandro Pasotti
04:26 PM Revision 8e4234ca (qgis): Fix tools which doesn't works when map is rotated
Loïc BARTOLETTI
04:18 PM Revision 7afddf26 (qgis): Merge pull request #5265 from alexbruy/fix-rasterize
[processing] fix Python error in rasterize algorithms Alexander Bruy
02:55 PM Revision f8f834bf (qgis): Fix build warnings
Matthias Kuhn
02:48 PM Revision d2f11b34 (qgis): Merge remote-tracking branch 'qgis/master' into propertieslayout
Matthias Kuhn
02:16 PM Revision ae806ad1 (qgis): Add items for project map layers and relations to expression builder
Allows easy insertion of map layer IDs and relation IDs into
expressions. Numerous expression functions now utilise t...
Nyall Dawson
02:01 PM Revision 43125049 (qgis): Change widget selection list to combobox
Matthias Kuhn
01:52 PM Revision 7de9078f (qgis): Merge pull request #5264 from NaturalGIS/fix_saga_several_tools
[procesing] fix few SAGA modules Alexander Bruy
01:26 PM Revision 630b567d (qgis): Descriptive Titles
Matthias Kuhn
01:23 PM Revision 28373079 (qgis): Ignore missing logfile
Matthias Kuhn
01:22 PM Revision 693669fe (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
01:22 PM Revision c1d34e82 (qgis): Make parse_dash_result safer to use
Matthias Kuhn
01:22 PM Revision 475154c5 (qgis): Make valid CRS test less sensitive
See https://github.com/qgis/QGIS/commit/fbf99afd01a9dbf7bc8a09cea0f9e9d6d0729a67#commitcomment-24572295 Matthias Kuhn
01:22 PM Revision 00e9217b (qgis): Update control image mask
Matthias Kuhn
01:22 PM Revision af0451c4 (qgis): Fix debug logging
Matthias Kuhn
01:22 PM Revision e2fa1a09 (qgis): parse_dash_results: Clean exit when finished
Matthias Kuhn
01:22 PM Revision a33c86db (qgis): parse_dash_results: Better info messages
Matthias Kuhn
01:22 PM Revision 5250b0d4 (qgis): Fix test
Matthias Kuhn
01:22 PM Revision 84955b2c (qgis): parse_dash_results: Put images in scroll area
Matthias Kuhn
01:22 PM Revision a65f5189 (qgis): Use self.assertTrue instead of assert
Matthias Kuhn
01:22 PM Revision 2bbc5a54 (qgis): Test debug information
Matthias Kuhn
01:22 PM Revision 82e6192e (qgis): More control images
Matthias Kuhn
01:22 PM Revision 58b2fe69 (qgis): More control image updates
Matthias Kuhn
01:22 PM Revision 6ff708e4 (qgis): Update parse_dash_results.py for Python 3
Matthias Kuhn
01:22 PM Revision 2c0e61be (qgis): Fix some test masks
Matthias Kuhn
01:22 PM Revision 12e5b720 (qgis): Some cleanup
Matthias Kuhn
01:22 PM Revision ae9f263e (qgis): Create test postgres database with UTF-8
Matthias Kuhn
01:22 PM Revision 6a1973c1 (qgis): Remove unrequired cast
Matthias Kuhn
01:22 PM Revision b0eb84be (qgis): We skip tests based on the environment variable TRAVIS
Matthias Kuhn
01:22 PM Revision 64ec2044 (qgis): [docker] Install curl for cdash results link
Matthias Kuhn
01:22 PM Revision d62d9aa5 (qgis): [travis] Restore postgres database after build
This will give postgres plenty of time to start up Matthias Kuhn
01:22 PM Revision 7a84a76e (qgis): Fix postgres restore
Matthias Kuhn
01:22 PM Revision d64215e6 (qgis): We all need to get more sleep
Matthias Kuhn
01:22 PM Revision 4c2a3db7 (qgis): [travis] Enable all tests
Matthias Kuhn
01:22 PM Revision 7a8a9b76 (qgis): [travis] Give postgres some time to start
Matthias Kuhn
01:22 PM Revision efd3e0c1 (qgis): [docker] Fix unicode issues
Matthias Kuhn
01:22 PM Revision c1d32f60 (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
01:22 PM Revision 191a952e (qgis): [processing] Add new projection candidate to test
Matthias Kuhn
01:22 PM Revision 1785c8e7 (qgis): use same build folder
Denis Rouzaud
01:22 PM Revision e2f64b8b (qgis): remove extra doc coverage test
Denis Rouzaud
01:22 PM Revision ceb3883d (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
01:22 PM Revision 44c1f7fc (qgis): chmod -x StatisticsByCateogries.py
Matthias Kuhn
01:22 PM Revision fa104bde (qgis): fix code layout build
Denis Rouzaud
01:22 PM Revision ce109eac (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
01:18 PM Revision 71042b97 (qgis): # This is a combination of 5 commits.
# The first commit's message is:
some fixes
# The 2nd commit message will be skipped:
# more fixes
# The 3rd commi...
Denis Rouzaud
01:18 PM Revision 7a2e0892 (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
01:18 PM Revision 4600ce58 (qgis): some fixes
Denis Rouzaud
01:18 PM Revision a0d13f65 (qgis): Wait for postgres server to spin up
Matthias Kuhn
01:18 PM Revision ae137825 (qgis): Setup postgis
Matthias Kuhn
01:18 PM Revision 531dadf6 (qgis): fix psql
Denis Rouzaud
01:18 PM Revision 1566fdd5 (qgis): Output on failure
Matthias Kuhn
01:18 PM Revision 2f600a5c (qgis): echo instead of ninja
Denis Rouzaud
01:18 PM Revision 603375ed (qgis): use ninja and env var
Denis Rouzaud
01:18 PM Revision cd29a44c (qgis): better var names
Denis Rouzaud
01:18 PM Revision bb379241 (qgis): add travis branch
Denis Rouzaud
01:18 PM Revision 2098cfac (qgis): Fix build folder
Matthias Kuhn
01:18 PM Revision 451939d1 (qgis): explicit setup of ccache
Denis Rouzaud
01:18 PM Revision 634317eb (qgis): fix ctest command
Denis Rouzaud
01:18 PM Revision 9352a012 (qgis): fix line ending
Denis Rouzaud
01:18 PM Revision 06e48c16 (qgis): missing ctest var
Denis Rouzaud
01:18 PM Revision 2057b7c3 (qgis): try to add git to the image
Denis Rouzaud
01:18 PM Revision 720f5d7e (qgis): missing env var
Denis Rouzaud
01:18 PM Revision a0add177 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
01:14 PM Revision 57ec209c (qgis): Ignore missing logfile
Matthias Kuhn
12:25 PM Revision f8152c1e (qgis): Update the QgsRatioLockButton use for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision 954d62f5 (qgis): Update SIP for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision 48514d2e (qgis): Add tests for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision aee93b0c (qgis): Use QgsRatioLockButton for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision 60cf7bda (qgis): Configure and use fixedAspectRatio in QgsSvgSymbolLayerWidget and QgsSv...
René-Luc ReLuc
12:23 PM Revision 740ccbe9 (qgis): Add fixedAspectRatio in QgsSvgCacheEntry and compute image size accordi...
David Marteau
12:23 PM Revision 5e101aa0 (qgis): Merge branch 'fix_saga_paramater' into release-2_18
Alexander Bruy
12:22 PM Revision c421ae7e (qgis): fix indentation
Alexander Bruy
12:20 PM Revision 0bd3e918 (qgis): Merge branch 'fix_saga_paramater' of https://github.com/NaturalGIS/natu...
Alexander Bruy
12:03 PM Revision 8f7190f2 (qgis): Remove switch default: Force warnings
Matthias Kuhn
12:03 PM Revision 8bef8d81 (qgis): Range-based for loop
Matthias Kuhn
12:03 PM Revision 67d2dd53 (qgis): m prefix is only for members
Matthias Kuhn
12:01 PM Revision 04e54903 (qgis): Add unit test for remove and beginGroup with section.
Ismail Sunni
12:01 PM Revision 0c7c4948 (qgis): Add section in beginGroup and remove Setting.
Ismail Sunni
12:00 PM Revision 2116a60b (qgis): [processing] prevent Python error if input layer is not set (fix #16061)
Alexander Bruy
11:59 AM Revision 89943e12 (qgis): Add getter/setter for type
Matthias Kuhn
11:55 AM Revision eb9f44d4 (qgis): fix few SAGA modules
Giovanni Manghi
11:43 AM Revision 3076cdfa (qgis): Debug return code
Matthias Kuhn
11:39 AM Revision 02b3865e (qgis): Code formatting
Matthias Kuhn
10:12 AM Revision 26c61eb9 (qgis): [custom widgets] fix missing file widget
Denis Rouzaud
10:00 AM Revision a848be9d (qgis): [custom widget] fix missing external resource widget
Denis Rouzaud
09:58 AM Revision f9f5aafa (qgis): [custom widget] fix missing external resource widget
Denis Rouzaud

2017-09-27

11:02 PM Revision a2cdc635 (qgis): debian package: handle grass RC abis
Jürgen Fischer
11:02 PM Revision c5097d87 (qgis): debian package: handle grass RC abis
Jürgen Fischer
11:02 PM Revision ebec25f7 (qgis): debian package: handle grass RC abis
Jürgen Fischer
10:53 PM Revision c6ac16eb (qgis): debian packaging: depend on grass abi
(cherry picked from commit ac890ba2a3f3b59d754b1fcd818d053f8189c96d) Jürgen Fischer
10:50 PM Revision ac890ba2 (qgis): debian packaging: depend on grass abi
(cherry picked from commit a7d1a66e5dd0dccf75d276890fd969e6c07519c9) Jürgen Fischer
10:47 PM Revision a7d1a66e (qgis): debian packaging: depend on grass abi
Jürgen Fischer
09:25 PM Revision 8c3939e7 (qgis): More efficient use of QStrings
- use .isEmpty() instead of == QLatin1String( "" ) to check for
empty strings
- use .clear() instead of = QLatin1Stri...
Nyall Dawson
08:05 PM Revision 036646fc (qgis): Fix Object Inspector in Python console editor
Gary Sherman
06:17 PM Revision 0334d278 (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
05:52 PM Revision 43a9bc14 (qgis): Make case consistent for description of Run Script tool in Python console
Gary Sherman
05:41 PM Revision 829702bd (qgis): Merge pull request #5253 from boundlessgeo/auth_proxy
[auth][feature][needs-docs] Proxy authentication integration with QGIS authentication system Alessandro Pasotti
05:09 PM Revision be9b85e9 (qgis): Make parse_dash_result safer to use
Matthias Kuhn
05:09 PM Revision 8faee72d (qgis): Update control image mask
Matthias Kuhn
04:45 PM Revision d3d8f4dd (qgis): Merge pull request #5223 from boundlessgeo/geom_compatibility_check_rel...
On behalf of Giovanni: Geom compatibility check release 2.18 fixes #15741 #16927 Larry Shaffer
04:31 PM Revision 3f317b62 (qgis): Remove no more usable tools Circle by 3 tangents
Loïc BARTOLETTI
04:17 PM Revision 48da6910 (qgis): Suppress old constructors
Loïc BARTOLETTI
04:15 PM Revision ba07676c (qgis): Fix minimum for QgsMapToolRegularPolygonCenterPoint
Loïc BARTOLETTI
03:22 PM Revision 03a444ca (qgis): [processing] improve loading help from local files (refs #17191)
Alexander Bruy
03:15 PM Revision 385cca60 (qgis): [auth] Added debug messages
Alessandro Pasotti
03:15 PM Revision 40b7f791 (qgis): [auth] Added tests for updateNetworkProxy
Alessandro Pasotti
02:51 PM Revision e3a1b8d6 (qgis): Fix CRS test
Matthias Kuhn
02:11 PM Revision 0310a7b5 (qgis): DELETE ME - temporary debug
Matthias Kuhn
01:58 PM Revision 041704e5 (qgis): Require Qt >= 5.8 when 3D support is enabled
Martin Dobias
01:15 PM Revision ceb3aa57 (qgis): DELETE ME - temporary debug
Matthias Kuhn
01:10 PM Revision 1eb26d84 (qgis): Make valid CRS test less sensitive
See https://github.com/qgis/QGIS/commit/fbf99afd01a9dbf7bc8a09cea0f9e9d6d0729a67#commitcomment-24572295 Matthias Kuhn
12:02 PM Revision 2b311274 (qgis): Law & order in the main "3d" directory
Just renames / cleanup - no code changes Martin Dobias
12:01 PM Revision 59904fbf (qgis): [processing] correctly raise exception (fix #17148)
Alexander Bruy
11:18 AM Revision 87a58f02 (qgis): Fix debug logging
Matthias Kuhn
10:57 AM Revision 97b46d96 (qgis): Law & order in "terrain" subdir
No actual code changes, just renaming / cleanups Martin Dobias
10:37 AM Revision 692c1a89 (qgis): Law & order in "chunks" subdir (variable naming, no public member vars)
No actual code changes, just renames / moves Martin Dobias

2017-09-26

01:34 AM Revision 6ce8b4c8 (qgis): Merge pull request #5259 from nyalldawson/modernize
Modernize initializers Nyall Dawson
09:31 PM Revision 6602855a (qgis): Merge branch 'master' into regularShape_gui
Loïc BARTOLETTI
09:23 PM Revision 79fb064c (qgis): resolve conflicts
Loïc BARTOLETTI
09:07 PM Revision 65170d0e (qgis): Remove some unneeded initializations
Nyall Dawson
09:02 PM Revision a87d352b (qgis): Run clang-tidy modernize-use-default-member-init to move member
initialization to headers (c++11 style) Nyall Dawson
07:50 PM Revision e80cafb8 (qgis): Fix tools with extent when map is rotated (add a messagebar)
Loïc BARTOLETTI
05:59 PM Revision faa91346 (qgis): Merge pull request #5260 from boundlessgeo/bugfix_16794_release_2_18
[bugfix] SingleBandPseudoColor crashes when min or max is NaN Alessandro Pasotti
05:23 PM Revision 50b663ea (qgis): [bugfix] SingleBandPseudoColor crashes when min or max is NaN
.. in styling dock
Fixes #16794
Alessandro Pasotti
04:17 PM Revision 53a84849 (qgis): [auth] Updated debug string
Alessandro Pasotti
04:09 PM Revision e536cdde (qgis): Merge pull request #5249 from boundlessgeo/auth_certs_store_tab
[auth] Certs manager remembers (in the settings) the last opened tab Alessandro Pasotti
02:32 PM Revision bce90039 (qgis): Followup 3413548
Matthias Kuhn
02:29 PM Revision f6479c1f (qgis): [processing] Fields mapper code improvement
Matthias Kuhn
02:28 PM Revision e604460a (qgis): Add unit tests for represent_value
Matthias Kuhn
02:28 PM Revision b527be02 (qgis): Fix function help for represent_value
Matthias Kuhn
02:28 PM Revision beddd250 (qgis): [FEATURE] Expression function represent_value
This will lookup the representation value given the widget
configuration. This is helpful to get nicely formatted mes...
Matthias Kuhn
02:17 PM Revision e9d0dc1a (qgis): Qgs-ify axis aligned bounding box. Qgs-ification finished!
Martin Dobias
01:59 PM Revision 894db92b (qgis): Qgs-ification of classes for chunked rendering
Martin Dobias
01:26 PM Revision 278a88ce (qgis): typo
Luigi Pirelli
01:23 PM Revision 027a7154 (qgis): updated doxigen directives
Luigi Pirelli
01:13 PM Revision fbaf966a (qgis): explicit 0 value in case add Z or M
Luigi Pirelli
11:43 AM Revision c54e2024 (qgis): more explicit documentation
Luigi Pirelli
09:43 AM Revision 2a08a7fb (qgis): Fix doxygen warnings
Martin Dobias
09:34 AM Revision a7e704ef (qgis): added test to avoid convertion from multy to single
Luigi Pirelli
09:34 AM Revision 3264709f (qgis): flat geom (remove Z) if provider is 2D and geom is 3D + test
Luigi Pirelli
09:34 AM Revision 6cd38fec (qgis): remove M if provider does not have + relative test
Luigi Pirelli
09:34 AM Revision 1e2a2131 (qgis): notify adaptGeometry error via pushMessage
Luigi Pirelli
09:34 AM Revision 99cf08f8 (qgis): added more unit test
Luigi Pirelli
09:34 AM Revision 43ef3f3c (qgis): better doxy description and spelling
Luigi Pirelli
09:34 AM Revision 016363f6 (qgis): manage addFeatures fails (mainly due to geom compatibility check)
Luigi Pirelli
09:34 AM Revision 7012c128 (qgis): manage new geom compatibility check when changeGeometry
Luigi Pirelli
09:34 AM Revision bcd2e046 (qgis): Added level to message log
Luigi Pirelli
09:34 AM Revision 101c5ccb (qgis): adapted test to addFeature new check geometry
Luigi Pirelli
09:34 AM Revision 45f041d2 (qgis): fixed misleading error return code in addPart
Luigi Pirelli
09:34 AM Revision 8a4d32fa (qgis): remove unuseful message managed by pushMessage from provider
Luigi Pirelli
09:34 AM Revision c33ae017 (qgis): return geom compatibility check in addFeature and changeGeometry
Luigi Pirelli
09:34 AM Revision 850ccb65 (qgis): removed unuseful use of "this"
Luigi Pirelli
09:34 AM Revision 7a5133a4 (qgis): refrased messagelog title
Luigi Pirelli
09:34 AM Revision f2762164 (qgis): mispelling doc and explicit geometry name
Luigi Pirelli
09:34 AM Revision bbfa048c (qgis): added sip binding for the new adaptedGeometry protected method
Luigi Pirelli
09:34 AM Revision 1aaad7be (qgis): cleaning + more comments
Luigi Pirelli
09:34 AM Revision e3cf1e0e (qgis): better doxigen description
Luigi Pirelli
09:34 AM Revision d0859f19 (qgis): added adaptGeometry method to avoid code redundance + removed control i...
Luigi Pirelli
09:23 AM Revision 6c8a3b91 (qgis): Move DEM terrain tile loader to a separate file
Martin Dobias
08:50 AM Revision 5ad59305 (qgis): Merge pull request #5255 from nyalldawson/proc_test
Resurrect some commented out processing tests Nyall Dawson
08:12 AM Revision 8c5a4c68 (qgis): Fixup 3413548f5bb36494
Matthias Kuhn
08:05 AM Revision 9d8854fc (qgis): Add an empty line
Because the world will explode if not Nyall Dawson
07:55 AM Revision 2e3a4b1d (qgis): Fix test
Matthias Kuhn
07:55 AM Revision cfd6bf53 (qgis): parse_dash_results: Better info messages
Matthias Kuhn
07:55 AM Revision ca8b7ff3 (qgis): parse_dash_results: Clean exit when finished
Matthias Kuhn
07:55 AM Revision 64763d96 (qgis): parse_dash_results: Put images in scroll area
Matthias Kuhn
07:55 AM Revision 1fcdb095 (qgis): DELETEME debug commit
Matthias Kuhn
07:55 AM Revision 3413548f (qgis): Use self.assertTrue instead of assert
Matthias Kuhn
07:55 AM Revision 9c03c420 (qgis): Test debug information
Matthias Kuhn
07:55 AM Revision 106cfe90 (qgis): More control images
Matthias Kuhn
07:55 AM Revision 03587c94 (qgis): More control image updates
Matthias Kuhn
07:55 AM Revision 4026090a (qgis): Create test postgres database with UTF-8
Matthias Kuhn
07:55 AM Revision 2caca88e (qgis): Fix some test masks
Matthias Kuhn
07:55 AM Revision 58635fb5 (qgis): Update parse_dash_results.py for Python 3
Matthias Kuhn
07:55 AM Revision dda83f8c (qgis): Remove unrequired cast
Matthias Kuhn
07:55 AM Revision 285a7e5c (qgis): Some cleanup
Matthias Kuhn
07:55 AM Revision e22189d4 (qgis): [docker] Install curl for cdash results link
Matthias Kuhn
07:55 AM Revision b3d7715d (qgis): We skip tests based on the environment variable TRAVIS
Matthias Kuhn
07:55 AM Revision c2377b8c (qgis): Fix postgres restore
Matthias Kuhn
07:55 AM Revision 9a1beac0 (qgis): [travis] Give postgres some time to start
Matthias Kuhn
07:55 AM Revision 53275d24 (qgis): [travis] Restore postgres database after build
This will give postgres plenty of time to start up Matthias Kuhn
07:55 AM Revision 6be1d05f (qgis): We all need to get more sleep
Matthias Kuhn
07:55 AM Revision d83abc0d (qgis): [docker] Fix unicode issues
Matthias Kuhn
07:55 AM Revision efaaec6c (qgis): [travis] Enable all tests
Matthias Kuhn
07:55 AM Revision 53c9aa04 (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
07:55 AM Revision 27967c00 (qgis): [processing] Add new projection candidate to test
Matthias Kuhn
07:55 AM Revision ccce0103 (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
07:54 AM Revision 4ecd0c38 (qgis): chmod -x StatisticsByCateogries.py
Matthias Kuhn
07:54 AM Revision 37deb20a (qgis): remove extra doc coverage test
Denis Rouzaud
07:54 AM Revision d5380375 (qgis): fix code layout build
Denis Rouzaud
07:54 AM Revision 9c1e1ee9 (qgis): use same build folder
Denis Rouzaud
07:54 AM Revision b9024de7 (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
07:54 AM Revision fee9093e (qgis): ...
Denis Rouzaud
07:54 AM Revision 132cb20c (qgis): Revert "some fixes"
This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45. Denis Rouzaud
07:54 AM Revision f8f98579 (qgis): Revert "more fixes"
This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad. Denis Rouzaud
07:54 AM Revision 6325c8d3 (qgis): minor fixes
Denis Rouzaud
07:54 AM Revision 43cde00f (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
07:54 AM Revision 315234cd (qgis): some fixes
Denis Rouzaud
07:54 AM Revision a952e089 (qgis): more fixes
Denis Rouzaud
07:54 AM Revision a2d18e05 (qgis): Revert "minor fixes"
This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. Denis Rouzaud
07:54 AM Revision 635c5d19 (qgis): put back waiting
Denis Rouzaud
07:54 AM Revision e051a5ec (qgis): fix psql
Denis Rouzaud
07:54 AM Revision 8b3d7194 (qgis): some fixes
Denis Rouzaud
07:54 AM Revision 893e74ea (qgis): Wait for postgres server to spin up
Matthias Kuhn
07:54 AM Revision 53a35a03 (qgis): Setup postgis
Matthias Kuhn
07:54 AM Revision 7e722ee9 (qgis): Output on failure
Matthias Kuhn
07:54 AM Revision 615aa25e (qgis): Hold on...
Matthias Kuhn
07:54 AM Revision 02ce4fa5 (qgis): Fix setup postgres
Matthias Kuhn
07:54 AM Revision 2ad299ce (qgis): Switch to make
Matthias Kuhn
07:54 AM Revision 402a7587 (qgis): Run make directly
Matthias Kuhn
07:54 AM Revision 9997b5a7 (qgis): More debug output
Matthias Kuhn
07:54 AM Revision 38247775 (qgis): Test ninja again
Matthias Kuhn
07:54 AM Revision 0238980c (qgis): use ninja and env var
Denis Rouzaud
07:54 AM Revision c66ec376 (qgis): echo instead of ninja
Denis Rouzaud
07:54 AM Revision 82920331 (qgis): fix path
Denis Rouzaud
07:54 AM Revision 2f54efda (qgis): better var names
Denis Rouzaud
07:54 AM Revision 16029a8e (qgis): add travis branch
Denis Rouzaud
07:54 AM Revision 1032f117 (qgis): explicit setup of ccache
Denis Rouzaud
07:54 AM Revision 2918217a (qgis): fix ctest command
Denis Rouzaud
07:54 AM Revision 3d852721 (qgis): Fix build folder
Matthias Kuhn
07:54 AM Revision 578c3ded (qgis): fix line ending
Denis Rouzaud
07:54 AM Revision d51d0a46 (qgis): missing ctest var
Denis Rouzaud
07:54 AM Revision f47e2bbb (qgis): try to add git to the image
Denis Rouzaud
07:54 AM Revision fbc779b0 (qgis): missing env var
Denis Rouzaud
07:54 AM Revision 9ef32f87 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
07:35 AM Revision 25037a5b (qgis): Fix test
Matthias Kuhn
07:30 AM Revision 0943cd5d (qgis): Resurrect commented out zonal stats test
Nyall Dawson
07:19 AM Revision fddb6a59 (qgis): Make shortest path test less fussy
Nyall Dawson
07:16 AM Revision 79b143bd (qgis): Enable a commented out processing test
Nyall Dawson
06:27 AM Revision bcb3e5f4 (qgis): [FEATURE] Add 'materialize' method to QgsFeatureSource
When called, materialize takes a QgsFeatureRequest argument
and runs it over the source. The resultant features
are s...
Nyall Dawson
05:58 AM Revision f8cf2f4d (qgis): [processing] Fix Refactor Fields rejects valid field configuration input
Nyall Dawson
05:39 AM Revision 270c45d1 (qgis): Merge pull request #5254 from nyalldawson/geometry_coverage
Geometry unit test coverage Nyall Dawson
04:19 AM Revision ac7fede9 (qgis): Modernize some geometry code
Nyall Dawson
04:06 AM Revision cc4fb392 (qgis): Boost test coverage of multipolygons
Nyall Dawson
04:05 AM Revision 9518c90a (qgis): Fix multipolygon allowing insertion of non polygon geometries
Nyall Dawson
03:46 AM Revision 6c328d53 (qgis): Ensure multiipolygon dimensionality is respected when adding new surfaces
Nyall Dawson
03:34 AM Revision 02493104 (qgis): Boost test coverage for multisurface
Nyall Dawson
03:28 AM Revision 5ed66052 (qgis): Fix multisurface allowing insertion of non surface geometries
Nyall Dawson
02:58 AM Revision 4d989f8f (qgis): Fix clearing multisurface should reset dimensionality
Nyall Dawson
02:48 AM Revision 31730f43 (qgis): Ensure multisurface dimensionality is respected when adding new surfaces
Nyall Dawson
02:12 AM Revision ed90bf4d (qgis): Fix multicurve allowing insertion of non curve geometries
Nyall Dawson

2017-09-25

01:33 AM Revision 65051040 (qgis): Boost test coverage of geometry classes
Nyall Dawson
01:03 AM Revision df1552ff (qgis): Ensure multicurve dimensionality is respected when adding new lines
Nyall Dawson
01:03 AM Revision c9117fc5 (qgis): Fix clearing multicurve should reset dimensionality
Nyall Dawson
12:41 AM Revision b46d8d3d (qgis): Fix memory leak when inserting invalid geometries
Nyall Dawson
12:38 AM Revision 307efe3b (qgis): Boost test coverage for multilinestrings
Nyall Dawson
12:33 AM Revision f5004ed7 (qgis): Fix multi line string allowing insertion of non line geometries
Nyall Dawson
12:23 AM Revision 6d95ba0a (qgis): Fix nasty crash caused by converting MultiLineStrings to GML2
Exporting the geometry to GML2 would corrupt it, causing a
future crash to occur
Nyall Dawson
12:07 AM Revision 039aff6d (qgis): Fix QgsMultiLineString -> toCurveType doesn't convert to curve type
Nyall Dawson
11:56 PM Revision e06ecb84 (qgis): parse_dash_results: Clean exit when finished
Matthias Kuhn
11:55 PM Revision a763f2b2 (qgis): parse_dash_results: Better info messages
Matthias Kuhn
11:55 PM Revision da7847a2 (qgis): parse_dash_results: Put images in scroll area
Matthias Kuhn
11:46 PM Revision dc57d51d (qgis): DELETEME debug commit
Matthias Kuhn
11:40 PM Revision 53c98527 (qgis): Qgs-ification of terrain classes
Martin Dobias
11:38 PM Revision c12b5a18 (qgis): Use self.assertTrue instead of assert
Matthias Kuhn
11:29 PM Revision 9cfec53d (qgis): Test debug information
Matthias Kuhn
11:10 PM Revision d6da0d69 (qgis): More control images
Matthias Kuhn
10:38 PM Revision 7c01d2fa (qgis): Fix some doxygen warnings
Martin Dobias
10:30 PM Revision 1de7b425 (qgis): Ensure multilinestring dimensionality is respected when adding new lines
Nyall Dawson
10:29 PM Revision ed72e37f (qgis): Fix clearing multilinestring should reset dimensionality
Nyall Dawson
09:44 PM Revision ce11ebb4 (qgis): Merge pull request #5251 from manisandro/orig_ocg_fid_218
[2.18][OGR] orig_ogc_fid followups Sandro Mani
06:55 PM Revision 758ae63d (qgis): [OGR] Use a ORIG_OGC_FID constant instead of hard-coding orig_ogc_fid
Sandro Mani
06:55 PM Revision 2c3cbcf2 (qgis): Update server tests for OGR orig_ogc_fid changes
Sandro Mani
06:55 PM Revision 52bdbdf3 (qgis): [OGR] Followup: Add orig_ogc_fid as last field to avoid changing field ...
Sandro Mani
06:55 PM Revision d02cca95 (qgis): [OGR] Ensure orig_ogc_fid is never set as ignored field
Sandro Mani
06:45 PM Revision 4f5149fa (qgis): More control image updates
Matthias Kuhn
06:18 PM Revision b2b494dd (qgis): [processing] fix wrong variable name
Alexander Bruy
05:43 PM Revision 882a3ebb (qgis): Let's make Travis green again
Martin Dobias
05:42 PM Revision fded0198 (qgis): [auth] Apply proxy stored auth configuration
Alessandro Pasotti
05:39 PM Revision 07e1bd9c (qgis): [auth] Added updateNetworkProxy method to auth manager
This allows to apply stored proxy auth settings to the
proxy configuration.
Alessandro Pasotti
05:38 PM Revision e94471a6 (qgis): [auth] Moved mTray and NAM initialization so that proxy settings can be...
... at the right time Alessandro Pasotti
05:15 PM Revision 8025b8d4 (qgis): fix SAGA parameter that fixes modules with ParameterMultipleInput
Giovanni Manghi
04:54 PM Revision e952f1a2 (qgis): This should finally pass code layout test
Martin Dobias
04:07 PM Revision 1eeb2ee1 (qgis): Add 3d doxygen group + more doxymentation
Martin Dobias
03:58 PM Revision 2a8ddccb (qgis): Do not spell check poly2tri sources
Martin Dobias
03:27 PM Revision 1f7dc576 (qgis): [auth] Only show compatible authentication configurations
Alessandro Pasotti
03:21 PM Revision 7705179a (qgis): Merge pull request #5250 from manisandro/ogr_orig_fid
[OGR] orig_ogc_fid followups Sandro Mani
03:16 PM Revision d5d6372e (qgis): Yet another round of doxygen comments for 3D
Getting there! Martin Dobias
03:13 PM Revision 21b99de7 (qgis): [auth] Allow stored auth configurations to be used for proxy settings
Alessandro Pasotti
02:09 PM Revision 992a759c (qgis): Merge pull request #5231 from manisandro/ogr_repack
[OGR] Defer repacking while in explicit updateMode Sandro Mani
02:04 PM Revision 547cbe67 (qgis): [auth] Add proxy to providers for http basic
Alessandro Pasotti
01:55 PM Revision 6b7201f4 (qgis): [OGR] Use a ORIG_OGC_FID constant instead of hard-coding orig_ogc_fid
Sandro Mani
01:47 PM Revision c235264d (qgis): Merge pull request #5248 from alexbruy/network-analysis
[processing] enable network analysis tests Alexander Bruy
01:34 PM Revision 15eaafdf (qgis): [OGR] Ensure orig_ogc_fid is never set as ignored field
Sandro Mani
01:21 PM Revision d4ec09c7 (qgis): Ensure multipoint dimensionality is respected when adding new points
Nyall Dawson
01:20 PM Revision f1536139 (qgis): Fix memory leak when restoring invalid geometry collection wkt
Nyall Dawson
01:20 PM Revision ba50bf04 (qgis): Fix multi point allowing insertion of non point geometries
Nyall Dawson
01:20 PM Revision 97930d13 (qgis): Fix clearing multipoint should reset z/m status
Nyall Dawson
01:19 PM Revision ffbf93a6 (qgis): Fix incorrect /Transfer/ for geometry collection
Nyall Dawson
01:19 PM Revision cf23d56a (qgis): [OGR] Followup: Add orig_ogc_fid as last field to avoid changing field ...
Sandro Mani
12:26 PM Revision 73d6058b (qgis): ignore crs for network analysis tests
Alexander Bruy
12:01 PM Revision fcfb5209 (qgis): Fix some test masks
Matthias Kuhn
11:51 AM Revision d6743903 (qgis): [auth] Certs manager remembers (in the settings) the last opened tab
This is a minor UX/UI change that remembers the latest opened
tab in the certificates manager window
Alessandro Pasotti
11:44 AM Revision 386d52d8 (qgis): Merge pull request #5247 from nyalldawson/geometry_coverage
Geometry unit test coverage Nyall Dawson
11:22 AM Revision 5f11793b (qgis): Restore debug build after PR #5246
Alessandro Pasotti
10:26 AM Revision e1592d26 (qgis): Update parse_dash_results.py for Python 3
Matthias Kuhn
10:20 AM Revision 745111db (qgis): [processing] enable network analysis tests
Alexander Bruy
09:20 AM Revision 7d6034de (qgis): Boost test coverage for compound curve
Nyall Dawson
09:20 AM Revision 27b43064 (qgis): Fix incorrect wkb type for compound curve when adding vertex to empty c...
Nyall Dawson
09:20 AM Revision 6c2c0af1 (qgis): Fix crash when removing vertices from compound curves
Nyall Dawson
09:20 AM Revision 33ba9a8c (qgis): Fix crash when trying to insert geometry into collection with bad index
Nyall Dawson
09:20 AM Revision d7041638 (qgis): Rename QgsRectangle::buffer to buffered and mark as const
Nyall Dawson
09:20 AM Revision 94b44855 (qgis): Fix crash in nextVertex with bad geometry collection part number
Nyall Dawson
09:20 AM Revision 60f81bd1 (qgis): Fix potential crash in QgsGeometry::smooth
Nyall Dawson
09:20 AM Revision 20cc7a73 (qgis): Boost test coverage for QgsRectangle
Nyall Dawson
09:20 AM Revision 6d59d144 (qgis): Fix crash in geometry collection when working with empty collections
Nyall Dawson
09:20 AM Revision 57108f9b (qgis): Boost test coverage for geometry collections
Nyall Dawson
09:20 AM Revision 0e908d5d (qgis): Fix crash in geometry collections with negative part numbers
Nyall Dawson
09:20 AM Revision b2bd0ac1 (qgis): Fix dropping M/Z values from geometry collections
Nyall Dawson
09:20 AM Revision 623a57a8 (qgis): Fix geometry collection can be corrupted by importing incorrect wkb
Nyall Dawson
09:14 AM Revision 154fd61d (qgis): Merge pull request #5246 from nyalldawson/clazy
Fix some Clazy warnings Nyall Dawson
09:12 AM Revision b0b1714e (qgis): Fix build
Nyall Dawson
09:12 AM Revision 270f1678 (qgis): Fix doctest
Nyall Dawson
09:12 AM Revision 31c1ae1c (qgis): Add missing QStringLiterals
Nyall Dawson
09:12 AM Revision 01d34ede (qgis): Sip sync
Nyall Dawson
09:11 AM Revision be7f85bf (qgis): Remove some unused variables
Nyall Dawson
09:11 AM Revision 60b8ec54 (qgis): Sip sync
Nyall Dawson
09:11 AM Revision f952e6a6 (qgis): Misc clazy fixes
Nyall Dawson
09:11 AM Revision 6c74502d (qgis): Fix clazy override signal with signal warnings
Nyall Dawson
09:11 AM Revision e8b90c33 (qgis): Fix clazy allocating unneeded temporary container warnings
Nyall Dawson
09:11 AM Revision fd9bcd68 (qgis): Use QString multi-arg overload (clazy warning)
Nyall Dawson
09:11 AM Revision 3837ddfd (qgis): Flip some easy QLists to QVectors
Nyall Dawson
09:11 AM Revision 1a32f088 (qgis): Fix clazy detaching range based for warnings
Nyall Dawson
09:11 AM Revision a463acba (qgis): Fix clazy overriden signals with non signal warnings
Nyall Dawson
09:11 AM Revision a7470b36 (qgis): Fix clazy connect-3arg-lambda warnings
Always use 4 arg overload with a lambda, to avoid lambda
execution when context object is deleted.
Nyall Dawson
09:11 AM Revision e4f17f41 (qgis): Add missing QStringLiterals
Nyall Dawson
08:47 AM Revision 14a48c03 (qgis): Merge pull request #5201 from nyalldawson/point_crs
[processing] Transparently handle CRS for point parameters Alexander Bruy
08:41 AM Revision f4d5ca75 (qgis): Merge pull request #5213 from mhugent/capabilities_exclusive_groups
[FEATURE]: In GetProjectSettings, show if a legend group is mutually exclusive Marco Hugentobler
04:46 AM Revision a71f2ad5 (qgis): Fix non-virtual destructor
Nyall Dawson
04:46 AM Revision fb665010 (qgis): Fix Coverity uninitialized member warnings
Nyall Dawson
04:44 AM Revision 3c76a074 (qgis): Fix Coverity null pointer dereference warning
Nyall Dawson

2017-09-24

01:22 AM Revision b0f27c53 (qgis): Merge pull request #5245 from nyalldawson/conditionalHelpLink
Set the most accurate User Manual page to Options tabs Nyall Dawson
12:39 AM Revision 6d9240cf (qgis): Make sip_include script use the workaround for SIP's path parsing
Martin Dobias
12:34 AM Revision 99def105 (qgis): Correct link for processing options help
Nyall Dawson
12:29 AM Revision 4bf44d5e (qgis): Another round of doxygen comments
Martin Dobias
04:26 PM Revision 990f353a (qgis): More doxygen comments
Martin Dobias
02:12 PM Revision 73895887 (qgis): More class documentation
Martin Dobias
11:57 AM Revision d91ebe27 (qgis): Trying to work around SIP file parsing error (dir starting with number)
Martin Dobias
05:46 AM Revision d72309e4 (qgis): Fix transform of extent parameter set to match layer's extent
Nyall Dawson
05:46 AM Revision 83a8a8d7 (qgis): Use text encoded versions of points and extents in history panel
Fixes generation of unit tests with point/extent parameters Nyall Dawson
05:46 AM Revision fb08b0a6 (qgis): [processing] Allow encoding crs into text definitions of extents
Nyall Dawson
04:46 AM Revision ec44e603 (qgis): [processing] Allow encoding crs into text definitions of points
Nyall Dawson
04:09 AM Revision 1d6e3032 (qgis): Use correct SRS when building graph
Nyall Dawson
04:09 AM Revision e1eef7ed (qgis): Allow use of QgsPointXY/QgsReferencedPointXY for point parameter values
Nyall Dawson
04:09 AM Revision 6efcc2fe (qgis): Transparently reproject source points in algs
Nyall Dawson
04:09 AM Revision 6898342c (qgis): Better cursor for point picker tool
Nyall Dawson
04:09 AM Revision a4ed7214 (qgis): Fix passing of QgsReferencedPointXY from Python to c++
Nyall Dawson
04:09 AM Revision 506f6d40 (qgis): [processing] Fix picking point from map always triggers a release
event for previous map tool Nyall Dawson
02:37 AM Revision 8902d5f4 (qgis): Merge pull request #5244 from nyalldawson/proc_misc
[processing] Misc test related fixes Nyall Dawson

2017-09-23

12:30 AM Revision db04d655 (qgis): Use processing config help key
Nyall Dawson
12:29 AM Revision 8dffa33a (qgis): Allow QgsOptionsPageWidget to set a specific help key to view
when clicking help in the options dialog Nyall Dawson
12:00 AM Revision 34b9ae29 (qgis): Set the most accurate User Manual page to Options tabs
Because some of the tabs in Options dialog have a dedicated chapter where they are fully described, better use those ... Harrissou Santanna
11:58 PM Revision fe98fe11 (qgis): Merge pull request #5236 from nyalldawson/field_default
[processing] Allow setting default values for field parameters in models Nyall Dawson
11:50 PM Revision afac940d (qgis): [processing] add band parameter support in test generator
Alexander Bruy
11:49 PM Revision f60d8885 (qgis): [processing] more fixes for tests creation
Alexander Bruy
11:48 PM Revision 92e481e7 (qgis): Fix creation of SAGA tests
Nyall Dawson
11:47 PM Revision acbba3a3 (qgis): Fix excepthook handling in standalone scripts
Nyall Dawson
11:46 PM Revision 34a8c8aa (qgis): Fix exception when running alg with no parameters from toolbox
Nyall Dawson
07:38 PM Revision 9e36fd9c (qgis): remove app startup tests depending on removed options configpath and --...
Jürgen Fischer
02:50 PM Revision 36e24f6c (qgis): fix metasearch settings (fixes #16532)
Jürgen Fischer
02:40 PM Revision fdbc1238 (qgis): INSTALL: add ubuntu artful (implements #17177)
Jürgen Fischer
10:29 AM Revision de6cc8d4 (qgis): Create test postgres database with UTF-8
Matthias Kuhn
10:28 AM Revision 669f4aab (qgis): Remove unrequired cast
Matthias Kuhn
10:09 AM Revision 75afe3f0 (qgis): fix build on trusty & xenial
Jürgen Fischer
09:21 AM Revision 53aba610 (qgis): Merge pull request #5241 from nyalldawson/clean_code
[processing] Code cleanups Nyall Dawson
08:16 AM Revision e3f128b5 (qgis): Expand test coverage of compound curves
Nyall Dawson
06:08 AM Revision ba81068f (qgis): [FEATURE] [needs-docs] Metadata editor
Adds a new metadata tab to layer properties, representing the new metadata model from QEP #91 Etienne Trimaille
05:36 AM Revision e2678936 (qgis): [FEATURE][geonode] integration - copy style action
Allows copying styles directly from geonode layers for pasting into project layers. Muhammad Yarjuna Rohmat
02:36 AM Revision 5a802b59 (qgis): Add missing test files
Nyall Dawson

2017-09-22

01:27 AM Revision ae42bf4b (qgis): Update expected test results (rename field)
Nyall Dawson
01:25 AM Revision 0dd434c1 (qgis): [processing] Port mean coordinates to c++
And remove final use of inefficient vector.extractPoints function Nyall Dawson
12:41 AM Revision 10d6ef06 (qgis): Replace more duplicate code with QgsProcessingUtils.combineFields
Nyall Dawson
12:37 AM Revision a191c77b (qgis): Remove duplicate testForUniqueness method (replaced with QgsProcessingU...
Nyall Dawson
11:28 PM Revision 48ea09c3 (qgis): Debug unicode issue
Matthias Kuhn
09:41 PM Revision 54e5bfda (qgis): Fix 'Qsci/qsciapis.h' file not found
Ismail Sunni
08:54 PM Revision 644bdd4e (qgis): fix typo
Jürgen Fischer
07:51 PM Revision 56a46074 (qgis): Some cleanup
Matthias Kuhn
07:32 PM Revision 6dfe44f7 (qgis): Merge pull request #5179 from vmora/listen_notify
[FEATURE] layer refresh and trigger actions on provider notification Matthias Kuhn
03:00 PM Revision 782ed47d (qgis): translation string improvements
Jürgen Fischer
12:51 PM Revision 02e3916b (qgis): [FEATURE] layer refresh and trigger actions on provider notification
[needs-docs]
In vector layer properties (only usefull for postgres datasources)
**in the rendering tab**
A "Refres...
Vincent Mora
11:38 AM Revision 8b32d8d9 (qgis): translation string fixes
Jürgen Fischer
10:02 AM Revision d6d7c6e4 (qgis): fix build
Jürgen Fischer
09:18 AM Revision 22eddfd4 (qgis): Merge pull request #5238 from nyalldawson/geometry_coverage
Geometry unit test coverage + fixes Nyall Dawson
09:18 AM Revision a6b1c3ee (qgis): Merge pull request #5237 from nyalldawson/port_algs
[processing] Port line intersection and split with lines to c++ Nyall Dawson
08:45 AM Revision 5d6c178f (qgis): Merge pull request #5227 from nyalldawson/browser_awesome
[browser] Show QPT print templates and Python scripts Nyall Dawson
08:11 AM Revision db738f65 (qgis): Merge pull request #5234 from nyalldawson/action_lifetime
Fix browser action item lifetime Nyall Dawson
07:41 AM Revision cbca7c97 (qgis): Boost test coverage of geometry classes
Nyall Dawson
07:22 AM Revision 57b76920 (qgis): Expand docs
Nyall Dawson
07:20 AM Revision 395ed930 (qgis): Fix incorrect result for reversing compound curves
Nyall Dawson
07:19 AM Revision c41dca93 (qgis): Port processing combineFields to c++
Nyall Dawson
07:19 AM Revision 21f92a6f (qgis): Port line intersection and split with lines to c++
Nyall Dawson
07:17 AM Revision cf636dca (qgis): Merge pull request #5235 from nyalldawson/model_progress2
[processing] Proper progress reports during model execution Nyall Dawson
04:50 AM Revision 33d2d111 (qgis): Update sip
Nyall Dawson
04:02 AM Revision b39459b8 (qgis): Matching default multiple fields should also be case-insensitive
Nyall Dawson
03:39 AM Revision b4a798e8 (qgis): Setting field for QgsFieldComboBox should be case-insensitive
Nyall Dawson
03:37 AM Revision 55997373 (qgis): Merge pull request #5202 from dmarteau/fix_ln_option_OSX
Execute ln command with GNU compatible options in install phase Larry Shaffer
02:56 AM Revision c5b9fa23 (qgis): Formatting
Nyall Dawson
02:50 AM Revision 94530a9e (qgis): Allow setting default value for field parameters in models
Nyall Dawson
02:32 AM Revision 6afe25ef (qgis): [processing] Proper progress reports during model execution
Instead of showing the progress reports for each child algorithm
individually, which leads to repeated 0->100% progre...
Nyall Dawson
02:32 AM Revision eaee80ac (qgis): Better debugging for models by showing child algorithm parameters in th...
Nyall Dawson

2017-09-21

01:54 AM Revision 148a906c (qgis): Fix adding curves with Z/M to non Z/M compound curves
Z/M for these curves should be dropped to ensure consistent
dimensionality for the whole compound curve
Nyall Dawson
01:54 AM Revision f268ccc8 (qgis): Expand test coverage for compound curves
Nyall Dawson
01:54 AM Revision 9d6d6072 (qgis): Expand unit tests for compound curves
Nyall Dawson
01:54 AM Revision 9d9c0e40 (qgis): Fix setting correct WKB type for compound curves when adding first curve
Nyall Dawson
01:54 AM Revision 840a9c10 (qgis): Fix crash when requesting invalid curve from compound curves
Nyall Dawson
01:54 AM Revision e7b08d52 (qgis): Expand geometry test coverage
Nyall Dawson
01:54 AM Revision c77afeda (qgis): Expand geometry unit test coverage
Nyall Dawson
01:54 AM Revision cee1f561 (qgis): Fix crash when trying to delete invalid curve from compound curves
Nyall Dawson
01:54 AM Revision a7d0d5ef (qgis): Fix loss of dimensionality when cloning compound curves
Nyall Dawson
01:36 AM Revision 387771fa (qgis): Consistent capitalization for browser item actions
Nyall Dawson
01:32 AM Revision 7c53dc15 (qgis): Correctly parent browser item actions to transient menu instance
Currently most browser item actions are parented to the item
itself, which is often long-lived (e.g. connection items...
Nyall Dawson
07:07 PM Revision 502bb898 (qgis): [docker] Install curl for cdash results link
Matthias Kuhn
06:43 PM Revision e5828db1 (qgis): We skip tests based on the environment variable TRAVIS
Matthias Kuhn
06:35 PM Revision 9caa7224 (qgis): Merge pull request #5230 from m-kuhn/taskWaitForFinished
QgsTask::waitForFinished without event loop Matthias Kuhn
06:00 PM Revision 8f2c8854 (qgis): [travis] Disable flaky test
See https://travis-ci.org/qgis/QGIS/jobs/278224577
https://github.com/qgis/QGIS/pull/5230#issuecomment-331189552
Matthias Kuhn
04:54 PM Revision e47aa6d7 (qgis): Add some docstring
Mainly to run travis again Matthias Kuhn
03:24 PM Revision 8ef28e3f (qgis): Merge pull request #5114 from gacarrillor/update_add_feature_tooltips
[needs-docs] Update tooltips for adding features/records Matthias Kuhn
03:23 PM Revision bc982aee (qgis): Moved project properties menu item
Alessandro Pasotti
02:16 PM Revision 88fcbb0a (qgis): QgsTask::waitForFinished without event loop
because the old approach with using signals, using deleteLater and using
an internal event loop is a very good recipe...
Matthias Kuhn
02:07 PM Revision 59ed19ff (qgis): [OGR] Defer repacking while in explicit updateMode
Sandro Mani
01:44 PM Revision 381c8b60 (qgis): Merge pull request #5225 from manisandro/ogr_gdb_subset218
[OGR] Add workaround for OGRSQL not recognizing the column name returned by OGR_L_GetFIDColumn Sandro Mani
01:13 PM Revision a51ef7d0 (qgis): [OGR] Add orig_ogc_fid as last field to avoid changing field order
Sandro Mani
01:12 PM Revision 54ea029d (qgis): Merge pull request #5224 from manisandro/ogr_gdb_subset
[OGR] Add workaround for OGRSQL not recognizing the column name returned by OGR_L_GetFIDColumn Sandro Mani
11:32 AM Revision 06dc9660 (qgis): Merge pull request #5229 from m-kuhn/cleanCode
Clean code Matthias Kuhn
11:17 AM Revision a67194df (qgis): [OGR] Add orig_ogc_fid as last field to avoid changing field order
Sandro Mani
10:50 AM Revision 4ce2cf17 (qgis): [OGR] Add workaround for OGRSQL not recognizing the column name returne...
Sandro Mani
10:31 AM Revision da22be6b (qgis): debian packaging: add ubuntu artful
Jürgen Fischer
10:23 AM Revision 6e5324b9 (qgis): Fix doxygen ingroup gui -> core for moved classes
Alessandro Pasotti
10:04 AM Revision 846fef20 (qgis): Doxygen
Matthias Kuhn
09:28 AM Revision 813e9d32 (qgis): Remove dummy method
Matthias Kuhn
09:28 AM Revision 7b14d487 (qgis): Move definition to class
Matthias Kuhn
09:07 AM Revision 53090d5a (qgis): Fix postgres restore
Matthias Kuhn

2017-09-20

12:16 AM Revision d6bf3178 (qgis): Add an 'Open in external editor' option for python scripts in browser
Nyall Dawson
12:10 AM Revision 274a9024 (qgis): [FEATURE] Show python scripts in browser
Double clicking (or dragging them onto canvas) executes the script Nyall Dawson
12:10 AM Revision 695cf6b5 (qgis): Make sure iface is available when executing dropped python scripts
Nyall Dawson
11:55 PM Revision fc10b77f (qgis): [FEATURE] Show QPT print templates in browser
Double clicking the template (or dragging and dropping to canvas)
results in a new layout being created from the temp...
Nyall Dawson
09:20 PM Revision 15e650d6 (qgis): Merge pull request #5221 from nyalldawson/browser_awesome
Add QLR, processing models to browser Nyall Dawson
09:06 PM Revision d34fd9f0 (qgis): debian packaging: add ubuntu artful
Jürgen Fischer
04:41 PM Revision fd2c6d9a (qgis): [travis] Restore postgres database after build
This will give postgres plenty of time to start up Matthias Kuhn
04:18 PM Revision c767995d (qgis): We all need to get more sleep
Matthias Kuhn
04:12 PM Revision c8495ea4 (qgis): work in progress status
David
04:00 PM Revision e09946a9 (qgis): [OGR] Add workaround for OGRSQL not recognizing the column name returne...
Sandro Mani
01:42 PM Revision 5acd22f7 (qgis): [docker] Fix unicode issues
Matthias Kuhn
01:42 PM Revision 9cc28ff5 (qgis): [travis] Give postgres some time to start
Matthias Kuhn
12:11 PM Revision 2f9a9dc0 (qgis): [travis] Enable all tests
Matthias Kuhn
11:44 AM Revision b1b21ed2 (qgis): Merge pull request #5143 from m-kuhn/nulldatasetparams
QgsVectorFilewriter skip default null options Matthias Kuhn
11:13 AM Revision c44be93b (qgis): [processing] Add new projection candidate to test
Matthias Kuhn
10:45 AM Revision a67dab52 (qgis): Spelling
Nyall Dawson
10:41 AM Revision ef970630 (qgis): Identation
Nyall Dawson
10:36 AM Revision e6169d85 (qgis): Merge pull request #5220 from nyalldawson/open_folder
[FEATURE] Add 'open directory' action to right click menu for folders in browser dock Nyall Dawson
09:47 AM Revision 36e6bd16 (qgis): Merge pull request #5219 from boundlessgeo/browser_shared_model_backport
[bugfix][backport] Browser shared model Alessandro Pasotti
09:34 AM Revision 8bcde367 (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
09:34 AM Revision bb2f3d24 (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
09:33 AM Revision 8c1169e6 (qgis): [processing] Fix test "variable buffer on points with dissolve option"
Matthias Kuhn
09:21 AM Revision 825a323a (qgis): Fix single raster data items in ogr source select
Thanks to Nyall for catching this. Alessandro Pasotti
09:10 AM Revision f8b2b138 (qgis): Added optional argument to keep legacy API and behavior
Alessandro Pasotti
08:51 AM Revision a6dc6007 (qgis): [processing] Fix single sided buffer multiline (bevel)
Matthias Kuhn
06:09 AM Revision 6e1c5c4d (qgis): [FEATURE] Show processing models in browser
And allow them to be executed and edited directly from there Nyall Dawson
06:09 AM Revision 253c4c7a (qgis): Add a Custom item type for QgsDataItem
Nyall Dawson
06:09 AM Revision fcf2fcae (qgis): [FEATURE] Show qlr files in browser
Fixes #10737 Nyall Dawson
06:09 AM Revision 8bce7a62 (qgis): Allow QgsDataItems to override default double click behavior
Nyall Dawson

2017-09-19

01:34 AM Revision 21fc2e1a (qgis): Show a tooltip with full path for directory items
Nyall Dawson
01:31 AM Revision 97d5d583 (qgis): Use native OS directory separators in browser dock
Nyall Dawson
01:24 AM Revision 6ce3c610 (qgis): [FEATURE] Add 'open directory' action to right click menu for
folders in browser dock
Opens the folder in the OS' file explorer
Nyall Dawson
08:50 PM Revision 6cac41d3 (qgis): remove extra doc coverage test
Denis Rouzaud
08:40 PM Revision baafc4e8 (qgis): use same build folder
Denis Rouzaud
08:35 PM Revision dc72e140 (qgis): Merge pull request #5193 from Gustry/layer_properties
move metadata panel to OGC server panel Nyall Dawson
08:29 PM Revision 8e2770d0 (qgis): fix code layout build
Denis Rouzaud
06:28 PM Revision ccdda891 (qgis): [bugfix][backport] Browser shared model
Backport of master PR 5164 Alessandro Pasotti
05:43 PM Revision d1c73504 (qgis): Remove leftover files
Matthias Kuhn
03:45 PM Revision 45879616 (qgis): Merge pull request #5214 from boundlessgeo/gpkg_import_master_task
Geopackage import multiple files master task Alessandro Pasotti
03:35 PM Revision f638023b (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
03:31 PM Revision 6cde4a62 (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
03:30 PM Revision 9b213b6a (qgis): [processing] Fix test "variable buffer on points with dissolve option"
Matthias Kuhn
03:28 PM Revision f5c4fdff (qgis): [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify
Manually merge to QGIS 3 from 2.18
Funded by Ifremer
René-Luc ReLuc
03:01 PM Revision 0ac02497 (qgis): [processing] Make python field calculator support LongLong
Matthias Kuhn
03:01 PM Revision 506b35a7 (qgis): [processing] Fix type resolving in python field calculator
Matthias Kuhn
03:01 PM Revision 973dba0d (qgis): [processing] Update python field calculator test results
Matthias Kuhn
03:01 PM Revision cfabd10b (qgis): Fix qgis:lineintersections test
Matthias Kuhn
02:50 PM Revision 2c11004a (qgis): [processing] Update python field calculator test results
Matthias Kuhn
02:50 PM Revision da35151f (qgis): [processing] Make python field calculator support LongLong
Matthias Kuhn
02:49 PM Revision 7dfa1330 (qgis): [processing] Fix type resolving in python field calculator
Matthias Kuhn
02:36 PM Revision ecd22297 (qgis): Fix qgis:lineintersections test
Matthias Kuhn
02:34 PM Revision cc76a556 (qgis): chmod -x StatisticsByCateogries.py
Matthias Kuhn
02:15 PM Revision 20e1d720 (qgis): Merge pull request #5209 from nyalldawson/geometry_coverage
[WIP] Extend geometry classes unit test coverage Nyall Dawson
01:24 PM Revision 1f0e73a3 (qgis): QgsGeoPackageImportTask -> QgsConcurrentFileWriterImportTask
Alessandro Pasotti
01:18 PM Revision 38cc5703 (qgis): Improve test cases
Nyall Dawson
01:17 PM Revision 8d34023d (qgis): Merge pull request #5216 from m-kuhn/vectorFileWriter
Make error message accessible for python in vector file writer Matthias Kuhn
01:15 PM Revision b0892488 (qgis): Merge pull request #5212 from boundlessgeo/browser_homogenize
Geopackage: browser homogenize Alessandro Pasotti
01:05 PM Revision e05f2669 (qgis): Merge pull request #4959 from rldhont/server-wms-configparser-getprint
[Server] WMS GetPrint refactoring René-Luc ReLuc
12:36 PM Revision 6f5d9c94 (qgis): Fix some leaks in geometry tests (valgrind noise)
Nyall Dawson
12:24 PM Revision d1d26e96 (qgis): Fix test
Matthias Kuhn
11:58 AM Revision a5647c70 (qgis): Added documentation for QgsDataItemProviderFromPlugin constructor
Alessandro Pasotti
11:39 AM Revision 9526d487 (qgis): Astyle
Nyall Dawson
11:00 AM Revision 44e32e18 (qgis): Fix tests for new QgsVectorFileWriter python API
Matthias Kuhn
09:23 AM Revision 388f8630 (qgis): Null pointer check for the layer tree
René-Luc ReLuc
09:22 AM Revision fd3a38fc (qgis): More tests
Nyall Dawson
09:22 AM Revision 5bb359db (qgis): Boost test coverage of geometry classes
Nyall Dawson
09:22 AM Revision b744820b (qgis): Boost test coverage of geometry classes
Nyall Dawson
09:22 AM Revision 6039e05b (qgis): Fix some potential crashes in curve polygons
Nyall Dawson
09:22 AM Revision e6a0af5a (qgis): Fix crash in QgsCompoundCurve equality operator
Nyall Dawson
09:22 AM Revision bb3170f5 (qgis): Fix incorrect vertexAngle calculation for circular strings
Angle was always perpendicular to the tangent, instead of
tangential to the curve
Nyall Dawson
09:22 AM Revision 15404483 (qgis): Boost test coverage of geometry classes
Nyall Dawson
09:22 AM Revision 0fba03f8 (qgis): Fix potential crash in QgsCircularString::vertexAngle
Nyall Dawson
09:22 AM Revision afcb82ef (qgis): Fix potential crash when calling QgsCircularString::pointN with bad
index Nyall Dawson
09:22 AM Revision d861e647 (qgis): Set correct WKB type when clearing a QgsCircularString
Nyall Dawson
09:22 AM Revision e5b1c675 (qgis): Fix incorrect 'left of' calculation when finding nearest point
to circular string Nyall Dawson
09:22 AM Revision 9e61cd63 (qgis): Move overriden methods from headers to cpp files
Since they can't be inlined anyway Nyall Dawson
09:22 AM Revision 54c988f9 (qgis): Make QgsAbstractGeometry::toCurveType pure virtual, and implement
for all geometry types
Previously this method would return nullptrs for many geometry
types
Nyall Dawson
09:22 AM Revision 4e3eff94 (qgis): Fix crash when calculating area for invalid circular string
Nyall Dawson
09:22 AM Revision 1956a381 (qgis): When constructing a QgsPoint with explicit WKB type specified,
ignore any explicit z/m value if the WKB type does not have
that dimensionality
Brings consistent behavior to all Qg...
Nyall Dawson
09:22 AM Revision 7973c915 (qgis): fixup
Nyall Dawson
09:22 AM Revision 1f40f620 (qgis): Expand geometry test coverage
Nyall Dawson
09:22 AM Revision 773d660d (qgis): Remove impossible to reach code
Nyall Dawson
09:22 AM Revision bb425e45 (qgis): Cleaner signature for QgsAbstractGeometry::closestSegment
Nyall Dawson
09:22 AM Revision f387210e (qgis): Move QgsPolygonV2 equality operators up to QgsCurvePolygon
Nyall Dawson
09:22 AM Revision 6205ca5e (qgis): Fix invalid return from QgsCircularString::pointN with negative indices
Nyall Dawson
09:22 AM Revision 92d73961 (qgis): Fix memory leak in QgsEllipse
Nyall Dawson
09:22 AM Revision f6d71205 (qgis): Remove default statements for better compiler warnings
Nyall Dawson
09:22 AM Revision 6b07b9bb (qgis): Extend geometry unit test coverage
Nyall Dawson
09:22 AM Revision d3db082c (qgis): Extend unit tests for QgsPolygonV2, QgsPoint
Nyall Dawson
09:22 AM Revision a15340fc (qgis): Extend geometry test coverage
Nyall Dawson
09:22 AM Revision 9b6e79cd (qgis): Expand QgsTriangle test coverage
Nyall Dawson
09:22 AM Revision 3d0d7aab (qgis): Remove unused QgsGeometryFactory::fromRect method
Nyall Dawson
09:22 AM Revision e9377827 (qgis): Fix crash when calling equality operator on QgsCircularString
Nyall Dawson
09:22 AM Revision 328fc9cb (qgis): Consistently use unsigned int for QgsRegularPolygon
Nyall Dawson
08:39 AM Revision 0598be4c (qgis): Null pointer check for the layer tree model
René-Luc ReLuc
08:06 AM Revision a6b68924 (qgis): Allow data item providers to override default directory handling
Nyall Dawson
08:05 AM Revision ac6eaa86 (qgis): Correctly handle opening gdb directories as a database in browser
Allows ESRI gdb directories to be accessed and the contained
layers to be visible and added to projects.
Nyall Dawson
08:05 AM Revision ca0fea79 (qgis): Add method to retrieve OGR supported directory driver extensions (e.g. ...
Nyall Dawson
07:58 AM Revision 3fc2a49a (qgis): Always run import task when at least one layer is valid
Alessandro Pasotti
07:34 AM Revision 026b9b0f (qgis): [Server] WMS Parameters: const QStringList &l
René-Luc ReLuc
07:34 AM Revision 08cacd4a (qgis): [Server] Enhance QgsConfigCache
René-Luc ReLuc
07:34 AM Revision f88af6d5 (qgis): QgsVectorLayer, countSymbolFeatures return QgsVectorLayerFeatureCounter
René-Luc ReLuc
07:34 AM Revision f3165187 (qgis): [Server] GetLegendGraphics : Wait for feature counter finshed
René-Luc ReLuc
07:34 AM Revision 9ee829ba (qgis): [Server] WMS Parameters: const QVariant &value
René-Luc ReLuc
07:34 AM Revision 29a5ccfb (qgis): [Server] WMS Parameters: const QVariant &defaultValue
René-Luc ReLuc
07:34 AM Revision 51f1b836 (qgis): [BUGFIX][Server] GetLegendGraphics: Clear root legend
René-Luc ReLuc
07:34 AM Revision 8774e693 (qgis): [Server] Refactoring, removing qgs*parser files
René-Luc ReLuc
07:34 AM Revision d8cf02e0 (qgis): [Server] Remove QgsProject::instance
René-Luc ReLuc
07:34 AM Revision a35af0c1 (qgis): [Server] Refactoring, removing config parser from WMS
René-Luc ReLuc
07:34 AM Revision 262e81df (qgis): [Server] WMS GetPrint refactoring - Update parameters manager
René-Luc ReLuc
07:34 AM Revision 7c1d3972 (qgis): [Server] WMS GetPrint refactoring
René-Luc ReLuc
07:34 AM Revision 0e1d535c (qgis): [Server] WMS GetPrint refactoring - Add Highlight layers
René-Luc ReLuc
07:34 AM Revision 10fbfb37 (qgis): [Server] WMS GetPrint refactoring - Update tests
René-Luc ReLuc
07:34 AM Revision bb61db2e (qgis): [Server] test: add response content in message when it's not an image
René-Luc ReLuc
07:34 AM Revision 899e8723 (qgis): Cancel QgsVectorLayerFeatureCounter on QGsVectorLayer destroy
René-Luc ReLuc

2017-09-18

10:49 PM Revision b53e9867 (qgis): Merge pull request #5170 from nyalldawson/drop_spatial_query
Drop spatial query plugin Nyall Dawson
10:33 PM Revision 281236f4 (qgis): Merge pull request #5211 from mhugent/atlas_compress_tiff
Use LZW compression for tifs exported from atlas / composer Nyall Dawson
08:43 PM Revision b9a70007 (qgis): Merge pull request #5215 from m-kuhn/metaCode
Doxymentation and de-noising Matthias Kuhn
06:34 PM Revision 37e522e7 (qgis): Document API breaks
Matthias Kuhn
06:32 PM Revision 3043e85e (qgis): Return error message from QgsVectorFileWriter
Matthias Kuhn
06:32 PM Revision d8de8697 (qgis): Remove useless debug messages
Matthias Kuhn
06:32 PM Revision 63def3d8 (qgis): Doxygen improvements
Matthias Kuhn
05:36 PM Revision 9c67560b (qgis): Geopackage import multiple files master task
This fixes a problem when importing multiple files
into a gpkg. Previous implementation spawned multiple
independent ...
Alessandro Pasotti
05:20 PM Revision c81adf8f (qgis): dxf export: fix layer assignment (fixes #17126; followup 6292c6ae1)
Jürgen Fischer
05:20 PM Revision 15bc5ed0 (qgis): dxf export: fix layer assignment (fixes #17126; followup 92091c536b)
Jürgen Fischer
04:31 PM Revision 26aae589 (qgis): [FEATURE]: In GetProjectSettings, show if a legend group is mutually ex...
Marco Hugentobler
04:06 PM Revision c19fb1ca (qgis): [expression] fix caching for aggregate() and @parent exp. (fixes #15797)
Mathieu Pellerin - nIRV
03:27 PM Revision d2d9de8e (qgis): debian packaging: drop mimelnk files for KDE3
Jürgen Fischer
03:25 PM Revision f622641a (qgis): debian packaging: drop mimelnk files for KDE3
Jürgen Fischer
03:24 PM Revision ad82efe6 (qgis): debian packaging: drop mimelnk files for KDE3
Jürgen Fischer
02:59 PM Revision cc6637e2 (qgis): Removed new icon 'mIconAddData.svg' and replaced old 'mActionDataSourc...
Kent Porter
02:46 PM Revision 2cf2ad25 (qgis): QgsSettings -> Settings in options dialog tab
Alessandro Pasotti
02:36 PM Revision 704ac545 (qgis): Fix refreshConnections: only emit if it's a root item
and propagate down to the tree until the root is reached. Alessandro Pasotti
02:36 PM Revision d7029bb5 (qgis): Geopackage: switch the action from add/remove connection
depending on the connection being already stored or not,
this allows the user to remove and existing connection.
Alessandro Pasotti
02:36 PM Revision ef975476 (qgis): Geopackage: fix store connection from browser
Alessandro Pasotti
02:36 PM Revision 808cbf35 (qgis): Added a short comment in file header
Alessandro Pasotti
02:36 PM Revision 420dc829 (qgis): Geopackage data items: added tooltip and fix connection storage
Alessandro Pasotti
02:34 PM Revision f3d25c51 (qgis): Minor cosmetic code change: removed unnecessary parenthesis
Alessandro Pasotti
02:34 PM Revision 7cf26369 (qgis): Handle gpkg vectors and rasters with ogr data items
Alessandro Pasotti
02:31 PM Revision ab74ecc3 (qgis): File browser: use GeoPackage items for gpkg files
Alessandro Pasotti
02:31 PM Revision 6bc1d1f7 (qgis): Typo in docstring
Alessandro Pasotti
02:16 PM Revision 9f1f3ead (qgis): Allow gpkg to also show vectors in zipped files
Alessandro Pasotti
01:57 PM Revision 90378b79 (qgis): Use LZW compression for tifs exported from atlas / composer
Marco Hugentobler
11:22 AM Revision 7de99992 (qgis): Merge pull request #5206 from rouault/ogrprovider_use_gdaldriver_and_gd...
[OGR provider] USE GDAL driver and dataset API, and pass FORCE_SRS_DETECTION=YES for GML Even Rouault
08:37 AM Revision 938f2615 (qgis): [processing] fix map layer combo box layer reference
Mathieu Pellerin - nIRV
08:33 AM Revision 09195fb5 (qgis): [processing] implement source flag for feature based algorithms (#5208)
Mathieu Pellerin - nIRV
04:17 AM Revision ffbb2448 (qgis): Fix memory leak
Nyall Dawson
04:14 AM Revision 31f6a893 (qgis): Fix coverity unchecked return value warning
Nyall Dawson
04:13 AM Revision 57beefd4 (qgis): Fix coverity uninitialized members warnings
Nyall Dawson
04:10 AM Revision b44cf5d1 (qgis): Fix memory leak
Nyall Dawson

2017-09-17

06:29 PM Revision 5bce19e0 (qgis): Leave more defaults for vector creation to OGR
Matthias Kuhn
06:29 PM Revision 21822a0b (qgis): QgsVectorFilewriter skip default null options
Don't specify dataset options which have null default values. Setting
these as empty strings might introduce a differ...
Matthias Kuhn
10:27 AM Revision 9c7b4f0c (qgis): [OGR provider] Workaround bug in OGR GML driver
Even Rouault

2017-09-16

10:50 PM Revision 677c1043 (qgis): [needs-docs] move metadata panel to OGC server panel
Etienne Trimaille
09:11 AM Revision 043c86b2 (qgis): [OGR provider] Use FORCE_SRS_DETECTION=YES open option for GML datasets
Even Rouault
09:11 AM Revision 867c6789 (qgis): [OGR provider] Use GDAL driver and dataset API
This is a preparation work to be able to provide open options to vector
drivers, which require using the GDALOpenEx()...
Even Rouault
09:11 AM Revision 7f73c1ba (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
09:11 AM Revision 0741925b (qgis): ...
Denis Rouzaud
09:11 AM Revision 72a0fa58 (qgis): Revert "some fixes"
This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45. Denis Rouzaud
09:11 AM Revision f85e913a (qgis): Revert "more fixes"
This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad. Denis Rouzaud
09:11 AM Revision e8bd70b7 (qgis): Revert "minor fixes"
This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. Denis Rouzaud
09:11 AM Revision e0d198f9 (qgis): more fixes
Denis Rouzaud
09:11 AM Revision 5b844792 (qgis): minor fixes
Denis Rouzaud
09:11 AM Revision 5d5ea55e (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
09:11 AM Revision d36e5b82 (qgis): some fixes
Denis Rouzaud
09:11 AM Revision a479e765 (qgis): put back waiting
Denis Rouzaud
09:11 AM Revision a6ac74e5 (qgis): some fixes
Denis Rouzaud
09:11 AM Revision c61005f9 (qgis): fix psql
Denis Rouzaud
09:11 AM Revision 4519b245 (qgis): Wait for postgres server to spin up
Matthias Kuhn
09:11 AM Revision cd80cdec (qgis): Fix setup postgres
Matthias Kuhn
09:11 AM Revision d1102700 (qgis): Setup postgis
Matthias Kuhn
09:11 AM Revision 5ab524db (qgis): Output on failure
Matthias Kuhn
09:11 AM Revision 32077562 (qgis): Hold on...
Matthias Kuhn
09:11 AM Revision 07023f3f (qgis): Test ninja again
Matthias Kuhn
09:11 AM Revision afec6ee6 (qgis): More debug output
Matthias Kuhn
09:11 AM Revision 624a7bd2 (qgis): Run make directly
Matthias Kuhn
09:11 AM Revision 5fb83170 (qgis): Switch to make
Matthias Kuhn
09:11 AM Revision d21a766e (qgis): echo instead of ninja
Denis Rouzaud
09:11 AM Revision 6af525e1 (qgis): better var names
Denis Rouzaud
09:11 AM Revision c9791b01 (qgis): fix path
Denis Rouzaud
09:11 AM Revision d729de42 (qgis): Fix build folder
Matthias Kuhn
09:11 AM Revision eeb18300 (qgis): use ninja and env var
Denis Rouzaud
09:11 AM Revision d77014db (qgis): explicit setup of ccache
Denis Rouzaud
09:11 AM Revision 5f8cd254 (qgis): add travis branch
Denis Rouzaud
09:11 AM Revision 8e9f4c18 (qgis): fix ctest command
Denis Rouzaud
09:11 AM Revision a8624d52 (qgis): fix line ending
Denis Rouzaud
09:11 AM Revision e960c6db (qgis): try to add git to the image
Denis Rouzaud
09:11 AM Revision ea154fe2 (qgis): missing ctest var
Denis Rouzaud
09:11 AM Revision 0092ce14 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
09:11 AM Revision ac06eb0f (qgis): missing env var
Denis Rouzaud
07:17 AM Revision 01468d08 (qgis): Merge pull request #5204 from nirvn/saveselected_native
Mathieu Pellerin - nIRV
04:39 AM Revision f9bc9259 (qgis): Merge pull request #5171 from nyalldawson/processing_selectioncheckboxes
[processing] Add useCheckBoxes option to EnumWidgetWrapper Nyall Dawson
02:21 AM Revision 085687d8 (qgis): Also update other spatial join alg
Nyall Dawson

2017-09-15

01:59 AM Revision dd441f61 (qgis): [processing] A non-optional multiple enum parameter must have at
least one choice selected to be valid Nyall Dawson
01:59 AM Revision 1983d8f5 (qgis): Improve wording of spatial location alg parameters
Nyall Dawson
01:59 AM Revision 95ab2321 (qgis): Add context menu with Select All/Clear Selection to checkboxes panel
Nyall Dawson
01:59 AM Revision 4bae647a (qgis): Use smaller margins for checkboxes panel
Nyall Dawson
01:59 AM Revision ecf7dd5e (qgis): Update class name
Nyall Dawson
01:59 AM Revision 5ee32392 (qgis): Use checkboxes for Extract/Select by Location algs
Nyall Dawson
01:58 AM Revision b08119bc (qgis): [processing] Add ui option useCheckBoxes in ByLocation algorithms
Arnaud Morvan
01:57 AM Revision 534fe21f (qgis): [processing] Add useCheckBoxes option to SelectionWidgetWrapper
This allow to show checkboxes or radioboxes intead of line edit with button.
This is configurable for each algorithm ...
Arnaud Morvan
01:57 AM Revision 53df3699 (qgis): [processing] add ui option useCheckBoxes in CheckValidity
Arnaud Morvan
05:08 PM Revision 7a1b9f97 (qgis): DBManager -> Browser synchronization
Reload/refresh the browser tree and source select connection
items when connections, tables etc. change in the DBMana...
Alessandro Pasotti
04:49 PM Revision 0ee9d665 (qgis): [OGR provider] Workaround bug in OGR GML driver
Even Rouault
04:44 PM Revision c92d7dc3 (qgis): Docstring/sip fixes in core/3d
Martin Dobias
04:31 PM Revision fc561d03 (qgis): [travis] Traceback for python tests on timeout
Matthias Kuhn
03:50 PM Revision e6b6a090 (qgis): [OGR provider] Use FORCE_SRS_DETECTION=YES open option for GML datasets
Even Rouault
03:50 PM Revision f72a952f (qgis): [OGR provider] Use GDAL driver and dataset API
This is a preparation work to be able to provide open options to vector
drivers, which require using the GDALOpenEx()...
Even Rouault
03:38 PM Revision 1dc50a98 (qgis): ...
Denis Rouzaud
03:37 PM Revision 3df86156 (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
03:37 PM Revision 06a9e993 (qgis): Revert "some fixes"
This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45. Denis Rouzaud
03:37 PM Revision 5505c596 (qgis): Revert "more fixes"
This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad. Denis Rouzaud
03:37 PM Revision 31b7cb14 (qgis): some fixes
Denis Rouzaud
03:37 PM Revision 656b61e2 (qgis): minor fixes
Denis Rouzaud
03:37 PM Revision 85b05ea4 (qgis): more fixes
Denis Rouzaud
03:37 PM Revision 9edbf1a6 (qgis): Revert "minor fixes"
This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. Denis Rouzaud
03:37 PM Revision e3e2bf8e (qgis): fix psql
Denis Rouzaud
03:37 PM Revision 564481c4 (qgis): some fixes
Denis Rouzaud
03:37 PM Revision 169f2a63 (qgis): put back waiting
Denis Rouzaud
03:37 PM Revision 5c694951 (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
03:37 PM Revision 5e983c11 (qgis): Output on failure
Matthias Kuhn
03:37 PM Revision 168e37b2 (qgis): Wait for postgres server to spin up
Matthias Kuhn
03:37 PM Revision 84a16662 (qgis): Fix setup postgres
Matthias Kuhn
03:37 PM Revision 8f27ccfb (qgis): Setup postgis
Matthias Kuhn
03:37 PM Revision 2fe936fa (qgis): More debug output
Matthias Kuhn
03:37 PM Revision 94a67bc2 (qgis): Hold on...
Matthias Kuhn
03:37 PM Revision 49cc8615 (qgis): Test ninja again
Matthias Kuhn
03:37 PM Revision afde4898 (qgis): Run make directly
Matthias Kuhn
03:37 PM Revision f99fb281 (qgis): Switch to make
Matthias Kuhn
03:37 PM Revision 22c95a14 (qgis): echo instead of ninja
Denis Rouzaud
03:37 PM Revision 85e6d24b (qgis): better var names
Denis Rouzaud
03:37 PM Revision abc89599 (qgis): fix path
Denis Rouzaud
03:37 PM Revision 2bc56bb5 (qgis): use ninja and env var
Denis Rouzaud
03:37 PM Revision 7031e895 (qgis): Fix build folder
Matthias Kuhn
03:37 PM Revision 41561710 (qgis): fix line ending
Denis Rouzaud
03:37 PM Revision 9dc1e8b1 (qgis): explicit setup of ccache
Denis Rouzaud
03:37 PM Revision 6cda41d6 (qgis): fix ctest command
Denis Rouzaud
03:37 PM Revision 10079e85 (qgis): try to add git to the image
Denis Rouzaud
03:37 PM Revision d83cd269 (qgis): add travis branch
Denis Rouzaud
03:37 PM Revision 21c9a3b1 (qgis): missing env var
Denis Rouzaud
03:37 PM Revision a6c4b9c4 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
03:37 PM Revision 248cd15e (qgis): missing ctest var
Denis Rouzaud
03:16 PM Revision c2162b0c (qgis): Fix save/reload of N:M relations
Matthias Kuhn
03:08 PM Revision 8cba0bb9 (qgis): Release of 2.18.13
Jürgen Fischer
03:08 PM Revision df0ae5d3 (qgis): Release of 2.14.19
Jürgen Fischer
02:55 PM Revision f63c3024 (qgis): [FEATURE] Add undo and redo on transaction groups (#4765)
* [FEATURE] adds undo/redo for transaction groups
[needs-docs] the undo/redo now works with transcation groups. Just...
Vincent Mora
02:50 PM Revision 78591b77 (qgis): [OGR provider] Use GDAL driver and dataset API
This is a preparation work to be able to provide open options to vector
drivers, which require using the GDALOpenEx()...
Even Rouault
02:50 PM Revision c26584cc (qgis): [OGR provider] Use FORCE_SRS_DETECTION=YES open option for GML datasets
Even Rouault
12:36 PM Revision 9778e851 (qgis): Add 3d to doxygen, do not verify indentation of included poly2tri lib
Martin Dobias
12:03 PM Revision a0819053 (qgis): Fix N:M Relations
Fix #17143 (https://issues.qgis.org/issues/17143) Matthias Kuhn
11:42 AM Revision 5bd164b6 (qgis): Merge pull request #5200 from nyalldawson/drop_handler
[FEATURE][processing] Allow dropping model files onto QGIS window to execute them Nyall Dawson
11:41 AM Revision f282a753 (qgis): [processing] Fix incorrect filters in vector layer parameter selections
Nyall Dawson
11:16 AM Revision 0cdabb5e (qgis): [needs-docs][processing] return empty layer for save
selected features algorithm if no features are selected Mathieu Pellerin - nIRV
10:53 AM Revision 06ee6f68 (qgis): Expand docs
Nyall Dawson
10:51 AM Revision 04ee85f0 (qgis): [processing] native save selected features algorithm
Mathieu Pellerin - nIRV
10:39 AM Revision 63004642 (qgis): [FEATURE][processing] Allow drag and drop of model files onto QGIS window
to execute them Nyall Dawson
10:39 AM Revision 3c3848af (qgis): Update sip_include
Nyall Dawson
10:39 AM Revision 0df4f4a9 (qgis): Make QgsCustomDropHandler a QObject, and only store weak pointers to them
This means if a plugin registers a custom drop handler, but crashes
before it can deregister it, at least it won't le...
Nyall Dawson
10:39 AM Revision 527bce09 (qgis): Allow QgsCustomDropHandlers to directly operate mime data
and dropped file names
This allows QgsCustomDropHandlers which aren't directly associated
with providers (e.g. for p...
Nyall Dawson
10:39 AM Revision 373ac453 (qgis): Slightly cleanup drop handling in qgisapp
Nyall Dawson
10:39 AM Revision 3f681d12 (qgis): Post rebase fixes
Martin Dobias
10:39 AM Revision 12a0063e (qgis): Extend range of spin boxes for 3d properties
Martin Dobias
10:39 AM Revision 870d96e2 (qgis): Moved 3D symbol class implementations into separate files
Martin Dobias
10:39 AM Revision 7ad57e64 (qgis): Remove 3D canvas widget when the dock is closed (just like 2d canvas)
Martin Dobias
10:39 AM Revision ff5ebe9a (qgis): Renaming and moving of 3D entities for 3D symbols
Martin Dobias
10:39 AM Revision 33f7c177 (qgis): Use middle button for rotation/tilt, right button for zoom
Martin Dobias
10:39 AM Revision 260f68ab (qgis): More renaming of 3D-related classes and files. No actual code changes
Martin Dobias
10:39 AM Revision d213d31a (qgis): More renaming. No code changes
Martin Dobias
10:39 AM Revision e83ce541 (qgis): Feature selection is also displayed in 3D map view for polygons
Paul Blottiere
10:39 AM Revision 7d3cf228 (qgis): [FEATURE] support 3d models
Peter Petrik
10:39 AM Revision 9ac3e9cf (qgis): Heuristics for setup of near/far planes of camera
Based on terrain's active nodes, this should configure frustum depth
long enough not to clip away anything that shoul...
Martin Dobias
10:39 AM Revision b234fc52 (qgis): Correctly working "zoom full" + more robust near/far plane config
Martin Dobias
10:39 AM Revision 81c591c1 (qgis): Handle curved geometries (line/polygon 3d symbol) and repeated vertices
Martin Dobias
10:39 AM Revision 0f692bba (qgis): Do not die when passed invalid full extent from QGIS
Martin Dobias
10:39 AM Revision 35b37a22 (qgis): Ignore invalid polygon geometries to avoid crashes in tessellation
Martin Dobias
10:39 AM Revision fc28a97e (qgis): 3D symbols: private members + public getters/setters ... just like big ...
Martin Dobias
10:39 AM Revision f7c942c8 (qgis): Respect background color from project's main canvas
Martin Dobias
10:39 AM Revision ba7573a9 (qgis): GUI for configuration of 3D polygon symbols for vector layers
In the style dock there is a new "3D View" tab - so far working just for polygon layers.
It is possible to select a p...
Martin Dobias
10:39 AM Revision 418dc07c (qgis): GUI for configuration of 3D line symbols for vector layers
Martin Dobias
10:39 AM Revision 82f608ee (qgis): GUI for 3D point symbols
Martin Dobias
10:39 AM Revision 2e03f5d3 (qgis): Update list of 3D entities when the list of active layers is changed
Martin Dobias
10:39 AM Revision 04b00aad (qgis): Update layer 3D entities when terrain generator or scale change
Martin Dobias
10:39 AM Revision 6df66813 (qgis): Read/write 3D renderers of map layers to project files
Martin Dobias
10:39 AM Revision c6ff2f68 (qgis): Feature selection is also displayed in 3D map view for lines
Paul Blottiere
10:39 AM Revision 9478036d (qgis): Get selection color from map canvas
Paul Blottiere
10:39 AM Revision a4e3a77d (qgis): Encapsulate entities for selected/not selected points in a root entity
Paul Blottiere
10:39 AM Revision b0c98b7f (qgis): [FEATURE] Feature selection is also displayed in 3D map view for points
Paul Blottiere
10:39 AM Revision 56ed9b0d (qgis): fix frustum culling for terrain
Peter Petrik
10:39 AM Revision 7f1f8a63 (qgis): Zoom in/out by pressing middle mouse button and moving up/down
Martin Dobias
10:39 AM Revision d7b821d9 (qgis): fix the bug
Peter Petrik
10:39 AM Revision 905222d2 (qgis): Decide number of zoom levels from max. allowed ground error
Martin Dobias
10:39 AM Revision 63adb73f (qgis): Update terrain map whenever an active layer requests repaint
Martin Dobias
10:39 AM Revision 489a21d0 (qgis): Reworked background loading and updating of chunks
Before there was a dedicated thread for loading and it was not great because map rendering
requests were started from...
Martin Dobias
10:38 AM Revision 675a1ae5 (qgis): Import of initial work on QGIS 3D framework from wonder-sk/qgis3d
Martin Dobias
10:38 AM Revision 0469d443 (qgis): Initial work on integration of 3D map into QGIS application
One can create a 3D map view from menu similar to a new 3D map view Martin Dobias
10:38 AM Revision 8f76477b (qgis): Move all chunk-related functionality to a sub-directory
Martin Dobias
10:38 AM Revision 74ed07d2 (qgis): Move terrain related classes to a sub-directory
Martin Dobias
10:38 AM Revision 04e12d9d (qgis): Rename TerrainBoundsEntity to ChunkBoundsEntity
... since it can be used also for other chunked entities - not just terrain Martin Dobias
10:38 AM Revision 3d0ce5f1 (qgis): Fix build with Qt 5.9
Martin Dobias
10:38 AM Revision 8d4d5ab3 (qgis): Added missing shaders and temporary test application
Martin Dobias
10:38 AM Revision b9dd6bc6 (qgis): Introduce concept of 3D symbols + addition of "single symbol" vector 3D...
Martin Dobias
10:38 AM Revision 76f4f69c (qgis): Base class for 3D renderers + a bit of code shuffling
Martin Dobias
10:38 AM Revision 3d9d455e (qgis): Signals/slots in Map3D + partial scene udates from Map3D signals
Martin Dobias
10:38 AM Revision 9e0bf1d6 (qgis): Terrain settings in GUI, react to changes of visible layers
Temporarily disabled 2d canvas preview to better see 3D performance Martin Dobias
10:38 AM Revision 32ad0a7e (qgis): Start of 3D map configuration widget
Martin Dobias
10:38 AM Revision c8b5e637 (qgis): Fixed flat terrain without CRS defined
Martin Dobias
10:12 AM Revision ea28c2d9 (qgis): Merge pull request #5194 from boundlessgeo/iface_conn_changed
Adds connectionsChanged signal to iface Alessandro Pasotti
09:27 AM Revision 5534d743 (qgis): Execute ln command with GNU compatible options
On some OSX macport installation, GNU commands may be used in favor
of native commands and 'make install' fail wi...
David Marteau
08:18 AM Revision a13aa96b (qgis): Typo forwarder->forwarded
Alessandro Pasotti
08:09 AM Revision c1f765aa (qgis): Add reloadConnections to the app and expose to iface
Alessandro Pasotti
07:52 AM Revision c5ae3a0c (qgis): Merge pull request #5199 from nyalldawson/extract_by_extent2
[processing] Extent handling improvements Nyall Dawson
07:43 AM Revision fed15a2d (qgis): Merge pull request #5197 from NaturalGIS/fix_saga_vectorizng_grid_classes
[processing] fix SAGA LTR vectorizing grid classes tool Alexander Bruy
07:43 AM Revision 8d088c0d (qgis): Merge pull request #5198 from NaturalGIS/fix_saga_vectorizng_grid_class...
[processing] fix SAGA LTR vectorizing grid classes tool for QGIS master Alexander Bruy
06:21 AM Revision 8605be0d (qgis): New algorithm to convert an extent parameter to a layer
Creates a new layer with a single feature with polygon geometry
covering the extent parameter value.
This is designe...
Nyall Dawson
06:09 AM Revision 9b112284 (qgis): Add method to recover extent parameter CRS
Nyall Dawson
04:23 AM Revision 4fd2a1a0 (qgis): Fix unit test data
Nyall Dawson

2017-09-14

12:54 AM Revision 4eeac1c3 (qgis): Fix passing QgsReferencedRec/Point from python to c++
Nyall Dawson
12:35 AM Revision cfdc3c71 (qgis): Use geometry of reproject extent parameters for more accurate clipping
Nyall Dawson
12:35 AM Revision 60b56db9 (qgis): Use CRS when calculating extent during algorithm extection
Nyall Dawson
12:34 AM Revision 80a1d711 (qgis): Return a referenced rectangle from ExtentSelectionPanel
Nyall Dawson
12:34 AM Revision 74565e22 (qgis): Nicer display of rectangle parameter values
Nyall Dawson
12:33 AM Revision ae8bc04b (qgis): Allow use of Qgs(Referenced)Rectangle for processing extent parameter v...
And add a new target CRS argument to parameterAsExtent. If set, and
the source CRS of the rectangle parameter can be ...
Nyall Dawson
12:33 AM Revision d8db3ecc (qgis): [FEATURE] New processing algorithm "extract/clip by extent"
Allows extract a subset of another layer using an extent, with
optional setting to clip geometries to the extent
Nyall Dawson
10:03 PM Revision 3a782537 (qgis): fix SAGA LTR vectorizing grid classes tool for QGIS master
Giovanni Manghi
10:01 PM Revision b8c6295f (qgis): fix SAGA LTR vectorizing grid classes tool
Giovanni Manghi
09:29 PM Revision ba9cb873 (qgis): macOS needs path to GEOS framework
Tom Elwertowski
05:11 PM Revision 4504a1d0 (qgis): Geopackage items: add URI to tooltip
Alessandro Pasotti
05:10 PM Revision e4231fd9 (qgis): Geopackage items: fix create new layer close dialog
Alessandro Pasotti
02:08 PM Revision 91a98902 (qgis): Adds connectionsChanged signal to iface
This is meant to be used by plugins (DBManager is the
first candidate) to notify the application that
the GUI element...
Alessandro Pasotti
01:39 PM Revision d8940544 (qgis): [bugfix] Geopackage restore connections in DB-manager
Alessandro Pasotti
01:34 PM Revision 1e855569 (qgis): Restore synchronization between connections and data source manager
Partial revert of commit 22bd2a35 Alessandro Pasotti
01:14 PM Revision 591b01ec (qgis): Fix geopackage delete connection
Alessandro Pasotti
11:22 AM Revision 16c6bf99 (qgis): [docker] Use a unicode compatible locale
Matthias Kuhn
05:56 AM Revision bd292b5f (qgis): Set CMake 3.9 policy for macOS RPATH settings to NEW
Larry Shaffer
05:12 AM Revision 625c2050 (qgis): Fix area calculation on polygons with Z/M wkb types
Follow up a6800d6 Nyall Dawson
03:41 AM Revision 4ec1b4b3 (qgis): [processing] Transparently map 'qgis' algorithms to 'native' algorithms
This allows us to freely move algorithms from the qgis python library
to the c++ native provider without breaking API...
Nyall Dawson

2017-09-13

01:57 AM Revision 7c5521ec (qgis): Port fix geometries alg to c++
Nyall Dawson
01:57 AM Revision 8e8f3edc (qgis): Port merge lines and smooth to c++
Nyall Dawson
01:57 AM Revision d96a3f4d (qgis): Port simplify geometries to c++
Nyall Dawson
01:45 AM Revision 07fd9cb8 (qgis): Add missing overrides
Nyall Dawson
01:04 AM Revision 2b1cf99e (qgis): Merge pull request #5188 from nyalldawson/int
[processing] Fix intersection and union tools don't work with input layers with Z or M values present Nyall Dawson
11:35 PM Revision bf078b1c (qgis): [processing] Fix intersection and union tools don't work with
input layers with Z or M values present
Also ensure that written geometries are always multitype, to
match the creat...
Nyall Dawson
10:09 PM Revision c371b72d (qgis): Merge pull request #5184 from nyalldawson/join_locate
[FEATURE] Reworked processing 'Join by location' alg Nyall Dawson
10:08 PM Revision d084cc6b (qgis): Merge pull request #5178 from Gustry/metadata_viewer
use the metadata API for the metadata viewer Nyall Dawson
06:15 PM Revision 42d411e4 (qgis): Adds new Icon for Data Manager
Kent Porter
04:50 PM Revision c3309b92 (qgis): use the metadata API in the HTML viewer
Etienne Trimaille
03:19 PM Revision c3417bb4 (qgis): [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify
Needs to be manually apply to QGIS 3
Funded by Ifremer
René-Luc ReLuc
03:14 PM Revision c10c6aeb (qgis): [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify
Needs to be manually apply to QGIS 3
Funded by Ifremer
René-Luc ReLuc
02:41 PM Revision dded4ba1 (qgis): Fix tracing
Matthias Kuhn
10:50 AM Revision 742f3e5b (qgis): Merge pull request #5112 from nyalldawson/locator_core
Move locator non-gui classes to core Nyall Dawson
10:45 AM Revision be88da81 (qgis): [FEATURE][processing] Add 'Join by location (summary)' algorithm
Like the main Join Attributes by Location algorithm, this algorithm
takes two layers and combines the attributes base...
Nyall Dawson
10:30 AM Revision 1d702d29 (qgis): Merge pull request #5144 from boundlessgeo/Backport_Fix_uom_reading
[bugfix] backport from 3.0 Fix unit of sizes when reading a SLD file (fixes #8978) Alessandro Pasotti
07:37 AM Revision df94b503 (qgis): Merge pull request #5180 from nirvn/fix_levels
Mathieu Pellerin - nIRV
06:46 AM Revision fe8b751e (qgis): [FEATURE] Make symbol levels dialog a style dock panel widget
Mathieu Pellerin - nIRV
06:17 AM Revision 5e7dadd5 (qgis): [symbology] resurrect symbol levels dialog (fixes #16996)
Mathieu Pellerin - nIRV

2017-09-12

12:01 AM Revision 458e994d (qgis): [FEATURE] Reworked processing 'Join by location' alg
Improvements:
- transparently handle different source/join CRS
- added option to create output feature for EVERY join...
Nyall Dawson
11:42 PM Revision 5796783e (qgis): Merge pull request #5153 from nyalldawson/geonode
[FEATURE] QGIS - GeoNode Integration Nyall Dawson
09:48 PM Revision 220c5e85 (qgis): Move GeoNode browser/source select from app -> new 'geonode' provider
Instead of including these classes in app, we instead make a
shell data provider which implements only the dataItemPr...
Nyall Dawson
09:47 PM Revision ffaafa62 (qgis): Rework QgsGeoNodeNewConnection to inherit from QgsNewHttpConnection
Avoids a lot of duplicate code.
Note that while this refactoring was done to allow WFS and WMS
settings to be simult...
Nyall Dawson
09:47 PM Revision 687fc52a (qgis): Make sure WFS/WMS settings are respected when adding GeoNode layers fro...
Nyall Dawson
09:47 PM Revision ac15df98 (qgis): Add support for updating a uri with GeoNode WFS/WMS related connection ...
Nyall Dawson
09:47 PM Revision 05e047d7 (qgis): Generalize some WFS/WMS connection setting handling
Nyall Dawson
09:47 PM Revision 4c873385 (qgis): Cleanup QgsOwsConnection
Nyall Dawson
09:47 PM Revision 51922fc7 (qgis): Remove duplicate code
Nyall Dawson
09:47 PM Revision 42869bb9 (qgis): Fix build
Nyall Dawson
09:47 PM Revision 33b13804 (qgis): Add a very trivial registry GeoCMS providers to app
Currently it's only used to register GeoNode source select dialogs.
As additional GeoCMS handling is added to QGIS we...
Nyall Dawson
09:47 PM Revision 90237fa3 (qgis): Cleanup some strings
Nyall Dawson
09:47 PM Revision 35eea229 (qgis): Rework QgsNewHttpConnection layout so that both WFS and WMS settings
can be shown simultaneously Nyall Dawson
09:47 PM Revision 61349506 (qgis): Use explicit flags to set behavior of QgsNewHttpConnection instead of k...
Nyall Dawson
09:47 PM Revision 88b8741f (qgis): Fix ordering of Arcgis map server item
Nyall Dawson
09:47 PM Revision 2c001995 (qgis): Clean comments
Nyall Dawson
09:47 PM Revision af03d2f4 (qgis): Remove Q_FOREACH, fix inefficient loops
Nyall Dawson
09:47 PM Revision 944cb8c4 (qgis): Revert unused changes to QgsDataItem
Nyall Dawson
09:47 PM Revision 9a8adfc8 (qgis): Fix spelling
Nyall Dawson
09:47 PM Revision 388b37a1 (qgis): Hide non-functional style related browser actions
Nyall Dawson
09:47 PM Revision e2543681 (qgis): Cleanup and add docs for QgsGeoNodeConnection
Nyall Dawson
09:47 PM Revision e1562df1 (qgis): [geonode] Don't block data source manager while connecting to a server
Also add missing docstrings Nyall Dawson
09:47 PM Revision 1a192836 (qgis): Class shuffle
Nyall Dawson
09:47 PM Revision e6a8980b (qgis): Run all GeoNode tests locally, but skip ones which rely on a remote ser...
Nyall Dawson
09:47 PM Revision e8035452 (qgis): Add missing sip file
Nyall Dawson
09:47 PM Revision 4e651626 (qgis): Misc optimisations to geonode data items, fix leaks
Nyall Dawson
09:47 PM Revision 29539e67 (qgis): Move remaining geonode classes from gui->app
Nyall Dawson
09:47 PM Revision 5f82705c (qgis): Revert redundant changes to ows provider
Nyall Dawson
09:47 PM Revision b657c1ac (qgis): Move GeoNode data items from OWS provider to app
Nyall Dawson
09:47 PM Revision 973ba7bd (qgis): Remove non-functional close button from geonode source select dialog
Nyall Dawson
09:47 PM Revision 3fde586b (qgis): Don't link app into provider
Nyall Dawson
09:47 PM Revision d7fff83b (qgis): Include geonode folder in doxyden search folders
Required to build the docs for this folder, and correctly
include the classes in the documentation coverage test
Nyall Dawson
09:47 PM Revision 61e70c93 (qgis): Slight folder restructuring
Nyall Dawson
09:47 PM Revision a03e1eee (qgis): Rollback all geonode specific changes to QgsDataSourceManagerDialog
Nyall Dawson
09:47 PM Revision 54df0a28 (qgis): Fix geonode connection correctly storing service specific settings
Nyall Dawson
09:47 PM Revision 15f92411 (qgis): Add a bit more structure to provider source select ordering
Nyall Dawson
09:47 PM Revision b89c16e3 (qgis): Move QgsGeoNodeSourceSelect to app
Nyall Dawson
09:47 PM Revision 87693690 (qgis): Rollback changes to app
There's no need for a dedicated 'Add GeoNode layer' menu entry,
as the unified data source manager has been designed ...
Nyall Dawson
09:47 PM Revision b7683f20 (qgis): QgsGeonodeConnection is not a Q_OBJECT
Nyall Dawson
09:47 PM Revision 858b93b1 (qgis): Misc code cleanup
Nyall Dawson
09:47 PM Revision ea4b2dd5 (qgis): Condense code
Nyall Dawson
09:47 PM Revision e6c0ba92 (qgis): Use correct messagebox type
Nyall Dawson
09:47 PM Revision 11240121 (qgis): Fix another leak
Nyall Dawson
09:47 PM Revision 026309d9 (qgis): Fix memory leak
Nyall Dawson
09:47 PM Revision 239e3531 (qgis): Allow QgsAbstractDataSourceWidget subclasses to add vector layers
with a specific provider key Nyall Dawson
09:47 PM Revision e51a0d4f (qgis): Minor code cleanup
Nyall Dawson
09:47 PM Revision a5957af8 (qgis): Remove unused code
Nyall Dawson
09:47 PM Revision 003bf3a7 (qgis): QgsGeoNodeSourceSelect is a QgsAbstractDataSourceWidget
Nyall Dawson
09:47 PM Revision 92a24990 (qgis): Fix ui file build warning
Nyall Dawson
09:47 PM Revision 80148c98 (qgis): Use QgsDebugMsg instead of QgsMessageLog for non-error feedback
QgsMessageLog should only be used for errors or warnings,
not 'everything is working ok' type debug messages
Nyall Dawson
09:47 PM Revision 378a9e90 (qgis): Split QgsGeoNodeConnection into two classes
Move utility functions to QgsGeoNodeConnectionUtils Nyall Dawson
09:47 PM Revision 46b1e7d3 (qgis): Correctly handle using layer name option
Nyall Dawson
09:47 PM Revision 5b092aeb (qgis): Performance optimizations
- avoid container detachments
- use QStringLiteral
Nyall Dawson
09:47 PM Revision b1745b0f (qgis): Pass strings by const ref
Nyall Dawson
09:47 PM Revision a46cc54f (qgis): Static members should use a 's' prefix, not 'm'
Nyall Dawson
09:47 PM Revision cad8fa8b (qgis): Fix can not delete geonode instance from browser.
Ismail Sunni
09:47 PM Revision 30161585 (qgis): Add style retriever for a geonode layer.
Ismail Sunni
09:47 PM Revision 500c5c11 (qgis): Simplify getLayers method for geonode client.
Ismail Sunni
09:47 PM Revision bea89b32 (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:47 PM Revision 3d3ff709 (qgis): Fix QGIS Crash on loading WFS/WMS/XYZ layer from GeoNode.
Ismail Sunni
09:47 PM Revision 92a1550b (qgis): fix qgis crash on startup (invalid pointer)
myarjunar
09:47 PM Revision bdc3d366 (qgis): add copy and paste style actions to the layer node
myarjunar
05:20 PM Revision 5614df4b (qgis): Merge pull request #5164 from boundlessgeo/browser_shared_model
[bugfix] Browser shared model Alessandro Pasotti
04:56 PM Revision b3a8d6f8 (qgis): Merge pull request #5182 from manisandro/ogr_subsetsetring
[OGR] Ensure subset string is set when reopening dataset Sandro Mani
04:08 PM Revision 54653e4a (qgis): [OGR] Ensure subset string is set when reopening dataset
QgsOgrProvider::reloadData calls close() and open(), which in turn called setSubsetString with mSubsetString.
Since s...
Sandro Mani
04:06 PM Revision 9dcdefd6 (qgis): Merge pull request #5181 from manisandro/ogr_subsetstring
[OGR] Ensure subset string is set when reopening dataset Sandro Mani
03:26 PM Revision 95cd8d74 (qgis): [OGR] Ensure subset string is set when reopening dataset
QgsOgrProvider::reloadData calls close() and open(), which in turn called setSubsetString with mSubsetString.
Since s...
Sandro Mani
03:12 PM Revision 850fed55 (qgis): Const getter and api break docs
Alessandro Pasotti
03:05 PM Revision b0357049 (qgis): Merge pull request #5168 from rldhont/release-2_18-server-getprint-grou...
[BUGFIX][Server] GetPrint request renders layers from group in wrong order René-Luc ReLuc
03:01 PM Revision 22bd2a35 (qgis): Browser: removed redundant refresh signals
Alessandro Pasotti
03:01 PM Revision 151cd080 (qgis): Typo delayied -> delayed
Alessandro Pasotti
03:01 PM Revision 6f0950ff (qgis): Removed reference
Alessandro Pasotti
03:01 PM Revision 3dba091b (qgis): Share QgsBrowserModel among browser instances
Alessandro Pasotti
03:00 PM Revision 9349ae86 (qgis): Moved the scan time to populated and get it from settings
Alessandro Pasotti
03:00 PM Revision 1d4c6061 (qgis): [bugfix] Browser keeps scanning directory with gpkg file
Fixes #17043 by introducing a check for last directory
scan timestamp and skipping the directoryChanged signal
is the...
Alessandro Pasotti
02:47 PM Revision 999d93ad (qgis): [console] return home directory as string instead of QDir instance (fix...
Alexander Bruy
02:47 PM Revision 4115d06f (qgis): remove context help popup on console opening
Alexander Bruy
12:39 PM Revision 70cd0e4d (qgis): Merge pull request #5177 from alexbruy/fix-zero-division
[processing] prevent float division by zero in QGIS algorithms Alexander Bruy
12:32 PM Revision 439477a3 (qgis): set uom as const
Luigi Pirelli
12:32 PM Revision 0aa8c84b (qgis): fixed indentation
Luigi Pirelli
12:32 PM Revision 07009f83 (qgis): aligned test to 3.x version
Luigi Pirelli
12:32 PM Revision 4beeb31a (qgis): [bugfix] backport from 3.0 Fix unit of sizes when reading a SLD file (f...
Luigi Pirelli
12:32 PM Revision b26b8d97 (qgis): Merge pull request #5165 from Gustry/save_metadata
write metadata with XML Nyall Dawson
12:13 PM Revision 457709d3 (qgis): Merge pull request #5173 from nyalldawson/model_crash_win
[processing] Fix crash in modeler on Windows Nyall Dawson
11:46 AM Revision 592151f0 (qgis): Merge pull request #5176 from alexbruy/fix-test
[processing] attempt to fix failing test Alexander Bruy
11:23 AM Revision cf16a824 (qgis): Fix indentation
Nyall Dawson
11:09 AM Revision a090d7d9 (qgis): attempt to fix failing test
Alexander Bruy
10:29 AM Revision a45913b2 (qgis): [ogr provider] insure connection pool updated when subset sql added/cha...
Mathieu Pellerin - nIRV
10:27 AM Revision 9b8fad51 (qgis): [ogr provider] insure connection pool updated when subset sql added/cha...
Mathieu Pellerin - nIRV
10:11 AM Revision 8c46e4be (qgis): [processing] prevent float division by zero in QGIS algorithms
Alexander Bruy
09:32 AM Revision 06c5d24e (qgis): Merge pull request #4440 from alexbruy/gdal-compression
expose image compression in the layer metadata (fix #15702) Alexander Bruy
09:25 AM Revision 220b58d0 (qgis): Fix vertex+segment vs segment snapping type
When user picked snapping to current layer / all layers, snapping to
vertex+segment vs segment were working the other...
Martin Dobias
09:12 AM Revision 4a974eab (qgis): Cleanup model algorithm parameter definition dialog
Nyall Dawson
09:12 AM Revision 6bd37cc5 (qgis): [processing] Fix crash when editing models on Windows (fix #17028)
Nyall Dawson
07:37 AM Revision 9c4d1da4 (qgis): CAD dock: fix a typo -> enable new snapping option
When X or Y is locked and user has mouse on top of a segment, CAD dock widget
will snap at the intersection of the se...
Martin Dobias
07:37 AM Revision 407baf03 (qgis): Only update CAD canvas item geometry when necessary
The call to setRect() in paint() handler was triggering canvas redraws
all the time, keeping one CPU core busy nearly...
Martin Dobias
07:28 AM Revision 814ef787 (qgis): write metadata with XML
Etienne Trimaille
07:01 AM Revision 684e1daa (qgis): Merge pull request #5167 from alexbruy/extract-by-expression
[processing] add Extract by expression algorithm to QGIS 2.18 Alexander Bruy
02:44 AM Revision 88c8c714 (qgis): Daily Q_FOREACH removal
Nyall Dawson
02:20 AM Revision 8fcad6ae (qgis): [processing] List 'All files (*.*)' option last in save as dialogs
See https://ux.stackexchange.com/questions/111689/file-dialog-formats-list-should-all-files-be-listed-first-or-last f... Nyall Dawson

2017-09-11

01:46 AM Revision 83f3a26f (qgis): Use offline editing plugin instead of spatial query for detecting plugi...
Nyall Dawson
01:46 AM Revision 7048d73d (qgis): [FEATURE] Drop spatial query plugin
* Tagged as feature to remember to include in release notes
The functionality of this plugin is duplicated in the pr...
Nyall Dawson
12:48 AM Revision 3d3b6d1a (qgis): Fix windows build
Jürgen Fischer
09:36 PM Revision 311a24a7 (qgis): Merge pull request #5166 from nyalldawson/tidy
clang-tidy fixes Nyall Dawson
05:06 PM Revision 67725417 (qgis): CAD dock: fix a typo -> enable new snapping option
When X or Y is locked and user has mouse on top of a segment, CAD dock widget
will snap at the intersection of the se...
Martin Dobias
04:45 PM Revision 494fa15f (qgis): Fix node tool sometimes behaving incorrectly with topo editing
This would happen especially when zoomed out due to mismatch of snapping match vs original map point Martin Dobias
03:43 PM Revision 7c9105d0 (qgis): Only update CAD canvas item geometry when necessary
The call to setRect() in paint() handler was triggering canvas redraws
all the time, keeping one CPU core busy nearly...
Martin Dobias
02:49 PM Revision bb200475 (qgis): Make CAD dock work well with node tool when adding vertex at endpoint
Martin Dobias
01:55 PM Revision 9b04589c (qgis): More missing docs
Nyall Dawson
01:43 PM Revision 6166d212 (qgis): Add missing docs
Nyall Dawson
01:42 PM Revision 9d12581f (qgis): [BUGFIX][Server] GetPrint request renders layers from group in wrong order
Fixed #16769 René-Luc ReLuc
01:30 PM Revision 727d2092 (qgis): Add missing override keyword
Nyall Dawson
01:29 PM Revision ce3ac5f4 (qgis): Fix clang-tidy misleading comment warning
Nyall Dawson
01:29 PM Revision 839c3e50 (qgis): Remove redundant code
Nyall Dawson
01:29 PM Revision 78558496 (qgis): Use std::move to reassign unique_ptrs
Nyall Dawson
01:28 PM Revision 68ad9fea (qgis): Fix clang-tidy int to bool conversion warning
Nyall Dawson
01:28 PM Revision 6ca50a02 (qgis): Fix clang-tidy redundant .get() calls
Nyall Dawson
01:27 PM Revision f2875a96 (qgis): Fix clang-tidy redundant return/continue warnings
Nyall Dawson
01:27 PM Revision 357f998e (qgis): Remove redundant virtual keyword from signatures with override
Nyall Dawson
01:26 PM Revision b7f21446 (qgis): Fix clang-tidy use emplace_back instead of push_back warnings
Nyall Dawson
01:25 PM Revision 27161279 (qgis): Remove more unnecessary destructors, flip empty constructors to =default
Nyall Dawson
01:21 PM Revision c1797804 (qgis): Use .empty() instead of .size() > 0/.size() >=1/etc
Possibly faster, and clearer to read Nyall Dawson
01:19 PM Revision 2a338444 (qgis): Pass by const ref where possible
Nyall Dawson
12:53 PM Revision 68a39a28 (qgis): Fix settings icon for CAD dock widget
Previously it used an icon from georeferencer's QRC Martin Dobias
10:38 AM Revision c8aceb22 (qgis): [processing] add Extract by expression algorithm as combination
of "Select by expression" and "Save selected features" does not
work in modeler
Alexander Bruy
09:26 AM Revision 2e8d7f03 (qgis): Fix broken signals for AFS/AMS layer addition from the datasource dialog
Alessandro Pasotti
09:11 AM Revision 7afec4bd (qgis): Cleanup pointer comparisons to nullptr
Nyall Dawson
09:11 AM Revision c9fa9765 (qgis): Use =delete to remove default functions
Via clang-tidy modernize-use-equals-delete Nyall Dawson
09:11 AM Revision ccf0dc8f (qgis): Remove some unnecessary initializers
From clang-tidy readability-redundant-member-init Nyall Dawson
09:11 AM Revision b468ab3e (qgis): Simplify boolean expressions
By applying clang-tidy readability-simplify-boolean-expr fixit Nyall Dawson
09:11 AM Revision d9ebd3b8 (qgis): Remove some unnecessary delete guards
Via clang-tidy readability-delete-null-pointer Nyall Dawson
09:11 AM Revision b20b8316 (qgis): 0/NULL -> nullptr
Using clang-tidy modernize-use-nullptr Nyall Dawson
09:10 AM Revision 07e12e28 (qgis): Replace reimplemented default methods by = default
Using clang-tidy modernize-use-equals-default Nyall Dawson
09:10 AM Revision c78ca050 (qgis): Ignore =default during doxygen coverage test
Nyall Dawson
09:10 AM Revision 904aaefe (qgis): Avoid casting int to bool
Using clang-tidy modernize-use-bool-literals Nyall Dawson
09:10 AM Revision 851c0811 (qgis): Remove use of deprecated header
Nyall Dawson
09:09 AM Revision ba64e3e5 (qgis): Remove redundant initializations
Fixes when a member is initialized both in the header and
source to the same initial value
(via clang-tidy modernize...
Nyall Dawson
08:15 AM Revision 32dee448 (qgis): Merge pull request #5156 from boundlessgeo/gpkg_tab
[feature][needs-docs] Gpkg tab in source select dialog Alessandro Pasotti
07:50 AM Revision a6506810 (qgis): Merge pull request #5131 from nyalldawson/location_algs
Rework Select by Location algorithm Nyall Dawson
07:50 AM Revision 7f5bd00c (qgis): Merge pull request #5154 from nyalldawson/stats
[processing] Improve Stats by Categories algorithm, remove duplicate algs Nyall Dawson
03:37 AM Revision cf8afc1e (qgis): Merge pull request #5159 from alexbruy/fix-filter
[processing] fix file filter construction for output files Nyall Dawson

2017-09-10

06:52 PM Revision 8aeffdb4 (qgis): Reduce debugging noise when using curved geometries
Martin Dobias
06:45 PM Revision 1b588c85 (qgis): Merge pull request #5148 from wonder-sk/adv-digitizing-cleanup-2
Advanced digitizing cleanup - part 2 Martin Dobias
04:34 PM Revision ae713b4c (qgis): Move snapSegment() from map mouse event to private area of CAD dock
Martin Dobias
04:34 PM Revision f938b60f (qgis): Handle mouse events of adv.digitizing map tools in the map tool base class
Martin Dobias
04:34 PM Revision 22ad6729 (qgis): More advanced digitizing dock widget cleanups
- CaptureMode enum has been moved back to QgsMapToolCapture where it belongs
- map tools that need clearing of CAD po...
Martin Dobias
04:34 PM Revision 2f8afc02 (qgis): Remove some workarounds for advanced digitizing from node tool
Martin Dobias
04:33 PM Revision a2b2567c (qgis): Better control of CAD dock widget operation from map tools
Martin Dobias
06:07 AM Revision 02e8f1e6 (qgis): Fix tests
Nyall Dawson
03:38 AM Revision cea7eb8b (qgis): Merge pull request #5119 from nyalldawson/layout_next3
[layouts] Undo/redo framework Nyall Dawson
02:59 AM Revision 2a88a5a9 (qgis): Optimise calcuation of disjoint features
Nyall Dawson
02:54 AM Revision 6d94e6fc (qgis): Optimise Extract/Select by Location alg
Only create and prepare the GEOS representation for intersection
layer features when we encounter a feature in the ta...
Nyall Dawson
02:50 AM Revision 6a760ef3 (qgis): More tests for Extract by Location
Nyall Dawson
02:45 AM Revision e0026609 (qgis): Fix missing geometries/attributes in Extract by Location
Nyall Dawson

2017-09-09

12:07 PM Revision c733b366 (qgis): Use auto for const complex vars in for loop
Alessandro Pasotti

2017-09-08

10:13 PM Revision 9d7273da (qgis): More Q_FOREACH removal
Alessandro Pasotti
03:12 PM Revision d568ce33 (qgis): Replace Q_FOREACH by range for loop
Martin Dobias
03:12 PM Revision 1caaa2e6 (qgis): Range for loop without detach
Martin Dobias
03:12 PM Revision 31b6b588 (qgis): Node tool: give priority to the current layer when selecting vertex
Martin Dobias
12:36 PM Revision 8abf6dc4 (qgis): Update tests for OGR getLayers now returning also the geometry column name
Alessandro Pasotti
12:34 PM Revision 640a27b4 (qgis): Drop python Select/Extract by Location algs
Nyall Dawson
12:32 PM Revision f4b9bbd8 (qgis): Swap unit tests to use native algorithms
Nyall Dawson
12:20 PM Revision cecdf336 (qgis): Native c++ Extract by Location algorithm
Nyall Dawson
12:09 PM Revision f799d3af (qgis): Move allFeatureIds from QgsVectorLayer to QgsFeatureSource
Nyall Dawson
12:05 PM Revision 7a627462 (qgis): fix capitalisation
Richard Duivenvoorde
10:56 AM Revision 1fb48f45 (qgis): [processing] fix file filter construction for output files
Alexander Bruy
10:40 AM Revision f0e021c2 (qgis): Merge pull request #5000 from jgrocha/add-default-layers
[FEATURE][needs-docs] Add XYZ connection to provide default OpenStreetMap tiles Alessandro Pasotti
09:40 AM Revision 1aa76ac1 (qgis): Port Select by Location to c++
Nyall Dawson
09:36 AM Revision 274cc6c8 (qgis): Disable SQL filter when a raster is selected
Alessandro Pasotti
09:26 AM Revision 7d4c24ee (qgis): Give credits to the original author of the source select
and amend some comments Alessandro Pasotti
09:03 AM Revision 25c27b3c (qgis): avoid leak
Jürgen Fischer
09:02 AM Revision 133d16c5 (qgis): use SIP_SKIP (followup 5c3a72014)
Jürgen Fischer
08:48 AM Revision 24a4ab7f (qgis): Rework Select by Location algorithm
Changes:
- handle different CRS transparently
- don't build a spatial index on the selection layer. Instead
only us...
Nyall Dawson
08:48 AM Revision a9f45400 (qgis): Remove 'precision' option from spatial relation processing algs
Rationale:
- the correct use for this option is unclear, and users are
mistakenly using it as a 'tolerance' option
- ...
Nyall Dawson
08:40 AM Revision eca61370 (qgis): Use the new generic OGR source select class
Alessandro Pasotti
08:39 AM Revision ce3d644e (qgis): Generic implementation of OGR file DB connection
Alessandro Pasotti
08:37 AM Revision 1a9fa28b (qgis): New generic file-based DB OGR source select
Alessandro Pasotti
08:35 AM Revision 6e34681b (qgis): Use the OGR generic methods
Alessandro Pasotti
08:35 AM Revision 4ca972a2 (qgis): Fix stats by categories tests on Travis
Nyall Dawson
08:34 AM Revision 1b72a0d8 (qgis): Moved some reusable methods from gpkg to the ogr items class
Alessandro Pasotti
08:33 AM Revision e9fd4095 (qgis): Allow multiple primary key fields to be specified for processing tests
` Nyall Dawson
08:24 AM Revision ce541116 (qgis): Added add geopackage icon
Alessandro Pasotti
08:23 AM Revision abb99e5f (qgis): Refactor of QgsGeoPackageConnection to a generic class
Alessandro Pasotti
08:06 AM Revision 6ae929e9 (qgis): initial commit
Loïc BARTOLETTI
08:06 AM Revision 629f46d3 (qgis): add overload methods
Loïc BARTOLETTI
08:06 AM Revision 5c3a7201 (qgis): fix qgsgeometry sip
Loïc BARTOLETTI
04:30 AM Revision 8770625d (qgis): Fix CMake bundling error on macOS
Larry Shaffer

2017-09-07

01:21 AM Revision c750cb21 (qgis): Fix existing unit test, add new tests
Nyall Dawson
01:10 AM Revision 2612c395 (qgis): [processing] A non optional, multiple field input must have at least
one selected field to be considered valid Nyall Dawson
12:52 AM Revision 4e78e034 (qgis): [FEATURE] Improve Stats by Categories algorithm
- allow non spatial inputs
- allow calculation of stats on any field type, with specific
string and datetime stats ca...
Nyall Dawson
12:52 AM Revision 30c663ea (qgis): Fix calculation with null strings
Nyall Dawson
12:52 AM Revision ea2e537c (qgis): Make value field in 'Stats by category' optional
If not set, only the feature counts for each category will
be calculated
Nyall Dawson
12:52 AM Revision 9a091651 (qgis): [FEATURE] Drop 'Frequency analysis' and 'Number of unique values in cla...
The functionality of both these algorithms is available in 'stats by
categories'
Nyall Dawson
12:52 AM Revision 30866190 (qgis): [FEATURE] Allow multiple category fields in 'stats by category'
Nyall Dawson
 

Also available in: Atom