summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2005-08-31- add support for the new Switches type in the Linux Input System (coming ↵mickeyl1-2/+6
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-07-15opiebluez: add scanning.mickeyl1-3/+14
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 bool OBluetoothInterface::setUp( bool )mickeyl1-0/+3
- add void OBluetoothInterface::isUp() const
2005-07-11catch up with renamesmickeyl3-5/+5
2005-07-10yank infrared stuffmickeyl1-1/+0
2005-07-10s/opieshower/opiebluez/mickeyl1-1/+1
2005-07-10make examples depend on EXAMPLESmickeyl5-7/+7
2005-07-10s/opieshower/opiebluez/, infrared better goes through opienetmickeyl1-1/+1
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-10Add skeleton for opieshower examplesmickeyl13-5/+81
2005-06-15Resource -> OResourcedrw24-70/+47
2005-06-02- move addLanguage.sh and mkipks to scripts/ directorymickeyl2-6/+22
- 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: ----------------------------------------------------------------------
2005-06-02more work on recursive watchesmickeyl1-1/+1
2005-05-31catch up with libopie2 improvementsmickeyl4-13/+46
2005-05-22add small demo/testing application for opcmciasystemmickeyl4-1/+51
2005-05-19print out OPacketCapturer versionmickeyl1-3/+4
2005-05-17libopienet API cleanupsmickeyl2-2/+2
2005-05-16- add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctlsmickeyl1-0/+5
- adjust example
2005-05-10add foundation for a much more intuitive API for file notificationsmickeyl4-1/+82
2005-05-07introduce OFileNotifyEvent and add more signalsmickeyl2-7/+9
2005-05-06first sketch at ODirNotification classmickeyl2-7/+46
2005-05-02Rewrite OFileNotification to use the upcoming inotify (kernel 2.6) interface ↵mickeyl1-17/+25
instead of the deprecated dnotify
2005-04-24Link fixes:zecke3-3/+3
OApplicationFactory uses odebug since some time (dunno if I introduced it) link to opiecore to fix building
2005-02-04show global key statemickeyl1-0/+10
2005-02-04improve coding stylemickeyl3-22/+39
2005-02-02more input system stuffmickeyl1-20/+26
2005-02-02first work on input system abstractionsmickeyl1-0/+68
2005-02-01add skeleton for oinputsystem classes (thin wrapper of Linux Input Subsystem ↵mickeyl5-2/+273
API)
2005-01-30improve mixer codemickeyl1-4/+10
2005-01-30full path includemickeyl1-1/+1
2005-01-29use proper names for .pro filesmickeyl9-0/+0
please remember to name the .pro file exactly like the name of the directory
2005-01-29s/SUBDIRS/subdirs/mickeyl1-1/+1
2005-01-29no config here, but a .pro#mickeyl2-12/+17
2005-01-29config.in's for the examplesmickeyl5-0/+20
2005-01-29examples to where they belongmickeyl4-0/+29
2005-01-29examples appear heremickeyl65-0/+1920
2005-01-29examples start to appear heremickeyl23-0/+755
2005-01-05Renamed package (main-tab was used in ... main-tab -> copy error)wimpie1-1/+1
2005-01-04CONTROL files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl10-3265/+10
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl10-10/+3265
2004-11-20Fix signature of connect statements to contain Opie::zecke1-4/+4
2004-11-20Temporary compile fix. Needs better updating forzecke2-16/+21
OPimOccurrences and some rethinking
2004-10-19Added a clean: target so make clean will succeedclem1-0/+1
2004-10-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem1-1/+1
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
2004-09-12Follow the defined Ownership and have a maybe not neededzecke2-12/+6
sanity check
2004-09-12The usualzecke1-0/+3
2004-09-10Add new line at the endzecke1-1/+2
2004-09-10Make it compile without warning about unused parameterszecke1-1/+1
2004-09-08Addedschurig1-0/+3