summaryrefslogtreecommitdiff
path: root/core/pim/datebook
AgeCommit message (Collapse)AuthorFilesLines
2003-11-04remove merge conflictwaspe1-14/+14
2003-11-03remove merge conflictwaspe1-1/+13
2003-11-03resolved merge conflictwaspe4-34/+45
2003-09-20merge control files with BRANCHmickeyl1-2/+2
2003-08-30 do not rely on scrollbars beeing rightzecke1-3/+4
2003-08-01Merging changes from BRANCH_1_0 to HEAD..eilers13-81/+564
2003-06-05sanitizedschurig1-1/+1
2003-05-20Apply davipt's patch for datebook's week view (needed for proper translation ↵drw1-28/+28
of day abbreviations for Tuesday and Thursday). If looks good, should apply to 0.99
2003-05-13Just a removal of a debug message.umopapisdn1-1/+0
2003-05-13Bugfix: (Bug #0000862) The red time marker should only be visible if we are ↵umopapisdn1-3/+5
showing today's date.
2003-05-13Bugfix: (Bug #0000902) Adding events in weekview shouldn't create them as ↵umopapisdn6-104/+66
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 ↵umopapisdn9-602/+453
menus in favor of toolbuttons. (why were they even available as menus in the first place?)
2003-05-04New feature: It's now possible to configure a default location and default ↵umopapisdn5-71/+250
categories for new events. (Options available in configuration dialog.)
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-14Sometimes I feel like a parrot... but you asked for it :-Dmickeyl1-1/+1
* Default arguments in the declaration: good * Default arguments in the definition: bad
2003-04-13Bugfix: (Bug #0000716) The timepicker now works in am/pm mode also, I also ↵umopapisdn5-167/+14
changed datebook to use the otimepicker class in libopie.
2003-04-13New Feature: Quick entries now honors the duration selected.umopapisdn1-5/+14
2003-04-13New feature: Added the possibility to add "quick entries" in dayview merely ↵umopapisdn4-429/+469
by clicking on the calendar, which overlays a qlineedit. Right now it adds 1 hour events, this will soon be adressed.
2003-04-12New feature:umopapisdn5-594/+741
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-04-12Bugfix: Datebook shouldn't crash if we modify prefences when dayview isn't ↵umopapisdn1-92/+97
initialized. :)
2003-04-12Bugfix: (bug #0000811) Events are now always atleast 12 pixels high in dayview.umopapisdn1-44/+44
2003-04-12Bugfix: (bug #0000833) Duplicating an event should also duplicate the category.umopapisdn1-79/+58
2003-03-28Minimum size in weekview should be dependant on the height of the window.umopapisdn1-11/+9
2003-03-28Bugfix: (Bug #000782) Display events with no duration, unless it's an ↵umopapisdn3-3/+3
"effective event" ending at 00:00 starting at a previous day. (i.e ending at midnight)
2003-03-25Revamped the userinterface of the header for weekview to look more like the ↵umopapisdn3-22/+252
other views.
2003-03-24Remove these files that I added by misstake.umopapisdn4-724/+0
2003-03-24Change the icons for "back" & "forward" in the Weekview header in theumopapisdn2-12/+5
right files this time. :)
2003-03-24Ehm... So I made some changes in some files that were actually generated ↵umopapisdn1-0/+72
from this UI file, didn't notice this while compiling. Well now the changes are in the ui files. :)
2003-03-24*** empty log message ***umopapisdn1-2/+2
2003-03-24Bugfix: Duplicating events introduced a bug making it impossible to add ↵umopapisdn2-13/+13
events Week List view. This fixes it.
2003-03-24Userinterface update. Use same icons in weeklistview as other views for ↵umopapisdn1-0/+206
navigating back/forward.
2003-03-24New feature: (bug/feature request #0000227) In dayview, to icons have been ↵umopapisdn4-0/+283
added to navigate 1 week back and forward.
2003-03-24New feature: In dayview it's now possible to duplicate an event (and ↵umopapisdn4-15/+86
immediatly change some parameters for the duplicate).
2003-03-24Bugfix: (bug #0000722) - Date-Popup in calendar-find dialog only appears ↵umopapisdn1-0/+1
shortly and then closes. This is due to the fact that the date-popup appears on top of the button just pressed, and when the mouseup event fires, it is on the date-popup, so this fix just moves the find dialog to the topleft corner, which makes sure that the date-popup doesn't appear underneath the clicking position.
2003-03-23Bugfix: (bug #0000728) Well, not really a bugfix maybe. The bug is that anumopapisdn1-0/+255
all day event doesn't show up other than the first day. This is due to a limitation in qpe. This fix just disables the possibility of making an all day event span more than 1 day in the event entry form.
2003-03-23Bugfix: (bug #0000735) New events added in WeekListView are no longer ↵umopapisdn1-1/+6
defaulting to 01-01-1970.
2003-03-23Bugfix: (bug #0000211) Events ending at mat the following day. Fix for ↵umopapisdn1-20/+22
weeklistview.
2003-03-23Bugfix: (bug #0000211) Events ending at mat the following day. Fix for dayview.umopapisdn1-15/+17
2003-03-23Bugfix: (bug #0000211) Events ending at midnight shouldn't be displayed at ↵umopapisdn1-8/+10
the following day. Fix for weekview.
2003-03-22Bugfix:umopapisdn1-20/+15
Certain events were not correctly displayed, namely those with "starting minutes" larger than "ending minutes" (for example an event starting at 07.30 and ending at 18.00) was displayed as ending at 18.30. Also added more informative text for events in the weekview. Events starting and ending on the same day is mentioned with start and end time. Events that span across multiple days is also mentioned with start and end dates.
2003-03-22More informative dayview text:umopapisdn1-14/+9
An event that begins and ends on the same day is only mentioned by start and end time. An event that spans across multiple days, is also mentioned with start and end date.
2003-03-08use icons from inline instead of inlining some icons in the ui fileharlekin2-12/+7
2003-02-14save some space in dayview, for further answers read bug #665harlekin1-5/+8
2003-02-11fix for bugreport #664, show also location in popups in datebooks weekviewharlekin1-2/+10
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
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-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-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.