summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweeklst.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-04-12New feature:umopapisdn1-144/+153
Added a configurable option to make the weeklist view display either no times at all, only start times, or both start and end time. Also moved the configuration of default view from the menu into the preference dialog.
2003-03-28Bugfix: (Bug #000782) Display events with no duration, unless it's an ↵umopapisdn1-1/+1
"effective event" ending at 00:00 starting at a previous day. (i.e ending at midnight)
2003-03-24Change the icons for "back" & "forward" in the Weekview header in theumopapisdn1-0/+3
right files this time. :)
2003-03-24Bugfix: Duplicating events introduced a bug making it impossible to add ↵umopapisdn1-9/+9
events Week List view. This fixes it.
2003-03-23Bugfix: (bug #0000211) Events ending at mat the following day. Fix for ↵umopapisdn1-20/+22
weeklistview.
2003-01-27Changes to make the weeklstview show translated day headersgroucho1-2/+2
Addressbookplugin was not translated, however this beast still does not show the translated strings
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