summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement magic SysRq handler.Sebastien Braun2010-10-074-1/+104
* Sanitize security model yet againSebastien Braun2010-10-073-22/+48
* Install a pvsprivinputd.conf template into /etcSebastien Braun2010-10-072-0/+19
* Implement log targets for pvsprivinputdSebastien Braun2010-10-074-6/+308
* Install PolKit policy fileSebastien Braun2010-10-062-0/+37
* Detect the presence of PolKit on configurationSebastien Braun2010-10-062-0/+25
* Fix deletion order bugSebastien Braun2010-10-063-2/+15
* Refactor signal handling in pvsprivinputdSebastien Braun2010-10-066-18/+155
* Implement administratively configured user privilegesSebastien Braun2010-10-063-3/+178
* Change location of pvsprivinputd.conf to /etc/Sebastien Braun2010-10-062-2/+34
* Fix typo that prevents correct compilation when XInput2.h is presentSebastien Braun2010-10-061-1/+1
* Merge remote branch 'openslx/mcastft' into inputSebastien Braun2010-10-0673-1381/+5370
|\
| * Merge remote branch 'openslx/master' into mcastftSebastien Braun2010-10-0537-1364/+1391
| |\
| | * [PVSGUI] parsing cmdargs fixedroot2010-09-291-1/+1
| | * [PVSGUI] smaler toolbarjjl2010-09-292-14/+3Star
| | * [PVSGUI] set toolbar position via cmd-switchjjl2010-09-293-58/+89
| | * [PVSGUI] restart pvs daemon on startupjjl2010-09-232-2/+7
| | * [PVSGUI] Only one instance should be allowed nowjjl2010-09-232-1/+9
| | * [PVSGUI] Turn on/off toolbar via menu and cmd-switch (pvsgui -h)jjl2010-09-222-1/+48
| | * [PVSGUI] always construct QSystemTrayIcon, even if systray is not availablejjl2010-09-221-10/+4Star
| | * pvsgui autostartjjl2010-09-211-32/+4Star
| | * All printf() replaced with qDebug()Johann Latocha2010-09-0114-47/+45Star
| | * Missing return statementJohann Latocha2010-08-301-1/+1
| | * Defect #644 and cleanout some old codeJohann Latocha2010-08-307-335/+29Star
| | * PVS output errors fixedJohann Latocha2010-08-302-9/+6Star
| | * Bug fixed: create config-dirJohann Latocha2010-08-293-0/+10
| | * Feature #633Johann Latocha2010-08-294-1/+11
| | * More debugout and icon bug fixedJohann Latocha2010-08-281-0/+3
| | * Enhancement #587Johann Latocha2010-08-2810-102/+88Star
| | * Some refactoringJohann Latocha2010-08-262-9/+5Star
| | * Defect #746Johann Latocha2010-08-262-3/+18
| | * Anpassungen fuer Win32-build.Alexander Hoppe2010-08-0310-54/+317
| | * Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-07-107-112/+76Star
| | |\
| | | * Configuration by pvs via D-Bus. Old .allow ist now deprecated, config file: ....Johann Latocha2010-07-107-112/+76Star
| | * | Inserted some Buttons in GUI and TouchGUI and modified handling of commands i...Fabian Schillinger2010-07-105-649/+721
| | |/
| | * Revoke Fabians changes.Johann Latocha2010-07-1015-135/+30Star
| | * first commit to test gitFabian Schillinger2010-07-0915-30/+135
| * | Fix SIGSEGV-generating lookup bug when incoming multicast transfers are retriedSebastien Braun2010-10-051-1/+1
| * | Delete received file when user cancels rename.Sebastien Braun2010-10-051-2/+9
| * | Fix SIGSEGV when address info cannot be parsed.Sebastien Braun2010-10-051-0/+1
| * | Whitespace fixSebastien Braun2010-10-051-2/+0Star
| * | Fix OpenPGM error handling bug resulting in spurious warnings and/or memory l...Sebastien Braun2010-10-051-1/+2
| * | Remove system-dependent interface enumeration code and introduce properSebastien Braun2010-10-054-49/+124
| * | Implement Network-wide Configuration Interface for Multicast File TransferSebastien Braun2010-10-0512-2/+552
| * | Assorted Multicast Fixes:Sebastien Braun2010-10-037-93/+156
| * | Make PGM interface configurableSebastien Braun2010-08-046-5/+134
| * | Fix a bug where transfer IDs would linger in the pvs daemon's data structures...Sebastien Braun2010-08-041-0/+1
| * | Implement GUI for receiving incoming multicast transfersSebastien Braun2010-08-049-29/+154
| * | Forward MCASTFTANNOUNCE and MCASTFTRETRY messages in pvsmgr and pvsmgrtouch.Sebastien Braun2010-07-191-0/+19
| * | McastConfiguration's copy constructor should allow specifying a parent QObjectSebastien Braun2010-07-191-2/+2