]> git.sesse.net Git - vlc/log
vlc
17 years agoGestures: Fix two dead locks when changing audio track and subtitle track when there...
Pierre d'Herbemont [Sun, 25 Mar 2007 14:47:41 +0000 (14:47 +0000)]
Gestures: Fix two dead locks when changing audio track and subtitle track when there is no such track.

17 years agoGestures: The break statement here refers to the local for. Don't release the p_input...
Pierre d'Herbemont [Sun, 25 Mar 2007 14:22:47 +0000 (14:22 +0000)]
Gestures: The break statement here refers to the local for. Don't release the p_input in this case.

17 years agoRemove double ;
Antoine Cellerier [Sun, 25 Mar 2007 13:41:59 +0000 (13:41 +0000)]
Remove double ;

17 years agoWoops, forgot to remove this reference to p_libvlc_global yesterday.
Antoine Cellerier [Sun, 25 Mar 2007 13:21:06 +0000 (13:21 +0000)]
Woops, forgot to remove this reference to p_libvlc_global yesterday.

17 years agoWe want to check the main type only (& 0x00f0).
Antoine Cellerier [Sun, 25 Mar 2007 13:14:56 +0000 (13:14 +0000)]
We want to check the main type only (& 0x00f0).

17 years agolibvlc/control: make sure aout is active before attempting to use channels
Damien Fouilleul [Sun, 25 Mar 2007 12:39:43 +0000 (12:39 +0000)]
libvlc/control: make sure aout is active before attempting to use channels

17 years agoGestures: Really remove unwanted commit. (Oops).
Pierre d'Herbemont [Sun, 25 Mar 2007 12:16:55 +0000 (12:16 +0000)]
Gestures: Really remove unwanted commit. (Oops).

17 years agoGestures: Remove unwanted commit.
Pierre d'Herbemont [Sun, 25 Mar 2007 12:15:08 +0000 (12:15 +0000)]
Gestures: Remove unwanted commit.

17 years agoGestures: no need to retain p_playlist longer than really needed.
Pierre d'Herbemont [Sun, 25 Mar 2007 12:11:12 +0000 (12:11 +0000)]
Gestures: no need to retain p_playlist longer than really needed.

17 years agoGestures: Make sure we that p_playlist is valid, and correctly release p_input and...
Pierre d'Herbemont [Sun, 25 Mar 2007 12:08:36 +0000 (12:08 +0000)]
Gestures: Make sure we that p_playlist is valid, and correctly release p_input and p_playlist.

17 years ago- mozilla: added 'firefox-xpcom' to pkgconfig candidates
Damien Fouilleul [Sun, 25 Mar 2007 12:08:23 +0000 (12:08 +0000)]
- mozilla: added 'firefox-xpcom' to pkgconfig candidates

17 years agoGestures: Obtain the p_input associated with the p_playlist when needed.
Pierre d'Herbemont [Sun, 25 Mar 2007 11:50:26 +0000 (11:50 +0000)]
Gestures: Obtain the p_input associated with the p_playlist when needed.

17 years agoBlock SIGCHLD so we don't get polluted by system() in another thread[1]
Rémi Denis-Courmont [Sun, 25 Mar 2007 09:56:25 +0000 (09:56 +0000)]
Block SIGCHLD so we don't get polluted by system() in another thread[1]
(though this seem to only happen with debuggers and (?)broken OSes)

[1] system() blocks SIGCHLD, and is probably not intended for multithreading

We cannot assume that blocking calls in other libraries ignore EINTR anyway,
so the only safe approach is to block in all threads (you can unblock it in
your thread if you really want it) except the signal handling thread.

17 years agoNew gestures actions.
Jean-Baptiste Kempf [Sat, 24 Mar 2007 22:32:55 +0000 (22:32 +0000)]
New gestures actions.

17 years agoQt4 - Codec Information direct access from menu.
Jean-Baptiste Kempf [Sat, 24 Mar 2007 22:29:58 +0000 (22:29 +0000)]
Qt4 - Codec Information direct access from menu.

17 years agoCore: Prefer ANSI-C style comments over C++ comments.
Pierre d'Herbemont [Sat, 24 Mar 2007 22:28:46 +0000 (22:28 +0000)]
Core: Prefer ANSI-C style comments over C++ comments.

17 years agoGestures: Make sure we follow the locking strategy established in [19436].
Pierre d'Herbemont [Sat, 24 Mar 2007 22:21:08 +0000 (22:21 +0000)]
Gestures: Make sure we follow the locking strategy established in [19436].

17 years agoGestures: Defines p_intf->change_lock rules, and apply them.
Pierre d'Herbemont [Sat, 24 Mar 2007 21:33:30 +0000 (21:33 +0000)]
Gestures: Defines p_intf->change_lock rules, and apply them.

17 years agoGestures: Fix typo in comment.
Pierre d'Herbemont [Sat, 24 Mar 2007 20:57:23 +0000 (20:57 +0000)]
Gestures: Fix typo in comment.

17 years agoGestures: Make sure p_intf->p_sys->p_input gets released.
Pierre d'Herbemont [Sat, 24 Mar 2007 20:52:12 +0000 (20:52 +0000)]
Gestures: Make sure p_intf->p_sys->p_input gets released.

17 years agoUse the module's name as object name if none was explicitly given by the user.
Antoine Cellerier [Sat, 24 Mar 2007 20:36:57 +0000 (20:36 +0000)]
Use the module's name as object name if none was explicitly given by the user.

17 years ago * Don't call var_Get every time we have an image to process and register the variabl...
Antoine Cellerier [Sat, 24 Mar 2007 20:25:25 +0000 (20:25 +0000)]
 * Don't call var_Get every time we have an image to process and register the variables as commands.

17 years agoOops.
Antoine Cellerier [Sat, 24 Mar 2007 20:21:30 +0000 (20:21 +0000)]
Oops.

17 years agoRegister variables as callback. Don't store module specific variables in p_libvlc_glo...
Antoine Cellerier [Sat, 24 Mar 2007 18:30:39 +0000 (18:30 +0000)]
Register variables as callback. Don't store module specific variables in p_libvlc_global. They don't belong there.

17 years agoAdd new var_CreateGet<type>Command functions which set the VLC_VAR_ISCOMMAND flag.
Antoine Cellerier [Sat, 24 Mar 2007 18:29:20 +0000 (18:29 +0000)]
Add new var_CreateGet<type>Command functions which set the VLC_VAR_ISCOMMAND flag.

17 years agoif we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND isn't set on the source varia...
Antoine Cellerier [Sat, 24 Mar 2007 18:28:50 +0000 (18:28 +0000)]
if we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND isn't set on the source variable, then inherit anyway and add ISCOMMAND to the type.

17 years agoAllow using an object's psz_object_name as id for the libvlc_global commands "tree...
Antoine Cellerier [Sat, 24 Mar 2007 17:13:40 +0000 (17:13 +0000)]
Allow using an object's psz_object_name as id for the libvlc_global commands "tree" and "vars". Example use:
./vlc -I rc --sub-filter marq@test --no-audio ~/media/redefined-nintendo.mpg
vars test
(instead of "vars 376" ... or whatever the integer id is)

17 years agoTypo fix.
Antoine Cellerier [Sat, 24 Mar 2007 16:22:20 +0000 (16:22 +0000)]
Typo fix.

17 years agoAdd news about the rc command syntax change.
Antoine Cellerier [Sat, 24 Mar 2007 16:20:06 +0000 (16:20 +0000)]
Add news about the rc command syntax change.

17 years ago* Make it possible to give names to vlc objects (psz_object_name
Antoine Cellerier [Sat, 24 Mar 2007 16:02:51 +0000 (16:02 +0000)]
* Make it possible to give names to vlc objects (psz_object_name
already existed but was only used by modules as far as is know). This
is done in the module_Need function. Needed module names now have this
syntax: '<module>[@<name>]'. If the @<name> part is present, once the
needed module is found it will change p_this->psz_object_name to <name>.
In about 99% of the module_Need calls, p_this is the module's parent
object so this is ok. The remaining calls won't use this syntax so it's
ok i guess :)

* Add new vlc_object_find_name function. It works like vlc_object_find
but uses a string (name) instead of an integer (type) as its second
argument.

* Change the marq, mosaic and logo commands in rc.c. They now take the
target object's name as first argument. Example:

Launch vlc with:
./vlc -I rc --no-audio --sub-filter "marq@test{marquee=Hello}:marq@testouille{marquee=Test}" ~/media/redefined-nintendo.mpg

Then issue the following command to move the second marq:
marq-x testouille 100

(and while testing I fixed #745)

17 years agoForgot this file
Rémi Denis-Courmont [Sat, 24 Mar 2007 11:35:24 +0000 (11:35 +0000)]
Forgot this file

17 years agoRe-disable v6 only for better handling of udp://@ on dual-stack systems
Rémi Denis-Courmont [Sat, 24 Mar 2007 11:10:20 +0000 (11:10 +0000)]
Re-disable v6 only for better handling of udp://@ on dual-stack systems

17 years ago- Fix various error handling bugs in vlc_execve.
Rémi Denis-Courmont [Sat, 24 Mar 2007 11:08:46 +0000 (11:08 +0000)]
- Fix various error handling bugs in vlc_execve.
- Use a single pipe rather two pairs

17 years agoDebian's packaging moved
Christophe Mutricy [Sat, 24 Mar 2007 01:30:37 +0000 (01:30 +0000)]
Debian's packaging moved

17 years agoFix dvd MRL (from Debian's patch)
Christophe Mutricy [Sat, 24 Mar 2007 01:29:13 +0000 (01:29 +0000)]
Fix dvd MRL (from Debian's patch)

17 years agoFixed small memory leaks.
Laurent Aimar [Sat, 24 Mar 2007 01:18:53 +0000 (01:18 +0000)]
Fixed small memory leaks.

17 years agoFixed stat counter leaks on open failure.
Laurent Aimar [Sat, 24 Mar 2007 01:05:02 +0000 (01:05 +0000)]
Fixed stat counter leaks on open failure.

17 years agoFixed small memory leaks.
Laurent Aimar [Sat, 24 Mar 2007 00:51:14 +0000 (00:51 +0000)]
Fixed small memory leaks.

17 years agoFixed typo (Patch by Ari Constancio)
Laurent Aimar [Sat, 24 Mar 2007 00:50:09 +0000 (00:50 +0000)]
Fixed typo (Patch by Ari Constancio)

17 years agoFixed typo in proxy description. (Patch by Ari Constancio)
Laurent Aimar [Sat, 24 Mar 2007 00:47:47 +0000 (00:47 +0000)]
Fixed typo in proxy description. (Patch by Ari Constancio)

17 years agoFixed memory leak when we cannot save the configuration file.
Laurent Aimar [Sat, 24 Mar 2007 00:46:42 +0000 (00:46 +0000)]
Fixed memory leak when we cannot save the configuration file.

17 years agoFixed 2 segfaults in config_OpenConfigFile.
Laurent Aimar [Sat, 24 Mar 2007 00:42:20 +0000 (00:42 +0000)]
Fixed 2 segfaults in config_OpenConfigFile.

17 years agoImplemented http proxy for mmsh (close #629)
Laurent Aimar [Sat, 24 Mar 2007 00:24:22 +0000 (00:24 +0000)]
Implemented http proxy for mmsh (close #629)
It uses --mmsh-proxy=xxx or http_proxy environment variable (basic
authentication has not been tested).
We may want to reuse --http-proxy from http instead (and so we will have to
move the option out of http.c)

17 years agoFix the strings.
Christophe Mutricy [Fri, 23 Mar 2007 21:22:47 +0000 (21:22 +0000)]
Fix the strings.

17 years agoUse new EPG api + convert event strings to UTF-8.
Laurent Aimar [Fri, 23 Mar 2007 20:07:17 +0000 (20:07 +0000)]
Use new EPG api + convert event strings to UTF-8.

17 years agoPartial implementation of EPG support (Converted to stream meta data)
Laurent Aimar [Fri, 23 Mar 2007 20:03:30 +0000 (20:03 +0000)]
Partial implementation of EPG support (Converted to stream meta data)

17 years agoExtended INPUT_DEL_INFO (Allow deleting a whole category with NULL name)
Laurent Aimar [Fri, 23 Mar 2007 19:59:11 +0000 (19:59 +0000)]
Extended INPUT_DEL_INFO (Allow deleting a whole category with NULL name)
Fixed VLC_META_NOW_PLAYING update.

17 years agoRe-extended vlc_meta_t.
Laurent Aimar [Fri, 23 Mar 2007 19:55:48 +0000 (19:55 +0000)]
Re-extended vlc_meta_t.

17 years agoInclude vlc_epg.h
Laurent Aimar [Fri, 23 Mar 2007 19:55:17 +0000 (19:55 +0000)]
Include vlc_epg.h

17 years agoAdded EPG (Electronic Program Guide) helpers and ES_OUT_SET_GROUP_EPG.
Laurent Aimar [Fri, 23 Mar 2007 19:54:14 +0000 (19:54 +0000)]
Added EPG (Electronic Program Guide) helpers and ES_OUT_SET_GROUP_EPG.

17 years agoAdded a c++ compatible TAB_APPEND_CPP
Laurent Aimar [Fri, 23 Mar 2007 19:49:21 +0000 (19:49 +0000)]
Added a c++ compatible TAB_APPEND_CPP

17 years agoFixed net_Read and net_Write (poll can be interrupted).
Laurent Aimar [Fri, 23 Mar 2007 19:43:48 +0000 (19:43 +0000)]
Fixed net_Read and net_Write (poll can be interrupted).

17 years agoFixed compilation warning.
Laurent Aimar [Fri, 23 Mar 2007 19:35:18 +0000 (19:35 +0000)]
Fixed compilation warning.

17 years agoFixed invalid free.
Laurent Aimar [Fri, 23 Mar 2007 19:33:48 +0000 (19:33 +0000)]
Fixed invalid free.

17 years agoFixed #949 (UTF-8 url support)
Laurent Aimar [Fri, 23 Mar 2007 19:28:48 +0000 (19:28 +0000)]
Fixed #949 (UTF-8 url support)

17 years agoFixed #1102 ("Bad request" error)
Laurent Aimar [Fri, 23 Mar 2007 19:24:49 +0000 (19:24 +0000)]
Fixed #1102 ("Bad request" error)
Completed RESET command support.
Updated user agent to "NSPlayer/7.10.0.3059"

17 years agoFixed compilation warning.
Laurent Aimar [Fri, 23 Mar 2007 18:48:33 +0000 (18:48 +0000)]
Fixed compilation warning.

17 years agoFixed dvbsi_to_utf8 (memory leak + possible segfault)
Laurent Aimar [Fri, 23 Mar 2007 18:48:04 +0000 (18:48 +0000)]
Fixed dvbsi_to_utf8 (memory leak + possible segfault)

17 years agoFrench translation fix by rom1 (http://forum.videolan.org/viewtopic.php?t=32549).
Antoine Cellerier [Thu, 22 Mar 2007 22:56:54 +0000 (22:56 +0000)]
French translation fix by rom1 (http://forum.videolan.org/viewtopic.php?t=32549).

17 years agoUpdate Portuguese translation. Thanks to Ari Constacio.
Christophe Mutricy [Thu, 22 Mar 2007 22:27:51 +0000 (22:27 +0000)]
Update Portuguese translation. Thanks to Ari Constacio.

17 years agowx: Check in Open() if we have an X
Christophe Mutricy [Thu, 22 Mar 2007 17:37:57 +0000 (17:37 +0000)]
wx: Check in Open() if we have an X

17 years ago- vlcshell.cp: compile fix
Damien Fouilleul [Thu, 22 Mar 2007 17:29:55 +0000 (17:29 +0000)]
- vlcshell.cp: compile fix

17 years ago- activex: support for options passed as a commmand line string
Damien Fouilleul [Thu, 22 Mar 2007 17:00:51 +0000 (17:00 +0000)]
- activex: support for options passed as a commmand line string

17 years ago- mozilla: possible heap corruption when parsing options as string
Damien Fouilleul [Thu, 22 Mar 2007 16:58:22 +0000 (16:58 +0000)]
- mozilla: possible heap corruption when parsing options as string

17 years ago mozilla: don't hold any reference to root object to prevent ownership issues on...
Damien Fouilleul [Thu, 22 Mar 2007 16:56:59 +0000 (16:56 +0000)]
 mozilla: don't hold any reference to root object to prevent ownership issues on plugin destroy, just create it and throw it to the wilderness

17 years agoLet the code blend in.
Jean-Paul Saman [Thu, 22 Mar 2007 14:45:16 +0000 (14:45 +0000)]
Let the code blend in.

17 years agoFix potential crash condition.
Jean-Paul Saman [Thu, 22 Mar 2007 14:38:11 +0000 (14:38 +0000)]
Fix potential crash condition.

17 years agoReturn sane state value when no input is present.
Jean-Paul Saman [Thu, 22 Mar 2007 13:49:33 +0000 (13:49 +0000)]
Return sane state value when no input is present.

17 years agolimit values extracted by url_extract to 2048 characters instead of 512 characters...
Antoine Cellerier [Thu, 22 Mar 2007 10:35:29 +0000 (10:35 +0000)]
limit values extracted by url_extract to 2048 characters instead of 512 characters. refs #1125.

17 years agoqt4.cpp: Put it at a better place, only under X11, remove debug
Christophe Mutricy [Wed, 21 Mar 2007 23:10:07 +0000 (23:10 +0000)]
qt4.cpp: Put it at a better place, only under X11, remove debug

17 years agoFix the help string for rss-speed.
Antoine Cellerier [Wed, 21 Mar 2007 22:36:44 +0000 (22:36 +0000)]
Fix the help string for rss-speed.

17 years agorss.c: Using [19378] (visible region persitence in freetype font renderer), only...
Antoine Cellerier [Wed, 21 Mar 2007 22:14:46 +0000 (22:14 +0000)]
rss.c: Using [19378] (visible region persitence in freetype font renderer), only display one line of text if the font size option was set.

17 years agoChange the visible heigh/width only if they weren't set in the source text subpicture...
Antoine Cellerier [Wed, 21 Mar 2007 22:10:50 +0000 (22:10 +0000)]
Change the visible heigh/width only if they weren't set in the source text subpicture. Else use the original values. Could someone with good knowledge of the freetype module (and maybe other text render modules ... if we have any) confirm that this change is ok?

17 years agoTrailing spaces, again.
Antoine Cellerier [Wed, 21 Mar 2007 21:51:44 +0000 (21:51 +0000)]
Trailing spaces, again.

17 years agoCosmetics (well ... invisible cosmetics). Remove trailing white spaces.
Antoine Cellerier [Wed, 21 Mar 2007 21:48:36 +0000 (21:48 +0000)]
Cosmetics (well ... invisible cosmetics). Remove trailing white spaces.

17 years ago* Add new rss-title option to configure how/when/if you want to display the feed...
Antoine Cellerier [Wed, 21 Mar 2007 21:44:56 +0000 (21:44 +0000)]
* Add new rss-title option to configure how/when/if you want to display the feed's title.
* Fix CFG_PREFIX for config chain parsing and option names (s/rrs/rss/)

17 years agoDisable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite...
Antoine Cellerier [Wed, 21 Mar 2007 21:42:10 +0000 (21:42 +0000)]
Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite loop when calling pf_decode_video in src/misc/image.c ImageRead() when using the RSS plugin)

17 years agoqt4: Don't try to use the qt intf if we don't have an X
Christophe Mutricy [Wed, 21 Mar 2007 18:23:22 +0000 (18:23 +0000)]
qt4: Don't try to use the qt intf if we don't have an X

17 years ago- mozilla: refcounting is still important, don't mess it up during normal operation
Damien Fouilleul [Wed, 21 Mar 2007 13:57:12 +0000 (13:57 +0000)]
- mozilla: refcounting is still important, don't mess it up during normal operation

17 years ago- getopt: use optind==0 for reentrency support and misc cleanup
Damien Fouilleul [Wed, 21 Mar 2007 12:34:11 +0000 (12:34 +0000)]
- getopt: use optind==0 for reentrency support and misc cleanup

17 years agoQt4 - Open. Fix segfault under windows. Still need to find out to hide those buttons...
Jean-Baptiste Kempf [Tue, 20 Mar 2007 23:40:09 +0000 (23:40 +0000)]
Qt4 - Open. Fix segfault under windows. Still need to find out to hide those buttons under windows. But one at a time.

17 years agoQt4 - Pref: start to track functionnalities missing. Directory still segfaults..
Jean-Baptiste Kempf [Tue, 20 Mar 2007 23:29:42 +0000 (23:29 +0000)]
Qt4 - Pref: start to track functionnalities missing. Directory still segfaults..

17 years ago - mozilla: I finally figured out why firefox was corrupting memory after destroying...
Damien Fouilleul [Tue, 20 Mar 2007 22:15:07 +0000 (22:15 +0000)]
 - mozilla: I finally figured out why firefox was corrupting memory after destroying plugin (so much fore reference counted objects !)

17 years agoQt4 - Open Dialog/ Net. Cosmetics.
Jean-Baptiste Kempf [Tue, 20 Mar 2007 19:27:29 +0000 (19:27 +0000)]
Qt4 - Open Dialog/ Net. Cosmetics.

17 years agoQt4 - Open Dialog/File. Solve the filters bug and do things in a better way.
Jean-Baptiste Kempf [Tue, 20 Mar 2007 19:20:42 +0000 (19:20 +0000)]
Qt4 - Open Dialog/File. Solve the filters bug and do things in a better way.

17 years ago - mozilla: formatting, cleanup, and NPN_SetValue/NPP_SetValue support
Damien Fouilleul [Tue, 20 Mar 2007 15:13:51 +0000 (15:13 +0000)]
 - mozilla: formatting, cleanup, and NPN_SetValue/NPP_SetValue support

17 years ago- mozilla: most properties in vlc.audio object don't require an active input, be...
Damien Fouilleul [Tue, 20 Mar 2007 11:51:12 +0000 (11:51 +0000)]
- mozilla: most properties in vlc.audio object don't require an active input, be careful jpsaman ;)

17 years agocoding style cleanup
Jean-Paul Saman [Tue, 20 Mar 2007 08:21:52 +0000 (08:21 +0000)]
coding style cleanup

17 years agoQt4 - Set Filters. Regroup filter definitions.
Jean-Baptiste Kempf [Tue, 20 Mar 2007 01:15:26 +0000 (01:15 +0000)]
Qt4 - Set Filters. Regroup filter definitions.

Open Dialog: status.
- Broken on Windows.... As usual...
- Filters are not correctly set. Why ? I don't understand...
- Alignement will not be better.
- Show/hide advanced panel and subtitles do not work correctly (none of them)
- Additional features will be for next release. There is plenty of things to do left.

/* GOSH I hate QT designer */

17 years ago- mozilla: some cleanup, workarounds for potential crash scenarios
Damien Fouilleul [Tue, 20 Mar 2007 00:11:57 +0000 (00:11 +0000)]
- mozilla: some cleanup, workarounds for potential crash scenarios

17 years agoMac OS X gui: Make sure the "force quit" menu item is handled instantly.
Pierre d'Herbemont [Mon, 19 Mar 2007 22:56:04 +0000 (22:56 +0000)]
Mac OS X gui: Make sure the "force quit" menu item is handled instantly.

17 years agoWhen using -p <module name> (or --module <module name>) to look for help, also check...
Antoine Cellerier [Mon, 19 Mar 2007 21:34:54 +0000 (21:34 +0000)]
When using -p <module name> (or --module <module name>) to look for help, also check if the module name matches a module's shortcut (and not only the main name). Makes it possible to use stuff like vlc -p udp instead of vlc -p access_udp.

17 years agoBumped up version number of live555 to a ridiculous 9999999999 so it doesn't conflict...
Jean-Paul Saman [Mon, 19 Mar 2007 21:17:09 +0000 (21:17 +0000)]
Bumped up version number of live555 to a ridiculous 9999999999 so it doesn't conflict with the official live555 releases. This is a temporary hack till RTSP seeking is solved properly.

17 years agoFix compilation on debian sid. Please check that we're using the appropriate version...
Antoine Cellerier [Mon, 19 Mar 2007 21:13:07 +0000 (21:13 +0000)]
Fix compilation on debian sid. Please check that we're using the appropriate version numbers in the #ifs.

17 years agoFortune! Who would've though that thresh would fall for it.
Antoine Cellerier [Mon, 19 Mar 2007 20:36:05 +0000 (20:36 +0000)]
Fortune! Who would've though that thresh would fall for it.

17 years agoQt4 - comment another thing to build on windows. L4|\/|3 contribs...
Jean-Baptiste Kempf [Mon, 19 Mar 2007 19:45:08 +0000 (19:45 +0000)]
Qt4 - comment another thing to build on windows. L4|\/|3 contribs...

17 years agoQt4 - Open. Use a Frame and not a QComboBox for subtitles. (lacks still some toggle...
Jean-Baptiste Kempf [Mon, 19 Mar 2007 19:42:25 +0000 (19:42 +0000)]
Qt4 - Open. Use a Frame and not a QComboBox for subtitles. (lacks still some toggle function). Catch event to avoid bug of hidding of QFileDialog.

17 years agoQt4- temporary comment something to build !
Jean-Baptiste Kempf [Mon, 19 Mar 2007 19:32:42 +0000 (19:32 +0000)]
Qt4- temporary comment something to build !

17 years agoQt4 - Sometimes size does matter.
Jean-Baptiste Kempf [Mon, 19 Mar 2007 00:40:41 +0000 (00:40 +0000)]
Qt4 - Sometimes size does matter.

17 years agoqt4 - small comment to avoid the pbs until we have new contribs.
Jean-Baptiste Kempf [Mon, 19 Mar 2007 00:26:58 +0000 (00:26 +0000)]
qt4 - small comment to avoid the pbs until we have new contribs.