summaryrefslogtreecommitdiffstats
path: root/src/organizer/details/qorganizeritemdetails.cpp
diff options
context:
space:
mode:
authorEckhart Koppen <eckhart.koppen@nokia.com>2011-04-20 11:52:57 +0300
committerEckhart Koppen <eckhart.koppen@nokia.com>2011-04-20 11:52:57 +0300
commitfb3e9bc2d941462f1244aaf0ea79425a307f883d (patch)
treeafce91959098ec887ce466abc6e40342261df3db /src/organizer/details/qorganizeritemdetails.cpp
parentc61d909c7b815319e40ba27d7f84e92aa5f1f946 (diff)
parent6f0dc7cc40dd63763a581a7fb6d4e76649b8026c (diff)
Merge branch 'master' into 1.2.0v1.2.0
Diffstat (limited to 'src/organizer/details/qorganizeritemdetails.cpp')
-rw-r--r--src/organizer/details/qorganizeritemdetails.cpp21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/organizer/details/qorganizeritemdetails.cpp b/src/organizer/details/qorganizeritemdetails.cpp
index 4eb2180a39..8e9f23b21e 100644
--- a/src/organizer/details/qorganizeritemdetails.cpp
+++ b/src/organizer/details/qorganizeritemdetails.cpp
@@ -57,6 +57,7 @@ QTM_BEGIN_NAMESPACE
\brief The QOrganizerItemDescription class contains some arbitrary information which is relevant to the organizer item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -95,6 +96,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemDescription::FieldDescription, "Descripti
\brief The QOrganizerItemDisplayLabel class contains the backend-synthesized display label of the organizer item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -151,6 +153,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemDisplayLabel::FieldLabel, "Label");
or occurrence of an event.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -238,6 +241,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerEventTime::FieldAllDay, "AllDay");
\brief The QOrganizerItemGuid class contains the globally unique identifier of the organizer item, which can be used for synchronization purposes.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -276,6 +280,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemGuid::FieldGuid, "Guid");
\brief The QOrganizerItemParent class contains information about the event or todo that generated this item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -332,6 +337,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemParent::FieldOriginalDate, "OriginalDate"
the date and time for which a journal entry has been created.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -367,6 +373,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerJournalTime::FieldEntryDateTime, "EntryDateTi
\brief The QOrganizerItemLocation class contains information about a location which is related to the organizer item in some manner.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
@@ -454,6 +461,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemLocation::FieldLabel, "Label");
\brief The QOrganizerItemComment class contains some arbitrary information which is relevant to the organizer item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -503,6 +511,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemComment::FieldComment, "Comment");
\brief The QOrganizerItemPriority class contains the priority of the organizer item, which may be used to resolve scheduling conflicts.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -719,6 +728,7 @@ void QOrganizerItemRecurrence::setExceptionDates(const QSet<QDate>& xdates)
\brief The QOrganizerItemReminder class contains information about when and how the user wants to reminded of the item
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
Note that the Organizer API does not enforce that the user is reminded of the item;
rather, it simply allows clients to store and manipulate data which might be used
@@ -863,6 +873,7 @@ QOrganizerItemReminder::ReminderType QOrganizerItemReminder::reminderType() cons
\brief The QOrganizerItemAudibleReminder class contains information about an audible reminder of an item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
An audible reminder is a reminder which alerts the user about the item, with sound.
Note that the Organizer API does not enforce that the sound data is played,
@@ -903,6 +914,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemAudibleReminder::FieldDataUrl, "DataUrl")
\brief The QOrganizerItemEmailReminder class contains information about an email reminder of an item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
An email reminder is a reminder which alerts the user (or other users) about the item,
by sending an email.
@@ -986,6 +998,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemEmailReminder::FieldRecipients, "Recipien
\brief The QOrganizerItemVisualReminder class contains information about a visual reminder of an item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
A visual reminder is a reminder which alerts the user about the item, with a message, image or video.
Note that the Organizer API does not enforce that the visual data is displayed,
@@ -1043,6 +1056,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemVisualReminder::FieldDataUrl, "DataUrl");
\brief The QOrganizerItemTag class contains some arbitrary tag which is relevant to the organizer item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -1088,9 +1102,11 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemTag::FieldTag, "Tag");
/* ==================== QOrganizerItemTimestamp ======================= */
/*!
\class QOrganizerItemTimestamp
- \brief The QOrganizerItemTimestamp class contains the creation and last-modified timestamp associated with the organizer item. XXX TODO: what about last accessed?
+ \brief The QOrganizerItemTimestamp class contains the creation and last-modified timestamp associated with the organizer item.
+ XXX TODO: what about last accessed?
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -1147,6 +1163,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerItemTimestamp::FieldCreationTimestamp, "Creat
\brief The QOrganizerTodoProgress class contains information about the progress of a todo item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -1222,6 +1239,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerTodoProgress::FieldFinishedDateTime, "Finishe
\brief The QOrganizerTodoTime class contains information about the time range of a todo item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!
@@ -1298,6 +1316,7 @@ Q_DEFINE_LATIN1_CONSTANT(QOrganizerTodoTime::FieldAllDay, "AllDay");
\brief The QOrganizerItemType class describes the type of the organizer item. This detail may be automatically synthesized by the backend depending on other details in the organizer item.
\inmodule QtOrganizer
\ingroup organizer-details
+ \since 1.1
*/
/*!