From bece113cf88b70d3fd29cd9bd556ecf8eba6d374 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Sat, 13 Nov 2021 18:25:29 +0100 Subject: [PATCH 01/14] new version prep --- ElvUI_GennUI/ElvUI_GennUI_Classic.toc | 2 +- ElvUI_GennUI/ElvUI_GennUI_Mainline.toc | 2 +- ElvUI_GennUI/ElvUI_GennUI_TBC.toc | 2 +- ElvUI_GennUI/changelog.txt | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ElvUI_GennUI/ElvUI_GennUI_Classic.toc b/ElvUI_GennUI/ElvUI_GennUI_Classic.toc index 98f5d44..a149ffe 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_Classic.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_Classic.toc @@ -1,7 +1,7 @@ ## Interface: 11400 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1Classic ## Author: Gennoken (Gennoken#21969) -## Version: 2.63 +## Version: 2.64 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc b/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc index 4d58fe2..03014cb 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc @@ -1,7 +1,7 @@ ## Interface: 90105 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI ## Author: Gennoken (Gennoken#21969) -## Version: 2.63 +## Version: 2.64 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_GennUI/ElvUI_GennUI_TBC.toc b/ElvUI_GennUI/ElvUI_GennUI_TBC.toc index 0ecf055..eb7cb85 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_TBC.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_TBC.toc @@ -1,7 +1,7 @@ ## Interface: 20502 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1TBC ## Author: Gennoken (Gennoken#21969) -## Version: 2.63 +## Version: 2.64 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_GennUI/changelog.txt b/ElvUI_GennUI/changelog.txt index 088c822..063eb5b 100644 --- a/ElvUI_GennUI/changelog.txt +++ b/ElvUI_GennUI/changelog.txt @@ -1,5 +1,8 @@ **Changelog** +**v2.64 []** +• + **v2.63 [13/11/2021]** • GennUI is back again, too many people requests. • UI remade from scratch with some minor changes, addons profiles too. From aa37176c67eaede805a3cbfae663c235b7b0a0d8 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Wed, 17 Nov 2021 12:31:16 +0100 Subject: [PATCH 02/14] WindTools item bar typo fix --- ElvUI_GennUI/core/extra/WT.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_GennUI/core/extra/WT.lua b/ElvUI_GennUI/core/extra/WT.lua index 4e1d7a0..bdc31aa 100644 --- a/ElvUI_GennUI/core/extra/WT.lua +++ b/ElvUI_GennUI/core/extra/WT.lua @@ -52,7 +52,7 @@ E.db["WT"]["item"]["extraItemsBar"]["bar2"]["bindFont"]["name"] = "GennUI" E.db["WT"]["item"]["extraItemsBar"]["bar2"]["buttonHeight"] = 28 E.db["WT"]["item"]["extraItemsBar"]["bar2"]["buttonWidth"] = 28 E.db["WT"]["item"]["extraItemsBar"]["bar2"]["countFont"]["name"] = "GennUI" -E.db["WT"]["item"]["extraItemsBar"]["bar2"]["include"] = "POTIONSL,FLASKSL,FOODSL,FOODVENDOR?FOODMAGE" +E.db["WT"]["item"]["extraItemsBar"]["bar2"]["include"] = "POTIONSL,FLASKSL,FOODSL,FOODVENDOR,FOODMAGE" E.db["WT"]["item"]["extraItemsBar"]["bar2"]["mouseOver"] = false E.db["WT"]["item"]["extraItemsBar"]["bar2"]["numButtons"] = 6 E.db["WT"]["item"]["extraItemsBar"]["bar2"]["spacing"] = 1 From ce32233159a553054b100a9871799846b654190e Mon Sep 17 00:00:00 2001 From: Gennoken Date: Thu, 18 Nov 2021 12:02:01 +0100 Subject: [PATCH 03/14] item bar food mage fix --- ElvUI_GennUI/core/extra/WT.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_GennUI/core/extra/WT.lua b/ElvUI_GennUI/core/extra/WT.lua index bdc31aa..29fe0ce 100644 --- a/ElvUI_GennUI/core/extra/WT.lua +++ b/ElvUI_GennUI/core/extra/WT.lua @@ -52,7 +52,7 @@ E.db["WT"]["item"]["extraItemsBar"]["bar2"]["bindFont"]["name"] = "GennUI" E.db["WT"]["item"]["extraItemsBar"]["bar2"]["buttonHeight"] = 28 E.db["WT"]["item"]["extraItemsBar"]["bar2"]["buttonWidth"] = 28 E.db["WT"]["item"]["extraItemsBar"]["bar2"]["countFont"]["name"] = "GennUI" -E.db["WT"]["item"]["extraItemsBar"]["bar2"]["include"] = "POTIONSL,FLASKSL,FOODSL,FOODVENDOR,FOODMAGE" +E.db["WT"]["item"]["extraItemsBar"]["bar2"]["include"] = "POTIONSL,FLASKSL,FOODSL,FOODVENDOR,MAGEFOOD" E.db["WT"]["item"]["extraItemsBar"]["bar2"]["mouseOver"] = false E.db["WT"]["item"]["extraItemsBar"]["bar2"]["numButtons"] = 6 E.db["WT"]["item"]["extraItemsBar"]["bar2"]["spacing"] = 1 From 62a4a63c8b7bea1c1891dfb5f75af4c2ad74db10 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Fri, 19 Nov 2021 09:43:35 +0100 Subject: [PATCH 04/14] Update movers.lua --- ElvUI_GennUI/core/movers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_GennUI/core/movers.lua b/ElvUI_GennUI/core/movers.lua index 099743f..7af94b3 100644 --- a/ElvUI_GennUI/core/movers.lua +++ b/ElvUI_GennUI/core/movers.lua @@ -47,6 +47,7 @@ E.db["movers"]["TalkingHeadFrameMover"] = "BOTTOMLEFT,UIParent,BOTTOMLEFT,4,187" E.db["movers"]["TargetPowerBarMover"] = "BOTTOMRIGHT,ElvUIParent,BOTTOMRIGHT,-636,335" E.db["movers"]["ThreatBarMover"] = "BOTTOM,ElvUIParent,BOTTOM,-291,11" E.db["movers"]["TooltipMover"] = "BOTTOMRIGHT,UIParent,BOTTOMRIGHT,-66,381" +E.db["movers"]["TopCenterContainerMover"] = "TOPLEFT,UIParent,TOPLEFT,235,-120" E.db["movers"]["TotemBarMover"] = "BOTTOMLEFT,ElvUIParent,BOTTOMLEFT,432,4" E.db["movers"]["VOICECHAT"] = "BOTTOMLEFT,UIParent,BOTTOMLEFT,4,332" E.db["movers"]["VehicleLeaveButton"] = "BOTTOM,UIParent,BOTTOM,0,516" From a51a06c22c6bd0c83dcfa3109faac05452c0a0b7 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Sat, 20 Nov 2021 15:28:10 +0100 Subject: [PATCH 05/14] markdown update --- ElvUI_GennUI/{changelog.txt => changelog.md} | 0 README.md | 50 +++++++++++++++++++- 2 files changed, 49 insertions(+), 1 deletion(-) rename ElvUI_GennUI/{changelog.txt => changelog.md} (100%) diff --git a/ElvUI_GennUI/changelog.txt b/ElvUI_GennUI/changelog.md similarity index 100% rename from ElvUI_GennUI/changelog.txt rename to ElvUI_GennUI/changelog.md diff --git a/README.md b/README.md index 2869cb8..c2cee7b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,50 @@ # GennUI - A clean minimalistic ElvUI edit +## _A clean minimalistic ElvUI edit_ + +[![N|Solid](https://www.tukui.org/addons/Gennoken/1636820075/screenshot.png)](https://www.tukui.org/addons.php?id=221) + +[More screenshots on the ElvUI website](https://www.tukui.org/addons.php?id=221) + +# « Features » +- Easy to use installer that set things automatically. +- Adds custom tags, textures and fonts. +- 2 Themes: Dark and Class Colored. +- Tweaks: Easy Delete, Tooltip Icons. +- Set up supported AddOns automatically, matching the UI style. + +# « Requirements » +- [ElvUI](https://www.tukui.org/download.php?ui=elvui) + +# « Highly recommended » +- [AddOnSkins](https://www.curseforge.com/wow/addons/addonskins) +- [Shadow & Light](https://www.tukui.org/addons.php?id=38) and [WindTools](https://www.curseforge.com/wow/addons/elvui-windtools) (For Retails only) + +# « Note » +- The UI is optimized for 1920×1080 resolution and 0.64 UI Scale, if you have different settings you may want to move some things around. +- Please consider backup any AddOns settings that you may want to keep. +- For bug reports or requests please use the issues tracker above. + +# « Supported AddOns » +- AddOnSkins +- BattleGround Eenemies +- BigDebuffs +- BigWigs +- Capping +- Deadly Boss Mods +- Details +- Diminish +- Gladius +- GladiusEx +- GottaGoFast +- Mik’s Scrolling Battle Text +- OmniBar +- OmniCD +- Plater +- ProjectAzilroka +- Skada + +# « Special Thanks » +- Skullflower and Naowh for inspiration. +- Blazeflack, Benik and Simpy for the great help and assistance. +- Blinkii & Skullflower for the awesome textures. +- Tweaks credits: Blazeflack, Kesava, Resike. From 348442da84507956f34beb499ab5bca69b1eab6d Mon Sep 17 00:00:00 2001 From: Gennoken Date: Sat, 20 Nov 2021 15:36:31 +0100 Subject: [PATCH 06/14] Update changelog.md --- ElvUI_GennUI/changelog.md | 251 +++++++++++++++++++------------------- 1 file changed, 126 insertions(+), 125 deletions(-) diff --git a/ElvUI_GennUI/changelog.md b/ElvUI_GennUI/changelog.md index 063eb5b..1d3d15c 100644 --- a/ElvUI_GennUI/changelog.md +++ b/ElvUI_GennUI/changelog.md @@ -1,202 +1,203 @@ -**Changelog** +# Changelog **v2.64 []** -• +- WindTools ItemBar minor fixes. +- TopCenter Widget mover update. **v2.63 [13/11/2021]** -• GennUI is back again, too many people requests. -• UI remade from scratch with some minor changes, addons profiles too. -• Addons profiles removed: iPMythicTimer, NameplateAuras, NameplateCooldowns, Ability Team Tracker -• Unified GennUI for Classic, TBC and Retail. -• [Retail] : "gnuihmana" tag update. -• TOC Update. +- GennUI is back again, too many people requests. +- UI remade from scratch with some minor changes, addons profiles too. +- Addons profiles removed: iPMythicTimer, NameplateAuras, NameplateCooldowns, Ability Team Tracker +- Unified GennUI for Classic, TBC and Retail. +- [Retail] : "gnuihmana" tag update. +- TOC Update. **v2.62 [23/05/2021]** -• New font. +- New font. **v2.61 [25/03/2021]** -• Healer Mana Percent Tag is back and is now separate, for Player and Party. Party Power bars disabled. -• Installer updated to allow users to retain their settings while doing a minimum required updates. -• TooltipIcons module now has a toggle in GennUI options. -• DeadlyBossMods Profile re-enabled in the installer. (Make sure to update to DBM 9.0.24 and above and AddOnsSkins to 4.49-Alpha and above) -• BigDebuffs, OmniCD, DeadlyBossMods, OmniBar, GladiusEx, NameplateCooldowns profiles updated. +- Healer Mana Percent Tag is back and is now separate, for Player and Party. Party Power bars disabled. +- Installer updated to allow users to retain their settings while doing a minimum required updates. +- TooltipIcons module now has a toggle in GennUI options. +- DeadlyBossMods Profile re-enabled in the installer. (Make sure to update to DBM 9.0.24 and above and AddOnsSkins to 4.49-Alpha and above) +- BigDebuffs, OmniCD, DeadlyBossMods, OmniBar, GladiusEx, NameplateCooldowns profiles updated. **v2.60 [16/03/2021]** -• Temporary disable DBM Profile creation until they finish rewriting their code. +- Temporary disable DBM Profile creation until they finish rewriting their code. **v2.59 [15/03/2021]** -• Complete rework of GennUI folders and files. -• Code cleanup. -• Powerbars are back, rework of the healers mana tag to show only for restoration druids now (useful when shapeshifted). -• Removed Blinkii style, not many people liked it. -• Added Adaptive Swarm (Druid - Necrolord) to UF AuraWatch module. -• Installer updated. -• Addons profiles updated. -• GladiusEx profile added. -• Miner adjustements/tweaks to various elements. -• 9.0.5 TOC update. +- Complete rework of GennUI folders and files. +- Code cleanup. +- Powerbars are back, rework of the healers mana tag to show only for restoration druids now (useful when shapeshifted). +- Removed Blinkii style, not many people liked it. +- Added Adaptive Swarm (Druid - Necrolord) to UF AuraWatch module. +- Installer updated. +- Addons profiles updated. +- GladiusEx profile added. +- Miner adjustements/tweaks to various elements. +- 9.0.5 TOC update. **v2.58 [06/02/2021]** -• GennUI now has two styles! Melli (default) and Blinkii, each one has it's own texture and font. -• All addons profiles updated to match either of the 2 new styles. -• Installer updated with styles selection and addons style selection. -• Added slash command that bring up GennUI options window: "/gnui" -• Adjusted Target AurasBar settings. -• Adjusted Party/Arena/Boss Name Y offset. -• Enemy Player/NPC Nameplate cast bars enabled. +- GennUI now has two styles! Melli (default) and Blinkii, each one has it's own texture and font. +- All addons profiles updated to match either of the 2 new styles. +- Installer updated with styles selection and addons style selection. +- Added slash command that bring up GennUI options window: "/gnui" +- Adjusted Target AurasBar settings. +- Adjusted Party/Arena/Boss Name Y offset. +- Enemy Player/NPC Nameplate cast bars enabled. **v2.57 [03/02/2021]** -• Complete UI overhaul, but whole feel should be the same. (Old texture and font still available) -• New UI Scale is 0.64 , if you have other addons you may want to adjust/move them around. -• Added Nameplate Style Filter for: Podtender (Night Fae), Important Shaman (Enemy) Totems. -• Fixed Action Bars settings broke by ElvUI 12.18 update, you may have to move your keybinds/spells between action bars. +- Complete UI overhaul, but whole feel should be the same. (Old texture and font still available) +- New UI Scale is 0.64 , if you have other addons you may want to adjust/move them around. +- Added Nameplate Style Filter for: Podtender (Night Fae), Important Shaman (Enemy) Totems. +- Fixed Action Bars settings broke by ElvUI 12.18 update, you may have to move your keybinds/spells between action bars. (From Bar6 to Bar3 and from Bar5 to Bar2) -• New Custom Tag [gnuipower] added, to be able to hide power when zero. -• All Addons profiles updated for the new look. -• BigDebuffs profile added. +- New Custom Tag [gnuipower] added, to be able to hide power when zero. +- All Addons profiles updated for the new look. +- BigDebuffs profile added. **v2.56 [02/12/2020]** -• Shadowlands TOC update -• Addons profiles added: NameplateAuras, OmniBar -• Addons profiles updated: NameplateCooldows, WindTools, Ability Team Tracker +- Shadowlands TOC update +- Addons profiles added: NameplateAuras, OmniBar +- Addons profiles updated: NameplateCooldows, WindTools, Ability Team Tracker **v2.55 [07/11/2020]** -• Fix many install errors related to recent changes made to ElvUI and SLE. -• More changes for WindTools settings following their updates. -• Minor tweaks. -• Fix for Russian fonts on MacOS thanks to s4x. +- Fix many install errors related to recent changes made to ElvUI and SLE. +- More changes for WindTools settings following their updates. +- Minor tweaks. +- Fix for Russian fonts on MacOS thanks to s4x. **v2.54 [16/10/2020]** -• Fix for target nameplate disappearing. +- Fix for target nameplate disappearing. **v2.53 [15/10/2020]** -• Initial update and fixes for Shadowlands. -• Minor tweaks. -• Added support and settings for ElvUI_WindTools plugin. -• Added profile for ProjectAzilroka. +- Initial update and fixes for Shadowlands. +- Minor tweaks. +- Added support and settings for ElvUI_WindTools plugin. +- Added profile for ProjectAzilroka. **v2.52 [10/07/2020]** -• Fixes to keep up with ElvUI and SLE update changes. +- Fixes to keep up with ElvUI and SLE update changes. **v2.51 [02/06/2020]** -• CustomTags module is back, only one tag for now, many will be added later as needed. -• [gnuihmana] customtag added: Show mana percent of healers, hide at full. -• Updated chat settings and windows -• Re-enabled Player/Target power bars. -• NameplateCooldowns profile updated. -• Miner tweaks/adjustements. +- CustomTags module is back, only one tag for now, many will be added later as needed. +- [gnuihmana] customtag added: Show mana percent of healers, hide at full. +- Updated chat settings and windows +- Re-enabled Player/Target power bars. +- NameplateCooldowns profile updated. +- Miner tweaks/adjustements. **v2.50 [31/05/2020]** -• UI remade from scratch (same layout but inspired by Naowh). See screenshots. -• New texture and font. -• Code cleanup in preparation for Shadowlands. -• All AddOns profiles either remade from scratch or updated. -• GottaGoFast AddOn now changes theme based on class. +- UI remade from scratch (same layout but inspired by Naowh). See screenshots. +- New texture and font. +- Code cleanup in preparation for Shadowlands. +- All AddOns profiles either remade from scratch or updated. +- GottaGoFast AddOn now changes theme based on class. **v2.27 [06/03/2020]** -• Various fixes related to changes to ElvUI +- Various fixes related to changes to ElvUI **v2.26 [16/01/2020]** -• Fix nil error related to ElvUI 11.291 -• Updated for 8.3 +- Fix nil error related to ElvUI 11.291 +- Updated for 8.3 **v2.25 [01/01/2020]** -• Fix nil error during fresh install +- Fix nil error during fresh install **v2.24 [10/11/2019]** -• Updated for ElvUI 11.25 and SLE 3.60 +- Updated for ElvUI 11.25 and SLE 3.60 **v2.23 [08/10/2019]** -• Remove CleanBossButton module, part of ElvUI 11.24+ now -• Re-using [name:abbrev] tag as ElvUI 11.24+ got it back now. +- Remove CleanBossButton module, part of ElvUI 11.24+ now +- Re-using [name:abbrev] tag as ElvUI 11.24+ got it back now. **v2.22 [25/09/2019]** -• Name Abbreviation fix to match ElvUI changes. +- Name Abbreviation fix to match ElvUI changes. **v2.21 [23/08/2019]** -• Corrected an outline issue in quest text related to S&L settings. +- Corrected an outline issue in quest text related to S&L settings. **v2.20 [20/08/2019]** -• New texture: GennUI Skullflower, old texture still available: GennUI Blinkii -• New font, old font still available. -• A lot of changes to the UI (Unit Frames/Action Bars/Nameplates/Dark Theme Backdrop) but the whole feel of the UI is still the same. -• Many Addons Profiles have been updated to reflect changes. -• Addons profiles added: Plater, Arena Team Tracker, OmniCD, GottaGoFast. -• GennUI will now prompt installation/update process if older version is detected. -• All screenshots have been updated. +- New texture: GennUI Skullflower, old texture still available: GennUI Blinkii +- New font, old font still available. +- A lot of changes to the UI (Unit Frames/Action Bars/Nameplates/Dark Theme Backdrop) but the whole feel of the UI is still the same. +- Many Addons Profiles have been updated to reflect changes. +- Addons profiles added: Plater, Arena Team Tracker, OmniCD, GottaGoFast. +- GennUI will now prompt installation/update process if older version is detected. +- All screenshots have been updated. **v2.17 [27/06/2019]** -• Patch 8.2 update. -• GennUI now on Git Repo for better bug reports or suggestions. -• Minor changes. +- Patch 8.2 update. +- GennUI now on Git Repo for better bug reports or suggestions. +- Minor changes. **v2.16 [07/04/2019]** -• More Nameplates settings in the installer, to keep up with the new additions in ElvUI 11.07. -• Minor changes. +- More Nameplates settings in the installer, to keep up with the new additions in ElvUI 11.07. +- Minor changes. **v2.15 [13/03/2019]** -• Misc changes and update for ElvUI 11+ and the new Nameplates settings. -• Now uses Class Mode by default and a fixed 0.7 UIScale -• NameplateCooldowns and Diminish Profile update +- Misc changes and update for ElvUI 11+ and the new Nameplates settings. +- Now uses Class Mode by default and a fixed 0.7 UIScale +- NameplateCooldowns and Diminish Profile update **v2.14 [24/02/2019]** -• Misc changes and update for ElvUI 10.88. +- Misc changes and update for ElvUI 10.88. **v2.13 [23/01/2019]** -• New texture, thanks to Blinkii. -• New tweaks: Easy Delete and Tooltip Icons. -• Minor UI changes and code cleanup. -• BattleGround Enemies profile updated. +- New texture, thanks to Blinkii. +- New tweaks: Easy Delete and Tooltip Icons. +- Minor UI changes and code cleanup. +- BattleGround Enemies profile updated. **v2.12 [21/12/2018]** -• Code cleanup and reorganisation in preparation for future modules. -• Boss/Zone Ability texture removal is now a separate module and can be enabled/disabled in GennUI options. -• Name abbreviation is now Short rather than Medium to prevent text overlapping. +- Code cleanup and reorganisation in preparation for future modules. +- Boss/Zone Ability texture removal is now a separate module and can be enabled/disabled in GennUI options. +- Name abbreviation is now Short rather than Medium to prevent text overlapping. **v2.11 [13/12/2018]** -• Updated for patch 8.1 -• Some files restructuring and code cleanup. +- Updated for patch 8.1 +- Some files restructuring and code cleanup. **v2.1 [08/12/2018]** -• Added Custom Tags and Clean Boss/Zone Ability button. (Thanks to Blazeflack) -• New font. -• 2 Themes available through the installer: Dark and Class Colored. -• Many adjustment to the entire UI. -• Installer and Addons Profiles code cleanup. -• New Logo. +- Added Custom Tags and Clean Boss/Zone Ability button. (Thanks to Blazeflack) +- New font. +- 2 Themes available through the installer: Dark and Class Colored. +- Many adjustment to the entire UI. +- Installer and Addons Profiles code cleanup. +- New Logo. **v2.02 [19/09/2018]** -• Minor changes. -• NamePlates Cooldown addon profile updated. -• BigWigs and Skada profiles added. +- Minor changes. +- NamePlates Cooldown addon profile updated. +- BigWigs and Skada profiles added. **v2.0 [17/09/2018]** -• Complete overhaul of the UI, more minimalistic and dark/grey themed. -• New Texture/Font -• Party/Raid frames adjustment. -• Addons profiles updated to reflect the new theme -• Cleaned installer code +- Complete overhaul of the UI, more minimalistic and dark/grey themed. +- New Texture/Font +- Party/Raid frames adjustment. +- Addons profiles updated to reflect the new theme +- Cleaned installer code **v1.1 [30/08/2018]** -• Minor changes to some movers/priority filters +- Minor changes to some movers/priority filters **v1.0 [04/08/2018]** -• Updated for BfA -• Now uses own font and textures -• Small adjustments -• Cleaned up installer code. +- Updated for BfA +- Now uses own font and textures +- Small adjustments +- Cleaned up installer code. **v0.3 [11/03/2018]** -• Updated for patch 7.3.5 -• Major changes to the UI (fonts/texture/movers..etc) -• Now uses ElvUI build-in installation system. -• Addons profiles included in the installer -• Logo added +- Updated for patch 7.3.5 +- Major changes to the UI (fonts/texture/movers..etc) +- Now uses ElvUI build-in installation system. +- Addons profiles included in the installer +- Logo added **v0.2 [06/03/2018]** -• Updated for patch 7.3 -• Now uses dark theme. (you can still change this in ElvUI settings if you like class colors) -• Many changes to the uniteframes (specially Target,Party,Raid) +- Updated for patch 7.3 +- Now uses dark theme. (you can still change this in ElvUI settings if you like class colors) +- Many changes to the uniteframes (specially Target,Party,Raid) **v0.1 [01/03/2018]** -• Initial release \ No newline at end of file +- Initial release \ No newline at end of file From 4ff372f62d9b5474f863ed43cc7cb5a250510a76 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Wed, 24 Nov 2021 10:23:03 +0100 Subject: [PATCH 07/14] zone and boss buttons clean textures --- ElvUI_GennUI/core/actionbars.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ElvUI_GennUI/core/actionbars.lua b/ElvUI_GennUI/core/actionbars.lua index 8357906..e7fabce 100644 --- a/ElvUI_GennUI/core/actionbars.lua +++ b/ElvUI_GennUI/core/actionbars.lua @@ -137,6 +137,7 @@ E.db["actionbar"]["barPet"]["hotkeyFont"] = "GennUI" E.db["actionbar"]["barPet"]["hotkeyFontOutline"] = "OUTLINE" E.db["actionbar"]["barPet"]["mouseover"] = true E.db["actionbar"]["barPet"]["point"] = "TOPLEFT" +E.db["actionbar"]["extraActionButton"]["clean"] = true E.db["actionbar"]["extraActionButton"]["hotkeyFont"] = "GennUI" E.db["actionbar"]["extraActionButton"]["hotkeyFontOutline"] = "OUTLINE" E.db["actionbar"]["font"] = "GennUI" @@ -153,4 +154,5 @@ E.db["actionbar"]["stanceBar"]["hotkeyFontOutline"] = "OUTLINE" E.db["actionbar"]["stanceBar"]["mouseover"] = true E.db["actionbar"]["useRangeColorText"] = true E.db["actionbar"]["vehicleExitButton"]["hotkeyFontOutline"] = "OUTLINE" -end \ No newline at end of file +E.db["actionbar"]["zoneActionButton"]["clean"] = true +end From fbf7e370d39533d173cb1682e4e4608e67ff87a5 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Wed, 24 Nov 2021 22:13:21 +0100 Subject: [PATCH 08/14] Update changelog.md --- ElvUI_GennUI/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI_GennUI/changelog.md b/ElvUI_GennUI/changelog.md index 1d3d15c..f793caf 100644 --- a/ElvUI_GennUI/changelog.md +++ b/ElvUI_GennUI/changelog.md @@ -3,6 +3,8 @@ **v2.64 []** - WindTools ItemBar minor fixes. - TopCenter Widget mover update. +- Zone/Boss Clean Buttons. +- Added GennUI version display to chat welcome message. **v2.63 [13/11/2021]** - GennUI is back again, too many people requests. From d834ad743e66a14c6938840d485f66f1ac5112e0 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Wed, 24 Nov 2021 22:13:45 +0100 Subject: [PATCH 09/14] added version to welcome message --- ElvUI_GennUI/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_GennUI/init.lua b/ElvUI_GennUI/init.lua index 819fabe..d9f3664 100644 --- a/ElvUI_GennUI/init.lua +++ b/ElvUI_GennUI/init.lua @@ -26,7 +26,7 @@ disctag = "Gennoken#4505" repolink = "https://github.com/Gennoken/ElvUI_GennUI" --[[ Login Message ]]-- -E:Print(L["Hello,|r |r" ..UnitName("Player").. "|r Welcome to |cffc31f3bGennUI |cffffffffby |cffc31f3bGennoken|cffffffff, please type in |cffc31f3b/gnui |cfffffffffor options, Thank you."]) +E:Print(L["Hello,|r |r" ..UnitName("Player").. "|r Welcome to |cffc31f3bGennUI |cffffffffv|cffc31f3b" ..GNUI.Version.. "|cffffffff by |cffc31f3bGennoken|cffffffff, please type in |cffc31f3b/gnui |cfffffffffor options, Thank you."]) --[[ Installer Data ]]-- local function InstallComplete() From c3a280862f9226e1b7b5e39b600a2153672bad6e Mon Sep 17 00:00:00 2001 From: Gennoken Date: Sat, 27 Nov 2021 14:58:39 +0100 Subject: [PATCH 10/14] Update movers.lua --- ElvUI_GennUI/core/movers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_GennUI/core/movers.lua b/ElvUI_GennUI/core/movers.lua index 7af94b3..3508827 100644 --- a/ElvUI_GennUI/core/movers.lua +++ b/ElvUI_GennUI/core/movers.lua @@ -47,7 +47,7 @@ E.db["movers"]["TalkingHeadFrameMover"] = "BOTTOMLEFT,UIParent,BOTTOMLEFT,4,187" E.db["movers"]["TargetPowerBarMover"] = "BOTTOMRIGHT,ElvUIParent,BOTTOMRIGHT,-636,335" E.db["movers"]["ThreatBarMover"] = "BOTTOM,ElvUIParent,BOTTOM,-291,11" E.db["movers"]["TooltipMover"] = "BOTTOMRIGHT,UIParent,BOTTOMRIGHT,-66,381" -E.db["movers"]["TopCenterContainerMover"] = "TOPLEFT,UIParent,TOPLEFT,235,-120" +E.db["movers"]["TopCenterContainerMover"] = "TOP,UIParent,TOP,0,-76" E.db["movers"]["TotemBarMover"] = "BOTTOMLEFT,ElvUIParent,BOTTOMLEFT,432,4" E.db["movers"]["VOICECHAT"] = "BOTTOMLEFT,UIParent,BOTTOMLEFT,4,332" E.db["movers"]["VehicleLeaveButton"] = "BOTTOM,UIParent,BOTTOM,0,516" From fd090573334d2361bd42082ddec46782ab85f8b1 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Wed, 1 Dec 2021 17:16:20 +0100 Subject: [PATCH 11/14] Update changelog.md --- ElvUI_GennUI/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_GennUI/changelog.md b/ElvUI_GennUI/changelog.md index f793caf..e66230e 100644 --- a/ElvUI_GennUI/changelog.md +++ b/ElvUI_GennUI/changelog.md @@ -4,6 +4,7 @@ - WindTools ItemBar minor fixes. - TopCenter Widget mover update. - Zone/Boss Clean Buttons. +- [gnuihmana] fix for party. - Added GennUI version display to chat welcome message. **v2.63 [13/11/2021]** From 9c34b29d186f6f84a3ad08b12e029461cfb1c588 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Wed, 1 Dec 2021 17:16:42 +0100 Subject: [PATCH 12/14] [gnuihmana] party fix --- ElvUI_GennUI/core/unitframes.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ElvUI_GennUI/core/unitframes.lua b/ElvUI_GennUI/core/unitframes.lua index 0c7ae35..705d279 100644 --- a/ElvUI_GennUI/core/unitframes.lua +++ b/ElvUI_GennUI/core/unitframes.lua @@ -338,15 +338,15 @@ E.db["unitframe"]["units"]["party"]["customTexts"]["gHealth"]["text_format"] = " E.db["unitframe"]["units"]["party"]["customTexts"]["gHealth"]["xOffset"] = -10 E.db["unitframe"]["units"]["party"]["customTexts"]["gHealth"]["yOffset"] = -8 if GNUI.Retail then -E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["attachTextTo"] = "Power" +E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["attachTextTo"] = "Health" E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["enable"] = true E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["font"] = "GennUI" E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["fontOutline"] = "OUTLINE" E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["justifyH"] = "LEFT" E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["size"] = 12 E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["text_format"] = "[manacolor][gnuihmana]" -E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["xOffset"] = -30 -E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["yOffset"] = 0 +E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["xOffset"] = 32 +E.db["unitframe"]["units"]["party"]["customTexts"]["gMana"]["yOffset"] = -16 end E.db["unitframe"]["units"]["party"]["customTexts"]["gName"]["attachTextTo"] = "Health" E.db["unitframe"]["units"]["party"]["customTexts"]["gName"]["enable"] = true From fe582ce7e160cce784ec815e40692e39b82ab314 Mon Sep 17 00:00:00 2001 From: Gennoken Date: Mon, 6 Dec 2021 12:20:49 +0100 Subject: [PATCH 13/14] location text font size --- ElvUI_GennUI/core/global_private.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_GennUI/core/global_private.lua b/ElvUI_GennUI/core/global_private.lua index b3e3837..7f1e458 100644 --- a/ElvUI_GennUI/core/global_private.lua +++ b/ElvUI_GennUI/core/global_private.lua @@ -28,6 +28,7 @@ E.db["general"]["minimap"]["icons"]["queueStatus"]["font"] = "GennUI" E.db["general"]["minimap"]["icons"]["queueStatus"]["xOffset"] = 2 E.db["general"]["minimap"]["icons"]["queueStatus"]["yOffset"] = 0 E.db["general"]["minimap"]["locationFont"] = "GennUI" +E.db["general"]["minimap"]["locationFontSize"] = 18 E.db["general"]["minimap"]["locationText"] = "SHOW" E.db["general"]["minimap"]["size"] = 175 E.db["general"]["talkingHeadFrameScale"] = 0.75 From 15c9956f3214e5f1588d71bc468ed8320a76bf3c Mon Sep 17 00:00:00 2001 From: Gennoken Date: Mon, 13 Dec 2021 08:51:46 +0100 Subject: [PATCH 14/14] minor stuff --- ElvUI_GennUI/ElvUI_GennUI_Classic.toc | 2 +- ElvUI_GennUI/ElvUI_GennUI_Mainline.toc | 2 +- ElvUI_GennUI/ElvUI_GennUI_TBC.toc | 2 +- ElvUI_GennUI/core/global_private.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI_GennUI/ElvUI_GennUI_Classic.toc b/ElvUI_GennUI/ElvUI_GennUI_Classic.toc index a149ffe..04b5d63 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_Classic.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_Classic.toc @@ -1,6 +1,6 @@ ## Interface: 11400 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1Classic -## Author: Gennoken (Gennoken#21969) +## Author: Gennoken ## Version: 2.64 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI diff --git a/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc b/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc index 03014cb..e7ec554 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_Mainline.toc @@ -1,6 +1,6 @@ ## Interface: 90105 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI -## Author: Gennoken (Gennoken#21969) +## Author: Gennoken ## Version: 2.64 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI diff --git a/ElvUI_GennUI/ElvUI_GennUI_TBC.toc b/ElvUI_GennUI/ElvUI_GennUI_TBC.toc index eb7cb85..d868eff 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_TBC.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_TBC.toc @@ -1,6 +1,6 @@ ## Interface: 20502 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1TBC -## Author: Gennoken (Gennoken#21969) +## Author: Gennoken ## Version: 2.64 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI diff --git a/ElvUI_GennUI/core/global_private.lua b/ElvUI_GennUI/core/global_private.lua index 7f1e458..8d33918 100644 --- a/ElvUI_GennUI/core/global_private.lua +++ b/ElvUI_GennUI/core/global_private.lua @@ -28,7 +28,7 @@ E.db["general"]["minimap"]["icons"]["queueStatus"]["font"] = "GennUI" E.db["general"]["minimap"]["icons"]["queueStatus"]["xOffset"] = 2 E.db["general"]["minimap"]["icons"]["queueStatus"]["yOffset"] = 0 E.db["general"]["minimap"]["locationFont"] = "GennUI" -E.db["general"]["minimap"]["locationFontSize"] = 18 +E.db["general"]["minimap"]["locationFontSize"] = 12 E.db["general"]["minimap"]["locationText"] = "SHOW" E.db["general"]["minimap"]["size"] = 175 E.db["general"]["talkingHeadFrameScale"] = 0.75