D29571: [Kickoff] Add emacs/bash style keybindings

2020-05-11 Thread Mariusz Libera
mlibera abandoned this revision. mlibera added a comment. > In terms of actions this means: > > - exposing KStandardAction::rotateUp/rotateDown somewhere generic > - porting from KeyEvent to Shortcuts inside the QML Thanks for the explanation. This sounds like a time-consuming proje

D29571: [Kickoff] Add emacs/bash style keybindings

2020-05-09 Thread Mariusz Libera
mlibera added a comment. Does the mechanism of standard shortcuts really apply here? Just below the code I added is the code explicitly handling keys like Qt.Key_Up, Qt.Key_Down, Qt.Key_Tab, etc. Seems like it's all hardcoded. Adding those keybinding to standard shortcuts has no effect.

D29571: [Kickoff] Add emacs/bash style keybindings

2020-05-09 Thread Mariusz Libera
mlibera created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. mlibera requested review of this revision. REVISION SUMMARY Users used to emacs/bash style of navigation and editing might appreciate a basic support for it in Kickoff, especially Ctrl+n/p fo

D12641: Workaround Device Notifier showing an error despite volume being mounted correctly

2018-05-01 Thread Mariusz Libera
mlibera updated this revision to Diff 33433. mlibera edited the summary of this revision. mlibera added a comment. @anthonyfieroni I think it makes sense, I've tested it and it works. @bruns I've tried to mimic the code that was already there. With this revised version there is no ex

D12641: Workaround Device Notifier showing an error despite volume being mounted correctly

2018-05-01 Thread Mariusz Libera
mlibera created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. mlibera requested review of this revision. REVISION SUMMARY For some reason a signal is being received about a device finishing setup before it's actually mou