Merge lp:~nick-dedekind/ubuntu-ui-toolkit/actionItem-mnemonics into lp:ubuntu-ui-toolkit/staging
Proposed by
Nick Dedekind
on 2016-12-13
Status: | Needs review |
---|---|
Proposed branch: | lp:~nick-dedekind/ubuntu-ui-toolkit/actionItem-mnemonics |
Merge into: | lp:ubuntu-ui-toolkit/staging |
Diff against target: |
740 lines (+319/-97) 8 files modified
components.api (+8/-1) src/UbuntuToolkit/ubuntutoolkitmodule.cpp (+2/-0) src/UbuntuToolkit/ucaction.cpp (+1/-77) src/UbuntuToolkit/ucaction_p.h (+2/-1) src/UbuntuToolkit/ucactionitem.cpp (+249/-17) src/UbuntuToolkit/ucactionitem_p.h (+44/-0) src/UbuntuToolkit/ucactionitem_p_p.h (+4/-0) tests/unit/visual/tst_actionitem.11.qml (+9/-1) |
To merge this branch: | bzr merge lp:~nick-dedekind/ubuntu-ui-toolkit/actionItem-mnemonics |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Zsombor Egri | 2016-12-13 | Needs Information on 2016-12-15 | |
Review via email:
|
Commit message
Moved Action mnemonic logic to the ActionItem.
Description of the change
Moved Action mnemonic logic to the ActionItem.
Added ActionItem.mnemonic for altering properties of the mnemonic logic.
To post a comment you must log in.
lp:~nick-dedekind/ubuntu-ui-toolkit/actionItem-mnemonics
updated
on 2016-12-13
- 1329. By Nick Dedekind on 2016-12-13
-
removed action check
- 1330. By Nick Dedekind on 2016-12-13
-
removed extra coment block end
- 1331. By Nick Dedekind on 2016-12-13
-
Added mnemonic type
Unmerged revisions
- 1331. By Nick Dedekind on 2016-12-13
-
Added mnemonic type
- 1330. By Nick Dedekind on 2016-12-13
-
removed extra coment block end
- 1329. By Nick Dedekind on 2016-12-13
-
removed action check
- 1328. By Nick Dedekind on 2016-12-13
-
merged with staging
- 1327. By Nick Dedekind on 2016-08-25
-
merged with trunk
- 1326. By Nick Dedekind on 2016-08-22
-
added qdoc check
- 1325. By Nick Dedekind on 2016-08-22
-
fixed 1.3 version of ActionItem
- 1324. By Nick Dedekind on 2016-08-22
-
merged with staging
- 1323. By Nick Dedekind on 2016-05-23
-
API fixes
- 1322. By Nick Dedekind on 2016-05-23
-
Added mnemonic test
Mostly clarification I need. Also few more tests to cover the group properties please.