Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-05-14 | zecke: better? | tille | 1 | -2/+2 |
2003-05-12 | Hospital Hacking Session | zecke | 1 | -6/+65 |
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank... | ||||
2003-05-12 | Add a comment | zecke | 1 | -0/+2 |
2003-05-12 | Add handling of alarm() message | zecke | 2 | -5/+49 |
play and killAlarm... added as well | ||||
2003-05-12 | fix up OTodo::hasNotifiers | zecke | 3 | -3/+17 |
add a const notifiers() function and fix OPimNotifyManager::isEmpty | ||||
2003-05-12 | dateTimeFromString | zecke | 2 | -4/+48 |
and toString added | ||||
2003-05-12 | Funny how opie-lupdate after fixing up the SOURCES tag | zecke | 1 | -4/+1 |
finds so many new nice strings... | ||||
2003-05-10 | QString::contains( QRegExp ) does not use the settings of QRegExp | tille | 1 | -5/+5 |
(QT feature or bug?) lets use QRegExp::match( QString ) instead | ||||
2003-05-09 | toShortString now contains start time and date | tille | 1 | -1/+13 |
2003-05-08 | search stuff | tille | 16 | -27/+114 |
and match, toRichText & toShortText in oevent | ||||
2003-05-07 | save the state | zecke | 1 | -0/+6 |
2003-05-07 | save and restore CompletedDate and StartDate | zecke | 1 | -7/+20 |
2003-05-07 | implement loading of Recurrence | zecke | 4 | -4/+76 |
2003-05-07 | Save recurrence | zecke | 1 | -1/+3 |
2003-05-07 | try to use less memory and only create objects like | zecke | 2 | -15/+82 |
ORecur, OPimState, OPimNotifyManager and OPimMaintainer if necessary | ||||
2003-05-07 | Prevent mem corruption | zecke | 1 | -4/+10 |
2003-05-07 | Make it possible to see what a backend supports | zecke | 7 | -1/+63 |
2003-05-07 | data is a method name... | zecke | 1 | -1/+1 |
2003-05-07 | Add d ptr | zecke | 15 | -8/+35 |
add comments and FIXMEs three new signals for otodoaccess | ||||
2003-05-07 | fix bug kergoth introduced in rev 1.43 | mickeyl | 1 | -1/+1 |
fd was an integer static to the function which means that the assignment only happens once. This is ok, when we don't close the device, but not if we close it after usage. Thanks to eilers for confirming! I wonder why noone else spotted this... | ||||
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | libqte2 is not the package name fo dependencies should be also fixed | groucho | 1 | -1/+1 |
2003-04-22 | Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6): | eilers | 5 | -11/+121 |
They using a special format for storing birthdays/anniversaries. This patch does not convert all entries, just new/modificated contacts will be stored in this new format ! Addressbook is able to work with both formats (new and old) Complete conversion will be done by the new kitchensync release, provided soon... | ||||
2003-04-21 | Final fix for the suspend bug | kergoth | 1 | -14/+6 |
2003-04-20 | Typo | kergoth | 1 | -1/+1 |
2003-04-20 | Revamp the zaurus model detection to actually work on the C700. | kergoth | 1 | -18/+23 |
2003-04-20 | opie-lupdate | zecke | 1 | -0/+1 |
2003-04-20 | adding dutch to the .pro-files | cniehaus | 3 | -0/+3 |
2003-04-19 | Add SL-C700 button handling, so we can handle the keycode for the physical ↵ | kergoth | 1 | -3/+42 |
screen rotation. | ||||
2003-04-19 | Add note about c700 physical screen orientation handling. | kergoth | 1 | -3/+15 |
2003-04-18 | Add rotation direction to ODevice, to ensure the default is appropriate for ↵ | kergoth | 2 | -0/+17 |
the hardware in question. | ||||
2003-04-16 | Attempt to workaround oliver's reported suspend issue. Check for a qws ↵ | kergoth | 1 | -2/+9 |
server at runtime rather than init time, and set the keyboard filter in initButtons rather than init. | ||||
2003-04-16 | API docu fixes... | zecke | 18 | -45/+93 |
if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness | ||||
2003-04-15 | fixed for bug 855, changed currentChanged(...) to clicked(...). also changed ↵ | llornkcor | 1 | -105/+112 |
UnknownDocument-14 to scaled UnknownDocument | ||||
2003-04-13 | OTabWidget::getCurrentTab() is now OTabWidget::currentTab() | drw | 2 | -14/+13 |
2003-04-13 | More API doc | zecke | 13 | -123/+315 |
QString -> const QString& QString = 0l -> QString::null | ||||
2003-04-13 | Jumbo API documentation update | zecke | 31 | -174/+832 |
and some API fixed ColorDialog is now OColorDialog!!! keep the namespace tidy! ColorPopupMenu is now OColorPopupMenu!!! keep the namespace tidy ColorDialog TT couldn't break bc we can so make it const QColor& OTimePicker add some convience methods more I might have forgot | ||||
2003-04-13 | OEvent/OTodo compare by address and not by value.. | zecke | 3 | -2/+3 |
ODatebookAccess: clear does change it too | ||||
2003-04-13 | <tadaa>Change tab icon size to 14x14</tadaa>. Now most of our new icons | mickeyl | 1 | -1/+1 |
are no longer looking fuzzy because of scaling them up from 14x14 to 16x16 | ||||
2003-04-10 | openembedded/ipaq name | harlekin | 1 | -108/+124 |
2003-04-10 | away from a fixed size for the animation | harlekin | 2 | -3/+5 |
2003-04-05 | get the animation right and allways show the busy indicator in the middle of ↵ | harlekin | 1 | -2/+5 |
the screen ( in all rotations -) ) | ||||
2003-04-01 | Open zaurus buzzer device as write only, and close it. | kergoth | 1 | -2/+4 |
2003-04-01 | Set appropriate default rotation for SL-A300. | kergoth | 1 | -1/+3 |
2003-03-30 | bigger animation to be more distinguish compared to desktop icons, also new ↵ | harlekin | 1 | -3/+3 |
animation | ||||
2003-03-28 | owait - displays a busy indicator in the middle of the screen, initial version | harlekin | 3 | -2/+149 |
2003-03-26 | delay the initialization of the button information: | sandman | 2 | -24/+70 |
- faster startup for apps that are not accessing the HW buttons - the basic ODevice stuff is useable without a QApplication object | ||||
2003-03-26 | Use QObject::tr rather than qApp->translate | kergoth | 1 | -3/+3 |
2003-03-21 | added doxygen comment docs | llornkcor | 1 | -10/+85 |
2003-03-21 | g++ compliance fix: default arguments belong into the declaration, but not ↵ | mickeyl | 1 | -1/+4 |
the definition |