]> git.sesse.net Git - vlc/commit
* Playtree start. Basic functionalities work. Still needs a lot of
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 20 Aug 2005 00:31:27 +0000 (00:31 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 20 Aug 2005 00:31:27 +0000 (00:31 +0000)
commitc7e38315469013101306e8c94f58fc6a651ba5ce
tree829643fb34ae40c81d749b753197537b1a4d9f0f
parent4d28264511c09ab4fa38325864c9c5316123f5cf
 * Playtree start. Basic functionalities work. Still needs a lot of
   work, cleaning and fixing. I'll continue this weekend.
24 files changed:
modules/gui/skins2/Modules.am
modules/gui/skins2/commands/cmd_dialogs.hpp
modules/gui/skins2/commands/cmd_playtree.cpp [new file with mode: 0644]
modules/gui/skins2/commands/cmd_playtree.hpp [new file with mode: 0644]
modules/gui/skins2/commands/cmd_vars.cpp
modules/gui/skins2/commands/cmd_vars.hpp
modules/gui/skins2/controls/ctrl_list.cpp
modules/gui/skins2/controls/ctrl_tree.cpp [new file with mode: 0644]
modules/gui/skins2/controls/ctrl_tree.hpp [new file with mode: 0644]
modules/gui/skins2/parser/builder.cpp
modules/gui/skins2/parser/builder.hpp
modules/gui/skins2/parser/builder_data.def
modules/gui/skins2/parser/builder_data.hpp
modules/gui/skins2/parser/gen_builder.py
modules/gui/skins2/parser/interpreter.cpp
modules/gui/skins2/parser/interpreter.hpp
modules/gui/skins2/parser/skin_parser.cpp
modules/gui/skins2/src/dialogs.cpp
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/src/vlcproc.hpp
modules/gui/skins2/utils/var_tree.cpp [new file with mode: 0644]
modules/gui/skins2/utils/var_tree.hpp [new file with mode: 0644]
modules/gui/skins2/vars/playtree.cpp [new file with mode: 0644]
modules/gui/skins2/vars/playtree.hpp [new file with mode: 0644]