summaryrefslogtreecommitdiff
path: root/core/pim
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.
2007-01-03Fix for bug#0001547 provided by Paul Eggleton <bluelightning@bluelightning.org>korovkin1-21/+29
If there are no templates, just create the blank task.
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2005-10-26add glue for opie-notes build menu integrationmickeyl1-0/+4
2005-10-26OPIE Notes: Added checking does Documents/text/plain/ exist at all and ↵hrw1-0/+30
create it if not. - Does not handle failure but its last version which use that dir - next will be SQLite based
2005-10-20added Opie-Noteshrw6-0/+409
2005-09-21revertllornkcor1-741/+489
2005-08-29Scale icons in contact table listing and in configure dialogdrw2-16/+24
2005-08-11add opie-smbllornkcor1-489/+741
2005-06-27Use the two new Sort Flags. I applied an older/wrong version of the patch beforezecke1-2/+2
Patch courtsey Marcin Juszkiewicz
2005-06-27Fix the compiler warning with converting NULL to integer.zecke1-2/+2
I hope this has no negative side effects
2005-06-27Sort by Anniversary and Birthdayzecke1-0/+10
Patch courtsey Marcin Juszkiewicz
2005-06-15Remove unneeded includedrw1-1/+0
2005-06-14Fix #1635skyhusker1-1/+1
2005-06-06Fix to show/not show birthdays and use checkboxes for selection in plugin ↵drw3-52/+52
config dialog (courtesy of hrw)
2005-05-13Remove latinism in today owner information - bug 1655gints1-4/+8
2005-04-28Should have make these icons SmallIcon sized in the 1st placedrw1-4/+4
2005-04-15Resource -> OResourcedrw9-53/+49
2005-04-14Change default mail application to Opie-Mail.skyhusker2-8/+8
2005-04-10Added configuration option for max characters displayed in notes. Fixes bug 1635skyhusker5-11/+54
2005-04-06Use OResource for loading imagesdrw4-33/+37
2005-04-06Use OResource for loading images and fix headersdrw7-112/+209
2005-04-06Use OResource for loading images, correct display of alarm and reoccurance ↵drw27-371/+795
icons for event and fix headers
2005-04-06Use OResource for loading images and fix headersdrw39-441/+1092
2005-04-03- fix bug #1535 (Missing line break and unnecessary location shown with ↵deller1-3/+5
Today-Calendar plugin) - document bugs 1535 and my last commits in the Changelog
2005-03-24In table view: Clicking on column 0 changes the sortorder.eilers5-91/+23
Version of ths app was changed to 1.2.0 Requested by #1591
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-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-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