[MPlayer-DOCS] r38276 - in trunk: Changelog DOCS/xml/de/install.xml DOCS/xml/de/skin.xml DOCS/xml/en/install.xml gui/interface.c gui/skin/skin.c help/help_mp-de.h help/help_mp-en.h
ib
subversion at mplayerhq.hu
Fri Feb 26 17:23:07 EET 2021
Author: ib
Date: Fri Feb 26 17:23:07 2021
New Revision: 38276
Log:
Provide a built-in skin for the X11/GTK GUI.
It is unpleasant that the GUI requires the installation of a skin
to be able to run. Without a skin the GUI terminates.
Now, without any installed skin, the GUI at least provides a video
window that allows simple control with the always available context
menu.
However, the user is informed that the installation of a skin is
still strongly advised for comfortable control and for the display
of additional information.
Additionally, update the documentation.
Modified:
trunk/DOCS/xml/en/install.xml
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/Changelog
trunk/DOCS/xml/de/install.xml
trunk/DOCS/xml/de/skin.xml
trunk/gui/interface.c
trunk/gui/skin/skin.c
trunk/help/help_mp-de.h
Modified: trunk/DOCS/xml/en/install.xml
==============================================================================
--- trunk/DOCS/xml/en/install.xml Fri Feb 26 17:02:23 2021 (r38275)
+++ trunk/DOCS/xml/en/install.xml Fri Feb 26 17:23:07 2021 (r38276)
@@ -193,8 +193,8 @@ execute the <command>gmplayer</command>
</para>
<para>
-As <application>MPlayer</application> doesn't have a skin included, you
-have to download at least one if you want to use the GUI. See Skins at the <ulink
+In order to use the GUI in a comfortable way and as intended, you are
+strongly advised to install a skin. See Skins at the <ulink
url="http://www.mplayerhq.hu/dload.html">download page</ulink>.
A skin should be extracted to the usual system-wide directory <filename
class="directory">$PREFIX/share/mplayer/skins</filename> or to the user
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h Fri Feb 26 17:02:23 2021 (r38275)
+++ trunk/help/help_mp-en.h Fri Feb 26 17:23:07 2021 (r38276)
@@ -707,6 +707,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_MSG_MemoryErrorWindow "Not enough memory for window rendering.\n"
#define MSGTR_GUI_MSG_NoFileLoaded "No file loaded."
#define MSGTR_GUI_MSG_NoMediaOpened "No media opened."
+#define MSGTR_GUI_MSG_NoSkinInstalled "There is no 'default'-skin installed. Skins allow comfortable control and display information during playback. Without a skin, only simple control is available from a menu accessible with a right mouse button click on the video window.\n\nInstall a skin, select one from the skin browser or put 'gui_skin=Noskin' into the configuration file if you want to go without a skin and avoid this message.\n"
#define MSGTR_GUI_MSG_NotAFile0 "This does not seem to be a file!\n"
#define MSGTR_GUI_MSG_NotAFile1 "%s does not seem to be a file!\n"
#define MSGTR_GUI_MSG_PlaybackNeedsRestart "You need to restart playback for some options to take effect."
More information about the MPlayer-DOCS
mailing list