S60: Provide a MessageBox for starting serial communication as well.
Generalize the concept of the Bluetooth starter, extract base class BaseCommunicationStarter that can be used to start a serial communication without further resources (listener) as well. Introduce convenience functions for both types. Note: This will only work for COM-ports that are not used otherwise by the operating system.
Showing
- src/plugins/debugger/gdb/s60debuggerbluetoothstarter.cpp 20 additions, 0 deletionssrc/plugins/debugger/gdb/s60debuggerbluetoothstarter.cpp
- src/plugins/debugger/gdb/s60debuggerbluetoothstarter.h 14 additions, 4 deletionssrc/plugins/debugger/gdb/s60debuggerbluetoothstarter.h
- src/plugins/debugger/gdb/trkgdbadapter.cpp 16 additions, 24 deletionssrc/plugins/debugger/gdb/trkgdbadapter.cpp
- src/plugins/debugger/gdb/trkoptions.h 1 addition, 0 deletionssrc/plugins/debugger/gdb/trkoptions.h
- src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp 18 additions, 15 deletions...ns/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
- src/plugins/qt4projectmanager/qt-s60/s60devicerunconfigurationwidget.cpp 16 additions, 16 deletions...projectmanager/qt-s60/s60devicerunconfigurationwidget.cpp
- src/plugins/qt4projectmanager/qt-s60/s60runconfigbluetoothstarter.cpp 21 additions, 0 deletions...qt4projectmanager/qt-s60/s60runconfigbluetoothstarter.cpp
- src/plugins/qt4projectmanager/qt-s60/s60runconfigbluetoothstarter.h 16 additions, 2 deletions...s/qt4projectmanager/qt-s60/s60runconfigbluetoothstarter.h
- src/shared/trk/bluetoothlistener_gui.cpp 47 additions, 23 deletionssrc/shared/trk/bluetoothlistener_gui.cpp
- src/shared/trk/bluetoothlistener_gui.h 28 additions, 11 deletionssrc/shared/trk/bluetoothlistener_gui.h
- src/shared/trk/communicationstarter.cpp 47 additions, 27 deletionssrc/shared/trk/communicationstarter.cpp
- src/shared/trk/communicationstarter.h 47 additions, 24 deletionssrc/shared/trk/communicationstarter.h
- src/shared/trk/trk.pri 1 addition, 0 deletionssrc/shared/trk/trk.pri
Loading
Please register or sign in to comment