summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
commit8bd51635d7c39bee8703a5f83bceee117f0f00c8 (patch)
treebec74335497a5cdf83b63b7e649c04ac3474e340
parentc1af5c98d368b094d8f79c20ce64817f6518706b (diff)
downloadtdepim-8bd51635d7c39bee8703a5f83bceee117f0f00c8.tar.gz
tdepim-8bd51635d7c39bee8703a5f83bceee117f0f00c8.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
-rw-r--r--akregator/src/feeditem.cpp2
-rw-r--r--akregator/src/pageviewer.cpp2
-rw-r--r--kaddressbook/viewmanager.cpp2
-rw-r--r--kaddressbook/views/kaddressbookiconview.cpp2
-rw-r--r--kalarm/prefdlg.cpp2
-rw-r--r--karm/karm_part.cpp8
-rw-r--r--karm/mainwindow.cpp8
-rw-r--r--kmail/kmail_config_misc.desktop2
-rw-r--r--kmail/kmheaders.cpp2
-rw-r--r--kmail/kmmimeparttree.cpp4
-rw-r--r--kmail/kmmsgpartdlg.cpp4
-rw-r--r--kmail/searchwindow.cpp2
-rw-r--r--korganizer/korganizer_configfonts.desktop2
-rw-r--r--ktnef/gui/ms-tnef.desktop2
-rw-r--r--tdeabc/tdeabcdistlistupdater/tdeabcdistlistupdater.desktop2
15 files changed, 23 insertions, 23 deletions
diff --git a/akregator/src/feeditem.cpp b/akregator/src/feeditem.cpp
index b2bb86bb..9bbf5c48 100644
--- a/akregator/src/feeditem.cpp
+++ b/akregator/src/feeditem.cpp
@@ -89,7 +89,7 @@ TQPixmap FeedItem::errorPixmap()
TQPixmap FeedItem::defaultPixmap()
{
- return TDEGlobal::iconLoader()->loadIcon("txt", TDEIcon::Small);
+ return TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small);
}
void FeedItem::initialize(Feed* node)
diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp
index eeeb4062..14e702aa 100644
--- a/akregator/src/pageviewer.cpp
+++ b/akregator/src/pageviewer.cpp
@@ -262,7 +262,7 @@ bool PageViewer::openURL(const KURL& url)
if (!favicon.isEmpty())
emit setTabIcon(TQPixmap(TDEGlobal::dirs()->findResource("cache", favicon+".png")));
else
- emit setTabIcon(SmallIcon("html"));
+ emit setTabIcon(SmallIcon("text-html"));
return val;
}
diff --git a/kaddressbook/viewmanager.cpp b/kaddressbook/viewmanager.cpp
index 405b45c2..3b78cdfa 100644
--- a/kaddressbook/viewmanager.cpp
+++ b/kaddressbook/viewmanager.cpp
@@ -497,7 +497,7 @@ void ViewManager::startDrag()
}
}
- drag->setPixmap( TDEGlobal::iconLoader()->loadIcon( "vcard", TDEIcon::Desktop ) );
+ drag->setPixmap( TDEGlobal::iconLoader()->loadIcon( ""x-office-address-book", TDEIcon::Desktop ) );
drag->dragCopy();
}
diff --git a/kaddressbook/views/kaddressbookiconview.cpp b/kaddressbook/views/kaddressbookiconview.cpp
index 8b978018..fee2c113 100644
--- a/kaddressbook/views/kaddressbookiconview.cpp
+++ b/kaddressbook/views/kaddressbookiconview.cpp
@@ -112,7 +112,7 @@ class AddresseeIconViewItem : public TDEIconViewItem
setText( mAddressee.givenName() + " " + mAddressee.familyName() );
TQPixmap icon;
- TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( "vcard", TDEIcon::Desktop ) );
+ TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( ""x-office-address-book", TDEIcon::Desktop ) );
TDEABC::Picture pic = mAddressee.photo();
if ( pic.data().isNull() )
pic = mAddressee.logo();
diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp
index f439d609..b76d877d 100644
--- a/kalarm/prefdlg.cpp
+++ b/kalarm/prefdlg.cpp
@@ -122,7 +122,7 @@ KAlarmPrefDlg::KAlarmPrefDlg()
setWFlags(TQt::WDestructiveClose);
setIconListAllVisible(true);
- TQVBox* frame = addVBoxPage(i18n("General"), i18n("General"), DesktopIcon("misc"));
+ TQVBox* frame = addVBoxPage(i18n("General"), i18n("General"), DesktopIcon("application-vnd.tde.misc"));
mMiscPage = new MiscPrefTab(frame);
frame = addVBoxPage(i18n("Email"), i18n("Email Alarm Settings"), DesktopIcon("mail_generic"));
diff --git a/karm/karm_part.cpp b/karm/karm_part.cpp
index c929ba6e..d1d6e509 100644
--- a/karm/karm_part.cpp
+++ b/karm/karm_part.cpp
@@ -156,7 +156,7 @@ void karmPart::makeMenus()
TQT_SLOT( newTask() ), actionCollection(),
"new_task");
actionNewSub = new TDEAction( i18n("New &Subtask..."),
- TQString::fromLatin1("tdemultiple"), CTRL+ALT+Key_N,
+ TQString::fromLatin1("application-vnd.tde.tdemultiple"), CTRL+ALT+Key_N,
TQT_TQOBJECT(_taskView),
TQT_SLOT( newSubTask() ), actionCollection(),
"new_sub_task");
@@ -171,21 +171,21 @@ void karmPart::makeMenus()
TQT_SLOT( editTask() ), actionCollection(),
"edit_task");
// actionAddComment = new TDEAction( i18n("&Add Comment..."),
-// TQString::fromLatin1("document"),
+// TQString::fromLatin1("text-x-generic"),
// CTRL+ALT+Key_E,
// TQT_TQOBJECT(_taskView),
// TQT_SLOT( addCommentToTask() ),
// actionCollection(),
// "add_comment_to_task");
actionMarkAsComplete = new TDEAction( i18n("&Mark as Complete"),
- TQString::fromLatin1("document"),
+ TQString::fromLatin1("text-x-generic"),
CTRL+Key_M,
TQT_TQOBJECT(_taskView),
TQT_SLOT( markTaskAsComplete() ),
actionCollection(),
"mark_as_complete");
actionMarkAsIncomplete = new TDEAction( i18n("&Mark as Incomplete"),
- TQString::fromLatin1("document"),
+ TQString::fromLatin1("text-x-generic"),
CTRL+Key_M,
TQT_TQOBJECT(_taskView),
TQT_SLOT( markTaskAsIncomplete() ),
diff --git a/karm/mainwindow.cpp b/karm/mainwindow.cpp
index aa321de3..55fadbc0 100644
--- a/karm/mainwindow.cpp
+++ b/karm/mainwindow.cpp
@@ -294,7 +294,7 @@ void MainWindow::makeMenus()
TQT_SLOT( newTask() ), actionCollection(),
"new_task");
actionNewSub = new TDEAction( i18n("New &Subtask..."),
- TQString::fromLatin1("tdemultiple"), CTRL+ALT+Key_N,
+ TQString::fromLatin1("application-vnd.tde.tdemultiple"), CTRL+ALT+Key_N,
TQT_TQOBJECT(_taskView),
TQT_SLOT( newSubTask() ), actionCollection(),
"new_sub_task");
@@ -309,21 +309,21 @@ void MainWindow::makeMenus()
TQT_SLOT( editTask() ), actionCollection(),
"edit_task");
// actionAddComment = new TDEAction( i18n("&Add Comment..."),
-// TQString::fromLatin1("document"),
+// TQString::fromLatin1("text-x-generic"),
// CTRL+ALT+Key_E,
// TQT_TQOBJECT(_taskView),
// TQT_SLOT( addCommentToTask() ),
// actionCollection(),
// "add_comment_to_task");
actionMarkAsComplete = new TDEAction( i18n("&Mark as Complete"),
- TQString::fromLatin1("document"),
+ TQString::fromLatin1("text-x-generic"),
CTRL+Key_M,
TQT_TQOBJECT(_taskView),
TQT_SLOT( markTaskAsComplete() ),
actionCollection(),
"mark_as_complete");
actionMarkAsIncomplete = new TDEAction( i18n("&Mark as Incomplete"),
- TQString::fromLatin1("document"),
+ TQString::fromLatin1("text-x-generic"),
CTRL+Key_M,
TQT_TQOBJECT(_taskView),
TQT_SLOT( markTaskAsIncomplete() ),
diff --git a/kmail/kmail_config_misc.desktop b/kmail/kmail_config_misc.desktop
index 061d4ed5..a7aea4e5 100644
--- a/kmail/kmail_config_misc.desktop
+++ b/kmail/kmail_config_misc.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Icon=misc
+Icon=application-vnd.tde.misc
Type=Service
X-TDE-ServiceTypes=TDECModule
diff --git a/kmail/kmheaders.cpp b/kmail/kmheaders.cpp
index 77af8e44..3196e627 100644
--- a/kmail/kmheaders.cpp
+++ b/kmail/kmheaders.cpp
@@ -2401,7 +2401,7 @@ void KMHeaders::contentsMouseMoveEvent( TQMouseEvent* e )
if( count == 1 )
pixmap = TQPixmap( DesktopIcon("message", TDEIcon::SizeSmall) );
else
- pixmap = TQPixmap( DesktopIcon("tdemultiple", TDEIcon::SizeSmall) );
+ pixmap = TQPixmap( DesktopIcon("application-vnd.tde.tdemultiple", TDEIcon::SizeSmall) );
// Calculate hotspot (as in Konqueror)
if( !pixmap.isNull() ) {
diff --git a/kmail/kmmimeparttree.cpp b/kmail/kmmimeparttree.cpp
index 200e7736..4448cec4 100644
--- a/kmail/kmmimeparttree.cpp
+++ b/kmail/kmmimeparttree.cpp
@@ -366,11 +366,11 @@ void KMMimePartTreeItem::setIconAndTextForType( const TQString & mime )
setPixmap( 0, SmallIcon("folder") );
} else if ( mimetype == "application/octet-stream" ) {
setText( 1, i18n("Unspecified Binary Data") ); // don't show "Unknown"...
- setPixmap( 0, SmallIcon("unknown") );
+ setPixmap( 0, SmallIcon("text-x-katefilelist") );
} else {
KMimeType::Ptr mtp = KMimeType::mimeType( mimetype );
setText( 1, (mtp && !mtp->comment().isEmpty()) ? mtp->comment() : mimetype );
- setPixmap( 0, mtp ? mtp->pixmap( TDEIcon::Small) : SmallIcon("unknown") );
+ setPixmap( 0, mtp ? mtp->pixmap( TDEIcon::Small) : SmallIcon("text-x-katefilelist") );
}
}
diff --git a/kmail/kmmsgpartdlg.cpp b/kmail/kmmsgpartdlg.cpp
index 869ee015..2a0bd8cb 100644
--- a/kmail/kmmsgpartdlg.cpp
+++ b/kmail/kmmsgpartdlg.cpp
@@ -65,7 +65,7 @@ KMMsgPartDialog::KMMsgPartDialog( const TQString & caption,
// mimetype icon:
mIcon = new TQLabel( plainPage() );
- mIcon->setPixmap( DesktopIcon("unknown") );
+ mIcon->setPixmap( DesktopIcon("text-x-katefilelist") );
glay->addMultiCellWidget( mIcon, 0, 1, 0, 0 );
// row 0: Type combobox:
@@ -325,7 +325,7 @@ void KMMsgPartDialog::slotMimeTypeChanged( const TQString & mimeType ) {
== TQValidator::Acceptable )
mIcon->setPixmap( KMimeType::mimeType( mimeType )->pixmap( TDEIcon::Desktop ) );
else
- mIcon->setPixmap( DesktopIcon("unknown") );
+ mIcon->setPixmap( DesktopIcon("text-x-katefilelist") );
}
diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp
index d1f370ac..bc97de04 100644
--- a/kmail/searchwindow.cpp
+++ b/kmail/searchwindow.cpp
@@ -95,7 +95,7 @@ class MatchListView : public TDEListView
if( mailList.count() == 1 )
pixmap = TQPixmap( DesktopIcon("message", TDEIcon::SizeSmall) );
else
- pixmap = TQPixmap( DesktopIcon("tdemultiple", TDEIcon::SizeSmall) );
+ pixmap = TQPixmap( DesktopIcon("application-vnd.tde.tdemultiple", TDEIcon::SizeSmall) );
d->setPixmap( pixmap );
return d;
diff --git a/korganizer/korganizer_configfonts.desktop b/korganizer/korganizer_configfonts.desktop
index be6cb42f..172eb1fc 100644
--- a/korganizer/korganizer_configfonts.desktop
+++ b/korganizer/korganizer_configfonts.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Icon=fonts
+Icon=font-x-generics
Type=Service
X-TDE-ServiceTypes=TDECModule
diff --git a/ktnef/gui/ms-tnef.desktop b/ktnef/gui/ms-tnef.desktop
index 81f71e51..508f5ff9 100644
--- a/ktnef/gui/ms-tnef.desktop
+++ b/ktnef/gui/ms-tnef.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=MimeType
MimeType=application/ms-tnef
-Icon=tar
+Icon=application-x-tar
Patterns=*.tnf;
Comment=TNEF File
Comment[af]=TNEF lĂȘer
diff --git a/tdeabc/tdeabcdistlistupdater/tdeabcdistlistupdater.desktop b/tdeabc/tdeabcdistlistupdater/tdeabcdistlistupdater.desktop
index f481a0aa..5b6a8f59 100644
--- a/tdeabc/tdeabcdistlistupdater/tdeabcdistlistupdater.desktop
+++ b/tdeabc/tdeabcdistlistupdater/tdeabcdistlistupdater.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=tdeabcdistlistupdater
Exec=tdeabcdistlistupdater --disable-autostart
-Icon=misc
+Icon=application-vnd.tde.misc
Type=Application
Comment=Tool to update the old distribution lists to the new ones.
Terminal=false