Activity

From 2017-11-03 to 2017-12-02

2017-12-02

11:03 PM Revision 0b452cab (qgis): Spelling
Nyall Dawson
10:10 PM Revision 928afdd8 (qgis): Fix geometry snapper sometimes creates unwanted overlapping segments
when snapping line layers
Because the default behavior of the snapper is to insert extra
vertices into the snapped g...
Nyall Dawson
02:48 PM Revision ad99686f (qgis): [tr] Spanish translation update
cdavila -
09:42 AM Revision d0e927a8 (qgis): Fix rubber band handing of curved geometries (#5790)
Mathieu Pellerin - nIRV
09:32 AM Revision f8788b91 (qgis): [3d] Fix style copy/paste for 3D renderer (fixes #17540)
Martin Dobias
09:29 AM Revision be76e238 (qgis): [3d] Disable 3D view for unprojected (lat/lon) CRS
The fact that the map units are in degrees instead of meters means that various bits of the code
(e.g. tolerances) ar...
Martin Dobias
08:43 AM Revision 02d9e145 (qgis): Enable preview jobs to improve projection map UX when dragging around
Mathieu Pellerin - nIRV
08:36 AM Revision bec099ea (qgis): Fix displayed extent for US National Atlas CRS (and others) on projecti...
Mathieu Pellerin - nIRV
04:32 AM Revision 389435e1 (qgis): Merge pull request #5729 from nyalldawson/proc_dyanmic
[processing] Expose dynamic ("data defined") numeric parameters to gui Nyall Dawson
02:46 AM Revision 65a0c069 (qgis): Merge pull request #5430 from nyalldawson/raster_formats
[FEATURE] More output format choices in raster save as dialog Nyall Dawson
02:17 AM Revision 86958937 (qgis): Tweak processing API to better handle dynamic properties
Nyall Dawson
02:17 AM Revision 8c9147ea (qgis): [processing] Make set m value accept dynamic m values
Nyall Dawson
02:17 AM Revision 1625d1fa (qgis): Disable direct parameter value input when data defined override is set
Nyall Dawson
02:17 AM Revision c5f65359 (qgis): Cache field lookup when evaluating field-based property values
Nyall Dawson
02:17 AM Revision 9378f392 (qgis): Show closest vertex attributes in identify tool for multipoint layers
Nyall Dawson
02:17 AM Revision d1a71f09 (qgis): Update algorithms for new API
Nyall Dawson
02:17 AM Revision b782fab5 (qgis): [processing] Make buffer distance a dynamic property
Data defined buffer distance through the processing toolbox! Nyall Dawson
02:17 AM Revision 58ab5077 (qgis): Fix failing test
Nyall Dawson
02:17 AM Revision 4b464f3d (qgis): [processing] Allow data defined z value for "set z value" algorithm
Allows easy setting of z from an existing height attribute! Nyall Dawson
02:17 AM Revision 901dae11 (qgis): [processing] Expose data defined button for dynamic numeric parameters
When running algorithms through the toolbox, which have dynamic
numeric parameters, add a data defined property overr...
Nyall Dawson
02:16 AM Revision ecbc4718 (qgis): [processing] Some more framework for dynamic (data defined) parameters
Nyall Dawson
02:13 AM Revision 618baf92 (qgis): Small refactor of QgsPropertyOverrideButton
Nyall Dawson
02:11 AM Revision 9e4518fe (qgis): [FEATURE] More output format choices in raster save as dialog
Previously only geotiff format was available, even though the
underlying QgsRasterFileWriter/GDAL libraries support o...
Nyall Dawson
02:11 AM Revision 5f77a48e (qgis): Remember window geometry for raster save dialog
Nyall Dawson
01:43 AM Revision 6b23e1f2 (qgis): Merge pull request #5600 from Gustry/sortby
add order by expression algorithm Nyall Dawson
01:43 AM Revision b8b8c1ae (qgis): Merge pull request #5787 from nyalldawson/index
Fix OGR provider cannot create attribute or spatial indexes for GeoPackage/SQLite layers Nyall Dawson

2017-12-01

12:01 AM Revision aaa18e0b (qgis): Address review comments
Nyall Dawson
11:27 PM Revision 791eb91b (qgis): Fix OGR provider cannot create attribute or spatial indexes for
GeoPackage/SQLite layers
Previously this capability was only exposed for shapefiles,
but was available in the spatia...
Nyall Dawson
06:23 PM Revision 31c79da5 (qgis): Don't crash when project has no layers
This only crashes when Qt is built in
debug mode because there is an assert
in the item model class that checks for
i...
Alessandro Pasotti
06:21 PM Revision abb7d2a1 (qgis): Revert force WMS rendering in non-gui thread
Fix #17379 Matthias Kuhn
02:30 PM Revision 19b062c3 (qgis): Merge pull request #5766 from Gustry/file_downloader
Display the downloaded size in QgsFileDownloaderDialog Alessandro Pasotti
02:30 PM Revision b22825a4 (qgis): Merge pull request #5779 from elpaso/bugfix-17003-16350-bookmarks
[bugfix] Bookmarks: fix a crash and show 6 digits Alessandro Pasotti
02:14 PM Revision 8f0306ba (qgis): [processing] Fix Frequency_analysis' parent group
Borys Jurgiel
12:07 PM Revision 6c897b6b (qgis): [bugfix] Bookmarks: fix a crash and show 6 digits
Fixes #17003 Spatial bookmarks keyboard navigation:
right-arrow causes a row to appear below the current
one and look...
Alessandro Pasotti
11:53 AM Revision 0e2207ab (qgis): Merge pull request #5776 from elpaso/bugfix-17005-bookmarks-sorting
[bugfix] Bookmarks sorting with a proxy model Alessandro Pasotti
10:42 AM Revision 8026008a (qgis): [processing] group option for autoincrement field algorithm
Nyall Dawson
10:42 AM Revision 297e8561 (qgis): Bump lowest possible min for numeric parameters to -DBL_MAX + 1
We need to reserve -DBL_MAX as a special value, to allow it to
work correctly in QDoubleSpinBoxes (limitation of QDou...
Nyall Dawson
10:42 AM Revision 6b56565f (qgis): Show nicer tooltips for numeric processing parameters
With min/max and default values (when set) Nyall Dawson
10:42 AM Revision 1c1de3a8 (qgis): [processing] Fix optional numeric parameters cannot be cleared
Without this change optional numeric parameters have no way to
be cleared in the GUI - they are always forced to have...
Nyall Dawson
10:42 AM Revision 0fcbeb78 (qgis): Add missing qHash for older Qt versions
Nyall Dawson
10:42 AM Revision 8303b946 (qgis): [processing] Fix optional layer parameters are filled by default
Refs #17471
Not a full fix for 17471 - that requires handling of optional
numeric values too
Nyall Dawson
10:42 AM Revision db855029 (qgis): Fix not-set defaults for numeric parameters were converted to 0
Nyall Dawson
09:52 AM Revision 62ff88af (qgis): Merge pull request #5737 from elpaso/hidpi-cursors
[bugfix][hidpi] Scalable SVG theme cursors Alessandro Pasotti
08:15 AM Revision f6e63d7f (qgis): Fixes and cleanups to algorithm dialogs
Nyall Dawson
08:15 AM Revision ce170918 (qgis): Start moving processing algorithm dialog to c++
In an attempt to avoid Python global interpreter locks which
block the UI thread.
Nyall Dawson
07:53 AM Revision 3d2665f7 (qgis): Merge pull request #5777 from cdavila/release-2_18
[tr] Spanish translation update Werner Macho
06:47 AM Revision 3c238a2b (qgis): Add missing overrides
Nyall Dawson
03:43 AM Revision bcc1b91b (qgis): Merge pull request #5717 from nyalldawson/layout_next4
[layouts] Port/adapt all remaining item types Nyall Dawson

2017-11-30

12:00 AM Revision e1ce7dda (qgis): Show algorithm ID in tooltip in toolbox
Nyall Dawson
12:00 AM Revision c12770d0 (qgis): Indentation
Nyall Dawson
12:00 AM Revision d7111b78 (qgis): Standardise some algorithm names
Nyall Dawson
11:23 PM Revision 774b9e7a (qgis): [tr] Spanish translation update
cdavila -
06:37 PM Revision 8233a8fb (qgis): [bugfix] Bookmarks sorting with a proxy model
Fixes #17005 spatial bookmarks can't be sorted
I believe that this has been broken since https://github.com/qgis/QGI...
Alessandro Pasotti
06:21 PM Revision 33737a63 (qgis): Update widget wrapper status only when necessary
Paul Blottiere
06:20 PM Revision 306b3fac (qgis): [3d] Rename "Reset view" to "Zoom Full" (fixes #17568)
Martin Dobias
06:16 PM Revision 512acca7 (qgis): Update constraints when foreign key is manually updated with empty string
Paul Blottiere
06:03 PM Revision 43fd3512 (qgis): Merge pull request #5772 from elpaso/bugfix-17584-bookmarks-sync
[bugfix] Bookmark project sync Alessandro Pasotti
05:30 PM Revision 8aa05735 (qgis): Merge pull request #5768 from wonder-sk/fix-17514-crs-change
Fix 3D view if terrain DEM is in different CRS Martin Dobias
05:21 PM Revision 95e40c24 (qgis): Adds missing tooltips
Alexandre Neto
03:24 PM Revision 133051a1 (qgis): add warning about sort algorithm might not work as expected
Etienne Trimaille
03:22 PM Revision 7303297d (qgis): add some notes in processing test readme
Etienne Trimaille
03:22 PM Revision 1b8faa2a (qgis): add sort by expression algorithm
Etienne Trimaille
02:29 PM Revision 88054a37 (qgis): display the downloaded size in QgsFileDownloaderDialog
Etienne Trimaille
10:23 AM Revision ded892ea (qgis): [needs-docs] Add some shortcuts for opening the attribute table
Adds:
- shift + f6: show table filtered to selected features
- ctrl + f6: show table filtered to visible features
(T...
Nyall Dawson
10:03 AM Revision f6ffb00c (qgis): fix #17562 broken legend uris
Richard Duivenvoorde
10:01 AM Revision ed2e83cb (qgis): Move "Add circular string" to regular shapes toolbar
It's not a basic digitizing tool Matthias Kuhn
09:35 AM Revision 042fd33d (qgis): [bugfix] Bookmark project sync
Fixes #17584 Spatial Bookmarks checkbox is not synced with project status Alessandro Pasotti
08:43 AM Revision 3b7d2e33 (qgis): Merge pull request #5762 from pblottiere/fix_typo_as
Fixes typos in auxiliary storage documentation Paul Blottiere
06:17 AM Revision f6acf376 (qgis): Fix processing errors on startup and execution on MacOS (#5769)
Tim Sutton
06:12 AM Revision f5702aba (qgis): [processing] fix DlgModeler.ui layout warnings
Mathieu Pellerin - nIRV

2017-11-29

10:04 PM Revision 656de62e (qgis): Use screen to grab instead of deprecated grabWidget
Alessandro Pasotti
06:22 PM Revision 997286fe (qgis): Fix doc coverage test
Martin Dobias
05:45 PM Revision d7485a43 (qgis): [pyqgis-console] fix strings in options tooltips
Salvatore Larosa
05:05 PM Revision ebde3be2 (qgis): [3d] Reproject DEM for terrain if the DEM has different CRS (fixes #17514)
Martin Dobias
03:25 PM Revision a10e7538 (qgis): processing test for difference algorithm (#5764)
matteo ghetta
02:30 PM Revision e8213b8e (qgis): Merge pull request #5757 from slarosa/pyconsole_ui_improvements
[pyqgis-console][ui] move find text tools to toolbar widget Salvatore Larosa
01:45 PM Revision de3aa0c9 (qgis): Merge pull request #5767 from rduivenvoorde/fix_#17580_missing_flags
flags apparently converted from png to svg
Fix #17580
Matthias Kuhn
01:25 PM Revision 825ff85a (qgis): Update Polish translation
Borys Jurgiel
01:17 PM Revision 6378332c (qgis): flags apparently converted from png to svg
Richard Duivenvoorde
12:57 PM Revision 30fad6ef (qgis): Merge pull request #5765 from elpaso/bugfix-17539-bookmarks
[bugfix] Fix broken bookmarks Alessandro Pasotti
12:35 PM Revision 7e711f13 (qgis): [bugfix] Fix broken bookmarks
Fixes #17539 I can only create one spatial Bookmark in current master
In fact there were other bugs (like loosing SR...
Alessandro Pasotti
11:45 AM Revision 62543eb4 (qgis): [3d] Cleaned up code for camera translation + tests
Martin Dobias
09:19 AM Revision 2c65dbcd (qgis): [offset curve tool] fix two serious issues (#5760)
- broken polygon support (fixes #15222)
- lost of parts when using tool with mutlipart features
Mathieu Pellerin - nIRV
08:44 AM Revision e0290a9f (qgis): Merge pull request #5745 from alexbruy/processing-cleanup
Processing cleanup Alexander Bruy
08:31 AM Revision 6d87c2b2 (qgis): Update sip binding
Paul Blottiere
08:31 AM Revision 1b86c213 (qgis): Fix typos in auxiliary storage doc
Paul Blottiere
07:40 AM Revision 29bfb10f (qgis): Ensure ellipsoid is correctly set for new projects
Nyall Dawson
05:51 AM Revision e4ce6234 (qgis): Merge pull request #5758 from nyalldawson/leftof
Geometry "leftOf" improvements Nyall Dawson
05:50 AM Revision 62dbf4ce (qgis): GML is too fragile, but shapefiles, you've never let me down...
Nyall Dawson
05:50 AM Revision a3a79b9a (qgis): Fix network analysis routing fails in some cases (refs #11687)
Nyall Dawson
05:50 AM Revision 38a66e57 (qgis): [processing] Fix Geometries algorithm should only keep results
with the same geometry type as the original features
Otherwise it's inserting points into line features when the
geo...
Nyall Dawson
05:50 AM Revision f8bad497 (qgis): [processing] Make split with lines output single part features
instead of keeping parts collected into a single multipart feature Nyall Dawson
05:29 AM Revision b8a62f4f (qgis): More tweaks to leftOf logic
Nyall Dawson
01:10 AM Revision ebe16f15 (qgis): Update API breaks docs
Nyall Dawson
01:04 AM Revision 3341a3e9 (qgis): Unify behavior of various geometry API leftOf tests
Now instead of mixing bools/numeric returns, we always use
ints, where:
-1 = left
0 = test failed, e.g. point on line...
Nyall Dawson

2017-11-28

12:41 AM Revision 2a960c5e (qgis): Fix #17573 inconsistency of icons in layer trees
Richard Duivenvoorde
12:40 AM Revision d90b50fb (qgis): display apple cmd symbol instead of ctrl in the legend
Etienne Trimaille
12:14 AM Revision 2f43deb9 (qgis): closestSegmentWithContext() doc and test fix
Radim Blazek
12:14 AM Revision 07fd7136 (qgis): fixed closestSegmentWithContext() paramas in Python
Radim Blazek
11:40 PM Revision 77f5959a (qgis): [pyqgis-console][ui] move find text tools to toolbar widget
Salvatore Larosa
11:02 PM Revision 3b933f56 (qgis): [hidpi] New icons and bigger cursors
Cursors are now approximately 24x24 pixels on 96dpi Alessandro Pasotti
09:14 PM Revision 5652501c (qgis): [pyqgis-console] update api files and qsci_apis/generate_console_pap.py...
Salvatore Larosa
09:05 PM Revision 52efa5c3 (qgis): [pyqgis-console] fix missing import for pap file compiler
Salvatore Larosa
08:46 PM Revision d612364a (qgis): Fix plural modeler tool -> modeler toolS
Etienne Trimaille
08:45 PM Revision e34d7fb6 (qgis): Fix left of test for linestrings
The test was returning invalid results for certain geometries Nyall Dawson
08:12 PM Revision 8b454ea3 (qgis): [pyqgis-console] prepared APIs file updated
included APIs are:
* PyQGIS3
* PyQt5
* Python3.6
* GDAL-2.2.3
* GEOS-3.6.3
Salvatore Larosa
02:59 PM Revision a316530b (qgis): Merge pull request #5744 from pblottiere/refrel_crash
[bugfix] Fixes a crash in QgsRelationReferenceWidgetWrapper Paul Blottiere
01:44 PM Revision 65847498 (qgis): remove extra quotes from map tips (fix #17491)
Alexander Bruy
11:27 AM Revision ee8435a7 (qgis): [processing] remove unused files
Alexander Bruy
11:27 AM Revision d65c0367 (qgis): [processing] remove old params from wrappers
Alexander Bruy
11:27 AM Revision 3d4a59bb (qgis): [processing] cleanup files from unused code and remove some files
Alexander Bruy
11:27 AM Revision 0059b2b6 (qgis): [processing] remove Python 2 compatibility layer
Alexander Bruy
09:07 AM Revision e47a6a55 (qgis): Merge pull request #5747 from elpaso/backport-pr-5720
[bugfix] Categorized style issue using numeric fields with NULL values Alessandro Pasotti
08:48 AM Revision 0f1f24a1 (qgis): Merge pull request #5743 from m-kuhn/fix17564
Fix crash with constraint results and custom .ui Hugo Mercier
08:47 AM Revision 2499a20a (qgis): Merge pull request #5746 from elpaso/backport-pr-5707
[ui][bugfix] lineedit add margin for X icon Alessandro Pasotti
08:46 AM Revision 92049054 (qgis): Merge pull request #5742 from elpaso/backport-bugfix-17517
[bugfix] Crash on raster layer render change from python Alessandro Pasotti
08:41 AM Revision 4705da30 (qgis): [hidpi] New cursor icons for identify and sampler
Thanks Alexandre Neto! Alessandro Pasotti
07:40 AM Revision b8f708ff (qgis): [FEATURE][needs-docs] Add OGC filters to WMS
Implement https://github.com/qgis/QGIS-Enhancement-Proposals/issues/104 Patrick Valsecchi
07:34 AM Revision d31f60ba (qgis): Show unknown feature count instead of misleading 0 in sublayer dialog
Mathieu Pellerin - nIRV
04:47 AM Revision 7a09f089 (qgis): Merge pull request #5727 from nyalldawson/sublayer
Fix ogr sublayer handling of names containing ":" Nyall Dawson
03:48 AM Revision 2156e89c (qgis): Merge pull request #5748 from nyalldawson/offset_tool
Fix offset curve tool offsets curves in opposite direction to mouse Nyall Dawson
02:19 AM Revision 5c66526c (qgis): Pressing escape cancels offset tool
Nyall Dawson
02:14 AM Revision 8a7fc259 (qgis): [offset tool] Also check for ctrl modifier on final click
Otherwise copies are only made if ctrl was held on the first click,
but holding ctrl on the second click is also a na...
Nyall Dawson
02:05 AM Revision 9aa57526 (qgis): Use QgsGeometry API for offset tool instead of raw geos calls
Nyall Dawson
01:11 AM Revision dacced8c (qgis): Cleanup some offset tool code
Nyall Dawson

2017-11-27

10:42 PM Revision 1d0db0b0 (qgis): Fix offset curve tool offsets curves in opposite direction to mouse
Nyall Dawson
07:01 PM Revision e214c6f4 (qgis): Introduce QgsVector3D for 3D vectors with double precision
QVector3D with single precision is not always enough (it has only ~7 significant digits) Martin Dobias
06:15 PM Revision cf009252 (qgis): [bugfix] Categorized style issue using numeric fields with NULL values
Backported from master PR 5720
Fixes #17442
Alessandro Pasotti
06:02 PM Revision 106b8b63 (qgis): [ui][bugfix] lineedit add margin for X icon
Backported from master PR 5707
Fixes #17262
Alessandro Pasotti
05:36 PM Revision 3c702c07 (qgis): Fix crash with constraint results and custom .ui
Fix #17564 Matthias Kuhn
05:11 PM Revision 7ff6470d (qgis): Add test
Paul Blottiere
05:11 PM Revision b1008c7a (qgis): Fixes relation reference widget crash when no relation
Paul Blottiere
05:01 PM Revision 721551f8 (qgis): qDebug -> QgsMessageLog
Martin Dobias
05:01 PM Revision 7bce7ea9 (qgis): [3d] Fix crash in tessellator with near coords (fixes #17286, fixes #17...
As the readme of poly2tri library says: "Poly2Tri does not support repeat points within epsilon."
When the coordinat...
Martin Dobias
03:37 PM Revision 346ab609 (qgis): [hidpi] Auto-scale cursors based on DPIs
This should work well on different DPI screens.
Still needs some testing on the various platforms.
Alessandro Pasotti
03:30 PM Revision fa7082b9 (qgis): [bugfix] Crash on raster layer render change from python
Backported from master PR https://github.com/qgis/QGIS/pull/5696
Fixes #17517
Alessandro Pasotti
03:29 PM Revision 5631094b (qgis): Merge pull request #5741 from elpaso/ogr-filter-backport
[bugfix] Update layer editable state when filter is changed Alessandro Pasotti
02:35 PM Revision 0577b2e6 (qgis): [bugfix] Update layer editable state when filter is changed
Fixes #17507 Unable to edit filtered GeoPackage layer
Backported from master https://github.com/qgis/QGIS/pull/5691
Alessandro Pasotti
01:49 PM Revision f206a757 (qgis): Add override
Alessandro Pasotti
01:23 PM Revision 7f5128bf (qgis): [bugfix] Add a warning icon and tooltip to WFS sources
Fixes #16753 off-line editing synchronization cripples
the original datasource if this is a WFS-T Layer
Backported f...
Alessandro Pasotti
11:51 AM Revision 7ae8e164 (qgis): [bugfix][hidpi] Scalable SVG theme cursors
Add support for SVG cursor:
ZoomIn,
ZoomOut,
Identify,
CrossHair,
CapturePoint,
...
Alessandro Pasotti
11:48 AM Revision d147064f (qgis): Merge pull request #5697 from pblottiere/server_bugfix_getprojectsettings
[server][bugfix] Fixes #17519 by fixing GetProjectSettings response Paul Blottiere
10:15 AM Revision 4aa97d86 (qgis): Add a test
Paul Blottiere
10:15 AM Revision d0ffaa7c (qgis): Fixes #17519 by fixing GetProjectSettings response
Paul Blottiere
09:14 AM Revision 485cd80a (qgis): Merge pull request #5695 from pblottiere/bugfix_virtuallayer_218
[backport][bugfix] Fixes #16798 FilterFid feature requests with virtual layers Paul Blottiere
08:29 AM Revision 9bfb3f31 (qgis): Fix regexp_substr expression function returning whole match instead of ...
Nyall Dawson
05:52 AM Revision 01d1be9d (qgis): Update API break docs
Nathan Woodrow
05:00 AM Revision b2c396fd (qgis): Fix #17510 - Better scoping of QgsProjectionSelectionDialog inside QgsP...
Nathan Woodrow
02:54 AM Revision 0717835f (qgis): Remove bound sync from crssync. Not longer needed
Nathan Woodrow
02:54 AM Revision 877c0dc2 (qgis): Update bounds srs.db in source from epsg db
Nathan Woodrow
02:54 AM Revision cecb89d0 (qgis): Update srs.db with new bounds
Nathan Woodrow
02:32 AM Revision 149e331d (qgis): Fix data defined button icon size on hidpi screens
Nyall Dawson
01:16 AM Revision 60a56c37 (qgis): Fix slightly oversized filter clear icons
And make sure on low-dpi screens the icon size is 16px for
pixel-snapped rendering of the svg
Nyall Dawson

2017-11-26

12:55 AM Revision a111a1cb (qgis): Fix macOS Qt 5.9+ close boxes do not show on document mode tab bar tabs
Setting any stylesheet makes the default close button disappear.
Setting a custom close button temporarily works arou...
Larry Shaffer
09:11 PM Revision 193ead73 (qgis): Fix german translation (superceeds PR#5730)
Jürgen Fischer
09:01 PM Revision 4f9e2a5f (qgis): Do not change property widget status if the dialog is rejected
refs #16766 Harrissou Santanna
09:01 PM Revision 731b57c8 (qgis): Add Cancel and Help buttons to Property assistant dialog
because sometimes opening this dialog is a mistake and you want to close it
Also enable the Help capability
Harrissou Santanna
08:57 PM Revision 54b51653 (qgis): Make frames expandable and cover needed space
Harrissou Santanna
08:55 PM Revision 62d71154 (qgis): Set a title to the 3D config widget
Harrissou Santanna
08:54 PM Revision 006da6e3 (qgis): Move conversion of tesselation to multipolygon to QgsTessellator
Also
- add unit test
- fix bad tesselation due to missing origins
Nyall Dawson
08:54 PM Revision c0e732b7 (qgis): [processing] Add QGIS 3d provider
Adds a new QGIS processing provider for 3d algorithms, available
only when QGIS is built WITH_3D
Currently includes ...
Nyall Dawson
08:54 PM Revision 41089f28 (qgis): Add spell check variants for tessellate
Nyall Dawson
08:38 PM Revision 3d307b41 (qgis): Improve name of memory layers output from processing
Nyall Dawson
08:38 PM Revision 4b9986eb (qgis): [processing] Add a generic map layer output type
For occasions when an algorithm creates a map layer, but the type
is not known in advance (i.e. could be raster OR ve...
Nyall Dawson
08:38 PM Revision 8c211f28 (qgis): Fix failing doc test
Nyall Dawson
08:38 PM Revision 3310343b (qgis): [processing] Add a model-only "load layer to project" algorithm
This can be used to force loading a layer into the current project.
The primary use case here is to load a preset lay...
Nyall Dawson
08:38 PM Revision bb63a83e (qgis): Add missing output from package algorithm
Nyall Dawson
08:38 PM Revision 6283ca62 (qgis): [processing] Add a model-only algorithm for renaming layers
This is required for algorithms with behaviour which depends on the
layer names (e.g. the package algorithm uses the ...
Nyall Dawson
08:38 PM Revision aef0d33e (qgis): Fix definition of output file parameters
Nyall Dawson
07:28 AM Revision a95aecaf (qgis): Fix tests
Nyall Dawson
05:00 AM Revision f04587eb (qgis): Update tests, add new test for complex layer name
Nyall Dawson
03:48 AM Revision 718e4985 (qgis): Fix some inefficient QString replace calls
Nyall Dawson
03:45 AM Revision 148380ab (qgis): Fix inefficient QString splitting
QString::split with single characters is about 10x faster than
QString::split using QStrings
Nyall Dawson
03:23 AM Revision 144e9a2e (qgis): Fix handling of ogr sublayers with ':' in their name
Unlikely to happen, but it does occur with some layers coming
from processing models. In any case we want QGIS to be ...
Nyall Dawson
03:01 AM Revision 74514220 (qgis): Fix package layers algorithm can't take the outputs from models
Fixes #17544 Nyall Dawson

2017-11-25

09:34 PM Revision 96857ebd (qgis): Fix crash when a geopackage layer is open in QGIS, and then is overwritten
with another layer with different field definitions Nyall Dawson
12:43 PM Revision 5c22e313 (qgis): Follow up 248bc5db032cf
Borys Jurgiel
10:54 AM Revision 3d6aa9c9 (qgis): fix en_US locale handling in QgsHelp
Alexander Bruy

2017-11-24

04:16 PM Revision 72553a60 (qgis): Merge pull request #5710 from elpaso/api-code-cleaning-int-2-enums
QgsVectorLayer code cleaning use enums instead of int Alessandro Pasotti
04:09 PM Revision 916c9c4c (qgis): Open heart surgery on expression context for processing sources
Matthias Kuhn
04:09 PM Revision aaf70de7 (qgis): Add test for QgsExpressionContextScope::takeScopes
Matthias Kuhn
04:09 PM Revision fd127ee6 (qgis): Fix file mode
Matthias Kuhn
04:09 PM Revision abe1a9b6 (qgis): Expression context creation for processing improvements
Hiding away the implementation directly in QgsProcessingFeatureSource
See discussion https://github.com/qgis/QGIS/pu...
Matthias Kuhn
04:03 PM Revision cf685f0f (qgis): add missing import operator (#5724)
Etienne Trimaille
01:41 PM Revision 58f55969 (qgis): Add changed return values to api break
Alessandro Pasotti
12:12 PM Revision 14531964 (qgis): Merge pull request #5719 from nyalldawson/translate_z
geometries: translate Z/M Nyall Dawson
12:04 PM Revision 97f749e6 (qgis): [processing] fix error when adding refactor fields alg in empty model
(fixes #17421) Mathieu Pellerin - nIRV
11:58 AM Revision c2b3ac56 (qgis): [processing] order 3rd party provider groups (#5723)
Mathieu Pellerin - nIRV
11:53 AM Revision 7a63a07f (qgis): Add return cases to the docs and fully qualified enums
Alessandro Pasotti
11:16 AM Revision a477ea3a (qgis): [processing] move grass & saga version number to tooltips
Mathieu Pellerin - nIRV
10:58 AM Revision 49b23127 (qgis): [BUGFIX][Spatialite] Setting default value in loadFields with the right...
Because Geomtry field is not added to fields list, the index do not respect the index in the table. It's necessary to... René-Luc ReLuc
09:25 AM Revision cdca0dd1 (qgis): Merge pull request #5720 from elpaso/bugfix-17442-null-categories
[bugfix] Categorized style issue using numeric fields with NULL values Alessandro Pasotti
08:54 AM Revision 29abd9d3 (qgis): [bugfix] Categorized style issue using numeric fields with NULL values
Fixes #17442 Alessandro Pasotti
07:51 AM Revision 8b15c73d (qgis): Merge pull request #5680 from DelazJ/hidefields
[Save As] Set fields export options visible only when compatible Nyall Dawson
07:26 AM Revision b786ed03 (qgis): Add a unit test
Nyall Dawson
07:25 AM Revision cc29f0ee (qgis): Fix some doxygen warnings
Nyall Dawson
07:18 AM Revision 6b4b9fe9 (qgis): Fix closest vertex z/m doesn't show in identify tool for multiline
geometries, remove duplicate closest M value attribute Nyall Dawson
07:18 AM Revision ff900c0b (qgis): [processing] Make translate algorithm native
And add option to translate z/m values Nyall Dawson
07:16 AM Revision 3268b778 (qgis): Sipify
Nyall Dawson
07:15 AM Revision 4f08a35c (qgis): Update test masks
Nyall Dawson
07:11 AM Revision 86669b93 (qgis): Fix z order stacking of guides
Nyall Dawson
06:34 AM Revision dd223d9b (qgis): Allow transform methods in QgsAbstractGeometry/QgsGeometry to also
transform z/m values via scale/translate arguments Nyall Dawson
06:22 AM Revision 1fcadb72 (qgis): [processing] fix for import into spatialite and execute sql algorithms
Mathieu Pellerin - nIRV
05:58 AM Revision 03ec2d8a (qgis): Merge pull request #5702 from nyalldawson/dxf_improve
[dxf] Add option to export labels as text elements, instead of mtext Nyall Dawson
05:57 AM Revision 32834e9b (qgis): Update indentation
Nyall Dawson
05:36 AM Revision 6ec96d6d (qgis): [layouts][FEATURE] Port arrow functionality to polyline item
Instead of a separate (badly behaved) item type for arrows, instead
add the arrowhead options to the much nicer polyl...
Nyall Dawson
02:29 AM Revision e541a380 (qgis): fix build
Jürgen Fischer
02:05 AM Revision f76ed223 (qgis): Port ui for attribute table
Nyall Dawson
01:54 AM Revision 2b5aca55 (qgis): Merge pull request #5689 from nyalldawson/gpkg_alg
[processing] Fixes to non flat-file exports Nyall Dawson
01:24 AM Revision 3c4fae00 (qgis): Readd tests for scalebars
Nyall Dawson
01:24 AM Revision 3a0f9438 (qgis): Port text table
Nyall Dawson
01:24 AM Revision 9cf6e0a2 (qgis): Start porting table items
Nyall Dawson
01:24 AM Revision a615a48b (qgis): Make scalebars auto selected between m/km and ft/miles when newly added
Based on current linked map scale and linked map CRS Nyall Dawson
01:24 AM Revision 3decab98 (qgis): Fix map item tooltips
Nyall Dawson
01:24 AM Revision 63f14bd9 (qgis): Also link new legends to selected map item
Nyall Dawson
01:24 AM Revision 2c85182c (qgis): [layouts] Link new scalebars to selected map item, if there is one
Fixes #13851 Nyall Dawson
01:24 AM Revision 060270c0 (qgis): [layouts] Simplify scalebar unit handling
Instead of auto setting the units to meters/feet, and then using
the label multiplier setting to obtain a scalebar in...
Nyall Dawson
01:24 AM Revision b7ef3d3c (qgis): Simplify some code, cleanup UI
Nyall Dawson
01:24 AM Revision af59c535 (qgis): [layouts] Add more unit choices to scalebars
Explicitly add options for kilometers, miles, etc as the current
UX for setting these is too confusing!
Fixes #16921
Nyall Dawson
01:24 AM Revision f90c5003 (qgis): Port table subclasses
Nyall Dawson
01:24 AM Revision 5b1c6901 (qgis): Port more scalebar functionality
Nyall Dawson
01:24 AM Revision 7e7770b6 (qgis): Fix incorrect render context scaling for scale bar rendering
Nyall Dawson
01:24 AM Revision 8f5e0cb1 (qgis): Begin porting scalebar item
Nyall Dawson
01:24 AM Revision cca7c74d (qgis): Start hooking up tables to app
Nyall Dawson
01:24 AM Revision f29eb7b1 (qgis): Port and fix unit tests
Nyall Dawson
01:24 AM Revision 93403647 (qgis): Update sip
Nyall Dawson
01:24 AM Revision 2a75ad8e (qgis): More work on layout multiframe undo/redo
Nyall Dawson
01:24 AM Revision 12e69ab1 (qgis): Modernize code
Nyall Dawson
01:24 AM Revision 30ce60bd (qgis): Remove some processEvents usage
Nyall Dawson
01:24 AM Revision e71d4d7c (qgis): more attempts to fix multiframe undo
Nyall Dawson
01:24 AM Revision f04d4385 (qgis): Some undo/redo fixes for multiframe items
Nyall Dawson
01:24 AM Revision c6eaf1f7 (qgis): Update test masks
Nyall Dawson
01:24 AM Revision 604e51d3 (qgis): Restore some tests
Nyall Dawson
01:24 AM Revision 83ee6498 (qgis): Add ui for configuring html items
Nyall Dawson
01:24 AM Revision 584cbd07 (qgis): Fix test failure
Nyall Dawson
01:24 AM Revision dddce25e (qgis): More work on porting multiframe items
Nyall Dawson
01:24 AM Revision 2cf99116 (qgis): Resurrect tests for html item
Nyall Dawson
01:24 AM Revision aec03269 (qgis): Sip is p****** me off, by refusing to build for unrelated reasons
Block a bunch of classes from Python bindings for now until sip
gets over itself
Nyall Dawson
01:24 AM Revision f1d1e454 (qgis): Begin port of HTML item
Nyall Dawson
01:24 AM Revision 0e71505f (qgis): Fix a number of multiframe methods
Nyall Dawson
01:24 AM Revision ee45ec97 (qgis): Add page number selection to new item dialog
Nyall Dawson
01:24 AM Revision c4c0c83c (qgis): Restore api for handling layout item page numbers
Nyall Dawson
01:24 AM Revision 714920ff (qgis): Start of multiframe porting
Nyall Dawson
01:03 AM Revision 62782459 (qgis): Merge pull request #5713 from lejedi76/fix_remove_fromOldWkbType
[db_manager] remove fromOldWkbType (api_break) from vlayer Nyall Dawson

2017-11-23

12:35 AM Revision 5b66ea76 (qgis): Rename some static variables to use 's' prefix
To match QGIS code conventions Nyall Dawson
12:32 AM Revision e0bdd26e (qgis): [OGR provider] When creating a new layer with createEmptyLayer(), make ...
Even Rouault
12:31 AM Revision 59d55fc4 (qgis): [processing] Ensure correct sublayer is loaded when saving output
to destination with multiple sublayers Nyall Dawson
12:31 AM Revision c04b91f4 (qgis): Fix some memory leaks
Nyall Dawson
12:31 AM Revision e3198c05 (qgis): Fix ui build warnings
Nyall Dawson
12:31 AM Revision aca22663 (qgis): [processing] Change save as spatialite option to save as GeoPackage
Since it's much more useful. Also add a prompt for layer name, so that
you can save the results of an algorithm into ...
Nyall Dawson
12:31 AM Revision abcdd485 (qgis): [ogr] Fix cannot create layers for geopackage datasets when
the database does not yet exist Nyall Dawson
12:31 AM Revision 11784280 (qgis): Fix running processing tests multiple times
Nyall Dawson
12:31 AM Revision f7a317be (qgis): [processing] Fix saving outputs to non-file formats
Nyall Dawson
12:31 AM Revision 0a092cc3 (qgis): [processing] Throw an exception when sinks cannot be created
Gives users debugging information messages on why the layers could
not be created
Also allow overwriting existing la...
Nyall Dawson
12:31 AM Revision 8775aff7 (qgis): Fix error in Geometry by Expression
We can't depend on preparing the expression, as we may not have
enough context to do this during the algorithm prepar...
Nyall Dawson
12:21 AM Revision 13cb8e4e (qgis): remove fromOldWkbType (api_break)
JD LOMENEDE
05:01 PM Revision e4216ae0 (qgis): started datum UI refactoring
Denis Rouzaud
03:24 PM Revision cd0ba918 (qgis): Use layer context in RefactorFields algorithm
Fix #17533 Matthias Kuhn
03:24 PM Revision 851adb0a (qgis): Allow adding sources to processing expression context
Matthias Kuhn
03:16 PM Revision 03e4756d (qgis): [processing] don't throw error if GRASS not found on Mac (fix #17443)
Alexander Bruy
03:16 PM Revision 3a576d80 (qgis): [processing] restore Help button functionality in modeler (fix #17483)
Alexander Bruy
03:16 PM Revision 6063c83e (qgis): [processing] detect GRASS 7.4 on Mac
Alexander Bruy
02:09 PM Revision a2ff3631 (qgis): Fix tessellation of polygons that are not horizontal
Discovered by Nyall while working on PR #5708
Tessellation would shift coordinates because when points got reproject...
Martin Dobias
02:04 PM Revision 09cffcd0 (qgis): Avoid recursion in ValueRelation widget
Fix #17521 Matthias Kuhn
01:58 PM Revision 4f82adf2 (qgis): Update tests
Alessandro Pasotti
12:09 PM Revision def85fa2 (qgis): QgsVectorLayer code cleaning use enums instead of int
It was one of the TODOs for QGIS 3 Alessandro Pasotti
11:47 AM Revision d1cf7e61 (qgis): Merge pull request #5707 from elpaso/bugfix-17262-lineedit-x-button
[ui][bugfix] lineedit add margin for X icon Alessandro Pasotti
11:40 AM Revision 5206bf0f (qgis): [3d] Fix creation of extruded walls in vertex binding mode
Previously the walls always had horizontal top/bottom, but
in vertex binding mode the walls need to have different z ...
Nyall Dawson
11:39 AM Revision 134065da (qgis): [node editor] fix crash when editor is open and feature deleted
Mathieu Pellerin - nIRV
10:29 AM Revision cfbb5d72 (qgis): [ArcGIS REST] backport for crasher and mutex
Mathieu Pellerin - nIRV
10:19 AM Revision 248bc5db (qgis): Fix #15627: missing plugin icons in Plugin Manager
Borys Jurgiel
09:54 AM Revision a7ffde6c (qgis): [ui][bugfix] lineedit add margin for X icon
Fixes #17262
Needs backporting
Alessandro Pasotti
09:45 AM Revision fe933d2d (qgis): [ui][hidpi] Form line edit: compute icon size instead of hardcoding
Alessandro Pasotti
08:08 AM Revision e98842e3 (qgis): Merge pull request #5699 from m-kuhn/valueRelationMultiSelect
Fixes for Value relation widget, multi select Matthias Kuhn
07:53 AM Revision 9d8a39fa (qgis): Merge pull request #5694 from elpaso/bugfix-17518-pg-import--without-sc...
[bugfix][postgres] Browser panel D&D a layer onto a postgresql connection tree … Alessandro Pasotti
06:43 AM Revision f8d83951 (qgis): Fix indentation
Nyall Dawson
06:27 AM Revision 060b3e3a (qgis): [ArcGIS REST] fix fallback feature id value (followup to f32791e)
Mathieu Pellerin - nIRV
05:44 AM Revision 07e4c572 (qgis): Add some unit tests for DXF export
Nyall Dawson
05:34 AM Revision f32791ee (qgis): [ArcGIS REST] fix caching logic for extent filtered requests
Mathieu Pellerin - nIRV
03:59 AM Revision 1535ff84 (qgis): [dxf][feature] Add option to export labels as text elements, instead of...
Sponsored by SMEC Nyall Dawson
03:59 AM Revision d2369425 (qgis): Merge pull request #5650 from nyalldawson/proc_gpkg
[FEATURE][processing] Package layers algorithm Nyall Dawson
02:46 AM Revision 0a18b1fd (qgis): Update sip
Nyall Dawson
02:27 AM Revision fada3d9a (qgis): Add unit test for package algorithm
Nyall Dawson
01:01 AM Revision e6d86bba (qgis): [processing] Generalise modeler multi-step feedback proxy for use
outside of modeler
This can be useful too for individual algorithms
Nyall Dawson
01:01 AM Revision a8eee624 (qgis): [FEATURE][processing] Package layers algorithm
Allows multiple vector layers to be collected together into a
geopackage database output
Previously all existing met...
Nyall Dawson

2017-11-22

12:03 AM Revision b288a5f5 (qgis): Set initial extent of a new 3D view to extent of the main canvas
Martin Dobias
12:03 AM Revision d03b6f43 (qgis): Fix world origin and camera position on terrain change (fixes #17514)
This makes "zoom full" in 3D view working again after modification of terrain generator.
Also we update the camera po...
Martin Dobias
10:56 PM Revision eeaf2d90 (qgis): Update icon path
Borys Jurgiel
10:14 PM Revision 6728e6a7 (qgis): Install missing icon
Borys Jurgiel
06:51 PM Revision 94a1e68a (qgis): [bugfix][wms] Fix GetFeatureInfo
Fixes #17498 WMS GetFeatureInfo requests not working
Use the right variable instead of an
unitialized one ( followup...
Alessandro Pasotti
05:50 PM Revision b448826d (qgis): Fix reading of multi selection ValueRelation widgets
Matthias Kuhn
05:50 PM Revision 59cf9f32 (qgis): Avoid recursion in ValueRelation widget
Fix #17521 Matthias Kuhn
05:22 PM Revision 9f56878d (qgis): [bugfix] Add some more logic to get the schema name if empty
Alessandro Pasotti
04:45 PM Revision 087087f3 (qgis): Merge pull request #5696 from elpaso/bugfix-17517-singlebandgrey-crash
[bugfix] Crash on raster layer render change from python
Everything looks good to me, thanks @elpaso
Vincent Mora
03:58 PM Revision ade6b609 (qgis): Merge pull request #5688 from m-kuhn/fix17496
Relation reference widget: apply conditional styles Matthias Kuhn
03:42 PM Revision 880af676 (qgis): add inforce to spelling.dat
Richard Duivenvoorde
03:42 PM Revision 83386fb1 (qgis): typo: inforced->enforced
Richard Duivenvoorde
03:39 PM Revision aef1b9ab (qgis): Merge pull request #5693 from pblottiere/wms_flaky2
[server] Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics) Paul Blottiere
03:18 PM Revision 98d2dcbf (qgis): [bugfix] Crash on raster layer render change from python
Fixes #17517
Requires backporting
Alessandro Pasotti
02:55 PM Revision 4693f1a4 (qgis): Add some tests
Paul Blottiere
02:46 PM Revision 577c1f2e (qgis): Fixes #16798 FilterFid feature requests with virtual layers
Paul Blottiere
01:02 PM Revision 23dfb1de (qgis): [bugfix] Browser panel D&D a layer onto a postgresql connection tree no...
Fixes #17518 by defaulting to "public" if no schema is given Alessandro Pasotti
12:49 PM Revision d6d40970 (qgis): Merge pull request #5692 from manisandro/afsshareddata_mutex
[ArcGIS REST] Add missing mutex to QgsAfsProvider (fixes #17513) Sandro Mani
12:27 PM Revision 35632989 (qgis): Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics)
Paul Blottiere
11:58 AM Revision e9309eec (qgis): [ArcGIS REST] Also protect mCache.clear() by mutex
Sandro Mani
11:48 AM Revision 9ed26361 (qgis): [ArcGIS REST] Add missing mutex to QgsAfsProvider (fixes #17513)
Sandro Mani
11:45 AM Revision db3c93c3 (qgis): Merge pull request #5691 from elpaso/bugfix-17507-gpkg-filtered-edit
[app][bugfix] Update layer editable state when filter is changed Alessandro Pasotti
11:45 AM Revision 059c9977 (qgis): Merge pull request #5687 from elpaso/bugfix-16753-offline-editing-wfs-w...
[offline-editing] Add a warning icon and tooltip to WFS sources Alessandro Pasotti
11:44 AM Revision 5f6c1bac (qgis): Rewording of warning message for WFS unstable pk
Alessandro Pasotti
11:13 AM Revision 7d926417 (qgis): Add QString operator to QgsExpression
Matthias Kuhn
11:13 AM Revision a374ebe9 (qgis): Relation referenc widget: apply conditional styles
Fix #17496 Matthias Kuhn
10:58 AM Revision 58bfbd51 (qgis): Merge pull request #5658 from pblottiere/qurl_obsolete
[server] Fix obsolete QUrl method Paul Blottiere
10:31 AM Revision 7e727fd8 (qgis): Merge pull request #5640 from pblottiere/wms_flaky
[server] WIP: detect WMS flaky tests Matthias Kuhn
09:42 AM Revision a416f4e3 (qgis): Fix obsolete call of addQueryItem on QUrl in server
Paul Blottiere
09:32 AM Revision 5945a84d (qgis): Merge pull request #5638 from pblottiere/bugfix_joins
[bugfix] Fixes #17450 by correctly setting the join info ordered list Paul Blottiere
09:21 AM Revision d775a0d9 (qgis): [app][bugfix] Update layer editable state when filter is changed
Fixes #17507 Alessandro Pasotti
08:56 AM Revision 10b34b90 (qgis): Merge pull request #5660 from pblottiere/bugfix-clickxy-218
[backport][bugfix] Fixes #16852 by adding click_x and click_y variables to resolve actions Paul Blottiere
08:51 AM Revision 2169c880 (qgis): Initialize some more vars to make Valgrind happy
Alessandro Pasotti
08:46 AM Revision d24de06c (qgis): Split some WMS tests
Paul Blottiere
08:46 AM Revision fd1539f5 (qgis): Skip test instead of commenting
Paul Blottiere
08:46 AM Revision e29f605b (qgis): Add some masks and set a higher threshold for comparing images
Paul Blottiere
08:46 AM Revision 1c81c423 (qgis): Disable a test
Paul Blottiere
08:30 AM Revision 333a8e9e (qgis): Fixes #17450 by correctly setting the join info ordered list
Paul Blottiere

2017-11-21

09:27 PM Revision b058df7d (qgis): Merge pull request #5686 from nyalldawson/encoding
[processing] Don't use crappy Qt file picker dialog Nyall Dawson
08:26 PM Revision b97c6a8d (qgis): Use native file picker for spatialite export option also
Nyall Dawson
07:56 PM Revision d62b4e97 (qgis): Merge pull request #5683 from Gustry/metadata_crs
fix #17456 improve CRS display in the metadata tab Nyall Dawson
06:45 PM Revision bb3b6898 (qgis): Initialize some vars to make Valgrind happy
Alessandro Pasotti
05:16 PM Revision 59cc5434 (qgis): switch display between identification section and provider in the metad...
Etienne Trimaille
05:00 PM Revision b895b743 (qgis): fix #17456 improve CRS display in the metadata tab
Etienne Trimaille
04:58 PM Revision cbf4a891 (qgis): [ogr] Re-compute capabilities when a subset string is changed
Alessandro Pasotti
04:57 PM Revision 9866b240 (qgis): [app] Don't trigger repaint twice
Alessandro Pasotti
04:06 PM Revision 17ca25fb (qgis): [app] Use unique pointer for query builder
Alessandro Pasotti
03:35 PM Revision 5be5c1e6 (qgis): [grass] Fix build for metadata->htmlMetadata
Alessandro Pasotti
03:08 PM Revision 68ddf3b9 (qgis): [offline-editing] Add a warning icon and tooltip to WFS sources
Fixes #16753 off-line editing synchronization cripples
the original datasource if this is a WFS-T Layer
Alessandro Pasotti
02:42 PM Revision ea7c2af7 (qgis): [dbmanager] fixes #17476: QGIS master: update SQL layer error if name c...
Salvatore Larosa
02:35 PM Revision 9b4a6c08 (qgis): [dbmanager] fixes #17476: QGIS master: update SQL layer error if name c...
Salvatore Larosa
02:00 PM Revision b2c6464e (qgis): Merge pull request #5679 from elpaso/bugfix-16935-gpkg-split-features
[bugfix] Editing a GPKG layer added by d&d leads Alessandro Pasotti
01:01 PM Revision a29fad44 (qgis): Merge pull request #5684 from Gustry/provider_metadata
rename metadata() to htmlMetadata() in QgsRasterDataProvider Nyall Dawson
12:24 PM Revision 31086d3a (qgis): [processing] Move destination encoding option to separate menu action
...instead of embedding in output destination file selector. Otherwise
Qt downgrades the file picker to the Qt basic ...
Nyall Dawson
11:52 AM Revision 4bc4494e (qgis): [ui] split Z/M values checkbox in new memory layer dialog (#5685)
Mathieu Pellerin - nIRV
11:38 AM Revision 37347121 (qgis): rename metadata() to htmlMetadata() in QgsRasterDataProvider
Etienne Trimaille
11:38 AM Revision f660d780 (qgis): Add a new dialog for selecting file encoding, QgsEncodingSelectionDialog
Can be used to prompt users for a file encoding choice Nyall Dawson
11:17 AM Revision 0b3f86d0 (qgis): [ui] improve new geopackage layer dialog (#5682)
- move a number of options under a collapsible group
- rework wording for Z dimension and M values
- disable z and m ...
Mathieu Pellerin - nIRV
09:24 AM Revision e05cca2b (qgis): [bugfix][auth] 2to3 settings migrate authcfg for WMS/WFS
Fixes #17402 Authentication settings for WMS/WFS etc. are not migrated from 2 to 3 Alessandro Pasotti
09:11 AM Revision 62713a50 (qgis): Merge pull request #5510 from m-kuhn/relationsearch
[FEATURE] Search widget for relations using aggregates Matthias Kuhn
09:03 AM Revision a12939d3 (qgis): [ogr] Implement skipConstraintsCheck for fid
With test. Alessandro Pasotti
08:35 AM Revision 153c83a3 (qgis): Add @nirvn to AUTHORS, fix missing tab for Paul B.
Mathieu Pellerin - nIRV
08:32 AM Revision 81b475d2 (qgis): Adjust version number
Matthias Kuhn
08:29 AM Revision 37b0d4c5 (qgis): Add missing api documentation
Matthias Kuhn
08:11 AM Revision 05d22bf1 (qgis): @nirvn is a committer
Mathieu Pellerin - nIRV

2017-11-20

11:58 PM Revision 95cf2990 (qgis): Followup c9b8ddc, add unit test
Nyall Dawson
09:28 PM Revision 776ca7aa (qgis): Allow min/max aggregate search for double fields
Matthias Kuhn
09:22 PM Revision c72739b0 (qgis): Show group box for aggregate search
Matthias Kuhn
09:20 PM Revision f0a84667 (qgis): Hide search widget tool button for aggregate search
Matthias Kuhn
08:56 PM Revision 53dd5ef5 (qgis): [ogr] Pass default value (-1) for fid columns
Alessandro Pasotti
08:31 PM Revision bdc47a48 (qgis): Add missing doxymentation
Matthias Kuhn
08:31 PM Revision 04101c3f (qgis): Add dummy canvas to test
Matthias Kuhn
08:31 PM Revision 7fb3a4eb (qgis): Avoid crash with invalid relation
Matthias Kuhn
08:31 PM Revision f8a8cb96 (qgis): Fix failing tests
Matthias Kuhn
08:31 PM Revision 456cebae (qgis): Remove unnneeded method
Matthias Kuhn
08:31 PM Revision 7b45e9df (qgis): Add missing param to docstring
Matthias Kuhn
08:31 PM Revision ddca8b65 (qgis): SipConvertToSubClass code for QgsSearchWidgetToolButton
Matthias Kuhn
08:31 PM Revision 3d2b69eb (qgis): Qt 5.5 compatibility
Matthias Kuhn
08:31 PM Revision fdd00870 (qgis): [FEATURE] Search widget for relations using aggregates
For each child relations, the subform is visible.
Each attribute of the children has a tool button option to define ...
Matthias Kuhn
08:31 PM Revision f084fc0a (qgis): API documentation all over
Matthias Kuhn
08:31 PM Revision f5559b51 (qgis): Add QgsAttributeFormWidget
Matthias Kuhn
07:57 PM Revision 6d0f2afe (qgis): Fix memory leaks by using sqlite3_close_v2
Matthias Kuhn
06:30 PM Revision f97b5a54 (qgis): Fix test for primary key constraints
Alessandro Pasotti
06:20 PM Revision dbd4f9ef (qgis): Merge pull request #5677 from mhugo/fix_slow_relation_reference
Postgresql: don't fetch if there is nothing (fixes #17502) Hugo Mercier
06:07 PM Revision 89914821 (qgis): [Save As] Set fields export options visible only when compatible
with the destination format, instead of simply disabling it. Harrissou Santanna
05:11 PM Revision ac109e43 (qgis): [bugfix] Do not crash when testing empty virtual layers
Fixes #17489
Backported from master
Alessandro Pasotti
05:04 PM Revision 73d6765e (qgis): [bugfix] Editing a GPKG layer added by d&d leads
... to error and data corruption
Fixes #16935 for GPKG (OGR), still needs to check spatialite
Thanks to Matthias K...
Alessandro Pasotti
04:42 PM Revision 5fb970ab (qgis): Postgresql: don't fetch if there is nothing (fixes #17502)
Hugo Mercier
04:37 PM Revision 3eced50c (qgis): Trivial typo fix
Your spellcheck missed it.
+ updated spelling.dat to catch it next time
luzpaz
03:57 PM Revision 28322035 (qgis): Merge pull request #5661 from DelazJ/patch-3
Ask confirmation before removing a map theme Matthias Kuhn
03:54 PM Revision 06bae21d (qgis): Merge pull request #5579 from DelazJ/logmessages
Clarify where and what Log Messages is Matthias Kuhn
12:07 PM Revision 9481067f (qgis): Fix indentation
Harrissou Santanna
12:06 PM Revision c9b8ddce (qgis): Fix crash in ogr provider when loading layers with subset strings
Nyall Dawson
12:06 PM Revision 89f6ca9f (qgis): Fix memory leak
Nyall Dawson
10:50 AM Revision 4fe00139 (qgis): Update doc and sip binding
Paul Blottiere
10:50 AM Revision c9692959 (qgis): Fixes #16852 by adding click_x and click_y variables to resolve actions
Paul Blottiere
10:50 AM Revision 35459c49 (qgis): Add some tests
Paul Blottiere
10:24 AM Revision 06017b92 (qgis): Fix message box logic
Harrissou Santanna
09:43 AM Revision 4e16665b (qgis): Merge pull request #5674 from elpaso/bugfix-17489-virtual-layer-test-crash
[bugfix] virtual layer test crash Alessandro Pasotti
09:02 AM Revision b3e3bcd1 (qgis): Modernize code (remove "on" from slots)
Alessandro Pasotti
08:55 AM Revision 4272f5d8 (qgis): [bugfix] Do not crash when testing empty virtual layers
Fixes #17489
Require backporting
Alessandro Pasotti
07:34 AM Revision e9ce901a (qgis): Merge pull request #5617 from signedav/longrelationids
Autogenerated relation names in dialog instead of ids Matthias Kuhn
07:24 AM Revision 67b68a84 (qgis): Merge pull request #5578 from gacarrillor/iface_copy_paste_features
Expose through iface methods to copy/paste features between given layers Matthias Kuhn
07:22 AM Revision 970a7236 (qgis): Merge pull request #5666 from signedav/tooltiprelation
Tooltip of relationstrength in project properties Matthias Kuhn
07:13 AM Revision 30ed3153 (qgis): Merge pull request #5614 from signedav/constraintindicators
Constraint result not displayed in non editable mode Matthias Kuhn
01:51 AM Revision eb2ef6a6 (qgis): Merge pull request #5672 from nyalldawson/provider_fixes2
Add tests/fixes for some provider issues Nyall Dawson
01:24 AM Revision 8243598f (qgis): Even more memory safety for ogr layers
Nyall Dawson
01:13 AM Revision 6db46f73 (qgis): [ogr] Safer layer memory management
Use unique_ptr with custom deleter to ensure that
QgsOgrProviderUtils::release is called
Nyall Dawson

2017-11-19

12:25 AM Revision 163b2e20 (qgis): [ogr] Fix incorrect feature counts after removing subset string, fix leak
Nyall Dawson
11:42 PM Revision fe535c5f (qgis): Play it safe and work with clones of symbol renderers
This fixes some definite crashes, e.g. saving a vector layer
with symbology, which is caused by accessing the same
la...
Nyall Dawson
11:42 PM Revision d13eaa6a (qgis): Improve documentation
Nyall Dawson
11:42 PM Revision a0c6e052 (qgis): Spelling
Nyall Dawson
11:42 PM Revision af5b2a75 (qgis): Add some debugging asserts to ensure that layer renderers
are used in a thread safe way Nyall Dawson
10:29 PM Revision 3405bc15 (qgis): Fix broken export of DXF labels
Nyall Dawson
10:29 PM Revision 8cf9f8fb (qgis): Fix combining extent of valid rectangle with invalid rectangle results
in invalid rectangle Nyall Dawson
10:29 PM Revision 4143ab6e (qgis): Fix DXF export issue when an empty layer is selected
Nyall Dawson
09:15 PM Revision 8f1021c5 (qgis): Disable WMS server test
Matthias Kuhn
08:19 AM Revision 6c4a8a24 (qgis): Update WFS tests
Nyall Dawson
07:42 AM Revision 6508a5d3 (qgis): Modernise code
Nyall Dawson
07:28 AM Revision 7cd8e38c (qgis): Fix unnecessarily fussy close() for QgsMsSqlFeatureIterator
Nyall Dawson
07:27 AM Revision 6f3ebdee (qgis): Safer iterator closing, by always calling ::close() instead of
directly manipulating mClosed
Fixes a crash in the memory data provider (also likely fixes
issues in other providers)
Nyall Dawson
07:20 AM Revision d6eb8ecc (qgis): Add a bit of tolerance to WFS provider test
Was failing on Fedora 27 Nyall Dawson
07:17 AM Revision 705416c4 (qgis): More consistent exception throwing in QgsCoordinateTransform::transform...
Depending on the os and proj versions, we weren't always getting an
exception when a bad bounding box transform was m...
Nyall Dawson

2017-11-18

11:59 PM Revision 957cf652 (qgis): Add some more provider tests for feature count when subset string is ad...
Nyall Dawson
11:58 PM Revision e9e7efc6 (qgis): Fix incorrect extents returned by memory provider when subset string set
Nyall Dawson
11:56 PM Revision 1cfd6ee8 (qgis): Add provider test to ensure that extent is correctly calculated
for layers with 1 point and also no features
The first scenario should return an 'empty' rectangle with x/y
min/max ...
Nyall Dawson
09:12 PM Revision 62bd3776 (qgis): Allow better resizing of Projection selector widget tree
Harrissou Santanna
06:52 PM Revision dd378a58 (qgis): Tweak some dialog titles
Harrissou Santanna
06:51 PM Revision f699e35c (qgis): Add more translatable strings
Harrissou Santanna
02:08 PM Revision ecde835a (qgis): Ask confirmation before removing a map theme
Harrissou Santanna
01:25 PM Revision 7aab0c75 (qgis): Remove unused code
Harrissou Santanna
01:21 PM Revision c2a940a0 (qgis): [Geometry Checker] Use a more readable file format list
Harrissou Santanna
08:15 AM Revision 33e939c2 (qgis): Merge pull request #5642 from NaturalGIS/2_18_grass74_support
[processing] add GRASS74 support Alexander Bruy
02:01 AM Revision af6b4cc7 (qgis): Merge pull request #5671 from tomkralidis/issue-17347
[bugfix] [MetaSearch] fix Esri ArcGIS service chaining (fixes #17347) Tom Kralidis

2017-11-17

10:24 PM Revision 3ea8b74e (qgis): [bugfix] [MetaSearch] fix Esri ArcGIS service chaining (fixes #17347)
Tom Kralidis
07:12 PM Revision 1dab575b (qgis): Merge pull request #5669 from elpaso/bugfix-17347-metasearch
[bugfix] MetaSearch: Add WMS/WMTS data button broken Tom Kralidis
06:45 PM Revision 7cc73751 (qgis): Fedora 26 now provides Qt 5.9, enable 3D in rpm spec for it
Daniele Viganò
05:35 PM Revision 1b79177b (qgis): [bugfix] Fix WFS in metasearch
Fixes #17347 Alessandro Pasotti
04:52 PM Revision a0639b1a (qgis): [bugfix] Fix WMS in metasearch
Alessandro Pasotti
02:46 PM Revision 1989111f (qgis): Merge pull request #5664 from rldhont/server-getfeatureinfo-raster-display
[BUGFIX][Server] GetFeaturInfo: do not identify raster data if point … René-Luc ReLuc

2017-11-16

07:11 PM Revision 48c320be (qgis): Merge pull request #5649 from rouault/settings_main_canvas_preview_jobs
Add a setting to be able to disable preview jobs in main canvas Even Rouault
06:52 PM Revision d590e98c (qgis): Merge pull request #5644 from boundlessgeo/bd-2648-auth-thread-safety
[auth] Thread safe auth methods with recursive mutex Alessandro Pasotti
06:43 PM Revision adc408f8 (qgis): tooltip of relationstrength in project properties
improvement of the tooltip. more info, how to activate the duplicate button. David Signer
05:08 PM Revision 861987da (qgis): [BUGFIX][Server] GetFeaturInfo: do not identify raster data if point no...
Manual forwardporting with enhancement for raster data values displayed René-Luc ReLuc
04:01 PM Revision 6f065974 (qgis): [auth] Morph the mutex from a pointer to a member var
Alessandro Pasotti
04:01 PM Revision 674467b9 (qgis): [auth] Thread safe auth methods with recursive mutex
Add a mutex to the base class and use that
mutex to protect all public methods of the
authentication methods.
Alessandro Pasotti
02:36 PM Revision de9d0b87 (qgis): Merge pull request #5548 from rldhont/release-2_18-server-getfeatureinf...
Release 2-18 server getfeatureinfo raster display René-Luc ReLuc
01:06 PM Revision 29c8f7ce (qgis): Merge pull request #5641 from NaturalGIS/master
[processing] add support for GRASS 7.4 Alexander Bruy
12:01 PM Revision 7c08b715 (qgis): [Bugfix]Fix Bookmarks xmax and ymin columns inversion (#5643)
(fix #16987) Harrissou Santanna
11:50 AM Revision 99500315 (qgis): member variable for constraint result visability
...as we had it for for constraint result (status).
now the setter are called when setting the editable mode changes....
David Signer
11:46 AM Revision 793fb611 (qgis): [processing] add vertex id details to extract nodes algorithms
Mathieu Pellerin - nIRV
11:46 AM Revision ee8ef42c (qgis): [processing] boolean fieds support in the Refactor Fields algorithm (fi...
Alexander Bruy
11:33 AM Revision 87dbb884 (qgis): truncate only last extension in oper recent project menu
cherry-picked from 7c9cc07e Salvatore Larosa
11:13 AM Revision 574c9f21 (qgis): select the new features after duplication
when duplicating features with the default action "duplicate" the new features are selected and additionally the chil... David Signer
11:13 AM Revision 78eba9ed (qgis): return ids of the new child features on duplication
when duplicating a feature in QgsVectorLayerUtils::duplicateFeature and this feature has over a relation the child fe... David Signer
11:06 AM Revision 2c034d67 (qgis): [processing] fix batch execution when alg has ParameterPoint
Salvatore Larosa
10:48 AM Revision 7c9cc07e (qgis): truncate only last extension in oper recent project menu
Salvatore Larosa
10:36 AM Revision 898eb4ab (qgis): Merge pull request #5628 from pblottiere/bugfix-transaction-tuple
executeSql in transaction does not return an error on tuple Paul Blottiere
10:27 AM Revision a6e2ff98 (qgis): [QgsAuthManager] Protect all methods that do SQL queries with mutex (fi...
Even Rouault
10:24 AM Revision 15c32c22 (qgis): Merge pull request #5566 from pblottiere/bugfix-ogc-getcapa-abstract
[server][bugfix] Fix OGC test recommendations Paul Blottiere
09:40 AM Revision 9283b267 (qgis): Update tests
Paul Blottiere
09:04 AM Revision 7b490325 (qgis): Update for loop
Paul Blottiere
09:04 AM Revision f52300d3 (qgis): Update tests
Paul Blottiere
09:04 AM Revision f9c80f32 (qgis): Replace Name entry by Abstract in GetCapabilities for root layer
Paul Blottiere
09:04 AM Revision 0a38003b (qgis): Keep name and add metadata and keywordlist for root layer
Paul Blottiere
09:04 AM Revision dfc03054 (qgis): Merge pull request #5631 from boundlessgeo/bd-2437-certs-format-sniffing
[auth] Moved the PEM/DER sniffing to a common private function Alessandro Pasotti
09:01 AM Revision 640f78e5 (qgis): Do not consider a tuple response as an error in transaction
Paul Blottiere
09:01 AM Revision 51d156d3 (qgis): Update doc
Paul Blottiere
09:01 AM Revision c6b054ed (qgis): Add test
Paul Blottiere
09:00 AM Revision 8dd70c1d (qgis): Merge pull request #5526 from boundlessgeo/ogr_authconfig_2
[auth][needs-docs] Authentication configuration support in OGR provider Alessandro Pasotti
08:59 AM Revision 0bd5107e (qgis): Merge pull request #5647 from pblottiere/contributor
Update contributors Paul Blottiere
08:13 AM Revision 05d38b3d (qgis): [processing] preserve field length and precision for temporary outputs ...
* add test case to cover length and precision through uri Mathieu Pellerin - nIRV
07:57 AM Revision bb6fda6c (qgis): Bump minimum spatialite version to 4.2
Matthias Kuhn
05:04 AM Revision 3fd32b42 (qgis): Update recent project menu upon pin/unpin/remove actions
Mathieu Pellerin - nIRV
05:04 AM Revision 4420eba6 (qgis): Save non-pinned recent projects below pinned ones
Mathieu Pellerin - nIRV
04:46 AM Revision cfb78a14 (qgis): Improved mActionDataSourceManager.svg icon (#5618)
Kent Porter
04:38 AM Revision d0c2a41c (qgis): Fix error when running postgis algs
Nyall Dawson
03:30 AM Revision 72af1a00 (qgis): [auth][ogr] Add missing PyQGIS auth manager OGR test
Larry Shaffer

2017-11-15

12:27 AM Revision ca8d82ff (qgis): Add a setting to be able to disable preview jobs in main canvas
Can be used by power users to disable preview jobs, for very slow datasources
(especially when network bandwidth is s...
Even Rouault
11:31 PM Revision ef7cc49c (qgis): Don't require a connection to a geopackage for data item
'create new layer' to function Nyall Dawson
11:31 PM Revision 135b5c6c (qgis): Nicer UX when adding a layer to an existing gpkg through the browser
Nyall Dawson
11:23 PM Revision 581d0d30 (qgis): [Spatialite provider] Properly destroy QgsSpatiaLiteConnPool singleton ...
Even Rouault
10:21 PM Revision 7fa11c82 (qgis): Merge pull request #5632 from rouault/gdal_shared_instance
[GDAL provider] Use same underlying GDAL dataset for clone() (fixes #16006) Even Rouault
10:01 PM Revision 31299b0c (qgis): Merge pull request #5646 from rouault/fix_16966
[QgsAuthManager] Protect all methods that do SQL queries with mutex (fixes #16966) Even Rouault
09:44 PM Revision 5e2564cf (qgis): Update contributors
Paul Blottiere
09:30 PM Revision bc90210e (qgis): Merge pull request #5620 from pblottiere/bugfix_gpkg_bool
[bugfix] Fixes #17070 by considering bool fields as OGR integer fields with boolean subtype Paul Blottiere
09:21 PM Revision 4ce17521 (qgis): [QgsAuthManager] Protect all methods that do SQL queries with mutex (fi...
Even Rouault
06:51 PM Revision a00ce9e1 (qgis): Rename editCopy/editPaste to copySelectionToClipboard/pasteFromClipboard
gcarrillo -
06:26 PM Revision f1c3692f (qgis): [dbmanager] Fixes #16533 and #16506
Salvatore Larosa
06:08 PM Revision 670764d1 (qgis): [GDAL provider] Improve UI responsiveness affected by 3b2b98b012fdfda14...
The consequence of sharing the same GDAL object and protecting them under mutex is that
instanciating a new pipeline ...
Even Rouault
05:20 PM Revision 9f0985ff (qgis): Merge pull request #5554 from pblottiere/bugfix_virtuallayer
[bugfix] Fixes #16798 FilterFid feature requests with virtual layers Paul Blottiere
05:18 PM Revision bd30e12c (qgis): Merge pull request #5597 from pblottiere/bugfix-clickxy
[bugfix] Fixes #16852 by adding click_x and click_y variables to resolve actions Paul Blottiere
05:15 PM Revision 3bbe71d9 (qgis): Fixes #17070 by considering bool fields as OGR integer fields with bool...
Paul Blottiere
05:15 PM Revision 76635894 (qgis): Update test with Bool type instead of Int type
Paul Blottiere
05:15 PM Revision cb566178 (qgis): Add boolean support in OGR provider
Paul Blottiere
05:15 PM Revision caf0cf75 (qgis): Add test
Paul Blottiere
05:15 PM Revision 6465af3f (qgis): Call OGR_Fld_SetSubType before OGR_L_CreateField
Paul Blottiere
03:52 PM Revision c56e29ef (qgis): add GRASS74 support in QGIS 2.18
Giovanni Manghi
03:46 PM Revision db5b1df7 (qgis): Remove direct usage of sqlite3 handles in core
Matthias Kuhn
03:39 PM Revision 618ada7f (qgis): add support for GRASS 7.4
Giovanni Manghi
03:30 PM Revision 042f2cd3 (qgis): Increase git depth to avoid issues in code layout build
On Travis
When on large pr with many commits
Denis Rouzaud
03:26 PM Revision 829915e3 (qgis): Make names from QgisApp and QgisInterface match
gcarrillo -
01:17 PM Revision fbe5a17a (qgis): Merge pull request #2586 from nyalldawson/coordinate_formatter
Initial implementation of QgsCoordinateFormatter Nyall Dawson
01:09 PM Revision b5317c57 (qgis): Fix test
Paul Blottiere
01:09 PM Revision d0d88e44 (qgis): Fixes #16798 FilterFid feature requests with virtual layers
Paul Blottiere
01:09 PM Revision 74e3323d (qgis): Never return a feature if the fid is negative
Paul Blottiere
01:09 PM Revision fba8e84e (qgis): Group conditions
Paul Blottiere
01:09 PM Revision de9bd1a1 (qgis): Use QString::number
Paul Blottiere
01:09 PM Revision f25ea5b6 (qgis): Add some tests with cross join
Paul Blottiere
12:26 PM Revision b02133f8 (qgis): Use id in gui if name is empty and crop layerid-part in the generated id
The name can be empty, so use the id instead in the combo box. To avoid so long ids, the part taken from the layerid ... David Signer
12:26 PM Revision a49ed097 (qgis): Autogenerated relation names in dialog instead of ids
The autogenerated ids are quite long and this leads that they where very unconfortable to use in the configuration of... David Signer
12:19 PM Revision ac574e23 (qgis): Fix build
Nyall Dawson
11:51 AM Revision 3734a0d6 (qgis): Fix tests
Nyall Dawson
11:51 AM Revision 75885d70 (qgis): Rename various WKT/WKB/GeoJSON/GML methods for consistency
and consistent capitalisation Nyall Dawson
11:49 AM Revision 8fd8b6eb (qgis): Update sip bindings
Nyall Dawson
11:49 AM Revision 0d7b828b (qgis): Update code, formatting
Nyall Dawson
11:49 AM Revision 916c56b9 (qgis): Initial implementation of QgsCoordinateFormatter
Nyall Dawson
11:49 AM Revision 95765a19 (qgis): Remove coordinate formatting methods from QgsPointXY
Use QgsCoordinateFormatter instead Nyall Dawson
11:13 AM Revision 80ad1632 (qgis): [Geometry checker] Remove unused include
Sandro Mani
11:00 AM Revision 2a8ea5dc (qgis): [auth] Simplify code and add a *.* filter for certs and keys selection
Alessandro Pasotti
10:57 AM Revision 0c2e226e (qgis): Merge pull request #5633 from slarosa/fix_17466
Fixes #17466: DB Manager does not refresh correctly map in layer preview Alessandro Pasotti
10:55 AM Revision 364ddc1d (qgis): Fix #17444 : GeoNode data provider completely ignores authentication (#...
* Fix #17444 : GeoNode data provider completely ignores authentication - hide the authentication group until GeoNode ... Tim Sutton
10:26 AM Revision 6d015435 (qgis): Fix missing toolbar tooltips
Borys Jurgiel
08:51 AM Revision c713878a (qgis): Switch new spatialite layer dialog to RAII spatialite
Matthias Kuhn
08:51 AM Revision 35808f19 (qgis): delete spatialite_database_unique_ptr::reset( sqlite3 * )
Matthias Kuhn
08:51 AM Revision 48e8656f (qgis): Code improvement
Matthias Kuhn
08:51 AM Revision 4d20a395 (qgis): Avoid recreating spatialite handles
Matthias Kuhn
08:51 AM Revision 124f3df1 (qgis): Use member functions over sqlite3 api
Matthias Kuhn
08:51 AM Revision 716ed6b7 (qgis): Prevent memory leaks
Matthias Kuhn
08:51 AM Revision 447cd18a (qgis): Improve chances for copy elision
Matthias Kuhn
08:51 AM Revision 2b6d1f88 (qgis): Move spatialite context management to deleter
Matthias Kuhn
08:51 AM Revision 43329f50 (qgis): Const correctness for sqlite_database_unique_ptr
Matthias Kuhn
08:51 AM Revision c5667db9 (qgis): Switch geopackage dataitem to RAII sqlite3
Matthias Kuhn
08:51 AM Revision 28f13778 (qgis): Switch more places to using spatialite_database_unique_ptr
Matthias Kuhn
08:51 AM Revision a58ff723 (qgis): Switch QgsStyle to RAII sqlite3
Matthias Kuhn
08:51 AM Revision cf1ace89 (qgis): Switch map layer to RAII sqlite3
Matthias Kuhn
08:51 AM Revision ecd4ee17 (qgis): Destroy spatialite context after closing database
According to instructions in https://groups.google.com/forum/#!msg/spatialite-users/83SOajOJ2JU/sgi5fuYAVVkJ Matthias Kuhn
08:51 AM Revision 2aed700b (qgis): Release spatialite context when a spatialite_database_unique_ptr scopes...
Matthias Kuhn
08:51 AM Revision 5c12430b (qgis): Use sq/spatialite unique_ptrs in QgsMapLayer and QgsOfflineEditing
Matthias Kuhn
08:51 AM Revision 4df65aca (qgis): Use std::unique_ptr with custom deleter for spatialite and sqlite
Matthias Kuhn
08:47 AM Revision 340f7abb (qgis): Merge pull request #5616 from boundlessgeo/datasource-manager-add-close
[gui] Datasource manager remove Ok and add Close Alessandro Pasotti
08:30 AM Revision 5a4ace10 (qgis): [dbmanager] defines correctly super class
Salvatore Larosa
08:24 AM Revision 26e4d4f4 (qgis): correctly create new function file (fix #16752)
(cherry picked from commit d8398400f989147e8b9c89bf3c4beb87e2f8f97f) Alexander Bruy
07:31 AM Revision b95588cf (qgis): Merge pull request #5603 from medspx/ProcessingGrassFixDescR
[processing] GRASS7 provider: review and update all r.* description files. Alexander Bruy
01:27 AM Revision c321700a (qgis): [processing] test for union algorithm
matteo ghetta
01:27 AM Revision b0c13da8 (qgis): Fix exception in find projection algorithm
Nyall Dawson
01:27 AM Revision 2d188e95 (qgis): processing Union fix
matteo ghetta

2017-11-14

12:14 AM Revision de7b33a3 (qgis): [needs-docs] Remove option to show raster preview icons in layer tree
This option is not safe - see #16803, and generally undesirable
due to how slow generating the preview icons are
Nyall Dawson
12:14 AM Revision dd15d4ef (qgis): Cleanup layer options arrangement
Nyall Dawson
10:46 PM Revision 5d8963a4 (qgis): Fixes #17466: DB Manager does not refresh correctly map in layer preview
Salvatore Larosa
09:03 PM Revision 3b2b98b0 (qgis): [GDAL provider] Use same underlying GDAL dataset for clone() (fixes #16...
This will improve efficiency of GDAL block cache during raster rendering,
since the cached blocks are only valid duri...
Even Rouault
08:44 PM Revision ea5ed674 (qgis): Autogenerated relation names in dialog instead of ids
The autogenerated ids are quite long and this leads that they where very unconfortable to use in the configuration of... David
08:44 PM Revision d4b2895b (qgis): Use id in gui if name is empty and crop layerid-part in the generated id
The name can be empty, so use the id instead in the combo box. To avoid so long ids, the part taken from the layerid ... David
07:07 PM Revision b1eb6c0b (qgis): [auth] Moved the PEM/DER sniffing to a common private function
Alessandro Pasotti
06:53 PM Revision d8398400 (qgis): correctly create new function file (fix #16752)
Alexander Bruy
05:58 PM Revision 1a17b900 (qgis): Disable PG test
Alessandro Pasotti
05:58 PM Revision dc6101a6 (qgis): [auth] Add tests for Basic auth CAs on OGR and PG
providers Alessandro Pasotti
05:58 PM Revision 14df3271 (qgis): [auth][ogr] Added test cases for all supported drivers
Alessandro Pasotti
05:58 PM Revision d163c016 (qgis): [ogr][auth] Add geojson username/password test
Alessandro Pasotti
05:58 PM Revision 276bd1bf (qgis): [auth] Add trusted root CAs to OGR PG connnections
Alessandro Pasotti
05:58 PM Revision 2c636717 (qgis): Always use expanded URI for connection pooling
Alessandro Pasotti
01:34 PM Revision eefcb318 (qgis): Raster renderer: fix so that raster in projected CRS is not rendered in...
Even Rouault
01:30 PM Revision c09c96b0 (qgis): Raster renderer: fix so that raster in projected CRS is not rendered in...
Even Rouault
12:41 PM Revision ec9e87d6 (qgis): Fix compilation error likely due to 5d476e51dfcbf9a2d3634cf6b7a6d5b12e9...
Even Rouault
12:34 PM Revision 71a4bed9 (qgis): [Plugin manager] Don't truncate long names (#17451). Backport from 3.0.
Borys Jurgiel
12:31 PM Revision 5f915a09 (qgis): [Plugin manager] Don't truncate long names. Fixes #17451.
Borys Jurgiel
12:15 PM Revision ff683a6e (qgis): [Raster] Do not crash when displaying a raster with complex datatype (f...
That said, complex datatypes are not handled, so QGIS cannot do anything useful
with such datasets.
Even Rouault
12:08 PM Revision b861db47 (qgis): [Raster] Do not crash when displaying a raster with complex datatype (f...
That said, complex datatypes are not handled, so QGIS cannot do anything useful
with such datasets.
Even Rouault
11:53 AM Revision 15e15356 (qgis): Show vector layer wkb types in tooltip in layer tree and layer combo boxes
This is very useful information to have readily visible (esp.
to see if a layer is multi* type, has z/m, when choosin...
Nyall Dawson
11:53 AM Revision 1e4f6917 (qgis): Cleanup fragile 'capitalize layer names' option
This option was being applied in the wrong place - within the
map layer classes themselves. This meant that depending...
Nyall Dawson
11:53 AM Revision 6f55e50a (qgis): Remove QgsMapLayer::originalName()
Now QgsMapLayer::name() is guaranteed to return the same string Nyall Dawson
11:53 AM Revision 020972c2 (qgis): Tweaks to automatic layer name logic
Nyall Dawson
11:53 AM Revision 6e31fccc (qgis): [needs-docs] Remove option to capitalize layer names, and make it alway...
Doing this removes some work from our users - giving layers
a nicely generated name by default
Nyall Dawson
11:52 AM Revision fc6c69be (qgis): Fix calculation of distance to vertex for multi part, multi ring
and curved geometries Nyall Dawson
11:52 AM Revision d14b8592 (qgis): More efficient distance to vertex calculation in extract nodes alg
Instead of calculating the whole distance from the start of the
geometry to the vertex for EVERY vertex, we just keep...
Nyall Dawson
11:52 AM Revision 5d476e51 (qgis): Use QVector where possible in geometry classes
Nyall Dawson
11:52 AM Revision 507a93c6 (qgis): Drop the cached coordinate sequence from abstract geometries
This cache was added to speed up expensive QgsAbstractGeometry::coordinateSequence
calls, when we were relying on coo...
Nyall Dawson
11:08 AM Revision 30eec2b3 (qgis): Update buttons on referenced layer edit state change in N:M
Fix #16635 Matthias Kuhn
11:08 AM Revision 0c35dde4 (qgis): N:M Relations, support for linking table with default values
Matthias Kuhn
11:08 AM Revision 3ba22545 (qgis): Fix broken sip casting of nested QVectors
Old code was always forcing casting to QgsPointXY, regardless
of actual type
Nyall Dawson
07:39 AM Revision 662c2cf8 (qgis): another typo
Alexander Bruy
07:38 AM Revision c65ed15d (qgis): Fix typo
Alexander Bruy
01:22 AM Revision 857bae4b (qgis): Merge pull request #5609 from nyalldawson/remove_options
[needs-docs] Remove options for making layer names and groups bold Nyall Dawson

2017-11-13

11:02 PM Revision 3c8d50d5 (qgis): Merge pull request #5612 from nirvn/native_nodes
Optimize extract nodes algorithm Nyall Dawson
10:14 PM Revision 6dbdbead (qgis): Handle null values in processing attribute tests
Nyall Dawson
09:23 PM Revision 94fa450e (qgis): [WFS provider] Add NAMESPACES= parameter to GetFeature requests when ne...
Even Rouault
06:23 PM Revision 58fdd70a (qgis): [auth][feature][ogr] Hide credentials from URI, use authcfg
Alessandro Pasotti
06:23 PM Revision f70213f6 (qgis): Overridden dataSourceUri for OGR
Alessandro Pasotti
06:22 PM Revision 3919cc2f (qgis): [auth][ogr][feature] Add basic authentication to selected OGR sources
- Protocol
- DB (integration with QGIS auth system)
Alessandro Pasotti
06:22 PM Revision 83ec9de4 (qgis): Fix QGIS server test HTTP Basic auth with streaming
Alessandro Pasotti
05:40 PM Revision fe4f1500 (qgis): Merge pull request #5563 from boundlessgeo/BD-2469-pem-key-encoding
[auth][bugfix] Import pvt keys with unknown file extension Alessandro Pasotti
03:50 PM Revision 86247cfd (qgis): [OGR provider] Support 64bit FID (fixes #16404)
Even Rouault
03:49 PM Revision 2c49631b (qgis): [OGR provider] Support 64bit FID (partially implemented per 8f3d44d4e93...
Even Rouault
02:48 PM Revision f177ba31 (qgis): Remove unused code
Alessandro Pasotti
11:36 AM Revision b7d05829 (qgis): try to make travis happy
Mathieu Pellerin - nIRV
11:29 AM Revision 79c8f968 (qgis): Remove OK button and add CLOSE
Yes, it's one more click to quit, but more intuitive UI Alessandro Pasotti
11:29 AM Revision 1ab20bd7 (qgis): Iterate over const
Alessandro Pasotti
11:12 AM Revision 66b27dcd (qgis): Use vertex iterator
Mathieu Pellerin - nIRV
10:49 AM Revision c2f68d6f (qgis): background color on constraint fields reset on toggle edit
if editable, the backgroundcolor should be set according the constraint result
if not editable, the backgroundcolor s...
David Signer
10:49 AM Revision 53d642ce (qgis): Constraint Result Indicator invisible when not in editable mode
The icon for the constraint result indicator cross/tipp disappears when not in editable mode
this is made by the new ...
David Signer
10:32 AM Revision e1f5348a (qgis): Add tab order and enable help button
Harrissou Santanna
09:09 AM Revision 822a123e (qgis): Add extra checks to PEM encoding test
Not really necessary but for extra safety Alessandro Pasotti
09:00 AM Revision 9e192ad5 (qgis): Added various line endings PEM tests
Alessandro Pasotti
08:47 AM Revision 3b2228ad (qgis): Merge pull request #5613 from nyalldawson/custom_crs_fixes
Custom crs fixes Nyall Dawson
08:47 AM Revision fd18c3bc (qgis): Merge pull request #5559 from nyalldawson/custom_crs
Fix issues with custom CRS dialog Nyall Dawson
08:28 AM Revision 702dfdab (qgis): Tweak crash message
Nathan Woodrow
08:13 AM Revision 4f22b459 (qgis): Fix typos
Harrissou Santanna
07:30 AM Revision 6f7ad82a (qgis): Fix crash when clearing all nodes using node tool
Nyall Dawson
06:51 AM Revision 66c7d686 (qgis): Fix #12932 - Send and show layer load errors to user
Nathan Woodrow
06:28 AM Revision be8bad8e (qgis): Fix duplicate crsChanged signal emitted when loading projects
Nyall Dawson
06:26 AM Revision f2b5a595 (qgis): Fix loading 2.x projects with custom CRS
Fixes #17257 Nyall Dawson
06:13 AM Revision 7cb15c08 (qgis): Optimize extract nodes algorithm
Mathieu Pellerin - nIRV
06:11 AM Revision e967881e (qgis): Fix incorrect authid and description after saving a user crs
Nyall Dawson
06:01 AM Revision 39851f44 (qgis): Invalidate crs cache after adding a new user CRS
Refs #17257 Nyall Dawson
05:57 AM Revision 9369e5c1 (qgis): [MSSQL] Don't add constraints for identity columns
These are generated server side and will block the form if we set
this client side
Nathan Woodrow
05:33 AM Revision e0b2c27c (qgis): Fix return type for QgsCoordinateReferenceSystem::saveAsUserCrs
Nyall Dawson
02:58 AM Revision 82644fb3 (qgis): uh oh ;)
Nathan Woodrow
02:09 AM Revision 320bda01 (qgis): [bugfix] Issue #17387: MSSQL provider fails to load UNIQUEIDENTIFIER fi...
* Fix #17387: MSSQL provider fails to load UNIQUEIDENTIFIER fields Kristian Thy

2017-11-12

09:57 PM Revision 150a64e9 (qgis): fix warnings and translation strings
Jürgen Fischer
09:27 PM Revision 68da18c0 (qgis): Attempt at fixing warning 'case value ‘2147483648’ not in enumerated ty...
Even Rouault
09:18 PM Revision 96ec6645 (qgis): GDALDataItems / OGRDataItems: avoid listing .map and .dat files of a .tab
Even Rouault
09:18 PM Revision 8cefb45d (qgis): QgsOgrLayerItem(): avoid useless dataset opening
Even Rouault
08:16 PM Revision 75ea3726 (qgis): Merge pull request #5610 from landryb/fix/32-bits-build
Remove useless cast breaking build on 32-bits os Jürgen Fischer
03:04 PM Revision 7d8f3f72 (qgis): [OGR provider] Make extent() return a isNull() rectangle on empty layer...
Even Rouault
02:56 PM Revision 3ff0f697 (qgis): [OGR provider] Make extent() return a isNull() rectangle on empty layer...
Even Rouault
11:29 AM Revision 7e699f18 (qgis): improve layout in Python init function editor (fix #17428)
Alexander Bruy
11:26 AM Revision 944d2f40 (qgis): Fix windows build
Nathan Woodrow
10:58 AM Revision e4596052 (qgis): Add local symbols to stack trace in crash
Nathan Woodrow
07:59 AM Revision 97020ff1 (qgis): Remove useless cast breaking build on 32-bits os
error: case value evaluates to 2147483655, which cannot be narrowed to type 'long' [-Wc++11-narrowing] Landry Breuil
07:53 AM Revision 91e23530 (qgis): [needs-docs] Remove options for making layer names and groups bold
Either these options are desirable, in which case they should
be the default settings, or not, in which case we don't...
Nyall Dawson
02:11 AM Revision 41abc0b6 (qgis): Merge pull request #5530 from DelazJ/chkgeom_messages
[Geometry Checker] Improve displayed message by indicating the layer… Nyall Dawson
02:11 AM Revision 0fa9041c (qgis): Merge pull request #5528 from DelazJ/geometrycheck
[Geometry Checker] Better handling of the geometry checker dialog Nyall Dawson
02:08 AM Revision c1b683b5 (qgis): Merge pull request #5595 from alexbruy/fix-north-arrow
[north arrow] prevent crash if project CRS is not defined Nyall Dawson

2017-11-11

02:31 PM Revision c3b97827 (qgis): Review all r.* description files
Médéric RIBREUX
01:00 PM Revision ef70eaf8 (qgis): Formatting fix
Even Rouault
12:17 PM Revision 8ae45fab (qgis): [GML parser/WFS provider] Fix crash when typename and geometry field na...
Even Rouault
12:11 PM Revision 66518eb9 (qgis): [GML parser/WFS provider] Fix crash when typename and geometry field na...
Even Rouault
08:11 AM Revision bcb815bb (qgis): Merge pull request #5602 from nyalldawson/modernize2
Apply some more clang-tidy modernizations Nyall Dawson
07:00 AM Revision 5a6c222e (qgis): Fix Coverity null pointer dereference issues
Nyall Dawson
06:48 AM Revision a9145f16 (qgis): Avoid Coverity unchecked return value warnings
Nyall Dawson
06:44 AM Revision 48c7e31e (qgis): Fix Coverity uninitialized member warnings
Nyall Dawson
06:34 AM Revision 450887ea (qgis): Fix documentation test
Nyall Dawson
06:22 AM Revision 2e6d125a (qgis): Use =default, =delete where possible
Nyall Dawson
03:19 AM Revision bcd90715 (qgis): Run clang-tidy code readability fixits
Nyall Dawson
02:29 AM Revision c97fa5bd (qgis): Cleanup some constructors
Nyall Dawson
01:54 AM Revision 871f7130 (qgis): Use clang-tidy modernize-use-default-member-init to modernize initializers
Nyall Dawson

2017-11-10

10:37 PM Revision 8c6e0296 (qgis): Merge pull request #5601 from rouault/unblacklist_PyQgsDBManagerGpkg
Fix DBManager + PyQgsDBManagerGpkg and unblack list it for Travis-CI Even Rouault
10:02 PM Revision 95feb87d (qgis): Fix DBManager + PyQgsDBManagerGpkg and unblack list it for Travis-CI
Even Rouault
09:57 PM Revision a65f072b (qgis): Merge pull request #5598 from rouault/gdal_ogr_extensions
[GDAL/OGR providers] Improve list of extensions, remove duplicates, support netCDF vector (fixes #17000) Even Rouault
09:35 PM Revision f97a011f (qgis): [Plugin manager] Remember last visited tab. Fixes #8786
Borys Jurgiel
09:31 PM Revision 992d1e26 (qgis): Merge pull request #5587 from nyalldawson/3d
Fix 3d renderer does not work with multi-point layers Nyall Dawson
09:16 PM Revision 0ba03e59 (qgis): [GDAL/OGR providers] Improve list of extensions, remove duplicates, sup...
- Read GDAL 2.0 GDAL_DMD_EXTENSIONS metadata item to retrieve a list of extensions
- Remove 'duplicated' drivers from...
Even Rouault
09:00 PM Revision fb205b1a (qgis): Merge pull request #5589 from nyalldawson/remote_proc_exp
[processing] Remove expression buttons from parameters outside modeler Nyall Dawson
05:56 PM Revision 67f84654 (qgis): Merge pull request #5520 from pblottiere/server_bugfix_width_height
[server][bugfix] Fixes #17399 WIDTH and HEIGHT parameters are not mandatory for GetPrint Paul Blottiere
05:19 PM Revision edf9755c (qgis): Fixes #17399 GetPrint doesn't need a proper image with width/height
Paul Blottiere
05:19 PM Revision 2a7f23fd (qgis): Update tests
Paul Blottiere
05:02 PM Revision ecacb3b0 (qgis): Merge pull request #5519 from pblottiere/server_bugfix_layernotfoud
[server][bugfix] Fixes #17400 by returning an empty response instead of an exception Paul Blottiere
04:43 PM Revision 269038ef (qgis): [bugfix][postgresql] Fix crashes on featureCount()
Fixes #17388
Backported from master fe5653101a57
Alessandro Pasotti
04:32 PM Revision fe565310 (qgis): [bugfix][postgresql] Fix crashes on featureCount()
Fixes #17388
Needs backporting
Alessandro Pasotti
04:26 PM Revision 534e1e81 (qgis): Add test
Paul Blottiere
04:25 PM Revision 39bce943 (qgis): Fixes #17400 by returning an empty response if a layer is ignored due t...
Paul Blottiere
04:14 PM Revision 96e597a8 (qgis): Add some tests
Paul Blottiere
04:01 PM Revision c9c1c349 (qgis): Fixes #16852 by adding click_x and click_y variables to resolve actions
Paul Blottiere
03:44 PM Revision 10292762 (qgis): [auth] New test cases for EC SSL Keys and encodings
Alessandro Pasotti
03:43 PM Revision f52dbeba (qgis): [auth] Also parse EC keys and get encoding from content
Alessandro Pasotti
03:16 PM Revision 2ca4ee5b (qgis): Merge pull request #5596 from boundlessgeo/bugfix-5212-ogr-proxy
[bugfix] Apply proxy configuration to OGR connections Jürgen Fischer
02:43 PM Revision f2abcf2d (qgis): Spelling
Alessandro Pasotti
01:33 PM Revision 77a73f41 (qgis): [tests] Brand new C++ test and new py test case for ogr proxy
Alessandro Pasotti
01:31 PM Revision e85897c3 (qgis): Skip proxy auth settings if proxy is disabled
This does not really change anything but it makes more sense Alessandro Pasotti
01:31 PM Revision d8fc6e87 (qgis): [bugfix] Apply proxy configuration to OGR connections
Fixes #5212 Proxy settings ignored for layers Alessandro Pasotti
09:52 AM Revision 19b1b799 (qgis): prevent crash from north arrow if project CRS is not defined (fix #16874)
Alexander Bruy
08:21 AM Revision f8cbc42d (qgis): Merge pull request #5594 from nyalldawson/batch_lazy
[processing] Fix issues with batch processing and large count of layers Nyall Dawson
08:20 AM Revision 6de3980e (qgis): Fix issues in vector layers properties dialog
- remove frames from new pages
- fix cramped widgets on hidpi screens
- fix broken aux storage layout
- standardise m...
Nyall Dawson
08:00 AM Revision 3fc90301 (qgis): [processing] Only load layers when absolutely required
This change avoids holding onto resources and layers from earlier iterations,
and allows batch processing of many mor...
Nyall Dawson
08:00 AM Revision 2ed22488 (qgis): [processing] Add option whether to load batch output layers on completion
By always trying to load all layers, we severely limit the usefulness
of batch processing. E.g. try clipping 200 laye...
Nyall Dawson
07:35 AM Revision 30cefca1 (qgis): Merge pull request #5593 from nyalldawson/batch_rows
[processing] Change min rows in batch processing to 1 Alexander Bruy
07:34 AM Revision 9b85e5b7 (qgis): Merge pull request #5592 from nyalldawson/batch
[processing] Fixes for batch processing Alexander Bruy
07:34 AM Revision 019a4d2a (qgis): Merge pull request #5155 from alexbruy/processing-saga
[processing] port SAGA to new API Alexander Bruy
04:49 AM Revision e7a1c044 (qgis): Trigger layer repaint when adding field-less features (fixes #17426)
Mathieu Pellerin - nIRV
04:48 AM Revision bd9945ff (qgis): [processing] Change min rows in batch processing to 1
While no-one is likely to use the batch dialog to run a single
operation, it's a bit unexpected to see two empty rows...
Nyall Dawson
04:43 AM Revision feacb763 (qgis): Fix python error
Nyall Dawson
04:40 AM Revision 08b189df (qgis): Fix error when double clicking destination param in batch dialog
Nyall Dawson
04:22 AM Revision feb66d2c (qgis): Fix saving/load batch processing models
Nyall Dawson
04:17 AM Revision 8526a2dd (qgis): Remember last used folder for processing batch save/load
Fixes #16310 Nyall Dawson
02:33 AM Revision 9bac962a (qgis): Fix batch processing progress bar never hits 100%, also fix fragile
cursor handling Nyall Dawson
02:25 AM Revision 79743782 (qgis): [processing] Fix cannot resize columns in batch dialog
Fixes #17227 Nyall Dawson
02:23 AM Revision a23f315f (qgis): Fix duplicate 'all files' entry in batch input file selection dialog
Nyall Dawson
02:11 AM Revision 87ffdabb (qgis): [processing] Fix crash in batch processing dialog
Fixes #17429 Nyall Dawson
01:54 AM Revision 4bdfaa5f (qgis): Fix astyle version check for macOS
Hard to emulate natural version sorting on macOS. Just use numeric.
https://stackoverflow.com/questions/21394536
Larry Shaffer
01:42 AM Revision 612f5160 (qgis): [processing] Remove expression buttons from parameters outside modeler
Since these expressions were only evaluated immediately, it led to
confusing behavior for users who were expecting th...
Nyall Dawson
01:20 AM Revision abe5756d (qgis): Merge pull request #5588 from nyalldawson/acquire
Workaround bug in Qt > 5.8 causing crashes in connection pools Nyall Dawson

2017-11-09

12:40 AM Revision fef56184 (qgis): Workaround bug in Qt > 5.8 causing crashes in connection pools
tryAcquire is broken on Qt > 5.8 with negative timeouts - see:
http://bugreports.qt.io/browse/QTBUG-64413
https://li...
Nyall Dawson
12:14 AM Revision e1b76e01 (qgis): [FIX] Make the correct location for crash report
Nathan Woodrow
12:07 AM Revision c13dadf7 (qgis): Fix clear values for 3d spin boxes
Nyall Dawson
12:01 AM Revision f80a7052 (qgis): Fix updating QgsApplication::libraryPaths; load before any Qt plugin use
Previously, it was happening after setting the default window icon.
For macOS, refactor libraryPaths update to ensur...
Larry Shaffer
11:57 PM Revision df7a1d01 (qgis): Fix 3d renderer does not work with multipoint layers
Nyall Dawson
11:47 PM Revision c18bd1fa (qgis): Clarify where and what Log Messages is
Harrissou Santanna
10:24 PM Revision 4c785262 (qgis): Merge pull request #5531 from boundlessgeo/fix-libpaths-update
Fix updating QgsApplication::libraryPaths; load before any Qt plugin use
Note: could possibly be moved to QgsApplica...
Larry Shaffer
09:55 PM Revision 4c1ff1cd (qgis): [travis] Trigger libSegFault on abrt
Matthias Kuhn
09:01 PM Revision faa0861d (qgis): [GDAL provider] reintroduce use of unique_ptr removed in d00efde2f06459...
Even Rouault
08:42 PM Revision 4daf6896 (qgis): [tr] correcting flags
Werner Macho
07:33 PM Revision 2c1e2014 (qgis): [travis] Disable PyQgsSpatialiteProvider
It is flaky Matthias Kuhn
07:20 PM Revision 8d8f38d4 (qgis): [travis] Disable non-local file download tests
Matthias Kuhn
07:18 PM Revision 3d9ca40f (qgis): [DB Manager / GPKG] Remove GDAL 1.x support
Even Rouault
07:15 PM Revision bd0b4998 (qgis): add misssed import after rebase
Alexander Bruy
07:11 PM Revision e744633f (qgis): [DB Manager / GPKG] Fix COMMIT with GDAL 2 (fix #16174)
Even Rouault
07:11 PM Revision 4eed39b6 (qgis): [DB Manager / GPKG] Fix COMMIT with GDAL 2 (fix #16174)
Even Rouault
06:08 PM Revision 9168161e (qgis): Merge pull request #5573 from boundlessgeo/BD-2238-auth-thread-safe
[tests] Add XYX slippy map to test QGIS server + multi-threading Alessandro Pasotti
05:58 PM Revision 713dc970 (qgis): disable SAGA test until we have SAGA support on Travis
Alexander Bruy
05:58 PM Revision a8a25262 (qgis): [travis] Disable PyQgsLocator test
It's acting flaky and timing out Matthias Kuhn
05:56 PM Revision 9ba41439 (qgis): Convert SAGA ParameterTableField parameters
Nyall Dawson
05:56 PM Revision b4214798 (qgis): [processing] infrastructure for SAGA tests
Alexander Bruy
05:56 PM Revision 8d91f1f1 (qgis): Restore more saga functionality
Nyall Dawson
05:56 PM Revision 3822efa7 (qgis): [processing] fix rasters handling in checkParameterValues()
Alexander Bruy
05:56 PM Revision 057ab170 (qgis): [processing] fix input rasters check
Alexander Bruy
05:56 PM Revision 4b63975e (qgis): [processing] tests for SAGA provider and related fixes
Alexander Bruy
05:56 PM Revision 13610f64 (qgis): [processing] adopt to changes in extensions handling
Alexander Bruy
05:56 PM Revision dc9f868e (qgis): [processing] fix not initialized variable
Alexander Bruy
05:56 PM Revision 1b6b6cdb (qgis): [processing] fix integer numbers handling
Alexander Bruy
05:56 PM Revision 2b218cc2 (qgis): [processing] more raster handling fixes in SAGA provider
Alexander Bruy
05:56 PM Revision 7953936c (qgis): Update SAGA ParameterMultipleInput parameters
Nyall Dawson
05:56 PM Revision d9ac3772 (qgis): Update SAGA ParameterTable parameters
Nyall Dawson
05:55 PM Revision 4ac6847b (qgis): Update SAGA ParameterVector params
Nyall Dawson
05:55 PM Revision 6ef4557b (qgis): Update SAGA ParameterSelection parameters
Nyall Dawson
05:54 PM Revision ca0b7a26 (qgis): Fix SAGA boolean parameters
Nyall Dawson
05:54 PM Revision 85b85024 (qgis): Fix parsing of saga params
Nyall Dawson
05:54 PM Revision 65faf542 (qgis): Fix excepthook handling in standalone scripts
Nyall Dawson
05:54 PM Revision 1fc395b4 (qgis): GeoAlgorithmExecutionException -> QgsProcessingException
Nyall Dawson
05:54 PM Revision 17870859 (qgis): More followups to SAGA raster parameter handling
Nyall Dawson
05:53 PM Revision b928cc61 (qgis): Update SAGA RasterOuput params
Nyall Dawson
05:53 PM Revision 571a5ca5 (qgis): Start bringing back saga algs - split RGB bands
Nyall Dawson
05:53 PM Revision 7ad764d6 (qgis): Fix bad strings in saga description file
Nyall Dawson
05:53 PM Revision eca9bdc3 (qgis): Start porting saga algorithm base to new API
Nyall Dawson
05:53 PM Revision a1300f3d (qgis): Update SAGA ParameterRaster params
Nyall Dawson
05:53 PM Revision 640891ee (qgis): Update SAGA ParameterNumber params
Nyall Dawson
04:24 PM Revision d00efde2 (qgis): Merge pull request #5580 from rouault/fix_QgsRasterFileWriter_geopackage
[GDAL provider] in create(), use newly create dataset handle to instanciate the provider (fix #17103) Even Rouault
04:01 PM Revision 022f6cfd (qgis): Merge pull request #5515 from pblottiere/server_bugfix_plusspace
[server][bugfix] Fixes #17401 by replacing '+' symbol by space Paul Blottiere
03:48 PM Revision b9bde107 (qgis): Merge pull request #5576 from rouault/wfst10_test_qt5
Re-enable testWFST10 Even Rouault
03:22 PM Revision c3e15f52 (qgis): [GDAL provider] in create(), use newly create dataset handle to instanc...
Previously we created an empty file, close it and re-opened it immediately in open mode.
However for GeoPackage, if y...
Even Rouault
03:20 PM Revision decbde24 (qgis): Because spellchecker does not like slippy maps
Alessandro Pasotti
03:09 PM Revision d8a3c67f (qgis): Constrain the Help button placement
by avoiding the buttonbox expand Harrissou Santanna
02:56 PM Revision 9f65fcd0 (qgis): Merge pull request #5577 from m-kuhn/valuerelref
Fix value() method of relation reference widget Matthias Kuhn
02:36 PM Revision b1ac56b5 (qgis): Fix value() method of relation reference widget
Matthias Kuhn
02:35 PM Revision 8abc892e (qgis): Typo
Matthias Kuhn
01:43 PM Revision 9aa1f216 (qgis): Expose through iface methods to copy/paste features between given layers
That is, no need to load layers into the layer tree nor make them active. gcarrillo -
01:40 PM Revision f99d9aed (qgis): [tests] Add missing import when no auth is required
Alessandro Pasotti
01:10 PM Revision 426b8dbc (qgis): Re-enable testWFST10
Even Rouault
01:00 PM Revision 505e3659 (qgis): [WFS provider] Fix deadlock when adding WFS layer to project from Pytho...
Even Rouault
12:42 PM Revision 75c41f5e (qgis): [WFS provider] Fix deadlock when adding WFS layer to project from Pytho...
Even Rouault
12:23 PM Revision f29c9c99 (qgis): [tests] Add XYX slippy map to test QGIS server
Plus: multi-threading server side (for speed)
This is useful for testing various authentication
shemes on a slippy-m...
Alessandro Pasotti
11:11 AM Revision 032ca68b (qgis): Merge pull request #5572 from signedav/valuerelationwidget
Value relation widget takes key again instead of value (in Attribute Form)
Fix #17261
Matthias Kuhn
10:31 AM Revision 7f37e707 (qgis): Add test
Paul Blottiere
10:30 AM Revision ac24c4a3 (qgis): Fixes #17401 by replacing '+' symbol by space
Paul Blottiere
09:16 AM Revision 1ff50fd5 (qgis): fix TestQgsFileDownloader::testLacksWritePermissionsError (followup f06...
Jürgen Fischer
09:02 AM Revision 3fc4be3f (qgis): [auth] Remove unused accessor to mutex
Alessandro Pasotti
08:46 AM Revision 2daae54d (qgis): Attribute Form - value relation widget takes key again instead of value
Corrected: Value relation widget update incorrectly tries to use value instead of key
The mapped key has to be set i...
David
06:36 AM Revision 0ccf6fa1 (qgis): Fix Z and M support for add point feature (fixes #17427)
Mathieu Pellerin - nIRV
04:28 AM Revision ba62ffce (qgis): Make constructors for QgsVectorLayer and QgsRasterLayer more flexible
...by moving extra arguments to new LayerOptions structs. This allows
us to more easily add new layer constructor opt...
Nyall Dawson
02:18 AM Revision 61b2f74a (qgis): Do not assume edit widget value changes on every signal
Widgets may on initialisation send out a notification that the value changed (from invalid to something sensible).
T...
Matthias Kuhn
02:17 AM Revision dca0dc1d (qgis): Fix crash when removing layers from running transactions
qobject_cast no longer works when the QObject::destryed signal is being emitted Matthias Kuhn
01:46 AM Revision 78622b48 (qgis): Merge pull request #5568 from m-kuhn/postgresDefaultValues
[postgres] Fix default value check if evaluated server side Matthias Kuhn
01:19 AM Revision b18c891d (qgis): [postgres] Fix default value check if evaluated server side
Matthias Kuhn

2017-11-08

09:42 PM Revision cab807dc (qgis): Merge pull request #5426 from medspx/ProcessingPortGrass72
[Processing] Port GRASS 7.2 algorithm provider Nyall Dawson
09:17 PM Revision e1ffb282 (qgis): QgsHighlight improvements
* Doxygen improvements
* Fix unrequired casting
* Remove unrequired contructor
Matthias Kuhn
05:50 PM Revision d79ac26f (qgis): Fix build warning
Matthias Kuhn
05:46 PM Revision 140b9568 (qgis): Merge pull request #5467 from signedav/propertieslayout
Propertieslayout Fields And Forms Redesign Matthias Kuhn
04:53 PM Revision 0ba8f979 (qgis): no +/- buttons when not needed and some graphical finetuning
scroll area for attribute type config, but no scroll area for whole tab
set attribute type config to invisible when a...
David
03:57 PM Revision 7b427c6b (qgis): Don't quote symbol path in crash
Nathan Woodrow
03:25 PM Revision be5a0c9a (qgis): Merge pull request #5556 from m-kuhn/crashOnHighlight
No need to crash when a user wants a highlight Matthias Kuhn
03:04 PM Revision 17c7e2fb (qgis): [3D] Fix missing Z support for point layers (#5560)
Mathieu Pellerin - nIRV
02:37 PM Revision fd937c3a (qgis): Increase outline width
Matthias Kuhn
02:37 PM Revision 42c9d158 (qgis): [test] Fix canvas size and background garbage
Matthias Kuhn
02:37 PM Revision dc7ec1e1 (qgis): No need to crash when a user wants a highlight
Fix #17413 Matthias Kuhn
02:37 PM Revision 593bff2c (qgis): Add control images to highlight check
Matthias Kuhn
02:37 PM Revision 05868c21 (qgis): Add smoke test for QgsHighlight
Matthias Kuhn
02:16 PM Revision 309b1c8f (qgis): [bugfix] Fixes QgsFileDownloader abort on error
Backported from master 6b9b513 Alessandro Pasotti
01:43 PM Revision 93396153 (qgis): Fix #17412 Sorting fixed, no troubles when editing after sorting
Issue was, that the cellchange is triggered at re-sorting or renaming something in re-sorted table - so there was a b... David
01:42 PM Revision ccd142fe (qgis): Correct order of column headers in relationmanager
The column headers of "Referenced Field" and "Referenced Layer" were switched with respect to their content. Changed ... David
01:33 PM Revision 6b9b513e (qgis): [bugfix] Fixes QgsFileDownloader abort on error
Abort reply on error.
Fixes #171410
Requires backport
Alessandro Pasotti
01:01 PM Revision f06ea878 (qgis): Add a test case for unwriteable folders in file downloader
Attempt to verify bug 17410 Identify tool->download in a not authorised folder block qgis
The test passes, so let's ...
Alessandro Pasotti
12:26 PM Revision e781ad2e (qgis): Merge pull request #5558 from elpaso/project_use_rw_context
[bugfix] Project use rw context Alessandro Pasotti
12:25 PM Revision d11ea073 (qgis): Removed Q_UNUSED
Alessandro Pasotti
12:20 PM Revision 87117a8b (qgis): [auth][bugfix] Tests for the new SSL key loading logic
Alessandro Pasotti
12:16 PM Revision d09d7048 (qgis): [auth][bugfix] Import pvt keys with unknown file extension
This fixes an unreported bug that prevent imports of
private keys with wrong/unknown extension.
The old logic relied...
Alessandro Pasotti
10:28 AM Revision 84531009 (qgis): Fix histogram refreshig
Borys Jurgiel
10:24 AM Revision 1119dc89 (qgis): Merge pull request #5551 from pblottiere/reenable_wms_server_tests
[travis] Re-enable WMS tests for server Paul Blottiere
10:18 AM Revision de33017b (qgis): Fix #17412 Sorting fixed, no troubles when editing after sorting
Issue was, that the cellchange is triggered at re-sorting - so we need to check the names
Following issue was, that w...
David
10:05 AM Revision 37802233 (qgis): Merge pull request #5553 from rldhont/release-2_18-layerdefinition-rela...
[BUGFIX] Load layer from definition does not use qlr as relative path René-Luc ReLuc
09:44 AM Revision ab2603e5 (qgis): Re enable WMS server tests
Paul Blottiere
09:44 AM Revision 24f38aba (qgis): Update some images/masks
Paul Blottiere
08:08 AM Revision 1fdfecfc (qgis): Removed unused code
Alessandro Pasotti

2017-11-07

11:39 PM Revision 8ae1b624 (qgis): Immediately set focus on name line edit after clicking "new projection"
Since it's most likely the very next thing the user wants to edit Nyall Dawson
11:36 PM Revision f68e4290 (qgis): When testing custom projections, show geographic results in degrees not...
Fixes #7036 Nyall Dawson
11:21 PM Revision 2d9b5738 (qgis): Make custom projections dialog a bit more user friendly
...by updating the list immediately when changes are made to the
current projection's name or definition. Previously ...
Nyall Dawson
11:13 PM Revision e45c2944 (qgis): Move 'copy crs' button to more logical place in dialog
Since the copy is actually copying the definition OVER the
current crs definition (as opposed to adding a NEW custom
...
Nyall Dawson
11:04 PM Revision c8a62c5c (qgis): Fix bad logic in custom projections dialog (fixes #17258)
Nyall Dawson
10:52 PM Revision 108de771 (qgis): More use of unique_ptrs to simplify sqlite3 memory management
Nyall Dawson
10:49 PM Revision 940c4ed5 (qgis): followup a1024905b
Jürgen Fischer
10:31 PM Revision 7d3e4917 (qgis): Safer sqlite3 memory management using unique_ptr subclass
Nyall Dawson
10:21 PM Revision 61a155cf (qgis): Merge pull request #5547 from borysiasty/stickytabs2
Make some QgsOptionsDialogBase's slots virtual Borys Jurgiel
10:19 PM Revision 4677026c (qgis): Merge pull request #5532 from borysiasty/nopreloading
[Plugin manager] [needs-doc] Don't preload all plugins for a test Borys Jurgiel
10:16 PM Revision 30a1f87b (qgis): Minor cleanups
Nyall Dawson
10:14 PM Revision 6143e6da (qgis): More formatting standardisation
Nyall Dawson
10:13 PM Revision b5f64b30 (qgis): This isn't Fischer-Price "my first c++ program"
Nyall Dawson
10:07 PM Revision 8f1eb7f8 (qgis): Fix gross indentation format
Nyall Dawson
09:44 PM Revision cb8fc686 (qgis): about translators: grey background, centered flags, replace flag for ge...
Jürgen Fischer
09:44 PM Revision 27dbb486 (qgis): fix override warning
Jürgen Fischer
09:44 PM Revision a1024905 (qgis): fix windows warnings
Jürgen Fischer
07:48 PM Revision df8bda2f (qgis): Typo
Alessandro Pasotti
07:15 PM Revision 96a81a95 (qgis): macOS needs to include spatialindex before geos.
If both are on separate paths and geos is first, case-insensitive macOS will include (geos) spatialIndex.h instead of... Tom Elwertowski
06:19 PM Revision 6046e8d1 (qgis): Test for relative/absolute paths in projects
Alessandro Pasotti
06:17 PM Revision 7aa24f69 (qgis): [bugfix] Pass QgsReadWriteContext into project XML r/w
Or we miss the path resolver and we do not read/write
relative paths correctly
Fixes #17116
Alessandro Pasotti
05:15 PM Revision ba243e55 (qgis): References #17412 Fixes problem when changeing sort but not when renaming
When sort and then toggle edditing, the problem was that it wanted to rename all the fields
Whis is avoided now by ch...
David
04:13 PM Revision 8aa8c30b (qgis): Merge pull request #5555 from m-kuhn/fixRepresentValue
Fix represent value Matthias Kuhn
03:47 PM Revision 77246136 (qgis): Add test
Matthias Kuhn
03:47 PM Revision 80ea446d (qgis): Make text translatable
Matthias Kuhn
03:47 PM Revision 5595f40f (qgis): Fix single parameter version of represent_value
Fix #17407 Matthias Kuhn
03:28 PM Revision 44d8db9c (qgis): editable and lable on top + fixes
in attribute form properties: editable and lable on top config to general
fix: in case that somebody deletes a field ...
David
03:03 PM Revision 07cef67e (qgis): Fix freeze when joining with table open
Fix #16495 Matthias Kuhn
02:53 PM Revision e5187b29 (qgis): Respect default values in N:M relations
Matthias Kuhn
01:29 PM Revision 2eddb03a (qgis): Merge pull request #5476 from tudorbarascu/move_feature
Move Feature tooltip that guides the user towards Node Tool if s(h)e wants snapping Matthias Kuhn
12:46 PM Revision 98f75087 (qgis): better wording
Tudor Bărăscu
11:56 AM Revision a22e565d (qgis): Merge pull request #5552 from elpaso/vector_layer_safe_cast
[bugfix] Prevent a bad crash when provider is wrong Alessandro Pasotti
10:56 AM Revision 533a8f8a (qgis): [PATCH] [BUGFIX] Load layer from definition does not use qlr as relativ...
Fixes #15656 Loading QLR file with relative path does not work correctly René-Luc ReLuc
09:26 AM Revision 2523d735 (qgis): [bugfix] Prevent a bad crash when provider is wrong
Fixes #17155 Alessandro Pasotti
08:57 AM Revision bb36fa7f (qgis): [bugfix] Use QgsApplication.authManager()
instead of the old singleton Alessandro Pasotti
08:25 AM Revision 7c9cd491 (qgis): Merge pull request #5546 from elpaso/auth_migrate
[auth][bugfix] Auth DB migrate Alessandro Pasotti
04:22 AM Revision c000cb86 (qgis): Merge pull request #5434 from nyalldawson/layout_next2
[layouts] Port item type from composer Nyall Dawson
03:55 AM Revision e9e7740d (qgis): Merge pull request #5544 from nyalldawson/proc_api
[processing] Improve api handling for provider format support Nyall Dawson
03:25 AM Revision bf75747f (qgis): [processing] Use user-set default file formats if supported by
provider, otherwise fall back to a format which IS supported
by that provider
Nyall Dawson
02:53 AM Revision 36b58a8c (qgis): Fix duplicated return
Nyall Dawson
02:51 AM Revision 90d6a2d0 (qgis): Update for changes in API
Nyall Dawson
02:32 AM Revision 27c3eb92 (qgis): More command compression for legend items
Nyall Dawson
02:32 AM Revision 057a20cb (qgis): Allow adding multiple layers to legend at once
Nyall Dawson
02:32 AM Revision 49c41d39 (qgis): Add missing override
Nyall Dawson
02:32 AM Revision bc23664b (qgis): Serialization for legend items
Nyall Dawson
02:32 AM Revision d3430e4d (qgis): Port legend item
Nyall Dawson
02:32 AM Revision 585a8b70 (qgis): Restore ui for configuring labels
Nyall Dawson
02:32 AM Revision cef5dbc0 (qgis): Cleanup undo strings
Nyall Dawson
02:32 AM Revision c6d939f1 (qgis): Fix more tests
Nyall Dawson
02:32 AM Revision ce0ac40a (qgis): Add missing docs
Nyall Dawson
02:32 AM Revision 83f177c1 (qgis): Start porting label item
Nyall Dawson
02:32 AM Revision 87d497eb (qgis): Fix undo/redo of newly added maps
Nyall Dawson
02:32 AM Revision 72a1f770 (qgis): After a undo/redo action occurs, select the affected items
Nyall Dawson
02:32 AM Revision 48a45b3b (qgis): Restore serialization for map items
Nyall Dawson
02:32 AM Revision e5390223 (qgis): Restore serialization of picture items
Nyall Dawson
02:32 AM Revision 272097b8 (qgis): Add a unit test
Nyall Dawson
02:32 AM Revision 1bfed134 (qgis): Port picture item
Nyall Dawson
02:32 AM Revision 20b9d080 (qgis): Fix grid annotations, port tests
Nyall Dawson
02:32 AM Revision 69aacde1 (qgis): Fix failing tests
Nyall Dawson
02:32 AM Revision 476b1dec (qgis): Fix doxygen warning
Nyall Dawson
02:32 AM Revision b7e35261 (qgis): Use symbol buttons for grid symbols
Nyall Dawson
02:32 AM Revision 23d0617b (qgis): Start porting map item
Nyall Dawson
02:32 AM Revision 71c41d49 (qgis): Add export layer settings to QgsLayoutContext
Nyall Dawson
02:32 AM Revision 753f6f50 (qgis): Start hooking up map widget gui
Nyall Dawson
02:32 AM Revision 9d04e679 (qgis): Prepare for map item porting
Nyall Dawson
02:32 AM Revision 87ef5c52 (qgis): Allow cancelation of polygon/polyline creation
Nyall Dawson
02:32 AM Revision 6f59965a (qgis): Fix double ownership issue causing crash when deleting layouts
Nyall Dawson
02:32 AM Revision 7924aa19 (qgis): Fix regeneration of cached maps when zoom level changes
Nyall Dawson
02:32 AM Revision 4e8483ec (qgis): [layouts] Fix polyline does not render purely horizontal/vertical lines
Nyall Dawson
02:32 AM Revision 53c87796 (qgis): Add method to create QgsRectangle from center and size
Nyall Dawson
02:32 AM Revision 420821fd (qgis): Fix correct frame bounding rects for shapes and node items
Nyall Dawson
02:32 AM Revision 9a08fad5 (qgis): Exclude selected nodes item when snapping during node move
Nyall Dawson
02:32 AM Revision 938b2392 (qgis): Port more node tool actions
Nyall Dawson
02:32 AM Revision 45ffb262 (qgis): Fix updating map extent on resize
Nyall Dawson
02:32 AM Revision ab7bb723 (qgis): Start work on node edit tool
Nyall Dawson
02:32 AM Revision 7f0142c8 (qgis): Working move item content tool
Nyall Dawson
02:32 AM Revision 44fe2a8d (qgis): Add tools to create node based items
Nyall Dawson
02:32 AM Revision 6b629e19 (qgis): Port snappedAngle from composer
Nyall Dawson
02:32 AM Revision 5d5c858d (qgis): Start restoring grids/overviews
Nyall Dawson
02:32 AM Revision 783636df (qgis): Port polygon and polyline items to layouts
Nyall Dawson
02:32 AM Revision 1f769da6 (qgis): Work on resurrecting overviews
Nyall Dawson
02:32 AM Revision 5016a452 (qgis): Expand unit tests for QgsLayoutItemComboBox
Nyall Dawson
02:32 AM Revision b41fea90 (qgis): Fix layout items appear in random order in gui
Nyall Dawson
02:32 AM Revision 8bc57f77 (qgis): Update map overview when linked map rotation changes
Nyall Dawson
02:32 AM Revision aa2b73d4 (qgis): Use symbol button for overview frame symbol
Nyall Dawson
02:32 AM Revision 332a69ce (qgis): Tweak default symbol for overviews
Nyall Dawson
02:32 AM Revision 835653bf (qgis): Fix crash on exit when layout designer open
Nyall Dawson
02:32 AM Revision 2ec31d84 (qgis): Add configuration widget for shapes
Nyall Dawson
02:32 AM Revision 7674bd74 (qgis): Cleanup item xml read/write, save shape properties
Nyall Dawson
02:32 AM Revision ab4606db (qgis): Start work on porting grid ui
Nyall Dawson
02:32 AM Revision 26dcf792 (qgis): Fix tests
Nyall Dawson
02:32 AM Revision 8ca6d3e7 (qgis): Refactor layout item gui registry to allow metadata for duplicate item ...
This allows registration of item creation actions which create
items with an existing item type, but custom creation ...
Nyall Dawson
02:32 AM Revision f524c80b (qgis): More shape porting
Nyall Dawson
02:32 AM Revision cf7714b7 (qgis): Restore tests, add button to set page background in ui
Nyall Dawson
02:32 AM Revision 4a1bcb32 (qgis): Revert automatic detection for preview renders
Turns out there's no reliable way to differentiate widget
vs QImage based renders inside QGraphicsItems
Nyall Dawson
02:32 AM Revision edecc37c (qgis): Start work on exporter for layouts
Nyall Dawson
02:32 AM Revision 9630a391 (qgis): [layouts] Nicer detection of rendering in a view
In compositions, a flag must be explicitly set to indicate
whether the render occuring is for "previews" (i.e.
render...
Nyall Dawson
02:32 AM Revision 625eef80 (qgis): Fix resizing with mouse handles acts strangely when items have frames
Nyall Dawson
02:32 AM Revision 8629225a (qgis): Work on functional rotation for items
Nyall Dawson
02:32 AM Revision ce79ff30 (qgis): Add refresh action for layouts
Nyall Dawson
02:32 AM Revision c0b63a67 (qgis): After creating an item with the add item tool, switch immediately to se...
Nyall Dawson
02:32 AM Revision 3678f01e (qgis): Port item opacity handling from composer
Nyall Dawson
02:32 AM Revision 75898d8e (qgis): Port 'exclude from exports' functionality from composer
Nyall Dawson
02:32 AM Revision 4e8878dc (qgis): Port item blend mode support to layouts
Nyall Dawson
02:32 AM Revision 0143d0be (qgis): Add a signal to QgsLayoutContext when flags change
Nyall Dawson
02:32 AM Revision 91c3b5d2 (qgis): Add a shortcut menu to items panel, with option to show
item properties
Refs #11581
Nyall Dawson
02:32 AM Revision b276f4c4 (qgis): Fix map item widget properties updating
Nyall Dawson
02:32 AM Revision d92b067b (qgis): Add config widget for polygon/polyline items
Nyall Dawson
02:32 AM Revision 29dfcc0d (qgis): Avoid temporary no-selection state when selecting a new item
in layouts using mouse interactions Nyall Dawson
02:32 AM Revision f69771ca (qgis): Add item properties to context menu
Nyall Dawson
02:32 AM Revision 3735c7f0 (qgis): Small tweaks to selection behavior
Nyall Dawson
02:32 AM Revision 06650808 (qgis): Fix resize of grouped items with non-top left reference points
Nyall Dawson
02:32 AM Revision e836fc49 (qgis): When selecting a different item, but the item is the same
type of item, just update the existing panel to show the new
item's properties
This means that flicking between sele...
Nyall Dawson
02:32 AM Revision ab4e6c11 (qgis): Fix resizing items with non-top-left reference point using mouse handles
Nyall Dawson
02:32 AM Revision d3836e50 (qgis): Move population of layout gui registry from GUI->app
Since we don't want all the item type subclass config widgets
to have to reside in gui, we need to populate the regis...
Nyall Dawson
02:32 AM Revision b2414d8d (qgis): Start porting item properties widget
Nyall Dawson
02:32 AM Revision ea453beb (qgis): If the same item is reselected in a layout, don't create a new
properties widget for it
Because if we do annoying things happen, like loss of focused
widget and scroll bar position
Nyall Dawson
02:32 AM Revision aebe5a42 (qgis): Allow reseting ratio manually for linked ratio lock buttons
Nyall Dawson
02:32 AM Revision 1c735d59 (qgis): Handle position and size with units and ratio lock in item properties
Nyall Dawson
02:26 AM Revision edea38f7 (qgis): Merge pull request #5542 from nyalldawson/auth_manager_instance
Fix crashes when no QgsApplication instance is available Nyall Dawson
02:21 AM Revision e3f34997 (qgis): Merge pull request #5541 from nyalldawson/thread_local
Don't use thread_local on mingw or OpenBSD builds Nyall Dawson
01:40 AM Revision cc59ee44 (qgis): More build fixes
Nyall Dawson
01:38 AM Revision e47479b3 (qgis): Mingw fixes
Nyall Dawson
01:33 AM Revision 5ebd3983 (qgis): FreeBSD has thread_local support
Nyall Dawson
01:26 AM Revision 89bfe402 (qgis): Fix build
Nyall Dawson
01:25 AM Revision 5b9283fc (qgis): Use local statics
Nyall Dawson
01:10 AM Revision 68f2c260 (qgis): Fix handling of transform-not-required in QgsCoordinateTransformContext
Nyall Dawson
01:03 AM Revision 30046d6e (qgis): Merge pull request #5536 from lbartoletti/freebsd_build
Fix FreeBSD build Nyall Dawson

2017-11-06

12:50 AM Revision 6384f1f2 (qgis): Fix failing test
Nyall Dawson
08:59 PM Revision ac1db7e6 (qgis): add SVG translation flags
Jürgen Fischer
07:22 PM Revision 3c9cef36 (qgis): item for source field fix
David
06:53 PM Revision c227a9e5 (qgis): layout and remove fieldproperties
icons and made naming
inputs from the pull request
remove old fieldpropertie-stuff
David
06:11 PM Revision c315eb3f (qgis): Reimplement QgsOptionsDialogBase::optionsStackedWidget_CurrentChanged i...
Borys Jurgiel
05:55 PM Revision 783e54fd (qgis): [Server] GetFeatureInfo: enhance raster data values displayed
René-Luc ReLuc
05:45 PM Revision 6b76c2b3 (qgis): Missing docstrings
Borys Jurgiel
04:53 PM Revision c53996a8 (qgis): [Server] GetFeatureInfo: enhance raster data values displayed
René-Luc ReLuc
04:53 PM Revision d09614cc (qgis): [BUGFIX][Server] GetFeaturInfo: do not identify raster data if point no...
René-Luc ReLuc
04:49 PM Revision b57ec46a (qgis): getter return not-const list of errors
Alessandro Pasotti
04:37 PM Revision 64ab28bf (qgis): Rename indx to index in some slots
Borys Jurgiel
04:34 PM Revision 7e2ee74d (qgis): help and suppress form
help from attributetypedialog is handled over the help of vectorlayerproperties
suppress form combo takes the default...
David
03:09 PM Revision af576004 (qgis): const range loop iterators
Alessandro Pasotti
02:41 PM Revision 72c97f38 (qgis): [Server] GetFeatureInfo: enhance raster data values displayed
René-Luc ReLuc
02:27 PM Revision 966e2d66 (qgis): Make QgsOptionsDialogBase's slots virtual for overriding in derived cla...
Borys Jurgiel
02:21 PM Revision 52240ad7 (qgis): fixed problem with saving first entry
David
01:29 PM Revision 2c0d5188 (qgis): some changes in attribute form properties and source data properties
changed style of layout, initcode and suppress-combo
display read only comment
fixed saving of wfs
improved layout
so...
David
12:54 PM Revision d9b4ae56 (qgis): Minor change: QString -> QStringLiteral in some debug messages
Alessandro Pasotti
12:47 PM Revision 7e699361 (qgis): [auth][bugfix] Migrate qgis-auth.db from QGIS 2 to 3
Fixes #17403 Alessandro Pasotti
12:42 PM Revision cd23779e (qgis): [auth][bugfix] Add a getter for error list on qgsmigrate
Alessandro Pasotti
12:10 PM Revision 926ac905 (qgis): Improve caching of transforms
Nyall Dawson
11:03 AM Revision 17aa88cd (qgis): [Plugin manager] Fix window title
Borys Jurgiel
10:30 AM Revision ae33b58a (qgis): Merge pull request #5533 from DelazJ/pluginlist
[bugfix]Remember the c++ plugins folders in Options dialog Matthias Kuhn
09:04 AM Revision 9e00db85 (qgis): Fix build
Nyall Dawson
08:51 AM Revision 4e6ff411 (qgis): Move caching to QgsCoordinateTransform
and remove no longer required QgsCoordinateTransformCache singleton Nyall Dawson
08:14 AM Revision 9984f39b (qgis): Prepare for removal of QgsCoordinateTransformCache
Nyall Dawson
07:36 AM Revision fd772709 (qgis): Remove QgsDatumTransformStore
and port usage over to QgsCoordinateTransformContext instead Nyall Dawson
07:15 AM Revision 71f84f77 (qgis): Tweak transform logic (only remove src/dest transforms when both transf...
Nyall Dawson
06:18 AM Revision ee59abf0 (qgis): Improved out of process crash handler (#5543)
* Add out of process crash handler for better crash handling. Nathan Woodrow
05:22 AM Revision 257278f0 (qgis): Add transform context to QgsMapSettings and QgsRenderContext
And also throw warnings when the context isn't set for these objects Nyall Dawson
05:12 AM Revision 6a6e81f5 (qgis): Move warning to better location
Nyall Dawson
04:46 AM Revision 30604ed4 (qgis): Add explicit setter for project's transform context
And add transformContextChanged signal, so that we can detect
when the context is changed.
Nyall Dawson
04:09 AM Revision a79957cf (qgis): Remove unused QgsCoordinateTransform::readXml/writeXml methods
These methods are not used in master and are of questionable
value. Better to serialise the source and dest crs separ...
Nyall Dawson
04:09 AM Revision 76c3005b (qgis): QgsCoordinateTransformContext must be thread safe
Nyall Dawson
04:09 AM Revision cd41d708 (qgis): Add a QgsCoordinateTransformContext member to QgsProject
Nyall Dawson
04:09 AM Revision 35b96bec (qgis): QgsCoordinateTransformContext is implicitly shared
Nyall Dawson
04:09 AM Revision b06a9b92 (qgis): Add support for serializing transform contexts
Nyall Dawson
04:09 AM Revision 24cd1443 (qgis): Remove context-unaware QgsCoordinateTransform constructors from Python ...
This forces Python code and plugins to become datum transform
aware, and given that upgrading python code is easy (ju...
Nyall Dawson
04:09 AM Revision a88dcdf5 (qgis): In debug builds, throw a warning when transforming coordinates
and no coordinate transform context has been set. Nyall Dawson
04:09 AM Revision 140482f5 (qgis): Doxygen
Nyall Dawson
04:09 AM Revision be95b79b (qgis): Allow removing existing transforms from context
Nyall Dawson
04:09 AM Revision ae3538cf (qgis): Start on QgsCoordinateTransformContext
Stores settings related to the correct datum transforms to use
when performing a coordinate transform.
Nyall Dawson
04:09 AM Revision c46d7dc8 (qgis): Implement logic for calculating datum transforms to use
Nyall Dawson
04:09 AM Revision b6bb1e09 (qgis): Add QgsCoordinateTransformContext arguments to QgsCoordinateTransform c...
And automatically retrieve correct datum transforms for the
transform, based on the information in the context.
Also...
Nyall Dawson
03:58 AM Revision 4e3b0825 (qgis): Restrict available formats when running algorithms to those supported
by the provider Nyall Dawson
03:44 AM Revision 4ae9241e (qgis): [processing] Allow providers to determine default vector/raster file
to use for their algorithm's parameters
Because some providers do not have support for all output types,
we need to ...
Nyall Dawson
03:00 AM Revision 2a280d69 (qgis): Allow access to parent algorithm for processing parameters
Nyall Dawson
01:51 AM Revision ca0c8302 (qgis): Add missing QCoreApplication for TestQgsNoApplication
Nyall Dawson
01:19 AM Revision 2eff873e (qgis): Fix crash when accessing QgsApplication::dataItemProviderRegistry()
without QgsApplication instance.
Also add test to ensure that calling QgsApplication::initQgis()
is safe to do witho...
Nyall Dawson
01:13 AM Revision c413f147 (qgis): Fix crash when accessing auth manager when no QgsApplication is available
Nyall Dawson

2017-11-05

12:20 AM Revision 265be41d (qgis): Don't use thread_local on mingw or OpenBSD builds
MingW has broken support for thread_local, so force disabling it
see
https://sourceforge.net/p/mingw-w64/bugs/445/
ht...
Nyall Dawson
11:59 PM Revision 7cfbb6fb (qgis): Add Matrix as a way to get in touch with community for chat (#5147)
Sandro Santilli
11:56 PM Revision 31f98dac (qgis): Merge pull request #5534 from nyalldawson/format
Add flags to QgsVectorFileWriter methods which return lists of drivers Nyall Dawson
11:31 PM Revision bfe03553 (qgis): Disable flaky PyQgsServerAccessControl test
Matthias Kuhn
11:26 PM Revision d269f34b (qgis): Fix build using mingw
Changes many #if defined (Q_OS_WIN) to #ifdef _MSC_VER, where
they relate specifically to msvc compiler
Theuns
11:25 PM Revision 2df53324 (qgis): Optimise QString equality tests
Nyall Dawson
11:03 PM Revision 394c5315 (qgis): Update for nose2 0.7.0
Matthias Kuhn
10:54 PM Revision 473af0c9 (qgis): Rename CONTRIBUTE.md to CONTRIBUTING.md
Harrissou Santanna
10:49 PM Revision 8499d7fc (qgis): Add option to hide non-spatial formats from driver lists
And hide non-spatial formats from geometry checker available formats Nyall Dawson
10:43 PM Revision 5523b059 (qgis): [Bugfix] Enable adding color in Options->Color tab
Harrissou Santanna
10:34 PM Revision fe056600 (qgis): More QPair API removal
Nyall Dawson
10:22 PM Revision d855f7f3 (qgis): Remove redundant '[OGR'] string from dialogs
Nyall Dawson
10:22 PM Revision a4ef7e42 (qgis): Avoid use of QPair and instead use a struct
Nyall Dawson
10:22 PM Revision dc341d20 (qgis): Add flags to QgsVectorFileWriter methods which return lists of drivers
Initially only flag available is whether to sort drivers by
recommended order. The recommended order puts GPKG first ...
Nyall Dawson
10:21 PM Revision eb6f64ee (qgis): Fix build
Followup 24e6366, readd missing flag Nyall Dawson
09:03 PM Revision 24e63668 (qgis): mod_spatialite added to osgeo4w
Jürgen Fischer
08:50 PM Revision 71b9c77b (qgis): Fix FreeBSD build
On FreeBSD, I need to change `selectedFilter = fileDialog-
>selectedFilter();` to `selectedFilter = fileDialog-
>sele...
Loïc BARTOLETTI
08:02 PM Revision 67dc3187 (qgis): Add some const and renaming
Harrissou Santanna
07:24 PM Revision ff2a53c5 (qgis): Update PyQtMacros module to handle removal of name option from pyrcc5
Larry Shaffer
04:02 PM Revision fbcc48ec (qgis): Remove Q_FOREACH and 'my' prefix for variable
Harrissou Santanna
04:01 PM Revision 4c3b16a4 (qgis): Remove some Q_FOREACH
Harrissou Santanna
01:52 PM Revision da904771 (qgis): Improve input detection and add new algorithms
Médéric RIBREUX
01:18 PM Revision d10aaf4b (qgis): Support multiple output file raster formats:
* A new createopt textbox has been added to the parameters dialog for algorithms which exports to raster files.
* A n...
Médéric RIBREUX
04:18 AM Revision d8b671d9 (qgis): Silence warning
Nyall Dawson

2017-11-04

11:27 PM Revision 9e27362b (qgis): [bugfix]Remember the c++ plugins folder in Options dialog
and enable the remove button Harrissou Santanna
10:55 PM Revision a8f46652 (qgis): [Plugin manager] Remove dead code
Borys Jurgiel
10:46 PM Revision cfec339c (qgis): [Plugin manager] [needs-doc] Don't preload plugins for a test if they a...
Borys Jurgiel
06:34 PM Revision aa17df1a (qgis): * Add new GRASS 7.2 algorithms.
* Fix ParameterRange GUI.
* Fix Multiple values Enum support.
Médéric RIBREUX
05:55 PM Revision 29c71f43 (qgis): Fix updating QgsApplication::libraryPaths; load before any Qt plugin use
Previously, it was happening after setting the default window icon.
For macOS, refactor libraryPaths update to ensur...
Larry Shaffer
04:13 PM Revision 9269200a (qgis): [Geometry Checker] Improve displayed messages by indicating the layer t...
Harrissou Santanna
03:43 PM Revision fbd11ca9 (qgis): [Geometry Checker] Use a more readable format list
and save file format in settings Harrissou Santanna
03:31 PM Revision 483a4b9e (qgis): First functional version (for single vector inputs/outputs)
Médéric RIBREUX
03:31 PM Revision 5827513c (qgis): First work on ext mechanism factorisation
Médéric RIBREUX
03:31 PM Revision 6bf8448b (qgis): Improve cell size detection and FileDestinationOutput (but not perfect)
Médéric RIBREUX
03:31 PM Revision f32bba44 (qgis): (WIP) better cellsize suport
Médéric RIBREUX
03:31 PM Revision f0da7b01 (qgis): Improve MultiLayers and FileDestination support
Médéric RIBREUX
03:31 PM Revision 9a52e344 (qgis): First working raster algorithm
Médéric RIBREUX
03:31 PM Revision be781534 (qgis): (WIP) Grass algorithms can be opened and inputs are treated
Médéric RIBREUX
03:31 PM Revision 9eff16f4 (qgis): Finish fixing description files (no more errors on startup)
Médéric RIBREUX
03:31 PM Revision 4b8b6a09 (qgis): Massive conversion
Médéric RIBREUX
03:31 PM Revision 6c81895f (qgis): Improve GRASS provider:
- Improve GRASS detection for all OS.
- Use GRASS --exec command.
- Unified GRASS batch job method for all OS (easier...
Médéric RIBREUX
03:31 PM Revision 65f483d6 (qgis): Modify Grass7 detection
Médéric RIBREUX
03:31 PM Revision b46e9693 (qgis): Fix indentation
Médéric RIBREUX
03:31 PM Revision 7369c4de (qgis): Fix some other description files
Médéric RIBREUX
03:31 PM Revision 56b963e3 (qgis): Improve ext scripts and support OutputFolder
Médéric RIBREUX
03:31 PM Revision 74826dc1 (qgis): Support directory output via QgsProcessingParameterFolderDestination
Médéric RIBREUX
03:31 PM Revision c63df209 (qgis): Fix cz function
Médéric RIBREUX
03:31 PM Revision a676db2c (qgis): Handle parameters and update description files (WIP)
Médéric RIBREUX
03:31 PM Revision 733218ca (qgis): (WIP) enable Grass7 provider and start to work on QgsProcessing new fra...
Médéric RIBREUX
03:31 PM Revision 297c7b5f (qgis): Update TODO list
Médéric RIBREUX
03:31 PM Revision d6fb7181 (qgis): Fix layers loading...
Médéric RIBREUX
10:46 AM Revision 206fdbda (qgis): Disable talkative wms server test
Matthias Kuhn
10:46 AM Revision edcaf05b (qgis): Add missing import for test
Matthias Kuhn
10:46 AM Revision d57fc361 (qgis): [travis] Enable server tests
Matthias Kuhn
09:44 AM Revision 670dd0e5 (qgis): Avoid using extended unicode in source files
Hopefully fixes Windows issues with those Matthias Kuhn
08:38 AM Revision c936e270 (qgis): Merge pull request #5217 from KentPorter-Boundless/master
New icon for Data Source Manager button Alessandro Pasotti

2017-11-03

11:23 PM Revision a2e306e5 (qgis): Added approved icon for Data Source Manager.
Kent Porter
10:10 PM Revision 33d422b4 (qgis): Merge pull request #5518 from nyalldawson/interp
Start on unit tests for interpolation classes Nyall Dawson
07:16 PM Revision 22a7b92d (qgis): [Plugin installer] Fix broken warning about outdated plugin updates in ...
Borys Jurgiel
07:12 PM Revision fb7f8f17 (qgis): [Plugin installer] Fix broken warning about outdated plugin updates in ...
Borys Jurgiel
06:35 PM Revision 92ce3be3 (qgis): Merge pull request #5524 from boundlessgeo/basic_cas_backport
[bugfix][auth] Basic method uses trusted CAs when connecting to DB Alessandro Pasotti
06:22 PM Revision 67b1cab3 (qgis): Merge pull request #5414 from m-kuhn/transactionStack
Deal with failure to create savepoint Paul Blottiere
05:50 PM Revision 3fab1404 (qgis): [bugfix][auth] Basic method uses trusted CAs when connecting to DB
Fixes #17392
Backport of Basic auth CAs fix from master
Alessandro Pasotti
05:23 PM Revision 61e421d7 (qgis): [BUGFIX][Server] GetFeaturInfo: do not identify raster data if point no...
René-Luc ReLuc
04:44 PM Revision 479970ba (qgis): Do not crash if there is no savepoint
Matthias Kuhn
04:02 PM Revision c177995e (qgis): Disable PG auth tests
Alessandro Pasotti
03:44 PM Revision 70cb2495 (qgis): Developers map: remove Name and Status terms
gcarrillo -
02:56 PM Revision c9ee3ef3 (qgis): [auth] Tests for Basic method uses trusted CAs
Alessandro Pasotti
02:55 PM Revision 73fec4ad (qgis): [bugfix][auth] Basic method uses trusted CAs when connecting to DB
Fixes #17392 Alessandro Pasotti
02:51 PM Revision 081f00e7 (qgis): Developers map: Link to GIT account for each dev
gcarrillo -
02:44 PM Revision 09f9bb76 (qgis): Developers map: more descriptive status for each dev
gcarrillo -
01:22 PM Revision adc884b0 (qgis): visibility of the new duplicate selected feature default action
David
01:22 PM Revision 64f9eb7a (qgis): Default Action with Python to Duplicate selected features. Visible for ...
David
01:22 PM Revision 9c5ace09 (qgis): duplicate feature default action if feature id given, then only copy on...
David
11:26 AM Revision da8a5f45 (qgis): Added QgsApplication::authManager() to API break docs
Alessandro Pasotti
09:58 AM Revision 8f5468af (qgis): crash fix
Jürgen Fischer
09:58 AM Revision 5a316a6a (qgis): silence astyle version check
Jürgen Fischer
08:24 AM Revision 71eeda7b (qgis): Fix crash with hidden dock widget
Fixes #17357
Fixes #17279
Fixes #17317
Matthias Kuhn
08:07 AM Revision 61fa8da8 (qgis): Start on unit tests for interpolation classes
Nyall Dawson
05:00 AM Revision fe78611c (qgis): Simplify interpolation API
Don't require both pixel size and row/col count in constructor,
since we can calculate the pixel size from the extent...
Nyall Dawson
02:50 AM Revision 10c9bb6d (qgis): Merge pull request #5512 from nyalldawson/interp
Cleanup and optimise interpolation code Nyall Dawson
02:02 AM Revision b36dd121 (qgis): Fix build
Nyall Dawson
01:49 AM Revision 86314720 (qgis): QgsTINInterpolator->QgsTinInterpolator
Nyall Dawson
01:45 AM Revision e94733f2 (qgis): Remove redundant interpolation classes
Nyall Dawson
01:33 AM Revision bee2a1a8 (qgis): Update Python code
Nyall Dawson
01:29 AM Revision 7d015efd (qgis): Tighten API
Nyall Dawson
01:21 AM Revision 5a8e351b (qgis): Remove fragile and inefficient wkb re-parsing from TIN interpolator
Nyall Dawson

2017-11-02

12:18 AM Revision e91ee5b7 (qgis): More flexible API for interpolation
E.g. adds API support for interpolating by m value Nyall Dawson
 

Also available in: Atom