]> git.sesse.net Git - vlc/log
vlc
16 years ago* couple of NEWS updates and typo fixes here and there
Felix Paul Kühne [Thu, 27 Dec 2007 12:44:02 +0000 (12:44 +0000)]
* couple of NEWS updates and typo fixes here and there

16 years ago* revert previous forward-port, as video-device's content changed for 0.9.0. Thanks...
Felix Paul Kühne [Wed, 26 Dec 2007 20:40:50 +0000 (20:40 +0000)]
* revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.

16 years ago* forward-port [23884]
Felix Paul Kühne [Wed, 26 Dec 2007 20:12:59 +0000 (20:12 +0000)]
* forward-port [23884]

16 years agovideo_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab...
Pierre d'Herbemont [Wed, 26 Dec 2007 19:55:39 +0000 (19:55 +0000)]
video_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab the anti-tearing stuff from the Mac OS X GL vout.

16 years agoMove a few large inlines out of include/
Rémi Denis-Courmont [Wed, 26 Dec 2007 12:29:53 +0000 (12:29 +0000)]
Move a few large inlines out of include/

16 years agoCode factorization
Rémi Denis-Courmont [Wed, 26 Dec 2007 12:21:56 +0000 (12:21 +0000)]
Code factorization

16 years agoAdd "safe" config item property
Rémi Denis-Courmont [Wed, 26 Dec 2007 12:13:56 +0000 (12:13 +0000)]
Add "safe" config item property

16 years agoThree new chroma converters:
Antoine Cellerier [Wed, 26 Dec 2007 02:35:50 +0000 (02:35 +0000)]
Three new chroma converters:
 * yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
 * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
 * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)

16 years agoMacOSX/Framework/VLCMediaDiscoverer.m: Remove silly debug code.
Pierre d'Herbemont [Wed, 26 Dec 2007 01:14:28 +0000 (01:14 +0000)]
MacOSX/Framework/VLCMediaDiscoverer.m: Remove silly debug code.

16 years agoSome more filter work:
Antoine Cellerier [Wed, 26 Dec 2007 00:44:51 +0000 (00:44 +0000)]
Some more filter work:
 * adjust.c, extract.c: packed YUV 422 support.
 * filter_picture.h: code shared by some "video filter2" filters.
 * erase.c: validate the picture chroma in the constructor.

16 years agovlc/libvlc.h: Set the return value of the libvlc_*_is_*() call to vlc_bool_t.
Pierre d'Herbemont [Tue, 25 Dec 2007 23:34:52 +0000 (23:34 +0000)]
vlc/libvlc.h: Set the return value of the libvlc_*_is_*() call to vlc_bool_t.

16 years agocontrol/media_discoverer.c: Set the corresponding media_list to read-only.
Pierre d'Herbemont [Tue, 25 Dec 2007 23:26:43 +0000 (23:26 +0000)]
control/media_discoverer.c: Set the corresponding media_list to read-only.

16 years agocontrol/media_list.c: read-only-fy add_media_descriptor().
Pierre d'Herbemont [Tue, 25 Dec 2007 23:25:09 +0000 (23:25 +0000)]
control/media_list.c: read-only-fy add_media_descriptor().

16 years agocontrol/media_list.c: Implement read-only media_list.
Pierre d'Herbemont [Tue, 25 Dec 2007 23:16:56 +0000 (23:16 +0000)]
control/media_list.c: Implement read-only media_list.

16 years agoMacOSX/Framework/VLCMediaDiscoverer: Publish -isRunning.
Pierre d'Herbemont [Tue, 25 Dec 2007 22:55:15 +0000 (22:55 +0000)]
MacOSX/Framework/VLCMediaDiscoverer: Publish -isRunning.

16 years agocontrol/media_discoverer.c: Publish media_discoverer_is_running().
Pierre d'Herbemont [Tue, 25 Dec 2007 22:51:13 +0000 (22:51 +0000)]
control/media_discoverer.c: Publish media_discoverer_is_running().

16 years agoVideo filter fixes:
Antoine Cellerier [Tue, 25 Dec 2007 22:39:00 +0000 (22:39 +0000)]
Video filter fixes:
 * colorthres.c: validate input chroma.
 * erase.c: fix bluring application limit (prevents out of bounds access).
 * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support.
 * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced).
 * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications.

16 years agocontrol/media_discoverer.c: Publish media_discoverer_event_manager().
Pierre d'Herbemont [Tue, 25 Dec 2007 22:33:56 +0000 (22:33 +0000)]
control/media_discoverer.c: Publish media_discoverer_event_manager().

16 years agoMacOSX/Framework: Use the Pre-Compile script.
Pierre d'Herbemont [Tue, 25 Dec 2007 22:25:45 +0000 (22:25 +0000)]
MacOSX/Framework: Use the Pre-Compile script.

16 years agoMacOSX/Framework: Properly track updated library and modules.
Pierre d'Herbemont [Tue, 25 Dec 2007 22:19:12 +0000 (22:19 +0000)]
MacOSX/Framework: Properly track updated library and modules.

16 years agocontrol/media_discoverer.c: Forward started and ended event.
Pierre d'Herbemont [Tue, 25 Dec 2007 21:29:49 +0000 (21:29 +0000)]
control/media_discoverer.c: Forward started and ended event.

16 years agoplaylist/services_discovery.c: Send service discover started and ended events, to...
Pierre d'Herbemont [Tue, 25 Dec 2007 20:54:18 +0000 (20:54 +0000)]
playlist/services_discovery.c: Send service discover started and ended events, to keep track of running sd.

16 years agocontrol/media_list_view.c: Implement media_list_view_parent_media_list().
Pierre d'Herbemont [Tue, 25 Dec 2007 16:18:23 +0000 (16:18 +0000)]
control/media_list_view.c: Implement media_list_view_parent_media_list().

16 years ago* mmap is broken on Darwin. Disabled it for now to have basic file access functionali...
Felix Paul Kühne [Tue, 25 Dec 2007 13:55:30 +0000 (13:55 +0000)]
* mmap is broken on Darwin. Disabled it for now to have basic file access functionality working.

16 years ago* disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg...
Felix Paul Kühne [Tue, 25 Dec 2007 13:36:02 +0000 (13:36 +0000)]
* disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld.

16 years agoSources/VLCMedia.m: Implement a KeyValueCoding enabled -state property.
Pierre d'Herbemont [Mon, 24 Dec 2007 19:45:26 +0000 (19:45 +0000)]
Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property.

16 years agocontrol/media_descriptor.c: Publish an Event plus a method to get the media_descripto...
Pierre d'Herbemont [Mon, 24 Dec 2007 18:45:10 +0000 (18:45 +0000)]
control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut.

16 years agoimprove sdl video output. If there is some stupidities feel free to revert. And Merry...
Rémi Duraffort [Mon, 24 Dec 2007 17:53:28 +0000 (17:53 +0000)]
improve sdl video output. If there is some stupidities feel free to revert. And Merry Christmas.

16 years agoRevert r23852.
Antoine Cellerier [Mon, 24 Dec 2007 16:52:05 +0000 (16:52 +0000)]
Revert r23852.

16 years agodistribute the Christmas icons
Christophe Mutricy [Mon, 24 Dec 2007 16:07:27 +0000 (16:07 +0000)]
distribute the Christmas icons

16 years agoNot every body trusts "free.fr", especially not through non-secure HTTP, and/or non...
Rémi Denis-Courmont [Mon, 24 Dec 2007 15:39:17 +0000 (15:39 +0000)]
Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames

16 years agoInclude font and password configuration items in the help output.
Antoine Cellerier [Mon, 24 Dec 2007 14:40:51 +0000 (14:40 +0000)]
Include font and password configuration items in the help output.
Tell the user about --advanced when his help query skipped advanced configuration items.

16 years agoUse \033[0;1m instead of \033[37;1m for bold text using the default color (prevent...
Antoine Cellerier [Mon, 24 Dec 2007 13:52:48 +0000 (13:52 +0000)]
Use \033[0;1m instead of \033[37;1m for bold text using the default color (prevent using bold white text on terms with a white background).

16 years agoUse the longtext as longtext.
Antoine Cellerier [Mon, 24 Dec 2007 13:48:20 +0000 (13:48 +0000)]
Use the longtext as longtext.

16 years agoservices_discovery/shout.c: No need to incref. (fix a memleak).
Pierre d'Herbemont [Mon, 24 Dec 2007 01:18:54 +0000 (01:18 +0000)]
services_discovery/shout.c: No need to incref. (fix a memleak).

16 years agoRemove unused variable in OSD. Revert if needed :D
Jean-Baptiste Kempf [Mon, 24 Dec 2007 01:03:16 +0000 (01:03 +0000)]
Remove unused variable in OSD. Revert if needed :D

16 years agoFix a Typo.
Jean-Baptiste Kempf [Mon, 24 Dec 2007 01:02:05 +0000 (01:02 +0000)]
Fix a Typo.

16 years agoQt4 - Background Widget change. Resetting the maximum size at each resize is wrong...
Jean-Baptiste Kempf [Mon, 24 Dec 2007 01:00:03 +0000 (01:00 +0000)]
Qt4 - Background Widget change. Resetting the maximum size at each resize is wrong. Scaling content can be really really ugly.
To be finished.

16 years agov4l2.c: Patch by Dennis Lou to add MPEG2 support. Many thanks.
Richard Hosking [Mon, 24 Dec 2007 00:15:47 +0000 (00:15 +0000)]
v4l2.c:  Patch by Dennis Lou to add MPEG2 support.  Many thanks.

16 years agoAllow specifying options specific to each url in the shout service discovery.
Antoine Cellerier [Sun, 23 Dec 2007 22:23:25 +0000 (22:23 +0000)]
Allow specifying options specific to each url in the shout service discovery.
Make it possible to inherit the m3u-extvlcopt option in the m3u parser.

16 years agoMerge the shoutcast and freebox service discovery modules. Cleanup the shout.c code.
Antoine Cellerier [Sun, 23 Dec 2007 21:39:09 +0000 (21:39 +0000)]
Merge the shoutcast and freebox service discovery modules. Cleanup the shout.c code.

16 years agomacosx: remove useless setting as basically no user wants the wizard panel to reset...
Felix Paul Kühne [Sun, 23 Dec 2007 18:28:14 +0000 (18:28 +0000)]
macosx: remove useless setting as basically no user wants the wizard panel to reset in a single session, but demands it to keep its selections (this was the default behaviour anyway)

16 years agomacosx:playlist.m turn an error msg into a warning as the event isn't as bad as it...
Felix Paul Kühne [Sun, 23 Dec 2007 18:20:06 +0000 (18:20 +0000)]
macosx:playlist.m turn an error msg into a warning as the event isn't as bad as it seems to be

16 years agoFix format string injection in the Connection field for HTTP-served files
Rémi Denis-Courmont [Sun, 23 Dec 2007 17:42:57 +0000 (17:42 +0000)]
Fix format string injection in the Connection field for HTTP-served files
(affects HTTP interface and LUA plus HTTP export for DVB and RTP)

16 years agomodules/video_output/opengllayer.m: Don't free the gl texture in End(), but in the...
Pierre d'Herbemont [Sun, 23 Dec 2007 16:48:15 +0000 (16:48 +0000)]
modules/video_output/opengllayer.m: Don't free the gl texture in End(), but in the releaseGLContext function. Set the original bounds of the CALayer. Protect the removeFromSuperlayer by a CATransaction.

16 years agoplaylist: Fix an input_item leak in item.c, and notice that we are leaking one in...
Pierre d'Herbemont [Sun, 23 Dec 2007 15:29:47 +0000 (15:29 +0000)]
playlist: Fix an input_item leak in item.c, and notice that we are leaking one in loadsave.c.

16 years agoplaylist/tree.c: Fix an input_item leak.
Pierre d'Herbemont [Sun, 23 Dec 2007 15:28:51 +0000 (15:28 +0000)]
playlist/tree.c: Fix an input_item leak.

16 years agomodules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman...
Pierre d'Herbemont [Sun, 23 Dec 2007 14:59:34 +0000 (14:59 +0000)]
modules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman can fix that?)

16 years agomodules/demux/playlist/*.c: Fix input_item memleaks.
Pierre d'Herbemont [Sun, 23 Dec 2007 14:53:25 +0000 (14:53 +0000)]
modules/demux/playlist/*.c: Fix input_item memleaks.

16 years agocontrol/media_descriptor.c: Prevent an input_item memleak.
Pierre d'Herbemont [Sun, 23 Dec 2007 14:45:09 +0000 (14:45 +0000)]
control/media_descriptor.c: Prevent an input_item memleak.

16 years agomodules/demux/mp4/mp4.c: Fix an input_item memleak.
Pierre d'Herbemont [Sun, 23 Dec 2007 14:40:28 +0000 (14:40 +0000)]
modules/demux/mp4/mp4.c: Fix an input_item memleak.

16 years agomodules/control/http: Fix input_item memleak.
Pierre d'Herbemont [Sun, 23 Dec 2007 14:38:53 +0000 (14:38 +0000)]
modules/control/http: Fix input_item memleak.

16 years agomodules/access/directory.c: Fix an input_item memleak.
Pierre d'Herbemont [Sun, 23 Dec 2007 14:35:43 +0000 (14:35 +0000)]
modules/access/directory.c: Fix an input_item memleak.

16 years agomodules/access/cdda.c: Fix an input_item memleak.
Pierre d'Herbemont [Sun, 23 Dec 2007 14:34:25 +0000 (14:34 +0000)]
modules/access/cdda.c: Fix an input_item memleak.

16 years agovlc_common.h:
Pierre d'Herbemont [Sun, 23 Dec 2007 14:19:00 +0000 (14:19 +0000)]
vlc_common.h:
* Add some proper assert() to the vlc_gc_* function to spot errors.
* Correctly initialize the refcount to 1. (This will prevent freed pointer usage). (This may also introduce leaks in some module).
modules/*.c:
* Prevent some module to leak input_item_t.

16 years agocontribs: fix libdvdnav runtime on win32 (patch was deleted when switching to mplayer...
Rafaël Carré [Sun, 23 Dec 2007 12:55:08 +0000 (12:55 +0000)]
contribs: fix libdvdnav runtime on win32 (patch was deleted when switching to mplayer's libdvdnav), extract using gzip

16 years agolittle error
Rémi Duraffort [Sun, 23 Dec 2007 10:47:59 +0000 (10:47 +0000)]
little error

16 years ago* withCString is deprecated in 10.4. Use WithUTF8String instead, as VLC's core is...
Felix Paul Kühne [Sun, 23 Dec 2007 10:15:49 +0000 (10:15 +0000)]
* withCString is deprecated in 10.4. Use WithUTF8String instead, as VLC's core is completely UTF8 now. Remove a couple of (nowadays) useless checks

16 years agoremove memory leak
Rémi Duraffort [Sun, 23 Dec 2007 08:12:26 +0000 (08:12 +0000)]
remove memory leak

16 years agoQt4 - Small fix to get a smaller size when a video ends.
Jean-Baptiste Kempf [Sun, 23 Dec 2007 01:48:30 +0000 (01:48 +0000)]
Qt4 - Small fix to get a smaller size when a video ends.

16 years agomodules/macosx/playlist.m: Remove code that shouldn't be here, to re-enable services...
Pierre d'Herbemont [Sun, 23 Dec 2007 01:38:20 +0000 (01:38 +0000)]
modules/macosx/playlist.m: Remove code that shouldn't be here, to re-enable services discovery.

16 years agoAnd forgot the other file... Sorry.
Jean-Baptiste Kempf [Sun, 23 Dec 2007 01:24:25 +0000 (01:24 +0000)]
And forgot the other file... Sorry.

16 years agoQt4 - Clean more.
Jean-Baptiste Kempf [Sun, 23 Dec 2007 01:22:20 +0000 (01:22 +0000)]
Qt4 - Clean more.

16 years agoQt4 - simplify the VideoWidget. VideoWidget is a just an simple QFrame with the neces...
Jean-Baptiste Kempf [Sun, 23 Dec 2007 01:12:58 +0000 (01:12 +0000)]
Qt4 - simplify the VideoWidget. VideoWidget is a just an simple QFrame with the necessary interactions...

16 years agoQt4 - less ugly Noart pix
Jean-Baptiste Kempf [Sun, 23 Dec 2007 00:54:54 +0000 (00:54 +0000)]
Qt4 - less ugly Noart pix

16 years agofix #1409
Rafaël Carré [Sun, 23 Dec 2007 00:30:19 +0000 (00:30 +0000)]
fix #1409

16 years agoSlovenian translation update by Matej Urbančič.
Christophe Mutricy [Sat, 22 Dec 2007 22:28:23 +0000 (22:28 +0000)]
Slovenian translation update by Matej Urbančič.

16 years agoUse dgettext() (aka _() ) rather than gettext().
Christophe Mutricy [Sat, 22 Dec 2007 22:01:56 +0000 (22:01 +0000)]
Use dgettext() (aka _() ) rather than gettext().

16 years agoQt4 - timeLabel cosmetic.
Jean-Baptiste Kempf [Sat, 22 Dec 2007 19:31:19 +0000 (19:31 +0000)]
Qt4 - timeLabel cosmetic.

16 years agoQt4 - Add a "medium" volume icon as requested on IRC, ( by Quovodis?)
Jean-Baptiste Kempf [Sat, 22 Dec 2007 19:21:17 +0000 (19:21 +0000)]
Qt4 - Add a "medium" volume icon as requested on IRC, ( by Quovodis?)

16 years agoQt4 - Make the time Label right aligned and not size increasing in resize.
Jean-Baptiste Kempf [Sat, 22 Dec 2007 19:12:45 +0000 (19:12 +0000)]
Qt4 - Make the time Label right aligned and not size increasing in resize.

16 years agoservices_discovery/sap.c: Make sure the thread will exit, even if in poll(). And...
Pierre d'Herbemont [Sat, 22 Dec 2007 18:11:50 +0000 (18:11 +0000)]
services_discovery/sap.c: Make sure the thread will exit, even if in poll(). And properly lock the object.

16 years agoinclude/vlc_objects.h: Use the usual macro trick, to publish a function that take...
Pierre d'Herbemont [Sat, 22 Dec 2007 16:19:04 +0000 (16:19 +0000)]
include/vlc_objects.h: Use the usual macro trick, to publish a function that take as argument a vlc_object_t *, here for vlc_object_waitpipe().

16 years agosyntax error
Rémi Denis-Courmont [Sat, 22 Dec 2007 16:04:32 +0000 (16:04 +0000)]
syntax error

16 years agoAdd an error message
Rémi Denis-Courmont [Sat, 22 Dec 2007 15:53:38 +0000 (15:53 +0000)]
Add an error message

16 years agoFix warnings
Rémi Denis-Courmont [Sat, 22 Dec 2007 15:50:53 +0000 (15:50 +0000)]
Fix warnings

16 years ago_pipe is not selectable on Windows, so return -1
Rémi Denis-Courmont [Sat, 22 Dec 2007 15:49:53 +0000 (15:49 +0000)]
_pipe is not selectable on Windows, so return -1

16 years agoCorner case race condition in the waitpipe
Rémi Denis-Courmont [Sat, 22 Dec 2007 15:42:36 +0000 (15:42 +0000)]
Corner case race condition in the waitpipe

16 years agoPut debug/test code for mmap
Rémi Denis-Courmont [Sat, 22 Dec 2007 14:47:15 +0000 (14:47 +0000)]
Put debug/test code for mmap
(it does not find any error here)

16 years ago - Parse seek offsets as unsigned (why they were signed in the first place??)
Rémi Denis-Courmont [Sat, 22 Dec 2007 14:11:42 +0000 (14:11 +0000)]
 - Parse seek offsets as unsigned (why they were signed in the first place??)
 - Fix comments
 - Cache pagesize

16 years agoservices_discovery/sap.c: s/min/min_int/ to prevent a macro collision on windows...
Pierre d'Herbemont [Sat, 22 Dec 2007 13:44:00 +0000 (13:44 +0000)]
services_discovery/sap.c: s/min/min_int/ to prevent a macro collision on windows environment.

16 years agoFirst page is 100 by default
Jean-Paul Saman [Sat, 22 Dec 2007 13:10:39 +0000 (13:10 +0000)]
First page is 100 by default

16 years agoPierre writes too good code. We need to kludge it :(
Rémi Denis-Courmont [Sat, 22 Dec 2007 13:06:33 +0000 (13:06 +0000)]
Pierre writes too good code. We need to kludge it :(

16 years agoservices_discovery/sap.: Don't wakeup more than needed.
Pierre d'Herbemont [Sat, 22 Dec 2007 12:53:23 +0000 (12:53 +0000)]
services_discovery/sap.: Don't wakeup more than needed.

16 years agouse a pointer to a function instead of a callback
Rémi Duraffort [Sat, 22 Dec 2007 12:41:56 +0000 (12:41 +0000)]
use a pointer to a function instead of a callback

16 years agoMakefile.am: Put hdiutil into verbose mode in package-macosx creation.
Pierre d'Herbemont [Sat, 22 Dec 2007 12:36:53 +0000 (12:36 +0000)]
Makefile.am: Put hdiutil into verbose mode in package-macosx creation.

16 years agoupdate: cosmetics, put the variable creation in libvlc
Rafaël Carré [Sat, 22 Dec 2007 11:29:57 +0000 (11:29 +0000)]
update: cosmetics, put the variable creation in libvlc

16 years agoanother cleaning session
Rémi Duraffort [Sat, 22 Dec 2007 10:18:01 +0000 (10:18 +0000)]
another cleaning session

16 years agoTry to fix Win32 linking
Rémi Denis-Courmont [Sat, 22 Dec 2007 10:09:20 +0000 (10:09 +0000)]
Try to fix Win32 linking

16 years agoRemove net_Select. Simplify net_Read consequently.
Rémi Denis-Courmont [Sat, 22 Dec 2007 10:02:50 +0000 (10:02 +0000)]
Remove net_Select. Simplify net_Read consequently.

16 years agoUse poll() directly when you want to listen to multiple sockets.
Rémi Denis-Courmont [Sat, 22 Dec 2007 09:31:58 +0000 (09:31 +0000)]
Use poll() directly when you want to listen to multiple sockets.

16 years agoQt4 - Fix previous commit.
Jean-Baptiste Kempf [Sat, 22 Dec 2007 09:31:50 +0000 (09:31 +0000)]
Qt4 - Fix previous commit.

16 years agoSame as previous commit
Rémi Denis-Courmont [Sat, 22 Dec 2007 09:11:25 +0000 (09:11 +0000)]
Same as previous commit

16 years agoRevert [23768] and [23768]. Fix dead lock whenever reading from the network.
Rémi Denis-Courmont [Sat, 22 Dec 2007 09:10:56 +0000 (09:10 +0000)]
Revert [23768] and [23768]. Fix dead lock whenever reading from the network.

16 years agoQt4 - Use a main instance of Sout for VLM. Clean DP since all dialogs (except Bookmar...
Jean-Baptiste Kempf [Sat, 22 Dec 2007 08:12:02 +0000 (08:12 +0000)]
Qt4 - Use a main instance of Sout for VLM. Clean DP since all dialogs (except Bookmarks that won't be done...) are done.

16 years agoQt4 - remember if the playlist was inside or not. Clean.
Jean-Baptiste Kempf [Sat, 22 Dec 2007 07:19:01 +0000 (07:19 +0000)]
Qt4 - remember if the playlist was inside or not. Clean.

16 years agoQt4 - Remember playlist's size.
Jean-Baptiste Kempf [Sat, 22 Dec 2007 03:20:11 +0000 (03:20 +0000)]
Qt4 - Remember playlist's size.

16 years agoQt4 - Save the settings from the playlist for the dialog Provider if ever needed.
Jean-Baptiste Kempf [Sat, 22 Dec 2007 03:04:42 +0000 (03:04 +0000)]
Qt4 - Save the settings from the playlist for the dialog Provider if ever needed.

16 years agoQT4 - sizing (still not fix... anyone can look at it ?) and remember if the playlist...
Jean-Baptiste Kempf [Sat, 22 Dec 2007 02:38:14 +0000 (02:38 +0000)]
QT4 - sizing (still not fix... anyone can look at it ?) and remember if the playlist is floating.

16 years agoQt4 - Typo on the sizing that can explain the "Video Above the control" bug.
Jean-Baptiste Kempf [Sat, 22 Dec 2007 01:50:29 +0000 (01:50 +0000)]
Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.