Bug#199209

2011-07-03 Thread Steven Sroka
I hate asking this, but can someone with some free time take at look at #199209? It's bug that affects openSUSE and it's been unassigned for two years now. I'm only asking now because we are in the bug fixing stage for KDE 4.7.

Re: Translation in Qt5

2011-07-03 Thread Oswald Buddenhagen
On Sat, Jul 02, 2011 at 07:27:35PM +0200, Chusslove Illich wrote: > When text contains markup, some special characters need to be escaped > when they are wanted literally in the text. > that's why the decision whether QUIT (haha, what a pun) is wanted needs to be done before 5.0. > This leads to t

Re: Review Request: Use platform palette and fonts when running on other desktop environments

2011-07-03 Thread Aurélien Gâteau
> On July 2, 2011, 9:49 p.m., Oswald Buddenhagen wrote: > > hmm. but now things are still done twice in a kde session, no? > > what was wrong with the suggestion to notify qt that it should update > > "stuff"? createApplicationPalette() is indeed called twice when running on a KDE session, but

Re: Translation in Qt5

2011-07-03 Thread Oswald Buddenhagen
On Sun, Jul 03, 2011 at 03:32:44PM +0200, Chusslove Illich wrote: > [Michael Olbrich's response:] > No implicit conversion. That just asks for trouble. You don't know whether > the QString stored in the QVariant is before or after the arguments are > passed. If its before you would loose [KLocalize

Re: Translation in Qt5

2011-07-03 Thread Oswald Buddenhagen
On Sun, Jul 03, 2011 at 01:06:40AM +0200, Chusslove Illich wrote: > >> [: Chusslove Illich :] > >> * PO has to be natively supported. [...] The real advantage instead is in > >> the format and the process; and also tool support on translators' side. > > > > [: Oswald Buddenhagen :] > > how is the p

Re: Translation in Qt5

2011-07-03 Thread Chusslove Illich
> [: Chusslove Ilich :] > [...] I no longer remember why I thought implicit conversion is dangerous; > and why people didn't throw at me "don't be stupid, add implicit > conversion". I'll have to do some digging... Here is the argument (September 2005), cut to measure: -- start --