summaryrefslogtreecommitdiff
path: root/core/pim
AgeCommit message (Collapse)AuthorFilesLines
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-16Fixed: 1. Category handling - all other apps and libopie2 use -1 for unfiled ↵drw3-27/+25
and 0 for all, addressbook flipped them, 2. Letter picker record selection, 3. sort resulting records after letter picker selected them
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-12pixmap correctedalwin1-3/+2
2005-03-07Use popup menu for edit, duplicate, delete and beam in week list view - ↵drw3-9/+72
patch courtesy of Thomas Schnetzer
2005-03-04Scale icons appropriatelydrw1-1/+3
2005-02-16Applied Skyhusker's patch for bug #1538drw1-2/+2
2005-02-07Fix contact edit dialog captioningdrw1-5/+8
2005-02-07Implement contact duplicationdrw1-0/+12
2005-02-07Eliminate compiler warningsdrw2-3/+2
2005-02-07Disable certain UI elements while editing personal detailsdrw1-8/+36
2005-02-06Convert to OPimMainWindow and UI tweaks. There is still a couple items yet ↵drw6-499/+310
to do...
2005-02-02Minor update to work with new OPimMainWindowdrw1-11/+12
2005-01-30Convert Todo to use new OPimMainWindow functionality, plus some other code ↵drw10-521/+375
clean-ups
2005-01-09CONTROL files : reset version to 'standard' formatwimpie2-2/+2
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04control files : changed VERSION stringwimpie2-3/+3
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl10-116/+10
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl10-10/+116
2004-12-20Fix for Bug #1269 and use of new sorted of the pim libaryeilers4-10/+28
2004-11-18-Kill owarn statements from the codezecke4-34/+22
-Kill magic numbers and use enum values
2004-10-12Minor GUI polishingzecke6-6/+8
-Use 'better' icons and always QIconSet::Large -Make the 'Search For' Label to have the same color as the rest of the toolbar
2004-10-12No functional changes.eilers7-120/+120
Just replaced owarn to odebug where debug output was ment by the developer. These warnings confusing users if the have any problems..
2004-09-12-Refactor loading of the Plugin Widgets' to be only containedzecke5-115/+76
in one place. -Reload the Plugins after configuration to reflect the changes immediately
2004-09-12-Only create configWidgets once per config dialog, properly delete themzecke4-32/+43
-Delete the Widgets before we remove the plugin from our address space some random clean ups
2004-09-12Follow the defined Ownership and have a maybe not neededzecke9-28/+15
sanity check
2004-09-12-Fix layout for http://handhelds.org/scap/port.32003.pngzecke3-31/+9
-Remove old code -Remove bogus code as commented by Stefan Eilers
2004-07-18Update.. New hidden configuration for disabling auto uppercaser..eilers1-0/+2
Todo: Make it visible via configuration settings
2004-07-18Fixing Bug #1361eilers2-8/+32
2004-06-17replaced tr( "" ) by "" (in order not to pollute the .ts translation files)clem2-2/+2
2004-06-15libopiepim2 dependency addedclem1-2/+2
2004-06-03updated today to use the new opluginloader, migration not finished yet but ↵harlekin4-318/+236
mostly working
2004-05-30fix some dependencieschicken3-3/+3
2004-05-15CLEANUP: synchronize binary and .desktop file namesmickeyl1-1/+1
2004-05-02- convert qWarning to owarnar1-1/+5
2004-05-01A new LineEdit to assis entering names.zecke4-6/+97
so holger hans peter freyther will get Holger Hans Peter Freyther on the fly but you can also change the letter later...
2004-04-29remove the bogus } which confused qmake... /me hugs cvsblame...mickeyl1-1/+0
I know who introduced that thing! Shame on you! ;)
2004-04-28CLEANUP: no relative references. opie-lupdate takes care about i18nmickeyl3-56/+0
2004-04-28Removed static cast which is not working with the new modifications ofeilers1-1/+2
the opie-pim api