Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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: ---------------------------------------------------------------------- | ||||
2005-06-02 | more work on recursive watches | mickeyl | 2 | -26/+66 |
2005-05-31 | misc. opcmciasystem improvements | mickeyl | 3 | -82/+141 |
start implementing recursve dirlocks in ODirNotification | ||||
2005-05-25 | be nice to gcc 3.3 | mickeyl | 1 | -1/+1 |
2005-05-22 | start talking directly to pcmcia card services | mickeyl | 4 | -8/+1264 |
2005-05-21 | add more methods to OPcmciaSocket | mickeyl | 2 | -1/+23 |
2005-05-21 | change OPcmciaCard to OPcmciaSocket, it now resembles a socket rather than a ↵ | mickeyl | 2 | -31/+135 |
card | ||||
2005-05-20 | Added OResource::findPixmap implementation | drw | 2 | -0/+16 |
2005-05-19 | ignore empty sockets | mickeyl | 1 | -2/+3 |
2005-05-19 | - add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCard | mickeyl | 14 | -32/+718 |
- move linux-only subsystems in subdirectory linux - minor header cleanups | ||||
2005-05-17 | libopienet API cleanups | mickeyl | 4 | -38/+39 |
2005-05-17 | remove OVersatileView and OVersatileViewItem from libopieui2. This widget | mickeyl | 5 | -1819/+5 |
wasn't used in any application, it wasn't even completed and with the QListView in Qt4, there is something more thought-out coming soon. | ||||
2005-05-16 | - add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctls | mickeyl | 4 | -11/+55 |
- adjust example | ||||
2005-05-15 | submit iw_range*2 as argument to SIOCGIWRANGE.length to make it work on ↵ | mickeyl | 1 | -8/+6 |
newer hostap drivers let's see if this breaks it at another end again :/ | ||||
2005-05-10 | add foundation for a much more intuitive API for file notifications | mickeyl | 2 | -1/+94 |
2005-05-10 | s/qWarning/qDebug/ | mickeyl | 1 | -2/+3 |
2005-05-10 | remove warning | mickeyl | 1 | -0/+1 |
2005-05-09 | Temporarily show more images for me... until Drw or Skyhusker do it the way | zecke | 1 | -4/+3 |
they want it | ||||
2005-05-09 | add missing dependency to libopiepim2 | mickeyl | 1 | -1/+2 |
2005-05-09 | remove bogus comment | mickeyl | 1 | -4/+0 |
2005-05-07 | introduce OFileNotifyEvent and add more signals | mickeyl | 2 | -31/+154 |
2005-05-06 | first sketch at ODirNotification class | mickeyl | 2 | -10/+31 |
2005-05-06 | fix a couple of issues with OFileNotification, seems to work with single and ↵ | mickeyl | 2 | -33/+104 |
multiple file notifications now add a named trigger | ||||
2005-05-06 | - OManufacturerDB: check if there is a QApplication before calling ↵ | mickeyl | 3 | -15/+13 |
Global::statusMessage or qApp->processEvents() - ONetwork: skip hostap control interfaces 'wifi*' - OWirelessNetworkInterface: set \0 in SSID() and nickName() to work around (buggy) drivers not returning a zero-terminated string | ||||
2005-05-03 | add OAutoBoxLayout, a descendant of QBoxLayout which, depending on | mickeyl | 3 | -2/+151 |
Desktop-Height > Desktop-Width acts as a QHBoxLayout respectively a QVBoxLayout | ||||
2005-05-02 | ship sanitized userland header equivalent of linux/inotify.h | mickeyl | 2 | -3/+116 |
2005-05-02 | DEBUG: show why node wasn't recognized | mickeyl | 1 | -2/+2 |
2005-05-02 | Rewrite OFileNotification to use the upcoming inotify (kernel 2.6) interface ↵ | mickeyl | 2 | -226/+139 |
instead of the deprecated dnotify | ||||
2005-04-20 | Added function to set the associated AP address. Some improvements to ↵ | skyhusker | 3 | -5/+38 |
scanNetwork(): read the signal quality, AP rates and fix channel reading when driver reports values < 1000. | ||||
2005-04-18 | - improve scan function using the wireless extensions. | mickeyl | 5 | -31/+212 |
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks! | ||||
2005-04-16 | Opie/X11: | zecke | 1 | -0/+1 |
-include <qdialog.h> to allow building | ||||
2005-04-14 | More icon sizing updates | drw | 3 | -47/+50 |
2005-04-10 | using big icons on small screens makes no sense. Half of screen will | alwin | 1 | -6/+7 |
just used by unsharp icons - not a good idea. Now it depends on desktopsize | ||||
2005-04-05 | Use OResource for loading images | drw | 9 | -225/+240 |