Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-1859

Tool Tip for Build Progress Bar has inverted ordering

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 2.0.1
    • Qt Creator 2.0.0
    • All Other Issues
    • None
    • 911e268b5aeb6ce22cbe57a624b32e1fc1b21a9d

    Description

      Looks like line 67 in BuildManager.cpp is responsible for the a tooltip bug: The tool tip reads "Finished 3 of 2 build steps"
      , now I am all for imaginary numbers, but this is a bit too non-euclidean for me.

      I switched the arg order, we'll see what happens (I don't actually know how the tr() macro/method works) locally, but am currently having non stop problems trying to compile Creator from the latest branch using Qt from the latest branch. Good Times.

      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.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              rlohning Robert Löhning
              voidref Alan Westbrook
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes