Re: Review Request 119575: Fix krunner contacts pllugin

2014-08-03 Thread Christian Mollekopf
ent runner design. - Christian Mollekopf On Aug. 3, 2014, 10:40 p.m., Marc Deop wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git

Re: [Kde-pim] Baloo based Qml API for (Active) Mail + Plasma

2014-01-24 Thread Christian Mollekopf
On Thursday 23 January 2014 15.05:02 Michael Bohlender wrote: > Thanks for your input! > > Baloo does not store the data I want, so a mostly baloo based API is not an > option. > This also means that there is no point in modifying the baloo pim search to > retrieve the title because we either need

Re: [Kde-pim] Baloo based Qml API for (Active) Mail + Plasma

2014-01-23 Thread Christian Mollekopf
On Thursday 23 January 2014 11.15:02 Michael Bohlender wrote: > Hello everyone, > > I want to create a Qml API similar to Mark Gaisers QML Calendar stuff for > Mail. Its main usecase is Kontact Touch Mail, but it should also be useful > for other applications. E.g. the Plasma guys wanted to be abl

Re: Review Request: Drop InvisibleCollectionFetch Fetch Strategy in Favor of KDescendantsProxyModel

2011-11-20 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103088/#review8348 --- Ship it! Looks good to me. - Christian Mollekopf On Nov. 19

Re: Review Request: Drop InvisibleCollectionFetch Fetch Strategy in Favor of KDescendantsProxyModel

2011-11-19 Thread Christian Mollekopf
> On Nov. 19, 2011, 3:50 p.m., Christian Mollekopf wrote: > > You might want to filter the collections out using: > > > > > Akonadi::EntityMimeTypeFilterModel *collectionsModel = new > > > konadi::EntityMimeTypeFilterModel(this); > > > co

Re: Review Request: Drop InvisibleCollectionFetch Fetch Strategy in Favor of KDescendantsProxyModel

2011-11-19 Thread Christian Mollekopf
this case, but with the EntityMimeTypeFilterModel you would get exactly the same result as an invisible collection fetch. - Christian Mollekopf On Nov. 10, 2011, 6:12 a.m., David Narváez wrote: > > --- > This is an automatically ge

Re: another interesting bug.. this time performance related

2011-02-19 Thread Christian Mollekopf
On Saturday 19 February 2011 15:03:23 Marco Martin wrote: > On Saturday 19 February 2011, Aaron J. Seigo wrote: > > hey all ... > > > > here's another interesting little bug: > > https://bugs.kde.org/show_bug.cgi?id=251786 > > > > it seems we have some excess cpu usage in the system monitor p

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-11-24 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1526/ --- (Updated 2009-11-24 22:21:35.429523) Review request for Plasma, Aaron Seigo and

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-11-21 Thread Christian Mollekopf
> On 2009-09-04 20:16:52, Aaron Seigo wrote: > > this results in a "leak" in that every window ever created will have an > > item that stays forever, no? shouldn't it only keep track of winIds that > > still exist, and do so in the manual grouping stra

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-10-19 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1526/ --- (Updated 2009-10-19 21:10:07.356467) Review request for Plasma, Aaron Seigo and

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-10-17 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1526/ --- (Updated 2009-10-17 16:57:29.802942) Review request for Plasma, Aaron Seigo and

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-09-30 Thread Christian Mollekopf
inIds > > > that still exist, and do so in the manual grouping strategy? > > > > Christian Mollekopf wrote: > > Yes this would result in a "leak" (as long the groupmanager instance > > exists). I just noticed that also manual grouping is broken since it

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-09-29 Thread Christian Mollekopf
> On 2009-09-04 20:16:52, Aaron Seigo wrote: > > this results in a "leak" in that every window ever created will have an > > item that stays forever, no? shouldn't it only keep track of winIds that > > still exist, and do so in the manual grouping stra

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-09-06 Thread Christian Mollekopf
f the windows/groups by winIds. - Christian --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1526/#review2247 --- On

Review Request: taskmanager library: Manual Sorting Fix

2009-09-04 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1526/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- this f

Re: How to display the insert index when sorting manually (Tasks applet)

2009-03-18 Thread Christian Mollekopf
On Tuesday 17 March 2009 21:05:20 Aaron J. Seigo wrote: > On Tuesday 17 March 2009, Christian Mollekopf wrote: > > > > > this is inconsistent with how other items in the plasma desktop > > > > > shell work and > > > > > is pretty old scho

Review Request: Preview: Visual feedback for grouping and sorting in tasks applet

2009-03-17 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/348/ --- Review request for Plasma. Summary --- There are some smaller bugs left but

Re: How to display the insert index when sorting manually (Tasks applet)

2009-03-17 Thread Christian Mollekopf
> > > this is inconsistent with how other items in the plasma desktop shell > > > work and > > > is pretty old school. you'll also run into "doesn't fit" issues in edge > > > cases, > > > and painting it in the abstract item should be perfectly feasible. > > > > So should each item display a bar in

Re: How to display the insert index when sorting manually (Tasks applet)

2009-03-17 Thread Christian Mollekopf
On Mon, 16 Mar 2009 17:28:33 -0600, "Aaron J. Seigo" said: > On Monday 16 March 2009, Christian Mollekopf wrote: > > On Monday 16 March 2009 18:14:33 Aaron J. Seigo wrote: > > > On Sunday 15 March 2009, Christian Mollekopf wrote: > > > > Therefore i sugges

Re: How to display the insert index when sorting manually (Tasks applet)

2009-03-17 Thread Christian Mollekopf
On Mon, 16 Mar 2009 17:28:33 -0600, "Aaron J. Seigo" said: > On Monday 16 March 2009, Christian Mollekopf wrote: > > On Monday 16 March 2009 18:14:33 Aaron J. Seigo wrote: > > > On Sunday 15 March 2009, Christian Mollekopf wrote: > > > > Therefore i sugges

Re: How to display the insert index when sorting manually (Tasks applet)

2009-03-16 Thread Christian Mollekopf
On Monday 16 March 2009 18:14:33 Aaron J. Seigo wrote: > On Sunday 15 March 2009, Christian Mollekopf wrote: > > Therefore i suggest using a cursor like bar to display the insert index. > > probably much easier would be to simply adjust the drawing of the item > itself rathe

How to display the insert index when sorting manually (Tasks applet)

2009-03-15 Thread Christian Mollekopf
Hi, while working on the improved sorting and grouping in the tasks applet for the manual sorting in the tasks applet i wanted to show the insert index similar as it's done in the panel when sorting applets, so showing a spacer item where the task will be inserted. unfortunately i noticed some

Re: Review Request: Tasks applet: group popup with real task items

2009-03-08 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/256/ --- (Updated 2009-03-08 15:22:38.552515) Review request for Plasma, Aaron Seigo and M

Re: Review Request: Tasks applet: group popup with real task items

2009-03-08 Thread Christian Mollekopf
(or fixed?) by resizing m_offscreenWidget instead of the popupDialog - Christian --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/256/#review406 --------

Ideas on improving the manual grouping and sorting in the tasks applet

2009-03-08 Thread Christian Mollekopf
Hi, i thought about improving the grouping and sorting and was wondering if this sound like a good idea =) In order to remove the current grouping key (alt) i thought it would be nice if there was some visual feedback when dragging tasks around in the taskbar. For grouping one would have to d

How to check if window really was closed?

2009-03-08 Thread Christian Mollekopf
Hi, i noticed that windows which are blocked by a modal dialog cannot be closed. While this is fine i think the window should be activated instead so the user can give the required input. This annoyed me only when closing a window with the taskbar since only there i don't see the window which i

Review Request: Tasks applet: group popup with real task items

2009-03-08 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/256/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- This pa

Re: tasks applet: group popup

2009-02-24 Thread Christian Mollekopf
On Tuesday 24 February 2009 21:43:45 Aaron J. Seigo wrote: > On Tuesday 24 February 2009, Christian Mollekopf wrote: > > On Tuesday 24 February 2009 20:47:17 Aaron J. Seigo wrote: > > > On Tuesday 24 February 2009, Christian Mollekopf wrote: > > > > Since i'm to

Re: tasks applet: group popup

2009-02-24 Thread Christian Mollekopf
On Tuesday 24 February 2009 20:47:17 Aaron J. Seigo wrote: > On Tuesday 24 February 2009, Christian Mollekopf wrote: > > Since i'm totally unexperienced with such stuff it would be nice if > > someone could tell me if this could work or rather not. > > you would need to

Re: tasks applet: group popup

2009-02-24 Thread Christian Mollekopf
On Tuesday 24 February 2009 00:05:53 Christian Mollekopf wrote: > Hi, > > I already started with the popup and it seems to work quite nicely, but i > would like to have your comments on how i intend to go on. > > According to marcos suggestions i'm currently displaying a Lay

Re: tasks applet: group popup

2009-02-23 Thread Christian Mollekopf
On Tuesday 24 February 2009 00:24:50 Aaron J. Seigo wrote: > On Monday 23 February 2009, Christian Mollekopf wrote: > > Hi, > > > > I already started with the popup and it seems to work quite nicely, but i > > would like to have your comments on how i intend to go on.

tasks applet: group popup

2009-02-23 Thread Christian Mollekopf
Hi, I already started with the popup and it seems to work quite nicely, but i would like to have your comments on how i intend to go on. According to marcos suggestions i'm currently displaying a LayoutWidget in a Plasma::Dialog which leads to a similar result as the current popupMenu. Since d

Review Request: manage layout direction in the layoutwidget of the tasks applet

2009-02-23 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/169/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- This pa

Re: taskmanager project

2009-02-23 Thread Christian Mollekopf
On Monday 23 February 2009 12:03:43 Casper Clemence wrote: Hi Casper, You may have noticed that i turned the LayoutWidget into a layout last week. And since i was curious i also started to implemented the popup window. It's not yet done but it's already displaying in my local copy with the real

Review Request: Turn the LayoutWidget in the Tasks applet into a QGraphicsGridLayout subclass

2009-02-18 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/122/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- Since t

Re: taskmanager project

2009-02-03 Thread Christian Mollekopf
On Monday 02 February 2009 12:07:18 Casper Clemence wrote: > Hi all. I am starting out hacking on KDE and I wanted to check that I'm not > stepping on any toes. > > I've never used Qt or kdelibs before and I have a full time "day job" so I > might take a while. Anyway I hope I can be useful and not

Re: Icons only mode for tasks plasmoid

2009-01-16 Thread Christian Mollekopf
On Fri, 16 Jan 2009 19:36:31 +0100, Martin Gräßlin wrote: > On Friday 16 January 2009 19:15:55 you wrote: >> On Friday 16 January 2009, Martin Gräßlin wrote: >> > Please have a look at the attached patch and give comments on it ;-) >> >> before this goes in (and the patch looks ok at first read

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Christian Mollekopf
Am 17.12.2008, 21:55 Uhr, schrieb Alain Boyer : > Aaron J. Seigo wrote: >> On Wednesday 17 December 2008, Alain Boyer wrote: >>> I'm not sure that this is the best way to go about fixing the >>> onCurrentDesktop update. >> >> unfortunately the patch is incorrrect. it makes every task emit "my >>

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Christian Mollekopf
Am 17.12.2008, 21:42 Uhr, schrieb Christian Mollekopf : > Am 17.12.2008, 18:58 Uhr, schrieb Alain Boyer : > >> Hello, >> >> I'm not sure that this is the best way to go about fixing the >> onCurrentDesktop update. This fixes the tasks data engine but >>

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Christian Mollekopf
Am 17.12.2008, 18:58 Uhr, schrieb Alain Boyer : > Hello, > > I'm not sure that this is the best way to go about fixing the > onCurrentDesktop update. This fixes the tasks data engine but > libtaskmanager is still broken... > > I have attached a patch that fixes the problem in libtaskmanager and >

Review Request: simplifying the bookkeeping in TaskGroupItem

2008-12-06 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/295/ --- Review request for Plasma and Aaron Seigo. Summary --- All bookkeeping

Re: tasks widget hacking

2008-12-03 Thread Christian Mollekopf
i moved all the bookkeeping to the TaskGroupItem, so the main interface to the lib is now there. As soon an item enters a group the AbstractTaskItem for the task/group is created and show, when it leaves the group, it's destroyed again. This way we should have a quite clear structure.

Re: crasher in grouping

2008-12-03 Thread Christian Mollekopf
Am 03.12.2008, 11:48 Uhr, schrieb Sebastian Kügler <[EMAIL PROTECTED]>: > I'm getting a crash with the attached bt. Since some of you people > hacked on > the taskmanager last night (and your memory will still be fresh), I'm > posting > this here. (And also because I can hardly get Plasma up a

Re: tasks widget hacking

2008-12-02 Thread Christian Mollekopf
Am 02.12.2008, 13:54 Uhr, schrieb Marco Martin <[EMAIL PROTECTED]>: > On Tuesday 02 December 2008, Alexis Ménard wrote: >> On Tue, Dec 2, 2008 at 12:02 PM, Christian Mollekopf >> >> <[EMAIL PROTECTED]>wrote: >> > Am 02.12.2008, 11:43 Uhr, schrieb M

Re: tasks widget hacking

2008-12-02 Thread Christian Mollekopf
Am 02.12.2008, 11:43 Uhr, schrieb Marco Martin <[EMAIL PROTECTED]>: > On Tuesday 02 December 2008, Alexis Ménard wrote: >> And the layout is recreated again and again, i am sure we can find a >> solution for that. > > time ago i tried to remove that thing, it resulted in empty holes still > size

Re: missing ungroup and other issues

2008-11-13 Thread Christian Mollekopf
Am 13.11.2008, 13:28 Uhr, schrieb Davide Bettio <[EMAIL PROTECTED]>: > Hi, > > Il Wednesday 12 November 2008 23:37:22 Aaron J. Seigo ha scritto: >> On Wednesday 12 November 2008, Davide Bettio wrote: >> > 3) Is "Only when the taskbar is full" the default behaviour for KDE >> 4.2? >> > Should

Review Request: sorting fix in tasks applet

2008-11-06 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/260/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- t

Review Request: libtaskmanager fixes

2008-11-06 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/259/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- u

Review Request: move only group when full to libs, libs part

2008-11-02 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/250/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- T

Review Request: move only group when full to libs, applet part

2008-11-02 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/251/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- T

Re: taskbar: onlyGroupWhenFull

2008-10-30 Thread Christian Mollekopf
Am 30.10.2008, 20:37 Uhr, schrieb Orcan Ogetbil <[EMAIL PROTECTED]>: > --- On Thu, 10/30/08, chrigi_1 wrote: > >> From: chrigi_1 >> Subject: taskbar: onlyGroupWhenFull >> To: "plasma-devel mailinglist" >> Date: Thursday, October 30, 2008, 12:54 PM >> Hi, >> >> i've noticed that marco implemented

Review Request: removal of windowChangedGeomtetry signal

2008-10-29 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/246/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- R

RE: tasks painting semplification

2008-10-28 Thread christian mollekopf
> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: Re: tasks > painting semplification> Date: Mon, 27 Oct 2008 19:23:17 +0100> > On Monday > 27 October 2008, Chani wrote:> > > however still speaking of the taskbar but > on a totally different area:> > > there are some issues i don't

TaskManager::windowChangedGeometry() displacable?

2008-10-27 Thread christian mollekopf
I noticed in void TaskManager::windowChanged(WId w, unsigned int dirty) the windowChangedGeometry(t) signal isn't neccessary anymore and we can easely switch to the windowChanged(changes) signal. Should i change this or is this on purpose? This is the questionable code. TaskChanges chan

RE: tasks painting semplification

2008-10-27 Thread christian mollekopf
> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: tasks painting > semplification> Date: Mon, 27 Oct 2008 16:32:03 +0100> > Hi guys,> with Nuno > we are starting to design the new plasma theme for 4.2, of course > this time > won't be a total redesign like for 4.1, but just some twe

RE: Review Request: little arrow on group task items

2008-10-25 Thread christian mollekopf
Looks good to me. > Subject: Review Request: little arrow on group task items > From: [EMAIL PROTECTED] > To: plasma-devel@kde.org; [EMAIL PROTECTED] > Date: Sat, 25 Oct 2008 13:12:41 + > > > --- > This is an automatically generated e-ma

Re: Review Request: LayoutWidget overhaul and some other stuff

2008-10-25 Thread Christian Mollekopf
generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/241/#review235 ------- On 2008-10-25 06:04:45, Christian Mollekopf wrote: > > --- > This is

Re: Review Request: LayoutWidget overhaul and some other stuff

2008-10-25 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/241/ --- (Updated 2008-10-25 06:04:45.282789) Review request for Plasma and Aaron Se

Re: Review Request: LayoutWidget overhaul and some other stuff‏

2008-10-25 Thread Christian Mollekopf
I attached the diff. Regards -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail layoutWidgetOvehaul.diff Description: Binary data ___ Plasma-devel mailing list Plasma-devel@kde.org https://m

Review Request: LayoutWidget overhaul and some other stuff

2008-10-24 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/241/ --- Review request for Plasma and Aaron Seigo. Summary --- Hopefully the l

RE: Problems with the new tasks applet

2008-10-23 Thread Christian Mollekopf
> From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: Problems with the new tasks applet > Date: Thu, 23 Oct 2008 13:06:14 +0300 > > On Thursday 23 October 2008 12:21:37 christian mollekopf wrote: > > Would be cool of course if you could fix it, but theres

RE: Problems with the new tasks applet

2008-10-23 Thread christian mollekopf
> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: Re: Problems with > the new tasks applet> Date: Thu, 23 Oct 2008 13:06:14 +0300> > On Thursday 23 > October 2008 12:21:37 christian mollekopf wrote:> > Would be cool of course > if you could fix

RE: Problems with the new tasks applet

2008-10-23 Thread christian mollekopf
> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: Re: Problems with > the new tasks applet> Date: Thu, 23 Oct 2008 11:42:08 +0200> > On Thursday 23 > October 2008, christian mollekopf wrote:> > > From: [EMAIL PROTECTED]> To: > plasma

RE: Problems with the new tasks applet

2008-10-23 Thread christian mollekopf
> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: Re: Problems with > the new tasks applet> Date: Thu, 23 Oct 2008 11:20:45 +0200> > On Wednesday > 22 October 2008, Aaron J. Seigo wrote:> > On Wednesday 22 October 2008, Marco > Martin wrote:> > > rows to make room for that ghost

RE: Problems with the new tasks applet

2008-10-22 Thread christian mollekopf
> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: Re: Problems with > the new tasks applet> Date: Wed, 22 Oct 2008 13:55:05 -0600> > On Wednesday > 22 October 2008, Christian Mollekopf wrote:> > > Date: Wed, 22 Oct 2008 > 20:23:37 +0200> >

RE: Problems with the new tasks applet

2008-10-22 Thread Christian Mollekopf
> Date: Wed, 22 Oct 2008 20:23:37 +0200 > From: [EMAIL PROTECTED] > Subject: RE: Problems with the new tasks applet > To: plasma-devel@kde.org > > > From: [EMAIL PROTECTED] > > To: plasma-devel@kde.org > > Subject: Re: Problems with the new tasks applet > > Date: Wed, 22 Oct 2008 20:42:25 +0300 >

RE: Problems with the new tasks applet

2008-10-22 Thread Christian Mollekopf
> From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: Problems with the new tasks applet > Date: Wed, 22 Oct 2008 20:42:25 +0300 > > On Wednesday 22 October 2008 19:38:38 Aaron J. Seigo wrote: > > > Just let me know if you need me to do more testing/debugging. > > > > your other sett

RE: Problems with the new tasks applet

2008-10-22 Thread Christian Mollekopf
e and recreate the layout each time the > row count decreases :( > in that case layoutwidget shouldn't be a layout itself but just contain one... > I don't like the idea but maybe we're really forced to do somthing ugly like this...

Strange QGraphicsGridLayout

2008-10-13 Thread Christian Mollekopf
Hi, because i messed with the layout i've now created some strange QGraphicsGridLayout which i thought would be impossible... I thought the columns have to be the same size in each row? Is this normal as you can see in the screenshot attached? May i use the QGraphicsGridLayout like this? Regar

Review Request: Fixes crash on programgrouping with startup tasks

2008-10-07 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/219/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- T

RE: more task-refactor issues

2008-10-06 Thread Christian Mollekopf
> From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: more task-refactor issues > Date: Sun, 5 Oct 2008 16:52:40 -0600 > > On Sunday 05 October 2008, Christian Mollekopf wrote: > > > > The popupMenu seems quite convenient to me. Unfortuantely i wasn

RE: more task-refactor issues

2008-10-05 Thread Christian Mollekopf
> From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: more task-refactor issues > Date: Sun, 5 Oct 2008 15:23:21 -0600 > > On Sunday 05 October 2008, Christian Mollekopf wrote: > > Multiple Row Support > > > > The multipleRow support currentl

RE: more task-refactor issues

2008-10-05 Thread Christian Mollekopf
> From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: more task-refactor issues > Date: Sun, 5 Oct 2008 22:58:02 +0200 > > On Sunday 05 October 2008, Christian Mollekopf wrote: > > Hi, > > > > i've done some work on the tasks-refactor widget

more task-refactor issues

2008-10-05 Thread Christian Mollekopf
Hi, i've done some work on the tasks-refactor widget and implemented multiple row support. To bring it to a usable state i would like to discuss some things again: Multiple Row Support The multipleRow support currently works like this that you can set a maximum number of rows. A row is conside

Re: Review Request: Tasks-refactor: show group in popup menu

2008-09-30 Thread Christian Mollekopf
From: [EMAIL PROTECTED] To: plasma-devel@kde.org Subject: Re: Review Request: Tasks-refactor: show group in popup menu Date: Tue, 30 Sep 2008 11:39:52 -0600 >>On Tuesday 30 September 2008, Christian Mollekopf wrote: >> -mousepress on group pops up group popup after a little delay

Re: Review Request: Tasks-refactor: show group in popup menu

2008-09-30 Thread Christian Mollekopf
i think the menu should not appear without a delay since this makes it impossible to manually sort items without defining some special button (like alt for grouping). I would actually prefer if you didn't commit yet marco, because i've got some multirow support in stock. Would be great if i cou

RE: tasks-refactor issues

2008-09-25 Thread Christian Mollekopf
oops i put a little to much text in my last mail... Resending it without the garbage on top =) > Date: Thu, 25 Sep 2008 10:35:19 +0200 > From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: tasks-refactor issues > > On Wed, Sep 24, 2008 at 11:51 PM, Christian

RE: tasks-refactor issues

2008-09-25 Thread Christian Mollekopf
manually created groups > Date: Thu, 25 Sep 2008 10:35:19 +0200 > From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: tasks-refactor issues > > On Wed, Sep 24, 2008 at 11:51 PM, Christian Mollekopf <[EMAIL PROTECTED]> > wrote: ... > >> * multiple

Re: tasks-refactor issues

2008-09-24 Thread Christian Mollekopf
Hi, sorry for my absence, the swiss army needed me ;-) Although i read both aarons and marcos mails i will use this one to add my ideas. > From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: tasks-refactor issues > Date: Mon, 22 Sep 2008 23:38:01 -0600 > > hi ... > > so i've been pl

RE: libtaskmanager

2008-09-22 Thread christian mollekopf
sorry, i forgot to upload the changes. it should compile now.Regards> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: Re: libtaskmanager> Date: Mon, 22 Sep 2008 22:24:43 +0200> > On Sunday 21 September 2008, Christian Mollekopf wrote:> > Hi,> >> &g

Re: libtaskmanager

2008-09-21 Thread Christian Mollekopf
Hi, I would say we should really take the new widget since i don't think we can just shortly add some grouping functions to the old widget. The new widget actually worked quite well, but now i introduced some new problemes while turning the LayoutWidget from a QGraphicsItem into a QGraphicsLin

RE: GroupingTaskbar infos and questions

2008-09-04 Thread Christian Mollekopf
Hopefully it works this time with the formatting... > From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: GroupingTaskbar infos and questions > Date: Thu, 4 Sep 2008 12:49:48 -0600 > > On Thursday 04 September 2008, christian mollekopf wrote: > > Hi there,th

RE: GroupingTaskbar infos and questions

2008-09-04 Thread christian mollekopf
hmm..it really looks like it does. Well its hotmail i don't know if it is a known problem.I get the mails in exactly the same formatting as i sent it. i will resend the other mail withmy gmx account. _ Die neue Generation der Window

RE: GroupingTaskbar infos and questions

2008-09-04 Thread christian mollekopf
> From: [EMAIL PROTECTED]> To: plasma-devel@kde.org> Subject: Re: > GroupingTaskbar infos and questions> Date: Thu, 4 Sep 2008 12:49:48 -0600> > > On Thursday 04 September 2008, christian mollekopf wrote:> > Hi there,the > groupingtaskmanager is in a fairly

GroupingTaskbar infos and questions

2008-09-04 Thread christian mollekopf
Hi there,the groupingtaskmanager is in a fairly usable state now but there are still some issues left where i could use some help.What is working by now:-Everthing that the old taskmanger could do exept the show only current screen functionality and startup tasks-Automatic grouping by programnam

GroupingTaskbar infos and questions

2008-09-04 Thread christian mollekopf
Hi there,the groupingtaskmanager is in a fairly usable state now but there are still some issues left where i could use some help.What is working by now:-Everthing that the old taskmanger could do exept the show only current screen functionality and startup tasks-Automatic grouping by programnam

RE: Grouping Taskbar update

2008-08-21 Thread christian mollekopf
rom: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: Grouping Taskbar update > Date: Tue, 19 Aug 2008 10:53:50 -0600 > > On Monday 11 August 2008, christian mollekopf wrote: >> grouping is done by pressing the alt key.Unfortunately (kind of =) ) im >> leaving in abo

RE: Grouping Taskbar update

2008-08-21 Thread christian mollekopf
rom: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: Grouping Taskbar update > Date: Tue, 19 Aug 2008 10:53:50 -0600 > > On Monday 11 August 2008, christian mollekopf wrote: >> grouping is done by pressing the alt key.Unfortunately (kind of =) ) im >> leaving in abo

Grouping Taskbar update

2008-08-11 Thread christian mollekopf
Hi,I was just writing a text about the current progress in the GroupingTaskbar and then pressed a key by accident or what ever, but it ended in my browser changing the website and my text on hotmail was lost =(. Since i don't have the time write it again heres the short version:The GroupingTaskb