]> git.tdb.fi Git - r2c2.git/commit
Add a new remote control program with GLtk-based UI
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Apr 2015 23:37:43 +0000 (02:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Apr 2015 23:37:43 +0000 (02:37 +0300)
commitf8873062b146028c07f55ad625d2767e45133c27
treeb34c48b336f5fa5055f06afcd8d31975675e8259
parenta9bbf8d37a2f94a720897fe4f0ab06a016779c69
Add a new remote control program with GLtk-based UI
17 files changed:
Build
data/remote/connectdialog.ui [new file with mode: 0644]
data/remote/statusbar.ui [new file with mode: 0644]
data/remote/trainpanel.ui [new file with mode: 0644]
data/remote/trainselector.ui [new file with mode: 0644]
source/network/client.h
source/network/train.h
source/remote/connectdialog.cpp [new file with mode: 0644]
source/remote/connectdialog.h [new file with mode: 0644]
source/remote/remote.cpp [new file with mode: 0644]
source/remote/remote.h [new file with mode: 0644]
source/remote/statusbar.cpp [new file with mode: 0644]
source/remote/statusbar.h [new file with mode: 0644]
source/remote/trainpanel.cpp [new file with mode: 0644]
source/remote/trainpanel.h [new file with mode: 0644]
source/remote/trainselector.cpp [new file with mode: 0644]
source/remote/trainselector.h [new file with mode: 0644]