[PATCH] Bluetooth: Added settings to remember last used device.

  • From: Tri-Edge AI <triedgeai@xxxxxxxxx>
  • Date: Sun, 16 Dec 2012 19:11:54 +0200

---
 src/preferences/bluetooth/BluetoothMain.cpp        |    2 +-
 src/preferences/bluetooth/BluetoothSettings.cpp    |   56 +++++++
 src/preferences/bluetooth/BluetoothSettings.h      |   37 +++++
 .../bluetooth/BluetoothSettingsView.cpp            |  160
++++++++++++++------
 src/preferences/bluetooth/BluetoothSettingsView.h  |   51 ++++---
 src/preferences/bluetooth/BluetoothWindow.cpp      |    1 -
 src/preferences/bluetooth/BluetoothWindow.h        |   27 ++--
 .../bluetooth/ExtendedLocalDeviceView.cpp          |   10 +-
 src/preferences/bluetooth/Jamfile                  |    1 +
 9 files changed, 257 insertions(+), 88 deletions(-)
 create mode 100644 src/preferences/bluetooth/BluetoothSettings.cpp
 create mode 100644 src/preferences/bluetooth/BluetoothSettings.h

diff --git a/src/preferences/bluetooth/BluetoothMain.cpp
b/src/preferences/bluetooth/BluetoothMain.cpp
index 0b71630..3451ecb 100644
--- a/src/preferences/bluetooth/BluetoothMain.cpp
+++ b/src/preferences/bluetooth/BluetoothMain.cpp
@@ -77,7 +77,7 @@ BluetoothApplication::MessageReceived
"

-- 
//Fredrik

Other related posts:

  • » [PATCH] Bluetooth: Added settings to remember last used device. - Tri-Edge AI