Version: 4.2.1/trunk (using KDE 4.2.1) Compiler: Does not matter OS: Linux Installed from: Compiled From Sources Most likely sorting is not fixed for multi-file diffs. Need to investigate why.
SVN commit 938418 by bruggie: BUG: 186828 Fixed by copying some code from Qt and adapting it to my use case. I should not store pointers in Q3ValueList, this way it is not calling the operator< i defined but it did pointer comparison, that is why the order was so funky. Thanks David for reporting the bug to me on IRC. M +38 -1 diffmodellist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=938418
SVN commit 944069 by kkofler: CCBUG: 186828 Fixed by copying some code from Qt and adapting it to my use case. I should not store pointers in Q3ValueList, this way it is not calling the operator< i defined but it did pointer comparison, that is why the order was so funky. Thanks David for reporting the bug to me on IRC. Backport revision 938418 by bruggie from trunk. M +38 -1 diffmodellist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=944069