Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-06-11 | do what the FIXME says... const fixes | zecke | 2 | -6/+4 |
2003-06-11 | add the virtual hook in HEAD as well | zecke | 2 | -1/+5 |
2003-06-10 | renamed frequency access methods | schurig | 2 | -7/+6 |
2003-06-06 | frequency change works now | schurig | 2 | -21/+30 |
2003-06-06 | beginnings of cpu frequency changes | schurig | 2 | -6/+65 |
2003-06-06 | ramses stuff | schurig | 2 | -5/+8 |
better doc-strings setDisplayBrightness(), setDisplayContrast() and their ...Resolution() friends | ||||
2003-06-05 | added ODevice::setDisplayContrast(), ODevice::displayContrast() as virtual ↵ | schurig | 2 | -85/+142 |
function, which will break binary compatibility, but zecke said I shoud for now do it this way. assorted Ramses specific patches | ||||
2003-06-03 | Make sure tabPosition is initialized properly, thanks zecke for finding | drw | 1 | -0/+1 |
2003-06-02 | new Ramses target | schurig | 2 | -0/+203 |
2003-05-30 | slight fix to simpad buttons. opie-button-settings really has to be adapted | mickeyl | 1 | -13/+15 |
to support the larger screen size | ||||
2003-05-30 | add support for the SIMpad virtual switches | mickeyl | 1 | -9/+50 |
2003-05-30 | this directory should exists, otherwise a "make clean" or "make menuconfig" | schurig | 1 | -0/+1 |
directly after a fresh checkout produces an error | ||||
2003-05-25 | die here too | zecke | 26 | -3560/+0 |
2003-05-23 | fix default rotation and direction for SIMpad | mickeyl | 1 | -1/+4 |
2003-05-23 | more handling of SIMpad specifica | mickeyl | 1 | -1/+39 |
2003-05-19 | SIMpad specific fix | mickeyl | 1 | -4/+4 |
2003-05-18 | Updates to ocontact, oevent & otodo's toRichText() implementations | drw | 3 | -35/+106 |
2003-05-15 | first shot at integrating SIMpad device specifica | mickeyl | 2 | -1/+330 |
2003-05-15 | how did this compile last time...? ;) | tille | 1 | -5/+5 |
2003-05-14 | lastHitField impl | tille | 2 | -9/+23 |
2003-05-14 | Guard against self assignment | zecke | 1 | -0/+2 |
2003-05-14 | move lastHitField stuff into OPIMRecord | zecke | 4 | -6/+22 |
2003-05-14 | get the field where the hit was | tille | 2 | -1/+5 |
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 |