2012-10-31  Robin Schoonover  <robin@cornhooves.org>

[b87fb26ea429] [tip]
* Tooltips.lua:

Avoid breaking if someone replaced GameTooltip with something not a GameTooltip.


[9aea37269345]
* Tooltips.lua:

Use OnTooltipSetUnit and OnTooltipSetItem instead of OnShow.

OnShow appears to have issues with certain tooltip AddOns.


[02e108e8ab45]
* Locales/enUS.lua:

Text tweak, part 2.


[a2f4388ae6d1]
* Locales/enUS.lua:

Tweak text.


[88b4dbe5862a]
* BattlePetCount.lua:

Explicitly reference new settings, even though nil is just as good as false here.


[341d01c26ed0]
* BattlePetCount.lua, Locales/enUS.lua, Tooltips.lua:

Restore the original subtip (disabled by default)


[f83a5a1a4ab9]
* BattlePetCount.lua:

Re-introduce the older style of text.


2012-10-28  Robin Schoonover  <robin@cornhooves.org>

[44d8f17e03ad]
* BattleIndicator.lua, BattlePetCount.lua, Tooltips.lua:

Flip is5_1 check to be is5_0


2012-10-27  Robin Schoonover  <robin@cornhooves.org>

[e9b0bdfcffed]
* Tooltips.lua:

Fix color display.


[1cda5d4504b0]
* Tooltips.lua:

Move legacy texts to updater functions.


[720dae3bbd0d]
* BattleIndicator.lua:

newline


[118aa209c4ab]
* Media/investigate.tga:

tweak icon


2012-10-26  Robin Schoonover  <robin@cornhooves.org>

[7c73989fff8d]
* BattleIndicator.lua, Tooltips.lua:

Fix EOL (again)


[e822167e63ab]
* BattleIndicator.lua, Tooltips.lua:

Merge


[3506f9a80094]
* BattlePetCount.lua, Locales/enUS.lua:

Add (probably short lived) 5.0 helper string.


[5e7382845ee3]
* BattlePetCount.lua, Locales/enUS.lua:

misc style


[071c6b92713e]
* BattlePetCount.lua:

Mark enableBattleBorder as 5.0


[6d575b319ecc]
* BattlePetCount.lua, Locales/enUS.lua:

Add option to toggle preferNamesOverQuality setting.


[cfe151253f9d]
* Tooltips.lua:

Instead of appending collected text to the tooltip, replace whatever is existing.


[481ef222e252]
* BattlePetCount.lua:

Fix :OwnedList temporary storage.


[a80b86158715]
* BattleIndicator.lua, BattlePetCount.lua, Tooltips.lua:

Get rid of the You own/don't own text in favor of "Collected (x/x): list"


[13e87be2b004]
* BattleIndicator.lua, BattlePetCount.lua, Tooltips.lua:

Deal with speciesID in our utility functions only, and convert from creatureID in caller.


[3c47112e0391]
* BattlePetCount.lua:

Color unowned in collected text.


[b4b00ebbe1fb]
* BattlePetCount.lua:

Fix call to C_PetJournal.GetNumCollectedInfo in :GetCollectedText()


[893dfd24a291]
* BattleIndicator.lua, Tooltips.lua:

Fix line endings.


2012-10-25  Robin Schoonover  <robin@cornhooves.org>

[f71b1f52b5f3]
* Tooltips.lua:

Fix tooltip modifications.


[6948673190f3]
* BattleIndicator.lua:

Convert to module.


[8b37d7f8a841]
* BattlePetCount.lua:

Add a :CollectedText() method for generating 5.1 style collected text.


[95091d40de44]
* BattlePetCount.lua, Tooltips.lua:

Fix MiniMap tooltip hooking.


[d982f635164f]
* BattlePetCount.lua, Tooltips.lua:

Rewrite Owned List generation to act more sanely.


