]> git.sesse.net Git - vlc/log
vlc
16 years agoQt4 - Add new icons for the playlist/shuffle/repeat.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 16:23:03 +0000 (16:23 +0000)]
Qt4 - Add new icons for the playlist/shuffle/repeat.
Icons done by aLtgLasS.

16 years agoSaves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR...
Antoine Cellerier [Sun, 9 Sep 2007 16:19:18 +0000 (16:19 +0000)]
Saves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR/VideoLAN/).

16 years agoQt4 - Add a VLM.ui.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 16:17:15 +0000 (16:17 +0000)]
Qt4 - Add a VLM.ui.
Patch by Jean-François Massol

16 years agoFix win32 typo.
Antoine Cellerier [Sun, 9 Sep 2007 16:13:56 +0000 (16:13 +0000)]
Fix win32 typo.

16 years agoOn OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG...
Antoine Cellerier [Sun, 9 Sep 2007 16:10:45 +0000 (16:10 +0000)]
On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267

16 years agoFixes segfault
Rafaël Carré [Sun, 9 Sep 2007 14:46:22 +0000 (14:46 +0000)]
Fixes segfault

16 years agoMakes it clear that one-instance mode is optional
Rafaël Carré [Sun, 9 Sep 2007 13:43:40 +0000 (13:43 +0000)]
Makes it clear that one-instance mode is optional

16 years agostream_out_rtp: Linux splice() support
Rémi Denis-Courmont [Sun, 9 Sep 2007 11:22:16 +0000 (11:22 +0000)]
stream_out_rtp: Linux splice() support

16 years agoFix trax issue 3 on win32, patch by Hannes Domani
Rafaël Carré [Sun, 9 Sep 2007 09:36:16 +0000 (09:36 +0000)]
Fix trax issue 3 on win32, patch by Hannes Domani

16 years agoadd back check to see if infopanel is opened for something else than
Ilkka Ollakka [Sun, 9 Sep 2007 08:09:30 +0000 (08:09 +0000)]
add back check to see if infopanel is opened for something else than
current item.

16 years agoQt4 - Add a close button on the extended Panels as requested. Trax#44 Closed.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 01:29:00 +0000 (01:29 +0000)]
Qt4 - Add a close button on the extended Panels as requested. Trax#44 Closed.

16 years agoQt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volum...
Jean-Baptiste Kempf [Sun, 9 Sep 2007 01:17:15 +0000 (01:17 +0000)]
Qt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volume, which will help to debug.
However, I still don't understand whether the "normal" volume is 256 or 512 and when starts the "dangerous" amplification

16 years agoQt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often...
Jean-Baptiste Kempf [Sun, 9 Sep 2007 00:59:44 +0000 (00:59 +0000)]
Qt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often. Redesign only when needed.

16 years agoqt4 fullscreen: releases the vout
Rafaël Carré [Sat, 8 Sep 2007 21:17:35 +0000 (21:17 +0000)]
qt4 fullscreen: releases the vout

16 years agoMakes services_discovery option strictly load the given module (i.e. not use a fallba...
Rafaël Carré [Sat, 8 Sep 2007 20:18:25 +0000 (20:18 +0000)]
Makes services_discovery option strictly load the given module (i.e. not use a fallback module if the one specified isn't available)

16 years agoqt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
Rafaël Carré [Sat, 8 Sep 2007 20:13:16 +0000 (20:13 +0000)]
qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24

16 years agoMoves volume icon update in the timer
Rafaël Carré [Sat, 8 Sep 2007 19:51:34 +0000 (19:51 +0000)]
Moves volume icon update in the timer
Sets default icon to high

16 years agoQt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 19:02:47 +0000 (19:02 +0000)]
Qt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.

16 years agoqt4: Adds a volume-muted icon
Rafaël Carré [Sat, 8 Sep 2007 18:49:56 +0000 (18:49 +0000)]
qt4: Adds a volume-muted icon

16 years agoQt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 18:32:17 +0000 (18:32 +0000)]
Qt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label.

16 years agoDon't use PLAYLIST_GO when adding directories, fix trax 16th issue
Rafaël Carré [Sat, 8 Sep 2007 17:54:38 +0000 (17:54 +0000)]
Don't use PLAYLIST_GO when adding directories, fix trax 16th issue

16 years agoQt4 - Menu: inconstency, reattach interfaces to tools menu. Trax#44
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:24:18 +0000 (17:24 +0000)]
Qt4 - Menu: inconstency, reattach interfaces to tools menu. Trax#44

16 years agoQt4 - Removing frightening debug message :D
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:19:43 +0000 (17:19 +0000)]
Qt4 - Removing frightening debug message :D

16 years agoQt4 - Menu. Code cosmetic.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:18:51 +0000 (17:18 +0000)]
Qt4 - Menu. Code cosmetic.

16 years agoQt4 - Menu consistency for Tools.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:14:00 +0000 (17:14 +0000)]
Qt4 - Menu consistency for Tools.

16 years agoQt4 - Cleanups, simplifications. Public=>Private for slots.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 16:01:33 +0000 (16:01 +0000)]
Qt4 - Cleanups, simplifications. Public=>Private for slots.

16 years agoQt4 - Cleanups on dialog and public=>private.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 15:48:31 +0000 (15:48 +0000)]
Qt4 - Cleanups on dialog and public=>private.

16 years agoQt4 - Errors: cleanup, trailing spaces and (). Public => private.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 15:38:23 +0000 (15:38 +0000)]
Qt4 - Errors: cleanup, trailing spaces and (). Public => private.

16 years agoQt4 - Sout: Hide the UDP output options by default, but provide an easy way to activa...
Jean-Baptiste Kempf [Sat, 8 Sep 2007 15:11:58 +0000 (15:11 +0000)]
Qt4 - Sout: Hide the UDP output options by default, but provide an easy way to activate it.

16 years agoonly emit rateChanged when it has changed
Ilkka Ollakka [Sat, 8 Sep 2007 15:08:54 +0000 (15:08 +0000)]
only emit rateChanged when it has changed

16 years agoSimplify
Rémi Denis-Courmont [Sat, 8 Sep 2007 14:59:44 +0000 (14:59 +0000)]
Simplify

16 years agoQt4 - oops. fix Trax#42
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:52:53 +0000 (14:52 +0000)]
Qt4 - oops. fix Trax#42

16 years agoQt4 - cleanup.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:50:22 +0000 (14:50 +0000)]
Qt4 - cleanup.

16 years agoQt4 - add qt-error-dialogs option and fix interaction. Should fix part of #1229.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:50:04 +0000 (14:50 +0000)]
Qt4 - add qt-error-dialogs option and fix interaction. Should fix part of #1229.

16 years agoQt4 - Fix previous commit and implement also snapshot button.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:10:31 +0000 (14:10 +0000)]
Qt4 - Fix previous commit and implement also snapshot button.

16 years agoQt4 - Fullscreen button should work now. hasVideo() does not work, so force the activ...
Jean-Baptiste Kempf [Sat, 8 Sep 2007 13:53:58 +0000 (13:53 +0000)]
Qt4 - Fullscreen button should work now. hasVideo() does not work, so force the activation of related buttons.

16 years agoQt4 - MainInterface and InputManager: setRate actually shows something in the interface.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 13:45:25 +0000 (13:45 +0000)]
Qt4 - MainInterface and InputManager: setRate actually shows something in the interface.

16 years agoRTCP SR is back
Rémi Denis-Courmont [Sat, 8 Sep 2007 12:00:13 +0000 (12:00 +0000)]
RTCP SR is back

16 years agoBring back the lightweight RTCP sender
Rémi Denis-Courmont [Sat, 8 Sep 2007 11:36:00 +0000 (11:36 +0000)]
Bring back the lightweight RTCP sender

16 years agoMake room for RTCP support
Rémi Denis-Courmont [Sat, 8 Sep 2007 11:32:16 +0000 (11:32 +0000)]
Make room for RTCP support

16 years agoQt4 - Audio/Video order fix in menus. Changes MediaInformation shortcut to Ctrl+I...
Jean-Baptiste Kempf [Sat, 8 Sep 2007 11:10:30 +0000 (11:10 +0000)]
Qt4 - Audio/Video order fix in menus. Changes MediaInformation shortcut to Ctrl+I. Will not remove Ctrl+J for codecs since this is one of the most asked question.

16 years agoQt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48
Jean-Baptiste Kempf [Sat, 8 Sep 2007 11:06:45 +0000 (11:06 +0000)]
Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48

16 years agoQt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:56:44 +0000 (10:56 +0000)]
Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33

16 years agoQt4 TraxPage 27 QT4: initial size of vlc in windows.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:45:04 +0000 (10:45 +0000)]
Qt4 TraxPage 27 QT4: initial size of vlc in windows.

16 years agoQt4 - Open Capture: remove unuseful debug and use different numbers.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:39:05 +0000 (10:39 +0000)]
Qt4 - Open Capture: remove unuseful debug and use different numbers.

16 years agoQt4 - Open: fix https handling, udp port and rtsp adress entering, fix Trax#15
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:23:24 +0000 (10:23 +0000)]
Qt4 - Open: fix https handling, udp port and rtsp adress entering, fix Trax#15

16 years agoRemove dead RTCP code
Rémi Denis-Courmont [Sat, 8 Sep 2007 10:08:33 +0000 (10:08 +0000)]
Remove dead RTCP code

16 years agoaccess_out_udp: remove "raw" mode that is not used anymore
Rémi Denis-Courmont [Sat, 8 Sep 2007 09:50:01 +0000 (09:50 +0000)]
access_out_udp: remove "raw" mode that is not used anymore
(it was only used internally by the RTP sout).

16 years agoBring back the clock thread for RTP output.
Rémi Denis-Courmont [Sat, 8 Sep 2007 09:45:11 +0000 (09:45 +0000)]
Bring back the clock thread for RTP output.
Only now there is one per track rather than one per client per track.

16 years agoRemove dummy error
Rémi Denis-Courmont [Sat, 8 Sep 2007 09:36:35 +0000 (09:36 +0000)]
Remove dummy error

16 years agoQT 7.2 seems to handle PPS/SPS ok, so send them too.
Ilkka Ollakka [Sat, 8 Sep 2007 09:11:56 +0000 (09:11 +0000)]
QT 7.2 seems to handle PPS/SPS ok, so send them too.
small typo to fix port-audio/video sending.

16 years agoFix warnings
Rémi Denis-Courmont [Sat, 8 Sep 2007 08:48:15 +0000 (08:48 +0000)]
Fix warnings

16 years agoCode factorization
Rémi Denis-Courmont [Sat, 8 Sep 2007 08:43:14 +0000 (08:43 +0000)]
Code factorization

16 years agoCosmetics
Rémi Denis-Courmont [Sat, 8 Sep 2007 07:51:14 +0000 (07:51 +0000)]
Cosmetics

16 years agoQT4: fix warning on already assigned hotkey
Jean-Baptiste Kempf [Sat, 8 Sep 2007 02:29:44 +0000 (02:29 +0000)]
QT4: fix warning on already assigned hotkey
Patch by  Hannes Domani

16 years agoQt4 - MI: Install an event filter to make click on timeLabel automatically switch...
Jean-Baptiste Kempf [Sat, 8 Sep 2007 02:00:20 +0000 (02:00 +0000)]
Qt4 - MI: Install an event filter to make click on timeLabel automatically switch between modes.

16 years agoMakes a debug msg more explicit
Rafaël Carré [Sat, 8 Sep 2007 01:56:00 +0000 (01:56 +0000)]
Makes a debug msg more explicit

16 years agoQt4 - MainInterface, implement the feature request to show elapsed/remaining time...
Jean-Baptiste Kempf [Sat, 8 Sep 2007 01:45:16 +0000 (01:45 +0000)]
Qt4 - MainInterface, implement the feature request to show elapsed/remaining time in the statusBar() through a menu.

16 years agoqt4: Makes interface a bit wider on windows
Rafaël Carré [Sat, 8 Sep 2007 01:35:51 +0000 (01:35 +0000)]
qt4: Makes interface a bit wider on windows

16 years agoShows qt4 notification only if the player isn't visible
Rafaël Carré [Sat, 8 Sep 2007 01:32:33 +0000 (01:32 +0000)]
Shows qt4 notification only if the player isn't visible

16 years agoFix duration slider. Patch by Hannes Domani
Rafaël Carré [Sat, 8 Sep 2007 01:14:23 +0000 (01:14 +0000)]
Fix duration slider. Patch by Hannes Domani

16 years agoAdds a pause pixmap for the play/pause button
Rafaël Carré [Sat, 8 Sep 2007 00:46:40 +0000 (00:46 +0000)]
Adds a pause pixmap for the play/pause button
Fix play/pause toggle
Removes 2 unused signals

16 years agoQt4 - Dialog sizing.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 00:36:28 +0000 (00:36 +0000)]
Qt4 - Dialog sizing.

16 years agoQt4 - MediaInfo: layout again.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 00:30:45 +0000 (00:30 +0000)]
Qt4 - MediaInfo: layout again.

16 years agoQt4 - InfoPanels: correct a slot, correct slightly the layout.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 00:20:13 +0000 (00:20 +0000)]
Qt4 - InfoPanels:  correct a slot, correct slightly the layout.

16 years agoQt4 - Infopanels: cleanup, verification, updates of more widgets, block the edition...
Jean-Baptiste Kempf [Sat, 8 Sep 2007 00:13:06 +0000 (00:13 +0000)]
Qt4 - Infopanels: cleanup, verification, updates of more widgets, block the edition of NowPLaying.

16 years agoQt4 - Media Info: cleanup, and move public => private.
Jean-Baptiste Kempf [Fri, 7 Sep 2007 23:35:41 +0000 (23:35 +0000)]
Qt4 - Media Info: cleanup, and move public => private.

16 years agoQt4 - Media Info. Re-add some info for DVB. Clean the in_Edit state that was stored...
Jean-Baptiste Kempf [Fri, 7 Sep 2007 23:26:32 +0000 (23:26 +0000)]
Qt4 - Media Info. Re-add some info for DVB. Clean the in_Edit state that was stored two times in different classes.

16 years agoUses add_password for passwords
Rafaël Carré [Fri, 7 Sep 2007 23:06:32 +0000 (23:06 +0000)]
Uses add_password for passwords

16 years agoQt4 video filters panel: Comment out a debug message.
Antoine Cellerier [Fri, 7 Sep 2007 20:03:30 +0000 (20:03 +0000)]
Qt4 video filters panel: Comment out a debug message.

16 years agoSend data the same way for the explicit #rtp destination
Rémi Denis-Courmont [Fri, 7 Sep 2007 16:21:58 +0000 (16:21 +0000)]
Send data the same way for the explicit #rtp destination
and fix a few minor leaks

16 years agoUse plain sockets rather than the UDP access output for RTSP.
Rémi Denis-Courmont [Fri, 7 Sep 2007 15:57:38 +0000 (15:57 +0000)]
Use plain sockets rather than the UDP access output for RTSP.
This saves:
 - one malloc() per packet per client } due to
 - one memcpy() per packet per client } block_Duplicate()
 - one mwait() per packet per client, and
 - one thread per client per track

So it should really help scale RTSP broadcast up.
However, in its current state, it removes the pts synchronization,
which might not be such a great idea. I will re-add it later.

16 years agoseparate grabber creation
Rémi Denis-Courmont [Fri, 7 Sep 2007 14:48:59 +0000 (14:48 +0000)]
separate grabber creation

16 years ago#include order
Rémi Denis-Courmont [Fri, 7 Sep 2007 14:37:55 +0000 (14:37 +0000)]
#include order

16 years agosvn:ignore
Rémi Denis-Courmont [Fri, 7 Sep 2007 14:29:20 +0000 (14:29 +0000)]
svn:ignore

16 years agomisc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops).
Pierre d'Herbemont [Fri, 7 Sep 2007 13:55:08 +0000 (13:55 +0000)]
misc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops).

16 years agoContribs: x264, fix the new configure of x264.
Jean-Baptiste Kempf [Fri, 7 Sep 2007 12:47:46 +0000 (12:47 +0000)]
Contribs: x264, fix the new configure of x264.
ADD a $STRIP option to bootstrap because x264 needs it

16 years agoUse QLineEdit+inputMask instead of QSpinBox, still some alignment issue
Ilkka Ollakka [Fri, 7 Sep 2007 10:20:30 +0000 (10:20 +0000)]
Use QLineEdit+inputMask instead of QSpinBox, still some alignment issue
with numbers to be solved.

16 years agoQt4 - Sout: UDP is back
Jean-Baptiste Kempf [Thu, 6 Sep 2007 22:29:27 +0000 (22:29 +0000)]
Qt4 - Sout: UDP is back

16 years agoQt4 - Open: solve a bug in a signal.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 22:25:53 +0000 (22:25 +0000)]
Qt4 - Open: solve a bug in a signal.

16 years agocontribs: fixed mpcdec cross-compilation
Damien Fouilleul [Thu, 6 Sep 2007 22:06:23 +0000 (22:06 +0000)]
contribs: fixed mpcdec cross-compilation

16 years agoSlovenian translation update by Matej Urbančič
Christophe Mutricy [Thu, 6 Sep 2007 21:40:50 +0000 (21:40 +0000)]
Slovenian translation update by Matej Urbančič

16 years agoRevert change on mpcdec, which shouldn't have been in [21543]
Jean-Paul Saman [Thu, 6 Sep 2007 21:36:45 +0000 (21:36 +0000)]
Revert change on mpcdec, which shouldn't have been in [21543]

16 years agoQt4 - Sout: UDP => RTP.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 18:35:30 +0000 (18:35 +0000)]
Qt4 - Sout: UDP => RTP.

16 years agoUse #rtp consistent with MacOS and wx GUIs
Rémi Denis-Courmont [Thu, 6 Sep 2007 18:32:40 +0000 (18:32 +0000)]
Use #rtp consistent with MacOS and wx GUIs
(I haven't checked whether the UI labels need updating)

16 years agoTHanks - typo.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 18:22:06 +0000 (18:22 +0000)]
THanks - typo.

16 years agoQt4 - Optimization of mrl generator. Only needed things are generated.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 17:59:36 +0000 (17:59 +0000)]
Qt4 - Optimization of mrl generator. Only needed things are generated.
patch by Jean-François Massol

16 years agoContribs: don't disable network, since it breaks libavformat compilation, especially...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 16:04:14 +0000 (16:04 +0000)]
Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube.

16 years agoNEWS. add mention of spatializer filter.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 15:47:37 +0000 (15:47 +0000)]
NEWS. add mention of spatializer filter.

16 years agoQt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 12:27:59 +0000 (12:27 +0000)]
Qt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting the code n times.

16 years agoQt4 - Sout: add a file mask on the known muxers.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 12:18:58 +0000 (12:18 +0000)]
Qt4 - Sout: add a file mask on the known muxers.
patch by Jean-François Massol

16 years agoQt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 11:59:32 +0000 (11:59 +0000)]
Qt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label on the okButton according...

16 years agoQt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 11:18:01 +0000 (11:18 +0000)]
Qt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still a lot of problems with that code, but at least it can be reverted.

16 years agoThanks to jf massol for Qt4 work.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 02:03:21 +0000 (02:03 +0000)]
Thanks to jf massol for Qt4 work.

16 years agoconfigure.ac: Activate minimal_macosx.
Pierre d'Herbemont [Thu, 6 Sep 2007 01:58:53 +0000 (01:58 +0000)]
configure.ac: Activate minimal_macosx.

16 years agoQt4 - Sout: add functions to choose some predefined profiles for audio/video codecs.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 01:56:02 +0000 (01:56 +0000)]
Qt4 - Sout: add functions to choose some predefined profiles for audio/video codecs.
Only basics options are done ( AVCodec + Muxer mainly ).
Two profiles are done. If you want to add more, then search "ADD HERE" in sout.cpp.
Reindentation of older code.

16 years agoQt4 - Names changement and some bug fixes.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 00:20:40 +0000 (00:20 +0000)]
Qt4 - Names changement and some bug fixes.

16 years agoqt4 - Sout: trailing spaces.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 23:43:33 +0000 (23:43 +0000)]
qt4 - Sout: trailing spaces.

16 years agoqt4 - Sout.ui in a Qt4.2 compatible way.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 23:23:27 +0000 (23:23 +0000)]
qt4 - Sout.ui in a Qt4.2 compatible way.

16 years agoQt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 23:17:19 +0000 (23:17 +0000)]
Qt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui.