| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Implement Network-wide Configuration Interface for Multicast File Transfer | Sebastien Braun | 2010-10-05 | 14 | -2/+559 | |
| | | | | | ||||||
| | | * | | Assorted Multicast Fixes: | Sebastien Braun | 2010-10-03 | 324 | -1607/+12291 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade bundled OpenPGM to SVN r1135 - Timing fixes: Make all rate-limited and timer-pending operation wait for at least 1ms to avoid busy-waiting - No distinction between sending and receiving sockets when setting up socket options (Receivers need to be able to send anyway when using PGMCC). - Switch from fixed-rate transmission to using PGMCC for congestion control. - Remove some obnoxious debugging outputs - Some white space fixes - Introduce a short waiting time before actually starting file transmission in order to allow enough SPM messages to be sent so that receivers can initialize properly. - Fix MCASTFTANNOUNCE message to include full file name instead of basename. - Fix generateMcastTransferID in order to gather more random IDs. PVSGUI may become confused if transfer IDs are reused. - Properly dispose of clientFileReceiveDialog when multicast transfer is finished. - Properly display transfer size in clientFileReceiveDialog | |||||
| | | * | | Add patch for OpenPGM to fix switch() fallthrough | Sebastien Braun | 2010-08-25 | 1 | -0/+11 | |
| | | | | | ||||||
| | | * | | Make PGM interface configurable | Sebastien Braun | 2010-08-04 | 6 | -5/+134 | |
| | | | | | ||||||
| | | * | | Fix a bug where transfer IDs would linger in the pvs daemon's data ↵ | Sebastien Braun | 2010-08-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | structures after cancellation. | |||||
| | | * | | Implement GUI for receiving incoming multicast transfers | Sebastien Braun | 2010-08-04 | 9 | -29/+154 | |
| | | | | | ||||||
| | | * | | Forward MCASTFTANNOUNCE and MCASTFTRETRY messages in pvsmgr and pvsmgrtouch. | Sebastien Braun | 2010-07-19 | 1 | -0/+19 | |
| | | | | | ||||||
| | | * | | McastConfiguration's copy constructor should allow specifying a parent QObject | Sebastien Braun | 2010-07-19 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Fix parsing of incoming MCASTFTRETRY messages | Sebastien Braun | 2010-07-19 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Implement initial multicast receive functionality in PVS daemon | Sebastien Braun | 2010-07-19 | 7 | -6/+351 | |
| | | | | | ||||||
| | | * | | Remember to delete outgoing transfers when they are finished or failed | Sebastien Braun | 2010-07-17 | 2 | -0/+14 | |
| | | | | | ||||||
| | | * | | Implement --no-fork/-F command line argument for pvs | Sebastien Braun | 2010-07-17 | 1 | -38/+59 | |
| | | | | | ||||||
| | | * | | Fix License header for McastConfiguration.cpp | Sebastien Braun | 2010-07-17 | 1 | -5/+14 | |
| | | | | | ||||||
| | | * | | Implement UI and pvsDaemon components for outgoing Multicast Transfer | Sebastien Braun | 2010-07-17 | 14 | -33/+661 | |
| | | | | | ||||||
| | | * | | Make McastSender work with a pre-opened socket | Sebastien Braun | 2010-07-16 | 2 | -0/+9 | |
| | | | | | ||||||
| | | * | | Add progress indication to McastSender and McastReceiver | Sebastien Braun | 2010-07-15 | 4 | -0/+9 | |
| | | | | | ||||||
| | | * | | Add isOpen() test to McastPGMSocket | Sebastien Braun | 2010-07-15 | 2 | -0/+10 | |
| | | | | | ||||||
| | | * | | Disable PGMCC as it is buggy | Sebastien Braun | 2010-07-15 | 1 | -3/+0![]() | |
| | | | | | ||||||
| | | * | | Whitespace fixes | brs | 2010-07-15 | 1 | -10/+10 | |
| | | | | | ||||||
| | | * | | * Upgrade OpenPGM to current trunk | Sebastien Braun | 2010-07-15 | 287 | -203/+91322 | |
| | | | | | | | | | | | | | | | | | | | | | * Implement wait-for-shutdown for McastPGMSocket * Work around bug in UDP encapsulation | |||||
| | | * | | Change to shorter NAK intervals for performance. | Sebastien Braun | 2010-07-14 | 1 | -3/+3 | |
| | | | | | ||||||
| | | * | | Make interface configurable. | Sebastien Braun | 2010-07-14 | 4 | -2/+26 | |
| | | | | | ||||||
| | | * | | Make UDP encapsulation correctly configurable. | Sebastien Braun | 2010-07-14 | 4 | -11/+43 | |
| | | | | | ||||||
| | | * | | Implement multicast transfer protocol. | Sebastien Braun | 2010-07-12 | 20 | -58/+2008 | |
| | | | | | ||||||
| | | * | | Import OpenPGM into the tree, and provide a rudimentary build script. | Sebastien Braun | 2010-07-10 | 3 | -0/+170 | |
| | | | | | | | | | | | | | | | | | OpenPGM will serve as the network layer for Multicast File Transfer. | |||||
| | * | | | Fix recognition of letters in keyboard handler | Sebastien Braun | 2010-10-05 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Implement --no-fork/-F command line argument for pvs | Sebastien Braun | 2010-10-05 | 1 | -38/+59 | |
| | | | | | ||||||
| | * | | | Add hard requirement for XInput library. | Sebastien Braun | 2010-10-05 | 3 | -5/+59 | |
| | | | | | | | | | | | | | | | | | XInput2 will be preferred if its presence is detected. | |||||
| | * | | | Update translation files (1) | Sebastien Braun | 2010-10-05 | 10 | -85/+195 | |
| | | | | | ||||||
| | * | | | Unify keyword case in src/input/CMakeLists.txt | Sebastien Braun | 2010-10-05 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Implement RebootSystem and KillX11 handlers. | Sebastien Braun | 2010-10-05 | 6 | -1/+197 | |
| | | | | | ||||||
| | * | | | Bug fix: If there is no VNC thread, do not attempt to rescale mouse position. | Sebastien Braun | 2010-10-05 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Implement context menu in pvsmgr[touch] by pressing the Menu key for 5 seconds. | Sebastien Braun | 2010-10-05 | 2 | -5/+64 | |
| | | | | | ||||||
| | * | | | Implement example privileged SayHelloHandler. | Sebastien Braun | 2010-10-05 | 4 | -0/+62 | |
| | | | | | ||||||
| | * | | | Implement privileged input daemon, first version without handlers. | Sebastien Braun | 2010-10-05 | 9 | -7/+687 | |
| | | | | | ||||||
| | * | | | Add description to input event handlers so they can | Sebastien Braun | 2010-10-05 | 1 | -0/+40 | |
| | | | | | ||||||
| | * | | | 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 | 23 | -14/+1874 | |
| | |/ / | ||||||
| * | / | Process start/stop/view functionality | Fabian Schillinger | 2010-11-01 | 42 | -12/+3152 | |
| | |/ |/| | | | | | | | | | | | | | processWidget - shows a list of processes on one client, allows to start ans stop processes processesDialog - shows every processWidget as a tab processesStartDialog - starts process entered in messageEdit added handling of new pvscommands | |||||
| * | | [PVSGUI] parsing cmdargs fixed | root | 2010-09-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | [PVSGUI] smaler toolbar | jjl | 2010-09-29 | 2 | -14/+3![]() | |
| | | | ||||||
| * | | [PVSGUI] set toolbar position via cmd-switch | jjl | 2010-09-29 | 3 | -58/+89 | |
| | | | ||||||
| * | | [PVSGUI] restart pvs daemon on startup | jjl | 2010-09-23 | 2 | -2/+7 | |
| | | | ||||||
| * | | [PVSGUI] Only one instance should be allowed now | jjl | 2010-09-23 | 20 | -93/+1658 | |
| | | | ||||||
| * | | [PVSGUI] Turn on/off toolbar via menu and cmd-switch (pvsgui -h) | jjl | 2010-09-22 | 7 | -102/+364 | |
| | | | ||||||

