summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweeklst.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07Use popup menu for edit, duplicate, delete and beam in week list view - ↵drw1-2/+41
patch courtesy of Thomas Schnetzer
2004-04-04fix debugging stuff (see addressbook)mickeyl1-2/+2
2004-04-02Use ODebug (another 43 down...)drw1-3/+4
2004-03-14Take that designer...zecke1-0/+1
2004-03-14Opie DP changeszecke1-0/+1
2004-03-02run the optimize_connect scriptalwin1-14/+14
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-1/+0
2003-11-03resolved merge conflictwaspe1-20/+23
2003-08-01Merging changes from BRANCH_1_0 to HEAD..eilers1-2/+8
2003-05-13Bugfix: (Bug #0000902) Adding events in weekview shouldn't create them as ↵umopapisdn1-44/+32
events on the first day of the week but rather the last visited day.
2003-05-05UI and code cleanup. Both UI and code is now more consistent. Also removed ↵umopapisdn1-102/+110
menus in favor of toolbuttons. (why were they even available as menus in the first place?)
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