Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-05-10 | update | cniehaus | 46 | -2795/+1671 |
2003-05-10 | fix a stupid bug | cniehaus | 3 | -10/+8 |
2003-05-10 | bugfixes, bugfixes... | cniehaus | 2 | -52/+15 |
2003-05-10 | and doclnk search | tille | 7 | -2/+183 |
2003-05-10 | fix battery status display which has been broken for weeks... | mickeyl | 1 | -1/+1 |
2003-05-10 | do a full repaint if style != 0 | mickeyl | 1 | -2/+2 |
2003-05-10 | - use OManufacturerDB instead of ManufacturerDB | mickeyl | 10 | -820/+199 |
- misc fixes | ||||
2003-05-10 | no longer needed | mickeyl | 1 | -4739/+0 |
2003-05-10 | workaround half-visible volume pixmap | mickeyl | 1 | -1/+1 |
Note: For after Opie 1.0 we need TaskBar::height() | ||||
2003-05-10 | - fix and rewrite draw algorithm to work with larger sizes | mickeyl | 2 | -67/+82 |
- add alternative appearance (hint: click'n'hold on the battery meter :-) | ||||
2003-05-10 | applnk search | tille | 7 | -3/+183 |
2003-05-10 | QString::contains( QRegExp ) does not use the settings of QRegExp | tille | 2 | -10/+10 |
(QT feature or bug?) lets use QRegExp::match( QString ) instead | ||||
2003-05-10 | add persistent configuration settings | mickeyl | 1 | -44/+76 |
2003-05-10 | - make oApp not return a const app object | mickeyl | 3 | -87/+64 |
- homogenize oconfig documentation - remove debug output | ||||
2003-05-10 | quite some changes | cniehaus | 8 | -62/+86 |
2003-05-10 | clean up | tille | 5 | -38/+5 |
2003-05-10 | building again | tille | 1 | -2/+2 |
2003-05-09 | No it jumps into the front if show(int) is used.. Thanks tille ! | eilers | 1 | -0/+1 |
2003-05-09 | Had misunderstanding about name of the qcop call and show closed the app | eilers | 1 | -2/+8 |
immediately.. | ||||
2003-05-09 | edit was executed even if I pressed show.. Rename the call to be compatible | eilers | 1 | -2/+2 |
to omainwindow.. | ||||
2003-05-09 | counting results now | tille | 4 | -2/+5 |
2003-05-09 | toShortString now contains start time and date | tille | 2 | -2/+26 |
2003-05-09 | datebook displays defaultview (or editor) for found day now (with patch) | tille | 4 | -1/+30 |
addressbook (and todo) calls implemented, but not yet working | ||||
2003-05-09 | Added two QCop functions for OSearch: | eilers | 3 | -25/+35 |
editUid(int), showUid(int).. | ||||
2003-05-08 | Link to wiki used for current TODO. | kergoth | 1 | -37/+1 |
2003-05-08 | - sync manufacturer list with ethereal | mickeyl | 8 | -6315/+487 |
- fix onetworkdemo example - add API for short/extended manufacturer names | ||||
2003-05-08 | Update todo. | kergoth | 1 | -10/+16 |
2003-05-08 | Buildsystem glue and config item for minimal qws server | kergoth | 2 | -1/+8 |
2003-05-08 | Start work on a new launcher. This commit is simply a minimal Opie QWS server. | kergoth | 11 | -0/+2518 |
2003-05-08 | search stuff | tille | 32 | -54/+228 |
and match, toRichText & toShortText in oevent | ||||
2003-05-08 | - add more sanity checks and verbose error messages | mickeyl | 6 | -8/+45 |
- try to restart dhcp client after having killed it before | ||||
2003-05-08 | now it 'works' with the current libopie, again | tille | 4 | -9/+7 |
2003-05-08 | this needs the new libopie patch... | tille | 8 | -18/+43 |
2003-05-08 | for kergoth, we wanted it... ;) | tille | 1 | -0/+37 |
2003-05-08 | add fine tuning of parsing process - the semantics is not yet set in stone ↵ | mickeyl | 7 | -94/+198 |
however... | ||||
2003-05-08 | decouple dump files from live capture to shift control over 'what' is dumped ↵ | mickeyl | 2 | -15/+48 |
to applications | ||||
2003-05-08 | opiefy .pro-file | mickeyl | 2 | -4/+10 |
2003-05-07 | first half of event system completed | mickeyl | 4 | -15/+77 |
2003-05-07 | start with protocol event handling stuff | mickeyl | 4 | -3/+45 |
2003-05-07 | add library to control file | mickeyl | 1 | -1/+1 |
2003-05-07 | Put opie-reader.pro back so it can actually generate a Makefile. Please ↵ | kergoth | 1 | -0/+0 |
compile test in the future before commit. | ||||
2003-05-07 | save the state | zecke | 2 | -0/+12 |
2003-05-07 | save and restore CompletedDate and StartDate | zecke | 2 | -14/+40 |
2003-05-07 | implement loading of Recurrence | zecke | 8 | -8/+152 |
2003-05-07 | one more | zecke | 1 | -1/+1 |
2003-05-07 | try to use the has* functions | zecke | 2 | -11/+11 |
2003-05-07 | reenable sounds now that they work on the Z again | mickeyl | 1 | -2/+2 |
2003-05-07 | Save recurrence | zecke | 2 | -2/+6 |
2003-05-07 | try to use less memory and only create objects like | zecke | 4 | -30/+164 |
ORecur, OPimState, OPimNotifyManager and OPimMaintainer if necessary | ||||
2003-05-07 | Prevent mem corruption | zecke | 2 | -8/+20 |