Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-04-23 | Fix for bug 1844. The display of 12hour (AM/PM) time was broken. It was | erik | 8 | -108/+140 |
because the views never bother to check. This fix incorporates the patch submitted by harlekin. Thanks! | ||||
2007-02-09 | This commit is based on the patch submitted to bug 1702: | erik | 1 | -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-31 | Show events on all visible days in the month view, not just those within the ↵ | paule | 2 | -18/+46 |
current month. Fixes bug #1351. | ||||
2007-01-29 | Reformat according to current Opie coding style. | erik | 1 | -70/+92 |
2007-01-11 | I missed a bad override signature. This fixes that. There should be no | erik | 2 | -2/+2 |
class inheritance function mismatches at this point. | ||||
2007-01-10 | All of the files in this commit have an inheritance member function | erik | 2 | -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-03 | Fix for bug#0001547 provided by Paul Eggleton <bluelightning@bluelightning.org> | korovkin | 1 | -21/+29 |
If there are no templates, just create the blank task. | ||||
2006-05-25 | g++ 4.1.1 fix | mickeyl | 1 | -1/+1 |
2005-10-26 | add glue for opie-notes build menu integration | mickeyl | 1 | -0/+4 |
2005-10-26 | OPIE Notes: Added checking does Documents/text/plain/ exist at all and ↵ | hrw | 1 | -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-20 | added Opie-Notes | hrw | 6 | -0/+409 |
2005-09-21 | revert | llornkcor | 1 | -741/+489 |
2005-08-29 | Scale icons in contact table listing and in configure dialog | drw | 2 | -16/+24 |
2005-08-11 | add opie-smb | llornkcor | 1 | -489/+741 |
2005-06-27 | Use the two new Sort Flags. I applied an older/wrong version of the patch before | zecke | 1 | -2/+2 |
Patch courtsey Marcin Juszkiewicz | ||||
2005-06-27 | Fix the compiler warning with converting NULL to integer. | zecke | 1 | -2/+2 |
I hope this has no negative side effects | ||||
2005-06-27 | Sort by Anniversary and Birthday | zecke | 1 | -0/+10 |
Patch courtsey Marcin Juszkiewicz | ||||
2005-06-15 | Remove unneeded include | drw | 1 | -1/+0 |
2005-06-14 | Fix #1635 | skyhusker | 1 | -1/+1 |
2005-06-06 | Fix to show/not show birthdays and use checkboxes for selection in plugin ↵ | drw | 3 | -52/+52 |
config dialog (courtesy of hrw) | ||||
2005-05-13 | Remove latinism in today owner information - bug 1655 | gints | 1 | -4/+8 |
2005-04-28 | Should have make these icons SmallIcon sized in the 1st place | drw | 1 | -4/+4 |
2005-04-15 | Resource -> OResource | drw | 9 | -53/+49 |
2005-04-14 | Change default mail application to Opie-Mail. | skyhusker | 2 | -8/+8 |
2005-04-10 | Added configuration option for max characters displayed in notes. Fixes bug 1635 | skyhusker | 5 | -11/+54 |
2005-04-06 | Use OResource for loading images | drw | 4 | -33/+37 |
2005-04-06 | Use OResource for loading images and fix headers | drw | 7 | -112/+209 |
2005-04-06 | Use OResource for loading images, correct display of alarm and reoccurance ↵ | drw | 27 | -371/+795 |
icons for event and fix headers | ||||
2005-04-06 | Use OResource for loading images and fix headers | drw | 39 | -441/+1092 |
2005-04-03 | - fix bug #1535 (Missing line break and unnecessary location shown with ↵ | deller | 1 | -3/+5 |
Today-Calendar plugin) - document bugs 1535 and my last commits in the Changelog | ||||
2005-03-24 | In table view: Clicking on column 0 changes the sortorder. | eilers | 5 | -91/+23 |
Version of ths app was changed to 1.2.0 Requested by #1591 | ||||
2005-03-21 | Eastersunday -> Easter Sunday | drw | 1 | -1/+1 |
2005-03-21 | design bug fixed. | alwin | 4 | -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-20 | short description of how these plugins interact with datebook | alwin | 1 | -1/+13 |
2005-03-20 | maed a straight copy of the origin datebookmonthview class so we can display | alwin | 5 | -4/+531 |
the holidays inside. needs a little bit finishing I think but it works. | ||||
2005-03-20 | ok, seems that guys want to insert static days like christmas and | alwin | 1 | -0/+2 |
so on better inside the nationaldays-xml-files so removing it here. | ||||
2005-03-19 | inserted missed holiday | alwin | 1 | -0/+1 |
2005-03-19 | added .cvsignore files | alwin | 4 | -1/+11 |
corrected the name of the christmas holidays | ||||
2005-03-19 | hopefull speedup the weeklistview. | alwin | 7 | -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-19 | so.... | alwin | 21 | -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-18 | plugins must link against opiepim2 | alwin | 2 | -2/+2 |
2005-03-18 | removed dummy holiday plugin 'cause not needed and does not build | alwin | 5 | -72/+0 |
2005-03-18 | work on plugins finished. | alwin | 9 | -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-18 | Fixing problem with categories: "unfiled" and "all" show the same list. | eilers | 1 | -5/+15 |
Previous patch removed correct use of the pim backend. Therefore I had reimplemented it. | ||||
2005-03-18 | made plugins configureable, eg, if them will load or not (or switch on/off | alwin | 8 | -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-17 | switched to common opie2-pluginloader. | alwin | 2 | -2/+39 |
2005-03-17 | more common install path for that plugins | alwin | 3 | -3/+3 |
2005-03-17 | added datebook plugins for xml-configurable national holidays. | alwin | 7 | -0/+370 |
may someone is needing it ;) | ||||
2005-03-17 | corrected an error in date-counting | alwin | 1 | -2/+2 |
2005-03-17 | fix error in thinking about date-diffs I made | alwin | 1 | -3/+3 |