View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 3304 2069 root: 3322 2213

latest revision download trunk

3304 annotated / raw | Diffs: previous, other | Lines: 2699 ( +1, -0 )

Created: 2008-08-04 03:45:54 -0400 (5 months 2 days ago) | Author: RockSlice | Changeset: 3304

Copied to: WotLK_Beta/Auc-Util-Appraiser/AprFrame.lua 3316

ADV-282: Reduces the end-of-processing lag

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3302 annotated / raw | Diffs: previous, other | Lines: 2698 ( +62, -9 )

Created: 2008-08-03 18:32:36 -0400 (5 months 3 days ago) | Author: RockSlice | Changeset: 3302

APPR-171: Adds Tooltip help to (almost) all Appraiser elements
Tooltip help can be disabled in the options
Tooltip not added to bid/buy entryboxes, due to the element type not accepting OnEnter scripts

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3301 annotated / raw | Diffs: previous, other | Lines: 2645 ( +30, -13 )

Created: 2008-08-03 16:39:19 -0400 (5 months 3 days ago) | Author: RockSlice | Changeset: 3301

APPR-84:Adds tooltip to Icon in item dropslot
Makes looking at the item's tooltip much more intuitive than having to go to the itemlist

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3277 annotated / raw | Diffs: previous, other | Lines: 2628 ( +9, -14 )

Created: 2008-07-28 08:04:47 -0400 (5 months 9 days ago) | Author: Norganna | Changeset: 3277

MISC-14: Remove LibRecycle and revert all allocations/recyclings of tables to native lua table allocation and garbage collection.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3249 annotated / raw | Diffs: previous, other | Lines: 2633 ( +1, -1 )

Created: 2008-07-20 23:09:05 -0400 (5 months 16 days ago) | Author: Kinesia | Changeset: 3249

APPR-160: Correct spelling mistake that led to pollution in 3248

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3248 annotated / raw | Diffs: previous, other | Lines: 2633 ( +54, -67 )

Created: 2008-07-20 23:04:54 -0400 (5 months 16 days ago) | Author: Kinesia | Changeset: 3248

APPR-160: Rearranges Appraiser GUI to be cleaner and hopefully more intuitive. All pricing information is together. "Classic" View renamed to "Simple View" but no other changes. "Advanced" View labelled as "Full View".

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3216 annotated / raw | Diffs: previous, other | Lines: 2646 ( +31, -18 )

Created: 2008-07-08 08:54:26 -0400 (5 months 29 days ago) | Author: RockSlice | Changeset: 3216

Disables bid/buy buttons in Appraiser when selected auction is one of your own (APPR-129)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3195 annotated / raw | Diffs: previous, other | Lines: 2633 ( +1, -1 )

Created: 2008-07-01 21:07:54 -0400 (6 months ago) | Author: kandoko | Changeset: 3195

Fixes APPR-166
Appraiser will now pass an itemlink to beancounter's search API, instead of an itemID:itemSig. This solve teh issue of beancounters search displaying a string of numbers and no results on "of The" items.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3185 annotated / raw | Diffs: previous, other | Lines: 2633 ( +2, -2 )

Created: 2008-06-27 12:46:01 -0400 (6 months ago) | Author: RockSlice | Changeset: 3185

fixes some problems with comparing nils to numbers (APPR-164)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3184 annotated / raw | Diffs: previous, other | Lines: 2633 ( +13, -5 )

Created: 2008-06-26 21:02:06 -0400 (6 months ago) | Author: RockSlice | Changeset: 3184

Adds possible fix to APPR-153: loss of Number setting

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3139 annotated / raw | Diffs: previous, other | Lines: 2625 ( +11, -3 )

Created: 2008-05-26 23:46:46 -0400 (7 months ago) | Author: Kinesia | Changeset: 3139

APPR-156 Moves Only button to correct location in classic ui panel.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3131 annotated / raw | Diffs: previous, other | Lines: 2617 ( +0, -1 )

Created: 2008-05-25 18:00:11 -0400 (7 months ago) | Author: kandoko | Changeset: 3131

Fixes APPR-133
Removes rogue debug global

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3130 annotated / raw | Diffs: previous, other | Lines: 2618 ( +23, -82 )

Created: 2008-05-25 17:53:51 -0400 (7 months ago) | Author: kandoko | Changeset: 3130

Fixes APPR-133
The scroll frame is now reused for both classic and default styles. This allows us to remove the redundant code needed to update the classic scroll frame instance.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3124 annotated / raw | Diffs: previous, other | Lines: 2677 ( +2, -2 )

Created: 2008-05-24 00:15:06 -0400 (7 months ago) | Author: kandoko | Changeset: 3124

Fixes Fixes APPR-155
Change Beancounter search hook to use New API call BeanCounter.API.search(hyperlink, settings, true)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3106 annotated / raw | Diffs: previous, other | Lines: 2677 ( +58, -6 )

Created: 2008-05-11 20:49:48 -0400 (7 months ago) | Author: Kinesia | Changeset: 3106

APPR-64: Add an option to take existing auctions into account when posting. (Adds "Only" checkbox, to only post X items total)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3105 annotated / raw | Diffs: previous, other | Lines: 2625 ( +5, -1 )

Created: 2008-05-09 21:38:13 -0400 (7 months ago) | Author: RockSlice | Changeset: 3105

Fixes pricecolor problem with unbid-on bid-only auctions (APPR-149)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3103 annotated / raw | Diffs: previous, other | Lines: 2621 ( +17, -4 )

Created: 2008-05-08 04:22:04 -0400 (7 months ago) | Author: Mikk | Changeset: 3103

APPR-148: Add option to clamp bid/buy to vendorprice+AH cut minimum. Default on. Change low price warnings to use +AH cut, and "<=" rather than "<".

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3095 annotated / raw | Diffs: previous, other | Lines: 2608 ( +23, -5 )

Created: 2008-05-05 08:56:56 -0400 (8 months ago) | Author: RockSlice | Changeset: 3095

Updates AprFrame to handle nil returns from GetDepositCost (APPR-146)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3092 annotated / raw | Diffs: previous, other | Lines: 2590 ( +72, -69 )

Created: 2008-05-04 18:56:54 -0400 (8 months ago) | Author: Mikk | Changeset: 3092

APPR-142: You can now alt-click any chatlink + all clickable icons to load an item into appraiser. Will not show posting-related settings if you do not have the item in your inventory.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3085 annotated / raw | Diffs: previous, other | Lines: 2587 ( +5, -4 )

Created: 2008-05-03 15:33:42 -0400 (8 months ago) | Author: RockSlice | Changeset: 3085

fixes CPU load caused by GetOwnAuctionDetails running OnUpdate (APPR-143)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3084 annotated / raw | Diffs: previous, other | Lines: 2586 ( +1, -1 )

Created: 2008-05-03 15:06:36 -0400 (8 months ago) | Author: RockSlice | Changeset: 3084

fixes issue with stacksize being set before slider's minmax values adjusted (APPR-144)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3079 annotated / raw | Diffs: previous, other | Lines: 2586 ( +27, -7 )

Created: 2008-05-02 13:27:58 -0400 (8 months ago) | Author: testleK | Changeset: 3079

(APPR-141) Updates appraiser to use GetDepositCost()

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3073 annotated / raw | Diffs: previous, other | Lines: 2566 ( +34, -10 )

Created: 2008-04-30 17:49:00 -0400 (8 months ago) | Author: RockSlice | Changeset: 3073

Fixes problem with warnings not updating properly (APPR-140)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3048 annotated / raw | Diffs: previous, other | Lines: 2542 ( +6, -3 )

Created: 2008-04-24 17:26:02 -0400 (8 months ago) | Author: RockSlice | Changeset: 3048

Fixes error on attempting to post damaged item (APPR-139)
User will now be advised they may need to repair the item

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3036 annotated / raw | Diffs: previous, other | Lines: 2539 ( +1, -1 )

Created: 2008-04-14 19:27:18 -0400 (8 months ago) | Author: RockSlice | Changeset: 3036

fixes stupid typo with previous commit (APPR-134)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3035 annotated / raw | Diffs: previous, other | Lines: 2539 ( +28, -15 )

Created: 2008-04-14 17:36:25 -0400 (8 months ago) | Author: RockSlice | Changeset: 3035

Streamlines the code that runs when an item is selected (APPR-134)
The Appraiser tab should be a lot more responsive now

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3032 annotated / raw | Diffs: previous, other | Lines: 2526 ( +11, -11 )

Created: 2008-04-14 00:51:16 -0400 (8 months ago) | Author: waj | Changeset: 3032

Moved "Switch UI" button to top of Appraiser frame (APPR-116).

Also moved "age" text anchor accordingly.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3024 annotated / raw | Diffs: previous, other | Lines: 2526 ( +22, -22 )

Created: 2008-04-11 21:22:43 -0400 (8 months ago) | Author: kandoko | Changeset: 3024

Completes APPR-93 again
The scrollframe for the classic style UI has been moved to the new column width system.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3019 annotated / raw | Diffs: previous, other | Lines: 2526 ( +21, -32 )

Created: 2008-04-10 20:54:08 -0400 (8 months ago) | Author: kandoko | Changeset: 3019

Completes APPR-93
Scrollframe adjustment will now be remembered across sessions. Right click a column header to adjust its width. CTRL+Rightclick to reset it to the default width.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3012 annotated / raw | Diffs: previous, other | Lines: 2537 ( +177, -7 )

Created: 2008-04-09 09:38:22 -0400 (8 months ago) | Author: RockSlice | Changeset: 3012

Adds purchase functionality for competing auctions to Appraiser (APPR-71)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3003 annotated / raw | Diffs: previous, other | Lines: 2367 ( +7, -29 )

Created: 2008-04-04 23:24:45 -0400 (9 months ago) | Author: kinesia | Changeset: 3003

Adds APPR-126 - Option to show own auctions in tooltip

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2995 annotated / raw | Diffs: previous, other | Lines: 2389 ( +1, -1 )

Created: 2008-04-01 07:35:27 -0400 (9 months ago) | Author: Mikk | Changeset: 2995

APPR-125: "Appraiser available-item list garbles available count with too many items on AH":
- Make use of new "shorten" parameter added by SDAT-8.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2993 annotated / raw | Diffs: previous, other | Lines: 2389 ( +17, -3 )

Created: 2008-04-01 06:00:24 -0400 (9 months ago) | Author: waj | Changeset: 2993

Implemented refresh-all functionality as Alt+click action on "Refresh" button (APPR-122).

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2992 annotated / raw | Diffs: previous, other | Lines: 2375 ( +50, -33 )

Created: 2008-03-31 23:59:01 -0400 (9 months ago) | Author: waj | Changeset: 2992

Fixed Alt+clicking "Batch Post" button to refresh all batch items (APPR-124).

Added second parameter to ScanRefresh function, to directly pass a link to be refreshed rather than having to select it in the GUI.
Modified batch refresh loop condition to pass the item link.
Added SmartRefresh function to ensure two parameters get passed to ScanRefresh (otherwise the second one was the button clicked rather than a link or nil).

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2975 annotated / raw | Diffs: previous, other | Lines: 2358 ( +21, -12 )

Created: 2008-03-28 07:31:09 -0400 (9 months ago) | Author: RockSlice | Changeset: 2975

Changes assert() calls to handle invalid post settings smoothly.  Fixes APPR-102

Appraiser will now simply skip the item, printing in chat the reason for skipping

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2972 annotated / raw | Diffs: previous, other | Lines: 2349 ( +2, -2 )

Created: 2008-03-27 21:45:29 -0400 (9 months ago) | Author: RockSlice | Changeset: 2972

fixes comparing nil with number on line 1266 (APPR-123)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2935 annotated / raw | Diffs: previous, other | Lines: 2349 ( +0, -1 )

Created: 2008-03-21 14:24:43 -0400 (9 months ago) | Author: rockslice | Changeset: 2935

Removes selection of items on Batch Post (APPR-112)
This should reduce the processing spike on Batch posting.

Bonus fix: fixes bid price on items with matchers active on fixed-price items

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2934 annotated / raw | Diffs: previous, other | Lines: 2350 ( +5, -18 )

Created: 2008-03-21 13:54:33 -0400 (9 months ago) | Author: rockslice | Changeset: 2934

Creates lib.GetPrice() and lib.GetPriceArray() functions for Appraiser (APPR-111)

Usage: GetPrice(link, serverkey, usematching) Note that serverkey isn't functional, but is there to fit into convention
Additional functions: lib.GetSigFromLink(link) and lib.GetLinkFromSig(sig)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2931 annotated / raw | Diffs: previous, other | Lines: 2363 ( +4, -4 )

Created: 2008-03-20 10:24:15 -0400 (9 months ago) | Author: rockslice | Changeset: 2931

Fix issue with fix small issue with last commit (APPR-109)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2930 annotated / raw | Diffs: previous, other | Lines: 2363 ( +35, -2 )

Created: 2008-03-20 10:16:35 -0400 (9 months ago) | Author: rockslice | Changeset: 2930

Extends the posting clickhook (Alt+Shift) to the itemlist (APPR-109)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2907 annotated / raw | Diffs: previous, other | Lines: 2330 ( +34, -1 )

Created: 2008-03-05 18:46:31 -0500 (10 months ago) | Author: rockslice | Changeset: 2907

Added cancel button (APPR-105)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2906 annotated / raw | Diffs: previous, other | Lines: 2297 ( +1, -1 )

Created: 2008-03-05 13:18:08 -0500 (10 months ago) | Author: Mikk | Changeset: 2906

APPR-103:
- Fix error when appraiser item list frame goes empty (everything hidden or sold) introduced by APPR 99.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2905 annotated / raw | Diffs: previous, other | Lines: 2297 ( +7, -7 )

Created: 2008-03-05 11:55:08 -0500 (10 months ago) | Author: rockslice | Changeset: 2905

Specific error strings added to assert() calls (APPR-104)
This helps in debugging, as slight line changes aren't a problem anymore.
Also helps in recognizing similar errors

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2899 annotated / raw | Diffs: previous, other | Lines: 2297 ( +300, -228 )

Created: 2008-03-03 05:00:03 -0500 (10 months ago) | Author: Mikk | Changeset: 2899

APPR-99:
- Option added to display own live auctions in the left-hand view. Stack size & count controls + "Post" button disabled when viewing an auction.
- Some memory use optimizations while I was in there poking the code. Shoot me.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2896 annotated / raw | Diffs: previous, other | Lines: 2225 ( +0, -10 )

Created: 2008-03-01 15:22:06 -0500 (10 months ago) | Author: Mikk | Changeset: 2896

APPR-100:
- Allow the sidebar to be shown/hidden in the old-style UI too; it (now) shows lots of information that there's simply not room for in the UI itself.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2895 annotated / raw | Diffs: previous, other | Lines: 2235 ( +54, -0 )

Created: 2008-03-01 14:30:46 -0500 (10 months ago) | Author: Mikk | Changeset: 2895

APPR-98:
- Show details of your own current auctions in the "Auction Detail:" tab: how many of each stack size, along with average price. Colored, of course.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2893 annotated / raw | Diffs: previous, other | Lines: 2181 ( +3, -3 )

Created: 2008-03-01 02:44:35 -0500 (10 months ago) | Author: Mikk | Changeset: 2893

APPR-97: Appraiser errors if matching is enabled but matcher cannot find a match
- Appraiser will now check if AucAdvanced.API.GetBestMatch() returns non-nil before using its values.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2883 annotated / raw | Diffs: previous, other | Lines: 2181 ( +1, -1 )

Created: 2008-02-23 09:46:14 -0500 (10 months ago) | Author: kandoko | Changeset: 2883

APPR-94
Change Appraiser to check for BeanCounter.API.isLoaded == true before attempting to use BeanCounter.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2877 annotated / raw | Diffs: previous, other | Lines: 2181 ( +25, -3 )

Created: 2008-02-22 20:40:36 -0500 (10 months ago) | Author: kandoko | Changeset: 2877

Adds APPR-93
Make use of the adjustable column widths added in configator to allow right clicking and adjustment of column widths. This is only a per session change, widths are not saved across sessions.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2862 annotated / raw | Diffs: previous, other | Lines: 2159 ( +1, -0 )

Created: 2008-02-13 22:18:02 -0500 (10 months ago) | Author: rockslice | Changeset: 2862

removes _ pollution for APPR-91 fix

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2861 annotated / raw | Diffs: previous, other | Lines: 2158 ( +7, -1 )

Created: 2008-02-13 22:11:23 -0500 (10 months ago) | Author: rockslice | Changeset: 2861

Allows fixed prices to be base price for matching (APPR-91)

This allows the user to use matchers to vary the price slightly around a fixed price.
Matching is turned off automatically when fixed price is entered, to ensure user wants matching.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2824 annotated / raw | Diffs: previous, other | Lines: 2152 ( +2, -2 )

Created: 2008-02-01 10:08:10 -0500 (11 months ago) | Author: rockslice | Changeset: 2824

fixes spacing to show full column of Buy/Ea: APPR-86

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2721 annotated / raw | Diffs: previous, other | Lines: 2152 ( +1, -1 )

Created: 2008-01-02 22:34:10 -0500 (12 months ago) | Author: kandoko | Changeset: 2721

Fixes APPR-77
Update Appraiser's BeanCounter Hook to use the new itemID Search path. Also limit BeanCounter displayed results to the most recent 50.
This should reduce BeanCounter related lag spikes when selecting items in appraiser that have large amounts of results in BeanCounter usually > 500

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2713 annotated / raw | Diffs: previous, other | Lines: 2152 ( +8, -3 )

Created: 2007-12-31 01:05:37 -0500 (12 months ago) | Author: RockSlice | Changeset: 2713

Fixes Bug: Unable to select "All" or "Full" on unstackables (APPR-76)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2712 annotated / raw | Diffs: previous, other | Lines: 2147 ( +1, -6 )

Created: 2007-12-31 00:02:15 -0500 (12 months ago) | Author: RockSlice | Changeset: 2712

Right-hand panel will again remember open/closed status (APPR-72)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2711 annotated / raw | Diffs: previous, other | Lines: 2152 ( +19, -1 )

Created: 2007-12-30 23:29:11 -0500 (12 months ago) | Author: RockSlice | Changeset: 2711

Add option to not reselect anything when posting (APPR-75)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2709 annotated / raw | Diffs: previous, other | Lines: 2134 ( +26, -1 )

Created: 2007-12-29 16:54:50 -0500 (12 months ago) | Author: RockSlice | Changeset: 2709

Stack and number entryboxes will no longer wait for a Tab or Enter to be pressed to input the number (APPR-63)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2707 annotated / raw | Diffs: previous, other | Lines: 2109 ( +1, -1 )

Created: 2007-12-29 02:28:04 -0500 (12 months ago) | Author: Norganna | Changeset: 2707

Fix the issue with refresh commands not working straight away. (APPR-70)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2706 annotated / raw | Diffs: previous, other | Lines: 2109 ( +235, -69 )

Created: 2007-12-28 09:40:17 -0500 (12 months ago) | Author: Norganna | Changeset: 2706

Add batch processing functionality, make item hiding functionality in appraiser more obvious, rearrange UI slightly to accommodate the new features. (APPR-69)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2703 annotated / raw | Diffs: previous, other | Lines: 1943 ( +6, -2 )

Created: 2007-12-28 01:52:15 -0500 (12 months ago) | Author: RockSlice | Changeset: 2703

Fixes black tint on prices for items with a suffix (APPR-68)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2700 annotated / raw | Diffs: previous, other | Lines: 1939 ( +61, -1 )

Created: 2007-12-27 22:07:10 -0500 (12 months ago) | Author: Krazdang | Changeset: 2700

Tint the background of the money input boxes in Appraiser, according to PriceLevel data.[APPR-67]

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2698 annotated / raw | Diffs: previous, other | Lines: 1879 ( +78, -13 )

Created: 2007-12-27 20:18:53 -0500 (12 months ago) | Author: Krazdang | Changeset: 2698

New feature for Appraiser. Colours the per-stack bid and buyout lines so that the user can see where their proposed prices fall according to the PriceLevel module [APPR-66]

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2697 annotated / raw | Diffs: previous, other | Lines: 1814 ( +3, -3 )

Created: 2007-12-27 19:19:20 -0500 (12 months ago) | Author: Norganna | Changeset: 2697

Fix appraiser error when no matcherlist is set (APPR-65)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2691 annotated / raw | Diffs: previous, other | Lines: 1814 ( +2, -0 )

Created: 2007-12-26 21:03:27 -0500 (12 months ago) | Author: RockSlice | Changeset: 2691

remove Pollution from r2689

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2689 annotated / raw | Diffs: previous, other | Lines: 1812 ( +8, -4 )

Created: 2007-12-26 20:54:12 -0500 (12 months ago) | Author: RockSlice | Changeset: 2689

Adds Support for multiple matchers (ADV-134)

Matchers are chained, and return a string that gets displayed on Appraiser's righthand pane.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2677 annotated / raw | Diffs: previous, other | Lines: 1808 ( +2, -2 )

Created: 2007-12-19 17:08:07 -0500 (12 months ago) | Author: speeddymon | Changeset: 2677

Reverse Mouse Wheel scrolling direction for the stack size and number of stacks.  Down = scroll right, up = scroll left

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2662 annotated / raw | Diffs: previous, other | Lines: 1808 ( +5, -0 )

Created: 2007-12-12 16:32:45 -0500 (12 months ago) | Author: kandoko | Changeset: 2662

Fixes APPR-60
When scrolling through a long list of items and then doing a search that returns a shorter result list, the scroll window will reset its position to make the results visible to the user.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2635 annotated / raw | Diffs: previous, other | Lines: 1803 ( +0, -4 )

Created: 2007-12-05 18:08:03 -0500 (13 months ago) | Author: RockSlice | Changeset: 2635

fixes APPR-48: "Assertion Failed" when posting using the Classic view of Appraiser pane

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2634 annotated / raw | Diffs: previous, other | Lines: 1807 ( +1, -1 )

Created: 2007-12-05 15:36:51 -0500 (13 months ago) | Author: RockSlice | Changeset: 2634

fixes APPR-57: pollution at line 882

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2633 annotated / raw | Diffs: previous, other | Lines: 1807 ( +1, -1 )

Created: 2007-12-05 15:00:13 -0500 (13 months ago) | Author: RockSlice | Changeset: 2633

remove pollution for fix to APPR-56

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2632 annotated / raw | Diffs: previous, other | Lines: 1807 ( +3, -2 )

Created: 2007-12-05 14:54:17 -0500 (13 months ago) | Author: RockSlice | Changeset: 2632

fixes APPR-56: PriceLevel coloring not working on items with a suffix in the competition list

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2631 annotated / raw | Diffs: previous, other | Lines: 1806 ( +1, -10 )

Created: 2007-12-05 09:05:32 -0500 (13 months ago) | Author: speeddymon | Changeset: 2631

APPR-6: Changed the big function I wrote to convert seconds to time, to the Bliz API SecondsToTime() .. god i wish i knew about that before

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2609 annotated / raw | Diffs: previous, other | Lines: 1815 ( +16, -1 )

Created: 2007-11-30 14:39:38 -0500 (13 months ago) | Author: RockSlice | Changeset: 2609

fixes APPR-54: Add mouse wheel scrolling of slidebars

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2608 annotated / raw | Diffs: previous, other | Lines: 1800 ( +45, -7 )

Created: 2007-11-30 14:10:42 -0500 (13 months ago) | Author: RockSlice | Changeset: 2608

fixes ADV-14: add linked textboxes to sliders for number and stack parameters

You can also enter "All" for all stacks plus, or "Full" for all full stacks. (Case-insensitive)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2590 annotated / raw | Diffs: previous, other | Lines: 1762 ( +10, -0 )

Created: 2007-11-26 13:54:41 -0500 (13 months ago) | Author: RockSlice | Changeset: 2590

fixes APPR-53: On classic view of Appraiser tab, Tab key will now move cursor from stackentry to numberentry and vice versa

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2547 annotated / raw | Diffs: previous, other | Lines: 1752 ( +1, -1 )

Created: 2007-11-20 07:38:18 -0500 (13 months ago) | Author: speeddymon | Changeset: 2547

Fix duplicating of some items in Appraiser.  Resolves ADV-89

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2543 annotated / raw | Diffs: previous, other | Lines: 1752 ( +71, -10 )

Created: 2007-11-19 02:48:19 -0500 (13 months ago) | Author: speeddymon | Changeset: 2543

MISC-5: Reverting changes from r2516-r2519

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2530 annotated / raw | Diffs: previous, other | Lines: 1691 ( +1, -2 )

Created: 2007-11-18 17:18:59 -0500 (13 months ago) | Author: mentalpower | Changeset: 2530

Fixes ADV-69 ADV-27. A manifest function was added to the Core Auctioneer functionality. This allows for Auctioneer Advanced to know the revisions of all the installed modules. Auctioneer Advanced also now provides a "/aadv about [all]" command based on this information.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2526 annotated / raw | Diffs: previous, other | Lines: 1692 ( +4, -0 )

Created: 2007-11-18 12:10:19 -0500 (13 months ago) | Author: kandoko | Changeset: 2526

Adds APPR-46
Item's selected in the Appraiser window also display in the BeanCounter Window.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2524 annotated / raw | Diffs: previous, other | Lines: 1688 ( +1, -1 )

Created: 2007-11-18 11:42:53 -0500 (13 months ago) | Author: kandoko | Changeset: 2524

Fixes APPR-45
When in AucAdv view mode nil error on line 673 after selecting an item.
change to frame.salebox.note = frame.salebox.oldnote or frame.salebox.note

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2523 annotated / raw | Diffs: previous, other | Lines: 1688 ( +17, -8 )

Created: 2007-11-18 10:52:42 -0500 (13 months ago) | Author: speeddymon | Changeset: 2523

APPR-36: Resolved Post items remains disabled when inserting an item in the classic style appraiser frame.

Bonus fixes: Deposit and total bid/bo now show when inserting an item in classic, in cases where it wouldn't before.  Note text now does not overlap the Bid Price/Item text

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2517 annotated / raw | Diffs: previous, other | Lines: 1679 ( +10, -71 )

Created: 2007-11-17 01:46:32 -0500 (13 months ago) | Author: Kinesia | Changeset: 2517

ADV-76 Split Appraiser API into CoreAPI.lua and have both Appraiser frame and bottomscanner call that.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2515 annotated / raw | Diffs: previous, other | Lines: 1740 ( +1, -0 )

Created: 2007-11-16 22:29:05 -0500 (13 months ago) | Author: RockSlice | Changeset: 2515

Resolves issue [ADV-75]: makes click-hooks optional

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2512 annotated / raw | Diffs: previous, other | Lines: 1739 ( +28, -1 )

Created: 2007-11-16 18:55:30 -0500 (13 months ago) | Author: RockSlice | Changeset: 2512

Resolves issue [APPR-42]: adds mouse hooks for selecting and posting from bags
Alt-click: selects item
Alt-Shift-click: posts that stack with Appraiser's cost settings

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2504 annotated / raw | Diffs: previous, other | Lines: 1712 ( +12, -0 )

Created: 2007-11-15 23:37:00 -0500 (13 months ago) | Author: RockSlice | Changeset: 2504

Resolves Bug [APPR-39]: Stack & number editboxes weren't losing focus on Enter or Esc

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2503 annotated / raw | Diffs: previous, other | Lines: 1700 ( +3, -2 )

Created: 2007-11-15 23:07:19 -0500 (13 months ago) | Author: RockSlice | Changeset: 2503

Resolves bug [APPR-38]: click&dropping an item into the itemslot on Appraiser's alternate UI wasn't working

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2479 annotated / raw | Diffs: previous, other | Lines: 1699 ( +1, -1 )

Created: 2007-11-14 17:27:18 -0500 (13 months ago) | Author: speeddymon | Changeset: 2479

Change line 378 to from 1440 to 2880. Resolves APPR-33

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2477 annotated /