summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_ipaq.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-03-17match h1910 and asus 716 to other pda latest changesaquadran1-2/+1
2007-02-21This commit fixes Opie bug 1839:erik1-13/+9
http://opie-bugs.oszine.de/view.php?id=1839
2007-02-08This commit provides support for any iPAQ handheld that runs a 2.6 kernelerik1-57/+44
and follows the backlight class in sysfs. This patch was originally done by an unknown poster and maintained by Paul S. Thanks all who contributed.
2006-12-13Committed patch provided by Paul Solkolovsky which combines allkorovkin1-44/+33
the 2.6 based PDAs togeter. Thank you Paul!
2006-08-02improve ipaq 2200, 4xxx, 4700 support. patches courtesy R.Wagner, E.Hovland, ↵mickeyl1-6/+41
P.Sokolovsky. thanks guys
2006-06-09changed access method for lcd sys params of ipaq h191x and mypal a716 based ↵aquadran1-8/+45
on Slavek Banko patch
2006-04-27libopie2/opiecore/device/:zecke1-0/+13
Patch by hrhr to add basic backlight support for the hx4700 series of iPAQs to ODevice
2005-12-29changed power button mappings for h1915 and asus mypal 716aquadran1-0/+4
2005-11-02ODevice iPAQ h191x and MyPal Asus:zecke1-1/+1
Patch by Pawel Kolodziejski to change the maximum brightnes for H191x and Asus MyPAL.
2005-10-07libopie2/opiecore/device/odevice_ipaq.cpp:zecke1-1/+1
-make it compile. This line should have been H1940 in the patch. Now I even compiled libopiecore before comitting ;)
2005-10-06ODevice patch from #1701 gor hp1940zecke1-1/+7
-Allocate device number -Some implementation
2005-08-10libopie2/opiecore/device/odevice_ipaq.cpp:zecke1-26/+37
-Restore the Opie Header -Partially redo the H19xx handling
2005-08-04ODevice:zecke1-14/+48
Patch by Pawel Kolodziejski (pablo _BEI_ omega.xtr.net.pl) to add support for the H19xx series of iPAQs
2005-04-05Use OResource for loading imagesdrw1-23/+25
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl1-21/+0
2004-10-13-Create the QPE/System channel in ODevice to listen for button remappingzecke1-3/+0
-Remove various connect and QCopChannel creation from actual device implementations Let us see if that breaks anything, I hope SIMpad still will do fine. We might need to guard if a qApp exists?
2004-09-21If sound is not yet finished return and do not try to playzecke1-0/+2
it again. if(!snd.isFinished()) return;
2004-08-25-Have a common implementation for reading the config valuezecke1-49/+22
and setting the Mixer. The mixer, sound and path is configurable -Restore the Opie HEADER (who is guilty? probably me) -Fix warnings -Port Zaurus,Simpad,Ipaq to configure the mixer
2004-08-01cleanup - odevice is now and for future the one and only friend classalwin1-2/+1
2004-08-01added a keyfilter singleton. All OPIE apps should use that instead ofalwin1-26/+29
the base from qte 'cause there are some stupids in handling pointers. key handlers from odevice-classes will handled at top of all others iPAQ and SIMPad are switched to that filter queue.
2004-06-12- refactor the distribution detection codemickeyl1-25/+0
- add detection of OpenEmbedded and generic linux distributions - simplify the zaurus model detection code
2004-05-01Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ↵zecke1-27/+25
again.. only adjusted iPAQ backend to use it Beginning of hh22xx Linux2.6 support
2004-04-22-added default buttons for emulation in qvfb or for unknown devicesalwin1-2/+2
-default email app is now opiemail instead of mail
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-1/+1
2004-03-13Move XML class to internal PIMzecke1-0/+4
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-02run the optimize_connect scriptalwin1-1/+1
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-02-19The hardware keys on the H5xxx are rotated by 270°zecke1-1/+7
so rotate the key events
2004-02-07Rename the rest bunch of functions <- fix compiling...zecke1-1/+1
Readd the todo mark about constness initButtons is not const...
2004-01-13- rewrite device detectionmickeyl1-52/+3
- cleanup - split odevice stuff into header and cpp files - Note for next buildsystem: Don't link all header files but distinguish between public and private headers, e.g. odevice.h is public while odevice_ipaq.h is private.
2004-01-13- split odevice into dedicated files and classes, it has getting much too largemickeyl1-0/+524
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2