I have an open commit dialog with some files selected (not all). When QSvn updates the dialog in order of file system changes, the selection of files is confused. In some circumstances there are files selected which are not shown.
Idea to fix: Before QSvn updates the commit view, the selected files are stored in a QStringList or someting else. After the update the SelectionModel is restored with the safed values from the QStringList.
I have an open commit dialog with some files selected (not all). When QSvn updates the dialog in order of file system changes, the selection of files is confused. In some circumstances there are files selected which are not shown.
Idea to fix: Before QSvn updates the commit view, the selected files are stored in a QStringList or someting else. After the update the SelectionModel is restored with the safed values from the QStringList.