summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp
Unidiff
Diffstat (limited to 'libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp b/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp
index 097142b..1c21619 100644
--- a/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp
+++ b/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp
@@ -1,67 +1,70 @@
1/* 1/*
2 * XML Backend for the OPIE-Contact Database. 2 * XML Backend for the OPIE-Contact Database.
3 * 3 *
4 * Copyright (c) 2002 by Stefan Eilers (Eilers.Stefan@epost.de) 4 * Copyright (c) 2002 by Stefan Eilers (Eilers.Stefan@epost.de)
5 * 5 *
6 * ===================================================================== 6 * =====================================================================
7 *This program is free software; you can redistribute it and/or 7 *This program is free software; you can redistribute it and/or
8 *modify it under the terms of the GNU Library General Public 8 *modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version. 10 * version 2 of the License, or (at your option) any later version.
11 * ===================================================================== 11 * =====================================================================
12 * ToDo: XML-Backend: Automatic reload if something was changed... 12 * ToDo: XML-Backend: Automatic reload if something was changed...
13 * 13 *
14 * 14 *
15 * ===================================================================== 15 * =====================================================================
16 * Version: $Id$ 16 * Version: $Id$
17 * ===================================================================== 17 * =====================================================================
18 * History: 18 * History:
19 * $Log$ 19 * $Log$
20 * Revision 1.7 2003/08/01 12:30:16 eilers
21 * Merging changes from BRANCH_1_0 to HEAD
22 *
20 * Revision 1.6 2003/07/07 16:19:47 eilers 23 * Revision 1.6 2003/07/07 16:19:47 eilers
21 * Fixing serious bug in hasQuerySettings() 24 * Fixing serious bug in hasQuerySettings()
22 * 25 *
23 * Revision 1.5 2003/04/13 18:07:10 zecke 26 * Revision 1.5 2003/04/13 18:07:10 zecke
24 * More API doc 27 * More API doc
25 * QString -> const QString& 28 * QString -> const QString&
26 * QString = 0l -> QString::null 29 * QString = 0l -> QString::null
27 * 30 *
28 * Revision 1.4 2003/03/21 14:32:54 mickeyl 31 * Revision 1.4 2003/03/21 14:32:54 mickeyl
29 * g++ compliance fix: default arguments belong into the declaration, but not the definition 32 * g++ compliance fix: default arguments belong into the declaration, but not the definition
30 * 33 *
31 * Revision 1.3 2003/03/21 12:26:28 eilers 34 * Revision 1.3 2003/03/21 12:26:28 eilers
32 * Fixing small bug: If we search a birthday from today to today, it returned 35 * Fixing small bug: If we search a birthday from today to today, it returned
33 * every contact .. 36 * every contact ..
34 * 37 *
35 * Revision 1.2 2003/03/21 10:33:09 eilers 38 * Revision 1.2 2003/03/21 10:33:09 eilers
36 * Merged speed optimized xml backend for contacts to main. 39 * Merged speed optimized xml backend for contacts to main.
37 * Added QDateTime to querybyexample. For instance, it is now possible to get 40 * Added QDateTime to querybyexample. For instance, it is now possible to get
38 * all Birthdays/Anniversaries between two dates. This should be used 41 * all Birthdays/Anniversaries between two dates. This should be used
39 * to show all birthdays in the datebook.. 42 * to show all birthdays in the datebook..
40 * This change is sourcecode backward compatible but you have to upgrade 43 * This change is sourcecode backward compatible but you have to upgrade
41 * the binaries for today-addressbook. 44 * the binaries for today-addressbook.
42 * 45 *
43 * Revision 1.1.2.2 2003/02/11 12:17:28 eilers 46 * Revision 1.1.2.2 2003/02/11 12:17:28 eilers
44 * Speed optimization. Removed the sequential search loops. 47 * Speed optimization. Removed the sequential search loops.
45 * 48 *
46 * Revision 1.1.2.1 2003/02/10 15:31:38 eilers 49 * Revision 1.1.2.1 2003/02/10 15:31:38 eilers
47 * Writing offsets to debug output.. 50 * Writing offsets to debug output..
48 * 51 *
49 * Revision 1.1 2003/02/09 15:05:01 eilers 52 * Revision 1.1 2003/02/09 15:05:01 eilers
50 * Nothing happened.. Just some cleanup before I will start.. 53 * Nothing happened.. Just some cleanup before I will start..
51 * 54 *
52 * Revision 1.12 2003/01/03 16:58:03 eilers 55 * Revision 1.12 2003/01/03 16:58:03 eilers
53 * Reenable debug output 56 * Reenable debug output
54 * 57 *
55 * Revision 1.11 2003/01/03 12:31:28 eilers 58 * Revision 1.11 2003/01/03 12:31:28 eilers
56 * Bugfix for calculating data diffs.. 59 * Bugfix for calculating data diffs..
57 * 60 *
58 * Revision 1.10 2003/01/02 14:27:12 eilers 61 * Revision 1.10 2003/01/02 14:27:12 eilers
59 * Improved query by example: Search by date is possible.. First step 62 * Improved query by example: Search by date is possible.. First step
60 * for a today plugin for birthdays.. 63 * for a today plugin for birthdays..
61 * 64 *
62 * Revision 1.9 2002/12/08 12:48:57 eilers 65 * Revision 1.9 2002/12/08 12:48:57 eilers
63 * Moved journal-enum from ocontact into i the xml-backend.. 66 * Moved journal-enum from ocontact into i the xml-backend..
64 * 67 *
65 * Revision 1.8 2002/11/14 17:04:24 eilers 68 * Revision 1.8 2002/11/14 17:04:24 eilers
66 * Sorting will now work if fullname is identical on some entries 69 * Sorting will now work if fullname is identical on some entries
67 * 70 *