anrichter / qsvn

QSvn
MIT License
32 stars 13 forks source link

Selection issues in commit dialog after an automatic update #90

Open anrichter opened 11 years ago

anrichter commented 11 years ago

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.