summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * modified documentationFabian Schillinger2010-11-101-3/+3
| |
| * add some filters if configfile is emptyFabian Schillinger2010-11-104-7/+28
| | | | | | | | modified documentation
| * Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-1010-0/+20
| |\
| | * Merge branch 'master' of ssh://git.openslx.org/pvsSebastien Braun2010-11-1025-261/+671
| | |\
| | * | Add Makefile to generate PDF from DIA figures and call pdflatex andSebastien Braun2010-11-101-0/+20
| | | | | | | | | | | | | | | | makeindex.
| | * | Add DIA figures from Sébastien's Bachelor Thesis.Sebastien Braun2010-11-109-0/+0
| | | |
| * | | moved filter for ProcessList to pvsmgr.conf (this way the user cant modify ↵Fabian Schillinger2010-11-104-11/+15
| | |/ | |/| | | | | | | its filter)
| * | Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-092-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
* | | | Weitere Ă„nderungen an der Doku ...Dirk von Suchodoletz2010-11-132-4/+6
| |/ / |/| |
* | | Weitere Korrekturen des Handbuchs ...Dirk von Suchodoletz2010-11-082-3/+3
|/ /
* | 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
| | | |