[Qt-creator] Build progress bar usefulness
alan.westbrook at nokia.com
alan.westbrook at nokia.com
Wed Jul 14 20:24:51 CEST 2010
Looks like line 67 in BuildManager.cpp is responsible for the tooltip bug.
I switched the arg order, we'll see what happens (I don't actually know how the tr() macro/method works).
I noticed that in the translation files, the order is also often reversed. Hmmm.
share/qtcreator/translations/qtcreator_cs.ts: <source>Finished %n of %1 build steps</source>
share/qtcreator/translations/qtcreator_de.ts: <source>Finished %1 of %n build steps</source>
share/qtcreator/translations/qtcreator_es.ts: <source>Finished %n of %1 build steps</source>
share/qtcreator/translations/qtcreator_fr.ts: <source>Finished %n of %1 build steps</source>
share/qtcreator/translations/qtcreator_fr.ts: <source>Finished %1 of %n build steps</source>
etc.
curious
Alan
On Jul 14, 2010, at 11:14 AM, ext alan.westbrook at nokia.com wrote:
> Hi!
>
> I was wondering if there were any plans to make the build progress bar more useful, at the moment, it seems to have 3 states: 10%, 60% 100%
>
> For example, if I had 100 source files, each complete source file build would increment the compile step by 1%.
>
> Interestingly, I just saw the tooltip for the progress bar and it says 'Finished 3 of 2 build steps", hopefully that's just an order of parameters bug.
>
> Thanks!
> Alan
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
More information about the Qt-creator-old
mailing list