new class, KActionRunner
AbandonedPublic

Authored by tcanabrava on Apr 11 2017, 4:33 PM.

Details

Reviewers
ltoscano
Group Reviewers
Frameworks
Summary

KActionRunner is a class that has a KRunner like behavior for the actions in a KActionCollection.
The idea is that if a user knows what he's looking for, it's much simpler to write part of the name of the action in a text field and execute it, instead of getting lost in menus.

Quite a few applications in the KDE Sc could benefit from this, as it would simplify enormous a few layouts.
also, this is a WIP, I'm interested to see if this could be wanted before investing more time making it.

Test Plan

Manually tested on Atelier

Diff Detail

Repository
R284 KCompletion
Lint
Lint Skipped
Unit
Unit Tests Skipped
tcanabrava created this revision.Apr 11 2017, 4:33 PM
Restricted Application added a project: Frameworks. ยท View Herald TranscriptApr 11 2017, 4:33 PM
ltoscano requested changes to this revision.Apr 11 2017, 4:40 PM
ltoscano added a subscriber: ltoscano.

General issue: KCompletion is a tier2 framework, and this introduces a dependency on KXmlGui, tier3.

This revision now requires changes to proceed.Apr 11 2017, 4:40 PM

General issue: KCompletion is a tier2 framework, and this introduces a dependency on KXmlGui, tier3.

I wasn't aware of that - I'll move this to KXmlGui as it makes sense.

tcanabrava abandoned this revision.Feb 2 2018, 9:04 AM