Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-08-08 | Added support for C 750 (Shepherd): | eilers | 1 | -9/+78 |
Device is detected and sounds for keypress, screentap and alarm is working (using the sound device) Attention: Please don't activate the screentab sound. It has some quirks.. | ||||
2003-08-08 | Merging all changes from BRANCH_1_0. | eilers | 12 | -1664/+1319 |
2003-08-06 | Cardview update: It is more compressed. Pending: Add pricture for work- and ↵ | eilers | 1 | -9/+9 |
home address.. | ||||
2003-08-01 | Merging changes from BRANCH_1_0 to HEAD | eilers | 22 | -122/+327 |
2003-07-07 | Fixing serious bug in hasQuerySettings() | eilers | 1 | -0/+22 |
2003-07-01 | silence some warnings | schurig | 1 | -53/+28 |
still trying to find out what d->m_rotation does exactly fake setSoftSuspend() working suspend() different /proc/sys/board entry for Brightness & Contrast | ||||
2003-06-20 | toExtraMap is no more virtual | zecke | 8 | -26/+47 |
we save custom entries now setExtraMap added as well | ||||
2003-06-17 | added helpful comment on usage of virtualHook | schurig | 1 | -0/+6 |
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 |