Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-13 | * Increase font size (fixes bug #1597) | paule | 3 | -16/+494 |
* Improve usability of snooze function (fixes bug #1598) * Fix stretched icon (fixes bug #1616) | ||||
2005-05-23 | Resource -> OResource | drw | 1 | -2/+2 |
2005-02-08 | Fix for #1550 start at QPEApplication::qpeDir() + "sounds/" | zecke | 1 | -2/+2 |
as basedirectory | ||||
2005-01-13 | -Use const char array instead of writing QPE/Application/clock at many ↵ | zecke | 1 | -12/+17 |
applications -Use const char array for the message the AlarmServer should send -Try to remove the issue with 'sticky' alarms. Remove all alarms with the internal ids | ||||
2005-01-13 | The AlarmDlg and its functionality was migrated to clock.cpp | zecke | 2 | -283/+0 |
this file is obsolete and unused since then, let us remove it | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -205/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+205 |
2004-08-22 | the usual... | zecke | 1 | -0/+5 |
2004-08-22 | Buffer painting which is hopefully flicker free and it works | zecke | 2 | -51/+64 |
with Phase and Liquid Styles | ||||
2004-08-22 | Revert last try to remove flicker for all styles but have | zecke | 2 | -54/+59 |
problems with liquid | ||||
2004-05-21 | - convert qDebug to odebug | ar | 1 | -1/+1 |
2004-04-04 | Repaint | zecke | 2 | -59/+54 |
Make it slower due to stipled background of liquid... we need to fillRect first | ||||
2004-04-04 | use alarmbell | zecke | 1 | -1/+1 |
2004-04-03 | This is the merged Qtopia Clock with our changes included | zecke | 6 | -575/+823 |
-Seperate Clock, StopWatch, Alarm -Allow starting stopping the stop watch by QCOP -Allow Daily alarms -Call OpiePlayer on resume | ||||
2004-04-03 | Initial revision | zecke | 6 | -0/+1675 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-14 | Opie2 and ODP changes | zecke | 3 | -2/+6 |
Also try to make signals/slots syntax obey the namespaces | ||||
2004-03-02 | fixed include and namespace (sic!) usage. | alwin | 1 | -2/+2 |
2004-03-02 | Clock: libopie -> libopie2 | drw | 5 | -19/+18 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 1 | -4/+4 |
TT. | ||||
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+1 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2004-01-10 | change maintainter from warick to opie project | llornkcor | 1 | -1/+1 |
2004-01-10 | dont show background face for large screens, as it doesnt fit | llornkcor | 1 | -1/+3 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -20/+0 |
2003-10-29 | merge noncore/tools/* | mickeyl | 3 | -13/+6 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 1 | -3/+4 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-04-24 | Add background to the clock. | kergoth | 2 | -2/+9 |
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 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-03-26 | fix goofiness with s watch | llornkcor | 1 | -183/+197 |
2003-03-04 | make timerStart called twice just reset, instead of stop | llornkcor | 2 | -21/+28 |
2003-03-04 | added 3 qcop calls. timerStart(), timerStop() and timerReset() | llornkcor | 2 | -194/+250 |
2003-02-17 | attempt to fix bug 586 - new thread and sleep 15 sec for cards to mount for ↵ | llornkcor | 3 | -418/+457 |
mp3 alarm | ||||
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 1 | -1/+1 |
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2002-12-22 | small fix | sandman | 1 | -1/+1 |
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+1 |
2002-12-14 | made the analog clock drawing more style aware | sandman | 2 | -40/+57 |
2002-11-21 | danish i18n | cniehaus | 1 | -2/+3 |
2002-11-06 | Add X11.. | kergoth | 1 | -1/+1 |
2002-11-05 | you know the drill | kergoth | 1 | -1/+1 |
2002-11-05 | Adding initial config.in files | kergoth | 1 | -0/+4 |
2002-08-30 | Clock now works with liquid without drawing "interesting" patterns | sandman | 1 | -373/+393 |
(also reformated the file with astyle) | ||||
2002-08-29 | just a tr() | fbarros | 1 | -1/+1 |