summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp35
1 files changed, 26 insertions, 9 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index 598ce16..d2854a1 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -144,4 +144,7 @@ void BlueBase::writeConfig() {
}
+/**
+ * Modify the hcid.conf file to our needs
+ */
void BlueBase::writeToHciConfig() {
qWarning("writeToHciConfig");
@@ -149,8 +152,4 @@ void BlueBase::writeToHciConfig() {
hciconf.load();
hciconf.setPinHelper( "/bin/QtPalmtop/bin/blue-pin" );
-
-
- // hciconf->setPinHelper( "/bin/QtPalmtop/bin/blue-pin" );
-
hciconf.setName( m_deviceName );
hciconf.setEncrypt( m_useEncryption );
@@ -175,4 +174,5 @@ void BlueBase::readSavedDevices() {
}
+
/**
* Write the list of allready known devices
@@ -278,4 +278,5 @@ void BlueBase::startServiceActionClicked( QListViewItem */*item*/ ) {
}
+
/**
* Action that are toggled on hold (mostly QPopups i guess)
@@ -314,5 +315,6 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
}
- /**
+
+ /*
* We got service sensitive PopupMenus in our factory
* We will create one through the factory and will insert
@@ -364,8 +366,9 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
}
- /**
- * Search and display avail. services for a device (on expand from device listing)
- *
- */
+
+/**
+ * Search and display avail. services for a device (on expand from device listing)
+ * @param item the service item returned
+ */
void BlueBase::addServicesToDevice( BTDeviceItem * item ) {
qDebug("addServicesToDevice");
@@ -431,5 +434,13 @@ void BlueBase::addConnectedDevices() {
+/**
+ * This adds the found connections to the connection tab.
+ * @param connectionList the ValueList with all current connections
+ */
void BlueBase::addConnectedDevices( ConnectionState::ValueList connectionList ) {
+
+ // clear the ListView first
+ ListView4->clear();
+
QValueList<OpieTooth::ConnectionState>::Iterator it;
BTConnectionItem * connectionItem;
@@ -450,6 +461,8 @@ void BlueBase::addConnectedDevices( ConnectionState::ValueList connectionList )
}
+
/**
* Find out if a device can currently be reached
+ * @param device
*/
void BlueBase::deviceActive( const RemoteDevice &device ) {
@@ -459,4 +472,5 @@ void BlueBase::deviceActive( const RemoteDevice &device ) {
}
+
/**
* The signal catcher. Set the avail. status on device.
@@ -484,4 +498,5 @@ void BlueBase::deviceActive( const QString& device, bool connected ) {
}
+
/**
* Open the "scan for devices" dialog
@@ -504,4 +519,5 @@ void BlueBase::setInfo() {
}
+
/**
* Decontructor
@@ -512,4 +528,5 @@ BlueBase::~BlueBase() {
}
+
/**
* find searches the ListView for a BTDeviceItem containig