On 30.07.2010 14:36, ext Danny Price wrote: > I'll start Creator from the Start menu in Windows (or the dock on my Mac > at home for that matter) and it can take up 10s to actually appear. I > suspect it might be something to do with loading content from the web > and both machines are on entirely different networks with good net > connections.
There actually is the "-profile" option which can be used to find out which plugin takes so long to initialize. I am not sure that this is available in a release build though. Maybe you could provide the output if you happen to have a debug build around? That would give some hint as to what might be delaying things. It *should* not be the network. All the network related code is non-blocking (with the one exception of automatic proxy detection in windows, see http://bugreports.qt.nokia.com/browse/QTBUG-10106). Best Regards, Tobias -- Tobias Hunger Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
