summaryrefslogtreecommitdiffstats
path: root/src/gui/mainWindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in closeup frame handling.Sebastien Braun2010-10-051-10/+13
| | | | | | | If, while a frame was in closeup mode, the corresponding client went away, the ConnectionFrame would get deleted, but still referenced in ConnectionWindow::_closeupFrame. Naturally, this led to disaster when the same (but really new) frame would be selected again. QPointer guards against QObject's going AWOL.
* initial import of latest svn versionSebastian2010-05-121-0/+1205