summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Assorted Multicast Fixes:Sebastien Braun2010-10-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | Make PGM interface configurableSebastien Braun2010-08-043-4/+123
| | | |
| | * | Implement GUI for receiving incoming multicast transfersSebastien Braun2010-08-043-3/+105
| | | |
| | * | Implement UI and pvsDaemon components for outgoing Multicast TransferSebastien Braun2010-07-174-23/+221
| | | |
| * | | 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
| | | |
| * | | Remove unnecessary Qt dependency from inputEvent.cppSebastien Braun2010-10-051-6/+4Star
| | | |
| * | | Fix a bug in closeup frame handling.Sebastien Braun2010-10-052-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 supportSebastien Braun2010-10-052-13/+260
| |/ /
* | / Process start/stop/view functionalityFabian Schillinger2010-11-0116-7/+831
| |/ |/| | | | | | | | | | | | | 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] smaler toolbarjjl2010-09-291-12/+1Star
| |
* | All printf() replaced with qDebug()Johann Latocha2010-09-011-1/+1
| |
* | Bug fixed: create config-dirJohann Latocha2010-08-291-0/+3
| |
* | Feature #633Johann Latocha2010-08-292-1/+5
| |
* | Enhancement #587Johann Latocha2010-08-284-8/+0Star
| |
* | Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-07-103-61/+56Star
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: i18n/pvs_ar_JO.ts i18n/pvs_de_DE.ts i18n/pvs_es_MX.ts i18n/pvs_fr_FR.ts i18n/pvs_pl_PL.ts
| * | Configuration by pvs via D-Bus. Old .allow ist now deprecated, config file: ↵Johann Latocha2010-07-103-61/+56Star
| | | | | | | | | | | | .config/openslx/pvs.conf
* | | Inserted some Buttons in GUI and TouchGUI and modified handling of commands ↵Fabian Schillinger2010-07-104-649/+708
|/ / | | | | | | | | | | in pvs.cpp for later remote Command/Process enhancement
* | Revoke Fabians changes.Johann Latocha2010-07-107-91/+7Star
| |
* | first commit to test gitFabian Schillinger2010-07-097-7/+91
|/
* initial import of latest svn versionSebastian2010-05-1252-0/+10782