-rw-r--r-- | noncore/net/opietooth/manager/bticonloader.cpp | 1 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/hidpopup.cpp | 105 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/hidpopup.h | 43 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 4 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/popuphelper.cpp | 1 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/stdpopups.cpp | 5 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/stdpopups.h | 1 |
7 files changed, 158 insertions, 2 deletions
diff --git a/noncore/net/opietooth/manager/bticonloader.cpp b/noncore/net/opietooth/manager/bticonloader.cpp index 6bac256..c8a6dd4 100644 --- a/noncore/net/opietooth/manager/bticonloader.cpp +++ b/noncore/net/opietooth/manager/bticonloader.cpp | |||
@@ -1,78 +1,79 @@ | |||
1 | 1 | ||
2 | #include "bticonloader.h" | 2 | #include "bticonloader.h" |
3 | 3 | ||
4 | #include <qpe/resource.h> | 4 | #include <qpe/resource.h> |
5 | 5 | ||
6 | namespace OpieTooth { | 6 | namespace OpieTooth { |
7 | 7 | ||
8 | 8 | ||
9 | BTIconLoader::BTIconLoader() { | 9 | BTIconLoader::BTIconLoader() { |
10 | 10 | ||
11 | // still need to find out real ids | 11 | // still need to find out real ids |
12 | deviceIcons.insert( 100 , "computer_16" ); | 12 | deviceIcons.insert( 100 , "computer_16" ); |
13 | deviceIcons.insert( 101 , "phone_16" ); | 13 | deviceIcons.insert( 101 , "phone_16" ); |
14 | deviceIcons.insert( 102 , "brain_16" ); | 14 | deviceIcons.insert( 102 , "brain_16" ); |
15 | deviceIcons.insert( 103 , "conduit_16" ); | 15 | deviceIcons.insert( 103 , "conduit_16" ); |
16 | 16 | ||
17 | 17 | ||
18 | serviceIcons.insert( 4357 , "obex_16" ); //OBEXObjectPush | 18 | serviceIcons.insert( 4357 , "obex_16" ); //OBEXObjectPush |
19 | serviceIcons.insert( 4358 , "obex_16" ); //OBEXFileTransfer | 19 | serviceIcons.insert( 4358 , "obex_16" ); //OBEXFileTransfer |
20 | serviceIcons.insert( 4369 , "print_16" ); //Fax | 20 | serviceIcons.insert( 4369 , "print_16" ); //Fax |
21 | serviceIcons.insert( 4353 , "serial_16" ); //SerialPort | 21 | serviceIcons.insert( 4353 , "serial_16" ); //SerialPort |
22 | serviceIcons.insert( 4356 , "sync_16" ); //IrMCSync | 22 | serviceIcons.insert( 4356 , "sync_16" ); //IrMCSync |
23 | serviceIcons.insert( 4359 , "sync_16" ); //IrMCSyncCommand | 23 | serviceIcons.insert( 4359 , "sync_16" ); //IrMCSyncCommand |
24 | serviceIcons.insert( 4354 , "network_16" ); //LANAccessUsingPPP | 24 | serviceIcons.insert( 4354 , "network_16" ); //LANAccessUsingPPP |
25 | serviceIcons.insert( 4355 , "network_16"); //DialupNetworking | 25 | serviceIcons.insert( 4355 , "network_16"); //DialupNetworking |
26 | serviceIcons.insert( 4360 , "phone_16"); // Headset | 26 | serviceIcons.insert( 4360 , "phone_16"); // Headset |
27 | serviceIcons.insert( 4370 , "audio_16"); //HeadsetAudioGateway | 27 | serviceIcons.insert( 4370 , "audio_16"); //HeadsetAudioGateway |
28 | serviceIcons.insert( 4374 , "network_16"); // Network Access Point | 28 | serviceIcons.insert( 4374 , "network_16"); // Network Access Point |
29 | serviceIcons.insert( 4361 , "phone_16"); // CordlessTelephony | 29 | serviceIcons.insert( 4361 , "phone_16"); // CordlessTelephony |
30 | serviceIcons.insert( 4362 , "audio_16"); // AudioSource | 30 | serviceIcons.insert( 4362 , "audio_16"); // AudioSource |
31 | serviceIcons.insert( 4363 , "audio_16"); // AudioSink | 31 | serviceIcons.insert( 4363 , "audio_16"); // AudioSink |
32 | serviceIcons.insert( 4388 , "other_16" ); //Human Interface Device | ||
32 | serviceIcons.insert( 4390 , "print_16" ); //HCR_Print | 33 | serviceIcons.insert( 4390 , "print_16" ); //HCR_Print |
33 | serviceIcons.insert( 4392 , "phone_16" ); //Common_ISDN_Access | 34 | serviceIcons.insert( 4392 , "phone_16" ); //Common_ISDN_Access |
34 | 35 | ||
35 | serviceIcons.insert( 4609 , "network_16" ); //GenericNetworking | 36 | serviceIcons.insert( 4609 , "network_16" ); //GenericNetworking |
36 | serviceIcons.insert( 4610 , "folder_16" ); //GenericFileTransfer | 37 | serviceIcons.insert( 4610 , "folder_16" ); //GenericFileTransfer |
37 | serviceIcons.insert( 4392 , "audio_16" ); //GenericAudio | 38 | serviceIcons.insert( 4392 , "audio_16" ); //GenericAudio |
38 | // serviceIcons.insert( 4392 , "phone_16" ); //GenericTelephony | 39 | // serviceIcons.insert( 4392 , "phone_16" ); //GenericTelephony |
39 | // the above is duplicated? -zecke | 40 | // the above is duplicated? -zecke |
40 | 41 | ||
41 | //serviceIcons.insert( "106" , "link_16" ); | 42 | //serviceIcons.insert( "106" , "link_16" ); |
42 | //serviceIcons.insert( "107" , "misc_16" ); | 43 | //serviceIcons.insert( "107" , "misc_16" ); |
43 | } | 44 | } |
44 | 45 | ||
45 | BTIconLoader::~BTIconLoader() { | 46 | BTIconLoader::~BTIconLoader() { |
46 | } | 47 | } |
47 | 48 | ||
48 | QPixmap BTIconLoader::deviceIcon( int deviceClass ) { | 49 | QPixmap BTIconLoader::deviceIcon( int deviceClass ) { |
49 | 50 | ||
50 | QString iconName; | 51 | QString iconName; |
51 | 52 | ||
52 | QMap<int, QString>::Iterator it; | 53 | QMap<int, QString>::Iterator it; |
53 | 54 | ||
54 | it = deviceIcons.find( deviceClass ); | 55 | it = deviceIcons.find( deviceClass ); |
55 | iconName = it.data(); | 56 | iconName = it.data(); |
56 | 57 | ||
57 | if ( iconName.isEmpty() ) { | 58 | if ( iconName.isEmpty() ) { |
58 | iconName = "unknown_16"; | 59 | iconName = "unknown_16"; |
59 | } | 60 | } |
60 | return( Resource::loadPixmap( "opietooth/icons/" + iconName ) ); | 61 | return( Resource::loadPixmap( "opietooth/icons/" + iconName ) ); |
61 | } | 62 | } |
62 | 63 | ||
63 | QPixmap BTIconLoader::serviceIcon( int serviceClass ) { | 64 | QPixmap BTIconLoader::serviceIcon( int serviceClass ) { |
64 | 65 | ||
65 | QString iconName; | 66 | QString iconName; |
66 | 67 | ||
67 | QMap<int, QString>::Iterator it; | 68 | QMap<int, QString>::Iterator it; |
68 | 69 | ||
69 | it = serviceIcons.find( serviceClass ); | 70 | it = serviceIcons.find( serviceClass ); |
70 | iconName = it.data(); | 71 | iconName = it.data(); |
71 | 72 | ||
72 | if ( iconName.isEmpty() ) { | 73 | if ( iconName.isEmpty() ) { |
73 | iconName = "unknown_16"; | 74 | iconName = "unknown_16"; |
74 | } | 75 | } |
75 | return( Resource::loadPixmap( "opietooth/icons/" + iconName ) ); | 76 | return( Resource::loadPixmap( "opietooth/icons/" + iconName ) ); |
76 | } | 77 | } |
77 | 78 | ||
78 | } | 79 | } |
diff --git a/noncore/net/opietooth/manager/hidpopup.cpp b/noncore/net/opietooth/manager/hidpopup.cpp new file mode 100644 index 0000000..98a2fb4 --- a/dev/null +++ b/noncore/net/opietooth/manager/hidpopup.cpp | |||
@@ -0,0 +1,105 @@ | |||
1 | /* $Id$ */ | ||
2 | /* PAN context menu */ | ||
3 | /*************************************************************************** | ||
4 | * * | ||
5 | * This program is free software; you can redistribute it and/or modify * | ||
6 | * it under the terms of the GNU General Public License as published by * | ||
7 | * the Free Software Foundation; either version 2 of the License, or * | ||
8 | * (at your option) any later version. * | ||
9 | * * | ||
10 | ***************************************************************************/ | ||
11 | #include <qpe/qcopenvelope_qws.h> | ||
12 | #include <qmessagebox.h> | ||
13 | #include <opie2/odebug.h> | ||
14 | #include <opie2/oprocess.h> | ||
15 | #include <qpe/qpeapplication.h> | ||
16 | using namespace Opie::Core; | ||
17 | |||
18 | #include <qtimer.h> | ||
19 | #include "hidpopup.h" | ||
20 | |||
21 | using namespace OpieTooth; | ||
22 | |||
23 | /* | ||
24 | * c'tor init the QAction | ||
25 | */ | ||
26 | HidPopup::HidPopup(const OpieTooth::Services&, OpieTooth::BTDeviceItem* item) : | ||
27 | QPopupMenu() { | ||
28 | |||
29 | owarn << "HidPopup c'tor" << oendl; | ||
30 | |||
31 | m_item = item; | ||
32 | QAction* a; | ||
33 | QAction* c; | ||
34 | |||
35 | m_hidConnect = 0l; | ||
36 | /* connect action */ | ||
37 | |||
38 | a = new QAction(); // so it's get deleted | ||
39 | a->setText( tr("connect") ); | ||
40 | a->addTo( this ); | ||
41 | connect( a, SIGNAL( activated() ), this, SLOT( slotConnect() ) ); | ||
42 | |||
43 | c = new QAction(); | ||
44 | c->setText( tr( "disconnect" ) ); | ||
45 | c->addTo( this ); | ||
46 | connect( c, SIGNAL( activated() ), this, SLOT( slotDisconnect() ) ); | ||
47 | |||
48 | }; | ||
49 | |||
50 | HidPopup::~HidPopup() { | ||
51 | delete m_hidConnect; | ||
52 | } | ||
53 | |||
54 | void HidPopup::slotConnect() { | ||
55 | odebug << "connect" << oendl; | ||
56 | m_hidConnect = new OProcess(); | ||
57 | *m_hidConnect << "hidd" << "--connect" << m_item->mac(); | ||
58 | connect(m_hidConnect, | ||
59 | SIGNAL(receivedStdout(Opie::Core::OProcess*, char*, int)), | ||
60 | this, SLOT(fillOutPut(Opie::Core::OProcess*, char*, int))); | ||
61 | connect(m_hidConnect, | ||
62 | SIGNAL(receivedStderr(Opie::Core::OProcess*, char*, int)), | ||
63 | this, SLOT(fillErr(Opie::Core::OProcess*, char*, int))); | ||
64 | connect(m_hidConnect, | ||
65 | SIGNAL(processExited(Opie::Core::OProcess*)), | ||
66 | this, SLOT(slotProcessExited(Opie::Core::OProcess*))); | ||
67 | if (!m_hidConnect->start(OProcess::Block, OProcess::AllOutput)) { | ||
68 | QMessageBox::critical(this, tr("HID Connection"), | ||
69 | tr("HID Connection\nto device ") + m_item->mac() + tr("\nfailed")); | ||
70 | delete m_hidConnect; | ||
71 | m_hidConnect = 0l; | ||
72 | } | ||
73 | } | ||
74 | |||
75 | void HidPopup::slotDisconnect() { | ||
76 | OProcess hidKill; | ||
77 | hidKill << "hidd" << "--kill" << m_item->mac(); | ||
78 | hidKill.start(OProcess::DontCare, OProcess::NoCommunication); | ||
79 | sleep(1); | ||
80 | QMessageBox::information(this, tr("HID Disconnect"), tr("HID Disconnected")); | ||
81 | } | ||
82 | |||
83 | void HidPopup::fillOutPut( OProcess*, char* cha, int len ) { | ||
84 | QCString str(cha, len); | ||
85 | odebug << str << oendl; | ||
86 | } | ||
87 | |||
88 | void HidPopup::fillErr(OProcess*, char* buf, int len) | ||
89 | { | ||
90 | QCString str(buf, len); | ||
91 | odebug << str << oendl; | ||
92 | } | ||
93 | |||
94 | void HidPopup::slotProcessExited(OProcess* proc) { | ||
95 | if (m_hidConnect->normalExit()) | ||
96 | QMessageBox::information(this, tr("HID Connection"), | ||
97 | tr("HID Connect\nstarted")); | ||
98 | else | ||
99 | QMessageBox::critical(this, tr("HID Connection"), | ||
100 | tr("HID Connection\nto device ") + m_item->mac() + tr("\nfailed")); | ||
101 | delete m_hidConnect; | ||
102 | m_hidConnect = 0l; | ||
103 | } | ||
104 | |||
105 | //eof | ||
diff --git a/noncore/net/opietooth/manager/hidpopup.h b/noncore/net/opietooth/manager/hidpopup.h new file mode 100644 index 0000000..0c51919 --- a/dev/null +++ b/noncore/net/opietooth/manager/hidpopup.h | |||
@@ -0,0 +1,43 @@ | |||
1 | /* $Id$ */ | ||
2 | /* PAN context menu */ | ||
3 | /*************************************************************************** | ||
4 | * * | ||
5 | * This program is free software; you can redistribute it and/or modify * | ||
6 | * it under the terms of the GNU General Public License as published by * | ||
7 | * the Free Software Foundation; either version 2 of the License, or * | ||
8 | * (at your option) any later version. * | ||
9 | * * | ||
10 | ***************************************************************************/ | ||
11 | #ifndef HIDPOPUP_H | ||
12 | #define HIDPOPUP_H | ||
13 | |||
14 | #include <qpopupmenu.h> | ||
15 | #include <qaction.h> | ||
16 | #include <opie2/oprocess.h> | ||
17 | #include <services.h> | ||
18 | #include "btdeviceitem.h" | ||
19 | |||
20 | namespace OpieTooth { | ||
21 | |||
22 | class HidPopup : public QPopupMenu { | ||
23 | |||
24 | Q_OBJECT | ||
25 | |||
26 | public: | ||
27 | HidPopup(const OpieTooth::Services&, OpieTooth::BTDeviceItem*); | ||
28 | ~HidPopup(); | ||
29 | |||
30 | private: | ||
31 | QAction* m_push; | ||
32 | OpieTooth::BTDeviceItem *m_item; | ||
33 | Opie::Core::OProcess* m_hidConnect; //HID process | ||
34 | private slots: | ||
35 | void slotConnect(); | ||
36 | void slotDisconnect(); | ||
37 | void fillOutPut( Opie::Core::OProcess* pppDial, char* cha, int len ); | ||
38 | void fillErr(Opie::Core::OProcess*, char*, int); | ||
39 | void slotProcessExited(Opie::Core::OProcess* proc); | ||
40 | }; | ||
41 | }; | ||
42 | |||
43 | #endif | ||
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index 09bd10e..dc048c4 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -1,45 +1,45 @@ | |||
1 | CONFIG = qt warn_on quick-app | 1 | CONFIG = qt warn_on quick-app |
2 | HEADERS = btconnectionitem.h btdeviceitem.h \ | 2 | HEADERS = btconnectionitem.h btdeviceitem.h \ |
3 | btserviceitem.h stdpopups.h \ | 3 | btserviceitem.h stdpopups.h \ |
4 | popuphelper.h bluebase.h \ | 4 | popuphelper.h bluebase.h \ |
5 | scandialog.h btlistitem.h filistitem.h \ | 5 | scandialog.h btlistitem.h filistitem.h \ |
6 | hciconfwrapper.h bticonloader.h \ | 6 | hciconfwrapper.h bticonloader.h \ |
7 | pppdialog.h dundialog.h pandialog.h \ | 7 | pppdialog.h dundialog.h pandialog.h \ |
8 | obexdialog.h obexftpdialog.h \ | 8 | obexdialog.h obexftpdialog.h \ |
9 | rfcommassigndialogimpl.h rfcommassigndialogitem.h \ | 9 | rfcommassigndialogimpl.h rfcommassigndialogitem.h \ |
10 | devicehandler.h rfcpopup.h obexpopup.h obexftpopup.h \ | 10 | devicehandler.h rfcpopup.h obexpopup.h obexftpopup.h \ |
11 | rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h \ | 11 | rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h \ |
12 | servicesdialog.h btconfhandler.h | 12 | servicesdialog.h btconfhandler.h hidpopup.h |
13 | 13 | ||
14 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ | 14 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ |
15 | btserviceitem.cpp filelistitem.cpp stdpopups.cpp \ | 15 | btserviceitem.cpp filelistitem.cpp stdpopups.cpp \ |
16 | popuphelper.cpp main.cpp \ | 16 | popuphelper.cpp main.cpp \ |
17 | bluebase.cpp scandialog.cpp \ | 17 | bluebase.cpp scandialog.cpp \ |
18 | btlistitem.cpp hciconfwrapper.cpp \ | 18 | btlistitem.cpp hciconfwrapper.cpp \ |
19 | bticonloader.cpp pppdialog.cpp dundialog.cpp pandialog.cpp \ | 19 | bticonloader.cpp pppdialog.cpp dundialog.cpp pandialog.cpp \ |
20 | rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ | 20 | rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ |
21 | obexdialog.cpp devicehandler.cpp \ | 21 | obexdialog.cpp devicehandler.cpp \ |
22 | rfcpopup.cpp obexpopup.cpp obexftpopup.cpp obexftpdialog.cpp \ | 22 | rfcpopup.cpp obexpopup.cpp obexftpopup.cpp obexftpdialog.cpp \ |
23 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.cpp \ | 23 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.cpp \ |
24 | servicesdialog.cpp btconfhandler.cpp | 24 | servicesdialog.cpp btconfhandler.cpp hidpopup.cpp |
25 | INCLUDEPATH += $(OPIEDIR)/include | 25 | INCLUDEPATH += $(OPIEDIR)/include |
26 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 26 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
27 | DEPENDPATH += $(OPIEDIR)/include | 27 | DEPENDPATH += $(OPIEDIR)/include |
28 | LIBS += -lqpe -lbluetooth -lopietooth1 -lopiecore2 -lopieui2 -lopenobex | 28 | LIBS += -lqpe -lbluetooth -lopietooth1 -lopiecore2 -lopieui2 -lopenobex |
29 | INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui \ | 29 | INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui \ |
30 | rfcommdialogitembase.ui obexftpdialogbase.ui \ | 30 | rfcommdialogitembase.ui obexftpdialogbase.ui \ |
31 | servicesdialogbase.ui | 31 | servicesdialogbase.ui |
32 | 32 | ||
33 | TARGET = bluetooth-manager | 33 | TARGET = bluetooth-manager |
34 | 34 | ||
35 | include( $(OPIEDIR)/include.pro ) | 35 | include( $(OPIEDIR)/include.pro ) |
36 | 36 | ||
37 | !isEmpty( LIBOBEXFTP_INC_DIR ) { | 37 | !isEmpty( LIBOBEXFTP_INC_DIR ) { |
38 | INCLUDEPATH += $$LIBOBEXFTP_INC_DIR | 38 | INCLUDEPATH += $$LIBOBEXFTP_INC_DIR |
39 | } | 39 | } |
40 | 40 | ||
41 | !isEmpty( LIBOBEXFTP_LIB_DIR ) { | 41 | !isEmpty( LIBOBEXFTP_LIB_DIR ) { |
42 | LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a | 42 | LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a |
43 | LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a | 43 | LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a |
44 | LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a | 44 | LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a |
45 | } | 45 | } |
diff --git a/noncore/net/opietooth/manager/popuphelper.cpp b/noncore/net/opietooth/manager/popuphelper.cpp index b3d7aa5..66f42bc 100644 --- a/noncore/net/opietooth/manager/popuphelper.cpp +++ b/noncore/net/opietooth/manager/popuphelper.cpp | |||
@@ -1,36 +1,37 @@ | |||
1 | 1 | ||
2 | #include "stdpopups.h" | 2 | #include "stdpopups.h" |
3 | #include "popuphelper.h" | 3 | #include "popuphelper.h" |
4 | 4 | ||
5 | using namespace OpieTooth; | 5 | using namespace OpieTooth; |
6 | 6 | ||
7 | PopupHelper::PopupHelper() { | 7 | PopupHelper::PopupHelper() { |
8 | init(); | 8 | init(); |
9 | } | 9 | } |
10 | 10 | ||
11 | PopupHelper::~PopupHelper() { | 11 | PopupHelper::~PopupHelper() { |
12 | } | 12 | } |
13 | 13 | ||
14 | void PopupHelper::insert( int id, popupFactory fact ) { | 14 | void PopupHelper::insert( int id, popupFactory fact ) { |
15 | m_map.insert(id, fact ); | 15 | m_map.insert(id, fact ); |
16 | } | 16 | } |
17 | 17 | ||
18 | QPopupMenu* PopupHelper::find( int id, const Services& ser, BTDeviceItem* item ) { | 18 | QPopupMenu* PopupHelper::find( int id, const Services& ser, BTDeviceItem* item ) { |
19 | //owarn << "find" << oendl; | 19 | //owarn << "find" << oendl; |
20 | FactoryMap::Iterator it = m_map.find(id ); | 20 | FactoryMap::Iterator it = m_map.find(id ); |
21 | if ( it != m_map.end() ) { | 21 | if ( it != m_map.end() ) { |
22 | //owarn << "found" << oendl; | 22 | //owarn << "found" << oendl; |
23 | popupFactory fact = it.data(); | 23 | popupFactory fact = it.data(); |
24 | return (*fact)(ser, item); | 24 | return (*fact)(ser, item); |
25 | } | 25 | } |
26 | return 0l; | 26 | return 0l; |
27 | } | 27 | } |
28 | 28 | ||
29 | void PopupHelper::init() { | 29 | void PopupHelper::init() { |
30 | insert( 4353, newRfcComPopup ); | 30 | insert( 4353, newRfcComPopup ); |
31 | insert( 4354, newDunPopup ); | 31 | insert( 4354, newDunPopup ); |
32 | insert( 4355, newRfcComPopup ); | 32 | insert( 4355, newRfcComPopup ); |
33 | insert( 4357, newObexPushPopup ); | 33 | insert( 4357, newObexPushPopup ); |
34 | insert( 4358, newObexFtpPopup ); | 34 | insert( 4358, newObexFtpPopup ); |
35 | insert( 4374, newPanPopup ); | 35 | insert( 4374, newPanPopup ); |
36 | insert( 4388, newHidPopup ); | ||
36 | } | 37 | } |
diff --git a/noncore/net/opietooth/manager/stdpopups.cpp b/noncore/net/opietooth/manager/stdpopups.cpp index f58d3a6..17a7002 100644 --- a/noncore/net/opietooth/manager/stdpopups.cpp +++ b/noncore/net/opietooth/manager/stdpopups.cpp | |||
@@ -1,29 +1,34 @@ | |||
1 | 1 | ||
2 | #include "rfcpopup.h" | 2 | #include "rfcpopup.h" |
3 | #include "obexpopup.h" | 3 | #include "obexpopup.h" |
4 | #include "obexftpopup.h" | 4 | #include "obexftpopup.h" |
5 | #include "panpopup.h" | 5 | #include "panpopup.h" |
6 | #include "dunpopup.h" | 6 | #include "dunpopup.h" |
7 | #include "hidpopup.h" | ||
7 | 8 | ||
8 | #include "stdpopups.h" | 9 | #include "stdpopups.h" |
9 | 10 | ||
10 | extern "C" { | 11 | extern "C" { |
11 | 12 | ||
12 | QPopupMenu* newRfcComPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item ) { | 13 | QPopupMenu* newRfcComPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item ) { |
13 | return new OpieTooth::RfcCommPopup(service, item); // fix spellin RfComm vs. RfcComm and paramaters | 14 | return new OpieTooth::RfcCommPopup(service, item); // fix spellin RfComm vs. RfcComm and paramaters |
14 | } | 15 | } |
15 | QPopupMenu* newObexPushPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item) { | 16 | QPopupMenu* newObexPushPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item) { |
16 | return new OpieTooth::ObexPopup(service, item); | 17 | return new OpieTooth::ObexPopup(service, item); |
17 | } | 18 | } |
18 | QPopupMenu* newObexFtpPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item) { | 19 | QPopupMenu* newObexFtpPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item) { |
19 | return new OpieTooth::ObexFtpPopup(service, item); | 20 | return new OpieTooth::ObexFtpPopup(service, item); |
20 | } | 21 | } |
21 | QPopupMenu* newPanPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* item ) { | 22 | QPopupMenu* newPanPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* item ) { |
22 | return new OpieTooth::PanPopup( item ); | 23 | return new OpieTooth::PanPopup( item ); |
23 | } | 24 | } |
24 | 25 | ||
25 | QPopupMenu* newDunPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item ) { | 26 | QPopupMenu* newDunPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item ) { |
26 | return new OpieTooth::DunPopup(service, item); | 27 | return new OpieTooth::DunPopup(service, item); |
27 | } | 28 | } |
29 | |||
30 | QPopupMenu* newHidPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item ) { | ||
31 | return new OpieTooth::HidPopup(service, item); | ||
32 | } | ||
28 | } | 33 | } |
29 | 34 | ||
diff --git a/noncore/net/opietooth/manager/stdpopups.h b/noncore/net/opietooth/manager/stdpopups.h index 3c361db..f1e1696 100644 --- a/noncore/net/opietooth/manager/stdpopups.h +++ b/noncore/net/opietooth/manager/stdpopups.h | |||
@@ -1,21 +1,22 @@ | |||
1 | 1 | ||
2 | #ifndef OPIE_TOOTH_STD_POPUPS | 2 | #ifndef OPIE_TOOTH_STD_POPUPS |
3 | #define OPIE_TOOTH_STD_POPUPS | 3 | #define OPIE_TOOTH_STD_POPUPS |
4 | 4 | ||
5 | #include <qlistview.h> | 5 | #include <qlistview.h> |
6 | #include <qpopupmenu.h> | 6 | #include <qpopupmenu.h> |
7 | 7 | ||
8 | #include <services.h> | 8 | #include <services.h> |
9 | 9 | ||
10 | #include "btdeviceitem.h" | 10 | #include "btdeviceitem.h" |
11 | 11 | ||
12 | extern "C" { | 12 | extern "C" { |
13 | 13 | ||
14 | QPopupMenu* newRfcComPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); | 14 | QPopupMenu* newRfcComPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); |
15 | QPopupMenu* newObexPushPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); | 15 | QPopupMenu* newObexPushPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); |
16 | QPopupMenu* newPanPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); | 16 | QPopupMenu* newPanPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); |
17 | QPopupMenu* newDunPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); | 17 | QPopupMenu* newDunPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); |
18 | QPopupMenu* newHidPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); | ||
18 | QPopupMenu* newObexFtpPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); | 19 | QPopupMenu* newObexFtpPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); |
19 | } | 20 | } |
20 | 21 | ||
21 | #endif | 22 | #endif |