Re: Review Request: Plasmate:void ProjectManager::removeDirectory works correctly

2011-07-19 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101550/#review4878 --- projectmanager/projectmanager.cpp

Re: Plasmate crash

2011-07-19 Thread Aaron J. Seigo
On Tuesday, July 19, 2011 22:53:21 Jonathan Raphael Joachim Kolberg wrote: > I just had an plasmate crash after trying to open an project. If it is the editor for the requested url did not load. this is usually an installation problem, e.g. the text editor component is not installed. in any case

Re: Review Request: Be sure that Panel is resized when needed (XRandR events)

2011-07-19 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101968/#review4865 --- This review has been submitted with commit 9e66958635a7786d3896

Re: Review Request: Fix notification adjustPosition on resizeEven

2011-07-19 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101981/#review4864 --- This review has been submitted with commit 7e8675b11baedc95eb38

Re: Re: [RFC] Making Compositing a hard build dependency for KWin

2011-07-19 Thread Martin Gräßlin
On Monday 18 July 2011 22:40:56 Aaron J. Seigo wrote: > On Monday, July 18, 2011 21:36:54 Martin Gräßlin wrote: > > I am not aware of any XServer not supporting the named extensions. To be > > sure I will also post this mail to the packagers mailinglist if nobody > > contradicts me here on KWin and

Re: Review Request: Plasmate:void ProjectManager::removeDirectory works correctly

2011-07-19 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101550/ --- (Updated July 19, 2011, 11 a.m.) Review request for Plasma. Changes

Re: QML and DBus in plasma

2011-07-19 Thread Aaron J. Seigo
On Tuesday, July 19, 2011 17:24:24 Weng Xuetian wrote: > Thank you very much! Seems that DataEngine is exactly what I need. > Then I have another question, is dataengine load only once and being > shared in the Plasma? Or this is only an option? DataEngines are always shared, yes. (well, there ar

Re: QML and DBus in plasma

2011-07-19 Thread Weng Xuetian
On Tue, Jul 19, 2011 at 5:11 PM, Aaron J. Seigo wrote: > On Tuesday, July 19, 2011 16:16:21 Weng Xuetian wrote: >> So I'd like to know that is the dataengine has some way to "push" the >> changes to plasmoid? > > Yes; if something is connected to a source without an update interval, and the > Data

Re: QML and DBus in plasma

2011-07-19 Thread Aaron J. Seigo
On Tuesday, July 19, 2011 16:16:21 Weng Xuetian wrote: > So I'd like to know that is the dataengine has some way to "push" the > changes to plasmoid? Yes; if something is connected to a source without an update interval, and the DataEngine changes the data for that source, then the visualization

Re: QML and DBus in plasma

2011-07-19 Thread Weng Xuetian
On Tue, Jul 19, 2011 at 4:25 PM, Luca Beltrame wrote: > On Tuesday 19 July 2011 16:16:21 Weng Xuetian wrote: > >> Actually I'm a input method developer, and I plan to rewrite/pick up >> kimpanel in kdeplasma-addons. Currently it seems that nobody maintains > > Before looking at KIMpanel, you may w

Re: QML and DBus in plasma

2011-07-19 Thread Luca Beltrame
On Tuesday 19 July 2011 16:16:21 Weng Xuetian wrote: > Actually I'm a input method developer, and I plan to rewrite/pick up > kimpanel in kdeplasma-addons. Currently it seems that nobody maintains Before looking at KIMpanel, you may want to take a look at KIMToy: http://kde- apps.org/content/show

Re: QML and DBus in plasma

2011-07-19 Thread Rohan Garg
Hi Weng I've been looking into a solution for this myself as well, and the best way i could come up was using C++/Python and then using the setContextProperty to set the property of any QML objects, the code would be something like this [1][2]. I found these Qt docs [3] to be quite helpful in this

QML and DBus in plasma

2011-07-19 Thread Weng Xuetian
Hello Plasma world, I'm not quite familiar with plasmoid implementation, but I'd like to implement something in plasma with DBus. Actually I'm a input method developer, and I plan to rewrite/pick up kimpanel in kdeplasma-addons. Currently it seems that nobody maintains it anymore (I tried to commun