summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Collapse)AuthorAgeFilesLines
* added a list to processesStartDialog:Fabian Schillinger2010-11-093-48/+243
| | | | | | we can chose some commands from this list to start them or we can add new entries for a later usage modified documentation
* modified showprocessesFabian Schillinger2010-11-082-33/+1Star
|
* CleanupFabian Schillinger2010-11-051-2/+5
|
* Aktualisierung Projektdoku ...Fabian Schillinger2010-11-051-1/+1
|
* Process start/stop/view functionalityFabian Schillinger2010-11-057-15/+42
| | | | Cleanup
* Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-054-61/+120
|\ | | | | | | | | Conflicts: src/gui/mainWindow.cpp
| * Merge input handling work to masterSebastien Braun2010-11-044-61/+120
| |\
| | * Fix key case comparison bugSebastien Braun2010-10-131-1/+1
| | |
| | * 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 bug where pressing the closeUp-button sometimes results in no action.Sebastien Braun2010-10-114-51/+102
| | |
| | * Rework template meta-magicSebastien Braun2010-10-071-10/+8Star
| | | | | | | | | | | | | | | | | | | | | - No more implicit dependency on Boost.MPL - Better documentation for template magic - Move input handler policies to handler definitions where they belong - Separate out event descriptions from handlers
* | | Process start/stop/view functionalityFabian Schillinger2010-11-0510-100/+178
|/ / | | | | | | | | | | | | Cleanup write to logfiles if start/stop/view of processes failed added some prompts stop more then one process at the same time
* | [PVSMGRTOUCH] resetall bug fixedjjl2010-11-032-12/+5Star
| |
* | CleanupFabian Schillinger2010-11-011-3/+1Star
| |
* | Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-0120-66/+1174
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt src/core/pvsConnectionManager.cpp src/pvs.cpp src/pvs.h
| * | [PVSMGR] dummies removedjjl2010-10-141-18/+18
| |/
| * Merge remote branch 'openslx/mcastft' into inputSebastien Braun2010-10-0620-748/+1587
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt 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 i18n/pvsmgr_ar_JO.ts i18n/pvsmgr_de_DE.ts i18n/pvsmgr_es_MX.ts i18n/pvsmgr_fr_FR.ts i18n/pvsmgr_pl_PL.ts icons/README pvsmgr.qrc src/gui/mainWindow.cpp src/pvs.cpp src/pvs.h src/pvsDaemon.cpp src/util/clientGUIUtils.h
| | * Merge remote branch 'openslx/master' into mcastftSebastien Braun2010-10-0510-715/+763
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt pvsmgr.qrc src/gui/clientConfigDialog.cpp src/gui/mainWindow.cpp src/gui/ui/mainwindow.ui src/gui/ui/mainwindowtouch.ui src/pvs.cpp src/pvs.h src/pvsDaemon.cpp src/pvsgui.cpp
| | * | Delete received file when user cancels rename.Sebastien Braun2010-10-051-2/+9
| | | |
| | * | Whitespace fixSebastien Braun2010-10-051-2/+0Star
| | | |
| | * | Remove system-dependent interface enumeration code and introduce properSebastien Braun2010-10-052-49/+8Star
| | | | | | | | | | | | | | | | Model-View portable code in its stead.
| | * | Implement Network-wide Configuration Interface for Multicast File TransferSebastien Braun2010-10-057-1/+407
| | | |
| | * | 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