Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-11-02 | ODevice iPAQ h191x and MyPal Asus: | zecke | 2 | -4/+4 |
Patch by Pawel Kolodziejski to change the maximum brightnes for H191x and Asus MyPAL. | ||||
2005-10-07 | libopie2/opiecore/device/odevice_ipaq.cpp: | zecke | 1 | -1/+1 |
-make it compile. This line should have been H1940 in the patch. Now I even compiled libopiecore before comitting ;) | ||||
2005-10-06 | ODevice patch from #1701 gor hp1940 | zecke | 2 | -1/+8 |
-Allocate device number -Some implementation | ||||
2005-09-27 | Mac OS X compile fixes: | zecke | 1 | -1/+2 |
-disable the "fuege alle libs auf verdacht hinzu" hack and hope we will identify the root cause. -do not redefine cxa_... on Mac. At least the the Apple Linker is not happy with having that symbol defined twice. -well DYLD_BOOL could not be casted to bool. changing it to bool works -opiecore.pro use the same test as in include.pro to see if we build on linux | ||||
2005-09-03 | fun with namespaces and moc... this patch fixes the hinge sensor on ↵ | mickeyl | 3 | -4/+19 |
clamshell Zaurii | ||||
2005-08-31 | - add support for the new Switches type in the Linux Input System (coming ↵ | mickeyl | 7 | -414/+157 |
with 2.6.14) - use the new Switches support to rewrite the hinge sensor handling on Zaurus models w/ 2.6 - add Switches support to SysInfo, OInputSystem, oinputsystemdemo | ||||
2005-08-27 | call QCopChannel::send() instead of using a QCopEnvelop | mickeyl | 2 | -26/+14 |
2005-08-27 | call processEvents() to make it more likely^w^w^wsure the QCopEnvelope gets ↵ | mickeyl | 2 | -0/+4 |
processed | ||||
2005-08-24 | fix STUPID bug by remembering that a QCopEnvelope is sent in the object ↵ | mickeyl | 2 | -5/+13 |
destructor sometimes C++ is too tricky for human beings :/ | ||||
2005-08-23 | add support for the Sharp SL-C3100 "Borzoi" | mickeyl | 3 | -4/+15 |
2005-08-17 | split rotation handling of c7x0 and CXK because of the W100 Rot0 special case | mickeyl | 1 | -3/+14 |
2005-08-10 | libopie: | zecke | 1 | -2/+4 |
-Build the Asus MyPal ODevice implementation | ||||
2005-08-10 | libopie2/opiecore/device/odevice.h: | zecke | 1 | -43/+50 |
-Reduce the maximum amount of numbers a vendor (e.g. iPAQ) can have to 16 bit in favor of supporting more vendors -Introduce AsusMyPal support -Change the numbering of iPAQ models to be 1,2,3,4 like we do with the other vendors. | ||||
2005-08-10 | libopie2/opiecore/device/odevice_ipaq.cpp: | zecke | 1 | -26/+37 |
-Restore the Opie Header -Partially redo the H19xx handling | ||||
2005-08-10 | libopie2/opiecore/odevice.cpp: | zecke | 1 | -0/+2 |
-Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to instantiate the Asus MyPal implementation | ||||
2005-08-10 | libope2/opiecore/odevice_mypal.[cpp,h]: | zecke | 2 | -0/+330 |
-Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to add Asus MyPal support to Opie | ||||
2005-08-09 | Fix for bug #1682 - correct sizing of tab control | drw | 1 | -0/+9 |
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-07-22 | odevice: fix SL6000 rotation + record button mapping | mickeyl | 1 | -2/+37 |
2005-07-15 | opiebluez: add scanning. | mickeyl | 2 | -11/+146 |
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 | 2 | -7/+46 |
- 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-10 | ideas | mickeyl | 1 | -0/+10 |
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 | 6 | -1/+345 |
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 | enable it (here as well) | mickeyl | 1 | -0/+1 |
2005-07-10 | enable it | mickeyl | 1 | -1/+1 |
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-06-29 | add restart() method (FIXME included ;) | mickeyl | 2 | -2/+13 |
2005-06-27 | Add the two new sort flags | zecke | 1 | -2/+4 |
2005-06-27 | -Fix compile warning (signed vs unsigned) | zecke | 1 | -1/+7 |
-Somehow the split up patches missed the query string... (I knew I would mess up) | ||||
2005-06-27 | Simplify SQL query to not need a temporary SQL table | zecke | 1 | -11/+2 |
Patch courtsey Marcin Juszkiewicz (okayed by eilers) | ||||
2005-06-27 | simpad: restore file header, zaurus: send returnFromSuspend message | mickeyl | 2 | -24/+25 |
2005-06-26 | ODevice now features a method to gather the preferred qte driver. | mickeyl | 3 | -5/+24 |
The default driver is "Transformed". C7x0 Zaurus devices use "W100" from now on. | ||||
2005-06-25 | - fix logic in isEmpty() and isSuspended() | mickeyl | 2 | -5/+16 |
- add convenience API productIdentityVendor() | ||||
2005-06-24 | s,cardmon/pcmcia,pcmcia, | mickeyl | 1 | -1/+1 |
2005-06-22 | respect number of product strings in CIS data | mickeyl | 1 | -1/+3 |
2005-06-22 | Note to self: Don't commit local changes... | mickeyl | 2 | -1/+3 |
2005-06-21 | Can't have signals without Q_OBJECT... | bero | 1 | -0/+1 |
2005-06-21 | - repair broken headers (tss...) | mickeyl | 4 | -36/+36 |
- fix logical error in ODevice::sendSuspendmsg() - send qcop signal returnFromSuspend() after resuming from suspend - remove debug macro from opcmciasystem; better do this from the .pro file with DEFINES += | ||||
2005-06-19 | add note about why we don't use ioctls for gathering the cards initially | mickeyl | 1 | -1/+4 |
2005-06-17 | - disable DEBUG in opcmciasystem | mickeyl | 1 | -6/+6 |
- fix suspend/resume logic | ||||
2005-06-14 | enable OPcmciaSocket::manufacturer() | mickeyl | 2 | -10/+20 |
Did I mention Qt2 sucks? We don't even have a QPair :/ | ||||
2005-06-09 | add support for the linux 2.6 backlight interface on tosa, poodle, and collie | mickeyl | 2 | -28/+42 |
2005-06-02 | - move addLanguage.sh and mkipks to scripts/ directory | mickeyl | 2 | -18/+25 |
- finish recursive directory locks and mention in ChangeLog beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: ChangeLog libopie2/opiecore/linux/ofilenotify.cpp CVS: libopie2/opiecore/linux/ofilenotify.h CVS: examples/opiecore/onotifytest/main.cpp CVS: examples/opiecore/onotifytest/main.h CVS: Added Files: CVS: scripts/addLanguage.sh scripts/mkipks CVS: ---------------------------------------------------------------------- |