summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20made monthview colors a little bit darker so them will visible on brightalwin1-4/+7
displays
2005-03-20sysinfo: reduce margin on syslogtabmickeyl1-2/+2
2005-03-20#1560 fix opie-console picking up the wrong shell. patch courtesy Paul ↵mickeyl2-3/+4
Eggleton (bluelightning)
2005-03-20Fix for issue #1608, second problem: QueryByExampe-DateDiff does not work ↵eilers1-0/+1
properly
2005-03-20Fixing #1608, second issue: QueryByExample-Datediff does not work properly.eilers2-11/+39
This solution is not the best. I will rethink it as I have enough time. But it should work..
2005-03-20short description of xml-formatalwin1-0/+23
2005-03-20short description of how these plugins interact with datebookalwin1-1/+13
2005-03-20last stuff before 1.2:alwin1-7/+18
when day has a holiday-fake-event and not other allday-event it will paint green.
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-20Added more Latvian translationsgints23-360/+383
2005-03-20inserted some holidays not longer in christian holidays pluginalwin1-0/+4
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-20added latvian holidays send by gints polisalwin1-0/+17
2005-03-20clean upllornkcor1-13/+6
2005-03-20add rainbow ledsllornkcor2-215/+171
2005-03-20add sd path for familiarllornkcor1-1/+2
2005-03-20add vumeter filesllornkcor2-0/+346
2005-03-20non floating australian holidaysllornkcor1-0/+19
2005-03-20user may switch open folders/mails on single-clickalwin9-7/+69
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-19Hopefully fixed #1608eilers1-0/+1
2005-03-19Oops.. member variable m_read was not initialized.eilers2-0/+2
This may cause crash as reported by #1608 (hopefully)
2005-03-19Minor update for generic sorted(): It will now ignory any categories if ↵eilers2-21/+22
filter "DoNotShowCategories" is used..
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-18- some german translationsar10-56/+57
2005-03-18removed dummy holiday plugin 'cause not needed and does not buildalwin6-73/+0
2005-03-18holiday "Augsburger Friedensfest" added (yes. I have friends there ;)alwin1-0/+1
2005-03-18a big wish from zecke: gdr-nostalgic holidays ;)alwin1-0/+13
2005-03-18work on plugins finished.alwin14-22/+247
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-18Fixed category handlingeilers1-1/+1
2005-03-18Fixing problem with categories: "unfiled" and "all" show the same list.eilers1-5/+15
Previous patch removed correct use of the pim backend. Therefore I had reimplemented it.
2005-03-18Reworte generic sorted() and added filter for "DoNotShowWithCategory" neededeilers2-12/+25
by addressbook
2005-03-18sort and add ar's iconsmickeyl1-13/+13
2005-03-18added note about dateook-pluginsalwin1-0/+2
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-18fix typomickeyl1-1/+1
2005-03-18mark this class as IDEA cause it isn't implemented.alwin1-0/+2
2005-03-17Update the API Documentation for OProcess and OApplicationFactoryzecke2-3/+3
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.alwin9-0/+379
may someone is needing it ;)
2005-03-17lupdate to get ready for Opie 1.2drw465-4482/+9452
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