Change Log:
--------------------
4.1.55
* Simplified the addon, I love simple addons. The Leatrix article of faith - if it can't be done simply, forget it! It's tempting just to forget the GUI and go back to Lua based frames.
* Removed support for saving and loading frame layout, it has a few bugs which isn't satisfactory.
* Leatrix Frames will probably stay as it is now. Hopefully Blizzard will make the game friendly towards the concept of frame movement at some point. Writing a frame addon for Wow feels like being in a boxing match with Blizzard! Move Anything is over 13,000 lines of code just to move frames! Scheez. Leatrix Frames is 500 lines, that's enough.
* "I WILL CODE! I WILL DEPLOY! I WILL... ooh, shiny...!"
4.1.50
* Added support for manually saving and loading your frame layout. Once you have your frame layout the way that you want it, you can click Save to store it permanently. If you want to restore it at any time, click Load. You can use this method to copy your frame layout onto any character in your account.
4.1.47
* Added the Battle.net Toast frame.
* Added the Minimap frame.
* The achievement test (/lf achieve) now plays the achievement sound too!
* The draggable frames now have friendly titles instead of frame names.
4.1.45
* Added the durability frame and the vehicle seat indicator frame.
* Added the party frames.
4.1.40
* Rewrote the addon (again). The GUI has returned allowing you to move frames by dragging them. You can still modify the code manually if you prefer to do it that way.
4.1.34
* Added the achievement alert frame.
4.1.33
* Added the special power bar (which is used by a few quests such as the Plants vs Zombies chain). This is not moved from its normal position by default.
4.1.32
* Slimmed down the code (even more).
* Removed some frames, mostly the ones that required background processing (see the main page for a list of frames now supported).
* Frame locations are now stored in your individual character's lay...
Description:
--------------------
An Addon for World of Warcraft by Leatrix
8708536What does it do?
Leatrix Frames is a very simple addon designed to make it easy for you to move key frames within your UI.
At the present time, these frames can be moved using Leatrix Frames:
Player frame
Target frame
Pet frame
Casting bar frame
Ghost frame (return to graveyard)
Durability frame
Achievement alert frame
World status frame (eg. Wintergrasp scores)
Mirror timer bar (eg. water breathing, fatigue, etc)
Special power bar (eg. Plants vs Zombies quests)
Vehicle seat indicator frame
Minimap frame
Battle.net Toast frame
Party frames
GUI Configuration
To move frames, simply type /lf to bring up the options panel, then click the Modify button. Drag your frames to your desired locations then click Save. That's it!
While unlocked, you will see the frames listed with some checkboxes. These checkboxes simply toggle the individual drag frames, so that you can access frames which may be stacked on top of each other.
Frame locations are not stored in the addon itself, they are stored in your individual character's layout file. Wow saves the locations by itself.
If you want to reset your frames back to the Wow defaults, click the Reset Frames button. This will wipe the frame location information from your character's layout file and reload your UI to force Wow to use the default frame locations.
Manual Configuration
Some people like to enter their frame locations directly in code inside the addon. If you're one of them, open Leatrix_Frames.lua with a text editor and modify the locations shown in the block of code (around half way through, under a heading "Modify the block below if you want to"). Then hit the Manual button inside the addon. That will load the settings specified in that blo...
--------------------
4.1.55
* Simplified the addon, I love simple addons. The Leatrix article of faith - if it can't be done simply, forget it! It's tempting just to forget the GUI and go back to Lua based frames.
* Removed support for saving and loading frame layout, it has a few bugs which isn't satisfactory.
* Leatrix Frames will probably stay as it is now. Hopefully Blizzard will make the game friendly towards the concept of frame movement at some point. Writing a frame addon for Wow feels like being in a boxing match with Blizzard! Move Anything is over 13,000 lines of code just to move frames! Scheez. Leatrix Frames is 500 lines, that's enough.
* "I WILL CODE! I WILL DEPLOY! I WILL... ooh, shiny...!"
4.1.50
* Added support for manually saving and loading your frame layout. Once you have your frame layout the way that you want it, you can click Save to store it permanently. If you want to restore it at any time, click Load. You can use this method to copy your frame layout onto any character in your account.
4.1.47
* Added the Battle.net Toast frame.
* Added the Minimap frame.
* The achievement test (/lf achieve) now plays the achievement sound too!
* The draggable frames now have friendly titles instead of frame names.
4.1.45
* Added the durability frame and the vehicle seat indicator frame.
* Added the party frames.
4.1.40
* Rewrote the addon (again). The GUI has returned allowing you to move frames by dragging them. You can still modify the code manually if you prefer to do it that way.
4.1.34
* Added the achievement alert frame.
4.1.33
* Added the special power bar (which is used by a few quests such as the Plants vs Zombies chain). This is not moved from its normal position by default.
4.1.32
* Slimmed down the code (even more).
* Removed some frames, mostly the ones that required background processing (see the main page for a list of frames now supported).
* Frame locations are now stored in your individual character's lay...
Description:
--------------------
An Addon for World of Warcraft by Leatrix
8708536What does it do?
Leatrix Frames is a very simple addon designed to make it easy for you to move key frames within your UI.
At the present time, these frames can be moved using Leatrix Frames:
Player frame
Target frame
Pet frame
Casting bar frame
Ghost frame (return to graveyard)
Durability frame
Achievement alert frame
World status frame (eg. Wintergrasp scores)
Mirror timer bar (eg. water breathing, fatigue, etc)
Special power bar (eg. Plants vs Zombies quests)
Vehicle seat indicator frame
Minimap frame
Battle.net Toast frame
Party frames
GUI Configuration
To move frames, simply type /lf to bring up the options panel, then click the Modify button. Drag your frames to your desired locations then click Save. That's it!
While unlocked, you will see the frames listed with some checkboxes. These checkboxes simply toggle the individual drag frames, so that you can access frames which may be stacked on top of each other.
Frame locations are not stored in the addon itself, they are stored in your individual character's layout file. Wow saves the locations by itself.
If you want to reset your frames back to the Wow defaults, click the Reset Frames button. This will wipe the frame location information from your character's layout file and reload your UI to force Wow to use the default frame locations.
Manual Configuration
Some people like to enter their frame locations directly in code inside the addon. If you're one of them, open Leatrix_Frames.lua with a text editor and modify the locations shown in the block of code (around half way through, under a heading "Modify the block below if you want to"). Then hit the Manual button inside the addon. That will load the settings specified in that blo...