summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweeklst.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22This is the way tr() should be used. Now even RTL-languages and suchcniehaus1-1/+1
are supported @@ -53,7 +53,7 @@ void DateBookWeekLstHeader::setDate(cons int year,week; calcWeek(d,week,year,onMonday); - labelWeek->setText("W: " + QString::number(week)); + labelWeek->setText(tr( "W: %1" ).arg( ( QString::number(week)) ) ); QDate start=date; QDate stop=start.addDays(6);
2002-06-25All day events are not from 00:00 to 23:59 they're all day now.zecke1-1/+4
2002-06-23stupid me IIzecke1-2/+2
2002-06-23Patch by <tboc@gmx.de> to configure the sizezecke1-32/+32
of the row of the dayview Adds an option to jump to the current time in the dayview and some small fixes ( zecke )
2002-05-07Moved ClickableLabel to libopie/OClickableLabelhakan1-1/+1
2002-04-30- no default args in method implssimon1-6/+6
- resolved parameter shadowing problem
2002-03-09WeekLst extended to view two weeks at a time (opitonal)hakan1-4/+63
2002-03-09Fixed today-button to show default viewhakan1-2/+2
2002-03-09Added a WeekLst view showing an entire week and appointment descriptions and ↵hakan1-0/+314
made default view configurable