[Differential] [Commented On] D3706: WIP: Global Menu Applet

2017-01-05 Thread davidedmundson (David Edmundson)
davidedmundson added a comment. > it look a bit "boring" you can select single button for app menu but when I didn't select it what happens than? I would prefer instead of the checkbox all different styles and radio button to select the style the user want. That's a good idea,simply beca

[Differential] [Commented On] D3706: WIP: Global Menu Applet

2017-01-05 Thread andreaska (Andreas Kainz)
andreaska added a comment. **settingspage** it look a bit "boring" you can select single button for app menu but when I didn't select it what happens than? I would prefer instead of the checkbox all different styles and radio button to select the style the user want. **compact view**

[Differential] [Commented On] D3706: WIP: Global Menu Applet

2016-12-19 Thread davidedmundson (David Edmundson)
davidedmundson added inline comments. INLINE COMMENTS > davidedmundson wrote in appmenumodel.cpp:85 > If you return here you have an unmatching begin/remove Turns out this is what was causing that kate->konsole crash. I should have trusted my reviewing instead of spending some time in valgrind.

[Differential] [Commented On] D3706: WIP: Global Menu Applet

2016-12-18 Thread davidedmundson (David Edmundson)
davidedmundson added inline comments. INLINE COMMENTS > appmenuapplet.cpp:141 > +if (e->key() == Qt::Key_Left) { > +emit requestActivateIndex(m_currentIndex - 1); > +return true; It's more normal to do the bounding to the right value before you emit a signal, rat

[Differential] [Commented On] D3706: WIP: Global Menu Applet

2016-12-18 Thread davidedmundson (David Edmundson)
davidedmundson added a comment. Bugs from running it: The menu doesn't immediately disappear when I focus from a window with a shared menu, to a window without. Interacting with menu still crashes. The config option for "compact and full" is a bit unusual. The Plasma style, is to tr

[Differential] [Commented On] D3706: WIP: Global Menu Applet

2016-12-16 Thread broulik (Kai Uwe Broulik)
broulik added inline comments. INLINE COMMENTS > appmenuapplet.cpp:91 > +ctx->window()->mouseGrabberItem()->ungrabMouse(); > +} > + Somehow your indentation is a bit off? > configGeneral.qml:44 > +id: fullRepresentationRadio > +text: i18n("Ful