mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
This patch fixes a thing that I run into when trying to implement the multi-edition system. Whenever a dive was selected, via mouse or keyboard, it had two stages: first, it would select the previous and the current ( and thus, render the profile of the current) and then whould release the previous and select the current again ( and thus, rerendering the profile again, plus a few other things. ) With the multi-edition system this caused a more severe bug, since the edition of the dives is directly applied as soon as the text fields changes, as soon as we selected any dive on the list, the 'before' dive would be modified by the 'current'. This patch fixes this - but since it's just a 'code removal' patch, this can led to bad things in the future, I tested it quite a bit, but didn't found anything, no regression. *fingers crossed.* Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> |
||
---|---|---|
.. | ||
marble | ||
about.cpp | ||
about.h | ||
about.ui | ||
completionmodels.cpp | ||
completionmodels.h | ||
divecomputermanagementdialog.cpp | ||
divecomputermanagementdialog.h | ||
divecomputermanagementdialog.ui | ||
divelistview.cpp | ||
divelistview.h | ||
diveplanner.cpp | ||
diveplanner.h | ||
diveplanner.ui | ||
downloadfromdivecomputer.cpp | ||
downloadfromdivecomputer.h | ||
downloadfromdivecomputer.ui | ||
globe.cpp | ||
globe.h | ||
graphicsview-common.cpp | ||
graphicsview-common.h | ||
kmessagewidget.cpp | ||
kmessagewidget.h | ||
maintab.cpp | ||
maintab.h | ||
maintab.ui | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
modeldelegates.cpp | ||
modeldelegates.h | ||
models.cpp | ||
models.h | ||
plotareascene.cpp | ||
plotareascene.h | ||
preferences.cpp | ||
preferences.h | ||
preferences.ui | ||
printdialog.cpp | ||
printdialog.h | ||
printlayout.cpp | ||
printlayout.h | ||
printoptions.cpp | ||
printoptions.h | ||
printoptions.ui | ||
profilegraphics.cpp | ||
profilegraphics.h | ||
renumber.ui | ||
simplewidgets.cpp | ||
simplewidgets.h | ||
starwidget.cpp | ||
starwidget.h | ||
subsurfacewebservices.cpp | ||
subsurfacewebservices.h | ||
subsurfacewebservices.ui |