|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Addon Info.
Change Log
Optional Files (0)
Archived (5)
Comments (73)
Category: Miscellaneous
Change Log - OptionHouse
------------------------------------------------------------------------ r673 | shadowed.wow | 2008-05-03 01:49:24 -0700 (Sat, 03 May 2008) | 1 line * For some reason, LibStub.lua wasn't referenced in the toc so if you didn't have another addon using LibStub it'd error. ------------------------------------------------------------------------ r669 | shadowed.wow | 2008-04-24 21:56:21 -0700 (Thu, 24 Apr 2008) | 3 lines * You can now open OH through the API's while in combat * When using standalone, you can set the OH frame to hide in combat by default it won't * Fixed positioning when using standalone, will account for scale correctly now ------------------------------------------------------------------------ r668 | shadowed.wow | 2008-03-07 16:01:05 -0800 (Fri, 07 Mar 2008) | 2 lines * Fixed memory calculations, uses 1024 correctly now instead of 1000 * Fixed a bug with dividing total memory by 1024 when the total memory was only above 100 instead of when above 1024 ------------------------------------------------------------------------ r661 | shadowed.wow | 2008-01-12 20:33:14 -0800 (Sat, 12 Jan 2008) | 5 lines * Changed expansion method, if you select a sub category then select the category it'll switch to the categories panel instead of collapsing the sub category * Fixed OptionHouse:OpenTab not letting you open the last tab * Fixed sortID not accepting strings or numbers, used to only accept numbers * Fixed a bug where when you scroll it attempts to reopen the currently selected frame * Added graph checks to tabs so it'll support them ------------------------------------------------------------------------ r660 | shadowed.wow | 2007-12-09 11:46:46 -0800 (Sun, 09 Dec 2007) | 1 line * Fixed an addon missing from the management list but could still be searched to bring it up ------------------------------------------------------------------------ r656 | shadowed.wow | 2007-11-28 13:53:56 -0800 (Wed, 28 Nov 2007) | 1 line * Fixed a sorting bug where the sortID wouldn't be set if you were adding a new category with a new set of data that didn't include the sortID. No longer creates a table just to store sortID as well. ------------------------------------------------------------------------ r655 | joshborke | 2007-11-28 12:31:33 -0800 (Wed, 28 Nov 2007) | 1 line OH: fix sorting bug ------------------------------------------------------------------------ r654 | jnwhiteh | 2007-11-28 11:57:05 -0800 (Wed, 28 Nov 2007) | 2 lines * Fixed two typos from previous commit ------------------------------------------------------------------------ r653 | jnwhiteh | 2007-11-28 11:55:58 -0800 (Wed, 28 Nov 2007) | 5 lines OptionHouse: * You know whats cool? When your perfmon addon wastes memory * L["FOO"] .. string.format() has to be the stupidest thing I've seen today =( * Fixed OptionHouse to use SetFormattedText, and to not create two garbage strings on every single update. Jeesh ------------------------------------------------------------------------ r652 | shadowed.wow | 2007-11-18 12:08:56 -0800 (Sun, 18 Nov 2007) | 1 line * Fixed "Status" under addon management tab not sorting ------------------------------------------------------------------------ r651 | jnwhiteh | 2007-11-15 05:40:51 -0800 (Thu, 15 Nov 2007) | 2 lines * .toc bump for 2.3 ------------------------------------------------------------------------ r642 | shadowed.wow | 2007-11-10 13:25:42 -0800 (Sat, 10 Nov 2007) | 1 line * Fixed dependency display bug ------------------------------------------------------------------------ r638 | shadowed.wow | 2007-10-31 17:02:16 -0700 (Wed, 31 Oct 2007) | 1 line * Fixed a bug with OnShow not verifying that theres actually a OptionHouseDB ------------------------------------------------------------------------ r634 | shadowed.wow | 2007-10-26 12:08:26 -0700 (Fri, 26 Oct 2007) | 1 line * Okay, NOW it's backwards compatible, also includes a safe-fail incase sortID manages to become nil when adding it to the categories list ------------------------------------------------------------------------ r633 | shadowed.wow | 2007-10-26 12:03:24 -0700 (Fri, 26 Oct 2007) | 5 lines * Fixed position not being saved correctly * Sorting is now supported. Addons are sorted by A-Z regardless of order loaded, categories and sub categories are also sorted by A-Z, unless a sort id is passed. * API CHANGE, OHObj:RegisterCategory(name, handler/func, func, noCache, sortID), OHObj:RegisterSubCategory(parentCat, name, handler/func, func, noCache, sortID) These are backwards compatabile so the major hasn't been bumped. ------------------------------------------------------------------------ r628 | shadowed.wow | 2007-10-15 22:06:43 -0700 (Mon, 15 Oct 2007) | 2 lines * We refer to OptionHouse as "OptionHouse" not "Option House" basically every where except for the combat entered message * Enforced not being able to open OptionHouse in combat through OH:Open and OH:OpenTab instead of only when you enter combat, may revert this later. ------------------------------------------------------------------------ r627 | shadowed.wow | 2007-10-05 10:53:41 -0700 (Fri, 05 Oct 2007) | 1 line * Added moving back and the lock/unlock option ------------------------------------------------------------------------ r626 | shadowed.wow | 2007-09-30 13:43:42 -0700 (Sun, 30 Sep 2007) | 2 lines * Fixed OptionHouse:OpenTab(#) not letting you open the management or performance tab until OptionHouse had been opened once * Fixed positioning of dependencies, if the addon has more then 3 dependencies they shouldn't start overlapping in the management tab ------------------------------------------------------------------------ r625 | shadowed.wow | 2007-09-25 19:31:32 -0700 (Tue, 25 Sep 2007) | 2 lines * It looks like Blizzard fixed doublewide UIPanelLayout-area being broken so uncommented it * If OptionHouse is opened from the game menu, closing OptionHouse will pull the game menu back up like it does for other game menu panels ------------------------------------------------------------------------ r624 | shadowed.wow | 2007-09-25 13:58:04 -0700 (Tue, 25 Sep 2007) | 1 line * Updated toc to 20200 ------------------------------------------------------------------------ r623 | shadowed.wow | 2007-09-22 11:47:55 -0700 (Sat, 22 Sep 2007) | 1 line * Removing OptionHouseFrames as it causes conflict issues and due to the frame level and such changes you need to be sure you're getting the right frame ------------------------------------------------------------------------ r619 | shadowed.wow | 2007-09-21 01:18:03 -0700 (Fri, 21 Sep 2007) | 2 lines * Removed the temp DongleStub -> LibStub code, this will be the version that goes out Tuesday with the World of Warcraft 2.2 patch being released * MAKE SURE YOU UPDATE ALL OF YOUR ADDONS TO USE THIS VERSION, Any non-LibStub version will not show up in the configuration list ------------------------------------------------------------------------ r615 | shadowed.wow | 2007-09-08 14:01:32 -0700 (Sat, 08 Sep 2007) | 1 line * Fixed an upgrade path issue ------------------------------------------------------------------------ r608 | shadowed.wow | 2007-09-05 01:00:03 -0700 (Wed, 05 Sep 2007) | 1 line * Updated build script to work with LibStub ------------------------------------------------------------------------ r604 | shadowed.wow | 2007-09-05 00:35:49 -0700 (Wed, 05 Sep 2007) | 1 line * Fixed categories not trimming strings to long for the buttons ------------------------------------------------------------------------ r603 | mikko.majuri | 2007-09-03 06:46:46 -0700 (Mon, 03 Sep 2007) | 1 line OH_PerfMon.lua and OH_AddOns.lua bumped to OptionHouse-1.1 ------------------------------------------------------------------------ r602 | shadowed.wow | 2007-09-02 23:33:46 -0700 (Sun, 02 Sep 2007) | 3 lines * OptionHouse now uses LibStub, some temp code has been added to merge any addons added into the OptionHouse-1.0 * MAJOR HAS BEEN BUMPED, Any LibStub version will now be referred to as OptionHouse-1.1. * Added LibStub as an optional dependency ------------------------------------------------------------------------ r601 | joshborke | 2007-09-01 05:26:03 -0700 (Sat, 01 Sep 2007) | 1 line OptionHouse: fixed typo ------------------------------------------------------------------------ r600 | shadowed.wow | 2007-08-31 14:23:22 -0700 (Fri, 31 Aug 2007) | 4 lines * Fixed some code comments * Removed an unneeded return * Removed orderID usage, not used anymore * Changed private API RegisterFrame to error if you pass an invalid type ------------------------------------------------------------------------ r599 | shadowed.wow | 2007-08-30 10:47:10 -0700 (Thu, 30 Aug 2007) | 3 lines * Fixed configuration not being parented to OH * Changed updateConfigList to also open the panel if you pass true as the first argument * Changed OptionHouse:Open(addon, parentCat, subCat) to simply call updateConfigList to open the frames, this should cause less issues and work perfectly now ------------------------------------------------------------------------ r597 | shadowed.wow | 2007-08-29 15:27:47 -0700 (Wed, 29 Aug 2007) | 1 line * Removed reset filters button, it seems rather pointless and just wastes space ------------------------------------------------------------------------ r593 | shadowed.wow | 2007-08-28 18:13:30 -0700 (Tue, 28 Aug 2007) | 1 line * Fixed OptionHouse:Open not opening categories with sub categories ------------------------------------------------------------------------ r592 | tekkub | 2007-08-28 16:58:54 -0700 (Tue, 28 Aug 2007) | 1 line OptionHouse - Shoving everything up to DIALOG strata ------------------------------------------------------------------------ r591 | shadowed.wow | 2007-08-24 21:22:20 -0700 (Fri, 24 Aug 2007) | 1 line * OptionHouse:Open() actually works now, promise ------------------------------------------------------------------------ r590 | shadowed.wow | 2007-08-24 14:16:08 -0700 (Fri, 24 Aug 2007) | 1 line * Trying out a fix for category text trimming so it doesn't overflow ------------------------------------------------------------------------ r589 | shadowed.wow | 2007-08-23 21:33:19 -0700 (Thu, 23 Aug 2007) | 2 lines * Fixed a few scroll functions not being actual functions and instead anonymous ones * Added OptionHouseFrames[type] for usage when you can't/don't want to create a new instance of OptionHouse just to call :GetFrame() ------------------------------------------------------------------------ r588 | shadowed.wow | 2007-08-22 16:04:56 -0700 (Wed, 22 Aug 2007) | 1 line * Formatting addon.name into the argcheck was kind of pointless...because the argcheck is only called if addon.name is nil, corrected to use the function name instead ------------------------------------------------------------------------ r587 | shadowed.wow | 2007-08-20 13:35:47 -0700 (Mon, 20 Aug 2007) | 1 line * Removed the code for loading LoD deps as the game does it by default ------------------------------------------------------------------------ r586 | shadowed.wow | 2007-08-20 13:29:32 -0700 (Mon, 20 Aug 2007) | 3 lines * Added a small flag so the performance/acp list is populated then the frames shown, to make it easier to detect that the data is usable * Removed an old localization thats no longer in used * Clarified private api comment ------------------------------------------------------------------------ r582 | shadowed.wow | 2007-08-18 09:46:17 -0700 (Sat, 18 Aug 2007) | 1 line * Fixed an error if an addon has a dependency listed thats not included ------------------------------------------------------------------------ r581 | shadowed.wow | 2007-08-17 21:16:36 -0700 (Fri, 17 Aug 2007) | 5 lines * /oh <addon> will now work for opening the page with the passed addon * Fixed OptionHouse:Open and all of the OptionHouse:Register* functions that were still using the old frame names * Dependency filtering works now, the dependencies are colored by status (Green means LoD, Orange means not LoD and was disabled and so on), works the same as modules. Click on a dependency to filter by it, click on it again to reset * Fixed sub category count not being reduced correctly when removing a category * Fixed all the remaining bugs with OptionHouse:RemoveCategory and OptionHouse:RemoveSubCategory, you can now remove everything cleanly and it'll correctly duplicate the behaviors as if it was never registered in the first place, if you remove all of the addons categories/sub categories the addon wont be listed anymore until you add another category ------------------------------------------------------------------------ r580 | shadowed.wow | 2007-08-17 16:05:05 -0700 (Fri, 17 Aug 2007) | 11 lines * Removed modules, didn't work so well * All addons dependencies are now listed, you can filter by them by clicking same with the old modules to only show other addons that are dependent on it * Cleaned up dependency checking code to use the new table we have * Removed dependencies from tooltip since it's listed on the main window * Removed addonName from rows, easier to use it as addon since we don't require a numeric id * Added reset filter button, ReloadUI was shifted one spot to the left * Clarified UNKNOWN_TAB and CATEGORY_ALREADYREG error, removed TOTAL_CATEGORIES * Formatting change to some code for consistency * Moved SetID/SetScript to when the tab is created, no sense in calling it all the time * Fixed removeCategoryListing so it'll actually work when removing multiple rows * Changed removeSubCategoryListing to use the same table.remove method as everything else ------------------------------------------------------------------------ r579 | shadowed.wow | 2007-08-17 01:07:48 -0700 (Fri, 17 Aug 2007) | 3 lines * Removed FRAME_DRAGGING localization text, unneeded * Removed data.frame.time = GetTime() code, should have been removed in r460 * Moved the slider "border" graphic to scroll.barUpTexture and scroll.barDownTexture so we can customize positioning ------------------------------------------------------------------------ r578 | shadowed.wow | 2007-08-16 22:52:02 -0700 (Thu, 16 Aug 2007) | 4 lines * Changed title strip code slightly * Reverted module to using folder name not title * Fixed "Show all addons" not working * Modules -> Module ------------------------------------------------------------------------ r577 | shadowed.wow | 2007-08-16 14:56:47 -0700 (Thu, 16 Aug 2007) | 2 lines * Fixed a bug when enabling all children of an addon * Fixed a bug when asking for confirmation for the above ------------------------------------------------------------------------ r573 | shadowed.wow | 2007-08-15 20:11:44 -0700 (Wed, 15 Aug 2007) | 1 line * Oops, small bug that was causing the buttons for performance to not show ------------------------------------------------------------------------ r572 | shadowed.wow | 2007-08-15 20:08:29 -0700 (Wed, 15 Aug 2007) | 4 lines * Everything actually works now * Fixed performance alignment * Fixed cpu/memory per a second spiking for a second when the frames first shown * Tweaked positioning of elements in the performance column ------------------------------------------------------------------------ r571 | shadowed.wow | 2007-08-15 16:21:56 -0700 (Wed, 15 Aug 2007) | 1 line * Oops, was formatting wrong variable in for MiR ------------------------------------------------------------------------ r570 | shadowed.wow | 2007-08-15 16:01:31 -0700 (Wed, 15 Aug 2007) | 2 lines * Fixed a bug that was causing Mac's to crash due to an invalid max value * Changed Memory/sec -> Mem/sec ------------------------------------------------------------------------ r569 | JoshBorke | 2007-08-15 15:47:57 -0700 (Wed, 15 Aug 2007) | 1 line OptionHouse/OH_PerfMon.lua: fixed typo ------------------------------------------------------------------------ Optional Files - OptionHouse
Sorry, there are currently no optional files available.
Archived Versions - OptionHouse
Comments - OptionHouse
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOUI | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam MMOInterface.com Copyright ©2008 World of Warcraft is a registered Trademark of Blizzard Entertainment. vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||