| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Permission checking and session information code. | Sebastien Braun | 2010-10-05 | 4 | -0/+493 |
| | | |||||
| * | Refactor InputEvent handler code. | Sebastien Braun | 2010-10-05 | 8 | -50/+90 |
| | | | | | | | - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation. | ||||
| * | Remove unnecessary Qt dependency from inputEvent.cpp | Sebastien Braun | 2010-10-05 | 3 | -16/+16 |
| | | |||||
| * | Fix Xkb handling on certain systems. | Sebastien Braun | 2010-10-05 | 1 | -6/+71 |
| | | | | | | | On some systems XTEST events are delivered via a special input device that may be configured with a different keymap than the physical keyboard. This patch fixes the keycode lookup to take the XTEST device into account. | ||||
| * | Fix forgotten NOT on test for Xkb presence | Sebastien Braun | 2010-10-05 | 1 | -1/+1 |
| | | |||||
| * | 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 | 18 | -14/+1857 |
| | | |||||
| * | Defect #715, apply patch by Sébastien | Johann Latocha | 2010-07-07 | 3 | -2/+10 |
| | | |||||
| * | jjls first git commit ever! (svn changes since r793) | Johann Latocha | 2010-07-07 | 2 | -12/+13 |
| | | |||||
| * | initial import of latest svn version | Sebastian | 2010-05-12 | 110 | -0/+19008 |
