Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-08-31 | - add support for the new Switches type in the Linux Input System (coming ↵ | mickeyl | 1 | -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-15 | opiebluez: add scanning. | mickeyl | 1 | -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 ) | mickeyl | 1 | -0/+3 |
- add void OBluetoothInterface::isUp() const | ||||
2005-07-11 | catch up with renames | mickeyl | 3 | -5/+5 |
2005-07-10 | yank infrared stuff | mickeyl | 1 | -1/+0 |
2005-07-10 | s/opieshower/opiebluez/ | mickeyl | 1 | -1/+1 |
2005-07-10 | make examples depend on EXAMPLES | mickeyl | 5 | -7/+7 |
2005-07-10 | s/opieshower/opiebluez/, infrared better goes through opienet | mickeyl | 1 | -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-10 | opieshower: add BT device enumeration | mickeyl | 1 | -0/+16 |
2005-07-10 | Add skeleton for opieshower examples | mickeyl | 13 | -5/+81 |
2005-06-15 | Resource -> OResource | drw | 24 | -70/+47 |
2005-06-02 | - move addLanguage.sh and mkipks to scripts/ directory | mickeyl | 2 | -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-02 | more work on recursive watches | mickeyl | 1 | -1/+1 |
2005-05-31 | catch up with libopie2 improvements | mickeyl | 4 | -13/+46 |
2005-05-22 | add small demo/testing application for opcmciasystem | mickeyl | 4 | -1/+51 |
2005-05-19 | print out OPacketCapturer version | mickeyl | 1 | -3/+4 |
2005-05-17 | libopienet API cleanups | mickeyl | 2 | -2/+2 |
2005-05-16 | - add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctls | mickeyl | 1 | -0/+5 |
- adjust example | ||||
2005-05-10 | add foundation for a much more intuitive API for file notifications | mickeyl | 4 | -1/+82 |
2005-05-07 | introduce OFileNotifyEvent and add more signals | mickeyl | 2 | -7/+9 |
2005-05-06 | first sketch at ODirNotification class | mickeyl | 2 | -7/+46 |
2005-05-02 | Rewrite OFileNotification to use the upcoming inotify (kernel 2.6) interface ↵ | mickeyl | 1 | -17/+25 |
instead of the deprecated dnotify | ||||
2005-04-24 | Link fixes: | zecke | 3 | -3/+3 |
OApplicationFactory uses odebug since some time (dunno if I introduced it) link to opiecore to fix building | ||||
2005-02-04 | show global key state | mickeyl | 1 | -0/+10 |
2005-02-04 | improve coding style | mickeyl | 3 | -22/+39 |
2005-02-02 | more input system stuff | mickeyl | 1 | -20/+26 |
2005-02-02 | first work on input system abstractions | mickeyl | 1 | -0/+68 |
2005-02-01 | add skeleton for oinputsystem classes (thin wrapper of Linux Input Subsystem ↵ | mickeyl | 5 | -2/+273 |
API) | ||||
2005-01-30 | improve mixer code | mickeyl | 1 | -4/+10 |
2005-01-30 | full path include | mickeyl | 1 | -1/+1 |
2005-01-29 | use proper names for .pro files | mickeyl | 9 | -0/+0 |
please remember to name the .pro file exactly like the name of the directory | ||||
2005-01-29 | s/SUBDIRS/subdirs/ | mickeyl | 1 | -1/+1 |
2005-01-29 | no config here, but a .pro# | mickeyl | 2 | -12/+17 |
2005-01-29 | config.in's for the examples | mickeyl | 5 | -0/+20 |
2005-01-29 | examples to where they belong | mickeyl | 4 | -0/+29 |
2005-01-29 | examples appear here | mickeyl | 65 | -0/+1920 |
2005-01-29 | examples start to appear here | mickeyl | 23 | -0/+755 |
2005-01-05 | Renamed package (main-tab was used in ... main-tab -> copy error) | wimpie | 1 | -1/+1 |
2005-01-04 | CONTROL files : changed VERSION string | wimpie | 1 | -1/+1 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 10 | -3265/+10 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 10 | -10/+3265 |
2004-11-20 | Fix signature of connect statements to contain Opie:: | zecke | 1 | -4/+4 |
2004-11-20 | Temporary compile fix. Needs better updating for | zecke | 2 | -16/+21 |
OPimOccurrences and some rethinking | ||||
2004-10-19 | Added a clean: target so make clean will succeed | clem | 1 | -0/+1 |
2004-10-17 | fixed some more .pro / config.in dependencies discrepancies, that could ↵ | clem | 1 | -1/+1 |
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too | ||||
2004-09-12 | Follow the defined Ownership and have a maybe not needed | zecke | 2 | -12/+6 |
sanity check | ||||
2004-09-12 | The usual | zecke | 1 | -0/+3 |
2004-09-10 | Add new line at the end | zecke | 1 | -1/+2 |
2004-09-10 | Make it compile without warning about unused parameters | zecke | 1 | -1/+1 |
2004-09-08 | Added | schurig | 1 | -0/+3 |