summaryrefslogtreecommitdiff
path: root/libopie2/opiepim
AgeCommit message (Collapse)AuthorFilesLines
2007-01-31The queryByExample member function was not properly overridden by the childerik2-2/+2
class. This means that the last child in the chain would be called instead. Seeing as how the function is not really implemented in this class I am sure that they do want the override so a user is A. not fooled into thinking it is and B. running into a parent function doing the wrong thing.
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-6/+3
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-13Implement default sort functions for contact last name and ↵paule2-0/+38
birthday/anniversary. The latter is required for sorting birthdays/anniversaries correctly on the today screen. Fixes bug #1760.
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-10BUG: The todo program was printing bad XML output of recurring itemserik1-17/+17
because the code lacked a space between two entities. FIX: Add a space. NOTE: The code was additionally reworked to make the spaces more noticable to the author of the patch. Thanks goes to Paul Eggleton who provided the patch! This fixes Opie bug 1753: http://opie-bugs.oszine.de/view.php?id=1753
2005-12-10- fix a problem with Sony Ericsson GSM. It can only handle vCards whitch ↵ar1-5/+5
have first set Cellular, Fax, Pager property and then HOME or WORK property.
2005-06-27Add the two new sort flagszecke1-2/+4
2005-06-27-Fix compile warning (signed vs unsigned)zecke1-1/+7
-Somehow the split up patches missed the query string... (I knew I would mess up)
2005-06-27Simplify SQL query to not need a temporary SQL tablezecke1-11/+2
Patch courtsey Marcin Juszkiewicz (okayed by eilers)
2005-04-05Use OResource for loading imagesdrw1-9/+15
2005-03-23Fixing last issues on QueryByExample on SQL databases. All tests passed ↵eilers2-29/+35
successfully
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-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-18work on plugins finished.alwin5-8/+58
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-18Reworte generic sorted() and added filter for "DoNotShowWithCategory" neededeilers2-12/+25
by addressbook
2005-03-17I had to change interface. so the used UUID has changed, too!alwin2-2/+5
But now these plugins may give a list of EffectiveEvents back.
2005-03-16forgot an interface method required.alwin1-0/+2
from now the interface never changed again or assigned UUID must changed.
2005-03-16ok, removed last errors (i hope)alwin1-2/+1
2005-03-16sorry, guys, checked in wrong filesalwin2-9/+8
2005-03-16first shot of a generic interface for holiday plugin in datebookalwin2-0/+88
2005-03-15Fix addressbook sort by implementing sorting by 'File As' namedrw1-2/+6
2005-02-23Comment out filer/filter settings menu options as they will not be ↵drw2-19/+12
implemented for Opie 1.2
2005-02-16Fix for bug #1542 - todo crashes when priority < 1 or > 5drw1-0/+12
2005-02-08Add beam to context menu, flip beam and delete actions in menu/toolbarsdrw1-6/+7
2005-02-07Minor additiondrw2-0/+6
2005-02-06Additional menu functionality for OPimMainWindowdrw2-15/+48
2005-02-03Fixing bug #1236: VCARD contained empty WORK and HOME addressfields..eilers1-14/+26
2005-02-02Some minor updates/simplificationdrw2-23/+6
2005-02-02Change the way categories can be selected, combo box is much more useful ↵drw2-84/+45
than a menu for many different categories
2005-01-30Forgot icon for menu item...drw1-1/+2
2005-01-30First part of PIM app consistancy/consolidation - added menu/tool bar, app ↵drw2-16/+308
caption and context menu handling to OPimMainWindow
2005-01-16Added new generic sorted for the databook backends. Needed an sortedvectoreilers10-6/+308
to do this job, which is now added to private classes..
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(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 stringwimpie1-1/+1
2005-01-03Fixing stupid API documentation error.eilers7-35/+40
Moving hasQuerySettings() and querySettings up to OPimAccessTemplate to be available for all frontends..
2004-12-28Fixing bug #1501 and preparing for implementation of generic QueryByExample andeilers13-42/+134
sorted for datebook and todo..
2004-12-28 * Make improved query by example accessable via frontendeilers4-9/+74
* Some API improvement
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl2-2090/+8
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-8/+2090
2004-12-20Recovery of the following Changes:eilers14-313/+493
* Implement fast and full featured version of sorted() for addressbook * Implement generic queryByExample for all Addressboook backends. It allows incremental search. * Update of API Documentation
2004-11-19bump versionmickeyl1-1/+1
2004-11-19Make VCARD importer more stable if something parsed which was not expected.eilers2-7/+36
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook.. This is fixing issue #1479
2004-11-18Remove obsoleted OPimEffectiveEvent as it is superseededzecke2-328/+0
by the generic OPimOccurrence
2004-11-18Update TODO of OpiePIM...zecke1-54/+46
2004-11-18Update ChangeLog with recent OpiePIM changeszecke1-0/+10
2004-11-18Opie PIM Update (1/2 of it implemented)zecke3-1/+56
-Update opiepim.pro to add new files -Provide a stable precompileable headerfile
2004-11-18Backend Changes:zecke25-819/+1218
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence
2004-11-18Add generic sorting implementation based on QVectorzecke7-0/+543
for Contact and Todo
2004-11-18Big PIM API Update Core Part (1/2 of what should be implemented):zecke26-328/+1244
OPimRecords: -Add a so called safeCast using the rtti value OPimTodo: -Fix memleak with OPimState OPimOccurrence: -New class. Every 'Access' can give occurrences for a period of time Move Documentation