summaryrefslogtreecommitdiff
path: root/core/pim/datebook
AgeCommit message (Collapse)AuthorFilesLines
2007-04-23Fix for bug 1844. The display of 12hour (AM/PM) time was broken. It waserik8-108/+140
because the views never bother to check. This fix incorporates the patch submitted by harlekin. Thanks!
2007-02-09This commit is based on the patch submitted to bug 1702:erik1-1/+1
http://opie-bugs.oszine.de/view.php?id=1702 The problem behavior said that the day abbreviations in the PIM suite were wrong for at least it and fr. The fix is to make sure that there is not a translation of the abbreviations because the abbreviations have already been translated. Thanks goes to an anonymous reporter for reporting and to antonus for submitting a patch. Thanks to Paul E. (aka BlueLightning) for bringing the bug to our attention.
2007-01-31Show events on all visible days in the month view, not just those within the ↵paule2-18/+46
current month. Fixes bug #1351.
2007-01-29Reformat according to current Opie coding style.erik1-70/+92
2007-01-11I missed a bad override signature. This fixes that. There should be noerik2-2/+2
class inheritance function mismatches at this point.
2007-01-10All of the files in this commit have an inheritance member functionerik2-2/+2
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used.
2005-09-21revertllornkcor1-741/+489
2005-08-11add opie-smbllornkcor1-489/+741
2005-06-15Remove unneeded includedrw1-1/+0
2005-04-06Use OResource for loading images, correct display of alarm and reoccurance ↵drw27-371/+795
icons for event and fix headers
2005-03-21Eastersunday -> Easter Sundaydrw1-1/+1
2005-03-21design bug fixed.alwin4-27/+448
xml-file now may contain floating holidays. syntax of it - see german.xml as example and/or README file in OPIEDIR/etc/nationaldays/
2005-03-20short description of how these plugins interact with datebookalwin1-1/+13
2005-03-20maed a straight copy of the origin datebookmonthview class so we can displayalwin5-4/+531
the holidays inside. needs a little bit finishing I think but it works.
2005-03-20ok, seems that guys want to insert static days like christmas andalwin1-0/+2
so on better inside the nationaldays-xml-files so removing it here.
2005-03-19inserted missed holidayalwin1-0/+1
2005-03-19added .cvsignore filesalwin4-1/+11
corrected the name of the christmas holidays
2005-03-19hopefull speedup the weeklistview.alwin7-58/+225
deleting the main widget 4 times when date changed isn't that usefull. After 1.2 OPIE this view should completly rewritten or removed.
2005-03-19so....alwin21-629/+736
I looked for a problem. could not found due the kind of code structure. so I had reorganized the code into a more sensefull structure so every one should be able to find some code sequences when searching for a bug. yes - now I found the problem and can thinking about resolving it.
2005-03-18plugins must link against opiepim2alwin2-2/+2
2005-03-18removed dummy holiday plugin 'cause not needed and does not buildalwin5-72/+0
2005-03-18work on plugins finished.alwin9-14/+189
these plugins now may have a config-widget (sorry guys - I had to change the plugininterface and so the UUID again.) the plugin for nationalholidays now has such a widget, the datebook will insert configwidgets into its settingsdialog. corrected the .pro file of opiepim2/ui so it contains the header/cpp files for that pluginsystem.
2005-03-18made plugins configureable, eg, if them will load or not (or switch on/offalwin8-84/+188
at runtime) events generated from plugins will not editable and so on (check for a wrong Uid) so them are just text inside datebook.
2005-03-17switched to common opie2-pluginloader.alwin2-2/+39
2005-03-17more common install path for that pluginsalwin3-3/+3
2005-03-17added datebook plugins for xml-configurable national holidays.alwin7-0/+370
may someone is needing it ;)
2005-03-17corrected an error in date-countingalwin1-2/+2
2005-03-17fix error in thinking about date-diffs I madealwin1-3/+3
2005-03-17new header file into .proalwin1-1/+2
2005-03-171. datebookweeklist - a week has SEVEN days, not SIX. I'm wondering whyalwin10-634/+718
events on sunday never showed there ;) 2. extra file datebooktypes contains some special classes used by datebook so other classes must not include the big mainheader file. 3. added support for holiday-plugins to week-views. Month view is a little bit more tricky 'cause TT has never heard about virtual methods and so I have the choice between complete copy the monthview and make the modifications or changing the interface of datebookdb-class to virtual. both isn't nice.
2005-03-17inserted last missing stuffalwin4-2/+142
2005-03-17check anniversaries, too.alwin1-2/+17
2005-03-17must linked against libopiepim2alwin1-1/+1
2005-03-17inserted missingalwin4-162/+163
corrected spelling
2005-03-16added birthday display into datebookalwin6-1/+110
2005-03-16config.in.in are always autogeneratedmickeyl2-1/+4
2005-03-16corrected some stuffalwin4-2/+18
2005-03-16added (base) christian holidaysalwin7-4/+180
2005-03-16VI is a strong weapon... fixed a big cp&paste erroralwin1-4/+2
2005-03-16added holiday packagealwin1-0/+1
2005-03-16ho.alwin10-1191/+1416
in dayview a holiday will displayed (if plugin found) generated a straight forward dummy-holiday-plugin for testing the stuff.
2005-03-16beginning of holiday plugins for datebookalwin1-0/+6
2005-03-07Use popup menu for edit, duplicate, delete and beam in week list view - ↵drw3-9/+72
patch courtesy of Thomas Schnetzer
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-9/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+9
2004-05-30fix some dependencieschicken1-1/+1
2004-04-04fix debugging stuff (see addressbook)mickeyl4-12/+12
2004-04-02Use ODebug (another 43 down...)drw7-23/+31
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers1-1/+1
the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" ..
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system