summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-07-15opiebluez: add scanning.mickeyl3-14/+160
Ok, guys, everything until now was easy. It gets very ugly to go from here - even to just get the name of a remote device, you have to setup some filters on the bluez socket, fill in some random flags to generate a PDU that calls 'get name' and then afterwards poll until the result comes in. Nasty :/ The BlueZ kernel interface seems to be very badly (if at all) documented. All people are assuming that you use libbluetooth to talk to that stack. However since libbluetooth is GPL, we can't do that :/ Guess, we are stuck here until someone finds time and/or motivation to look into that and create some easy-to-understand examples for how to talk directly to the BlueZ kernel interface.
2005-07-14- add device classmickeyl2-1/+96
- first bits at inquiry
2005-07-14- add bool OBluetoothInterface::setUp( bool )mickeyl3-7/+49
- add void OBluetoothInterface::isUp() const
2005-07-11gather HCI mac address directlymickeyl1-5/+12
2005-07-11stupid typomickeyl1-2/+2
2005-07-11don't link to libbluez since this would taint LGPLmickeyl3-15/+6
2005-07-11catch up with renamesmickeyl3-5/+5
2005-07-11fix per recent renamingsmickeyl1-2/+2
2005-07-10ideasmickeyl1-0/+10
2005-07-10yank infrared stuffmickeyl1-1/+0
2005-07-10s/opieshower/opiebluez/mickeyl2-3/+3
2005-07-10make examples depend on EXAMPLESmickeyl5-7/+7
2005-07-10yank infrared stuffmickeyl1-3/+1
2005-07-10s/opieshower/opiebluez/mickeyl1-1/+1
2005-07-10s/opieshower/opiebluez/, infrared better goes through opienetmickeyl7-2/+346
there's the need of a connection abstraction library which bases on opienet and opiebluez in the future. It's for discussion if it makes sense in Opie 1.x
2005-07-10opieshower: add BT device enumerationmickeyl1-0/+16
2005-07-10enable it (here as well)mickeyl1-0/+1
2005-07-10enable itmickeyl1-1/+1
2005-07-10Add skeleton for opieshower examplesmickeyl13-5/+81
2005-07-10Add skeleton for the new Opie bluetooth and infrared librarymickeyl2-0/+4
2005-07-09autopopulate services list, use odebug where appropriate instead of owarnmickeyl3-57/+54
2005-07-09- sanitize 'ret' scopingmickeyl1-31/+27
- fix orthography in popupmenu - remove 'add to group', since groups seem unfinished :/
2005-07-09change the default generated names of Qt Designer to something meaningfulmickeyl5-35/+35
~lart Harlekin for being unbelievable lazy :/ ~lart all other Opie developers for not correcting this when they spotted it...
2005-07-09put a slight bit of sanity into those .ui filesmickeyl2-386/+303
2005-07-05mention bug 1679 in Changelog alsohrw1-0/+1
2005-07-05added QGrid to make PIN dialog resizable - works ok on 640x480 and 480x640 - ↵hrw1-1229/+1113
closes bug#1679
2005-07-03Resource -> OResourcemickeyl8-231/+260
This is a large diff and I'd appreciate some additional pairs of eyes checking it
2005-07-03remove hard coded scaling of 'UnknownDocument' icon (and restore header, btw.)mickeyl2-34/+26
2005-07-03use slightly darker colormickeyl1-2/+2
2005-07-03Resource -> OResourcemickeyl9-63/+71
Dan, please check if I did everything correctly
2005-07-02- mention new sysinfo developments in changelog and use past tense, where ↵mickeyl2-7/+8
applicable - add CXK in README
2005-07-02SysInfo:mickeyl5-16/+81
- add pcmcia device node detail view - add input device node detail view - grab preferred fixed font for syslog from qpe.conf - slightly adjust tree/detail widget space ratio
2005-06-29add restart() method (FIXME included ;)mickeyl2-2/+13
2005-06-27Use the two new Sort Flags. I applied an older/wrong version of the patch beforezecke1-2/+2
Patch courtsey Marcin Juszkiewicz
2005-06-27Add the two new sort flagszecke1-2/+4
2005-06-27-Fix compile warning (signed vs unsigned)zecke1-1/+7
-Somehow the split up patches missed the query string... (I knew I would mess up)
2005-06-27Fix the compiler warning with converting NULL to integer.zecke1-2/+2
I hope this has no negative side effects
2005-06-27Sort by Anniversary and Birthdayzecke1-0/+10
Patch courtsey Marcin Juszkiewicz
2005-06-27Simplify SQL query to not need a temporary SQL tablezecke1-11/+2
Patch courtsey Marcin Juszkiewicz (okayed by eilers)
2005-06-27simpad: restore file header, zaurus: send returnFromSuspend messagemickeyl2-24/+25
2005-06-26Corrected gutenbrowser and wellenreiter icon naming in Latviangints2-3/+3
2005-06-26Some changes in Latvian icon naminggints2-1/+3
2005-06-26Correct utf-8 for packagemanager name in Latviangints1-1/+1
2005-06-26mention mteira's workmickeyl1-0/+2
2005-06-26get preffered qte driver name from ODevice instead of hard coding it tomickeyl1-5/+5
"Transformed". Patch courtesy Manuel Teira.
2005-06-26ODevice now features a method to gather the preferred qte driver.mickeyl3-5/+24
The default driver is "Transformed". C7x0 Zaurus devices use "W100" from now on.
2005-06-26get the default gfx driver from QWS_DISPLAY instead of hardcodingmickeyl3-4/+12
it to 'Transformed' when launching rotated apps. Patch courtesy Manuel Teira
2005-06-26- refactor miscellaneous things to make configuring work all the timemickeyl7-102/+198
- add 'prompt for' dialog - applet completion state 100% for Version 1.2.1
2005-06-25- fix logic in isEmpty() and isSuspended()mickeyl2-5/+16
- add convenience API productIdentityVendor()
2005-06-25fix enable/disable logic for menu entries in popupmickeyl2-14/+18