summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ChangeLog
Unidiff
Diffstat (limited to 'libopie2/opiepim/ChangeLog') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiepim/ChangeLog b/libopie2/opiepim/ChangeLog
index e94fa59..52b3f6b 100644
--- a/libopie2/opiepim/ChangeLog
+++ b/libopie2/opiepim/ChangeLog
@@ -1,24 +1,26 @@
12005-03-18 Stefan Eilers <stefan@eilers-online.net>
2 * Rewrote generic sorted filter and added filter for "DoNotShowWithCategory", needed by addressbook (other filters need to be added!)
12005-01-16 Stefan Eilers <stefan@eilers-online.net> 32005-01-16 Stefan Eilers <stefan@eilers-online.net>
2 * Added new OPimEventSortVector class, improved OPimSortVector 4 * Added new OPimEventSortVector class, improved OPimSortVector
3 * OPimAccessBackend now supports generic sorting. 5 * OPimAccessBackend now supports generic sorting.
42005-01-03 Stefan Eilers <stefan@eilers-online.net> 62005-01-03 Stefan Eilers <stefan@eilers-online.net>
5 * Fixing bug in API documentation 7 * Fixing bug in API documentation
6 * Moving hasQuerySettings() and querySettings() to OPimAccessTemplate to be available for all frontends 8 * Moving hasQuerySettings() and querySettings() to OPimAccessTemplate to be available for all frontends
72004-12-28 Stefan Eilers <stefan@eilers-online.net> 92004-12-28 Stefan Eilers <stefan@eilers-online.net>
8 * Make improved query by example accessable via frontend 10 * Make improved query by example accessable via frontend
9 * Some API documentation improvement 11 * Some API documentation improvement
10 * Cleanup of backend api.. 12 * Cleanup of backend api..
11 * Fixing bug #1501 13 * Fixing bug #1501
122004-11-23 Stefan Eilers <stefan@eilers-online.net> 142004-11-23 Stefan Eilers <stefan@eilers-online.net>
13 * Implement fast and full featured version of sorted() for addressbook 15 * Implement fast and full featured version of sorted() for addressbook
14 * Implement generic queryByExample for all Addressboook backends. It allows incremental search. 16 * Implement generic queryByExample for all Addressboook backends. It allows incremental search.
15 * Update of API Documentation 17 * Update of API Documentation
162004-11-18 Holger Freyther <freyther@handhelds.org> 182004-11-18 Holger Freyther <freyther@handhelds.org>
17 * Every Access can give a set of Occurrences for a period or a datetime 19 * Every Access can give a set of Occurrences for a period or a datetime
18 * QueryByExample, Find, Sort can be generically accessed by OPimBase 20 * QueryByExample, Find, Sort can be generically accessed by OPimBase
19 pointer interface 21 pointer interface
20 * OPimBackendOccurrence gets split up to OPimOccurrences by 22 * OPimBackendOccurrence gets split up to OPimOccurrences by
21 OPimTemplateBase 23 OPimTemplateBase
22 * Add safeCast to various OPimRecords 24 * Add safeCast to various OPimRecords
23 * Kill memleak in OPimTodo 25 * Kill memleak in OPimTodo
24 * Add SortVector implementations for OPimTodo and OPimContact 26 * Add SortVector implementations for OPimTodo and OPimContact