Re: [PATCH] BUG 189643 Taskbar should be animated while program is starting

2009-07-19 Thread 潘卫平(Peter Pan)
Emdek 写道: > On 18-07-2009 at 16:05:02 潘卫平(Peter Pan) > wrote: >> Hi, all >> >> "In KDE3, when I start a programm, the taskbar-panel shows a >> turning-sand-clock while the programm starts. I would like that back in >> KDE4." >> >> I try to make a patch to fix this BUG, but I don't known how to r

Re: Plasmate status

2009-07-19 Thread Shantanu Tushar Jha
On Tue, Jul 14, 2009 at 9:43 AM, Yuen Hoe Lim wrote: > Hi guys, > > On the previewer end we're more or less done function-wise, as far as > I can tell :) Since previous update, I've added support for loading > plasmoids by path (so you don't need to install them beforehand), as > well as modified

Re: Review Request: Fix text centering in task manager task items

2009-07-19 Thread Alec Moskvin
On Sunday 19 July 2009 04:11:04, Marco Martin wrote: > On 7/19/09, Alec Moskvin wrote: > > On Saturday 18 July 2009 13:35:46, Marco Martin wrote: > >> Ship it! > > > > Great! How do I do that? :) > > if you don't have a svn account i can do that. Please do. If it's still possible to add it to 4.3

Re: shared lib: conversion-lib in Plasma

2009-07-19 Thread Carsten Niehaus
Moin moin > > > I don't think having such a library in kdelibs is such a bad idea, > > > actually. > > > > > > By policy, we usually require at least 2 users of the library before it > > > can be added into kdelibs. But this seems like something worth > > > having around in kdelibs to me. > > >

Re: Review Request: Fixing Bball getting stuck at the corner

2009-07-19 Thread Michael Jansen
On Sunday 19 July 2009 02:55:06 Sebastian Kügler wrote: > On Sunday 19 July 2009 02:16:13 Omer F. USTA wrote: > > Hi , just to learn why "or" instead of common "||" ? in > > if (m_bottom_right == 1 or m_bottom_left == 1) { > > I personally find "or" more readable, though I think || is more common

branches/KDE/4.3/kdeplasma-addons/applets/bball

2009-07-19 Thread Sujith Haridasan
SVN commit 999083 by sujithh: Backporting r999070 from trunk. CCMAIL: plasma-devel@kde.org M +24 -4 bball.cpp M +1 -1 bball.h --- branches/KDE/4.3/kdeplasma-addons/applets/bball/bball.cpp #999082:999083 @@ -55,7 +55,10 @@ m_x_vel(0.0), m_y_vel(0.0), m_circum_vel(0.0),

Re: Review Request: Fix text centering in task manager task items

2009-07-19 Thread Marco Martin
On 7/19/09, Alec Moskvin wrote: > On Saturday 18 July 2009 13:35:46, Marco Martin wrote: >> Ship it! > > Great! How do I do that? :) if you don't have a svn account i can do that. if you really (really:p) plan to stick around you can apply for one, see http://techbase.kde.org/Contribute/Get_a_SVN

Re: Review Request: Fixing Bball getting stuck at the corner

2009-07-19 Thread Sujith H
> On 2009-07-19 00:16:17, Omer F. USTA wrote: > > Hi , just to learn why "or" instead of common "||" ? in > > if (m_bottom_right == 1 or m_bottom_left == 1) { I changed it to '||'. - Sujith --- This is an automatically generated e-ma

Re: Review Request: Fixing Bball getting stuck at the corner

2009-07-19 Thread Sujith H
> On 2009-07-18 18:23:09, Anne-Marie Mahfouf wrote: > > I tested and indeed it works fine and it fixes the corner problem. It's a > > "ship it and backport it" from me. Thanks for testing it :) - Sujith --- This is an automatically gen

KDE/kdeplasma-addons/applets/bball

2009-07-19 Thread Sujith Haridasan
SVN commit 999070 by sujithh: Fixing the Bball getting stuck at the bottom right/left corner. Added a feature for making the ball bounce even if the ball is released from the top right/left corner. CCMAIL: plasma-devel@kde.org M +24 -4 bball.cpp M +1 -1 bball.h --- trunk/KD