├── debian-orig ├── compat ├── source │ ├── format │ └── local-options ├── patches │ └── series ├── rules ├── control ├── copyright └── changelog ├── clean_windows.cmd ├── themes ├── Black │ ├── dvd.png │ ├── url.png │ ├── info.png │ ├── open.png │ ├── prefs.png │ ├── screenshot.png │ ├── download_subs.png │ ├── open_folder.png │ ├── tubebrowser.png │ ├── tubebrowser.xcf │ ├── open_favorites.png │ ├── open_favorites.xcf │ ├── control-bg-panel.png │ ├── control-bg-seekbar.png │ ├── old │ │ ├── button-toolbar.png │ │ ├── control-bg-menu.png │ │ ├── control-bg-mediabar.png │ │ ├── control-bg-toolbar.png │ │ ├── control-search-icon.png │ │ ├── control-bg-search-box.png │ │ ├── control-search-arrow.png │ │ ├── control-bg-search-box-left.png │ │ └── control-bg-search-box-right.png │ ├── control-bg-volumebar.png │ ├── control-button-next.png │ ├── control-button-stop.png │ ├── control-bg-panel-left.png │ ├── control-bg-panel-right.png │ ├── control-bg-seekbar-left.png │ ├── control-button-playlist.png │ ├── control-button-previous.png │ ├── control-button-record.png │ ├── control-button-repeat.png │ ├── control-button-rewind.png │ ├── control-button-shuffle.png │ ├── control-bg-seekbar-right.png │ ├── control-button-equalizer.png │ ├── control-button-fullscreen.png │ ├── control-button-max-volume.png │ ├── control-button-min-volume.png │ ├── control-button-play-pause.png │ ├── control-button-seek-knob.png │ ├── control-bg-seekbar-buffering.png │ ├── control-bg-seekbar-progress.png │ ├── control-button-fastforward.png │ ├── control-button-volume-knob.png │ ├── control-bg-volumebar-progress.png │ └── main.css ├── Gonzo │ ├── dvd.png │ ├── url.png │ ├── info.png │ ├── open.png │ ├── prefs.png │ ├── screenshot.png │ ├── download_subs.png │ ├── open_folder.png │ ├── open_favorites.png │ ├── open_favorites.xcf │ ├── control-bg-panel.png │ ├── control-bg-seekbar.png │ ├── old │ │ ├── button-toolbar.png │ │ ├── control-bg-menu.png │ │ ├── toolbar-splitter.png │ │ ├── control-bg-mediabar.png │ │ ├── control-bg-toolbar.png │ │ ├── control-search-icon.png │ │ ├── toolbar-splitter2.png │ │ ├── control-bg-search-box.png │ │ ├── control-search-arrow.png │ │ ├── control-bg-search-box-left.png │ │ └── control-bg-search-box-right.png │ ├── control-bg-volumebar.png │ ├── control-button-next.png │ ├── control-button-stop.png │ ├── control-bg-panel-left.png │ ├── control-bg-panel-right.png │ ├── control-bg-seekbar-left.png │ ├── control-button-playlist.png │ ├── control-button-previous.png │ ├── control-button-record.png │ ├── control-button-repeat.png │ ├── control-button-rewind.png │ ├── control-button-shuffle.png │ ├── control-bg-seekbar-right.png │ ├── control-button-equalizer.png │ ├── control-button-fullscreen.png │ ├── control-button-max-volume.png │ ├── control-button-min-volume.png │ ├── control-button-play-pause.png │ ├── control-button-seek-knob.png │ ├── control-bg-seekbar-buffering.png │ ├── control-bg-seekbar-progress.png │ ├── control-button-fastforward.png │ ├── control-button-volume-knob.png │ ├── control-bg-volumebar-progress.png │ └── main.css ├── Mac │ ├── dvd.png │ ├── info.png │ ├── open.png │ ├── prefs.png │ ├── url.png │ ├── screenshot.png │ ├── open_folder.png │ ├── download_subs.png │ ├── open_favorites.png │ ├── control-bg-panel.png │ ├── control-bg-seekbar.png │ ├── control-bg-volumebar.png │ ├── control-button-next.png │ ├── control-button-stop.png │ ├── old │ │ ├── button-toolbar.png │ │ ├── control-bg-menu.png │ │ ├── control-bg-toolbar.png │ │ ├── control-bg-mediabar.png │ │ ├── control-bg-search-box.png │ │ ├── control-search-arrow.png │ │ ├── control-search-icon.png │ │ ├── control-bg-search-box-left.png │ │ └── control-bg-search-box-right.png │ ├── control-bg-panel-left.png │ ├── control-bg-panel-right.png │ ├── control-button-record.png │ ├── control-button-repeat.png │ ├── control-button-rewind.png │ ├── control-button-shuffle.png │ ├── control-bg-seekbar-left.png │ ├── control-bg-seekbar-right.png │ ├── control-button-equalizer.png │ ├── control-button-fullscreen.png │ ├── control-button-max-volume.png │ ├── control-button-min-volume.png │ ├── control-button-play-pause.png │ ├── control-button-playlist.png │ ├── control-button-previous.png │ ├── control-button-seek-knob.png │ ├── control-bg-seekbar-progress.png │ ├── control-button-fastforward.png │ ├── control-button-volume-knob.png │ ├── control-bg-seekbar-buffering.png │ ├── control-bg-volumebar-progress.png │ └── main.css ├── Mint-Y │ ├── ok.png │ ├── qt.png │ ├── up.png │ ├── cast.png │ ├── cdda.png │ ├── copy.png │ ├── down.png │ ├── dvd.png │ ├── exit.png │ ├── faq.png │ ├── find.png │ ├── flip.png │ ├── info.png │ ├── logo.png │ ├── logs.png │ ├── mute.png │ ├── next.png │ ├── open.png │ ├── osd.png │ ├── play.png │ ├── plus.png │ ├── save.png │ ├── stop.png │ ├── sub.png │ ├── url.png │ ├── vcd.png │ ├── zoom.png │ ├── angle.png │ ├── aspect.png │ ├── bluray.png │ ├── chapter.png │ ├── cl_help.png │ ├── close.png │ ├── compact.png │ ├── crash.png │ ├── delete.png │ ├── donate.png │ ├── dvd_hd.png │ ├── guide.png │ ├── license.png │ ├── minus.png │ ├── mirror.png │ ├── monitor.png │ ├── mouse.png │ ├── ontop.png │ ├── open_tv.png │ ├── pause.png │ ├── paypal.png │ ├── pref_tv.png │ ├── prefs.png │ ├── recents.png │ ├── record.png │ ├── refresh.png │ ├── repeat.png │ ├── rotate.png │ ├── share.png │ ├── shuffle.png │ ├── speaker.png │ ├── speed.png │ ├── sub_up.png │ ├── title.png │ ├── trash.png │ ├── type_tv.png │ ├── unload.png │ ├── url_big.png │ ├── volume.png │ ├── warning.png │ ├── a_marker.png │ ├── b_marker.png │ ├── bluray_hd.png │ ├── bookmarks.png │ ├── conflict.png │ ├── contrast.png │ ├── delay_up.png │ ├── download.png │ ├── dvd_drive.png │ ├── equalizer.png │ ├── favorite.png │ ├── forward1m.png │ ├── instance1.png │ ├── instance2.png │ ├── keyboard.png │ ├── open_disc.png │ ├── playlist.png │ ├── pref_gui.png │ ├── previous.png │ ├── rewind10m.png │ ├── rewind10s.png │ ├── rewind1m.png │ ├── shutdown.png │ ├── stereo3d.png │ ├── sub_down.png │ ├── toolbars.png │ ├── type_cdda.png │ ├── type_dvd.png │ ├── type_vcd.png │ ├── add_bookmark.png │ ├── audio_track.png │ ├── background.png │ ├── bluray_drive.png │ ├── brightness.png │ ├── cdrom_drive.png │ ├── chromecast.png │ ├── clear_left.png │ ├── contributors.png │ ├── deinterlace.png │ ├── delay_down.png │ ├── donate_big.png │ ├── favorite-add.png │ ├── folder_open.png │ ├── forward10m.png │ ├── forward10s.png │ ├── fullscreen.png │ ├── next_aspect.png │ ├── open_radio.png │ ├── openfolder.png │ ├── play_pause.png │ ├── pref_devices.png │ ├── pref_general.png │ ├── pref_network.png │ ├── pref_updates.png │ ├── screenshot.png │ ├── screenshots.png │ ├── send_audio.png │ ├── show_config.png │ ├── stereo_mode.png │ ├── tablet_mode.png │ ├── translators.png │ ├── tubebrowser.png │ ├── type_audio.png │ ├── type_bluray.png │ ├── type_unknown.png │ ├── type_video.png │ ├── upload_subs.png │ ├── video_size.png │ ├── video_track.png │ ├── audio_channels.png │ ├── audio_filters.png │ ├── check_updates.png │ ├── download_subs.png │ ├── input_devices.png │ ├── open_favorites.png │ ├── open_playlist.png │ ├── pref_advanced.png │ ├── pref_playlist.png │ ├── pref_subtitles.png │ ├── resize_window.png │ ├── secondary_sub.png │ ├── send_to_screen.png │ ├── social_twitter.png │ ├── update_youtube.png │ ├── video_filters.png │ ├── video_preview.png │ ├── audio_equalizer.png │ ├── bookmark_folder.png │ ├── favorite-folder.png │ ├── pref_associations.png │ ├── pref_performance.png │ ├── quick_access_menu.png │ ├── social_facebook.png │ ├── control-bg-seekbar.png │ ├── control-button-next.png │ ├── control-button-stop.png │ ├── control-bg-volumebar.png │ ├── control-button-record.png │ ├── control-button-repeat.png │ ├── control-button-rewind.png │ ├── control-button-shuffle.png │ ├── control-bg-seekbar-left.png │ ├── control-bg-seekbar-right.png │ ├── control-button-equalizer.png │ ├── control-button-playlist.png │ ├── control-button-previous.png │ ├── control-button-seek-knob.png │ ├── control-bg-seekbar-progress.png │ ├── control-button-fastforward.png │ ├── control-button-fullscreen.png │ ├── control-button-max-volume.png │ ├── control-button-min-volume.png │ ├── control-button-play-pause.png │ ├── control-button-volume-knob.png │ ├── control-bg-seekbar-buffering.png │ ├── control-bg-volumebar-progress.png │ ├── README.txt │ └── main.css ├── Vista │ ├── dvd.png │ ├── url.png │ ├── info.png │ ├── open.png │ ├── prefs.png │ ├── screenshot.png │ ├── download_subs.png │ ├── open_folder.png │ ├── control-bg-panel.png │ ├── control-bg-seekbar.png │ ├── old │ │ ├── button-toolbar.png │ │ ├── control-bg-menu.png │ │ ├── control-bg-mediabar.png │ │ ├── control-bg-toolbar.png │ │ ├── control-search-icon.png │ │ ├── control-bg-search-box.png │ │ ├── control-search-arrow.png │ │ ├── control-bg-search-box-left.png │ │ └── control-bg-search-box-right.png │ ├── control-bg-volumebar.png │ ├── control-button-next.png │ ├── control-button-stop.png │ ├── control-bg-panel-left.png │ ├── control-bg-panel-right.png │ ├── control-bg-seekbar-left.png │ ├── control-button-playlist.png │ ├── control-button-previous.png │ ├── control-button-record.png │ ├── control-button-repeat.png │ ├── control-button-rewind.png │ ├── control-button-shuffle.png │ ├── control-bg-seekbar-right.png │ ├── control-button-equalizer.png │ ├── control-button-fullscreen.png │ ├── control-button-max-volume.png │ ├── control-button-min-volume.png │ ├── control-button-play-pause.png │ ├── control-button-seek-knob.png │ ├── control-bg-seekbar-buffering.png │ ├── control-bg-seekbar-progress.png │ ├── control-button-fastforward.png │ ├── control-button-volume-knob.png │ ├── control-bg-volumebar-progress.png │ └── main.css ├── Modern │ ├── dvd.png │ ├── info.png │ ├── open.png │ ├── url.png │ ├── prefs.png │ ├── open_folder.png │ ├── screenshot.png │ ├── download_subs.png │ ├── open_favorites.png │ ├── control-bg-panel.png │ ├── control-bg-seekbar.png │ ├── control-button-next.png │ ├── control-button-stop.png │ ├── old │ │ ├── button-toolbar.png │ │ ├── control-bg-menu.png │ │ ├── control-bg-toolbar.png │ │ ├── control-bg-mediabar.png │ │ ├── control-bg-toolbar2.png │ │ ├── control-search-arrow.png │ │ ├── control-search-icon.png │ │ ├── control-bg-search-box.png │ │ ├── control-bg-search-box-left.png │ │ └── control-bg-search-box-right.png │ ├── control-bg-panel-left.png │ ├── control-bg-panel-right.png │ ├── control-bg-volumebar.png │ ├── control-button-record.png │ ├── control-button-repeat.png │ ├── control-button-rewind.png │ ├── control-button-shuffle.png │ ├── control-bg-seekbar-left.png │ ├── control-bg-seekbar-right.png │ ├── control-button-equalizer.png │ ├── control-button-playlist.png │ ├── control-button-previous.png │ ├── control-button-seek-knob.png │ ├── control-bg-seekbar-progress.png │ ├── control-button-fastforward.png │ ├── control-button-fullscreen.png │ ├── control-button-max-volume.png │ ├── control-button-min-volume.png │ ├── control-button-play-pause.png │ ├── control-button-volume-knob.png │ ├── control-bg-seekbar-buffering.png │ ├── control-bg-volumebar-progress.png │ └── main.css ├── Makefile ├── Mac.qrc ├── Vista.qrc ├── Gonzo.qrc ├── Modern.qrc ├── Black.qrc └── Mint-Y.qrc ├── README.txt ├── create_deb.sh ├── Changelog.md ├── Makefile ├── smplayer-skins.spec ├── COPYING_LGPL.txt ├── COPYING_CC-BY-2.5.txt ├── COPYING_CC-BY-SA-2.5.txt └── COPYING_GPL.txt /debian-orig/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /debian-orig/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /debian-orig/source/local-options: -------------------------------------------------------------------------------- 1 | #abort-on-upstream-changes 2 | #unapply-patches 3 | -------------------------------------------------------------------------------- /clean_windows.cmd: -------------------------------------------------------------------------------- 1 | for /f "tokens=*" %%b in ('dir /ad /b themes') do del themes\%%b\%%b.rcc -------------------------------------------------------------------------------- /debian-orig/patches/series: -------------------------------------------------------------------------------- 1 | # You must remove unused comment lines for the released package. 2 | -------------------------------------------------------------------------------- /themes/Black/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/dvd.png -------------------------------------------------------------------------------- /themes/Black/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/url.png -------------------------------------------------------------------------------- /themes/Gonzo/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/dvd.png -------------------------------------------------------------------------------- /themes/Gonzo/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/url.png -------------------------------------------------------------------------------- /themes/Mac/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/dvd.png -------------------------------------------------------------------------------- /themes/Mac/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/info.png -------------------------------------------------------------------------------- /themes/Mac/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/open.png -------------------------------------------------------------------------------- /themes/Mac/prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/prefs.png -------------------------------------------------------------------------------- /themes/Mac/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/url.png -------------------------------------------------------------------------------- /themes/Mint-Y/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/ok.png -------------------------------------------------------------------------------- /themes/Mint-Y/qt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/qt.png -------------------------------------------------------------------------------- /themes/Mint-Y/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/up.png -------------------------------------------------------------------------------- /themes/Vista/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/dvd.png -------------------------------------------------------------------------------- /themes/Vista/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/url.png -------------------------------------------------------------------------------- /themes/Black/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/info.png -------------------------------------------------------------------------------- /themes/Black/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/open.png -------------------------------------------------------------------------------- /themes/Black/prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/prefs.png -------------------------------------------------------------------------------- /themes/Gonzo/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/info.png -------------------------------------------------------------------------------- /themes/Gonzo/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/open.png -------------------------------------------------------------------------------- /themes/Gonzo/prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/prefs.png -------------------------------------------------------------------------------- /themes/Mint-Y/cast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/cast.png -------------------------------------------------------------------------------- /themes/Mint-Y/cdda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/cdda.png -------------------------------------------------------------------------------- /themes/Mint-Y/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/copy.png -------------------------------------------------------------------------------- /themes/Mint-Y/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/down.png -------------------------------------------------------------------------------- /themes/Mint-Y/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/dvd.png -------------------------------------------------------------------------------- /themes/Mint-Y/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/exit.png -------------------------------------------------------------------------------- /themes/Mint-Y/faq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/faq.png -------------------------------------------------------------------------------- /themes/Mint-Y/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/find.png -------------------------------------------------------------------------------- /themes/Mint-Y/flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/flip.png -------------------------------------------------------------------------------- /themes/Mint-Y/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/info.png -------------------------------------------------------------------------------- /themes/Mint-Y/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/logo.png -------------------------------------------------------------------------------- /themes/Mint-Y/logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/logs.png -------------------------------------------------------------------------------- /themes/Mint-Y/mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/mute.png -------------------------------------------------------------------------------- /themes/Mint-Y/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/next.png -------------------------------------------------------------------------------- /themes/Mint-Y/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/open.png -------------------------------------------------------------------------------- /themes/Mint-Y/osd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/osd.png -------------------------------------------------------------------------------- /themes/Mint-Y/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/play.png -------------------------------------------------------------------------------- /themes/Mint-Y/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/plus.png -------------------------------------------------------------------------------- /themes/Mint-Y/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/save.png -------------------------------------------------------------------------------- /themes/Mint-Y/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/stop.png -------------------------------------------------------------------------------- /themes/Mint-Y/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/sub.png -------------------------------------------------------------------------------- /themes/Mint-Y/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/url.png -------------------------------------------------------------------------------- /themes/Mint-Y/vcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/vcd.png -------------------------------------------------------------------------------- /themes/Mint-Y/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/zoom.png -------------------------------------------------------------------------------- /themes/Modern/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/dvd.png -------------------------------------------------------------------------------- /themes/Modern/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/info.png -------------------------------------------------------------------------------- /themes/Modern/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/open.png -------------------------------------------------------------------------------- /themes/Modern/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/url.png -------------------------------------------------------------------------------- /themes/Vista/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/info.png -------------------------------------------------------------------------------- /themes/Vista/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/open.png -------------------------------------------------------------------------------- /themes/Vista/prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/prefs.png -------------------------------------------------------------------------------- /debian-orig/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | #export QT_SELECT=5 4 | export PREFIX=/usr 5 | %: 6 | dh $@ 7 | -------------------------------------------------------------------------------- /themes/Mac/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/screenshot.png -------------------------------------------------------------------------------- /themes/Mint-Y/angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/angle.png -------------------------------------------------------------------------------- /themes/Mint-Y/aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/aspect.png -------------------------------------------------------------------------------- /themes/Mint-Y/bluray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/bluray.png -------------------------------------------------------------------------------- /themes/Mint-Y/chapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/chapter.png -------------------------------------------------------------------------------- /themes/Mint-Y/cl_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/cl_help.png -------------------------------------------------------------------------------- /themes/Mint-Y/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/close.png -------------------------------------------------------------------------------- /themes/Mint-Y/compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/compact.png -------------------------------------------------------------------------------- /themes/Mint-Y/crash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/crash.png -------------------------------------------------------------------------------- /themes/Mint-Y/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/delete.png -------------------------------------------------------------------------------- /themes/Mint-Y/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/donate.png -------------------------------------------------------------------------------- /themes/Mint-Y/dvd_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/dvd_hd.png -------------------------------------------------------------------------------- /themes/Mint-Y/guide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/guide.png -------------------------------------------------------------------------------- /themes/Mint-Y/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/license.png -------------------------------------------------------------------------------- /themes/Mint-Y/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/minus.png -------------------------------------------------------------------------------- /themes/Mint-Y/mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/mirror.png -------------------------------------------------------------------------------- /themes/Mint-Y/monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/monitor.png -------------------------------------------------------------------------------- /themes/Mint-Y/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/mouse.png -------------------------------------------------------------------------------- /themes/Mint-Y/ontop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/ontop.png -------------------------------------------------------------------------------- /themes/Mint-Y/open_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/open_tv.png -------------------------------------------------------------------------------- /themes/Mint-Y/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pause.png -------------------------------------------------------------------------------- /themes/Mint-Y/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/paypal.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_tv.png -------------------------------------------------------------------------------- /themes/Mint-Y/prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/prefs.png -------------------------------------------------------------------------------- /themes/Mint-Y/recents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/recents.png -------------------------------------------------------------------------------- /themes/Mint-Y/record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/record.png -------------------------------------------------------------------------------- /themes/Mint-Y/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/refresh.png -------------------------------------------------------------------------------- /themes/Mint-Y/repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/repeat.png -------------------------------------------------------------------------------- /themes/Mint-Y/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/rotate.png -------------------------------------------------------------------------------- /themes/Mint-Y/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/share.png -------------------------------------------------------------------------------- /themes/Mint-Y/shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/shuffle.png -------------------------------------------------------------------------------- /themes/Mint-Y/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/speaker.png -------------------------------------------------------------------------------- /themes/Mint-Y/speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/speed.png -------------------------------------------------------------------------------- /themes/Mint-Y/sub_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/sub_up.png -------------------------------------------------------------------------------- /themes/Mint-Y/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/title.png -------------------------------------------------------------------------------- /themes/Mint-Y/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/trash.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_tv.png -------------------------------------------------------------------------------- /themes/Mint-Y/unload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/unload.png -------------------------------------------------------------------------------- /themes/Mint-Y/url_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/url_big.png -------------------------------------------------------------------------------- /themes/Mint-Y/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/volume.png -------------------------------------------------------------------------------- /themes/Mint-Y/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/warning.png -------------------------------------------------------------------------------- /themes/Modern/prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/prefs.png -------------------------------------------------------------------------------- /themes/Black/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/screenshot.png -------------------------------------------------------------------------------- /themes/Gonzo/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/screenshot.png -------------------------------------------------------------------------------- /themes/Mac/open_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/open_folder.png -------------------------------------------------------------------------------- /themes/Mint-Y/a_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/a_marker.png -------------------------------------------------------------------------------- /themes/Mint-Y/b_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/b_marker.png -------------------------------------------------------------------------------- /themes/Mint-Y/bluray_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/bluray_hd.png -------------------------------------------------------------------------------- /themes/Mint-Y/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/bookmarks.png -------------------------------------------------------------------------------- /themes/Mint-Y/conflict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/conflict.png -------------------------------------------------------------------------------- /themes/Mint-Y/contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/contrast.png -------------------------------------------------------------------------------- /themes/Mint-Y/delay_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/delay_up.png -------------------------------------------------------------------------------- /themes/Mint-Y/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/download.png -------------------------------------------------------------------------------- /themes/Mint-Y/dvd_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/dvd_drive.png -------------------------------------------------------------------------------- /themes/Mint-Y/equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/equalizer.png -------------------------------------------------------------------------------- /themes/Mint-Y/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/favorite.png -------------------------------------------------------------------------------- /themes/Mint-Y/forward1m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/forward1m.png -------------------------------------------------------------------------------- /themes/Mint-Y/instance1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/instance1.png -------------------------------------------------------------------------------- /themes/Mint-Y/instance2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/instance2.png -------------------------------------------------------------------------------- /themes/Mint-Y/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/keyboard.png -------------------------------------------------------------------------------- /themes/Mint-Y/open_disc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/open_disc.png -------------------------------------------------------------------------------- /themes/Mint-Y/playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/playlist.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_gui.png -------------------------------------------------------------------------------- /themes/Mint-Y/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/previous.png -------------------------------------------------------------------------------- /themes/Mint-Y/rewind10m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/rewind10m.png -------------------------------------------------------------------------------- /themes/Mint-Y/rewind10s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/rewind10s.png -------------------------------------------------------------------------------- /themes/Mint-Y/rewind1m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/rewind1m.png -------------------------------------------------------------------------------- /themes/Mint-Y/shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/shutdown.png -------------------------------------------------------------------------------- /themes/Mint-Y/stereo3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/stereo3d.png -------------------------------------------------------------------------------- /themes/Mint-Y/sub_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/sub_down.png -------------------------------------------------------------------------------- /themes/Mint-Y/toolbars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/toolbars.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_cdda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_cdda.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_dvd.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_vcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_vcd.png -------------------------------------------------------------------------------- /themes/Vista/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/screenshot.png -------------------------------------------------------------------------------- /themes/Black/download_subs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/download_subs.png -------------------------------------------------------------------------------- /themes/Black/open_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/open_folder.png -------------------------------------------------------------------------------- /themes/Black/tubebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/tubebrowser.png -------------------------------------------------------------------------------- /themes/Black/tubebrowser.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/tubebrowser.xcf -------------------------------------------------------------------------------- /themes/Gonzo/download_subs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/download_subs.png -------------------------------------------------------------------------------- /themes/Gonzo/open_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/open_folder.png -------------------------------------------------------------------------------- /themes/Mac/download_subs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/download_subs.png -------------------------------------------------------------------------------- /themes/Mac/open_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/open_favorites.png -------------------------------------------------------------------------------- /themes/Mint-Y/add_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/add_bookmark.png -------------------------------------------------------------------------------- /themes/Mint-Y/audio_track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/audio_track.png -------------------------------------------------------------------------------- /themes/Mint-Y/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/background.png -------------------------------------------------------------------------------- /themes/Mint-Y/bluray_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/bluray_drive.png -------------------------------------------------------------------------------- /themes/Mint-Y/brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/brightness.png -------------------------------------------------------------------------------- /themes/Mint-Y/cdrom_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/cdrom_drive.png -------------------------------------------------------------------------------- /themes/Mint-Y/chromecast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/chromecast.png -------------------------------------------------------------------------------- /themes/Mint-Y/clear_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/clear_left.png -------------------------------------------------------------------------------- /themes/Mint-Y/contributors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/contributors.png -------------------------------------------------------------------------------- /themes/Mint-Y/deinterlace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/deinterlace.png -------------------------------------------------------------------------------- /themes/Mint-Y/delay_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/delay_down.png -------------------------------------------------------------------------------- /themes/Mint-Y/donate_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/donate_big.png -------------------------------------------------------------------------------- /themes/Mint-Y/favorite-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/favorite-add.png -------------------------------------------------------------------------------- /themes/Mint-Y/folder_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/folder_open.png -------------------------------------------------------------------------------- /themes/Mint-Y/forward10m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/forward10m.png -------------------------------------------------------------------------------- /themes/Mint-Y/forward10s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/forward10s.png -------------------------------------------------------------------------------- /themes/Mint-Y/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/fullscreen.png -------------------------------------------------------------------------------- /themes/Mint-Y/next_aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/next_aspect.png -------------------------------------------------------------------------------- /themes/Mint-Y/open_radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/open_radio.png -------------------------------------------------------------------------------- /themes/Mint-Y/openfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/openfolder.png -------------------------------------------------------------------------------- /themes/Mint-Y/play_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/play_pause.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_devices.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_general.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_network.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_updates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_updates.png -------------------------------------------------------------------------------- /themes/Mint-Y/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/screenshot.png -------------------------------------------------------------------------------- /themes/Mint-Y/screenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/screenshots.png -------------------------------------------------------------------------------- /themes/Mint-Y/send_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/send_audio.png -------------------------------------------------------------------------------- /themes/Mint-Y/show_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/show_config.png -------------------------------------------------------------------------------- /themes/Mint-Y/stereo_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/stereo_mode.png -------------------------------------------------------------------------------- /themes/Mint-Y/tablet_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/tablet_mode.png -------------------------------------------------------------------------------- /themes/Mint-Y/translators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/translators.png -------------------------------------------------------------------------------- /themes/Mint-Y/tubebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/tubebrowser.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_audio.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_bluray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_bluray.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_unknown.png -------------------------------------------------------------------------------- /themes/Mint-Y/type_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/type_video.png -------------------------------------------------------------------------------- /themes/Mint-Y/upload_subs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/upload_subs.png -------------------------------------------------------------------------------- /themes/Mint-Y/video_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/video_size.png -------------------------------------------------------------------------------- /themes/Mint-Y/video_track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/video_track.png -------------------------------------------------------------------------------- /themes/Modern/open_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/open_folder.png -------------------------------------------------------------------------------- /themes/Modern/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/screenshot.png -------------------------------------------------------------------------------- /themes/Vista/download_subs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/download_subs.png -------------------------------------------------------------------------------- /themes/Vista/open_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/open_folder.png -------------------------------------------------------------------------------- /themes/Black/open_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/open_favorites.png -------------------------------------------------------------------------------- /themes/Black/open_favorites.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/open_favorites.xcf -------------------------------------------------------------------------------- /themes/Gonzo/open_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/open_favorites.png -------------------------------------------------------------------------------- /themes/Gonzo/open_favorites.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/open_favorites.xcf -------------------------------------------------------------------------------- /themes/Mac/control-bg-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-panel.png -------------------------------------------------------------------------------- /themes/Mint-Y/audio_channels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/audio_channels.png -------------------------------------------------------------------------------- /themes/Mint-Y/audio_filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/audio_filters.png -------------------------------------------------------------------------------- /themes/Mint-Y/check_updates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/check_updates.png -------------------------------------------------------------------------------- /themes/Mint-Y/download_subs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/download_subs.png -------------------------------------------------------------------------------- /themes/Mint-Y/input_devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/input_devices.png -------------------------------------------------------------------------------- /themes/Mint-Y/open_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/open_favorites.png -------------------------------------------------------------------------------- /themes/Mint-Y/open_playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/open_playlist.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_advanced.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_playlist.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_subtitles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_subtitles.png -------------------------------------------------------------------------------- /themes/Mint-Y/resize_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/resize_window.png -------------------------------------------------------------------------------- /themes/Mint-Y/secondary_sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/secondary_sub.png -------------------------------------------------------------------------------- /themes/Mint-Y/send_to_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/send_to_screen.png -------------------------------------------------------------------------------- /themes/Mint-Y/social_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/social_twitter.png -------------------------------------------------------------------------------- /themes/Mint-Y/update_youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/update_youtube.png -------------------------------------------------------------------------------- /themes/Mint-Y/video_filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/video_filters.png -------------------------------------------------------------------------------- /themes/Mint-Y/video_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/video_preview.png -------------------------------------------------------------------------------- /themes/Modern/download_subs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/download_subs.png -------------------------------------------------------------------------------- /themes/Modern/open_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/open_favorites.png -------------------------------------------------------------------------------- /themes/Black/control-bg-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-panel.png -------------------------------------------------------------------------------- /themes/Black/control-bg-seekbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-seekbar.png -------------------------------------------------------------------------------- /themes/Black/old/button-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/button-toolbar.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-panel.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-seekbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-seekbar.png -------------------------------------------------------------------------------- /themes/Gonzo/old/button-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/button-toolbar.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-seekbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-seekbar.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-volumebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-volumebar.png -------------------------------------------------------------------------------- /themes/Mac/control-button-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-next.png -------------------------------------------------------------------------------- /themes/Mac/control-button-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-stop.png -------------------------------------------------------------------------------- /themes/Mac/old/button-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/button-toolbar.png -------------------------------------------------------------------------------- /themes/Mac/old/control-bg-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-bg-menu.png -------------------------------------------------------------------------------- /themes/Mint-Y/audio_equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/audio_equalizer.png -------------------------------------------------------------------------------- /themes/Mint-Y/bookmark_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/bookmark_folder.png -------------------------------------------------------------------------------- /themes/Mint-Y/favorite-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/favorite-folder.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_associations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_associations.png -------------------------------------------------------------------------------- /themes/Mint-Y/pref_performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/pref_performance.png -------------------------------------------------------------------------------- /themes/Mint-Y/quick_access_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/quick_access_menu.png -------------------------------------------------------------------------------- /themes/Mint-Y/social_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/social_facebook.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-panel.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-panel.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-seekbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-seekbar.png -------------------------------------------------------------------------------- /themes/Vista/old/button-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/button-toolbar.png -------------------------------------------------------------------------------- /themes/Black/control-bg-volumebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-volumebar.png -------------------------------------------------------------------------------- /themes/Black/control-button-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-next.png -------------------------------------------------------------------------------- /themes/Black/control-button-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-stop.png -------------------------------------------------------------------------------- /themes/Black/old/control-bg-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-bg-menu.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-volumebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-volumebar.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-next.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-stop.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-bg-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-bg-menu.png -------------------------------------------------------------------------------- /themes/Gonzo/old/toolbar-splitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/toolbar-splitter.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-panel-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-panel-left.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-panel-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-panel-right.png -------------------------------------------------------------------------------- /themes/Mac/control-button-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-record.png -------------------------------------------------------------------------------- /themes/Mac/control-button-repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-repeat.png -------------------------------------------------------------------------------- /themes/Mac/control-button-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-rewind.png -------------------------------------------------------------------------------- /themes/Mac/control-button-shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-shuffle.png -------------------------------------------------------------------------------- /themes/Mac/old/control-bg-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-bg-toolbar.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-bg-seekbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-bg-seekbar.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-next.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-stop.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-seekbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-seekbar.png -------------------------------------------------------------------------------- /themes/Modern/control-button-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-next.png -------------------------------------------------------------------------------- /themes/Modern/control-button-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-stop.png -------------------------------------------------------------------------------- /themes/Modern/old/button-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/button-toolbar.png -------------------------------------------------------------------------------- /themes/Modern/old/control-bg-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-bg-menu.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-volumebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-volumebar.png -------------------------------------------------------------------------------- /themes/Vista/control-button-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-next.png -------------------------------------------------------------------------------- /themes/Vista/control-button-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-stop.png -------------------------------------------------------------------------------- /themes/Vista/old/control-bg-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-bg-menu.png -------------------------------------------------------------------------------- /themes/Black/control-bg-panel-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-panel-left.png -------------------------------------------------------------------------------- /themes/Black/control-bg-panel-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-panel-right.png -------------------------------------------------------------------------------- /themes/Black/control-bg-seekbar-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-seekbar-left.png -------------------------------------------------------------------------------- /themes/Black/control-button-playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-playlist.png -------------------------------------------------------------------------------- /themes/Black/control-button-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-previous.png -------------------------------------------------------------------------------- /themes/Black/control-button-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-record.png -------------------------------------------------------------------------------- /themes/Black/control-button-repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-repeat.png -------------------------------------------------------------------------------- /themes/Black/control-button-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-rewind.png -------------------------------------------------------------------------------- /themes/Black/control-button-shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-shuffle.png -------------------------------------------------------------------------------- /themes/Black/old/control-bg-mediabar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-bg-mediabar.png -------------------------------------------------------------------------------- /themes/Black/old/control-bg-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-bg-toolbar.png -------------------------------------------------------------------------------- /themes/Black/old/control-search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-search-icon.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-panel-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-panel-left.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-panel-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-panel-right.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-seekbar-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-seekbar-left.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-playlist.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-previous.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-record.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-repeat.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-rewind.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-shuffle.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-bg-mediabar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-bg-mediabar.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-bg-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-bg-toolbar.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-search-icon.png -------------------------------------------------------------------------------- /themes/Gonzo/old/toolbar-splitter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/toolbar-splitter2.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-seekbar-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-seekbar-left.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-seekbar-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-seekbar-right.png -------------------------------------------------------------------------------- /themes/Mac/control-button-equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-equalizer.png -------------------------------------------------------------------------------- /themes/Mac/control-button-fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-fullscreen.png -------------------------------------------------------------------------------- /themes/Mac/control-button-max-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-max-volume.png -------------------------------------------------------------------------------- /themes/Mac/control-button-min-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-min-volume.png -------------------------------------------------------------------------------- /themes/Mac/control-button-play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-play-pause.png -------------------------------------------------------------------------------- /themes/Mac/control-button-playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-playlist.png -------------------------------------------------------------------------------- /themes/Mac/control-button-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-previous.png -------------------------------------------------------------------------------- /themes/Mac/control-button-seek-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-seek-knob.png -------------------------------------------------------------------------------- /themes/Mac/old/control-bg-mediabar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-bg-mediabar.png -------------------------------------------------------------------------------- /themes/Mac/old/control-bg-search-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-bg-search-box.png -------------------------------------------------------------------------------- /themes/Mac/old/control-search-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-search-arrow.png -------------------------------------------------------------------------------- /themes/Mac/old/control-search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-search-icon.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-bg-volumebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-bg-volumebar.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-record.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-repeat.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-rewind.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-shuffle.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-panel-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-panel-left.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-panel-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-panel-right.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-volumebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-volumebar.png -------------------------------------------------------------------------------- /themes/Modern/control-button-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-record.png -------------------------------------------------------------------------------- /themes/Modern/control-button-repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-repeat.png -------------------------------------------------------------------------------- /themes/Modern/control-button-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-rewind.png -------------------------------------------------------------------------------- /themes/Modern/control-button-shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-shuffle.png -------------------------------------------------------------------------------- /themes/Modern/old/control-bg-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-bg-toolbar.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-panel-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-panel-left.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-panel-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-panel-right.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-seekbar-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-seekbar-left.png -------------------------------------------------------------------------------- /themes/Vista/control-button-playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-playlist.png -------------------------------------------------------------------------------- /themes/Vista/control-button-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-previous.png -------------------------------------------------------------------------------- /themes/Vista/control-button-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-record.png -------------------------------------------------------------------------------- /themes/Vista/control-button-repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-repeat.png -------------------------------------------------------------------------------- /themes/Vista/control-button-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-rewind.png -------------------------------------------------------------------------------- /themes/Vista/control-button-shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-shuffle.png -------------------------------------------------------------------------------- /themes/Vista/old/control-bg-mediabar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-bg-mediabar.png -------------------------------------------------------------------------------- /themes/Vista/old/control-bg-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-bg-toolbar.png -------------------------------------------------------------------------------- /themes/Vista/old/control-search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-search-icon.png -------------------------------------------------------------------------------- /themes/Black/control-bg-seekbar-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-seekbar-right.png -------------------------------------------------------------------------------- /themes/Black/control-button-equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-equalizer.png -------------------------------------------------------------------------------- /themes/Black/control-button-fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-fullscreen.png -------------------------------------------------------------------------------- /themes/Black/control-button-max-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-max-volume.png -------------------------------------------------------------------------------- /themes/Black/control-button-min-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-min-volume.png -------------------------------------------------------------------------------- /themes/Black/control-button-play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-play-pause.png -------------------------------------------------------------------------------- /themes/Black/control-button-seek-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-seek-knob.png -------------------------------------------------------------------------------- /themes/Black/old/control-bg-search-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-bg-search-box.png -------------------------------------------------------------------------------- /themes/Black/old/control-search-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-search-arrow.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-seekbar-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-seekbar-right.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-equalizer.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-fullscreen.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-max-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-max-volume.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-min-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-min-volume.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-play-pause.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-seek-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-seek-knob.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-bg-search-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-bg-search-box.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-search-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-search-arrow.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-seekbar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-seekbar-progress.png -------------------------------------------------------------------------------- /themes/Mac/control-button-fastforward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-fastforward.png -------------------------------------------------------------------------------- /themes/Mac/control-button-volume-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-button-volume-knob.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-bg-seekbar-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-bg-seekbar-left.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-bg-seekbar-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-bg-seekbar-right.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-equalizer.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-playlist.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-previous.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-seek-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-seek-knob.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-seekbar-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-seekbar-left.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-seekbar-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-seekbar-right.png -------------------------------------------------------------------------------- /themes/Modern/control-button-equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-equalizer.png -------------------------------------------------------------------------------- /themes/Modern/control-button-playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-playlist.png -------------------------------------------------------------------------------- /themes/Modern/control-button-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-previous.png -------------------------------------------------------------------------------- /themes/Modern/control-button-seek-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-seek-knob.png -------------------------------------------------------------------------------- /themes/Modern/old/control-bg-mediabar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-bg-mediabar.png -------------------------------------------------------------------------------- /themes/Modern/old/control-bg-toolbar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-bg-toolbar2.png -------------------------------------------------------------------------------- /themes/Modern/old/control-search-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-search-arrow.png -------------------------------------------------------------------------------- /themes/Modern/old/control-search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-search-icon.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-seekbar-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-seekbar-right.png -------------------------------------------------------------------------------- /themes/Vista/control-button-equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-equalizer.png -------------------------------------------------------------------------------- /themes/Vista/control-button-fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-fullscreen.png -------------------------------------------------------------------------------- /themes/Vista/control-button-max-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-max-volume.png -------------------------------------------------------------------------------- /themes/Vista/control-button-min-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-min-volume.png -------------------------------------------------------------------------------- /themes/Vista/control-button-play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-play-pause.png -------------------------------------------------------------------------------- /themes/Vista/control-button-seek-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-seek-knob.png -------------------------------------------------------------------------------- /themes/Vista/old/control-bg-search-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-bg-search-box.png -------------------------------------------------------------------------------- /themes/Vista/old/control-search-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-search-arrow.png -------------------------------------------------------------------------------- /themes/Black/control-bg-seekbar-buffering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-seekbar-buffering.png -------------------------------------------------------------------------------- /themes/Black/control-bg-seekbar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-seekbar-progress.png -------------------------------------------------------------------------------- /themes/Black/control-button-fastforward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-fastforward.png -------------------------------------------------------------------------------- /themes/Black/control-button-volume-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-button-volume-knob.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-seekbar-buffering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-seekbar-buffering.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-seekbar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-seekbar-progress.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-fastforward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-fastforward.png -------------------------------------------------------------------------------- /themes/Gonzo/control-button-volume-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-button-volume-knob.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-seekbar-buffering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-seekbar-buffering.png -------------------------------------------------------------------------------- /themes/Mac/control-bg-volumebar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/control-bg-volumebar-progress.png -------------------------------------------------------------------------------- /themes/Mac/old/control-bg-search-box-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-bg-search-box-left.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-bg-seekbar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-bg-seekbar-progress.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-fastforward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-fastforward.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-fullscreen.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-max-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-max-volume.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-min-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-min-volume.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-play-pause.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-button-volume-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-button-volume-knob.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-seekbar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-seekbar-progress.png -------------------------------------------------------------------------------- /themes/Modern/control-button-fastforward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-fastforward.png -------------------------------------------------------------------------------- /themes/Modern/control-button-fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-fullscreen.png -------------------------------------------------------------------------------- /themes/Modern/control-button-max-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-max-volume.png -------------------------------------------------------------------------------- /themes/Modern/control-button-min-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-min-volume.png -------------------------------------------------------------------------------- /themes/Modern/control-button-play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-play-pause.png -------------------------------------------------------------------------------- /themes/Modern/control-button-volume-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-button-volume-knob.png -------------------------------------------------------------------------------- /themes/Modern/old/control-bg-search-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-bg-search-box.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-seekbar-buffering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-seekbar-buffering.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-seekbar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-seekbar-progress.png -------------------------------------------------------------------------------- /themes/Vista/control-button-fastforward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-fastforward.png -------------------------------------------------------------------------------- /themes/Vista/control-button-volume-knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-button-volume-knob.png -------------------------------------------------------------------------------- /themes/Black/control-bg-volumebar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/control-bg-volumebar-progress.png -------------------------------------------------------------------------------- /themes/Black/old/control-bg-search-box-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-bg-search-box-left.png -------------------------------------------------------------------------------- /themes/Gonzo/control-bg-volumebar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/control-bg-volumebar-progress.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-bg-search-box-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-bg-search-box-left.png -------------------------------------------------------------------------------- /themes/Mac/old/control-bg-search-box-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mac/old/control-bg-search-box-right.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-bg-seekbar-buffering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-bg-seekbar-buffering.png -------------------------------------------------------------------------------- /themes/Mint-Y/control-bg-volumebar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Mint-Y/control-bg-volumebar-progress.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-seekbar-buffering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-seekbar-buffering.png -------------------------------------------------------------------------------- /themes/Modern/control-bg-volumebar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/control-bg-volumebar-progress.png -------------------------------------------------------------------------------- /themes/Vista/control-bg-volumebar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/control-bg-volumebar-progress.png -------------------------------------------------------------------------------- /themes/Vista/old/control-bg-search-box-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-bg-search-box-left.png -------------------------------------------------------------------------------- /themes/Black/old/control-bg-search-box-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Black/old/control-bg-search-box-right.png -------------------------------------------------------------------------------- /themes/Gonzo/old/control-bg-search-box-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Gonzo/old/control-bg-search-box-right.png -------------------------------------------------------------------------------- /themes/Modern/old/control-bg-search-box-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-bg-search-box-left.png -------------------------------------------------------------------------------- /themes/Modern/old/control-bg-search-box-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Modern/old/control-bg-search-box-right.png -------------------------------------------------------------------------------- /themes/Vista/old/control-bg-search-box-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smplayer-dev/smplayer-skins/HEAD/themes/Vista/old/control-bg-search-box-right.png -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- 1 | These are skin themes for smplayer. 2 | They were taken from umplayer (http://www.umplayer.com). 3 | The license of umplayer is GPL. 4 | 5 | Some icons taken from smplayer-themes. 6 | -------------------------------------------------------------------------------- /create_deb.sh: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | ln -s debian-orig debian 4 | 5 | #dpkg-buildpackage -rfakeroot 6 | 7 | # This should be faster: 8 | rm build-stamp 9 | fakeroot debian/rules build 10 | fakeroot debian/rules binary 11 | 12 | dh_clean 13 | rm debian 14 | -------------------------------------------------------------------------------- /themes/Mint-Y/README.txt: -------------------------------------------------------------------------------- 1 | Theme created by Mahdi Abdelkhalek 2 | a.mehdi@mail.com 3 | License: GNU GENERAL PUBLIC LICENSE Version 3 4 | 5 | Icons taken from Mint-Y-icons (Creative Commons Attribution-ShareAlike 4.0, https://github.com/linuxmint/mint-y-icons) 6 | and 7 | Adwaita Icon Theme (GNU LGPL v3 / Creative Commons Attribution-Share Alike 3.0, https://gitlab.gnome.org/GNOME/adwaita-icon-theme) 8 | -------------------------------------------------------------------------------- /Changelog.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | ## [20.11.0] - 2020-11-07 4 | - New theme Mint-Y by Mahdi Abdelkhalek. 5 | 6 | ## [15.2.0] - 2015-02-03 7 | - Replace some background images with gradients. 8 | 9 | ## [14.9.0] - 2014-09-06 10 | - Now all the icons are packaged in resource files (*.rcc). 11 | - A few improvements in the current skins, like adding some black and white 12 | icons to the Black skin. 13 | 14 | ## [20130605] - 2013-06-05 15 | - Add color for panel-resolution. 16 | 17 | ## [20121029] - 2012-10-29 18 | - Fix the info and screenshot icons in the Black skin. 19 | 20 | ## [20121028] - 2012-10-28 21 | - Add skins from umplayer. 22 | -------------------------------------------------------------------------------- /themes/Makefile: -------------------------------------------------------------------------------- 1 | all: Black/Black.rcc Gonzo/Gonzo.rcc Mac/Mac.rcc Mint-Y/Mint-Y.rcc Modern/Modern.rcc Vista/Vista.rcc 2 | 3 | Black/Black.rcc: Black.qrc 4 | rcc -binary Black.qrc -o Black/Black.rcc 5 | 6 | Gonzo/Gonzo.rcc: Gonzo.qrc 7 | rcc -binary Gonzo.qrc -o Gonzo/Gonzo.rcc 8 | 9 | Mac/Mac.rcc: Mac.qrc 10 | rcc -binary Mac.qrc -o Mac/Mac.rcc 11 | 12 | Mint-Y/Mint-Y.rcc: Mint-Y.qrc 13 | rcc -binary Mint-Y.qrc -o Mint-Y/Mint-Y.rcc 14 | 15 | Modern/Modern.rcc: Modern.qrc 16 | rcc -binary Modern.qrc -o Modern/Modern.rcc 17 | 18 | Vista/Vista.rcc: Vista.qrc 19 | rcc -binary Vista.qrc -o Vista/Vista.rcc 20 | 21 | clean: 22 | -rm Black/Black.rcc 23 | -rm Gonzo/Gonzo.rcc 24 | -rm Mac/Mac.rcc 25 | -rm Mint-Y/Mint-Y.rcc 26 | -rm Modern/Modern.rcc 27 | -rm Vista/Vista.rcc 28 | -------------------------------------------------------------------------------- /debian-orig/control: -------------------------------------------------------------------------------- 1 | Source: smplayer-skins 2 | Section: graphics 3 | Priority: extra 4 | Maintainer: Ricardo Villalba 5 | Build-Depends: debhelper (>= 9), libqt4-dev 6 | #Build-Depends: debhelper (>= 9), qtbase5-dev-tools 7 | Standards-Version: 3.9.7 8 | 9 | Package: smplayer-skins 10 | Architecture: all 11 | Depends: smplayer (>= 14.9.0) 12 | Description: Skin themes for SMPlayer 13 | SMPlayer is a graphical user interface (GUI) for the award-winning mplayer 14 | and also for mpv. But apart from providing access for the most common 15 | and useful options of mplayer and mpv, SMPlayer adds other interesting features 16 | like the possibility to play Youtube videos or search and download subtitles. 17 | One of the main features is the ability to remember the state of a 18 | played file, so when you play it later it will be resumed at the same point 19 | and with the same settings. 20 | . 21 | This package provides skins for SMPlayer. 22 | -------------------------------------------------------------------------------- /debian-orig/copyright: -------------------------------------------------------------------------------- 1 | This is smplayer-skins, written and maintained by ricardo 2 | on Sun, 28 Oct 2012 13:56:59 +0100. 3 | 4 | The original source can always be found at: 5 | ftp://ftp.debian.org/dists/unstable/main/source/ 6 | 7 | Copyright Holder: Ricardo Villalba 8 | 9 | License: 10 | 11 | This program is free software; you can redistribute it and/or modify 12 | it under the terms of the GNU General Public License as published by 13 | the Free Software Foundation; either version 2 of the License, or 14 | (at your option) any later version. 15 | 16 | This program is distributed in the hope that it will be useful, 17 | but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | GNU General Public License for more details. 20 | 21 | You should have received a copy of the GNU General Public License 22 | along with this package; if not, write to the Free Software 23 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 | 25 | On Debian systems, the complete text of the GNU General 26 | Public License can be found in `/usr/share/common-licenses/GPL'. 27 | -------------------------------------------------------------------------------- /debian-orig/changelog: -------------------------------------------------------------------------------- 1 | smplayer-skins (2:20.11.0) xenial; urgency=low 2 | 3 | * New theme Mint-Y by Mahdi Abdelkhalek. 4 | 5 | -- Ricardo Villalba Sat, 07 Nov 2020 15:47:44 +0100 6 | 7 | smplayer-skins (2:15.2.0) precise; urgency=low 8 | 9 | * Replace some background images with gradients. 10 | 11 | -- Ricardo Villalba Tue, 03 Feb 2015 01:49:32 +0100 12 | 13 | smplayer-skins (2:14.9.0) precise; urgency=low 14 | 15 | * Now all the icons are packaged in resource files (*.rcc). 16 | * A few improvements in the current skins, like adding some black and white 17 | icons to the Black skin. 18 | 19 | -- Ricardo Villalba Tue, 19 Aug 2014 04:36:42 +0200 20 | 21 | smplayer-skins (1:20130605) precise; urgency=low 22 | 23 | * Add color for panel-resolution. 24 | 25 | -- Ricardo Villalba Wed, 05 Jun 2013 01:27:37 +0200 26 | 27 | smplayer-skins (1:20121029) precise; urgency=low 28 | 29 | * Fix the info and screenshot icons in the Black skin. 30 | 31 | -- Ricardo Villalba Tue, 30 Oct 2012 01:43:51 +0100 32 | 33 | smplayer-skins (1:20121028) hardy; urgency=low 34 | 35 | * Add skins from umplayer (http://www.umplayer.com) 36 | 37 | -- Ricardo Villalba Sun, 28 Oct 2012 13:55:22 +0100 38 | 39 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | 2 | PREFIX?=/usr/local 3 | #PREFIX=/tmp/smplayer 4 | 5 | THEMES_PATH=$(DESTDIR)$(PREFIX)/share/smplayer/themes 6 | 7 | all: 8 | cd themes && make 9 | 10 | install: 11 | -install -d $(THEMES_PATH) 12 | 13 | - mkdir $(THEMES_PATH)/Black 14 | install -m 644 themes/Black/Black.rcc $(THEMES_PATH)/Black/ 15 | install -m 644 themes/Black/main.css $(THEMES_PATH)/Black/ 16 | 17 | - mkdir $(THEMES_PATH)/Gonzo 18 | install -m 644 themes/Gonzo/Gonzo.rcc $(THEMES_PATH)/Gonzo/ 19 | install -m 644 themes/Gonzo/main.css $(THEMES_PATH)/Gonzo/ 20 | 21 | - mkdir $(THEMES_PATH)/Mac 22 | install -m 644 themes/Mac/Mac.rcc $(THEMES_PATH)/Mac/ 23 | install -m 644 themes/Mac/main.css $(THEMES_PATH)/Mac/ 24 | 25 | - mkdir $(THEMES_PATH)/Modern 26 | install -m 644 themes/Modern/Modern.rcc $(THEMES_PATH)/Modern/ 27 | install -m 644 themes/Modern/main.css $(THEMES_PATH)/Modern/ 28 | 29 | - mkdir $(THEMES_PATH)/Vista 30 | install -m 644 themes/Vista/Vista.rcc $(THEMES_PATH)/Vista/ 31 | install -m 644 themes/Vista/main.css $(THEMES_PATH)/Vista/ 32 | 33 | - mkdir $(THEMES_PATH)/Mint-Y 34 | install -m 644 themes/Mint-Y/Mint-Y.rcc $(THEMES_PATH)/Mint-Y/ 35 | install -m 644 themes/Mint-Y/README.txt $(THEMES_PATH)/Mint-Y/ 36 | install -m 644 themes/Mint-Y/main.css $(THEMES_PATH)/Mint-Y/ 37 | 38 | clean: 39 | cd themes && make clean 40 | 41 | uninstall: 42 | # -rm -r $(THEMES_PATH)/* 43 | # -rmdir $(THEMES_PATH)/ 44 | -------------------------------------------------------------------------------- /smplayer-skins.spec: -------------------------------------------------------------------------------- 1 | %define name smplayer-skins 2 | %define version 15.2.0 3 | %define release rvm 4 | 5 | Name: %{name} 6 | Summary: Skins for SMPlayer 7 | License: GPL 8 | Group: Applications/Multimedia 9 | URL: http://smplayer.sourceforge.net/ 10 | Version: %{version} 11 | Release: %{release} 12 | 13 | Source0: %{name}-%{version}.tar.bz2 14 | 15 | Packager: Ricardo Villalba 16 | Distribution: SUSE Linux 9.2 (i586) 17 | BuildRoot: %{_tmppath}/%{name}-buildroot 18 | BuildArchitectures: noarch 19 | Autoreqprov: On 20 | Requires: smplayer >= 0.8.2 21 | 22 | %description 23 | This package provides skin themes for SMPlayer. 24 | SMPlayer is a graphical user interface (GUI) for the award-winning mplayer 25 | and also for mpv. But apart from providing access for the most common 26 | and useful options of mplayer and mpv, SMPlayer adds other interesting features 27 | like the possibility to play Youtube videos or search and download subtitles. 28 | One of the main features is the ability to remember the state of a 29 | played file, so when you play it later it will be resumed at the same point 30 | and with the same settings. 31 | 32 | %prep 33 | %setup -q 34 | 35 | %install 36 | make PREFIX=/usr DESTDIR=%{?buildroot:%{buildroot}} install 37 | 38 | %clean 39 | rm -rf $RPM_BUILD_ROOT 40 | 41 | %files 42 | %attr (-,root,root) /* 43 | 44 | %changelog 45 | * Sun Oct 28 2012 Ricardo Villalba 46 | - first spec file 47 | -------------------------------------------------------------------------------- /themes/Mac.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | Mac/control-bg-panel-left.png 4 | Mac/control-bg-panel-right.png 5 | Mac/control-bg-panel.png 6 | Mac/control-bg-seekbar-buffering.png 7 | Mac/control-bg-seekbar-left.png 8 | Mac/control-bg-seekbar-progress.png 9 | Mac/control-bg-seekbar-right.png 10 | Mac/control-bg-seekbar.png 11 | Mac/control-bg-volumebar-progress.png 12 | Mac/control-bg-volumebar.png 13 | Mac/control-button-equalizer.png 14 | Mac/control-button-fastforward.png 15 | Mac/control-button-fullscreen.png 16 | Mac/control-button-max-volume.png 17 | Mac/control-button-min-volume.png 18 | Mac/control-button-next.png 19 | Mac/control-button-play-pause.png 20 | Mac/control-button-playlist.png 21 | Mac/control-button-previous.png 22 | Mac/control-button-record.png 23 | Mac/control-button-repeat.png 24 | Mac/control-button-rewind.png 25 | Mac/control-button-seek-knob.png 26 | Mac/control-button-shuffle.png 27 | Mac/control-button-stop.png 28 | Mac/control-button-volume-knob.png 29 | Mac/download_subs.png 30 | Mac/dvd.png 31 | Mac/info.png 32 | Mac/open.png 33 | Mac/open_favorites.png 34 | Mac/open_folder.png 35 | Mac/prefs.png 36 | Mac/screenshot.png 37 | Mac/url.png 38 | 39 | 40 | -------------------------------------------------------------------------------- /themes/Vista.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | Vista/control-bg-panel-left.png 4 | Vista/control-bg-panel-right.png 5 | Vista/control-bg-panel.png 6 | Vista/control-bg-seekbar-buffering.png 7 | Vista/control-bg-seekbar-left.png 8 | Vista/control-bg-seekbar-progress.png 9 | Vista/control-bg-seekbar-right.png 10 | Vista/control-bg-seekbar.png 11 | Vista/control-bg-volumebar-progress.png 12 | Vista/control-bg-volumebar.png 13 | Vista/control-button-equalizer.png 14 | Vista/control-button-fastforward.png 15 | Vista/control-button-fullscreen.png 16 | Vista/control-button-max-volume.png 17 | Vista/control-button-min-volume.png 18 | Vista/control-button-next.png 19 | Vista/control-button-play-pause.png 20 | Vista/control-button-playlist.png 21 | Vista/control-button-previous.png 22 | Vista/control-button-record.png 23 | Vista/control-button-repeat.png 24 | Vista/control-button-rewind.png 25 | Vista/control-button-seek-knob.png 26 | Vista/control-button-shuffle.png 27 | Vista/control-button-stop.png 28 | Vista/control-button-volume-knob.png 29 | Vista/download_subs.png 30 | Vista/dvd.png 31 | Vista/info.png 32 | Vista/open.png 33 | Vista/open_folder.png 34 | Vista/prefs.png 35 | Vista/screenshot.png 36 | Vista/url.png 37 | 38 | 39 | -------------------------------------------------------------------------------- /themes/Gonzo.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | Gonzo/control-bg-panel-left.png 4 | Gonzo/control-bg-panel-right.png 5 | Gonzo/control-bg-panel.png 6 | Gonzo/control-bg-seekbar-buffering.png 7 | Gonzo/control-bg-seekbar-left.png 8 | Gonzo/control-bg-seekbar-progress.png 9 | Gonzo/control-bg-seekbar-right.png 10 | Gonzo/control-bg-seekbar.png 11 | Gonzo/control-bg-volumebar-progress.png 12 | Gonzo/control-bg-volumebar.png 13 | Gonzo/control-button-equalizer.png 14 | Gonzo/control-button-fastforward.png 15 | Gonzo/control-button-fullscreen.png 16 | Gonzo/control-button-max-volume.png 17 | Gonzo/control-button-min-volume.png 18 | Gonzo/control-button-next.png 19 | Gonzo/control-button-play-pause.png 20 | Gonzo/control-button-playlist.png 21 | Gonzo/control-button-previous.png 22 | Gonzo/control-button-record.png 23 | Gonzo/control-button-repeat.png 24 | Gonzo/control-button-rewind.png 25 | Gonzo/control-button-seek-knob.png 26 | Gonzo/control-button-shuffle.png 27 | Gonzo/control-button-stop.png 28 | Gonzo/control-button-volume-knob.png 29 | Gonzo/download_subs.png 30 | Gonzo/dvd.png 31 | Gonzo/info.png 32 | Gonzo/open.png 33 | Gonzo/open_favorites.png 34 | Gonzo/open_folder.png 35 | Gonzo/prefs.png 36 | Gonzo/screenshot.png 37 | Gonzo/url.png 38 | 39 | 40 | -------------------------------------------------------------------------------- /themes/Modern.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | Modern/control-bg-panel-left.png 4 | Modern/control-bg-panel-right.png 5 | Modern/control-bg-panel.png 6 | Modern/control-bg-seekbar-buffering.png 7 | Modern/control-bg-seekbar-left.png 8 | Modern/control-bg-seekbar-progress.png 9 | Modern/control-bg-seekbar-right.png 10 | Modern/control-bg-seekbar.png 11 | Modern/control-bg-volumebar-progress.png 12 | Modern/control-bg-volumebar.png 13 | Modern/control-button-equalizer.png 14 | Modern/control-button-fastforward.png 15 | Modern/control-button-fullscreen.png 16 | Modern/control-button-max-volume.png 17 | Modern/control-button-min-volume.png 18 | Modern/control-button-next.png 19 | Modern/control-button-play-pause.png 20 | Modern/control-button-playlist.png 21 | Modern/control-button-previous.png 22 | Modern/control-button-record.png 23 | Modern/control-button-repeat.png 24 | Modern/control-button-rewind.png 25 | Modern/control-button-seek-knob.png 26 | Modern/control-button-shuffle.png 27 | Modern/control-button-stop.png 28 | Modern/control-button-volume-knob.png 29 | Modern/download_subs.png 30 | Modern/dvd.png 31 | Modern/info.png 32 | Modern/open.png 33 | Modern/open_favorites.png 34 | Modern/open_folder.png 35 | Modern/prefs.png 36 | Modern/screenshot.png 37 | Modern/url.png 38 | 39 | 40 | -------------------------------------------------------------------------------- /themes/Black.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | Black/control-bg-panel-left.png 4 | Black/control-bg-panel-right.png 5 | Black/control-bg-panel.png 6 | Black/control-bg-seekbar-buffering.png 7 | Black/control-bg-seekbar-left.png 8 | Black/control-bg-seekbar-progress.png 9 | Black/control-bg-seekbar-right.png 10 | Black/control-bg-seekbar.png 11 | Black/control-bg-volumebar-progress.png 12 | Black/control-bg-volumebar.png 13 | Black/control-button-equalizer.png 14 | Black/control-button-fastforward.png 15 | Black/control-button-fullscreen.png 16 | Black/control-button-max-volume.png 17 | Black/control-button-min-volume.png 18 | Black/control-button-next.png 19 | Black/control-button-play-pause.png 20 | Black/control-button-playlist.png 21 | Black/control-button-previous.png 22 | Black/control-button-record.png 23 | Black/control-button-repeat.png 24 | Black/control-button-rewind.png 25 | Black/control-button-seek-knob.png 26 | Black/control-button-shuffle.png 27 | Black/control-button-stop.png 28 | Black/control-button-volume-knob.png 29 | Black/download_subs.png 30 | Black/dvd.png 31 | Black/info.png 32 | Black/open.png 33 | Black/open_favorites.png 34 | Black/open_folder.png 35 | Black/prefs.png 36 | Black/screenshot.png 37 | Black/tubebrowser.png 38 | Black/url.png 39 | 40 | 41 | -------------------------------------------------------------------------------- /themes/Mint-Y/main.css: -------------------------------------------------------------------------------- 1 | #menubar{ 2 | color: #404040; 3 | background-color: #d9d9d9; 4 | } 5 | 6 | #menubar::item { 7 | background: transparent; 8 | } 9 | 10 | #menubar::item:selected { 11 | background: #c8c8c8; 12 | } 13 | 14 | #menubar::item:pressed { 15 | background: #b7b7b7; 16 | } 17 | 18 | IconSetter { 19 | qproperty-backward: url(control-button-rewind.png); 20 | qproperty-previous: url(control-button-previous.png); 21 | qproperty-playPause: url(control-button-play-pause.png); 22 | qproperty-stop: url(control-button-stop.png); 23 | qproperty-record: url(control-button-record.png); 24 | qproperty-next: url(control-button-next.png); 25 | qproperty-forward: url(control-button-fastforward.png); 26 | qproperty-repeat: url(control-button-repeat.png); 27 | qproperty-shuffle: url(control-button-shuffle.png); 28 | } 29 | 30 | #toolbar { 31 | border-style: none; 32 | background-color: #d9d9d9; 33 | } 34 | 35 | #toolbar > QToolButton:hover { 36 | border-style: none; 37 | background: #c8c8c8; 38 | } 39 | 40 | MediaBarPanel { 41 | background-color: #d9d9d9; 42 | } 43 | 44 | MediaPanel { 45 | qproperty-bgLeft: url(control-bg-panel-left.png); 46 | qproperty-bgRight: url(control-bg-panel-right.png); 47 | qproperty-bgCenter: url(control-bg-panel.png); 48 | } 49 | 50 | #panel-main-label { 51 | color: #404040; 52 | } 53 | 54 | #panel-resolution { 55 | color: #404040; 56 | } 57 | 58 | #panel-seeker { 59 | qproperty-left: url(control-bg-seekbar-left.png); 60 | qproperty-center: url(control-bg-seekbar.png); 61 | qproperty-right: url(control-bg-seekbar-right.png); 62 | qproperty-knob: url(control-button-seek-knob.png); 63 | qproperty-progress: url(control-bg-seekbar-progress.png); 64 | qproperty-buffering: url(control-bg-seekbar-buffering.png); 65 | } 66 | 67 | #volume-control-panel { 68 | qproperty-mute: url(control-button-min-volume.png); 69 | qproperty-max: url(control-button-max-volume.png); 70 | qproperty-fullscreen: url(control-button-fullscreen.png); 71 | qproperty-playlist: url(control-button-playlist.png); 72 | qproperty-equalizer: url(control-button-equalizer.png); 73 | qproperty-volumebar: url(control-bg-volumebar.png); 74 | qproperty-volumebarProgress: url(control-bg-volumebar-progress.png); 75 | qproperty-volumeKnob: url(control-button-volume-knob.png); 76 | } 77 | 78 | #panel-elapsed-label { 79 | color: #404040; 80 | } 81 | 82 | #panel-total-label { 83 | color: #404040; 84 | } 85 | 86 | -------------------------------------------------------------------------------- /themes/Black/main.css: -------------------------------------------------------------------------------- 1 | #menubar{ 2 | color: #9d9d9d; 3 | /* 4 | background-color: #dcdcdc; 5 | background-image: url(control-bg-menu.png); 6 | background-repeat:repeat-x; 7 | */ 8 | background-color: black; 9 | border-style: none; 10 | } 11 | 12 | #menubar::item { 13 | background: transparent; 14 | } 15 | 16 | #menubar::item:selected { 17 | background: #f9f9f9; 18 | } 19 | 20 | #menubar::item:pressed { 21 | background: #3a3a3a; 22 | } 23 | 24 | IconSetter { 25 | /* qproperty-toolbar: url(control-button-toolbar.png); */ 26 | qproperty-backward: url(control-button-rewind.png); 27 | qproperty-previous: url(control-button-previous.png); 28 | qproperty-playPause: url(control-button-play-pause.png); 29 | qproperty-stop: url(control-button-stop.png); 30 | qproperty-record: url(control-button-record.png); 31 | qproperty-next: url(control-button-next.png); 32 | qproperty-forward: url(control-button-fastforward.png); 33 | qproperty-repeat: url(control-button-repeat.png); 34 | qproperty-shuffle: url(control-button-shuffle.png); 35 | } 36 | 37 | #toolbar { 38 | /* background-image: url(control-bg-toolbar.png); */ 39 | background-color: black; 40 | border-style: none; 41 | } 42 | 43 | #toolbar > QToolButton:hover { 44 | border-style: none; 45 | } 46 | 47 | MediaBarPanel { 48 | /* 49 | background-image: url(control-bg-mediabar.png); 50 | background-repeat:repeat-x; 51 | */ 52 | background-color: black; 53 | } 54 | 55 | MediaPanel { 56 | qproperty-bgLeft: url(control-bg-panel-left.png); 57 | qproperty-bgRight: url(control-bg-panel-right.png); 58 | qproperty-bgCenter: url(control-bg-panel.png); 59 | } 60 | 61 | #panel-main-label { 62 | color: #b8b8b8; 63 | } 64 | 65 | #panel-resolution { 66 | color: #b8b8b8; 67 | } 68 | 69 | #panel-seeker { 70 | qproperty-left: url(control-bg-seekbar-left.png); 71 | qproperty-center: url(control-bg-seekbar.png); 72 | qproperty-right: url(control-bg-seekbar-right.png); 73 | qproperty-knob: url(control-button-seek-knob.png); 74 | qproperty-progress: url(control-bg-seekbar-progress.png); 75 | qproperty-buffering: url(control-bg-seekbar-buffering.png); 76 | } 77 | 78 | #volume-control-panel { 79 | qproperty-mute: url(control-button-min-volume.png); 80 | qproperty-max: url(control-button-max-volume.png); 81 | qproperty-fullscreen: url(control-button-fullscreen.png); 82 | qproperty-playlist: url(control-button-playlist.png); 83 | qproperty-equalizer: url(control-button-equalizer.png); 84 | qproperty-volumebar: url(control-bg-volumebar.png); 85 | qproperty-volumebarProgress: url(control- bg-volumebar-progress.png); 86 | qproperty-volumeKnob: url(control-button-volume-knob.png); 87 | } 88 | 89 | #panel-elapsed-label { 90 | color: #b8b8b8; 91 | } 92 | 93 | #panel-total-label { 94 | color: #b8b8b8; 95 | } 96 | 97 | /* 98 | #search-box { 99 | qproperty-bgLeft: url(control-bg-search-box-left.png); 100 | qproperty-bgRight: url(control-bg-search-box-right.png); 101 | qproperty-bgCenter: url(control-bg-search-box.png); 102 | qproperty-arrow: url(control-search-arrow.png); 103 | qproperty-search: url(control-search-icon.png); 104 | qproperty-youtube: url(control-search-youtube.png); 105 | qproperty-shoutcast: url(control-search-shoutcast.png); 106 | } 107 | 108 | #search-box #input 109 | { 110 | color: #9d9c9a; 111 | } 112 | */ 113 | 114 | QMenu { 115 | background-color: #202020; 116 | color: #9d9d9d; 117 | } 118 | 119 | QMenu::item:selected { 120 | background: #f9f9f9; 121 | } 122 | -------------------------------------------------------------------------------- /themes/Vista/main.css: -------------------------------------------------------------------------------- 1 | #menubar{ 2 | color: #000000; 3 | /* 4 | background-color: #dcdcdc; 5 | background-image: url(control-bg-menu.png); 6 | background-repeat:repeat-x; 7 | */ 8 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #feffff, stop: 0.08 #fafbfd, stop: 0.33 #e5eaf5, stop: 0.42 #d4dbed, stop: 0.96 #e1e6f6, stop: 1 #b6bccc); 9 | border-style: none; 10 | } 11 | 12 | #menubar::item { 13 | background: transparent; 14 | } 15 | 16 | #menubar::item:selected { 17 | background: #a8a8a8; 18 | } 19 | 20 | #menubar::item:pressed { 21 | background: #888888; 22 | } 23 | 24 | IconSetter { 25 | /* qproperty-toolbar: url(control-button-toolbar.png); */ 26 | qproperty-backward: url(control-button-rewind.png); 27 | qproperty-previous: url(control-button-previous.png); 28 | qproperty-playPause: url(control-button-play-pause.png); 29 | qproperty-stop: url(control-button-stop.png); 30 | qproperty-record: url(control-button-record.png); 31 | qproperty-next: url(control-button-next.png); 32 | qproperty-forward: url(control-button-fastforward.png); 33 | qproperty-repeat: url(control-button-repeat.png); 34 | qproperty-shuffle: url(control-button-shuffle.png); 35 | } 36 | 37 | #toolbar { 38 | /* background-image: url(control-bg-toolbar.png); */ 39 | border-style: none; 40 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #d3daed, stop: 0.44 #d4dbee, stop: 0.97 #e0e5f5, stop: 1 #b6bccc); 41 | } 42 | 43 | #toolbar > QToolButton:hover { 44 | border-style: none; 45 | } 46 | 47 | MediaBarPanel { 48 | /* 49 | background-image: url(control-bg-mediabar.png); 50 | background-repeat:repeat-x; 51 | */ 52 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dfe5f1, stop: 0.02 #e8ecf7, stop: 1 #e8ecf7); 53 | } 54 | 55 | MediaPanel { 56 | qproperty-bgLeft: url(control-bg-panel-left.png); 57 | qproperty-bgRight: url(control-bg-panel-right.png); 58 | qproperty-bgCenter: url(control-bg-panel.png); 59 | } 60 | 61 | #panel-main-label { 62 | color: #355e94; 63 | } 64 | 65 | #panel-resolution { 66 | color: #355e94; 67 | } 68 | 69 | #panel-seeker { 70 | qproperty-left: url(control-bg-seekbar-left.png); 71 | qproperty-center: url(control-bg-seekbar.png); 72 | qproperty-right: url(control-bg-seekbar-right.png); 73 | qproperty-knob: url(control-button-seek-knob.png); 74 | qproperty-progress: url(control-bg-seekbar-progress.png); 75 | qproperty-buffering: url(control-bg-seekbar-buffering.png); 76 | } 77 | 78 | #volume-control-panel { 79 | qproperty-mute: url(control-button-min-volume.png); 80 | qproperty-max: url(control-button-max-volume.png); 81 | qproperty-fullscreen: url(control-button-fullscreen.png); 82 | qproperty-playlist: url(control-button-playlist.png); 83 | qproperty-equalizer: url(control-button-equalizer.png); 84 | qproperty-volumebar: url(control-bg-volumebar.png); 85 | qproperty-volumebarProgress: url(control- bg-volumebar-progress.png); 86 | qproperty-volumeKnob: url(control-button-volume-knob.png); 87 | } 88 | 89 | #panel-elapsed-label { 90 | color: #355e94; 91 | } 92 | 93 | #panel-total-label { 94 | color: #355e94; 95 | } 96 | 97 | /* 98 | #search-box { 99 | qproperty-bgLeft: url(control-bg-search-box-left.png); 100 | qproperty-bgRight: url(control-bg-search-box-right.png); 101 | qproperty-bgCenter: url(control-bg-search-box.png); 102 | qproperty-arrow: url(control-search-arrow.png); 103 | qproperty-search: url(control-search-icon.png); 104 | qproperty-youtube: url(control-search-youtube.png); 105 | qproperty-shoutcast: url(control-search-shoutcast.png); 106 | } 107 | */ 108 | -------------------------------------------------------------------------------- /themes/Modern/main.css: -------------------------------------------------------------------------------- 1 | #menubar{ 2 | color: #000000; 3 | /* 4 | background-color: #dcdcdc; 5 | background-image: url(control-bg-menu.png); 6 | background-repeat:repeat-x; 7 | */ 8 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e3e3e3, stop: 0.05 #cfcfcf, stop: 0.3 #c7c7c7, stop: 0.95 #aaaaaa, stop: 1 #d4d4d4); 9 | border-style: none; 10 | } 11 | 12 | #menubar::item { 13 | background: transparent; 14 | } 15 | 16 | #menubar::item:selected { 17 | background: #a8a8a8; 18 | } 19 | 20 | #menubar::item:pressed { 21 | background: #888888; 22 | } 23 | 24 | IconSetter { 25 | /* qproperty-toolbar: url(control-button-toolbar.png); */ 26 | qproperty-backward: url(control-button-rewind.png); 27 | qproperty-previous: url(control-button-previous.png); 28 | qproperty-playPause: url(control-button-play-pause.png); 29 | qproperty-stop: url(control-button-stop.png); 30 | qproperty-record: url(control-button-record.png); 31 | qproperty-next: url(control-button-next.png); 32 | qproperty-forward: url(control-button-fastforward.png); 33 | qproperty-repeat: url(control-button-repeat.png); 34 | qproperty-shuffle: url(control-button-shuffle.png); 35 | } 36 | 37 | #toolbar { 38 | /* background-image: url(control-bg-toolbar.png); */ 39 | border-style: none; 40 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #575656, stop: 0.03 #565555, stop: 0.94 #060606, stop: 0.97 #252424, stop: 1 #252424); 41 | } 42 | 43 | #toolbar > QToolButton:hover { 44 | border-style: none; 45 | } 46 | 47 | MediaBarPanel { 48 | /* 49 | background-image: url(control-bg-mediabar.png); 50 | background-repeat:repeat-x; 51 | */ 52 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6d6d6d, stop: 0.02 #494949, stop: 0.46 #323232, stop: 0.48 #2f2f2f, stop: 0.5 #292929, stop: 1 #111111); 53 | } 54 | 55 | MediaPanel { 56 | qproperty-bgLeft: url(control-bg-panel-left.png); 57 | qproperty-bgRight: url(control-bg-panel-right.png); 58 | qproperty-bgCenter: url(control-bg-panel.png); 59 | } 60 | 61 | #panel-main-label { 62 | color: #efefef; 63 | } 64 | 65 | #panel-resolution { 66 | color: #efefef; 67 | } 68 | 69 | #panel-seeker { 70 | qproperty-left: url(control-bg-seekbar-left.png); 71 | qproperty-center: url(control-bg-seekbar.png); 72 | qproperty-right: url(control-bg-seekbar-right.png); 73 | qproperty-knob: url(control-button-seek-knob.png); 74 | qproperty-progress: url(control-bg-seekbar-progress.png); 75 | qproperty-buffering: url(control-bg-seekbar-buffering.png); 76 | } 77 | 78 | #volume-control-panel { 79 | qproperty-mute: url(control-button-min-volume.png); 80 | qproperty-max: url(control-button-max-volume.png); 81 | qproperty-fullscreen: url(control-button-fullscreen.png); 82 | qproperty-playlist: url(control-button-playlist.png); 83 | qproperty-equalizer: url(control-button-equalizer.png); 84 | qproperty-volumebar: url(control-bg-volumebar.png); 85 | qproperty-volumebarProgress: url(control- bg-volumebar-progress.png); 86 | qproperty-volumeKnob: url(control-button-volume-knob.png); 87 | } 88 | 89 | #panel-elapsed-label { 90 | color: #afafaf; 91 | } 92 | 93 | #panel-total-label { 94 | color: #afafaf; 95 | } 96 | 97 | /* 98 | #search-box { 99 | qproperty-bgLeft: url(control-bg-search-box-left.png); 100 | qproperty-bgRight: url(control-bg-search-box-right.png); 101 | qproperty-bgCenter: url(control-bg-search-box.png); 102 | qproperty-arrow: url(control-search-arrow.png); 103 | qproperty-search: url(control-search-icon.png); 104 | qproperty-youtube: url(control-search-youtube.png); 105 | qproperty-shoutcast: url(control-search-shoutcast.png); 106 | } 107 | 108 | #search-box #input { 109 | color: #000; 110 | } 111 | */ 112 | -------------------------------------------------------------------------------- /themes/Gonzo/main.css: -------------------------------------------------------------------------------- 1 | #menubar{ 2 | color: #000000; 3 | /* 4 | background-color: #dcdcdc; 5 | background-image: url(control-bg-menu.png); 6 | background-repeat:repeat-x; 7 | */ 8 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f3f3f3, stop: 0.05 #e6e5e5, stop: 0.3 #e2e2e2, stop: 0.95 #d3d3d4, stop: 1 #808080); 9 | border-style: none; 10 | } 11 | 12 | #menubar::item { 13 | background: transparent; 14 | } 15 | 16 | #menubar::item:selected { 17 | background: #a8a8a8; 18 | } 19 | 20 | #menubar::item:pressed { 21 | background: #888888; 22 | } 23 | 24 | IconSetter { 25 | /* qproperty-toolbar: url(button-toolbar.png); */ 26 | qproperty-backward: url(control-button-rewind.png); 27 | qproperty-previous: url(control-button-previous.png); 28 | qproperty-playPause: url(control-button-play-pause.png); 29 | qproperty-stop: url(control-button-stop.png); 30 | qproperty-record: url(control-button-record.png); 31 | qproperty-next: url(control-button-next.png); 32 | qproperty-forward: url(control-button-fastforward.png); 33 | qproperty-repeat: url(control-button-repeat.png); 34 | qproperty-shuffle: url(control-button-shuffle.png); 35 | } 36 | 37 | #toolbar { 38 | /* background-image: url(control-bg-toolbar.png); */ 39 | border-style: none; 40 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #959595, stop: 0.19 #929292, stop: 0.81 #7e7e7e, stop: 0.97 #7b7b7b, stop: 1 #3c3c3c); 41 | } 42 | 43 | #toolbar > QToolButton:hover { 44 | border-style: none; 45 | } 46 | 47 | MediaBarPanel { 48 | /* 49 | background-image: url(control-bg-mediabar.png); 50 | background-repeat:repeat-x; 51 | */ 52 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b9b9b9, stop: 0.02 #959596, stop: 0.1 #939393, stop: 0.27 #898889, stop: 0.71 #686869, stop: 0.98 #5b5b5a, stop: 1 #3c3c3c); 53 | } 54 | 55 | MediaPanel { 56 | qproperty-bgLeft: url(control-bg-panel-left.png); 57 | qproperty-bgRight: url(control-bg-panel-right.png); 58 | qproperty-bgCenter: url(control-bg-panel.png); 59 | } 60 | 61 | #panel-main-label { 62 | color: #b8b8b8; 63 | } 64 | 65 | #panel-resolution { 66 | color: #b8b8b8; 67 | } 68 | 69 | #panel-seeker { 70 | qproperty-left: url(control-bg-seekbar-left.png); 71 | qproperty-center: url(control-bg-seekbar.png); 72 | qproperty-right: url(control-bg-seekbar-right.png); 73 | qproperty-knob: url(control-button-seek-knob.png); 74 | qproperty-progress: url(control-bg-seekbar-progress.png); 75 | qproperty-buffering: url(control-bg-seekbar-buffering.png); 76 | } 77 | 78 | #volume-control-panel { 79 | qproperty-mute: url(control-button-min-volume.png); 80 | qproperty-max: url(control-button-max-volume.png); 81 | qproperty-fullscreen: url(control-button-fullscreen.png); 82 | qproperty-playlist: url(control-button-playlist.png); 83 | qproperty-equalizer: url(control-button-equalizer.png); 84 | qproperty-volumebar: url(control-bg-volumebar.png); 85 | qproperty-volumebarProgress: url(control-bg-volumebar-progress.png); 86 | qproperty-volumeKnob: url(control-button-volume-knob.png); 87 | } 88 | 89 | #panel-elapsed-label { 90 | color: #b8b8b8; 91 | } 92 | 93 | #panel-total-label { 94 | color: #b8b8b8; 95 | } 96 | 97 | /* 98 | #search-box { 99 | qproperty-bgLeft: url(control-bg-search-box-left.png); 100 | qproperty-bgRight: url(control-bg-search-box-right.png); 101 | qproperty-bgCenter: url(control-bg-search-box.png); 102 | qproperty-arrow: url(control-search-arrow.png); 103 | qproperty-search: url(control-search-icon.png); 104 | qproperty-youtube: url(control-search-youtube.png); 105 | qproperty-shoutcast: url(control-search-shoutcast.png); 106 | } 107 | 108 | #search-box #input 109 | { 110 | color: #000; 111 | } 112 | */ 113 | -------------------------------------------------------------------------------- /themes/Mac/main.css: -------------------------------------------------------------------------------- 1 | #menubar{ 2 | color: #000000; 3 | /* 4 | background-color: #dcdcdc; 5 | background-image: url(control-bg-menu.png); 6 | background-repeat:repeat-x; 7 | */ 8 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f9f9f9, stop: 0.05 #e9e9e9, stop: 0.1 #e6e5e4, stop: 0.2 #e6e6e6, stop: 0.3 #e3e4e3, stop: 0.35 #e6e6e6, stop: 0.4 #e4e4e4, stop: 0.5 #e4e4e5, stop: 0.6 #e2e3e4, stop: 0.7 #dddedf, stop: 0.8 #dedfe0, stop: 0.85 #dadcdc, stop: 0.95 #dadbdb, stop: 1 #4c4c4c); 9 | border-style: none; 10 | } 11 | 12 | #menubar::item { 13 | background: transparent; 14 | } 15 | 16 | #menubar::item:selected { 17 | background: #a8a8a8; 18 | } 19 | 20 | #menubar::item:pressed { 21 | background: #888888; 22 | } 23 | 24 | IconSetter { 25 | /* qproperty-toolbar: url(control-button-toolbar.png); */ 26 | qproperty-backward: url(control-button-rewind.png); 27 | qproperty-previous: url(control-button-previous.png); 28 | qproperty-playPause: url(control-button-play-pause.png); 29 | qproperty-stop: url(control-button-stop.png); 30 | qproperty-record: url(control-button-record.png); 31 | qproperty-next: url(control-button-next.png); 32 | qproperty-forward: url(control-button-fastforward.png); 33 | qproperty-repeat: url(control-button-repeat.png); 34 | qproperty-shuffle: url(control-button-shuffle.png); 35 | } 36 | 37 | #toolbar { 38 | /* background-image: url(control-bg-toolbar.png); */ 39 | border-style: none; 40 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #d8d8d8, stop: 0.03 #d8dada, stop: 0.06 #d6d7d9, stop: 0.09 #d7d8d9, stop: 0.12 #d3d6d6, stop: 0.15 #d4d6d7, stop: 0.21 #ced0d1, stop: 0.24 #cfd1d2, stop: 0.36 #c6c9c9, stop: 0.45 #c4c6c7, stop: 0.52 #bdbfc1, stop: 0.55 #bec1c2, stop: 0.67 #b5b8b9, stop: 0.7 #b6b9ba, stop: 0.73 #b2b4b6, stop: 0.76 #b4b6b8, stop: 0.79 #b0b4b6, stop: 0.82 #b1b3b5, stop: 0.85 #acb0b2, stop: 0.88 #aeafb3, stop: 0.91 #a9adae, stop: 0.94 #abaeb0, stop: 0.97 #aaacaf, stop: 1 #6d6d6d); 41 | } 42 | 43 | #toolbar > QToolButton:hover { 44 | border-style: none; 45 | } 46 | 47 | MediaBarPanel { 48 | /* 49 | background-image: url(control-bg-mediabar.png); 50 | background-repeat:repeat-x; 51 | */ 52 | background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #515151, stop: 0.02 #e1e1e1, stop: 0.04 #cecece, stop: 0.52 #bcbcbc, stop: 0.62 #b6b6b6, stop: 0.83 #afafaf, stop: 0.88 #ababab, stop: 0.9 #acacac, stop: 0.98 #a8a8a8, stop: 1 #ababab); 53 | } 54 | 55 | MediaPanel { 56 | qproperty-bgLeft: url(control-bg-panel-left.png); 57 | qproperty-bgRight: url(control-bg-panel-right.png); 58 | qproperty-bgCenter: url(control-bg-panel.png); 59 | } 60 | 61 | #panel-main-label { 62 | color: #404237; 63 | } 64 | 65 | #panel-resolution { 66 | color: #404237; 67 | } 68 | 69 | #panel-seeker { 70 | qproperty-left: url(control-bg-seekbar-left.png); 71 | qproperty-center: url(control-bg-seekbar.png); 72 | qproperty-right: url(control-bg-seekbar-right.png); 73 | qproperty-knob: url(control-button-seek-knob.png); 74 | qproperty-progress: url(control-bg-seekbar-progress.png); 75 | qproperty-buffering: url(control-bg-seekbar-buffering.png); 76 | } 77 | 78 | #volume-control-panel { 79 | qproperty-mute: url(control-button-min-volume.png); 80 | qproperty-max: url(control-button-max-volume.png); 81 | qproperty-fullscreen: url(control-button-fullscreen.png); 82 | qproperty-playlist: url(control-button-playlist.png); 83 | qproperty-equalizer: url(control-button-equalizer.png); 84 | qproperty-volumebar: url(control-bg-volumebar.png); 85 | qproperty-volumebarProgress: url(control- bg-volumebar-progress.png); 86 | qproperty-volumeKnob: url(control-button-volume-knob.png); 87 | } 88 | 89 | #panel-elapsed-label { 90 | color: #404237; 91 | } 92 | 93 | #panel-total-label { 94 | color: #404237; 95 | } 96 | 97 | /* 98 | #search-box { 99 | qproperty-bgLeft: url(control-bg-search-box-left.png); 100 | qproperty-bgRight: url(control-bg-search-box-right.png); 101 | qproperty-bgCenter: url(control-bg-search-box.png); 102 | qproperty-arrow: url(control-search-arrow.png); 103 | qproperty-search: url(control-search-icon.png); 104 | qproperty-youtube: url(control-search-youtube.png); 105 | qproperty-shoutcast: url(control-search-shoutcast.png); 106 | } 107 | 108 | #search-box #input { 109 | color: #000; 110 | } 111 | */ 112 | -------------------------------------------------------------------------------- /themes/Mint-Y.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | Mint-Y/a_marker.png 4 | Mint-Y/add_bookmark.png 5 | Mint-Y/angle.png 6 | Mint-Y/aspect.png 7 | Mint-Y/audio_channels.png 8 | Mint-Y/audio_equalizer.png 9 | Mint-Y/audio_filters.png 10 | Mint-Y/audio_track.png 11 | Mint-Y/b_marker.png 12 | Mint-Y/background.png 13 | Mint-Y/bluray.png 14 | Mint-Y/bluray_drive.png 15 | Mint-Y/bluray_hd.png 16 | Mint-Y/bookmark_folder.png 17 | Mint-Y/bookmarks.png 18 | Mint-Y/brightness.png 19 | Mint-Y/cast.png 20 | Mint-Y/cdda.png 21 | Mint-Y/cdrom_drive.png 22 | Mint-Y/chapter.png 23 | Mint-Y/check_updates.png 24 | Mint-Y/chromecast.png 25 | Mint-Y/cl_help.png 26 | Mint-Y/clear_left.png 27 | Mint-Y/close.png 28 | Mint-Y/compact.png 29 | Mint-Y/conflict.png 30 | Mint-Y/contrast.png 31 | Mint-Y/contributors.png 32 | Mint-Y/control-bg-seekbar-buffering.png 33 | Mint-Y/control-bg-seekbar-left.png 34 | Mint-Y/control-bg-seekbar-progress.png 35 | Mint-Y/control-bg-seekbar-right.png 36 | Mint-Y/control-bg-seekbar.png 37 | Mint-Y/control-bg-volumebar-progress.png 38 | Mint-Y/control-bg-volumebar.png 39 | Mint-Y/control-button-equalizer.png 40 | Mint-Y/control-button-fastforward.png 41 | Mint-Y/control-button-fullscreen.png 42 | Mint-Y/control-button-max-volume.png 43 | Mint-Y/control-button-min-volume.png 44 | Mint-Y/control-button-next.png 45 | Mint-Y/control-button-play-pause.png 46 | Mint-Y/control-button-playlist.png 47 | Mint-Y/control-button-previous.png 48 | Mint-Y/control-button-record.png 49 | Mint-Y/control-button-repeat.png 50 | Mint-Y/control-button-rewind.png 51 | Mint-Y/control-button-seek-knob.png 52 | Mint-Y/control-button-shuffle.png 53 | Mint-Y/control-button-stop.png 54 | Mint-Y/control-button-volume-knob.png 55 | Mint-Y/copy.png 56 | Mint-Y/crash.png 57 | Mint-Y/deinterlace.png 58 | Mint-Y/delay_down.png 59 | Mint-Y/delay_up.png 60 | Mint-Y/delete.png 61 | Mint-Y/donate.png 62 | Mint-Y/donate_big.png 63 | Mint-Y/down.png 64 | Mint-Y/download.png 65 | Mint-Y/download_subs.png 66 | Mint-Y/dvd.png 67 | Mint-Y/dvd_drive.png 68 | Mint-Y/dvd_hd.png 69 | Mint-Y/equalizer.png 70 | Mint-Y/exit.png 71 | Mint-Y/faq.png 72 | Mint-Y/favorite-add.png 73 | Mint-Y/favorite-folder.png 74 | Mint-Y/favorite.png 75 | Mint-Y/find.png 76 | Mint-Y/flip.png 77 | Mint-Y/folder_open.png 78 | Mint-Y/forward10m.png 79 | Mint-Y/forward10s.png 80 | Mint-Y/forward1m.png 81 | Mint-Y/fullscreen.png 82 | Mint-Y/guide.png 83 | Mint-Y/info.png 84 | Mint-Y/input_devices.png 85 | Mint-Y/instance1.png 86 | Mint-Y/instance2.png 87 | Mint-Y/keyboard.png 88 | Mint-Y/license.png 89 | Mint-Y/logo.png 90 | Mint-Y/logs.png 91 | Mint-Y/minus.png 92 | Mint-Y/mirror.png 93 | Mint-Y/monitor.png 94 | Mint-Y/mouse.png 95 | Mint-Y/mute.png 96 | Mint-Y/next.png 97 | Mint-Y/next_aspect.png 98 | Mint-Y/ok.png 99 | Mint-Y/ontop.png 100 | Mint-Y/open.png 101 | Mint-Y/open_disc.png 102 | Mint-Y/open_favorites.png 103 | Mint-Y/open_playlist.png 104 | Mint-Y/open_radio.png 105 | Mint-Y/open_tv.png 106 | Mint-Y/openfolder.png 107 | Mint-Y/osd.png 108 | Mint-Y/pause.png 109 | Mint-Y/paypal.png 110 | Mint-Y/play.png 111 | Mint-Y/play_pause.png 112 | Mint-Y/playlist.png 113 | Mint-Y/plus.png 114 | Mint-Y/pref_advanced.png 115 | Mint-Y/pref_associations.png 116 | Mint-Y/pref_devices.png 117 | Mint-Y/pref_general.png 118 | Mint-Y/pref_gui.png 119 | Mint-Y/pref_network.png 120 | Mint-Y/pref_performance.png 121 | Mint-Y/pref_playlist.png 122 | Mint-Y/pref_subtitles.png 123 | Mint-Y/pref_tv.png 124 | Mint-Y/pref_updates.png 125 | Mint-Y/prefs.png 126 | Mint-Y/previous.png 127 | Mint-Y/qt.png 128 | Mint-Y/quick_access_menu.png 129 | Mint-Y/recents.png 130 | Mint-Y/record.png 131 | Mint-Y/refresh.png 132 | Mint-Y/repeat.png 133 | Mint-Y/resize_window.png 134 | Mint-Y/rewind10m.png 135 | Mint-Y/rewind10s.png 136 | Mint-Y/rewind1m.png 137 | Mint-Y/rotate.png 138 | Mint-Y/save.png 139 | Mint-Y/screenshot.png 140 | Mint-Y/screenshots.png 141 | Mint-Y/secondary_sub.png 142 | Mint-Y/send_audio.png 143 | Mint-Y/send_to_screen.png 144 | Mint-Y/share.png 145 | Mint-Y/show_config.png 146 | Mint-Y/shuffle.png 147 | Mint-Y/shutdown.png 148 | Mint-Y/social_facebook.png 149 | Mint-Y/social_twitter.png 150 | Mint-Y/speaker.png 151 | Mint-Y/speed.png 152 | Mint-Y/stereo3d.png 153 | Mint-Y/stereo_mode.png 154 | Mint-Y/stop.png 155 | Mint-Y/sub.png 156 | Mint-Y/sub_down.png 157 | Mint-Y/sub_up.png 158 | Mint-Y/tablet_mode.png 159 | Mint-Y/title.png 160 | Mint-Y/toolbars.png 161 | Mint-Y/translators.png 162 | Mint-Y/trash.png 163 | Mint-Y/tubebrowser.png 164 | Mint-Y/type_audio.png 165 | Mint-Y/type_bluray.png 166 | Mint-Y/type_cdda.png 167 | Mint-Y/type_dvd.png 168 | Mint-Y/type_tv.png 169 | Mint-Y/type_unknown.png 170 | Mint-Y/type_vcd.png 171 | Mint-Y/type_video.png 172 | Mint-Y/unload.png 173 | Mint-Y/up.png 174 | Mint-Y/update_youtube.png 175 | Mint-Y/upload_subs.png 176 | Mint-Y/url.png 177 | Mint-Y/url_big.png 178 | Mint-Y/vcd.png 179 | Mint-Y/video_filters.png 180 | Mint-Y/video_preview.png 181 | Mint-Y/video_size.png 182 | Mint-Y/video_track.png 183 | Mint-Y/volume.png 184 | Mint-Y/warning.png 185 | Mint-Y/zoom.png 186 | 187 | 188 | -------------------------------------------------------------------------------- /COPYING_LGPL.txt: -------------------------------------------------------------------------------- 1 | GNU LESSER GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | 9 | This version of the GNU Lesser General Public License incorporates 10 | the terms and conditions of version 3 of the GNU General Public 11 | License, supplemented by the additional permissions listed below. 12 | 13 | 0. Additional Definitions. 14 | 15 | As used herein, "this License" refers to version 3 of the GNU Lesser 16 | General Public License, and the "GNU GPL" refers to version 3 of the GNU 17 | General Public License. 18 | 19 | "The Library" refers to a covered work governed by this License, 20 | other than an Application or a Combined Work as defined below. 21 | 22 | An "Application" is any work that makes use of an interface provided 23 | by the Library, but which is not otherwise based on the Library. 24 | Defining a subclass of a class defined by the Library is deemed a mode 25 | of using an interface provided by the Library. 26 | 27 | A "Combined Work" is a work produced by combining or linking an 28 | Application with the Library. The particular version of the Library 29 | with which the Combined Work was made is also called the "Linked 30 | Version". 31 | 32 | The "Minimal Corresponding Source" for a Combined Work means the 33 | Corresponding Source for the Combined Work, excluding any source code 34 | for portions of the Combined Work that, considered in isolation, are 35 | based on the Application, and not on the Linked Version. 36 | 37 | The "Corresponding Application Code" for a Combined Work means the 38 | object code and/or source code for the Application, including any data 39 | and utility programs needed for reproducing the Combined Work from the 40 | Application, but excluding the System Libraries of the Combined Work. 41 | 42 | 1. Exception to Section 3 of the GNU GPL. 43 | 44 | You may convey a covered work under sections 3 and 4 of this License 45 | without being bound by section 3 of the GNU GPL. 46 | 47 | 2. Conveying Modified Versions. 48 | 49 | If you modify a copy of the Library, and, in your modifications, a 50 | facility refers to a function or data to be supplied by an Application 51 | that uses the facility (other than as an argument passed when the 52 | facility is invoked), then you may convey a copy of the modified 53 | version: 54 | 55 | a) under this License, provided that you make a good faith effort to 56 | ensure that, in the event an Application does not supply the 57 | function or data, the facility still operates, and performs 58 | whatever part of its purpose remains meaningful, or 59 | 60 | b) under the GNU GPL, with none of the additional permissions of 61 | this License applicable to that copy. 62 | 63 | 3. Object Code Incorporating Material from Library Header Files. 64 | 65 | The object code form of an Application may incorporate material from 66 | a header file that is part of the Library. You may convey such object 67 | code under terms of your choice, provided that, if the incorporated 68 | material is not limited to numerical parameters, data structure 69 | layouts and accessors, or small macros, inline functions and templates 70 | (ten or fewer lines in length), you do both of the following: 71 | 72 | a) Give prominent notice with each copy of the object code that the 73 | Library is used in it and that the Library and its use are 74 | covered by this License. 75 | 76 | b) Accompany the object code with a copy of the GNU GPL and this license 77 | document. 78 | 79 | 4. Combined Works. 80 | 81 | You may convey a Combined Work under terms of your choice that, 82 | taken together, effectively do not restrict modification of the 83 | portions of the Library contained in the Combined Work and reverse 84 | engineering for debugging such modifications, if you also do each of 85 | the following: 86 | 87 | a) Give prominent notice with each copy of the Combined Work that 88 | the Library is used in it and that the Library and its use are 89 | covered by this License. 90 | 91 | b) Accompany the Combined Work with a copy of the GNU GPL and this license 92 | document. 93 | 94 | c) For a Combined Work that displays copyright notices during 95 | execution, include the copyright notice for the Library among 96 | these notices, as well as a reference directing the user to the 97 | copies of the GNU GPL and this license document. 98 | 99 | d) Do one of the following: 100 | 101 | 0) Convey the Minimal Corresponding Source under the terms of this 102 | License, and the Corresponding Application Code in a form 103 | suitable for, and under terms that permit, the user to 104 | recombine or relink the Application with a modified version of 105 | the Linked Version to produce a modified Combined Work, in the 106 | manner specified by section 6 of the GNU GPL for conveying 107 | Corresponding Source. 108 | 109 | 1) Use a suitable shared library mechanism for linking with the 110 | Library. A suitable mechanism is one that (a) uses at run time 111 | a copy of the Library already present on the user's computer 112 | system, and (b) will operate properly with a modified version 113 | of the Library that is interface-compatible with the Linked 114 | Version. 115 | 116 | e) Provide Installation Information, but only if you would otherwise 117 | be required to provide such information under section 6 of the 118 | GNU GPL, and only to the extent that such information is 119 | necessary to install and execute a modified version of the 120 | Combined Work produced by recombining or relinking the 121 | Application with a modified version of the Linked Version. (If 122 | you use option 4d0, the Installation Information must accompany 123 | the Minimal Corresponding Source and Corresponding Application 124 | Code. If you use option 4d1, you must provide the Installation 125 | Information in the manner specified by section 6 of the GNU GPL 126 | for conveying Corresponding Source.) 127 | 128 | 5. Combined Libraries. 129 | 130 | You may place library facilities that are a work based on the 131 | Library side by side in a single library together with other library 132 | facilities that are not Applications and are not covered by this 133 | License, and convey such a combined library under terms of your 134 | choice, if you do both of the following: 135 | 136 | a) Accompany the combined library with a copy of the same work based 137 | on the Library, uncombined with any other library facilities, 138 | conveyed under the terms of this License. 139 | 140 | b) Give prominent notice with the combined library that part of it 141 | is a work based on the Library, and explaining where to find the 142 | accompanying uncombined form of the same work. 143 | 144 | 6. Revised Versions of the GNU Lesser General Public License. 145 | 146 | The Free Software Foundation may publish revised and/or new versions 147 | of the GNU Lesser General Public License from time to time. Such new 148 | versions will be similar in spirit to the present version, but may 149 | differ in detail to address new problems or concerns. 150 | 151 | Each version is given a distinguishing version number. If the 152 | Library as you received it specifies that a certain numbered version 153 | of the GNU Lesser General Public License "or any later version" 154 | applies to it, you have the option of following the terms and 155 | conditions either of that published version or of any later version 156 | published by the Free Software Foundation. If the Library as you 157 | received it does not specify a version number of the GNU Lesser 158 | General Public License, you may choose any version of the GNU Lesser 159 | General Public License ever published by the Free Software Foundation. 160 | 161 | If the Library as you received it specifies that a proxy can decide 162 | whether future versions of the GNU Lesser General Public License shall 163 | apply, that proxy's public statement of acceptance of any version is 164 | permanent authorization for you to choose that version for the 165 | Library. 166 | -------------------------------------------------------------------------------- /COPYING_CC-BY-2.5.txt: -------------------------------------------------------------------------------- 1 | Creative Commons 2 | 3 | Creative Commons Legal Code 4 | 5 | Attribution 2.5 6 | 7 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL 8 | SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT 9 | RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. 10 | CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND 11 | DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. 12 | 13 | License 14 | 15 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 16 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 17 | COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 18 | AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 19 | 20 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE 21 | BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS 22 | CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND 23 | CONDITIONS. 24 | 25 | 1. Definitions 26 | 27 | a. "Collective Work" means a work, such as a periodical issue, anthology or 28 | encyclopedia, in which the Work in its entirety in unmodified form, along 29 | with a number of other contributions, constituting separate and independent 30 | works in themselves, are assembled into a collective whole. A work that 31 | constitutes a Collective Work will not be considered a Derivative Work (as 32 | defined below) for the purposes of this License. 33 | b. "Derivative Work" means a work based upon the Work or upon the Work and 34 | other pre-existing works, such as a translation, musical arrangement, 35 | dramatization, fictionalization, motion picture version, sound recording, 36 | art reproduction, abridgment, condensation, or any other form in which the 37 | Work may be recast, transformed, or adapted, except that a work that 38 | constitutes a Collective Work will not be considered a Derivative Work for 39 | the purpose of this License. For the avoidance of doubt, where the Work is 40 | a musical composition or sound recording, the synchronization of the Work 41 | in timed-relation with a moving image ("synching") will be considered a 42 | Derivative Work for the purpose of this License. 43 | c. "Licensor" means the individual or entity that offers the Work under the 44 | terms of this License. 45 | d. "Original Author" means the individual or entity who created the Work. 46 | e. "Work" means the copyrightable work of authorship offered under the terms 47 | of this License. 48 | f. "You" means an individual or entity exercising rights under this License 49 | who has not previously violated the terms of this License with respect to 50 | the Work, or who has received express permission from the Licensor to 51 | exercise rights under this License despite a previous violation. 52 | 53 | 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or 54 | restrict any rights arising from fair use, first sale or other limitations on 55 | the exclusive rights of the copyright owner under copyright law or other 56 | applicable laws. 57 | 58 | 3. License Grant. Subject to the terms and conditions of this License, Licensor 59 | hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the 60 | duration of the applicable copyright) license to exercise the rights in the 61 | Work as stated below: 62 | 63 | a. to reproduce the Work, to incorporate the Work into one or more Collective 64 | Works, and to reproduce the Work as incorporated in the Collective Works; 65 | b. to create and reproduce Derivative Works; 66 | c. to distribute copies or phonorecords of, display publicly, perform 67 | publicly, and perform publicly by means of a digital audio transmission the 68 | Work including as incorporated in Collective Works; 69 | d. to distribute copies or phonorecords of, display publicly, perform 70 | publicly, and perform publicly by means of a digital audio transmission 71 | Derivative Works. 72 | e. For the avoidance of doubt, where the work is a musical composition: 73 | 74 | i. Performance Royalties Under Blanket Licenses. Licensor waives the 75 | exclusive right to collect, whether individually or via a performance 76 | rights society (e.g. ASCAP, BMI, SESAC), royalties for the public 77 | performance or public digital performance (e.g. webcast) of the Work. 78 | ii. Mechanical Rights and Statutory Royalties. Licensor waives the 79 | exclusive right to collect, whether individually or via a music rights 80 | agency or designated agent (e.g. Harry Fox Agency), royalties for any 81 | phonorecord You create from the Work ("cover version") and distribute, 82 | subject to the compulsory license created by 17 USC Section 115 of the 83 | US Copyright Act (or the equivalent in other jurisdictions). 84 | f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, 85 | where the Work is a sound recording, Licensor waives the exclusive right to 86 | collect, whether individually or via a performance-rights society (e.g. 87 | SoundExchange), royalties for the public digital performance (e.g. webcast) 88 | of the Work, subject to the compulsory license created by 17 USC Section 89 | 114 of the US Copyright Act (or the equivalent in other jurisdictions). 90 | 91 | The above rights may be exercised in all media and formats whether now known or 92 | hereafter devised. The above rights include the right to make such 93 | modifications as are technically necessary to exercise the rights in other 94 | media and formats. All rights not expressly granted by Licensor are hereby 95 | reserved. 96 | 97 | 4. Restrictions.The license granted in Section 3 above is expressly made 98 | subject to and limited by the following restrictions: 99 | 100 | a. You may distribute, publicly display, publicly perform, or publicly 101 | digitally perform the Work only under the terms of this License, and You 102 | must include a copy of, or the Uniform Resource Identifier for, this 103 | License with every copy or phonorecord of the Work You distribute, publicly 104 | display, publicly perform, or publicly digitally perform. You may not offer 105 | or impose any terms on the Work that alter or restrict the terms of this 106 | License or the recipients' exercise of the rights granted hereunder. You 107 | may not sublicense the Work. You must keep intact all notices that refer to 108 | this License and to the disclaimer of warranties. You may not distribute, 109 | publicly display, publicly perform, or publicly digitally perform the Work 110 | with any technological measures that control access or use of the Work in a 111 | manner inconsistent with the terms of this License Agreement. The above 112 | applies to the Work as incorporated in a Collective Work, but this does not 113 | require the Collective Work apart from the Work itself to be made subject 114 | to the terms of this License. If You create a Collective Work, upon notice 115 | from any Licensor You must, to the extent practicable, remove from the 116 | Collective Work any credit as required by clause 4(b), as requested. If You 117 | create a Derivative Work, upon notice from any Licensor You must, to the 118 | extent practicable, remove from the Derivative Work any credit as required 119 | by clause 4(b), as requested. 120 | b. If you distribute, publicly display, publicly perform, or publicly 121 | digitally perform the Work or any Derivative Works or Collective Works, You 122 | must keep intact all copyright notices for the Work and provide, reasonable 123 | to the medium or means You are utilizing: (i) the name of the Original 124 | Author (or pseudonym, if applicable) if supplied, and/or (ii) if the 125 | Original Author and/or Licensor designate another party or parties (e.g. a 126 | sponsor institute, publishing entity, journal) for attribution in 127 | Licensor's copyright notice, terms of service or by other reasonable means, 128 | the name of such party or parties; the title of the Work if supplied; to 129 | the extent reasonably practicable, the Uniform Resource Identifier, if any, 130 | that Licensor specifies to be associated with the Work, unless such URI 131 | does not refer to the copyright notice or licensing information for the 132 | Work; and in the case of a Derivative Work, a credit identifying the use of 133 | the Work in the Derivative Work (e.g., "French translation of the Work by 134 | Original Author," or "Screenplay based on original Work by Original 135 | Author"). Such credit may be implemented in any reasonable manner; 136 | provided, however, that in the case of a Derivative Work or Collective 137 | Work, at a minimum such credit will appear where any other comparable 138 | authorship credit appears and in a manner at least as prominent as such 139 | other comparable authorship credit. 140 | 141 | 5. Representations, Warranties and Disclaimer 142 | 143 | UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS 144 | THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND 145 | CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, 146 | WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A 147 | PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, 148 | ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. 149 | SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH 150 | EXCLUSION MAY NOT APPLY TO YOU. 151 | 152 | 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN 153 | NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, 154 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS 155 | LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE 156 | POSSIBILITY OF SUCH DAMAGES. 157 | 158 | 7. Termination 159 | 160 | a. This License and the rights granted hereunder will terminate automatically 161 | upon any breach by You of the terms of this License. Individuals or 162 | entities who have received Derivative Works or Collective Works from You 163 | under this License, however, will not have their licenses terminated 164 | provided such individuals or entities remain in full compliance with those 165 | licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of 166 | this License. 167 | b. Subject to the above terms and conditions, the license granted here is 168 | perpetual (for the duration of the applicable copyright in the Work). 169 | Notwithstanding the above, Licensor reserves the right to release the Work 170 | under different license terms or to stop distributing the Work at any time; 171 | provided, however that any such election will not serve to withdraw this 172 | License (or any other license that has been, or is required to be, granted 173 | under the terms of this License), and this License will continue in full 174 | force and effect unless terminated as stated above. 175 | 176 | 8. Miscellaneous 177 | 178 | a. Each time You distribute or publicly digitally perform the Work or a 179 | Collective Work, the Licensor offers to the recipient a license to the Work 180 | on the same terms and conditions as the license granted to You under this 181 | License. 182 | b. Each time You distribute or publicly digitally perform a Derivative Work, 183 | Licensor offers to the recipient a license to the original Work on the same 184 | terms and conditions as the license granted to You under this License. 185 | c. If any provision of this License is invalid or unenforceable under 186 | applicable law, it shall not affect the validity or enforceability of the 187 | remainder of the terms of this License, and without further action by the 188 | parties to this agreement, such provision shall be reformed to the minimum 189 | extent necessary to make such provision valid and enforceable. 190 | d. No term or provision of this License shall be deemed waived and no breach 191 | consented to unless such waiver or consent shall be in writing and signed 192 | by the party to be charged with such waiver or consent. 193 | e. This License constitutes the entire agreement between the parties with 194 | respect to the Work licensed here. There are no understandings, agreements 195 | or representations with respect to the Work not specified here. Licensor 196 | shall not be bound by any additional provisions that may appear in any 197 | communication from You. This License may not be modified without the mutual 198 | written agreement of the Licensor and You. 199 | 200 | Creative Commons is not a party to this License, and makes no warranty 201 | whatsoever in connection with the Work. Creative Commons will not be liable to 202 | You or any party on any legal theory for any damages whatsoever, including 203 | without limitation any general, special, incidental or consequential damages 204 | arising in connection to this license. Notwithstanding the foregoing two (2) 205 | sentences, if Creative Commons has expressly identified itself as the Licensor 206 | hereunder, it shall have all rights and obligations of Licensor. 207 | 208 | Except for the limited purpose of indicating to the public that the Work is 209 | licensed under the CCPL, neither party will use the trademark "Creative 210 | Commons" or any related trademark or logo of Creative Commons without the prior 211 | written consent of Creative Commons. Any permitted use will be in compliance 212 | with Creative Commons' then-current trademark usage guidelines, as may be 213 | published on its website or otherwise made available upon request from time to 214 | time. 215 | 216 | Creative Commons may be contacted at http://creativecommons.org/. 217 | 218 | -------------------------------------------------------------------------------- /COPYING_CC-BY-SA-2.5.txt: -------------------------------------------------------------------------------- 1 | Creative Commons 2 | 3 | Creative Commons Legal Code 4 | 5 | Attribution-ShareAlike 2.5 6 | 7 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL 8 | SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT 9 | RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. 10 | CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND 11 | DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. 12 | 13 | License 14 | 15 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 16 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 17 | COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 18 | AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 19 | 20 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE 21 | BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS 22 | CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND 23 | CONDITIONS. 24 | 25 | 1. Definitions 26 | 27 | a. "Collective Work" means a work, such as a periodical issue, anthology or 28 | encyclopedia, in which the Work in its entirety in unmodified form, along 29 | with a number of other contributions, constituting separate and independent 30 | works in themselves, are assembled into a collective whole. A work that 31 | constitutes a Collective Work will not be considered a Derivative Work (as 32 | defined below) for the purposes of this License. 33 | b. "Derivative Work" means a work based upon the Work or upon the Work and 34 | other pre-existing works, such as a translation, musical arrangement, 35 | dramatization, fictionalization, motion picture version, sound recording, 36 | art reproduction, abridgment, condensation, or any other form in which the 37 | Work may be recast, transformed, or adapted, except that a work that 38 | constitutes a Collective Work will not be considered a Derivative Work for 39 | the purpose of this License. For the avoidance of doubt, where the Work is 40 | a musical composition or sound recording, the synchronization of the Work 41 | in timed-relation with a moving image ("synching") will be considered a 42 | Derivative Work for the purpose of this License. 43 | c. "Licensor" means the individual or entity that offers the Work under the 44 | terms of this License. 45 | d. "Original Author" means the individual or entity who created the Work. 46 | e. "Work" means the copyrightable work of authorship offered under the terms 47 | of this License. 48 | f. "You" means an individual or entity exercising rights under this License 49 | who has not previously violated the terms of this License with respect to 50 | the Work, or who has received express permission from the Licensor to 51 | exercise rights under this License despite a previous violation. 52 | g. "License Elements" means the following high-level license attributes as 53 | selected by Licensor and indicated in the title of this License: 54 | Attribution, ShareAlike. 55 | 56 | 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or 57 | restrict any rights arising from fair use, first sale or other limitations on 58 | the exclusive rights of the copyright owner under copyright law or other 59 | applicable laws. 60 | 61 | 3. License Grant. Subject to the terms and conditions of this License, Licensor 62 | hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the 63 | duration of the applicable copyright) license to exercise the rights in the 64 | Work as stated below: 65 | 66 | a. to reproduce the Work, to incorporate the Work into one or more Collective 67 | Works, and to reproduce the Work as incorporated in the Collective Works; 68 | b. to create and reproduce Derivative Works; 69 | c. to distribute copies or phonorecords of, display publicly, perform 70 | publicly, and perform publicly by means of a digital audio transmission the 71 | Work including as incorporated in Collective Works; 72 | d. to distribute copies or phonorecords of, display publicly, perform 73 | publicly, and perform publicly by means of a digital audio transmission 74 | Derivative Works. 75 | e. For the avoidance of doubt, where the work is a musical composition: 76 | 77 | i. Performance Royalties Under Blanket Licenses. Licensor waives the 78 | exclusive right to collect, whether individually or via a performance 79 | rights society (e.g. ASCAP, BMI, SESAC), royalties for the public 80 | performance or public digital performance (e.g. webcast) of the Work. 81 | ii. Mechanical Rights and Statutory Royalties. Licensor waives the 82 | exclusive right to collect, whether individually or via a music rights 83 | society or designated agent (e.g. Harry Fox Agency), royalties for any 84 | phonorecord You create from the Work ("cover version") and distribute, 85 | subject to the compulsory license created by 17 USC Section 115 of the 86 | US Copyright Act (or the equivalent in other jurisdictions). 87 | f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, 88 | where the Work is a sound recording, Licensor waives the exclusive right to 89 | collect, whether individually or via a performance-rights society (e.g. 90 | SoundExchange), royalties for the public digital performance (e.g. webcast) 91 | of the Work, subject to the compulsory license created by 17 USC Section 92 | 114 of the US Copyright Act (or the equivalent in other jurisdictions). 93 | 94 | The above rights may be exercised in all media and formats whether now known or 95 | hereafter devised. The above rights include the right to make such 96 | modifications as are technically necessary to exercise the rights in other 97 | media and formats. All rights not expressly granted by Licensor are hereby 98 | reserved. 99 | 100 | 4. Restrictions.The license granted in Section 3 above is expressly made 101 | subject to and limited by the following restrictions: 102 | 103 | a. You may distribute, publicly display, publicly perform, or publicly 104 | digitally perform the Work only under the terms of this License, and You 105 | must include a copy of, or the Uniform Resource Identifier for, this 106 | License with every copy or phonorecord of the Work You distribute, publicly 107 | display, publicly perform, or publicly digitally perform. You may not offer 108 | or impose any terms on the Work that alter or restrict the terms of this 109 | License or the recipients' exercise of the rights granted hereunder. You 110 | may not sublicense the Work. You must keep intact all notices that refer to 111 | this License and to the disclaimer of warranties. You may not distribute, 112 | publicly display, publicly perform, or publicly digitally perform the Work 113 | with any technological measures that control access or use of the Work in a 114 | manner inconsistent with the terms of this License Agreement. The above 115 | applies to the Work as incorporated in a Collective Work, but this does not 116 | require the Collective Work apart from the Work itself to be made subject 117 | to the terms of this License. If You create a Collective Work, upon notice 118 | from any Licensor You must, to the extent practicable, remove from the 119 | Collective Work any credit as required by clause 4(c), as requested. If You 120 | create a Derivative Work, upon notice from any Licensor You must, to the 121 | extent practicable, remove from the Derivative Work any credit as required 122 | by clause 4(c), as requested. 123 | b. You may distribute, publicly display, publicly perform, or publicly 124 | digitally perform a Derivative Work only under the terms of this License, a 125 | later version of this License with the same License Elements as this 126 | License, or a Creative Commons iCommons license that contains the same 127 | License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). 128 | You must include a copy of, or the Uniform Resource Identifier for, this 129 | License or other license specified in the previous sentence with every copy 130 | or phonorecord of each Derivative Work You distribute, publicly display, 131 | publicly perform, or publicly digitally perform. You may not offer or 132 | impose any terms on the Derivative Works that alter or restrict the terms 133 | of this License or the recipients' exercise of the rights granted 134 | hereunder, and You must keep intact all notices that refer to this License 135 | and to the disclaimer of warranties. You may not distribute, publicly 136 | display, publicly perform, or publicly digitally perform the Derivative 137 | Work with any technological measures that control access or use of the Work 138 | in a manner inconsistent with the terms of this License Agreement. The 139 | above applies to the Derivative Work as incorporated in a Collective Work, 140 | but this does not require the Collective Work apart from the Derivative 141 | Work itself to be made subject to the terms of this License. 142 | c. If you distribute, publicly display, publicly perform, or publicly 143 | digitally perform the Work or any Derivative Works or Collective Works, You 144 | must keep intact all copyright notices for the Work and provide, reasonable 145 | to the medium or means You are utilizing: (i) the name of the Original 146 | Author (or pseudonym, if applicable) if supplied, and/or (ii) if the 147 | Original Author and/or Licensor designate another party or parties (e.g. a 148 | sponsor institute, publishing entity, journal) for attribution in 149 | Licensor's copyright notice, terms of service or by other reasonable means, 150 | the name of such party or parties; the title of the Work if supplied; to 151 | the extent reasonably practicable, the Uniform Resource Identifier, if any, 152 | that Licensor specifies to be associated with the Work, unless such URI 153 | does not refer to the copyright notice or licensing information for the 154 | Work; and in the case of a Derivative Work, a credit identifying the use of 155 | the Work in the Derivative Work (e.g., "French translation of the Work by 156 | Original Author," or "Screenplay based on original Work by Original 157 | Author"). Such credit may be implemented in any reasonable manner; 158 | provided, however, that in the case of a Derivative Work or Collective 159 | Work, at a minimum such credit will appear where any other comparable 160 | authorship credit appears and in a manner at least as prominent as such 161 | other comparable authorship credit. 162 | 163 | 5. Representations, Warranties and Disclaimer 164 | 165 | UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK 166 | AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE 167 | MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT 168 | LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR 169 | PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, 170 | OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME 171 | JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH 172 | EXCLUSION MAY NOT APPLY TO YOU. 173 | 174 | 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN 175 | NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, 176 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS 177 | LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE 178 | POSSIBILITY OF SUCH DAMAGES. 179 | 180 | 7. Termination 181 | 182 | a. This License and the rights granted hereunder will terminate automatically 183 | upon any breach by You of the terms of this License. Individuals or 184 | entities who have received Derivative Works or Collective Works from You 185 | under this License, however, will not have their licenses terminated 186 | provided such individuals or entities remain in full compliance with those 187 | licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of 188 | this License. 189 | b. Subject to the above terms and conditions, the license granted here is 190 | perpetual (for the duration of the applicable copyright in the Work). 191 | Notwithstanding the above, Licensor reserves the right to release the Work 192 | under different license terms or to stop distributing the Work at any time; 193 | provided, however that any such election will not serve to withdraw this 194 | License (or any other license that has been, or is required to be, granted 195 | under the terms of this License), and this License will continue in full 196 | force and effect unless terminated as stated above. 197 | 198 | 8. Miscellaneous 199 | 200 | a. Each time You distribute or publicly digitally perform the Work or a 201 | Collective Work, the Licensor offers to the recipient a license to the Work 202 | on the same terms and conditions as the license granted to You under this 203 | License. 204 | b. Each time You distribute or publicly digitally perform a Derivative Work, 205 | Licensor offers to the recipient a license to the original Work on the same 206 | terms and conditions as the license granted to You under this License. 207 | c. If any provision of this License is invalid or unenforceable under 208 | applicable law, it shall not affect the validity or enforceability of the 209 | remainder of the terms of this License, and without further action by the 210 | parties to this agreement, such provision shall be reformed to the minimum 211 | extent necessary to make such provision valid and enforceable. 212 | d. No term or provision of this License shall be deemed waived and no breach 213 | consented to unless such waiver or consent shall be in writing and signed 214 | by the party to be charged with such waiver or consent. 215 | e. This License constitutes the entire agreement between the parties with 216 | respect to the Work licensed here. There are no understandings, agreements 217 | or representations with respect to the Work not specified here. Licensor 218 | shall not be bound by any additional provisions that may appear in any 219 | communication from You. This License may not be modified without the mutual 220 | written agreement of the Licensor and You. 221 | 222 | Creative Commons is not a party to this License, and makes no warranty 223 | whatsoever in connection with the Work. Creative Commons will not be liable to 224 | You or any party on any legal theory for any damages whatsoever, including 225 | without limitation any general, special, incidental or consequential damages 226 | arising in connection to this license. Notwithstanding the foregoing two (2) 227 | sentences, if Creative Commons has expressly identified itself as the Licensor 228 | hereunder, it shall have all rights and obligations of Licensor. 229 | 230 | Except for the limited purpose of indicating to the public that the Work is 231 | licensed under the CCPL, neither party will use the trademark "Creative 232 | Commons" or any related trademark or logo of Creative Commons without the prior 233 | written consent of Creative Commons. Any permitted use will be in compliance 234 | with Creative Commons' then-current trademark usage guidelines, as may be 235 | published on its website or otherwise made available upon request from time to 236 | time. 237 | 238 | Creative Commons may be contacted at http://creativecommons.org/. 239 | 240 | -------------------------------------------------------------------------------- /COPYING_GPL.txt: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | 341 | --------------------------------------------------------------------------------