]> git.sesse.net Git - vlc/log
vlc
17 years agoAdd videoportals stuff to NEWS.
Antoine Cellerier [Fri, 11 May 2007 23:54:47 +0000 (23:54 +0000)]
Add videoportals stuff to NEWS.

17 years agovideoportals.c: remove debug printf.
Antoine Cellerier [Fri, 11 May 2007 23:52:50 +0000 (23:52 +0000)]
videoportals.c: remove debug printf.

17 years agovideoportals.c: Add metacafe URL support.
Antoine Cellerier [Fri, 11 May 2007 23:51:02 +0000 (23:51 +0000)]
videoportals.c: Add metacafe URL support.

17 years agovideoportals.c: Add support for google video (this sometimes fails ... the gvp vile...
Antoine Cellerier [Fri, 11 May 2007 23:33:58 +0000 (23:33 +0000)]
videoportals.c: Add support for google video (this sometimes fails ... the gvp vile referencing an empty url).

17 years agoQt4 - small changes and factorisations in CONNECTs
Jean-Baptiste Kempf [Fri, 11 May 2007 23:25:40 +0000 (23:25 +0000)]
Qt4 - small changes and factorisations in CONNECTs

17 years agogvp.c: Fix Google Video Playlist detection code.
Antoine Cellerier [Fri, 11 May 2007 23:19:39 +0000 (23:19 +0000)]
gvp.c: Fix Google Video Playlist detection code.

17 years agohttp Access: Simplify the re-location code.
Pierre d'Herbemont [Fri, 11 May 2007 23:19:34 +0000 (23:19 +0000)]
http Access: Simplify the re-location code.

17 years agoDon't hide the name in the status bar. Oups.
Christophe Mutricy [Fri, 11 May 2007 23:17:14 +0000 (23:17 +0000)]
Don't hide the name in the status bar. Oups.

17 years agoPut SGI decoder with the latest version of ffmpeg.
Jean-Baptiste Kempf [Fri, 11 May 2007 23:13:51 +0000 (23:13 +0000)]
Put SGI decoder with the latest version of ffmpeg.

17 years agovideoportals.c: Add support for Daily Motion URLs (the webpage's url).
Antoine Cellerier [Fri, 11 May 2007 23:08:19 +0000 (23:08 +0000)]
videoportals.c: Add support for Daily Motion URLs (the webpage's url).

17 years agoAdd some NEWS.
Jean-Baptiste Kempf [Fri, 11 May 2007 22:46:50 +0000 (22:46 +0000)]
Add some NEWS.

17 years agoCodecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad...
Jean-Baptiste Kempf [Fri, 11 May 2007 22:31:09 +0000 (22:31 +0000)]
Codecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad targa iamges. Tested.

17 years agodemux/playlist/: New "video portals" playlist demux. You feed it a url from a popular...
Antoine Cellerier [Fri, 11 May 2007 22:27:33 +0000 (22:27 +0000)]
demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more.

17 years agoinput.c: if available, use p_access->psz_path instead of psz_path when calling demux2...
Antoine Cellerier [Fri, 11 May 2007 22:15:45 +0000 (22:15 +0000)]
input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).

17 years agoFix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). ...
Antoine Cellerier [Fri, 11 May 2007 22:05:02 +0000 (22:05 +0000)]
Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!)

17 years agoFFMPEG: activate WMVA since it seems to work (tested with three different files)
Jean-Baptiste Kempf [Fri, 11 May 2007 21:58:10 +0000 (21:58 +0000)]
FFMPEG: activate WMVA since it seems to work (tested with three different files)

17 years agoffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.
Jean-Baptiste Kempf [Fri, 11 May 2007 21:50:03 +0000 (21:50 +0000)]
ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.

17 years agoFFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)
Jean-Baptiste Kempf [Fri, 11 May 2007 20:02:34 +0000 (20:02 +0000)]
FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)

17 years agoFFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D
Jean-Baptiste Kempf [Fri, 11 May 2007 19:46:25 +0000 (19:46 +0000)]
FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D

17 years agoMac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)
Pierre d'Herbemont [Fri, 11 May 2007 19:19:11 +0000 (19:19 +0000)]
Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)

17 years agoFfmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
Jean-Baptiste Kempf [Fri, 11 May 2007 19:19:11 +0000 (19:19 +0000)]
Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)

17 years agoAdd a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff...
Jean-Baptiste Kempf [Fri, 11 May 2007 18:19:43 +0000 (18:19 +0000)]
Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me.

17 years agoMac OS X gui: Make sure we don't see a ghost window in expose.
Pierre d'Herbemont [Fri, 11 May 2007 09:11:36 +0000 (09:11 +0000)]
Mac OS X gui: Make sure we don't see a ghost window in expose.

17 years agoAdd a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?
Jean-Baptiste Kempf [Fri, 11 May 2007 00:18:38 +0000 (00:18 +0000)]
Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?

17 years agoQt4 - Open Network Dialog: add https to the list and checks.
Jean-Baptiste Kempf [Thu, 10 May 2007 23:25:17 +0000 (23:25 +0000)]
Qt4 - Open Network Dialog: add https to the list and checks.

17 years agoQt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
Jean-Baptiste Kempf [Thu, 10 May 2007 23:14:05 +0000 (23:14 +0000)]
Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?

17 years agoQt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show...
Jean-Baptiste Kempf [Thu, 10 May 2007 23:10:55 +0000 (23:10 +0000)]
Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes.

17 years agoqt4: Make the name in the title an option
Christophe Mutricy [Thu, 10 May 2007 22:52:19 +0000 (22:52 +0000)]
qt4: Make the name in the title an option

17 years agoDefault more cleanly on moc and uic
Christophe Mutricy [Thu, 10 May 2007 19:53:46 +0000 (19:53 +0000)]
Default more cleanly on moc and uic

17 years agoQt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3...
Jean-Baptiste Kempf [Thu, 10 May 2007 18:00:12 +0000 (18:00 +0000)]
Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC.

17 years agoMac OS X gui: Fix a crash when waking up from sleep.
Pierre d'Herbemont [Thu, 10 May 2007 12:24:23 +0000 (12:24 +0000)]
Mac OS X gui: Fix a crash when waking up from sleep.

17 years agoFix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006
Christophe Mutricy [Wed, 9 May 2007 22:49:10 +0000 (22:49 +0000)]
Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006

17 years agoSlovenian l10n by MAteh Urbancic
Christophe Mutricy [Wed, 9 May 2007 22:10:25 +0000 (22:10 +0000)]
Slovenian l10n by MAteh Urbancic

17 years agoUpdate the pot file
Christophe Mutricy [Wed, 9 May 2007 22:10:21 +0000 (22:10 +0000)]
Update the pot file

17 years ago* rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at...
Antoine Cellerier [Wed, 9 May 2007 20:20:52 +0000 (20:20 +0000)]
* rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details.

17 years agoFix choppy audio on live play - caching enabled properly
Ken Self [Wed, 9 May 2007 19:43:05 +0000 (19:43 +0000)]
Fix choppy audio on live play - caching enabled properly
Discard samples before demux is ready
Timeout if no samples received
Header file tidy up

17 years agoHeader file tidy-up - get guids from libstrmiids
Ken Self [Wed, 9 May 2007 19:40:09 +0000 (19:40 +0000)]
Header file tidy-up - get guids from libstrmiids

17 years agoHW Pixel Doubling and Backlight-on for Maemo devices
Rémi Denis-Courmont [Wed, 9 May 2007 18:48:21 +0000 (18:48 +0000)]
HW Pixel Doubling and Backlight-on for Maemo devices
Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland

17 years ago* removed some dead code and corrected some minor stuff from the previous commits...
Felix Paul Kühne [Wed, 9 May 2007 17:33:21 +0000 (17:33 +0000)]
* removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre!

17 years ago- Qt4: remember last directory browsed in file dialog
Damien Fouilleul [Wed, 9 May 2007 16:11:33 +0000 (16:11 +0000)]
- Qt4: remember last directory browsed in file dialog

17 years agoMac OS X gui: Fix tabs.
Pierre d'Herbemont [Tue, 8 May 2007 18:50:40 +0000 (18:50 +0000)]
Mac OS X gui: Fix tabs.

17 years agoMac OS X gui: Fix tabs.
Pierre d'Herbemont [Tue, 8 May 2007 18:44:31 +0000 (18:44 +0000)]
Mac OS X gui: Fix tabs.

17 years agoAdd a hotkey to toggle wallpaper mode. Currently only works for directx of course :)
Antoine Cellerier [Tue, 8 May 2007 18:20:28 +0000 (18:20 +0000)]
Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :)

17 years agoTab and trailing space police.
Antoine Cellerier [Tue, 8 May 2007 18:03:16 +0000 (18:03 +0000)]
Tab and trailing space police.

17 years ago- directx: commit patch by Sergey Volk
Damien Fouilleul [Tue, 8 May 2007 15:39:36 +0000 (15:39 +0000)]
- directx: commit patch by Sergey Volk

17 years agoMac OS X gui: Fix logo appearance.
Pierre d'Herbemont [Tue, 8 May 2007 13:51:35 +0000 (13:51 +0000)]
Mac OS X gui: Fix logo appearance.

17 years agoMac OS X gui: Protect against NULL string, and fix filter window crash.
Pierre d'Herbemont [Tue, 8 May 2007 13:35:38 +0000 (13:35 +0000)]
Mac OS X gui: Protect against NULL string, and fix filter window crash.

17 years agoMac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and...
Pierre d'Herbemont [Tue, 8 May 2007 11:25:39 +0000 (11:25 +0000)]
Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning.

17 years agoHotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to...
Pierre d'Herbemont [Tue, 8 May 2007 11:23:47 +0000 (11:23 +0000)]
Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review.

17 years agopython bindings: use mediacontrol_StreamInformation__free + fix
Olivier Aubert [Mon, 7 May 2007 13:28:49 +0000 (13:28 +0000)]
python bindings: use mediacontrol_StreamInformation__free + fix
memleak in MediaControl_snapshot

17 years agomediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
Olivier Aubert [Mon, 7 May 2007 13:22:03 +0000 (13:22 +0000)]
mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.

17 years agoAdd news about proxy support for MMSH streams (please add these kind of news when...
Antoine Cellerier [Fri, 4 May 2007 21:49:09 +0000 (21:49 +0000)]
Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!)

17 years ago* mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).
Antoine Cellerier [Fri, 4 May 2007 21:48:04 +0000 (21:48 +0000)]
* mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).

17 years ago"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
Antoine Cellerier [Fri, 4 May 2007 21:40:05 +0000 (21:40 +0000)]
"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka

17 years ago"[PATCH] show input index-number in vlm show" by Ilkka Ollakka
Antoine Cellerier [Fri, 4 May 2007 21:35:50 +0000 (21:35 +0000)]
"[PATCH] show input index-number in vlm show" by Ilkka Ollakka

17 years ago- wxwidgets: slider tweaks completed, needs testing
Damien Fouilleul [Fri, 4 May 2007 20:05:20 +0000 (20:05 +0000)]
- wxwidgets: slider tweaks completed, needs testing

17 years agoPersian localisation by Meelad Zakaria and Farzaneh Sarafraz
Christophe Mutricy [Fri, 4 May 2007 19:21:48 +0000 (19:21 +0000)]
Persian localisation by Meelad Zakaria and Farzaneh Sarafraz

17 years ago- wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that...
Damien Fouilleul [Fri, 4 May 2007 17:57:30 +0000 (17:57 +0000)]
- wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks

17 years agoMac OS X gui: Quick Preferences fix.
Pierre d'Herbemont [Fri, 4 May 2007 13:29:15 +0000 (13:29 +0000)]
Mac OS X gui: Quick Preferences fix.

17 years ago* don't use emacs when compiling gettext on non-win32 platforms. This fixes the compi...
Felix Paul Kühne [Fri, 4 May 2007 07:20:21 +0000 (07:20 +0000)]
* don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases.

17 years agoqt4 - Systray: - Repair the hide-and-never-show-back bug,
Jean-Baptiste Kempf [Fri, 4 May 2007 00:04:11 +0000 (00:04 +0000)]
qt4 - Systray: - Repair the hide-and-never-show-back bug,
               - Repair the quit-VLC-but-let-the-menu W32 bug,
               - add an option to start VLC minimized.

17 years ago* src/input/stream.c: fix input-list code.
Gildas Bazin [Thu, 3 May 2007 20:42:54 +0000 (20:42 +0000)]
* src/input/stream.c: fix input-list code.

17 years agopython bindings: use new mediacontrol_exception_create function
Olivier Aubert [Thu, 3 May 2007 20:03:09 +0000 (20:03 +0000)]
python bindings: use new mediacontrol_exception_create function

17 years agomediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_e...
Olivier Aubert [Thu, 3 May 2007 20:02:34 +0000 (20:02 +0000)]
mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init

17 years agoChange prefer-system-codecs category (put it in codecs, not input/codec)
Jean-Baptiste Kempf [Thu, 3 May 2007 19:52:45 +0000 (19:52 +0000)]
Change prefer-system-codecs category (put it in codecs, not input/codec)

17 years agoQt4 - GOto TIme dialog. Adjustement in size.
Jean-Baptiste Kempf [Thu, 3 May 2007 19:31:13 +0000 (19:31 +0000)]
Qt4 - GOto TIme dialog. Adjustement in size.

17 years agoqt4 - Open dialog. Smaller Width;
Jean-Baptiste Kempf [Thu, 3 May 2007 19:18:39 +0000 (19:18 +0000)]
qt4 - Open dialog. Smaller Width;

17 years agosrc/control/mediacontrol_util.c: revert rev. 19899, and document the
Olivier Aubert [Thu, 3 May 2007 17:44:07 +0000 (17:44 +0000)]
src/control/mediacontrol_util.c: revert rev. 19899, and document the
mediacontrol_exception_init function.

17 years ago* modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.
Dennis van Amerongen [Thu, 3 May 2007 16:53:14 +0000 (16:53 +0000)]
* modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.

17 years agoQt4 - Open Disc: handle dvdsimple
Jean-Baptiste Kempf [Wed, 2 May 2007 23:30:54 +0000 (23:30 +0000)]
Qt4 - Open Disc: handle dvdsimple

17 years agoCosmetic and brackets.
Jean-Baptiste Kempf [Wed, 2 May 2007 23:11:26 +0000 (23:11 +0000)]
Cosmetic and brackets.

17 years agoAdd a "(" to fix previous commit.
Jean-Baptiste Kempf [Wed, 2 May 2007 23:04:07 +0000 (23:04 +0000)]
Add a "(" to fix previous commit.

17 years agoShould add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me...
Jean-Baptiste Kempf [Wed, 2 May 2007 22:59:49 +0000 (22:59 +0000)]
Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c)

17 years agoqt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click...
Jean-Baptiste Kempf [Wed, 2 May 2007 22:57:51 +0000 (22:57 +0000)]
qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling.

17 years agoQt4 - Preferences. Add an apply button and warnings to force saving
Jean-Baptiste Kempf [Wed, 2 May 2007 22:55:45 +0000 (22:55 +0000)]
Qt4 - Preferences. Add an apply button and warnings to force saving
and rebuilding when switching details depth.

17 years agoqt4 - Simple Preferences: add the overlay option to the video preferences panel.
Jean-Baptiste Kempf [Wed, 2 May 2007 21:19:35 +0000 (21:19 +0000)]
qt4 - Simple Preferences: add the overlay option to the video preferences panel.

17 years agoQt4 - Add various tooltips: Open (1)
Jean-Baptiste Kempf [Wed, 2 May 2007 21:10:08 +0000 (21:10 +0000)]
Qt4 - Add various tooltips: Open (1)

17 years agoQt4 - Text correction.
Jean-Baptiste Kempf [Wed, 2 May 2007 20:33:24 +0000 (20:33 +0000)]
Qt4 - Text correction.

17 years agoQt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for...
Jean-Baptiste Kempf [Wed, 2 May 2007 19:58:03 +0000 (19:58 +0000)]
Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294

17 years ago- direct3d: fix for cropping, closes #1185
Damien Fouilleul [Wed, 2 May 2007 17:30:25 +0000 (17:30 +0000)]
- direct3d: fix for cropping, closes #1185

17 years agoProvide va_list variant to MakeSDPMedia
Rémi Denis-Courmont [Tue, 1 May 2007 17:18:46 +0000 (17:18 +0000)]
Provide va_list variant to MakeSDPMedia

17 years agoAdd helper for SDP media description formatting
Rémi Denis-Courmont [Tue, 1 May 2007 17:14:14 +0000 (17:14 +0000)]
Add helper for SDP media description formatting

17 years agoFix some memleaks
Rémi Denis-Courmont [Tue, 1 May 2007 15:46:13 +0000 (15:46 +0000)]
Fix some memleaks

17 years agofake.c: allow changing the fake-file-reload option at runtime (untested).
Antoine Cellerier [Tue, 1 May 2007 14:24:16 +0000 (14:24 +0000)]
fake.c: allow changing the fake-file-reload option at runtime (untested).

17 years agoApply the same probes as is done in Open when checking other mkvs in
Sigmund Augdal Helberg [Tue, 1 May 2007 11:08:40 +0000 (11:08 +0000)]
Apply the same probes as is done in Open when checking other mkvs in
the same dir in order to weed out invalid files before calling
libmatroska. Fixes #1158 and a memleak in that area

17 years agohotkeys.c: Don't continue looking once the action for your key is
Sigmund Augdal Helberg [Tue, 1 May 2007 10:10:34 +0000 (10:10 +0000)]
hotkeys.c: Don't continue looking once the action for your key is
found. Should save a few precious cycles

17 years agohotkeys.c: Print a warning and do nothing when something issues a 0
Sigmund Augdal Helberg [Tue, 1 May 2007 09:58:59 +0000 (09:58 +0000)]
hotkeys.c: Print a warning and do nothing when something issues a 0
keyevent, rather than execute the last unassigned key action. Fixes an
issue that causes the playback to be unintenionally paused whenever a
modifier is pressed and the qt4 interface has focus (key-pause is not
assigned by default)

17 years agoQt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmar...
Jean-Baptiste Kempf [Mon, 30 Apr 2007 19:49:26 +0000 (19:49 +0000)]
Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs...

17 years agoQt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.
Jean-Baptiste Kempf [Mon, 30 Apr 2007 19:12:15 +0000 (19:12 +0000)]
Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.

17 years agoQt4 - Preferences: Add an option and the code needed to start with the advanced prefe...
Jean-Baptiste Kempf [Mon, 30 Apr 2007 18:09:34 +0000 (18:09 +0000)]
Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function.

17 years agoQt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel...
Jean-Baptiste Kempf [Mon, 30 Apr 2007 17:42:21 +0000 (17:42 +0000)]
Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.

17 years agoHandle errors without crashing
Rémi Denis-Courmont [Mon, 30 Apr 2007 15:04:47 +0000 (15:04 +0000)]
Handle errors without crashing

17 years agoQt4 - Indentation fix on previous commit.
Jean-Baptiste Kempf [Mon, 30 Apr 2007 00:50:19 +0000 (00:50 +0000)]
Qt4 - Indentation fix on previous commit.

17 years agoQt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value...
Jean-Baptiste Kempf [Mon, 30 Apr 2007 00:44:18 +0000 (00:44 +0000)]
Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now.

17 years agoQt4 - Very slight change of behaviour.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 22:52:08 +0000 (22:52 +0000)]
Qt4 - Very slight change of behaviour.

17 years agoQt4 - Preferences. Implement the onUpdate for ModuleList.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 22:47:36 +0000 (22:47 +0000)]
Qt4 - Preferences. Implement the onUpdate for ModuleList.

17 years agoQt4 - Simple Prefs: little adjustements.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 21:50:34 +0000 (21:50 +0000)]
Qt4 - Simple Prefs: little adjustements.

17 years agoQt4 - File forgotten in previous commit.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 21:21:55 +0000 (21:21 +0000)]
Qt4 - File forgotten in previous commit.

17 years agoQt4 - Simple Prefs. Small modifications on style.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 21:16:16 +0000 (21:16 +0000)]
Qt4 - Simple Prefs. Small modifications on style.

17 years ago- live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP...
Damien Fouilleul [Sun, 29 Apr 2007 17:44:44 +0000 (17:44 +0000)]
- live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request