Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-19 Thread Zack Rusin
> On Sept. 11, 2012, 7:39 p.m., Zack Rusin wrote: > > That's pretty bonkers. This class was never meant to be used like that. > > Holding an object in two threads is not going to work unless you make the > > entire communication synchronous effectively reducing al

Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-19 Thread Zack Rusin
> On Sept. 11, 2012, 7:39 p.m., Zack Rusin wrote: > > That's pretty bonkers. This class was never meant to be used like that. > > Holding an object in two threads is not going to work unless you make the > > entire communication synchronous effectively reducing al

Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-11 Thread Zack Rusin
thread and send a language change request by emitting a signal from the parent thread. - Zack Rusin On Sept. 9, 2012, 10:06 p.m., Simeon Bird wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > htt

Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-11 Thread Zack Rusin
thread and send a language change request by emitting a signal from the parent thread. - Zack Rusin On Sept. 9, 2012, 10:06 p.m., Simeon Bird wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > htt

Re: The KWin Coding Style Situation

2010-11-29 Thread Zack Rusin
On Monday 29 November 2010 17:09:35 Matthias Fuchs wrote: > Am Montag 29 November 2010, 17:57:45 schrieb Fredrik Höglund: > > I'm pretty sure Aaron meant annotate when he said bisect. > > Yes that would indeed be a problem. > I have no clue if there would be a way around this without inflicting mo

Re: Plasma::Wallpaper does software scaling/copying when it isn't necessary

2010-07-12 Thread Zack Rusin
On Monday 12 July 2010 16:11:07 Giulio Camuffo wrote: > On Monday 12 July 2010 21:46:37 Zack Rusin wrote: > > > Is it currently possible? Plasma doesn't currently have a GL engine I > > > don't think? > > > > Just start it with "-graphicsystem open

Re: Plasma::Wallpaper does software scaling/copying when it isn't necessary

2010-07-12 Thread Zack Rusin
On Monday 12 July 2010 13:01:33 velociraptor Genjix wrote: > > I'm not sure what would that give you. I'm guessing you want to use > > something like XvPutImage which wouldn't work because you already > > convert the frames to RGB and basically no one accelerates Xv with RGB > > surfaces. Besides i

Re: Plasma::Wallpaper does software scaling/copying when it isn't necessary

2010-07-11 Thread Zack Rusin
On Sunday 11 July 2010 12:44:50 velociraptor Genjix wrote: > See the conversation > http://kde-look.org/content/show.php?content=112105&forumpage=4 titled > "Phonon video backend?" > I do the scaling using hardware acceleration Really? To me it looks like you're just using sws_scale which is a so

Re: plasma memory/pixmap leak ?

2010-06-02 Thread Zack Rusin
On Wednesday 02 June 2010 14:40:28 R.F. Pels wrote: > >> So, basically, the short answer is 'No'. > > > > there is no instrumentation system, no. much like most other plugin > > based software out there. if you'd like to develop something, that'd > > be great. > > Huh. Methinks that would require

Re: GSoC : Multiscreen management

2010-04-04 Thread Zack Rusin
On Sunday 04 April 2010 15:48:32 Sebastian Kügler wrote: > On Saturday 03 April 2010 21:06:00 Aaron J. Seigo wrote: > > On April 2, 2010, Detlev Casanova wrote: > > > On Thursday 01 April 2010 20:15:40 Aaron J. Seigo wrote: > > > > On April 1, 2010, Will Stephenson wrote: > > > > > Aaron, do you th

Re: Phonon::VideoWidget embedded inside a QGraphicsProxyWidget

2010-03-27 Thread Zack Rusin
On Saturday 27 March 2010 05:16:17 Marco Martin wrote: > On 3/27/10, Christophe Olinger wrote: > > This is not 100 % true. At the moment Shantanu and me try to have it > > also scale down to netbook size screens. This will be a bigger user > > base in the future than big tv screens IMHO. Also th

Re: Phonon::VideoWidget embedded inside a QGraphicsProxyWidget

2010-03-26 Thread Zack Rusin
On Friday 26 March 2010 15:32:37 Alessandro Diaferia wrote: > 2010/3/26 Zack Rusin > > And if the video goes full screen, then just placing a videowidget that > > uses > > the overlay on top would be nice - overlays use less power than the full > > pipeline and have th

Re: Phonon::VideoWidget embedded inside a QGraphicsProxyWidget

2010-03-26 Thread Zack Rusin
On Friday 26 March 2010 14:37:26 Aaron J. Seigo wrote: > On March 26, 2010, Marco Martin wrote: > > the mediacenter as is now is a -completely- different problem. > > here we want to display a fullscreen video, with occasionally some chrome > > over it when we need. > > yep. > > > as a "temporary

Re: Review Request: again on webview+scrollwidget

2010-03-25 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3399/#review4677 --- Ship it! Looking good, thanks for taking it all the way! The two whit

Re: Review Request: again on webview+scrollwidget

2010-03-25 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3399/#review4678 --- Ship it! Looking good, thanks for taking it all the way! The two whit

Re: Review Request: flicking of WebView with ScrollWidget

2010-03-23 Thread Zack Rusin
On Tuesday 23 March 2010 13:53:24 Marco Martin wrote: > in that way the whole webview would flick instead of the webview contents? > (webview could also be resized to the whole contents but this would be > terribly inefficient right?) Ah, I see, that's the core of the issue. Yea, the scrolling o

Re: Review Request: flicking of WebView with ScrollWidget

2010-03-23 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3368/#review4626 --- /trunk/KDE/kdelibs/plasma/widgets/scrollwidget.cpp

Re: Review Request: Rewrite kinetic scrolling on ScrollWidget

2010-03-17 Thread Zack Rusin
gt; > > - the old behaviour of scrolwidget was to center the inner widget into the > > parent if it's smaller, now seems to always go to 0,0 > > > > > > about scrollStateChanged uhm.. permits external things to know the scrlling > > state, to for insta

Re: Review Request: Rewrite kinetic scrolling on ScrollWidget

2010-03-17 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3312/ --- (Updated 2010-03-17 22:20:25.287357) Review request for Plasma. Changes --

Re: Review Request: Rewrite kinetic scrolling on ScrollWidget

2010-03-17 Thread Zack Rusin
a widget from api is done through ensureItemVisible, which does it with a constant speed and imho if someone would try to do it by sending synthetic mousePress/mouseMove/mouseRelease event that'd be a bug in their code. - Zack ----

Re: Review Request: Rewrite kinetic scrolling on ScrollWidget

2010-03-17 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3312/ --- (Updated 2010-03-17 14:31:13.742901) Review request for Plasma. Changes --

Re: Review Request: Rewrite kinetic scrolling on ScrollWidget

2010-03-16 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3312/ --- (Updated 2010-03-17 04:59:11.654236) Review request for Plasma. Changes --

Review Request: Rewrite kinetic scrolling on ScrollWidget

2010-03-16 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3312/ --- Review request for Plasma. Summary --- As previously discussed with this ap

Re: Review Request: Minor cleanups and improvements in the KineticScrolling

2010-03-14 Thread Zack Rusin
On Sunday 14 March 2010 14:00:41 Marco Martin wrote: > On Sun, Mar 14, 2010 at 4:43 PM, Zack Rusin wrote: > > On Sunday 14 March 2010 08:53:10 Marco Martin wrote: > >> :/ About put things on kineticscrolling or scrollwidget, i know putting > >> everything in kineti

Re: Review Request: Minor cleanups and improvements in the KineticScrolling

2010-03-14 Thread Zack Rusin
On Sunday 14 March 2010 08:53:10 Marco Martin wrote: > :/ About put things on kineticscrolling or scrollwidget, i know putting > everything in kinetikscrolling makes the code a bit more wonky, but i > would like it to be there to recycle it for WebView (and possibly other > wdgets someday too)

Re: Review Request: Minor cleanups and improvements in the KineticScrolling

2010-03-13 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3276/ --- (Updated 2010-03-13 21:27:19.417858) Review request for Plasma. Summary --

Review Request: Minor cleanups and improvements in the KineticScrolling

2010-03-12 Thread Zack Rusin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3276/ --- Review request for Plasma. Summary --- Cleanups and improvements to the Kin

flicking things

2010-02-18 Thread Zack Rusin
not since working on "stroking" have i seen a functionality with so much "email subject" potential as "flicking". i got a little bored with hacking on drivers all the time so i've been hackin on some bling lately and i realized that at least this one thing might be useful for you folks so i ext

Re: Battery applet and KIcon

2010-02-14 Thread Zack Rusin
On Sunday 14 February 2010 18:24:51 Marco Martin wrote: > > QRectF makeUniform(const QRect &orig, > > const QRect &dst) > > oring and dist shouldn't them be QRectF in the signature? only if we care about it being anywhere close to correct. definitely should :) > ok, let's see if i g

Re: Battery applet and KIcon

2010-02-14 Thread Zack Rusin
On Sunday 14 February 2010 15:33:04 Marco Martin wrote: > for a really generic thing, i fear something would be needed at the level > of QSvg. > and always will have some approximate results. > QSvg should do something like: > -when rendering a shape, always adjust its bounding rect to the pixel g

Re: QPixmap vs. QImage

2009-11-11 Thread Zack Rusin
On Wednesday 11 November 2009 14:34:36 Aaron J. Seigo wrote: > On November 11, 2009, Zack Rusin wrote: > > So when we start a desktop for the first time we should run a quick > > representatives benchmark that will tell us whether GL is fast enough, > > whether Xrender is f

Re: QPixmap vs. QImage

2009-11-11 Thread Zack Rusin
On Wednesday 11 November 2009 11:00:21 Sebastian Kügler wrote: > Hey fellow plasmoids, > > I've been wondering for a while now what I should use for rendering > pixmap-based imaged onto Plasma running on X, QPixmap or QImage. The > usecase I'm coming across regularly is that I paint an icon, and

Re: Plasmoidviewer license

2009-08-19 Thread Zack Rusin
On Wednesday 19 August 2009 12:01:05 Marco Martin wrote: > Hi all, > i just noticed that the license of plasmoidviewer is.. BSD > is this an acceptable thing? should be tried to be changed? (is Frerich > Raabe still around?) i'll try to update it sometime soon, but http://developer.kde.org/documen

Re: battery plasmoid and remaining time..

2009-05-14 Thread Zack Rusin
On Thursday 14 May 2009 23:22:46 Chani wrote: > > > It's not made up, as far as I can see it's remaining capacity / current > > > discharge rate. So it does tell you when your battery runs out if you > > > keep doing what you're doing right now. > > > > > > Maybe a good point is to think about how

Re: battery plasmoid and remaining time..

2009-05-14 Thread Zack Rusin
On Thursday 14 May 2009 07:27:33 Sebastian Kügler wrote: > > if my battery is going bad, that's one thing and i deserve everything i > > get with that. nothing will save me then. but point to a defective corner > > case in hardware is not justification for anything. we're talking about > > generall

Re: Transparent themes without composition

2009-05-03 Thread Zack Rusin
On Sunday 03 May 2009 07:08:34 David Nolden wrote: > If you think gallium will rescue me then first finish it, and then come > back discussing with me. Gallium is finished. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/l

Re: Transparent themes without composition

2009-05-02 Thread Zack Rusin
On Saturday 02 May 2009 19:32:28 David Nolden wrote: > Am Sonntag 03 Mai 2009 00:20:13 schrieb Martin Gräßlin: > > I very much doubt that any Linux distribution including KDE 4.3 will not > > provide at least XRender compositing with any hardware. If you own such a > > hardware you should report a

Re: Transparent themes without composition

2009-05-01 Thread Zack Rusin
On Friday 01 May 2009 19:15:52 David Nolden wrote: > >On Friday 01 May 2009, David Nolden wrote: > >> This already looks quite nice. But since many plasma themes have a > >> glassy look, they highly profit from something more shining through > >> them, since that's the only way they can retain that

Re: Microblogging using 100% cpu

2009-03-10 Thread Zack Rusin
On Tuesday 10 March 2009 14:30:57 Aaron J. Seigo wrote: > On Tuesday 10 March 2009, Artur Souza (MoRpHeUz) wrote: > > Hi guys, > > > > I'm in the middle of bossa conference so sorry for not providing a > > nice backtrace and debug information. > > I was using microblogging applet and sometimes

Re: Plasma and KWin Integration

2009-02-10 Thread Zack Rusin
On Tuesday 10 February 2009 22:13:00 Zack Rusin wrote: > Well, whoever is saying that is wrong. Using the raster engine is the > opposite of what Plasma wants. The person who wrote a blog entry about how > to make it the default in Qt has been doing a huge disservice to the whole &g

Re: Plasma and KWin Integration

2009-02-10 Thread Zack Rusin
On Monday 09 February 2009 22:21:07 Lucas Murray wrote: > > There are a number of effects that would be possible within plasma and > > other applications if it was possible to obtain a full pixmap of a window > > (even if it is obscured). This information is available to kwin and used > > for compo

Re: dict plasma applet

2008-11-09 Thread Zack Rusin
On Sunday 09 November 2008 19:26:06 Aaron J. Seigo wrote: > On Sunday 09 November 2008, Thomas Georgiou wrote: > > dictionary engine that is independent of the underlying source (now > > that i look at it, star dict looks very nice) that applets can just > > use. > > right. > > > Shouldn't dictiona

Re: taskbar: onlyGroupWhenFull

2008-11-01 Thread Zack Rusin
On Saturday 01 November 2008 13:44:32 Michael Rudolph wrote: > I think, the solution would be to agree on some fundamental concepts > of how a user's desktop (and his mobile phone, his entertainment > system, car, ...) work and then tackle the problems in front of us, > because caring for the usabi

Re: taskbar: onlyGroupWhenFull

2008-10-30 Thread Zack Rusin
On Thursday 30 October 2008 16:19:32 Orcan Ogetbil wrote: > Doing a quick google search: group tasks annoying > brought me to a discussions page about Windows XP Well, all your googling proves is that Microsoft along with Apple and KDE all groups tasks by default, which is pretty much the opposi

Re: Plasma::Svg question

2008-10-06 Thread Zack Rusin
On Monday 06 October 2008 16:47:06 Rafael Fernández López wrote: > Hi, > > > you can also call setOpacity on the QPainter directly, but that can > > *very* slow and that above method is usually faster, and at worst the > > same speed. > > Aaron explained it pretty well, and please, don't use setOpa

Re: KDE/kdebase/workspace/plasma/applets/kickoff/ui

2008-08-28 Thread Zack Rusin
On Thursday 28 August 2008 15:43:34 Alexis Ménard wrote: > I'm quite interrested by understand the difference of the two types QPen, i > mean uses cases and so > > On Thu, Aug 28, 2008 at 9:30 PM, Diego Iastrubni <[EMAIL PROTECTED]> wrote: > > can any one of you graphics ninjas explain to us n00bz

Re: KDE/kdebase/workspace/plasma/applets/kickoff/ui

2008-08-28 Thread Zack Rusin
On Thursday 28 August 2008 14:02:00 Alexis Ménard wrote: > --- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/ui/tabbar.cpp > #854034:854035 @@ -300,9 +300,9 @@ > // draw tab text > //TODO: we may want a nice animation also for the text > if (i != currentTab){ > -