]> git.sesse.net Git - vlc/commitdiff
Qt4 - Slider bug temporary solving.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 7 Aug 2007 17:04:49 +0000 (17:04 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 7 Aug 2007 17:04:49 +0000 (17:04 +0000)
Patch by Hannes Domani
THANKS updated.

THANKS
modules/gui/qt4/main_interface.cpp

diff --git a/THANKS b/THANKS
index 4c33dc3001738c98c68219430dddaa2ed632a2c8..01f876cbf375ff1c615d13c9b893eea50aa19cb2 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -57,7 +57,7 @@ Daniel Stränger <vlc at schmaller d0t de> - M3U, xtag and playlist improvements
 Danko Dolch <info at dolchonline d0t net> - Icons and Design for Qt4 Interface
 David Kennedy <dkennedy at tinytoad.com> - X11 fullscreen patch
 Daniel Dreibrodt, aka aLtgLasS <daniel d.t dreibrodt -@t- gmx d0t de> - VLC 0.8.5 default skin
-Daniel Nylander <info@danielnylander at se> - Swedish translation
+Daniel Nylander <info @t danielnylander at se> - Swedish translation
 David J LaBarre "DJ" - Forum help, moderation and support
 David Thiel - security audit and report
 David Weber <david_weber at gmx.de> - Mac OS X interface design & graphics (v0.5.0)
@@ -87,7 +87,8 @@ Goetz Waschk <waschk at informatik.uni-rostock dot de> - Mandrake packages
 Haakon Meland Eriksen - Norwegian translation
 Han HoJoong <0demon0 at paran dot com> - Korean translation
 Hans-Peter Jansen <hpj at urpla.net> - patch for module options handling
-Harry Sintonen <sintonen@iki.fi> - fix for MKV demuxer
+Hannes Domani <ssbssa at yahoo dot de> - Qt4 interfaces patches
+Harry Sintonen <sintonen at iki.fi> - fix for MKV demuxer
 Igor Helman - VLM msecseek command
 Ilkka Ollakka - SDP bitrate patch, various VLM fixes, transcode afilter/vfilter fix
 Jan David Mol <jjdmol at gmail.com> - Suggested some flags for ffmpeg building
@@ -194,8 +195,8 @@ Udo Richter <udo underscore richter at gmx dot de> - Trancode padding / cropping
 Valek Filippov <frob at df.ru> - Russian translation
 Vicente Jimenez Aguilar <vice at v1ce.net> - Spanish translation
 Vincent Dimar - WxWidgets online help patch
-Vincent van den Heuvel <heuvel@mac.com> - OSX about window artwork (v0.8.4)
-Vincenzo Reale <smart2128 @ baslug.org> - Italian translation
+Vincent van den Heuvel <heuvel @t mac.com> - OSX about window artwork (v0.8.4)
+Vincenzo Reale <smart2128 @t baslug.org> - Italian translation
 Vitalijus Slavinskas <Vitalijus.Slavinskas at stud.ktu dot lt> - nsv patches
 Vitaly V. Bursov <vitalyvb at ukr dot net>
 Vladimir Chernyshov - MMX motion optimizations
index d65962bc77b7df20893628930f2976379442bdc4..d3b8bd7a3513fcc852c520ce16674ae134dc300d 100644 (file)
@@ -289,7 +289,7 @@ void MainInterface::handleMainUi( QSettings *settings )
 
     /* Configure the UI */
     slider = new InputSlider( Qt::Horizontal, NULL );
-    ui.vboxLayout->insertWidget( 0, slider );
+    mainLayout->insertWidget( 0, slider );
     ui.discFrame->hide();
 
     BUTTON_SET_IMG( ui.prevSectionButton, "", previous.png, "" );