Google Code-In Tasks Reminder

2010-11-22 Thread Leo Franchi
Hi guys, This is just a quick note as i'm filling in for Lydia. Turns out though KDE has a whole bunch of Code-In tasks, students are taking them fast and we don't want to run out! Some mentors have already begun to receive patches from their students, so this is a very real and tangible way to

Adding i18n to webpages

2010-11-22 Thread Albert Astals Cid
Sorry for the cross-posting, not sure who has to make a call on my question so i'm mailing the web people, the translators and also the decision makers. Please anyone that is interested in following the discussion answer to kde-www only, no need to spam four lists with it. For you that do not k

Re: Review Request: Merge changes from ffmpethumbnail projekt into the kde version

2010-11-22 Thread Thomas Lübking
> On 2010-11-22 21:10:52, Christoph Feck wrote: > > Wouldn't it be much simpler to use a scaled QPainter on the QImage to > > render the filmstrip holes at different sizes? ... besides that the (hard)code(d strips - at least form a glimpse on the diff) does not look endian safe - iff we still

Re: Review Request: Merge changes from ffmpethumbnail projekt into the kde version

2010-11-22 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5937/#review8904 --- Wouldn't it be much simpler to use a scaled QPainter on the QImage

Review Request: Merge changes from ffmpethumbnail projekt into the kde version

2010-11-22 Thread Andreas Scherf
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5937/ --- Review request for kdelibs. Summary --- + Some type changes (uinXX to q

Re: Helping libraries load their own translation catalogs

2010-11-22 Thread Albert Astals Cid
A Dilluns, 22 de novembre de 2010, David Faure va escriure: > On Sunday 21 November 2010, Oswald Buddenhagen wrote: > > On Sun, Nov 21, 2010 at 12:46:53AM +, Albert Astals Cid wrote: > > > It achieves that by creating a static that instructs KGlobal to load a > > > given translation catalog on

Re: Helping libraries load their own translation catalogs

2010-11-22 Thread David Faure
On Sunday 21 November 2010, Oswald Buddenhagen wrote: > On Sun, Nov 21, 2010 at 12:46:53AM +, Albert Astals Cid wrote: > > It achieves that by creating a static that instructs KGlobal to load a > > given translation catalog on global locale creation. > > statics in shared libraries have always