Hello all, I've tested the master 1.3.82 and nearly all problems (crash at startup, xerrors, ...) are gone, except one:
We have set the LANG environment on Linux to de_DE in order to get german inputs (äöüß). In Code all works fine now (here we had problems earlier), but the designer plugin has problems now. Seems that it does not use UTF8 like it is documented in UI header. So all äöü are now displayed as double characters (mostly not readable) and after replacing the doubled character to a new äöü, we get problems with the qt 4.3.2 uic. It tells us that the ui is not valid. Are there changes in the structure of ui or the processing of it during compilation between 4.3.2 and 4.6.X ? Regards, Marc Ladnar -----Ursprüngliche Nachricht----- Von: Christian Kandeler [mailto:[email protected]] Gesendet: Donnerstag, 18. Februar 2010 15:58 An: [email protected] Betreff: Re: [Qt-creator] Crash and Shell-Error starting qtCreator 1.3.1 official release On Thursday 18 February 2010 13:05:17 ext Ladnar, Marc wrote: > Ok, we tested a little bit and encountered some things: > [ ... ] Well, those are a bunch of (probably) unrelated issues. You should report them (separately) at http://bugreports.qt.nokia.com/browse/QTCREATORBUG, giving as much information as possible about your environment. Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
