]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/Modules.am
Zip: change path to the library in the buildsystem
[vlc] / modules / gui / skins2 / Modules.am
index a4f00ba9311740cb3f7432ba2147e55299807b74..b975e1a13a07db32c903003d7adbaec8d6958cb0 100644 (file)
@@ -3,7 +3,11 @@ SOURCES_skins2 = \
        commands/async_queue.hpp \
        commands/cmd_add_item.cpp \
        commands/cmd_add_item.hpp \
+       commands/cmd_audio.cpp \
+       commands/cmd_audio.hpp \
        commands/cmd_dummy.hpp \
+       commands/cmd_dvd.cpp \
+       commands/cmd_dvd.hpp \
        commands/cmd_generic.hpp \
        commands/cmd_change_skin.cpp \
        commands/cmd_change_skin.hpp \
@@ -14,17 +18,27 @@ 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_muxer.cpp \
+       commands/cmd_muxer.hpp \
        commands/cmd_on_top.cpp \
        commands/cmd_on_top.hpp \
        commands/cmd_playlist.cpp \
        commands/cmd_playlist.hpp \
+       commands/cmd_playtree.cpp \
+       commands/cmd_playtree.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_snapshot.cpp \
+       commands/cmd_snapshot.hpp \
        commands/cmd_show_window.hpp \
+       commands/cmd_update_item.cpp \
+       commands/cmd_update_item.hpp \
+       commands/cmd_vars.cpp \
+       commands/cmd_vars.hpp \
        \
        controls/ctrl_button.cpp \
        controls/ctrl_button.hpp \
@@ -37,6 +51,8 @@ SOURCES_skins2 = \
        controls/ctrl_image.hpp \
        controls/ctrl_list.cpp \
        controls/ctrl_list.hpp \
+       controls/ctrl_tree.cpp \
+       controls/ctrl_tree.hpp \
        controls/ctrl_move.cpp \
        controls/ctrl_move.hpp \
        controls/ctrl_resize.cpp \
@@ -47,15 +63,18 @@ 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 \
        events/evt_focus.hpp \
+       events/evt_generic.hpp \
        events/evt_input.cpp \
        events/evt_input.hpp \
        events/evt_key.cpp \
        events/evt_key.hpp \
        events/evt_leave.hpp \
+       events/evt_menu.hpp \
        events/evt_motion.hpp \
        events/evt_mouse.cpp \
        events/evt_mouse.hpp \
@@ -68,6 +87,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,29 +98,39 @@ SOURCES_skins2 = \
        \
        src/anchor.cpp \
        src/anchor.hpp \
+       src/anim_bitmap.cpp \
+       src/anim_bitmap.hpp \
+       src/bitmap_font.cpp \
+       src/bitmap_font.hpp \
        src/dialogs.cpp \
        src/dialogs.hpp \
+       src/file_bitmap.cpp \
+       src/file_bitmap.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 \
        src/generic_layout.hpp \
        src/generic_window.cpp \
        src/generic_window.hpp \
+       src/ini_file.cpp \
+       src/ini_file.hpp \
        src/logger.cpp \
        src/logger.hpp \
        src/os_factory.cpp \
        src/os_factory.hpp \
        src/os_graphics.hpp \
        src/os_loop.hpp \
+       src/os_popup.hpp \
        src/os_timer.hpp \
        src/os_window.hpp \
        src/os_tooltip.hpp \
-       src/png_bitmap.cpp \
-       src/png_bitmap.hpp \
+       src/popup.cpp \
+       src/popup.hpp \
        src/scaled_bitmap.cpp \
        src/scaled_bitmap.hpp \
        src/skin_main.cpp \
@@ -108,12 +139,18 @@ 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 \
        src/vlcproc.hpp \
+       src/vout_window.cpp \
+       src/vout_window.hpp \
        src/window_manager.cpp \
        src/window_manager.hpp \
        \
@@ -136,14 +173,20 @@ SOURCES_skins2 = \
        utils/var_percent.hpp \
        utils/var_text.cpp \
        utils/var_text.hpp \
+       utils/var_tree.cpp \
+       utils/var_tree.hpp \
        \
-       vars/playlist.cpp \
-       vars/playlist.hpp \
+       vars/equalizer.cpp \
+       vars/equalizer.hpp \
+       vars/playtree.cpp \
+       vars/playtree.hpp \
        vars/time.cpp \
        vars/time.hpp \
        vars/volume.cpp \
-       vars/volume.hpp \
-       \
+       vars/volume.hpp
+
+if HAVE_WIN32
+SOURCES_skins2 += \
        win32/win32_dragdrop.cpp \
        win32/win32_dragdrop.hpp \
        win32/win32_factory.cpp \
@@ -152,13 +195,19 @@ SOURCES_skins2 = \
        win32/win32_graphics.hpp \
        win32/win32_loop.cpp \
        win32/win32_loop.hpp \
+       win32/win32_popup.cpp \
+       win32/win32_popup.hpp \
        win32/win32_timer.cpp \
        win32/win32_timer.hpp \
        win32/win32_tooltip.cpp \
        win32/win32_tooltip.hpp \
        win32/win32_window.cpp \
        win32/win32_window.hpp \
-       \
+    $(NULL)
+endif
+
+if HAVE_LINUX
+SOURCES_skins2 += \
        x11/x11_display.cpp \
        x11/x11_display.hpp \
        x11/x11_dragdrop.cpp \
@@ -169,75 +218,34 @@ SOURCES_skins2 = \
        x11/x11_graphics.hpp \
        x11/x11_loop.cpp \
        x11/x11_loop.hpp \
+       x11/x11_popup.cpp \
+       x11/x11_popup.hpp \
        x11/x11_timer.cpp \
        x11/x11_timer.hpp \
        x11/x11_window.cpp \
        x11/x11_window.hpp \
        x11/x11_tooltip.cpp \
        x11/x11_tooltip.hpp \
-       $(NULL)
+    $(NULL)
+endif
 
-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
+if HAVE_DARWIN
+SOURCES_skins2 += \
+       macosx/macosx_dragdrop.cpp \
+       macosx/macosx_dragdrop.hpp \
+       macosx/macosx_factory.cpp \
+       macosx/macosx_factory.hpp \
+       macosx/macosx_graphics.cpp \
+       macosx/macosx_graphics.hpp \
+       macosx/macosx_loop.cpp \
+       macosx/macosx_loop.hpp \
+       macosx/macosx_popup.cpp \
+       macosx/macosx_popup.hpp \
+       macosx/macosx_timer.cpp \
+       macosx/macosx_timer.hpp \
+       macosx/macosx_window.cpp \
+       macosx/macosx_window.hpp \
+       macosx/macosx_tooltip.cpp \
+       macosx/macosx_tooltip.hpp \
+    $(NULL)
+endif