Re: Questions about porting away from kdeui classes

2012-07-02 Thread Иван Комиссаров
I started some work in my local repo. I started from QtColorButton (from QtDesigner/QtCreator) Why KColorButton ( http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKColorButton.html) needs defaultColor property? What are usecases? It can be emulated checking for button->color()->isValid(

Re: Questions about porting away from kdeui classes

2012-07-02 Thread Mark
On Mon, Jul 2, 2012 at 8:47 AM, David Faure wrote: > On Sunday 01 July 2012 16:24:51 Mark wrote: >> On Sun, Jul 1, 2012 at 3:36 PM, David Faure wrote: >> > On Sunday 01 July 2012 14:07:15 Mark wrote: >> >> On a related note for KCompletion vs QCompleter. >> >> I don't think the two should merge.

Re: Questions about porting away from kdeui classes

2012-07-01 Thread David Faure
On Sunday 01 July 2012 16:24:51 Mark wrote: > On Sun, Jul 1, 2012 at 3:36 PM, David Faure wrote: > > On Sunday 01 July 2012 14:07:15 Mark wrote: > >> On a related note for KCompletion vs QCompleter. > >> I don't think the two should merge. > > > > I agree :) > > > >> QCompleter is very UI orient

Re: Questions about porting away from kdeui classes

2012-07-01 Thread Mark
On Sun, Jul 1, 2012 at 3:36 PM, David Faure wrote: > On Sunday 01 July 2012 14:07:15 Mark wrote: >> On a related note for KCompletion vs QCompleter. >> I don't think the two should merge. > > I agree :) > >> QCompleter is very UI orientated >> and really meant to hook on to a input field. >> KComp

Re: Questions about porting away from kdeui classes

2012-07-01 Thread David Faure
On Sunday 01 July 2012 14:07:15 Mark wrote: > On a related note for KCompletion vs QCompleter. > I don't think the two should merge. I agree :) > QCompleter is very UI orientated > and really meant to hook on to a input field. > KCompletion is much more basic, it simply completes the data that's

Re: Questions about porting away from kdeui classes

2012-07-01 Thread Mark
On Sun, Jul 1, 2012 at 8:39 AM, David Faure wrote: > On Wednesday 27 June 2012 12:08:51 Eike Hein wrote: >> Hi, >> >> lately I'm seeing an increasing number of commits that >> port things away from kdeui classes, e.g. this one: >> >> http://commits.kde.org/kdelibs/c87a6aa >> >> I'd like to learn m

Re: Questions about porting away from kdeui classes

2012-06-30 Thread David Faure
On Wednesday 27 June 2012 12:08:51 Eike Hein wrote: > Hi, > > lately I'm seeing an increasing number of commits that > port things away from kdeui classes, e.g. this one: > > http://commits.kde.org/kdelibs/c87a6aa > > I'd like to learn more about what is being done there, > as well as the reason

Questions about porting away from kdeui classes

2012-06-27 Thread Eike Hein
Hi, lately I'm seeing an increasing number of commits that port things away from kdeui classes, e.g. this one: http://commits.kde.org/kdelibs/c87a6aa I'd like to learn more about what is being done there, as well as the reasons and goals. For example, the commit in question feels deceptively