X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fskins2%2FModules.am;h=1951eec9a042d86dec500c339de7dbd88a7b5171;hb=c340ebcb432a17840571af513eeb87897acbb8db;hp=e35c6af2da9c6d5f76dc89f668317f71c1c63b68;hpb=1e34cf517bdd2829bbcf68220e91cd784708051f;p=vlc diff --git a/modules/gui/skins2/Modules.am b/modules/gui/skins2/Modules.am index e35c6af2da..1951eec9a0 100644 --- a/modules/gui/skins2/Modules.am +++ b/modules/gui/skins2/Modules.am @@ -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,25 @@ 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_vars.cpp \ + commands/cmd_vars.hpp \ \ controls/ctrl_button.cpp \ controls/ctrl_button.hpp \ @@ -37,6 +49,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 \ @@ -51,13 +65,14 @@ SOURCES_skins2 = \ 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 \ @@ -70,6 +85,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 \ @@ -79,29 +96,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 \ @@ -110,6 +137,8 @@ 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 \ @@ -142,11 +171,13 @@ 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/stream.cpp \ - vars/stream.hpp \ + vars/equalizer.cpp \ + vars/equalizer.hpp \ + vars/playtree.cpp \ + vars/playtree.hpp \ vars/time.cpp \ vars/time.hpp \ vars/volume.cpp \ @@ -160,6 +191,8 @@ 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 \ @@ -177,75 +210,35 @@ 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 \ + \ + 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 \ + \ + unzip/crypt.h \ + unzip/ioapi.c \ + unzip/ioapi.h \ + unzip/unzip.c \ + unzip/unzip.h \ $(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