57383 Commits

Author SHA1 Message Date
Julien Cabieces
4081bea801 Use TaskManager to build index 2019-09-06 09:42:22 +02:00
Julien Cabieces
ba867b46c6 Add asynchronous bool on QgsSnappingUtils/QgsPointLocator API 2019-09-06 09:42:22 +02:00
Julien Cabieces
f475c28753 s/an other/another 2019-09-06 09:42:22 +02:00
Julien Cabieces
521d7b71df Don't use object that could be deleted/modified outside the thread
while building the index
2019-09-06 09:42:22 +02:00
Julien Cabieces
ead7481e3f [FEATURE] Parallelize snap index build 2019-09-06 09:36:16 +02:00
Julien Cabieces
3abbc0f178 Digitize the geometry from the relation reference widget add button (#30905)
* [FEATURE] [needs-docs] Add the possibility to digitize the geometry
when creating a feature from the plus button on the relation reference widget
2019-09-06 08:28:59 +02:00
nirvn
c1cce181b4 [ui] Make the show bookmarks action focus on browser panel's bookmark node 2019-09-06 11:38:55 +07:00
Nyall Dawson
3af35b5844 [FEATURE] "Reselect Features" action in Edit -> Select menu
Allows restoration of a layer's selection following a selection
clear operation. Handy for anyone who has ever painstakingly
built a custom selection only to accidently click and clear
this selection...
2019-09-06 13:08:18 +10:00
Nyall Dawson
b533fbaeb2 Allow individual groups of bookmarks to be exported
Also avoids the unfortunate situation where the first item shown
in the right click menu for a bookmark group is the "delete" action
2019-09-06 13:02:04 +10:00
Nyall Dawson
a426fdaea2 [FEATURE] Bookmark groups can be renamed in browser 2019-09-06 13:02:04 +10:00
Nyall Dawson
c409025409 [FEATURE][processing] New algorithm "Split features by character"
This algorithm splits features into multiple output features by
splitting a field's value with a specified character.

For instance, if a layer contains features with multiple comma
separated values contained in a single field, this algorithm can
be used to split these values up across multiple output features.

Geometries and other attributes remain unchanged in the output.

Optionally, the separator string can be a regular expression for
added flexibility.

Designed for use in models which need to process input files
with multiple concatenated values in a single attribute, e.g.
geocoding a table with "address1,address2,address3" format strings
2019-09-06 11:09:37 +10:00
Harrissou Sant-anna
9756345412 Allow Italic and Bold style icons to be visible
in Text formats dialog
2019-09-06 10:28:58 +10:00
Stephen Knox
a39a413b92 Fixing db_manager so that it can run sql with inline comments
Fixes #29089
2019-09-06 10:26:34 +10:00
Harrissou Sant-anna
6d55c78ce8 Save/Restore Shape digitize active tool 2019-09-06 10:25:31 +10:00
Harrissou Sant-anna
fbccc00647 Enable Cancel and Help buttons in "Effect properties" dialog 2019-09-06 10:23:59 +10:00
Nyall Dawson
42a20ed6de Move some debug noise to lower levels 2019-09-06 08:41:46 +10:00
Harrissou Sant-anna
71b29bdb81 Enable help button on text and label settings dialog 2019-09-06 07:43:58 +10:00
Julien Cabieces
8bd60a1233 Add mutex locker when accessing to attribute member 2019-09-06 07:43:15 +10:00
Harrissou Sant-anna
1698fbf914 Revert measure line shortcut change and remove add mssql's 2019-09-06 07:38:33 +10:00
Harrissou Sant-anna
2f95dd7701 Remove duplicate 'Ctrl+Shift+M' shortcuts 2019-09-06 07:38:33 +10:00
Harrissou Sant-anna
5b26f5a412 Add shortcut to Add Delimited Text Layer 2019-09-06 07:01:19 +10:00
Giovanni Manghi
7b680f80d6 fix SAGA seeds generation tool 2019-09-06 05:29:50 +10:00
Nyall Dawson
8465df3768 Add some tooltips to dual view navigation buttons, fix bad label
string when layer has no features
2019-09-06 05:29:27 +10:00
Nyall Dawson
1537f83614 Fix some algorithms fail to execute correctly in in-place mode 2019-09-06 05:29:08 +10:00
Nyall Dawson
4f7ba308da Show "Zoom to Bookmark" as first action when right clicking a bookmark in browser 2019-09-06 05:28:46 +10:00
Nyall Dawson
df973a9810 Remove empty bookmark groups from browser 2019-09-06 05:28:46 +10:00
Nyall Dawson
b3be340d95 Expand wording 2019-09-06 05:28:46 +10:00
Nyall Dawson
4619a810e6 [FEATURE] Add import/export bookmarks actions to browser right-click bookmarks menu 2019-09-06 05:28:46 +10:00
Nyall Dawson
d68be19fbb Tooltips for bookmarks in browser 2019-09-06 05:28:46 +10:00
Nyall Dawson
92c50df669 Fix sort order of newly made bookmark groups 2019-09-06 05:28:46 +10:00
Nyall Dawson
dc00e8576c Set focus on bookmark name widget when opening bookmark editor dialog 2019-09-06 05:28:46 +10:00
Nyall Dawson
f9848efe42 Also show "new bookmark" action when right clicking project or user group 2019-09-06 05:28:46 +10:00
Nyall Dawson
fcf8af29f2 Allow removal of entire groups of bookmarks through browser 2019-09-06 05:28:46 +10:00
Nyall Dawson
f760514243 Fix new groups not created in some circumstances 2019-09-06 05:28:46 +10:00
Nyall Dawson
acdb63121f Don't refresh whole model when bookmarks are added 2019-09-06 05:28:46 +10:00
Nyall Dawson
2fe9557636 Don't refresh whole bookmark browser node when a bookmark changes 2019-09-06 05:28:46 +10:00
Nyall Dawson
5698a049f8 Allow deletion of multiple bookmarks from browser 2019-09-06 05:28:46 +10:00
Nyall Dawson
cbd3f9b6d7 Don't refresh whole bookmarks browser node when deleting an item 2019-09-06 05:28:46 +10:00
nirvn
a4ec735249 [ui] Rework the add bookmark icon 2019-09-05 16:45:31 +07:00
nirvn
83af99d062 Address review 2019-09-05 14:37:09 +07:00
nirvn
eded2270c2 [FEATURE][bookmarks] New bookmark editor dialog to improve creation and editing of bookmarks 2019-09-05 14:37:09 +07:00
Nyall Dawson
e0c38e555f Consolidate some duplicate code relating to zooming canvas to bookmarks 2019-09-05 14:50:48 +10:00
Nyall Dawson
a162a880db [FEATURE] Allow bookmark renames via browser 2019-09-05 14:50:48 +10:00
Nyall Dawson
16787abbe9 Fix broken rename support in browser 2019-09-05 14:50:48 +10:00
Nyall Dawson
ab026b05ee [FEATURE] Allow deletion of bookmarks through browser
And port to QgsDataItemGuiProvider
2019-09-05 14:50:48 +10:00
Nyall Dawson
87099bf558 [FEATURE] Support drag and drop copying of bookmarks in browser, or
drag and drop to move bookmarks between groups
2019-09-05 14:50:48 +10:00
Nyall Dawson
f26f77c667 [FEATURE] Allow bookmarks to be dragged onto map canvases to zoom to bookmark
This allows bookmarks to play nice in multi-canvas projects, since you can
drop them onto a specific canvas to zoom
2019-09-05 14:50:48 +10:00
Nyall Dawson
5252e93fdb Minor cleanups 2019-09-05 14:50:48 +10:00
Nyall Dawson
58975e7cee Add API to QgsCustomDropHandler to support custom drop handlers which
allow drops onto a QgsMapCanvas
2019-09-05 14:50:48 +10:00
Nyall Dawson
e391b43b55 Tweak wording 2019-09-05 13:52:57 +10:00