WoWInterface SVN oUF_Sliker

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 152 to Rev 148
    Reverse comparison

Rev 152 → Rev 148

kui_layout/elements/BarFader.lua
88,12 → 88,11
timeToFade = duration
}
 
-- for kui layout: also fade classbars and power
if self.ClassBars and self.ClassBars.container then
--[[if self.ClassBars and self.ClassBars.container then
kui.frameFade(self.ClassBars.container, fadeObject)
end
 
kui.frameFade(self.Power, fadeObject)
kui.frameFade(self.Power, fadeObject)]]
end
end
end
kui_layout/layout.lua
518,7 → 518,7
 
if unit == 'player' then
b:SetPoint('CENTER', UIParent,
ceil(b.Icon and -((s.h+3)/2) or 0), profile.ypos+28)
ceil(b.Icon and -((s.h+3)/2) or 0), profile.ypos+25)
elseif unit == 'target' then
anchor = 'RIGHT'
 
1016,7 → 1016,7
'unitsPerColumn', 2,
'columnAnchorPoint', 'BOTTOM'
}
point = { "BOTTOMLEFT", self.player, "TOPLEFT", 5, 1 }
point = { "BOTTOMLEFT", self.player, "TOPLEFT", 5, 7 }
else
-- DPS mode
unshared = {
1028,8 → 1028,8
point = { "TOPLEFT", UIParent, "TOPLEFT", 5, -5 }
end
 
self.party = oUF:SpawnHeader("oUF_Party", nil, 'party'
--self.party = oUF:SpawnHeader("oUF_Party", nil, "solo,party,raid", 'showSolo', true, 'showPlayer', true
--self.party = oUF:SpawnHeader("oUF_Party", nil, 'party'
self.party = oUF:SpawnHeader("oUF_Party", nil, "solo,party,raid", 'showSolo', true, 'showPlayer', true
,'showParty', true
,'xOffset', -9
,'columnSpacing', -9
kui_layout/config.lua
88,8 → 88,8
raid = {
-- raid
w = 74,
h = 25,
hb = 20,
h = 30,
hb = 25,
pb = 2
},
mini = {
kui_layout/lib/Kui/media/t/innerShadowBorder.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/innerShade.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/Readme.txt New file
0,0 → 1,21
 
The following files are custom made for Kui
by Kesava at wowinterface.com, or on Auchindoun-EU.
 
I don't mind if you re-use them, but I'd appreciate it if you could
give credit to me.
 
bar.tga
barSmall.tga
 
-------------------------------------------------------------------
I don't mind if you don't credit me for the following files:
 
solid.tga
innerShade.tga
shadowBorder.tga
solidRoundedBorder.tga
 
simpleSquare.tga
- This is a modified version of cyCircled_SimpleSquare by ScythXIII. It
is darker, and now usable as an edgeFile in SetBackdrop.
\ No newline at end of file
kui_layout/lib/Kui/media/t/SimpleSquareNormal.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/shadowBorder.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/bar.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/solidRoundedBorder.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/simpleSquare.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/solid.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/t/barSmall.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/f/Readme.txt New file
0,0 → 1,12
 
The following files are released under licenses which allow
redistribution for at least non-commercial purposes.
 
yanone.ttf, or Yanone Kaffeesatz Bold
By Yanone, downloaded from http://www.yanone.de/
 
accid.ttf, or Accidental Presidency
By Tepid Monkey, downloaded from http://www.tepidmonkey.net/
 
-------------------------------------------------------------------
These are the only font files included in the download for Kui.
\ No newline at end of file
kui_layout/lib/Kui/media/f/accid.ttf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/media/f/yanone.ttf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes : Added: svn:mime-type + application/octet-stream
kui_layout/lib/Kui/main.lua
1,4 → 1,4
local MAJOR, MINOR = 'Kui-1.0', 3
local MAJOR, MINOR = 'Kui-1.0', 2
local kui = LibStub:NewLibrary(MAJOR, MINOR)
 
if not kui then
11,6 → 11,7
kui.m = {
t = {
-- borders
square = media .. 't\\simpleSquare',
shadow = media .. 't\\shadowBorder',
rounded = media .. 't\\solidRoundedBorder',
 
kui_layout/core.lua
61,17 → 61,17
point = 'TOPLEFT',
frame = 'oUF_player',
relativePoint = 'BOTTOMRIGHT',
x = -295,
y = -57,
x = 4,
y = -130,
unitAnchorPoint = 'LEFT',
columnAnchorPoint = 'TOP',
yOffset = -9,
xOffset = -9,
yOffset = 0,
xOffset = 2,
unitsPerColumn = 5,
columnSpacing = -9,
columnSpacing = 2,
maxColumns = 8,
width = 74,
height = 20,
height = 25,
hb = 20,
pb = 2
},
kui_layout Property changes : Modified: svn:ignore - MoP NEW_STYLE.txt TODO.txt + UNUSED