]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/Modules.am
* skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
[vlc] / modules / gui / skins2 / Modules.am
index c3f6691cf4983f779972fc10a298f6ebd430dc50..a16c7d04d5d586e9977e551251fb501e2003e366 100644 (file)
@@ -14,17 +14,19 @@ SOURCES_skins2 = \
        commands/cmd_input.hpp \
        commands/cmd_layout.cpp \
        commands/cmd_layout.hpp \
-       commands/cmd_notify_playlist.cpp \
-       commands/cmd_notify_playlist.hpp \
        commands/cmd_on_top.cpp \
        commands/cmd_on_top.hpp \
        commands/cmd_playlist.cpp \
        commands/cmd_playlist.hpp \
+       commands/cmd_minimize.cpp \
+       commands/cmd_minimize.hpp \
        commands/cmd_quit.cpp \
        commands/cmd_quit.hpp \
        commands/cmd_resize.cpp \
        commands/cmd_resize.hpp \
        commands/cmd_show_window.hpp \
+       commands/cmd_vars.cpp \
+       commands/cmd_vars.hpp \
        \
        controls/ctrl_button.cpp \
        controls/ctrl_button.hpp \
@@ -47,6 +49,8 @@ SOURCES_skins2 = \
        controls/ctrl_radialslider.hpp \
        controls/ctrl_text.hpp \
        controls/ctrl_text.cpp \
+       controls/ctrl_video.cpp \
+       controls/ctrl_video.hpp \
        \
        events/evt_enter.hpp \
        events/evt_generic.hpp \
@@ -68,6 +72,8 @@ SOURCES_skins2 = \
        parser/builder.cpp \
        parser/builder.hpp \
        parser/builder_data.hpp \
+       parser/expr_evaluator.cpp \
+       parser/expr_evaluator.hpp \
        parser/interpreter.cpp \
        parser/interpreter.hpp \
        parser/skin_parser.cpp \
@@ -77,12 +83,15 @@ SOURCES_skins2 = \
        \
        src/anchor.cpp \
        src/anchor.hpp \
+       src/bitmap_font.cpp \
+       src/bitmap_font.hpp \
        src/dialogs.cpp \
        src/dialogs.hpp \
        src/ft2_bitmap.cpp \
        src/ft2_bitmap.hpp \
        src/ft2_font.cpp \
        src/ft2_font.hpp \
+       src/generic_bitmap.cpp \
        src/generic_bitmap.hpp \
        src/generic_font.hpp \
        src/generic_layout.cpp \
@@ -108,8 +117,12 @@ SOURCES_skins2 = \
        src/theme.hpp \
        src/theme_loader.cpp \
        src/theme_loader.hpp \
+       src/theme_repository.cpp \
+       src/theme_repository.hpp \
        src/tooltip.cpp \
        src/tooltip.hpp \
+       src/top_window.cpp \
+       src/top_window.hpp \
        src/var_manager.cpp \
        src/var_manager.hpp \
        src/vlcproc.cpp \
@@ -180,68 +193,3 @@ SOURCES_skins2 = \
        x11/x11_tooltip.cpp \
        x11/x11_tooltip.hpp \
        $(NULL)
-
-EXTRA_DIST += \
-       theme/add_item_onclick.png \
-       theme/add_item.png \
-       theme/body.png \
-       theme/close_mouseover.png \
-       theme/close_onclick.png \
-       theme/close.png \
-       theme/delete_item_onclick.png \
-       theme/delete_item.png \
-       theme/disabled.png \
-       theme/fast_disabled.png \
-       theme/fast_onclick.png \
-       theme/fast.png \
-       theme/FreeSansBold.ttf \
-       theme/FreeSans.ttf \
-       theme/next_disabled.png \
-       theme/next_onclick.png \
-       theme/next.png \
-       theme/pause_onclick.png \
-       theme/pause.png \
-       theme/playlist_body1.png \
-       theme/playlist_body2.png \
-       theme/playlist_body3.png \
-       theme/playlist_body4.png \
-       theme/playlist_body6.png \
-       theme/playlist_body7.png \
-       theme/playlist_body8.png \
-       theme/playlist_body9.png \
-       theme/playlist_button2.png \
-       theme/playlist_button_onclick2.png \
-       theme/playlist_button_onclick.png \
-       theme/playlist_button.png \
-       theme/playlist.png \
-       theme/play_onclick.png \
-       theme/play.png \
-       theme/preferences_onclick.png \
-       theme/preferences.png \
-       theme/previous_disabled.png \
-       theme/previous_onclick.png \
-       theme/previous.png \
-       theme/reduce_disabled.png \
-       theme/reduce_onclick.png \
-       theme/reduce.png \
-       theme/resize.png \
-       theme/rev_disabled.png \
-       theme/rev_onclick.png \
-       theme/rev.png \
-       theme/skin.dtd \
-       theme/slider2.png \
-       theme/slider_onclick.png \
-       theme/slider_playlist.png \
-       theme/slider.png \
-       theme/slider_volume_onclick.png \
-       theme/slider_volume.png \
-       theme/slow_disabled.png \
-       theme/slow_onclick.png \
-       theme/slow.png \
-       theme/sort_onclick.png \
-       theme/sort.png \
-       theme/stop_disabled.png \
-       theme/stop_onclick.png \
-       theme/stop.png \
-       theme/theme.xml \
-       theme/volume.png