summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary Qt dependency from inputEvent.cppSebastien Braun2010-10-051-6/+4Star
|
* Fix a bug in closeup frame handling.Sebastien Braun2010-10-052-11/+15
| | | | | | | 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.
* Implement first version of basic input event supportSebastien Braun2010-10-052-13/+260
|
* initial import of latest svn versionSebastian2010-05-1252-0/+10782