Re: Remove KQuickControls TextArea/TextField again

2015-01-26 Thread Marco Martin
On Sunday 25 January 2015, Kai Uwe Broulik wrote: > Hi everyone, > > a couple of weeks ago I added proper widget-like context menus to TextArea > and TextField and put them into KDeclarative [1]. I have now upstreamed > these changes and they will be in 5.5 (dev atm is 5.5 right?). > > Given the

Re: Remove KQuickControls TextArea/TextField again

2015-01-25 Thread David Edmundson
On Sun, Jan 25, 2015 at 12:21 PM, Kai Uwe Broulik wrote: > Hi everyone, > > a couple of weeks ago I added proper widget-like context menus to TextArea > and > TextField and put them into KDeclarative [1]. I have now upstreamed these > changes and they will be in 5.5 (dev atm is 5.5 right?). > > O

Re: Remove KQuickControls TextArea/TextField again

2015-01-25 Thread Kai Uwe Broulik
Hi, yes, it's a regular Menu that is behind the "menu" property of TextArea and TextField. Qt has a default menu with Cut/Copy/Paste (5.4) or Undo/Redo/Cut/Copy/Paste/Delete/Clear/Select All (5.5). Unfortunately the default menu itself is not accessible so you cannot override it in a declarati

Re: Remove KQuickControls TextArea/TextField again

2015-01-25 Thread Eike Hein
On 01/25/2015 12:21 PM, Kai Uwe Broulik wrote: Opinions? Is the upstream context menu extensible? Is it possible to get things like Jovie in there to achieve feature parity and consistency between KTextWidgets and QQC? Cheers, Kai Uwe Cheers, Eike ___