summaryrefslogtreecommitdiff
path: root/core/pim/datebook
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar2-30/+7
screen handling
2004-01-19Fix bug 0001248 by disabling the horizontal scrollbar.zecke1-3/+5
So we truncate by screen width
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-3/+3
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-2/+2
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-11-30Limit the number of shown All Day Events to approxiametely threezecke2-10/+19
Patch by Rajko Albrecht
2003-11-30resolved bug 0001230waspe1-25/+59
2003-11-11Updating apps to use quickexec. Ipks are now generated properly.treke3-19/+5
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