Summer of Code proposal (plasmate project)

2009-03-01 Thread Denis Kormalev
Hello Plasma developers, I'm student from Rybinsk, Russia. I'm computer sciences student (at last year of education) in RSAAT (Rybinsk State Academy of Aviation Technology). First of all I want to introduce myself. Some years ago I worked with Linux console utilities and had some experience wit

Review Request: a text browser widget

2009-03-01 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/217/ --- Review request for Plasma. Summary --- this is a KTextbrowser in a proxy wid

Re: [PATCH] Fix for crash when changing positioning mode

2009-03-01 Thread Chani
On March 1, 2009 11:35:23 Anthony Bryant wrote: > Hi, > > I've just found a crash when trying to change the positioning mode on > a slideshow wallpaper. > From the attached backtrace it looked easy to fix, so I gave it a go > and everything seems to be working properly now. > > Could someone please

Re: Review Request: borders of Plasma::Dialog dependent on screen edges

2009-03-01 Thread Marco Martin
> On 2009-03-01 12:03:38, Chani wrote: > > /trunk/KDE/kdelibs/plasma/dialog.cpp, line 107 > > > > > > why are you setting left and right to 0 in every case but default? because when there is an extender the margins are mana

Re: Review Request: borders of Plasma::Dialog dependent on screen edges

2009-03-01 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/206/ --- (Updated 2009-03-01 12:11:21.258473) Review request for Plasma. Summary ---

Re: Review Request: borders of Plasma::Dialog dependent on screen edges

2009-03-01 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/206/ --- (Updated 2009-03-01 12:07:20.632968) Review request for Plasma. Summary ---

Re: Review Request: borders of Plasma::Dialog dependent on screen edges

2009-03-01 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/206/ --- (Updated 2009-03-01 12:06:37.876513) Review request for Plasma. Changes ---

Re: Review Request: borders of Plasma::Dialog dependent on screen edges

2009-03-01 Thread Chani
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/206/#review314 --- the screenshot looks pretty :) I wanna test it with a vertical panel, th

[PATCH] Fix for crash when changing positioning mode

2009-03-01 Thread Anthony Bryant
Hi, I've just found a crash when trying to change the positioning mode on a slideshow wallpaper. >From the attached backtrace it looked easy to fix, so I gave it a go and everything seems to be working properly now. Could someone please look this over quickly (it's only a couple of lines) and com

Re: Problems with QGraphicsLayout

2009-03-01 Thread Marco Martin
On Sunday 01 March 2009, Alexis Ménard wrote: > Oops error with keyboard > > If you never set a minimum size how Qt can know it? I remember that your > widget is custom... the problem here was with Plasma::Label that is just a qlabel in a proxy.. so would be the job of Label to set different m

Re: Problems with QGraphicsLayout

2009-03-01 Thread Alexis Ménard
Oops error with keyboard If you never set a minimum size how Qt can know it? I remember that your widget is custom... In QWiget we set an arbitrary size and in QGraphicsLayoutItem we set 40*40 if i remember. On Sun, Mar 1, 2009 at 5:58 PM, Alexis Ménard wrote: > MM, if you never set aminim

Re: Problems with QGraphicsLayout

2009-03-01 Thread Alexis Ménard
MM, if you never set aminimun size of Qt can know? In QWiget we set an arbitrary size and un LayoutItem we set 40*40 if i remember. On Sat, Feb 28, 2009 at 7:32 PM, Marco Martin wrote: > On Saturday 28 February 2009, Matthias Fuchs wrote: > > > The Labels shall only be as large as the text is.