| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unnecessary Qt dependency from inputEvent.cpp | Sebastien Braun | 2010-10-05 | 1 | -6/+4![]() |
| | | |||||
| * | Fix a bug in closeup frame handling. | Sebastien Braun | 2010-10-05 | 2 | -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 support | Sebastien Braun | 2010-10-05 | 2 | -13/+260 |
| | | |||||
| * | initial import of latest svn version | Sebastian | 2010-05-12 | 52 | -0/+10782 |

