From 777f745812384f3aac132519aa557b81a9979cce Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 11 Sep 2012 08:51:07 +0400 Subject: [PATCH 1/3] Why the hell it was there? O_o --- ElvUI_SLE/config/sle_global.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ElvUI_SLE/config/sle_global.lua diff --git a/ElvUI_SLE/config/sle_global.lua b/ElvUI_SLE/config/sle_global.lua deleted file mode 100644 index 2204814..0000000 --- a/ElvUI_SLE/config/sle_global.lua +++ /dev/null @@ -1,15 +0,0 @@ -local E, L, V, P, G = unpack(ElvUI); --Inport: Engine, Locales, ProfileDB, GlobalDB - -V['sle'] = { - --Auras Frame - ['auras'] = { - ['size'] = 30, - }, - - --Skada Backdrop - ['skadaback'] = true, - - ['dbm'] = { - ['size'] = 10, - }, -} \ No newline at end of file -- 1.7.9.5 From 13e51d962856511b5acec42027a99a2a2a65d7e5 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 11 Sep 2012 08:52:19 +0400 Subject: [PATCH 2/3] Catch up with ElvUI Deleted chat fade option --- ElvUI_SLE/config/profile.lua | 2 - ElvUI_SLE/locales/english.lua | 2 - ElvUI_SLE/locales/german.lua | 2 - ElvUI_SLE/locales/load_locales.xml | 12 +- ElvUI_SLE/locales/russian.lua | 364 ++++++++++++++++++------------------ ElvUI_SLE/modules/chat/chat.lua | 12 -- ElvUI_SLE/modules/chat/options.lua | 8 - 7 files changed, 192 insertions(+), 210 deletions(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index d08c89a..a87a06c 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -130,7 +130,6 @@ P['sle'] = { --Chat ['chat'] = { - ['fade'] = false, ['editbox'] = "Down", }, @@ -195,7 +194,6 @@ P['general'] = { ['sortDirection'] = 'ASCENDING', ['size'] = 40, ['spacing'] = 4, - ['showBackdrop'] = false, } }; diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index 872ab41..174aa37 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -59,8 +59,6 @@ L["Transparent"] = true --Chat-- L["Chat Options"] = true -L["Chat Fade"] = true -L["Enable/Disable the text fading in the chat window."] = true L["Chat Editbox History"] = true L["Amount of messages to save. Set to 0 to disable."] = true L["Editbox Position"] = true diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua index 8e661eb..d946bc3 100644 --- a/ElvUI_SLE/locales/german.lua +++ b/ElvUI_SLE/locales/german.lua @@ -60,8 +60,6 @@ L["Transparent"] = "Transparent" --Chat-- L["Chat Options"] = "Chat Optionen" -L["Chat Fade"] = "Chat verblassen" -L["Enable/Disable the text fading in the chat window."] = "Aktiviere/Deaktiviere das Text verblassen für das Chat Fenster." L["Chat Editbox History"] = "Chat Editbox History" L["Amount of messages to save. Set to 0 to disable."] = "Anzahl der Nachrichten die gespeichert werden. Wähle 0 zum deaktivieren." L["Editbox Position"] = "Editbox Position" diff --git a/ElvUI_SLE/locales/load_locales.xml b/ElvUI_SLE/locales/load_locales.xml index 8db1ed7..ce5781b 100644 --- a/ElvUI_SLE/locales/load_locales.xml +++ b/ElvUI_SLE/locales/load_locales.xml @@ -1 +1,11 @@ -