Quicklaunch: Migrating storage to kio bookmarks

2010-06-28 Thread Ingomar Wesp
Hi there, since you are probably all rather busy with fixing RC bugs, I'll make it short ;) One of the things I'd like to work on for the 4.6 version of the quicklaunch applet is getting rid of the "more icons" popup in favor a more modular concept like folders. Since I need some way to stor

Re: KDE/kdebase/workspace/plasma/desktop/shell

2010-06-28 Thread Marco Martin
On Monday 28 June 2010, Marco Martin wrote: > SVN commit 1143845 by mart: > > avoid a crash in the following scenario: change the activity type of a > containment, then try to stop the activity. it still misbehaves, because > the new containment it gets created is not added to the activity and the

KDE/kdebase/workspace/plasma/desktop/shell

2010-06-28 Thread Marco Martin
SVN commit 1143845 by mart: avoid a crash in the following scenario: change the activity type of a containment, then try to stop the activity. it still misbehaves, because the new containment it gets created is not added to the activity and the activity manager, that will list the activity as s

Review Request: Update WebShortcutRunner to handle complex substitutions

2010-06-28 Thread Jonathan Marten
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4490/ --- Review request for Plasma. Summary --- This patch updates the web shortcuts

Re: error while including

2010-06-28 Thread Aaron J. Seigo
On June 28, 2010, Barış Akkurt wrote: > i am sure that i installed all the necessary libraries like qt, libplasma > etc. > where is the problem? i'm not sure without looking at the actual code and CMakeLists.txt you are using. but the error looks like it doesn't know where the Qt includes are (w

error while including

2010-06-28 Thread Barış Akkurt
hi. i'm an absoulute beginner and try to make my own plasmoid. in my source code's header section, i code; #include in the main function i want to create a QDBusInterface instance but the error below appears (both at my work and at home) dbus_deneme1.cpp:1:26: error: QDBusInterface: No such fil

Re: GSoC: DataEngine caching progress.

2010-06-28 Thread Marco Martin
On Monday 28 June 2010, Aaron J. Seigo wrote: > On June 27, 2010, Marco Martin wrote: > > caching only at exit, there is risk to lose data due sudden network loss > > or plasma crash. > > in which cases does loss of network result in loss of data? as for a crash, lose network, logout, login, or c

Re: Applet resizing (Python)

2010-06-28 Thread Thomas Olsen
On Monday 28 June 2010 18:28:12 Aaron J. Seigo wrote: > first, when an applet changes its own size (which is generally frowned > upon, thought not always avoidable) it needs to emit the > appletTransformedItself() signal. Aha. Didn't know about that signal. > beyond that, it could be an issue wi

Re: Review Request: Fix some issues with resizing panels

2010-06-28 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4463/#review6314 --- Ship it! looks good and the improvement is quite noticeable. great wo

Re: Applet resizing (Python)

2010-06-28 Thread Aaron J. Seigo
On June 28, 2010, Thomas Olsen wrote: > def collapse_or_expand(self): > if not self.collapsed: > # snippet for brevity - hiding controls > self.collapsed = True > self.collapse_button.nativeWidget().setIcon(KIcon("arrow-down")) > print "Resizing to: %i" % self.collapse

Re: GSoC: DataEngine caching progress.

2010-06-28 Thread Aaron J. Seigo
On June 27, 2010, Marco Martin wrote: > caching only at exit, there is risk to lose data due sudden network loss or > plasma crash. in which cases does loss of network result in loss of data? as for a crash, is caching the data that important? -- Aaron J. Seigo humru othro a kohnu se GPG Finger

Re: Review Request: Don't span activities and add widget dialog over the two screens

2010-06-28 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4478/#review6313 --- Ship it! seems correct to me. positioning could still need some love

Review Request: Don't span activities and add widget dialog over the two screens

2010-06-28 Thread Beat Wolf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/4478/ --- Review request for Plasma. Summary --- Use kephal for the screen geometry.

Backporting

2010-06-28 Thread Marco Martin
Hi all, just a friendly reminder. if you fix a bug now, remember to backport it to the 4.5 branch. svnbackport script in kdesdk has already been updated to default to 4.5 Cheers, Marco Martin ___ Plasma-devel mailing list Plasma-devel@kde.org https://ma

Re: Info about Tokamak 4

2010-06-28 Thread Marco Martin
On Monday 28 June 2010, Artur Souza (MoRpHeUz) wrote: > Hi, > > On Sun, Jun 27, 2010 at 5:57 PM, Cornelius Schumacher > > wrote: > > While collecting information about the developer sprints, which happended > > in the last twelve months, I noticed that the Tokamak 4 landing page at > > http://co

Re: Info about Tokamak 4

2010-06-28 Thread Artur Souza (MoRpHeUz)
Hi, On Sun, Jun 27, 2010 at 5:57 PM, Cornelius Schumacher wrote: > While collecting information about the developer sprints, which happended in > the last twelve months, I noticed that the Tokamak 4 landing page at > http://community.kde.org/KDE_e.V./Sprints/Tokamak4 still is incomplete. There >

Re: GSoC: PMC: JavaScript backends progress

2010-06-28 Thread Hayri Bakici
On Mon, Jun 28, 2010 at 1:11 PM, Alessandro Diaferia wrote: > > > 2010/6/28 Hayri Bakici > > Hey guys! >> >> Here is a quick update about the Plasma Media Center backends in writing a >> dataengine in JS. >> >> The DateEngine really runs (thanks to aaron :) ) >> For now, it can make a flickr.phot

Re: GSoC: PMC: JavaScript backends progress

2010-06-28 Thread Alessandro Diaferia
2010/6/28 Hayri Bakici > Hey guys! > > Here is a quick update about the Plasma Media Center backends in writing a > dataengine in JS. > > The DateEngine really runs (thanks to aaron :) ) > For now, it can make a flickr.photo.search requests get the response and > parse the xml, and display it on

GSoC: PMC: JavaScript backends progress

2010-06-28 Thread Hayri Bakici
Hey guys! Here is a quick update about the Plasma Media Center backends in writing a dataengine in JS. The DateEngine really runs (thanks to aaron :) ) For now, it can make a flickr.photo.search requests get the response and parse the xml, and display it on the dataEngine. I had to paste the xml

Applet resizing (Python)

2010-06-28 Thread Thomas Olsen
Hi OK - now I'm stuck again. I have this simple Plasmoid which has a collapse/expand button that hides some controls and then rebuilds the layout based on saved settings. This worked perfectly in earlier KDE SC 4.X versions but now resize() is somehow getting changed to wrong values. This is prob