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(
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.
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
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
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
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
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
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