Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
On Wednesday 18 February 2009 04:35:50 Sebastian Kügler wrote: > Hi David, > > On Tuesday 17 February 2009 21:47:46 David Baron wrote: > > On Tuesday 17 February 2009 22:01:18 David Baron wrote: > > > Latest from playground SVN. > > > > > > I re-downloaded and compared with the older code. The only

Review Request: "Windows go below" panel visibility mode

2009-02-17 Thread Lucas Murray
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/119/ --- Review request for Plasma. Summary --- Adds "Windows go below" panel visibil

Re: 4.3 feature plan

2009-02-17 Thread 0xDeadC0de
The one thing I would like to see more than anything else, finished floating panel applet and containment that can be embedded into any plasmoid with a 1 liner. layout->addItem(Plasma::Applet::Load("floatpanel")); // for example ---

Re: Fun with Akonadi Dataengine

2009-02-17 Thread Sebastian Kügler
Hi David, On Tuesday 17 February 2009 21:47:46 David Baron wrote: > On Tuesday 17 February 2009 22:01:18 David Baron wrote: > > Latest from playground SVN. > > > > I re-downloaded and compared with the older code. The only real > > difference besides the volume of diagnostic printout is that the >

OpenBrain

2009-02-17 Thread Drake Justice
> > "I dont know how many rules you added to the brain now but to have a decent >> coverage you would need _lots_ of them" >> > indeed, it loads over 1.6 million at the moment in around 1 second. however after i get the code base complete, im going to set up a webui for users of openbrain to contri

4.3 feature plan

2009-02-17 Thread Artur Souza(MoRpHeUz)
Hey! We were chatting on IRC and we thought that it would be a good idea to start the 4.3 feature plan so we can start hacking on stuff! So, what do you think about ? Let's have a meeting on IRC or even start this conversation using the ML ? (the good about ML is that people that can't attend

Re: OpenBrain

2009-02-17 Thread Jordi Polo
I dont know how many rules you added to the brain now but to have a decent coverage you would need _lots_ of them, else the brain would give funny answers most of the times. What can be really cool would be extracting rules with simple facts from KDE docs. Else I really doubt apps maintainers will

OpenBrain

2009-02-17 Thread Drake Justice
Hello plasma-devel, my name is Drake Justice (hallowname) and this is my first post. My plasmoid is OpenBrain the desktop assistant. It's basically an AIML bot (think chat bot, alice bot, artificial intelligence) that parses XML (.aiml) files, and can then respond to english input. It now has a dep

Re: Plasma, ARGB and 4.5

2009-02-17 Thread Fredrik Höglund
On Monday 16 February 2009, Marco Martin wrote: > On Monday 16 February 2009, Aaron J. Seigo wrote: > > On Friday 13 February 2009, Marco Martin wrote: > > > Hi all, > > > right now plasma enables argb visuals with that magin X11 code pasted in > > > many places... > > > since 4.5 now can handle it

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
On Tuesday 17 February 2009 22:01:18 David Baron wrote: > Latest from playground SVN. > > I re-downloaded and compared with the older code. The only real difference > besides the volume of diagnostic printout is that the ContactCollection-# > list is made at a completion event rather than immediate

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
Latest from playground SVN. I re-downloaded and compared with the older code. The only real difference besides the volume of diagnostic printout is that the ContactCollection-# list is made at a completion event rather than immediately on connectSource(ContactCollections). Such could alleviate

[PATCH] ftp support in locations runner

2009-02-17 Thread Sebastian Trüg
The attached patch adds ftp support to the locations runner. I find it very annoying that I cannot run ftp connections my simply typing "ftp.kde.org" like I could in KDE 3. Ok to commit to 4.2 and trunk? Cheers, Sebastian Index: locationrunner.cpp ==

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
Latest from playground SVN. After hand entering stuff like since I do not have the files available, it build OK. My applet's sequence no longer gets to 1st base. I do not get the query() that gives me the ContactCollection-#. In the explorer, I do get it. Possibly connectSource works and Que

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
On Tuesday 17 February 2009 17:41:38 Sebastian Kügler wrote: > On Tuesday 17 February 2009 14:13:10 David Baron wrote: > > On Tuesday 17 February 2009 14:37:11 you wrote: > > > On Tuesday 17 February 2009 08:01:31 David Baron wrote: > > > > > > 2. At 1st timeout, I do the a query("ContactCollection

Re: Fun with Akonadi Dataengine

2009-02-17 Thread Sebastian Kügler
On Tuesday 17 February 2009 14:13:10 David Baron wrote: > On Tuesday 17 February 2009 14:37:11 you wrote: > > On Tuesday 17 February 2009 08:01:31 David Baron wrote: > > > > > 2. At 1st timeout, I do the a query("ContactCollections") > > > > > then if I find a suitable key, connectSource, i.e to >

Open source user experience

2009-02-17 Thread Michael Rudolph
Hello everyone, I just wanted to let you know, that recently there was a thread on the IxDA mailing list about "open source user experience". http://www.ixda.org/discuss.php?post=38371 I'm not sure you can read it without being subscribed; and I'm not sure it is all that interesting anyway :-) So

Re: Fun with Akonadi Dataengine

2009-02-17 Thread Sebastian Kügler
On Tuesday 17 February 2009 08:01:31 David Baron wrote: > > > 2. At 1st timeout, I do the a query("ContactCollections") > > > then if I find a suitable key, connectSource, i.e to > > > ContentCollection-6. > > > > You can just do that in or from init(). Why use a timer here? > > The panel on which

Re: Review Request: Display correct week number in the calendar widget

2009-02-17 Thread Andras Mantia
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/76/#review147 --- Any opinion about this? - Andras On 2009-02-14 06:30:08, Andras Mantia

Re: Plasma, ARGB and 4.5

2009-02-17 Thread Alexis Ménard
The one pixel thingy was commited 10 minutes ago, so we reach the snapshots tomorrow :D Nice to hear that all issues are fixed one by one :D On Tue, Feb 17, 2009 at 11:29 AM, Marco Martin wrote: > On Monday 16 February 2009, Marco Martin wrote: > > On Monday 16 February 2009, Aaron J. Seigo

Re: Plasma, ARGB and 4.5

2009-02-17 Thread Marco Martin
On Monday 16 February 2009, Marco Martin wrote: > On Monday 16 February 2009, Aaron J. Seigo wrote: > > On Friday 13 February 2009, Marco Martin wrote: > > > Hi all, > > > right now plasma enables argb visuals with that magin X11 code pasted > > > in many places... > > > since 4.5 now can handle it

Re: Plasma, ARGB and 4.5

2009-02-17 Thread Alexis Ménard
I you change the graphicssystem and you have already opened the application that will be embedded, then you will have garbage...You shoud restart those applications to reembed them... On Mon, Feb 16, 2009 at 10:51 PM, Marco Martin wrote: > On Monday 16 February 2009, Aaron J. Seigo wrote: > > On