summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionWindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-011-1/+2
|\ | | | | | | | | | | | | | | Conflicts: CMakeLists.txt src/core/pvsConnectionManager.cpp src/pvs.cpp src/pvs.h
| * Fix a bug in closeup frame handling.Sebastien Braun2010-10-051-1/+2
| | | | | | | | | | | | | | 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.
* | Process start/stop/view functionalityFabian Schillinger2010-11-011-0/+1
|/ | | | | | | | 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
* initial import of latest svn versionSebastian2010-05-121-0/+125