KGlobal::locale::Warning, how to suppress it?

2011-01-29 Thread Nikos Chantziaras
When I open a file dialog with QFileDialog::getOpenFileName(), this gets printed on stderr: KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your

Re: KGlobal::locale::Warning, how to suppress it?

2011-01-29 Thread Albert Astals Cid
A Dissabte, 29 de gener de 2011, Nikos Chantziaras va escriure: > When I open a file dialog with QFileDialog::getOpenFileName(), this gets > printed on stderr: > >KGlobal::locale::Warning your global KLocale is being >recreated with a valid main component instead of a fake >component,

Re: KGlobal::locale::Warning, how to suppress it?

2011-01-29 Thread Nikos Chantziaras
On 01/29/2011 04:16 PM, Albert Astals Cid wrote: > A Dissabte, 29 de gener de 2011, Nikos Chantziaras va escriure: >> When I open a file dialog with QFileDialog::getOpenFileName(), this gets >> printed on stderr: >> >> KGlobal::locale::Warning your global KLocale is being >> recreated with

Re: KGlobal::locale::Warning, how to suppress it?

2011-01-29 Thread Stefan Böhmann
Am Samstag, 29. Januar 2011, 15:16:05 schrieb Albert Astals Cid: > A Dissabte, 29 de gener de 2011, Nikos Chantziaras va escriure: > > When I open a file dialog with QFileDialog::getOpenFileName(), this gets > > > > printed on stderr: > >KGlobal::locale::Warning your global KLocale is being >

Re: How to create and execute tests with CMake

2011-01-29 Thread Riccardo Bellini
Hmmm, I have tried your solution (also including myfile.moc at the end of the .cpp file), but it complains about undefined references to vtable and it does not compile... A question related to compile the sources into the test executable: can I use a variable created in a "parent" of the cmake file

Re: How to create and execute tests with CMake

2011-01-29 Thread Valentin Rusu
On 01/29/2011 06:50 PM, Riccardo Bellini wrote: > Hmmm, I have tried your solution (also including myfile.moc at the end > of the .cpp file), but it complains about undefined references to > vtable and it does not compile... > A question related to compile the sources into the test executable: > ca

Re: How to create and execute tests with CMake

2011-01-29 Thread Andreas Pakulat
On 29.01.11 18:50:14, Riccardo Bellini wrote: > Hmmm, I have tried your solution (also including myfile.moc at the end of > the .cpp file), but it complains about undefined references to vtable and it > does not compile... Ah, sorry, just re-read the qt4_automoc code, it indeed does not support QO

Re: KRichTextWidget

2011-01-29 Thread Thomas Lübking
Am 23.01.2011, 00:52 Uhr, schrieb Steven Sroka : > The relevant line of code is within in the borders below. ... did you meanwhile try to invalidate the layout before adjusting the size? Cheers, Thomas >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KGlobal::locale::Warning, how to suppress it?

2011-01-29 Thread Albert Astals Cid
A Dissabte, 29 de gener de 2011, Nikos Chantziaras va escriure: > On 01/29/2011 04:16 PM, Albert Astals Cid wrote: > > A Dissabte, 29 de gener de 2011, Nikos Chantziaras va escriure: > >> When I open a file dialog with QFileDialog::getOpenFileName(), this gets > >> > >> printed on stderr: > >>

Re: KRichTextWidget

2011-01-29 Thread Steven Sroka
On 29 January 2011 17:54, Thomas Lübking wrote: > Am 23.01.2011, 00:52 Uhr, schrieb Steven Sroka : > >> The relevant line of code is within in the borders below. > > ... did you meanwhile try to invalidate the layout before adjusting the > size? Yes, in my eventFilter() I put: d->vWi

Re: KRichTextWidget

2011-01-29 Thread Thomas Lübking
Am 30.01.2011, 00:37 Uhr, schrieb Steven Sroka : >> ... did you meanwhile try to invalidate the layout before adjusting the >> size? > Yes, in my eventFilter() I put: > > d->vWindowLayout->invalidate(); > > d->descriptionWidget->setFixedSize(d->descriptionWidget->sizeHint

Merging git Repositories

2011-01-29 Thread Milian Wolff
Hey all, I'm not sure whether this is the right list, suggestions welcome. I think about merging these two repositories: http://projects.kde.org/kdev-php (language support) http://projects.kde.org/kdev-php-docs (embedded PHP.net docs) Why are they separated to begin with: - they are separate plu

Re: KRichTextWidget

2011-01-29 Thread Steven Sroka
On 29 January 2011 18:49, Thomas Lübking wrote: > Am 30.01.2011, 00:37 Uhr, schrieb Steven Sroka : > >>> ... did you meanwhile try to invalidate the layout before adjusting the >>> size? > >> Yes, in my eventFilter() I put: >> >>             d->vWindowLayout->invalidate(); >>             >> d->de