LeilaUI v4 (LUI)
Which Addons did you edit? What changed did you made? How to update an addon manualy!
You may want to keep this AddOn Profils (SavedVariables):
Bagsync
Auction Master
Broker_PlayedTime
Easy Mail
TradeSkill Bookmarks

You can update this addons save:
That means I did not change anything about this addons, even if they show up as modified in Curse Client

!!AceDB-DefaultMod
!BlizzBugsSuck
!BugGrabber
AdiButtonAuras
ArenaSpamBlock
AutoDismount
AutoRepSwitch
Aurora
AutoConfirmTalents
AutoDismount
BadBoy
BadBoy_CCleaner
BalancePowerTracker (Also BalancePowerTracker_Options)
BasicThreatBar
BattlegroundTargets
BattlePetBinds
Bazooka (Also Bazooka_Options)
BigWigs (Also all other BigWigs folders)
BodyguardFocusAlert
BonusRollPreview
Broker_Everything
Broker_Garrison
Broker_InstanceDifficulty
BugSack
Capping
Gnosis
HandyNotes
HandyNotes_DraenorTreasures
HideGarrisonAlertFrame
idTip
infDampening
ItemLinkMacros
Juwe
kgPanels (also kgPanelsConfig)
LFRAdvanced
MailinputboxResizer
MapCoords
Masque
DragEmAll
DerpyMedia
DerpyStuffing
Foglight
ItemLinkMacros
kgPanels (Also kgPanelsConfig)
MapBoss3D
Masque
Masque_Nefs2
MiniLoot
ncCamera
OmniBar (also OmniBar_Options)
OmniCC (also OmniCC_Config)
pError
PetBattleTeams
PhoenixStyle (also all other PhoenixStyle Folders)
QuestMapWithDetails
RaidSlackCheck
RangeDisplay (also RangeDisplay_Options)
RareAlert
Raven (also Raven_Options)
Raven_Filter_Leila
Recount
Reflux
Reload
Rematch
ShadowedUnitFrames (also ShadowedUF_Options)
SnowfallCursor
stAddonManager
TipTac (also other TipTac folders)
TradeSkill Bookmarks
vexpower
vexrunes
wAlign
WordMap_Player_Dot_Resizer
xanAchievementMover

DON'T UPDATE THIS ADDONS:
lua changes: Don't update! To many changes to explain!
Most of this AddOns are not available on wowinterface oder curse.

!LeilaWigs
gMoney
GnomishVendorShrinker
kgart
LeilaMedia
LinkHover
Marker
nibProfileLoader
nibUIScale
nibWindowSize
SharedMediaAdditionalFonts
TiBUI_LDBClock
Battle Pet Current Stats
Broker_PlayedTime
GladiusEx
MindHarvest
PostmasterGeneral
xCT+

UPDATE THIS ADDONS ONLY IF THEY DON'T WORK:
For some Addons I use old versions because the new version has bugs! So update on your own risk and only if the addon is not working when load outdated addons. If you want to update one from this list make shure you make the same changes as discribed.

AuctionMaster
(Textur changes: replace the \AuctionMaster\src\resources folder from an older version of LeilaUI)

Dominos
(can be updated but make shure to removed the folders Dominos_Cast & Dominos_Roll)

Chinchilla Minimap
(Textur changes: replace the art folder from an older version of LeilaUI)

Easy Mail
(Textur changes: replace the Images folder from an older version of LeilaUI)

Prat
(Textur changes: go into Prat-3.0\textures and replace the textures from an old LeilaUI version, also removed fonts folder to make it smaler)

ShadowedUnitFrames
(Textur changes: go into \ShadowedUnitFrames\media\textures and replace the textures from an old LeilaUI version)

BagSync
.lua changes:
search for label = inside the BagSync.lua and replace the code with this:
Code:
label = "BS",
text = "BS",
XLoot
(same AddOn as XLoot_Frame, XLootGroup, XLoot_Options)
(Textur changes: replace the Textures folder from an older version of LeilaUI)

KuiNameplates
Replaced files inside " Kui_Media\t " and "Kui_Nameplates_Core\media" with the textures from an old LeilaUI version


Change this in core.lua
Code:
		raidicon = 16,
auras.lua
Code:
    sizes.auraHeight = 15 -- LeilaUI
    sizes.auraWidth = 26
    sizes.tauraHeight = 12
    sizes.tauraWidth = 20

    sizes.aurasOffset = 18
    sizes.taurasOffset = 13
Code:
		button.time:SetPoint('TOPLEFT', 0, -5) -- LeilaUI
Code:
		button.count:SetPoint('BOTTOMRIGHT', 1, -2) -- LeilaUI -L/+R,+H/-R
Code:
			if timeLeft <= 5 then
				-- cyan text
				self.time:SetTextColor(0,1,1) -- LeilaUI
			elseif timeLeft <= 20 then
				-- white text
				self.time:SetTextColor(1,1,1) -- LeilaUI
			else
				-- white text
				self.time:SetTextColor(1,1,1)
			end
TipTac
go into ttStyle.lua and replace
Code:
BINDING_HEADER_TARGETING
with
Code:
MINIMAP_TRACKING_TARGET