From 7446b7fa1b788cfec5347ae0c71374ad88d3e62a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 16 Oct 2014 00:35:21 -0500 Subject: [PATCH 1/3] Add missing categories group to crystalsvg theme file --- pics/crystalsvg/index.theme | 26 +++++++++++++++++++++++++- tdecore/kiconloader.cpp | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/pics/crystalsvg/index.theme b/pics/crystalsvg/index.theme index 805d2f73b..c93118b2a 100644 --- a/pics/crystalsvg/index.theme +++ b/pics/crystalsvg/index.theme @@ -115,7 +115,7 @@ SmallDefault=16 SmallSizes=16 PanelDefault=32 PanelSizes=16,22,32,48,64,128 -Directories=16x16/actions,16x16/apps,16x16/devices,16x16/places,16x16/mimetypes,22x22/actions,22x22/apps,22x22/devices,22x22/places,22x22/mimetypes,32x32/actions,32x32/apps,32x32/devices,32x32/places,32x32/mimetypes,48x48/actions,48x48/apps,48x48/devices,48x48/places,48x48/mimetypes,64x64/actions,64x64/apps,64x64/devices,64x64/places,64x64/mimetypes,128x128/actions,128x128/apps,128x128/devices,128x128/places,128x128/mimetypes +Directories=16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/places,16x16/mimetypes,22x22/actions,22x22/apps,22x22/categories,22x22/devices,22x22/places,22x22/mimetypes,32x32/actions,32x32/apps,32x32/categories,32x32/devices,32x32/places,32x32/mimetypes,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/places,48x48/mimetypes,64x64/actions,64x64/apps,64x64/categories,64x64/devices,64x64/places,64x64/mimetypes,128x128/actions,128x128/apps,128x128/categories,128x128/devices,128x128/places,128x128/mimetypes [16x16/actions] Size=16 Context=Actions @@ -124,6 +124,10 @@ Type=Threshold Size=16 Context=Applications Type=Threshold +[16x16/categories] +Size=16 +Context=Categories +Type=Threshold [16x16/devices] Size=16 Context=Devices @@ -144,6 +148,10 @@ Type=Threshold Size=22 Context=Applications Type=Threshold +[22x22/categories] +Size=22 +Context=Categories +Type=Threshold [22x22/devices] Size=22 Context=Devices @@ -164,6 +172,10 @@ Type=Threshold Size=32 Context=Applications Type=Threshold +[32x32/categories] +Size=32 +Context=Categories +Type=Threshold [32x32/devices] Size=32 Context=Devices @@ -184,6 +196,10 @@ Type=Threshold Size=48 Context=Applications Type=Threshold +[48x48/categories] +Size=48 +Context=Categories +Type=Threshold [48x48/devices] Size=48 Context=Devices @@ -204,6 +220,10 @@ Type=Threshold Size=64 Context=Applications Type=Threshold +[64x64/categories] +Size=64 +Context=Categories +Type=Threshold [64x64/devices] Size=64 Context=Devices @@ -224,6 +244,10 @@ Type=Threshold Size=128 Context=Applications Type=Threshold +[128x128/categories] +Size=128 +Context=Categories +Type=Threshold [128x128/devices] Size=128 Context=Devices diff --git a/tdecore/kiconloader.cpp b/tdecore/kiconloader.cpp index 0f13f7cef..4d787c303 100644 --- a/tdecore/kiconloader.cpp +++ b/tdecore/kiconloader.cpp @@ -490,7 +490,7 @@ TDEIcon TDEIconLoader::findMatchingIcon(const TQString& name, int size) const for (int i = 0 ; i < count ; i++) { icon = themeNode->theme->iconPath(name + *ext[i], size, TDEIcon::MatchBest); - if (icon.isValid()) goto icon_found; + if (icon.isValid()) goto icon_found; } } icon_found: From 4d06a443368088ac7aa768745c9bc8f988e88ebe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 18 Oct 2014 11:45:07 -0500 Subject: [PATCH 2/3] Fix file protocol icon --- tdeioslave/file/file.protocol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdeioslave/file/file.protocol b/tdeioslave/file/file.protocol index ef3be0d90..c2a12f0fd 100644 --- a/tdeioslave/file/file.protocol +++ b/tdeioslave/file/file.protocol @@ -13,4 +13,4 @@ moving=true maxInstances=4 DocPath=tdeioslave/file/index.html Class=:local -Icon=filenew +Icon=document-new From bcdc321dcd1187891dc3c4b2357ab730d7fd3b83 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 18 Oct 2014 18:35:17 -0500 Subject: [PATCH 3/3] Fix missing semicolons at end of Keywords strings --- tderesources/tderesources.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tderesources/tderesources.desktop b/tderesources/tderesources.desktop index dddc4c868..ab4d94239 100644 --- a/tderesources/tderesources.desktop +++ b/tderesources/tderesources.desktop @@ -150,7 +150,7 @@ Comment[vi]=Cấu hình các tài nguyên TDE. Comment[zh_CN]=配置 TDE 资源 Comment[zh_HK]=設定 TDE 使用的資源 Comment[zh_TW]=在此設定 TDE 的資源 -Keywords=resources;konnector resource;contact resource;calendar resource;notes resource;imap +Keywords=resources;konnector resource;contact resource;calendar resource;notes resource;imap; Keywords[af]=hulpbronne;konnector hulpbron;kontak hulpbron;kalender hulpbron; notas hulpbron; imap Keywords[be]=рэсурсы;кантакты;каляндар;нататкі;resources;konnector resource;contact resource;calendar resource;notes resource;imap Keywords[bg]=ресурс; ресурси; настройки; бележки; адресна; адресник; книга; календар; resources; konnector resource; contact resource; calendar resource; notes resource; imap