[vlc-devel] commit: Add panoramix to the UI. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Mar 31 07:41:26 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 30 22:42:33 2008 -0700| [7d40254e318bb991932cd393a0f9fe6994cc9186]
Add panoramix to the UI.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d40254e318bb991932cd393a0f9fe6994cc9186
---
modules/gui/qt4/components/extended_panels.cpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 1411dfd..783b8fa 100755
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -185,6 +185,11 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER_OPTION( wallRowsSpin, valueChanged( int ) )
SETUP_VFILTER_OPTION( wallColsSpin, valueChanged( int ) )
+ SETUP_VFILTER( panoramix )
+ SETUP_VFILTER_OPTION( panorRowsSpin, valueChanged( int ) )
+ SETUP_VFILTER_OPTION( panorColsSpin, valueChanged( int ) )
+
+
SETUP_VFILTER( erase )
SETUP_VFILTER_OPTION( eraseMaskText, editingFinished() )
SETUP_VFILTER_OPTION( eraseYSpin, valueChanged( int ) )
More information about the vlc-devel
mailing list