[vlc-commits] Qt: video effects. Remove noise

Jean-Baptiste Kempf git at videolan.org
Fri Aug 12 23:20:06 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 12 22:41:30 2011 +0200| [aa4e4b138d9e254f656f3b106eb8459195637070] | committer: Jean-Baptiste Kempf

Qt: video effects. Remove noise

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa4e4b138d9e254f656f3b106eb8459195637070
---

 modules/gui/qt4/components/extended_panels.cpp |    2 --
 modules/gui/qt4/ui/video_effects.ui            |   14 +++-----------
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index b46afd2..f11f4b3 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -164,8 +164,6 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
 
     SETUP_VFILTER( motiondetect )
 
-//    SETUP_VFILTER( noise )
-
     SETUP_VFILTER( psychedelic )
 
     SETUP_VFILTER( sharpen )
diff --git a/modules/gui/qt4/ui/video_effects.ui b/modules/gui/qt4/ui/video_effects.ui
index 6455894..18ccb8f 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -6,12 +6,12 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>542</width>
-    <height>284</height>
+    <width>629</width>
+    <height>321</height>
    </rect>
   </property>
   <property name="currentIndex">
-   <number>0</number>
+   <number>3</number>
   </property>
   <widget class="QWidget" name="tab">
    <attribute name="title">
@@ -860,13 +860,6 @@
       </property>
      </widget>
     </item>
-    <item row="3" column="1">
-     <widget class="QCheckBox" name="noiseEnable">
-      <property name="text">
-       <string>Noise</string>
-      </property>
-     </widget>
-    </item>
    </layout>
   </widget>
   <widget class="QWidget" name="tab_atmo">
@@ -1652,7 +1645,6 @@
   <tabstop>gradientCartoonCheck</tabstop>
   <tabstop>sepiaEnable</tabstop>
   <tabstop>sepiaIntensitySpin</tabstop>
-  <tabstop>noiseEnable</tabstop>
   <tabstop>posterizeEnable</tabstop>
   <tabstop>posterizeLevelSpin</tabstop>
   <tabstop>motionblurEnable</tabstop>



More information about the vlc-commits mailing list