Skip to content

Commit 5b4a88f

Browse files
committedNov 16, 2016
[feature] Add layer scoped actions
Within the attribute table, there is a new button to trigger actions which are not based on individual features but instead on the whole layer. Normally they will perform actions based on all features or the selection. In addition to this, a lot of cleanup has been done.
1 parent 6727ea7 commit 5b4a88f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1308
-561
lines changed
 

‎doc/api_break.dox

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ variant instead.
335335
- expandAction() has been removed. Use QgsExpression::replaceExpressionText() instead.
336336
- setPythonExecute() was removed. Initialize QgsPythonRunner instead.
337337

338+
QgsAction {#qgis_api_break_3_0_QgsAction}
339+
---------
340+
341+
- `QgsAction::action()` has been renamed to `QgsAction::command()`.
342+
338343

339344
QgsAdvancedDigitizingDockWidget {#qgis_api_break_3_0_QgsAdvancedDigitizingDockWidget}
340345
-------------------------------

‎python/core/core.sip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
%Include qgsapplication.sip
1919
%Include qgsaction.sip
2020
%Include qgsactionmanager.sip
21+
%Include qgsactionscope.sip
22+
%Include qgsactionscoperegistry.sip
2123
%Include qgsaggregatecalculator.sip
2224
%Include qgsattributetableconfig.sip
2325
%Include qgsattributeeditorelement.sip

0 commit comments

Comments
 (0)
Please sign in to comment.