summaryrefslogtreecommitdiff
path: root/core/pim/datebook/holiday/national/nationalcfg.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-11I missed a bad override signature. This fixes that. There should be noerik1-1/+1
class inheritance function mismatches at this point.
2007-01-10All of the files in this commit have an inheritance member functionerik1-1/+1
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used.
2005-03-21design bug fixed.alwin1-16/+245
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-18work on plugins finished.alwin1-9/+2
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-17added datebook plugins for xml-configurable national holidays.alwin1-0/+149
may someone is needing it ;)