[vlc-devel] [PATCH 3/3] Oldmovie: Oldmovie filter - GUI
Vianney Boyer
vlcvboyer at gmail.com
Fri Jul 26 19:17:37 CEST 2013
---
modules/gui/qt4/components/extended_panels.cpp | 2 +
modules/gui/qt4/ui/video_effects.ui | 77
++++++++++++++------------
2 files changed, 44 insertions(+), 35 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp
b/modules/gui/qt4/components/extended_panels.cpp
index ecafac6..200f791 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -228,6 +228,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf,
QTabWidget *_parent ) :
SETUP_VFILTER( anaglyph )
+ SETUP_VFILTER( oldmovie )
+
SETUP_VFILTER( freeze )
#undef SETUP_VFILTER
diff --git a/modules/gui/qt4/ui/video_effects.ui
b/modules/gui/qt4/ui/video_effects.ui
index 4fa7117..e40abe5 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -1609,33 +1609,6 @@
</layout>
</widget>
</item>
- <item row="3" column="2">
- <widget class="QCheckBox" name="motiondetectEnable">
- <property name="text">
- <string>Motion detect</string>
- </property>
- </widget>
- </item>
- <item row="5" column="2">
- <widget class="QCheckBox" name="psychedelicEnable">
- <property name="text">
- <string>Psychedelic</string>
- </property>
- </widget>
- </item>
- <item row="9" column="0">
- <spacer name="verticalSpacer_4">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
<item row="2" column="0">
<widget class="QGroupBox" name="antiflickerEnable">
<property name="title">
@@ -1724,13 +1697,6 @@
</layout>
</widget>
</item>
- <item row="4" column="2">
- <widget class="QCheckBox" name="rippleEnable">
- <property name="text">
- <string>Water effect</string>
- </property>
- </widget>
- </item>
<item row="6" column="0" rowspan="2">
<widget class="QGroupBox" name="gaussianblurEnable">
<property name="title">
@@ -1778,6 +1744,27 @@
</layout>
</widget>
</item>
+ <item row="3" column="2">
+ <widget class="QCheckBox" name="motiondetectEnable">
+ <property name="text">
+ <string>Motion detect</string>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="2">
+ <widget class="QCheckBox" name="psychedelicEnable">
+ <property name="text">
+ <string>Psychedelic</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="2">
+ <widget class="QCheckBox" name="rippleEnable">
+ <property name="text">
+ <string>Water effect</string>
+ </property>
+ </widget>
+ </item>
<item row="6" column="2">
<widget class="QCheckBox" name="mirrorEnable">
<property name="text">
@@ -1792,13 +1779,33 @@
</property>
</widget>
</item>
- <item row="8" column="2">
+ <item row="9" column="2">
<widget class="QCheckBox" name="anaglyphEnable">
<property name="text">
<string>Anaglyph 3D</string>
</property>
</widget>
</item>
+ <item row="11" column="2">
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="9" column="0">
+ <widget class="QCheckBox" name="oldmovieEnable">
+ <property name="text">
+ <string>Old movie effect</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</widget>
--
1.8.1.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130726/ad1cd96e/attachment.html>
More information about the vlc-devel
mailing list