- Second pass on Patch 8.0.1

This commit is contained in:
Tercio
2018-07-17 13:31:22 -03:00
parent df9ce12b82
commit dba05908ec
96 changed files with 2018 additions and 2006 deletions
+1 -1
View File
@@ -6,4 +6,4 @@
embeds.xml
#@end-no-lib-strip@
load.xml
load.xml
+1 -1
View File
@@ -59,4 +59,4 @@ function DF:CreateAddOn (name, global_saved, global_table, options_table, broker
return addon
end
end
+1 -1
View File
@@ -1176,4 +1176,4 @@ function DF:NewColorPickButton (parent, name, member, callback, alpha, button_te
return button
end
end
+1 -1
View File
@@ -39,4 +39,4 @@
</Scripts>
</Button>
</Ui>
</Ui>
+1 -1
View File
@@ -164,4 +164,4 @@ do
["yellow"] = {1, 1, 0, 1},
["yellowgreen"] = {0.603922, 0.803922, 0.196078, 1}
}
end
end
+1 -1
View File
@@ -3143,4 +3143,4 @@ function DF:CreateCoolTip()
end
DF:CreateCoolTip()
DF:CreateCoolTip()
+1 -1
View File
@@ -315,4 +315,4 @@
<Script file="cooltip.lua"/>
</Ui>
</Ui>
+1 -1
View File
@@ -15,4 +15,4 @@
<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
<Script file="Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
<Script file="Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua"/>
</Ui>
</Ui>
+1 -1
View File
@@ -2124,4 +2124,4 @@ end
--doo elsee
--was doing double loops due to not enought height
--was doing double loops due to not enought height
+1 -1
View File
@@ -120,4 +120,4 @@ function DF:NewHelp (parent, width, height, x, y, buttonWidth, buttonHeight, nam
return help
end
end
+1 -1
View File
@@ -325,4 +325,4 @@ function DF:NewLabel (parent, container, name, member, text, font, size, color,
end
return LabelObject
end
end
+1 -1
View File
@@ -22,4 +22,4 @@
<Script file="pictureedit.lua"/>
<Script file="auras.lua"/>
</Ui>
</Ui>
+1 -1
View File
@@ -95,4 +95,4 @@
</OnLoad>
</Scripts>
</StatusBar>
</Ui>
</Ui>
+1 -1
View File
@@ -29,4 +29,4 @@
</Frame>
</Ui>
</Ui>
+1 -1
View File
@@ -295,4 +295,4 @@ function DF:NewImage (parent, texture, w, h, layer, coords, member, name)
setmetatable (ImageObject, ImageMetaFunctions)
return ImageObject
end
end
+1 -1
View File
@@ -598,4 +598,4 @@ window:Hide()
end
end
+2 -2
View File
@@ -126,7 +126,7 @@ function DF:NewScrollBar (master, slave, x, y)
self.precionado = false
self:SetScript ("OnUpdate", nil)
end)
--> isso aqui pra quando o slider ativar, o scroll fica na posição zero
--> isso aqui pra quando o slider ativar, o scroll fica na posio zero
botao_cima:SetScript ("OnEnable", function (self)
local current = new_slider:GetValue()
if (current == 0) then
@@ -232,4 +232,4 @@ function DF:NewScrollBar (master, slave, x, y)
end
return new_slider
end
end
+1 -1
View File
@@ -1216,4 +1216,4 @@ function DF:NewSlider (parent, container, name, member, w, h, min, max, step, de
return SliderObject, with_label
end
end
+1 -1
View File
@@ -618,4 +618,4 @@ function DF:NewSplitBar (parent, container, name, member, w, h)
_setmetatable (SplitBarObject, SplitBarMetaFunctions)
return SplitBarObject
end
end
+1 -1
View File
@@ -79,4 +79,4 @@
</Scripts>
</StatusBar>
</Ui>
</Ui>
+3 -3
View File
@@ -879,7 +879,7 @@ local AutoComplete_OnEnterPressed = function (editboxWidget)
editboxWidget:SetCursorPosition (editboxWidget.end_selection)
editboxWidget:HighlightText (0, 0)
editboxWidget.end_selection = nil
--editboxWidget:Insert (" ") --estava causando a adição de uma palavra a mais quando o próximo catactere for um espaço
--editboxWidget:Insert (" ") --estava causando a adio de uma palavra a mais quando o prximo catactere for um espao
else
if (editboxWidget:IsMultiLine()) then
editboxWidget:Insert ("\n")
@@ -950,7 +950,7 @@ local AutoComplete_OnChar = function (editboxWidget, char, capsule)
return
end
--reseta a palavra se acabou de ganhar focus e apertou espaço
--reseta a palavra se acabou de ganhar focus e apertou espao
if (editboxWidget.focusGained and char == " ") then
capsule.lastword = ""
editboxWidget.focusGained = nil
@@ -2433,4 +2433,4 @@ DF.AutoCompleteAPI = {
"tinsert", -- [1318]
}
-- endp
-- endp
+1 -1
View File
@@ -59,4 +59,4 @@
</EditBox>
</ScrollChild>
</ScrollFrame>
</Ui>
</Ui>
+1 -1
View File
@@ -244,4 +244,4 @@
</Frame>
</Frames>
</Frame>
</Ui>
</Ui>
@@ -38,4 +38,4 @@ assert(newOldMinor == 3) -- previous version was 3 (even though it gave a string
local newLib, newOldMinor = LibStub:NewLibrary("Pants", 5) -- register a new library, using a normal number instead of a string
assert(newLib)
assert(newOldMinor == 4) -- previous version was 4 (even though it gave a string)
assert(newOldMinor == 4) -- previous version was 4 (even though it gave a string)
@@ -11,4 +11,4 @@ assert(not success or not ret) -- either error because proxy is not a string or
assert(not pcall(LibStub.NewLibrary, LibStub, "Something", "No number in here")) -- should error, minor has no string in it.
assert(not LibStub:GetLibrary("Something", true)) -- shouldn't've created it from the above statement
assert(not LibStub:GetLibrary("Something", true)) -- shouldn't've created it from the above statement
@@ -38,4 +38,4 @@ loadfile("../LibStub.lua")()
assert(LibStub.IterateLibraries == 123)
print("OK")
print("OK")
+1 -1
View File
@@ -1,4 +1,4 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="LibSharedMedia-3.0.lua" />
</Ui>
</Ui>
+1 -1
View File
@@ -1,4 +1,4 @@
--[[
--[[
Name: LibWindow-1.1
Revision: $Rev: 8 $
Author(s): Mikk (dpsgnome@mail.com)
+2 -2
View File
@@ -624,7 +624,7 @@ end
--> check if contain any non allowed characters, by now only accpet letters, numbers and spaces.
--> by default wow do not accetp spaces, but here will allow.
--> tested over lua 5.2 and this capture was okey with accents, not sure why inside wow this doesn't work.
local notallow = string.find (name, "[^a-zA-Záéíóúãõ%s]")
local notallow = string.find (name, "[^a-zA-Z%s]")
if (notallow) then
return false, LibStub ("AceLocale-3.0"):GetLocale ("NickTag-1.0")["STRING_ERROR_2"] --> error 2 = nickname only support letters, numbers and spaces.
end
@@ -1159,4 +1159,4 @@ do
end)
avatar_pick_frame:Hide()
end
end
+1 -1
View File
@@ -2,4 +2,4 @@
## Title: NickTag-1.0
## Notes: Standalone version of the NickTag library.
NickTag-1.0.xml
NickTag-1.0.xml
+1 -1
View File
@@ -1,3 +1,3 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<Script file="NickTag-1.0.lua"/>
</Ui>
</Ui>
+1 -1
View File
@@ -17,4 +17,4 @@
<Include file="LibItemUpgradeInfo-1.0\LibItemUpgradeInfo-1.0.xml"/>
<!-- <Include file="LibGroupInSpecT-1.1\lib.xml"/> -->
<Include file="DF\load.xml"/>
</Ui>
</Ui>