summaryrefslogtreecommitdiffstats
path: root/libkcal
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:56:39 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:56:39 -0500
commit829790146716bc30c2e98cf2a767e60f60e5143a (patch)
tree9ec044f1ff90653dc07bc9e50254ab56c61b7144 /libkcal
parent66914d2878a6cadacbaf6ceacdd74d2999e4114e (diff)
downloadtdepim-829790146716bc30c2e98cf2a767e60f60e5143a.tar.gz
tdepim-829790146716bc30c2e98cf2a767e60f60e5143a.zip
Update XDG information in support of bug report 892.
Diffstat (limited to 'libkcal')
-rw-r--r--libkcal/DESIGN2
-rw-r--r--libkcal/customproperties.cpp6
-rw-r--r--libkcal/customproperties.h2
-rw-r--r--libkcal/kcal_manager.desktop2
-rw-r--r--libkcal/local.desktop6
-rw-r--r--libkcal/localdir.desktop6
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics6
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all24
-rw-r--r--libkcal/tests/testfb.cpp2
18 files changed, 37 insertions, 37 deletions
diff --git a/libkcal/DESIGN b/libkcal/DESIGN
index 37023c1a4..aecd10e85 100644
--- a/libkcal/DESIGN
+++ b/libkcal/DESIGN
@@ -41,7 +41,7 @@ The get-method that returns the schedulingID checks if this is set
at all. If not, it returns the UID. And when the incidence is saved in
iCal, the schedulingID (i.e. the UID if no SID is there) is saved in
the iCal UID field, and if schedulingID is not null, the UID of the
-incidence is saved in X-KDE-LIBKCAL-ID. The reason for this is
+incidence is saved in X-TDE-LIBKCAL-ID. The reason for this is
compatibility with other iCal based applications, because they expect
the UID of the invitation to be saved in the iCal UID field. In the
Kolab resource XML format, there is a tag <scheduling-id> where it is
diff --git a/libkcal/customproperties.cpp b/libkcal/customproperties.cpp
index ca31645a8..7940d23c5 100644
--- a/libkcal/customproperties.cpp
+++ b/libkcal/customproperties.cpp
@@ -60,7 +60,7 @@ void CustomProperties::setCustomProperty(const TQCString &app, const TQCString &
{
if (value.isNull() || key.isEmpty() || app.isEmpty())
return;
- TQCString property = "X-KDE-" + app + "-" + key;
+ TQCString property = "X-TDE-" + app + "-" + key;
if (!checkName(property))
return;
mProperties[property] = value;
@@ -69,12 +69,12 @@ void CustomProperties::setCustomProperty(const TQCString &app, const TQCString &
void CustomProperties::removeCustomProperty(const TQCString &app, const TQCString &key)
{
- removeNonKDECustomProperty(TQCString("X-KDE-" + app + "-" + key));
+ removeNonKDECustomProperty(TQCString("X-TDE-" + app + "-" + key));
}
TQString CustomProperties::customProperty(const TQCString &app, const TQCString &key) const
{
- return nonKDECustomProperty(TQCString("X-KDE-" + app + "-" + key));
+ return nonKDECustomProperty(TQCString("X-TDE-" + app + "-" + key));
}
void CustomProperties::setNonKDECustomProperty(const TQCString &name, const TQString &value)
diff --git a/libkcal/customproperties.h b/libkcal/customproperties.h
index c840f69e6..e1b020dc6 100644
--- a/libkcal/customproperties.h
+++ b/libkcal/customproperties.h
@@ -33,7 +33,7 @@ namespace KCal {
/**
This class represents custom calendar properties.
It is used as a base class for classes which represent calendar components.
- A custom property name written by libkcal has the form X-KDE-APP-KEY where
+ A custom property name written by libkcal has the form X-TDE-APP-KEY where
APP represents the application name, and KEY distinguishes individual
properties for the application.
In keeping with RFC2445, property names must be composed only of the
diff --git a/libkcal/kcal_manager.desktop b/libkcal/kcal_manager.desktop
index a2e57091a..263dbd706 100644
--- a/libkcal/kcal_manager.desktop
+++ b/libkcal/kcal_manager.desktop
@@ -60,4 +60,4 @@ Name[zh_TW]=行事曆
Type=Service
ServiceTypes=KResources/Manager
-X-KDE-ResourceFamily=calendar
+X-TDE-ResourceFamily=calendar
diff --git a/libkcal/local.desktop b/libkcal/local.desktop
index 9cf91413e..a1ca7a083 100644
--- a/libkcal/local.desktop
+++ b/libkcal/local.desktop
@@ -52,8 +52,8 @@ Name[tr]=Yerel Dosyadaki Takvim
Name[uk]=Календар у локальному файлі
Name[zh_CN]=本地文件中的日历
Name[zh_TW]=本地檔案中的行事曆
-X-KDE-Library=kcal_local
+X-TDE-Library=kcal_local
Type=Service
ServiceTypes=KResources/Plugin
-X-KDE-ResourceFamily=calendar
-X-KDE-ResourceType=file
+X-TDE-ResourceFamily=calendar
+X-TDE-ResourceType=file
diff --git a/libkcal/localdir.desktop b/libkcal/localdir.desktop
index d7e4b4137..54e7ac46d 100644
--- a/libkcal/localdir.desktop
+++ b/libkcal/localdir.desktop
@@ -52,8 +52,8 @@ Name[tr]=Yerel Dizindeki Takvim
Name[uk]=Календар у локальному каталозі
Name[zh_CN]=本地目录中的日历
Name[zh_TW]=本地目錄中的行事曆
-X-KDE-Library=kcal_localdir
+X-TDE-Library=kcal_localdir
Type=Service
ServiceTypes=KResources/Plugin
-X-KDE-ResourceFamily=calendar
-X-KDE-ResourceType=localdir
+X-TDE-ResourceFamily=calendar
+X-TDE-ResourceType=localdir
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics
index 3e8d86844..fff4fa885 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 days
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics
index 84ff2b68b..0bcae4a63 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 3 weeks on Tu\, Sa and Su
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics
index d2065905e..1fccb050e 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics
index f2a55fd41..437c42afa 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics
@@ -17,7 +17,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours 3 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT4H3M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics
index ef7311eb4..4a65cd39d 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 2 months on the 24th
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics
index 4d65ed9ad..db3e221a3 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics
@@ -15,15 +15,15 @@ BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-P9DT35S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
-X-KDE-KALARM-TYPE:LOGIN
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-TYPE:LOGIN
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics
index f141388fe..8ab3ae731 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:every 3 years on the 3. tuesday in may and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics
index 3f71409d1..13bbdbc6e 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 months on the 2nd-to-last wednesday
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics
index 8912493ed..14d76646a 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics
@@ -17,7 +17,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT16M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics
index db2b5eb81..06751468e 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 years on the 27. of march\, july and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all
index da63af3fe..fe0fac389 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 days
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -36,7 +36,7 @@ BEGIN:VALARM
DESCRIPTION:Every 3 weeks on Tu\, Sa and Su
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -56,7 +56,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -77,7 +77,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours 3 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT4H3M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -97,7 +97,7 @@ BEGIN:VALARM
DESCRIPTION:Every 2 months on the 24th
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -116,15 +116,15 @@ BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-P9DT35S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
-X-KDE-KALARM-TYPE:LOGIN
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-TYPE:LOGIN
END:VALARM
END:VEVENT
@@ -144,7 +144,7 @@ BEGIN:VALARM
DESCRIPTION:every 3 years on the 3. tuesday in may and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -164,7 +164,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 months on the 2nd-to-last wednesday
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -185,7 +185,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT16M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -205,7 +205,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 years on the 27. of march\, july and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/testfb.cpp b/libkcal/tests/testfb.cpp
index c72d0071f..819827921 100644
--- a/libkcal/tests/testfb.cpp
+++ b/libkcal/tests/testfb.cpp
@@ -37,7 +37,7 @@ int main( int, char ** )
"VERSION:2.0\n"
"BEGIN:VFREEBUSY\n"
"ORGANIZER:MAILTO:test3@kdab.net\n"
- "X-KDE-Foo:bla\n"
+ "X-TDE-Foo:bla\n"
"DTSTAMP:20071202T152453Z\n"
"URL:http://mail.kdab.net/freebusy/test3%40kdab.net.ifb\n"
"DTSTART:19700101T000000Z\n"