summaryrefslogtreecommitdiff
path: root/src/controls/qquickaction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers and add new license filesAntti Kokko2014-08-251-19/+11
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I470909ba0980db33ab551790d619c59a35978590 Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
* Doc: Added images and missing snippetsVenu2014-06-271-12/+7
| | | | | | Task-number: QTBUG-33799 Change-Id: I582518a73276d47cf63cf31411b5176a90acab6f Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Doc: Fix broken links (explicit intra-module qualifiers)Sze Howe Koh2014-03-271-1/+1
| | | | | | | | | | All these links are intra-module, so these qualifiers should not have been required. Might be an indication of a QDoc bug. Task-number: QTBUG-37719 Change-Id: I791ad767f1eb33c52b96de451ee0601a0b7c12dd Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* Doc: Append handler names to \qmlsignal documentationSze Howe Koh2014-03-181-0/+4
| | | | | Change-Id: I5e06bdf03ba1ba8e5fe7669f690420dc9a039129 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Fix disabling of ActionFrederik Gladhorn2013-10-201-0/+7
| | | | | | | | A disabled action was reported as ambiguous with a non-amb. one. Instead just ignore the disabled one. Change-Id: I6e03b126a5ef1dddc2342c5c2b27ff6541839e33 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Add source QObject to QQuickAction's triggered signalDaiwei Li2013-09-191-7/+9
| | | | | | | | | Based on a suggestion from Gabriel de Dietrich. Knowing the source object that triggered an action is useful for analytics purposes. Change-Id: I11f62214fa669a91769a0ce25b0c11c0fc0635d0 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Merge branch 'stable' into devGabriel de Dietrich2013-09-181-1/+36
|\ | | | | | | | | | | | | Conflicts: src/controls/qquickaction.cpp Change-Id: I85255ba5c27c0d8ea023d0867e5963d43f8f1ddb
| * Menu: Enable mnemonic menu navigationGabriel de Dietrich2013-09-131-1/+36
| | | | | | | | | | | | | | | | | | | | | | We also added a new mnemonic specific shortcut context matcher. This prevents two menu items with the same mnemonic but within different menus to be reported as ambiguous. Task-number: QTBUG-33030 ChangeLog: Added mnemonic navigation for menus Change-Id: I192c9aacba4d15851fe65bf9201251962fe976d5 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* | Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-1/+1
| | | | | | | | | | Change-Id: Icb4c6d78225c072da787e4646a55d8cf71a5db7a Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* | Support StandardKeys for Action/MenuItem::shortcutJ-P Nurmi2013-08-201-5/+21
|/ | | | | | Change-Id: I2054a59fcda26795721e5d7d04cc644220da372b Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Doc: Fixes warningsCaroline Chao2013-06-031-5/+5
| | | | | | | | | | | Fixes issues including: - Misspelled links - Links to signal with arguments - \table in SplitView.qml - Links to current file Change-Id: I2cbadf661a641f19ed55f6854922b2b69966bc9c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Improve top-level index page for documentationJens Bache-Wiig2013-05-161-0/+14
| | | | | | | | | | | | - Adds Menus to the front page so that we can actually find essential types like Menu and Action. - Added a basic example for Action - I also added ExclusiveGroup to the Controls category to make it accessible. Change-Id: Ife980b786870d2bf07d709e024cb97396870e6c7 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Fix shortcut scopingFrederik Gladhorn2013-04-151-5/+23
| | | | | | | | | | | Window shortcuts need to be only handled in their respective windows. Before having two windows with the same shortcut defined would simply bail out without triggering either of them. Change-Id: Ice6c695d4b8f77f8bb7fcce6397fb26f216cc6ed Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Rename QtExclusiveGroup to QQuickExclusiveGroupJ-P Nurmi2013-04-121-3/+3
| | | | | Change-Id: Ic3b95c40d2698343fdeed30db5ad8a0ec3f8df22 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Rename QtAction to QQuickActionJ-P Nurmi2013-04-121-0/+361
Change-Id: I6e55938749cac6177d3c7f3628aba52ea661873f Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>