summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.cpp
authorharlekin <harlekin>2002-07-21 21:51:12 (UTC)
committer harlekin <harlekin>2002-07-21 21:51:12 (UTC)
commit14ebec617bad2eb46173c09566c335ec6548b334 (patch) (side-by-side diff)
treebdccba4c5b812580ed484ed407a4b9cd2c57ca75 /noncore/net/opietooth/manager/bluebase.cpp
parent9d54b1e1904a65decd54b6f1b5962bdb9ec26717 (diff)
downloadopie-14ebec617bad2eb46173c09566c335ec6548b334.zip
opie-14ebec617bad2eb46173c09566c335ec6548b334.tar.gz
opie-14ebec617bad2eb46173c09566c335ec6548b334.tar.bz2
added obex popup and dialog
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index 433bd3a..1fd0ea2 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -297,10 +297,11 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
QPopupMenu *groups = new QPopupMenu();
- menu->insertItem( tr("rescan sevices:"), 0);
- menu->insertItem( tr("to group"), groups , 1);
- // menu->insertItem( tr("bound device"), 2);
- menu->insertItem( tr("delete"), 3);
+ menu->insertItem( ((BTDeviceItem*)item)->name(),0 );
+ menu->insertSeparator(1);
+ menu->insertItem( tr("rescan sevices"), 2);
+ menu->insertItem( tr("to group"), groups , 3);
+ menu->insertItem( tr("delete"), 4);
ret = menu->exec( point , 0);
@@ -344,6 +345,8 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
QMap<int, QString> list = service->services().classIdList();
QMap<int, QString>::Iterator it = list.begin();
QPopupMenu *popup =0l;
+ popup->insertItem( (service->services()).serviceName() );
+ popup->insertSeparator();
if ( it != list.end() ) {
qWarning("Searching id %d %s", it.key(), it.data().latin1() );
popup = m_popHelper.find( it.key() /*1*/,