Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-08-09 | Added Dagger fixes | drw | 1 | -0/+1 |
2005-08-09 | Update libsword required version | drw | 1 | -1/+1 |
2005-08-09 | Several updates to Dagger, see /noncore/apps/dagger/ChangeLog for more ↵ | drw | 6 | -44/+51 |
information | ||||
2005-08-09 | Added fix for bug #1682 | drw | 1 | -0/+1 |
2005-08-09 | Fix for bug #1682 - correct sizing of tab control | drw | 1 | -0/+9 |
2005-08-09 | left align toolbar icons | llornkcor | 1 | -12/+15 |
2005-08-09 | default should be maximized | llornkcor | 1 | -5/+5 |
2005-08-04 | ODevice: | zecke | 3 | -14/+50 |
Patch by Pawel Kolodziejski (pablo _BEI_ omega.xtr.net.pl) to add support for the H19xx series of iPAQs | ||||
2005-08-04 | apply patch in # 0001662, fixes build with uclibc | llornkcor | 3 | -2/+9 |
2005-08-04 | fix # 0001687: opening desktop file | llornkcor | 1 | -2/+3 |
2005-07-28 | Updated translations | sudonix | 8 | -91/+87 |
2005-07-25 | Show 'Predict' tab only once - close #1543 | hrw | 2 | -3/+14 |
2005-07-22 | odevice: fix SL6000 rotation + record button mapping | mickeyl | 1 | -2/+37 |
2005-07-19 | remove hardcoded font size from checkbook graphs (hrw) | hrw | 1 | -0/+1 |
2005-07-19 | removed hardcoded font size from graphs - now it's 1 smaller then default one | hrw | 1 | -2/+4 |
it would be nice to get _pCfg->getUseSmallFont here like it is done for lists | ||||
2005-07-19 | removed hardcoded font size from netsystemtime (hrw) | hrw | 1 | -0/+1 |
2005-07-19 | change fontsize in ntp server tab and predict tab from hardcoded 7 | hrw | 2 | -2/+2 |
to default - 2 so it is readable on VGA screen | ||||
2005-07-15 | opiebluez: add scanning. | mickeyl | 3 | -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 class | mickeyl | 2 | -1/+96 |
- first bits at inquiry | ||||
2005-07-14 | - add bool OBluetoothInterface::setUp( bool ) | mickeyl | 3 | -7/+49 |
- add void OBluetoothInterface::isUp() const | ||||
2005-07-11 | gather HCI mac address directly | mickeyl | 1 | -5/+12 |
2005-07-11 | stupid typo | mickeyl | 1 | -2/+2 |
2005-07-11 | don't link to libbluez since this would taint LGPL | mickeyl | 3 | -15/+6 |
2005-07-11 | catch up with renames | mickeyl | 3 | -5/+5 |
2005-07-11 | fix per recent renamings | mickeyl | 1 | -2/+2 |
2005-07-10 | ideas | mickeyl | 1 | -0/+10 |
2005-07-10 | yank infrared stuff | mickeyl | 1 | -1/+0 |
2005-07-10 | s/opieshower/opiebluez/ | mickeyl | 2 | -3/+3 |
2005-07-10 | make examples depend on EXAMPLES | mickeyl | 5 | -7/+7 |
2005-07-10 | yank infrared stuff | mickeyl | 1 | -3/+1 |
2005-07-10 | s/opieshower/opiebluez/ | mickeyl | 1 | -1/+1 |
2005-07-10 | s/opieshower/opiebluez/, infrared better goes through opienet | mickeyl | 7 | -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-10 | opieshower: add BT device enumeration | mickeyl | 1 | -0/+16 |
2005-07-10 | enable it (here as well) | mickeyl | 1 | -0/+1 |
2005-07-10 | enable it | mickeyl | 1 | -1/+1 |
2005-07-10 | Add skeleton for opieshower examples | mickeyl | 13 | -5/+81 |
2005-07-10 | Add skeleton for the new Opie bluetooth and infrared library | mickeyl | 2 | -0/+4 |
2005-07-09 | autopopulate services list, use odebug where appropriate instead of owarn | mickeyl | 3 | -57/+54 |
2005-07-09 | - sanitize 'ret' scoping | mickeyl | 1 | -31/+27 |
- fix orthography in popupmenu - remove 'add to group', since groups seem unfinished :/ | ||||
2005-07-09 | change the default generated names of Qt Designer to something meaningful | mickeyl | 5 | -35/+35 |
~lart Harlekin for being unbelievable lazy :/ ~lart all other Opie developers for not correcting this when they spotted it... | ||||
2005-07-09 | put a slight bit of sanity into those .ui files | mickeyl | 2 | -386/+303 |
2005-07-05 | mention bug 1679 in Changelog also | hrw | 1 | -0/+1 |
2005-07-05 | added QGrid to make PIN dialog resizable - works ok on 640x480 and 480x640 - ↵ | hrw | 1 | -1229/+1113 |
closes bug#1679 | ||||
2005-07-03 | Resource -> OResource | mickeyl | 8 | -231/+260 |
This is a large diff and I'd appreciate some additional pairs of eyes checking it | ||||
2005-07-03 | remove hard coded scaling of 'UnknownDocument' icon (and restore header, btw.) | mickeyl | 2 | -34/+26 |
2005-07-03 | use slightly darker color | mickeyl | 1 | -2/+2 |
2005-07-03 | Resource -> OResource | mickeyl | 9 | -63/+71 |
Dan, please check if I did everything correctly | ||||
2005-07-02 | - mention new sysinfo developments in changelog and use past tense, where ↵ | mickeyl | 2 | -7/+8 |
applicable - add CXK in README | ||||
2005-07-02 | SysInfo: | mickeyl | 5 | -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-29 | add restart() method (FIXME included ;) | mickeyl | 2 | -2/+13 |