summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Implement Network-wide Configuration Interface for Multicast File TransferSebastien Braun2010-10-0514-2/+559
| | * | Assorted Multicast Fixes:Sebastien Braun2010-10-03324-1607/+12291
| | * | Add patch for OpenPGM to fix switch() fallthroughSebastien Braun2010-08-251-0/+11
| | * | 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
| | * | Fix parsing of incoming MCASTFTRETRY messagesSebastien Braun2010-07-191-1/+1
| | * | Implement initial multicast receive functionality in PVS daemonSebastien Braun2010-07-197-6/+351
| | * | Remember to delete outgoing transfers when they are finished or failedSebastien Braun2010-07-172-0/+14
| | * | Implement --no-fork/-F command line argument for pvsSebastien Braun2010-07-171-38/+59
| | * | Fix License header for McastConfiguration.cppSebastien Braun2010-07-171-5/+14
| | * | Implement UI and pvsDaemon components for outgoing Multicast TransferSebastien Braun2010-07-1714-33/+661
| | * | Make McastSender work with a pre-opened socketSebastien Braun2010-07-162-0/+9
| | * | Add progress indication to McastSender and McastReceiverSebastien Braun2010-07-154-0/+9
| | * | Add isOpen() test to McastPGMSocketSebastien Braun2010-07-152-0/+10
| | * | Disable PGMCC as it is buggySebastien Braun2010-07-151-3/+0Star
| | * | Whitespace fixesbrs2010-07-151-10/+10
| | * | * Upgrade OpenPGM to current trunkSebastien Braun2010-07-15287-203/+91322
| | * | Change to shorter NAK intervals for performance.Sebastien Braun2010-07-141-3/+3
| | * | Make interface configurable.Sebastien Braun2010-07-144-2/+26
| | * | Make UDP encapsulation correctly configurable.Sebastien Braun2010-07-144-11/+43
| | * | Implement multicast transfer protocol.Sebastien Braun2010-07-1220-58/+2008
| | * | Import OpenPGM into the tree, and provide a rudimentary build script.Sebastien Braun2010-07-103-0/+170
| * | | Fix recognition of letters in keyboard handlerSebastien Braun2010-10-051-1/+1
| * | | Implement --no-fork/-F command line argument for pvsSebastien Braun2010-10-051-38/+59
| * | | Add hard requirement for XInput library.Sebastien Braun2010-10-053-5/+59
| * | | Update translation files (1)Sebastien Braun2010-10-0510-85/+195
| * | | Unify keyword case in src/input/CMakeLists.txtSebastien Braun2010-10-051-3/+3
| * | | Implement RebootSystem and KillX11 handlers.Sebastien Braun2010-10-056-1/+197
| * | | Bug fix: If there is no VNC thread, do not attempt to rescale mouse position.Sebastien Braun2010-10-051-0/+3
| * | | Implement context menu in pvsmgr[touch] by pressing the Menu key for 5 seconds.Sebastien Braun2010-10-052-5/+64
| * | | Implement example privileged SayHelloHandler.Sebastien Braun2010-10-054-0/+62
| * | | Implement privileged input daemon, first version without handlers.Sebastien Braun2010-10-059-7/+687
| * | | Add description to input event handlers so they canSebastien Braun2010-10-051-0/+40
| * | | Add Permission checking and session information code.Sebastien Braun2010-10-054-0/+493
| * | | Refactor InputEvent handler code.Sebastien Braun2010-10-058-50/+90
| * | | Remove unnecessary Qt dependency from inputEvent.cppSebastien Braun2010-10-053-16/+16
| * | | Fix Xkb handling on certain systems.Sebastien Braun2010-10-051-6/+71
| * | | Fix forgotten NOT on test for Xkb presenceSebastien Braun2010-10-051-1/+1
| * | | Fix a bug in closeup frame handling.Sebastien Braun2010-10-052-11/+15
| * | | Implement first version of basic input event supportSebastien Braun2010-10-0523-14/+1874
| |/ /
* | / Process start/stop/view functionalityFabian Schillinger2010-11-0142-12/+3152
| |/ |/|
* | [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-2320-93/+1658
* | [PVSGUI] Turn on/off toolbar via menu and cmd-switch (pvsgui -h)jjl2010-09-227-102/+364