[MPlayer-translations] r37177 - in trunk: Changelog DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml gui/app/app.c gui/app/app.h gui/dialog/menu.c gui/dialog/pixmaps/rotate.xpm gui/dialog/pixmaps/rotate0.xpm gui/dialog/pixmaps/...
ib
subversion at mplayerhq.hu
Thu Apr 24 16:41:04 CEST 2014
Author: ib
Date: Thu Apr 24 16:41:04 2014
New Revision: 37177
Log:
New GUI feature: Rotate a video.
It is accessible from the context menu.
Based on a complain by Linus about video players that don't easily allow
rotating a video. (Thanks to compn for pointing that out.)
Realize the feature by adding and/or removing appropriate video filters.
Additionally, add new GUI message evSetRotation and update documentation.
Modified:
trunk/DOCS/xml/de/skin.xml
trunk/help/help_mp-de.h
Changes in other areas also in this revision:
Added:
trunk/gui/dialog/pixmaps/rotate.xpm
trunk/gui/dialog/pixmaps/rotate0.xpm
trunk/gui/dialog/pixmaps/rotate180.xpm
trunk/gui/dialog/pixmaps/rotate90ccw.xpm
trunk/gui/dialog/pixmaps/rotate90cw.xpm
Modified:
trunk/Changelog
trunk/DOCS/xml/en/skin.xml
trunk/gui/app/app.c
trunk/gui/app/app.h
trunk/gui/dialog/menu.c
trunk/gui/interface.c
trunk/gui/interface.h
trunk/gui/ui/actions.c
trunk/gui/win32/skinload.c
trunk/gui/win32/skinload.h
trunk/help/help_mp-en.h
Modified: trunk/DOCS/xml/de/skin.xml
==============================================================================
--- trunk/DOCS/xml/de/skin.xml Thu Apr 24 15:51:20 2014 (r37176)
+++ trunk/DOCS/xml/de/skin.xml Thu Apr 24 16:41:04 2014 (r37177)
@@ -1292,6 +1292,14 @@ image = font.png
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><emphasis role="bold">evSetRotation</emphasis></term>
+ <listitem>
+ <para>
+ Bringe das Video in seine Originalorientierung.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
<variablelist>
Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h Thu Apr 24 15:51:20 2014 (r37176)
+++ trunk/help/help_mp-de.h Thu Apr 24 16:41:04 2014 (r37177)
@@ -979,6 +979,10 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_RearLeft "Hinten links"
#define MSGTR_GUI_RearRight "Hinten rechts"
#define MSGTR_GUI_Remove "Entfernen"
+#define MSGTR_GUI_Rotation "Drehung"
+#define MSGTR_GUI_Rotation180 "180°"
+#define MSGTR_GUI_Rotation90CCW "90° gegen den Uhrzeigersinn"
+#define MSGTR_GUI_Rotation90CW "90° im Uhrzeigersinn"
#define MSGTR_GUI_Saturation "Sättigung"
#define MSGTR_GUI_SaveWindowPositions "Fensterpositionen speichern"
#define MSGTR_GUI_ScaleMode "Skalierung"
More information about the MPlayer-translations
mailing list