]> git.sesse.net Git - vlc/commit
* skins2/src/theme_loader.cpp: .vlt files can now contain directories
authorOlivier Teulière <ipkiss@videolan.org>
Tue, 6 Apr 2004 19:56:57 +0000 (19:56 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Tue, 6 Apr 2004 19:56:57 +0000 (19:56 +0000)
commitce32ffa36e5bc66b2eae09909e3d624ed0403b43
treecf51a15036e2b1baeb76e31901c7b999c76bac7d
parenta44edfa9a88253d75a55d59b5883f736593dd917
 * skins2/src/theme_loader.cpp: .vlt files can now contain directories
   and subdirectories. When loading a skin, the "theme.xml" file will be
   searched recursively, and the first one to be found is used.

 * skins2/*: Do not 'cd' anymore to the temporary directory where the
   .vlt is extracted (instead, we transform the relative paths specified
   in the XML file into absolute paths).
modules/gui/skins2/parser/skin_parser.cpp
modules/gui/skins2/parser/skin_parser.hpp
modules/gui/skins2/src/theme_loader.cpp
modules/gui/skins2/src/theme_loader.hpp