summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-092-3/+3
|\
| * Weitere Korrekturen des Handbuchs ...Dirk von Suchodoletz2010-11-082-3/+3
| |
* | added a list to processesStartDialog:Fabian Schillinger2010-11-097-55/+268
|/ | | | | | we can chose some commands from this list to start them or we can add new entries for a later usage modified documentation
* fixed typoFabian Schillinger2010-11-081-1/+1
|
* Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-082-52/+48Star
|\
| * Kleine Änderungen, Korrekturen.Dirk von Suchodoletz2010-11-052-52/+48Star
| |
* | modified showprocessesFabian Schillinger2010-11-083-42/+9Star
| |
* | CleanupFabian Schillinger2010-11-053-15/+16
|/
* Aktualisierung Projektdoku ...Fabian Schillinger2010-11-054-4/+63
|
* Process start/stop/view functionalityFabian Schillinger2010-11-059-16/+51
| | | | Cleanup
* Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-0584-3319/+3493
|\ | | | | | | | | Conflicts: src/gui/mainWindow.cpp
| * Merge remote branch 'origin/master'Sebastien Braun2010-11-055-339/+11Star
| |\
| | * Aktualisierung Projektdoku ...Dirk von Suchodoletz2010-11-045-339/+11Star
| | |
| * | Merge branch 'input-events'Sebastien Braun2010-11-058-2/+199
| |\ \ | | | | | | | | | | | | | | | | Conflicts: doc/LaTeX/devel/0300-pvs.tex
| | * | Remove accidentally added backup filesSebastien Braun2010-11-052-453/+0Star
| | | |
| | * | Doxygen configuration for pvsinput.Sebastien Braun2010-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The rest of the project does not use Doxygen anymore (or so I'm told). However, the vast majority of classes in src/input are annotated with Doxygen comments and it would be a shame not to use them.
| | * | Developer documentation for pvsinputSebastien Braun2010-11-0410-1/+652
| | | |
| * | | Merge branch 'mcastft'Sebastien Braun2010-11-051-1/+1
| |\ \ \
| | * | | Fix typo in documentationSebastien Braun2010-11-051-1/+1
| | | | |
| * | | | Merge branch 'mcastft'Sebastien Braun2010-11-052-2/+81
| |\| | | | | |_|/ | |/| |
| | * | Documentation for multicast file transfer.Sebastien Braun2010-11-052-2/+81
| | | |
| * | | Merge branch 'input-events'Sebastien Braun2010-11-041-23/+23
| |\ \ \ | | | |/ | | |/|
| | * | Replace stray uint{16,32}_t references by quint{16,32}Sebastien Braun2010-11-041-23/+23
| | | |
| * | | Remove LaTeX build artifacts.Sebastien Braun2010-11-046-1360/+0Star
| | | | | | | | | | | | | | | | They do not belong in the tree and make merging needlessly difficult.
| * | | Merge input handling work to masterSebastien Braun2010-11-0466-1610/+3196
| |\| |
| | * | Documentation fixes and code cleanupSebastien Braun2010-10-2426-243/+695
| | | |
| | * | Fix forgotten change of j to mods in X11FakeKeyboardHandler.Sebastien Braun2010-10-131-1/+1
| | | |
| | * | Formatting fixes for X11FakeKeyboardHandlerSebastien Braun2010-10-131-1/+6
| | | |
| | * | Uncomment killing of X-ServerSebastien Braun2010-10-131-1/+1
| | | |
| | * | Introduce init-scripts for pvsprivinputdSebastien Braun2010-10-133-0/+198
| | | |
| | * | Fix key case comparison bugSebastien Braun2010-10-131-1/+1
| | | |
| | * | Document changed requirementsSebastien Braun2010-10-121-0/+2
| | | |
| | * | Fix control character handling bug.Sebastien Braun2010-10-121-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | The code to deal with lowercase and uppercase versions of Latin1 characters was overly broad and sent ASCII Control Characters if Ctrl was pressed.
| | * | Fix build error.Sebastien Braun2010-10-121-5/+0Star
| | | |
| | * | Fix default PolicyKit policySebastien Braun2010-10-121-2/+2
| | | | | | | | | | | | | | | | Admin password is required if user is not local and unprivileged.
| | * | Fix segmentation fault in LogNonMatchingHandlerSebastien Braun2010-10-121-1/+1
| | | | | | | | | | | | | | | | Would SIGSEGV if an unmatched event arrived with no context.
| | * | Fix InputEventHandler logic bugSebastien Braun2010-10-121-1/+1
| | | | | | | | | | | | | | | | Entered break instead of return.
| | * | Better error handling for PVSPrivInputHandlerSebastien Braun2010-10-112-4/+21
| | | |
| | * | Log unmatched events in pvsprivinputd, too.Sebastien Braun2010-10-111-1/+3
| | | |
| | * | Fix stupid Typo bug.Sebastien Braun2010-10-111-1/+1
| | | |
| | * | Introduce LogNonMatchingHandlerSebastien Braun2010-10-114-1/+64
| | | |
| | * | Add access control check to input event handling in PVS daemonSebastien Braun2010-10-112-2/+12
| | | |
| | * | Fix bug where pressing the closeUp-button sometimes results in no action.Sebastien Braun2010-10-114-51/+102
| | | |
| | * | Fix broken formatting of InputEvent::toString()Sebastien Braun2010-10-111-1/+1
| | | |
| | * | Fix stupidity in handler chain definitionSebastien Braun2010-10-112-2/+2
| | | |
| | * | Code cleanup and simplification for X11FakeKeyboardHandlerSebastien Braun2010-10-112-329/+358
| | | |
| | * | Remove leftover code that serves no purposeSebastien Braun2010-10-111-4/+0Star
| | | |
| | * | Add an InputEventHandler that is not compatible anywhere.Sebastien Braun2010-10-112-1/+40
| | | |
| | * | Fix bug in logical OR when chaining Require<...> Policy.Sebastien Braun2010-10-111-2/+7
| | | |
| | * | Remove input headers from PVSMGR_SRCS in CMakeLists.txt as they do not ↵Sebastien Braun2010-10-101-7/+0Star
| | | | | | | | | | | | | | | | contribute translatable strings anymore