git - Where to find Qt's commits? -


There is a regression in Qt 4.6.2 on windows (there is no border color setting from stylesheet).

This bug was originally recorded in Q 4.4, and it was fixed in QT 4.5 around December 2008. Unfortunately I have not received similar commitment, probably because the command guit (or switch) was done during this transition).

Where can I do this work?

Cheers, Franz


For reference:

  • New ticket for retraction:

Can you reduce the QT version, where a problem was present, and then the latter one, where it was fixed ? If you can find any reference to the bug in the page, then it will give you the exact pair of the desired versions.

If so, then I have found that, with this information, I can usually find out the changes to a bug-fix by downloading the source code for 2 different versions of QT, and Then compare related source files.

A diff'ing tool like a Meld or Arxis merge can actually be useful for it.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -