44277 Commits

Author SHA1 Message Date
Nyall Dawson
e1ce7dda70 Show algorithm ID in tooltip in toolbox 2017-12-01 10:00:42 +11:00
Alessandro Pasotti
8233a8fbdc [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/QGIS/pull/2661
2017-11-30 18:37:07 +01:00
Martin Dobias
306b3fac30 [3d] Rename "Reset view" to "Zoom Full" (fixes #17568) 2017-11-30 18:20:08 +01:00
Alessandro Pasotti
43fd35127d
Merge pull request #5772 from elpaso/bugfix-17584-bookmarks-sync
[bugfix] Bookmark project sync
2017-11-30 18:03:01 +01:00
Martin Dobias
8aa05735de
Merge pull request #5768 from wonder-sk/fix-17514-crs-change
Fix 3D view if terrain DEM is in different CRS
2017-11-30 17:30:30 +01:00
Alexandre Neto
95e40c2499 Adds missing tooltips 2017-11-30 16:21:49 +00:00
Etienne Trimaille
133051a174 add warning about sort algorithm might not work as expected 2017-11-30 15:24:10 +01:00
Etienne Trimaille
7303297d7f add some notes in processing test readme 2017-11-30 15:22:13 +01:00
Etienne Trimaille
1b8faa2a79 add sort by expression algorithm 2017-11-30 15:22:13 +01:00
Etienne Trimaille
88054a3744 display the downloaded size in QgsFileDownloaderDialog 2017-11-30 14:29:24 +01:00
Nyall Dawson
ded892eaee [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

(These are alongside the existing 'f6' shortcut which opens the
table using the default mode set via the options dialog)
2017-11-30 20:23:40 +11:00
Richard Duivenvoorde
f6ffb00c9f fix #17562 broken legend uris 2017-11-30 10:03:14 +01:00
Matthias Kuhn
ed2e83cb69 Move "Add circular string" to regular shapes toolbar
It's not a basic digitizing tool
2017-11-30 10:01:54 +01:00
Alessandro Pasotti
042fd33db7 [bugfix] Bookmark project sync
Fixes #17584 Spatial Bookmarks checkbox is not synced with project status
2017-11-30 09:35:27 +01:00
Blottiere Paul
3b7d2e3360
Merge pull request #5762 from pblottiere/fix_typo_as
Fixes typos in auxiliary storage documentation
2017-11-30 07:43:17 +00:00
Tim Sutton
f6acf37637
Fix processing errors on startup and execution on MacOS (#5769) 2017-11-30 07:17:12 +02:00
nirvn
f5702abae9 [processing] fix DlgModeler.ui layout warnings 2017-11-30 12:12:23 +07:00
Alessandro Pasotti
656de62e70 Use screen to grab instead of deprecated grabWidget 2017-11-29 22:04:54 +01:00
Martin Dobias
997286fe42 Fix doc coverage test 2017-11-29 18:22:32 +01:00
Salvatore Larosa
d7485a4349 [pyqgis-console] fix strings in options tooltips 2017-11-29 17:45:46 +01:00
Martin Dobias
ebde3be270 [3d] Reproject DEM for terrain if the DEM has different CRS (fixes #17514) 2017-11-29 17:05:46 +01:00
Matteo Ghetta
a10e753820 processing test for difference algorithm (#5764) 2017-11-29 15:25:30 +01:00
Salvatore Larosa
e8213b8e41
Merge pull request #5757 from slarosa/pyconsole_ui_improvements
[pyqgis-console][ui] move find text tools to toolbar widget
2017-11-29 14:30:03 +01:00
Matthias Kuhn
de3aa0c9f8
Merge pull request #5767 from rduivenvoorde/fix_#17580_missing_flags
flags apparently converted from png to svg

Fix #17580
2017-11-29 13:45:23 +01:00
Richard Duivenvoorde
6378332c01 flags apparently converted from png to svg 2017-11-29 13:17:16 +01:00
Alessandro Pasotti
30fad6ef33
Merge pull request #5765 from elpaso/bugfix-17539-bookmarks
[bugfix] Fix broken bookmarks
2017-11-29 12:57:10 +01:00
Alessandro Pasotti
7e711f1380 [bugfix] Fix broken bookmarks
Fixes #17539 I can only create one spatial Bookmark in current master

In fact there were other bugs (like loosing SRID when converting
to "in project").
2017-11-29 12:35:00 +01:00
Martin Dobias
62543eb421 [3d] Cleaned up code for camera translation + tests 2017-11-29 11:45:30 +01:00
Mathieu Pellerin
2c65dbcd3b
[offset curve tool] fix two serious issues (#5760)
- broken polygon support (fixes #15222)
- lost of parts when using tool with mutlipart features
2017-11-29 15:19:35 +07:00
Alexander Bruy
e0290a9f23
Merge pull request #5745 from alexbruy/processing-cleanup
Processing cleanup
2017-11-29 09:44:55 +02:00
Blottiere Paul
6d87c2b28f Update sip binding 2017-11-29 07:31:26 +00:00
Blottiere Paul
1b86c213a4 Fix typos in auxiliary storage doc 2017-11-29 07:31:13 +00:00
Nyall Dawson
29bfb10f62 Ensure ellipsoid is correctly set for new projects 2017-11-29 16:40:18 +10:00
Nyall Dawson
e4ce62342c
Merge pull request #5758 from nyalldawson/leftof
Geometry "leftOf" improvements
2017-11-29 15:51:22 +11:00
Nyall Dawson
62dbf4ce26 GML is too fragile, but shapefiles, you've never let me down... 2017-11-29 15:50:58 +11:00
Nyall Dawson
f8bad4977d [processing] Make split with lines output single part features
instead of keeping parts collected into a single multipart feature
2017-11-29 15:50:58 +11:00
Nyall Dawson
38a66e57a5 [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
geometry repair results in a point geometry only
2017-11-29 15:50:58 +11:00
Nyall Dawson
a3a79b9a1e Fix network analysis routing fails in some cases (refs #11687) 2017-11-29 15:50:58 +11:00
Nyall Dawson
b8a62f4f4d More tweaks to leftOf logic 2017-11-29 14:29:35 +10:00
Nyall Dawson
ebe16f153f Update API breaks docs 2017-11-29 10:10:59 +10:00
Nyall Dawson
3341a3e91e 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
1 = right

Also fix a bunch of extra issues identified with left of tests
as a result of these changes
2017-11-29 10:04:20 +10:00
Richard Duivenvoorde
2a960c5ec1 Fix #17573 inconsistency of icons in layer trees 2017-11-29 10:41:44 +11:00
Etienne Trimaille
d90b50fbbc display apple cmd symbol instead of ctrl in the legend 2017-11-29 10:40:45 +11:00
Radim Blazek
2f43deb9da closestSegmentWithContext() doc and test fix 2017-11-29 09:14:11 +10:00
Radim Blazek
07fd713647 fixed closestSegmentWithContext() paramas in Python 2017-11-29 09:14:07 +10:00
Salvatore Larosa
77f5959a7a [pyqgis-console][ui] move find text tools to toolbar widget 2017-11-28 23:40:29 +01:00
Alessandro Pasotti
3b933f56db [hidpi] New icons and bigger cursors
Cursors are now approximately 24x24 pixels on 96dpi
2017-11-28 23:02:42 +01:00
Salvatore Larosa
5652501cc6 [pyqgis-console] update api files and qsci_apis/generate_console_pap.py script 2017-11-28 21:14:19 +01:00
Salvatore Larosa
52efa5c36e [pyqgis-console] fix missing import for pap file compiler 2017-11-28 21:05:11 +01:00
Etienne Trimaille
d612364a50 Fix plural modeler tool -> modeler toolS 2017-11-29 06:46:02 +11:00