]> git.sesse.net Git - vlc/log
vlc
12 years agoavi: Tidy the palette handling bit.
Frode Tennebø [Mon, 18 Jun 2012 21:35:40 +0000 (23:35 +0200)]
avi: Tidy the palette handling bit.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: fix a playlist issue with pictureflow
Mario Speiß [Wed, 20 Jun 2012 15:23:33 +0000 (17:23 +0200)]
Qt: fix a playlist issue with pictureflow

12 years agoQt: release vout in controller configuration widget
Mario Speiß [Wed, 13 Jun 2012 19:59:00 +0000 (21:59 +0200)]
Qt: release vout in controller configuration widget

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoCosmetics
Jean-Baptiste Kempf [Tue, 12 Jun 2012 18:18:36 +0000 (20:18 +0200)]
Cosmetics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAPE/MPC/WV: support TotalTrack
Jean-Baptiste Kempf [Wed, 13 Jun 2012 15:54:19 +0000 (17:54 +0200)]
APE/MPC/WV: support TotalTrack

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMP3: support TRCK total number
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:48:57 +0000 (01:48 +0200)]
MP3: support TRCK total number

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: gpg-error: use CPPFLAGS when processing errno.h
Rafaël Carré [Wed, 20 Jun 2012 09:42:33 +0000 (11:42 +0200)]
contrib: gpg-error: use CPPFLAGS when processing errno.h

12 years agocontrib: gsm: enforce CFLAGS
Rafaël Carré [Wed, 20 Jun 2012 09:34:13 +0000 (11:34 +0200)]
contrib: gsm: enforce CFLAGS

12 years agodirectory: do not get stuck on a FIFO (fix #6940)
Rémi Denis-Courmont [Wed, 20 Jun 2012 05:17:26 +0000 (08:17 +0300)]
directory: do not get stuck on a FIFO (fix #6940)

Also avoid fstat()+close() on non-directoy files.

12 years agofile: do not use non-blocking mode when unknown/unspecified/useless
Rémi Denis-Courmont [Wed, 20 Jun 2012 05:16:16 +0000 (08:16 +0300)]
file: do not use non-blocking mode when unknown/unspecified/useless

For FIFO and sockets, non-blocking is wanted. For character device,
the effects depend on the device driver. For other types, non-blocking
mode has either no effects or is unspecified.

12 years agoconfigure: link vlc and libvlc to AppKit
Felix Paul Kühne [Tue, 19 Jun 2012 16:10:05 +0000 (18:10 +0200)]
configure: link vlc and libvlc to AppKit

This looks stupid and weird. The rationale is that the PowerBox mechanism used when running VLC in a Sandbox on OS X Lion checks whether the executable is linked against AppKit. If not, neither NSOpenPanel nor NSSavePanel will appear.

12 years agoQt: add dropzone to dist
Francois Cartegnie [Tue, 19 Jun 2012 11:36:17 +0000 (13:36 +0200)]
Qt: add dropzone to dist

12 years agoplaylist: m3u: fix CheckContentType check.
Francois Cartegnie [Tue, 19 Jun 2012 11:26:28 +0000 (13:26 +0200)]
playlist: m3u: fix CheckContentType check.

strncase cmp reports 0 if the tested size is 0.
Was always matching empty Content-Type then.

12 years agoAndroid: fix large files support
Sébastien Toque [Mon, 18 Jun 2012 15:28:30 +0000 (17:28 +0200)]
Android: fix large files support

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoblock.c: get lseek definition from vlc_fs.h
Rafaël Carré [Mon, 18 Jun 2012 15:27:17 +0000 (17:27 +0200)]
block.c: get lseek definition from vlc_fs.h

12 years agoWin32: move 64 bits lseek define to vlc_fs.h
Rafaël Carré [Mon, 18 Jun 2012 15:21:45 +0000 (17:21 +0200)]
Win32: move 64 bits lseek define to vlc_fs.h

12 years agocontrib: live: Fix 6fbfa484230 for OSX
Rafaël Carré [Tue, 19 Jun 2012 07:13:37 +0000 (09:13 +0200)]
contrib: live: Fix 6fbfa484230 for OSX

use standard back reference (\1 instead of \0, mach with parens)
use OSX-compatible command line ordering (filenames go at the end)

12 years agomacosx: allow the user to minimize the main window by double-clicking the window...
Felix Paul Kühne [Mon, 18 Jun 2012 23:26:03 +0000 (01:26 +0200)]
macosx: allow the user to minimize the main window by double-clicking the window title when using the dark UI variant

This respects the system preferences' global setting.

12 years agomacosx: fixed EyeTV support when using the Application Sandbox (refs #5149)
Felix Paul Kühne [Mon, 18 Jun 2012 20:52:17 +0000 (22:52 +0200)]
macosx: fixed EyeTV support when using the Application Sandbox (refs #5149)

12 years agomacosx: upgraded Xcode project version
Felix Paul Kühne [Mon, 18 Jun 2012 20:51:41 +0000 (22:51 +0200)]
macosx: upgraded Xcode project version

12 years agomacosx: added a basic script and some entitlements to enable Sandboxing on OS X Lion...
Felix Paul Kühne [Mon, 18 Jun 2012 15:52:08 +0000 (17:52 +0200)]
macosx: added a basic script and some entitlements to enable Sandboxing on OS X Lion (refs #5149)

12 years agocontrib: make live555 honor EXTRA_CFLAGS
Rafaël Carré [Mon, 18 Jun 2012 17:30:48 +0000 (19:30 +0200)]
contrib: make live555 honor EXTRA_CFLAGS

12 years agomacosx: add NSApplicationDelegate for VLCMain class and correct one method declaration
David Fuhrmann [Mon, 18 Jun 2012 08:22:03 +0000 (10:22 +0200)]
macosx: add NSApplicationDelegate for VLCMain class and correct one method declaration

12 years agoQt: PLModel: make auto art download comply with privacy policy
Francois Cartegnie [Sat, 16 Jun 2012 17:52:18 +0000 (19:52 +0200)]
Qt: PLModel: make auto art download comply with privacy policy

12 years agoQt: PLTreeView: Fix name encoding in the tooltip
Naohiro KORIYAMA [Fri, 15 Jun 2012 05:17:28 +0000 (14:17 +0900)]
Qt: PLTreeView: Fix name encoding in the tooltip

Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
12 years agomkv: fix memleak
Naohiro KORIYAMA [Thu, 14 Jun 2012 15:36:50 +0000 (00:36 +0900)]
mkv: fix memleak

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agofreetype: fix memleak
Naohiro KORIYAMA [Fri, 15 Jun 2012 06:12:34 +0000 (15:12 +0900)]
freetype: fix memleak

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agofreetype: fixed crash when looking for an empty string as font name
Felix Paul Kühne [Thu, 14 Jun 2012 18:32:25 +0000 (20:32 +0200)]
freetype: fixed crash when looking for an empty string as font name

12 years agoQt: PLTreeView: Show details as tooltip
Francois Cartegnie [Thu, 14 Jun 2012 13:16:07 +0000 (15:16 +0200)]
Qt: PLTreeView: Show details as tooltip

12 years agolibvlc.h: improve docstrings
Olivier Aubert [Thu, 14 Jun 2012 13:05:10 +0000 (15:05 +0200)]
libvlc.h: improve docstrings

12 years agolibvlc_media.h: note that all options are not appliable to medias.
Olivier Aubert [Thu, 14 Jun 2012 13:04:13 +0000 (15:04 +0200)]
libvlc_media.h: note that all options are not appliable to medias.

See
http://forum.videolan.org/viewtopic.php?f=32&t=100612&p=339220&hilit=media_add_option#p339267
and
http://forum.videolan.org/viewtopic.php?f=32&t=99357&p=333659&hilit=media_add_option#p333659
for reference.

12 years agomacosx: updated copyright headers
Felix Paul Kühne [Thu, 14 Jun 2012 13:04:20 +0000 (15:04 +0200)]
macosx: updated copyright headers

12 years agoQt: StandardPLPanel: Fix failing locked assertion.
Francois Cartegnie [Wed, 13 Jun 2012 15:23:11 +0000 (17:23 +0200)]
Qt: StandardPLPanel: Fix failing locked assertion.
Unremoved Unlock introduced by 874efde6d6888434ce369c833830ba09c01a0daf

12 years agodemux/mp4: fix typo
Frédéric Yhuel [Tue, 12 Jun 2012 11:41:13 +0000 (13:41 +0200)]
demux/mp4: fix typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUse default values when parsing MKV audio track
Denis Charmet [Tue, 12 Jun 2012 20:07:49 +0000 (22:07 +0200)]
Use default values when parsing MKV audio track

This fixes #6773

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUpdate NEWS
Jean-Baptiste Kempf [Wed, 13 Jun 2012 00:40:29 +0000 (02:40 +0200)]
Update NEWS

12 years agoMP3: support for TRACKTOTAL in TXXX
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:53:34 +0000 (01:53 +0200)]
MP3: support for TRACKTOTAL in TXXX

12 years agoAVI: support IFRM as TotalTrack
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:29:26 +0000 (01:29 +0200)]
AVI: support IFRM as TotalTrack

12 years agoMP4: support more Metadata tags
Jean-Baptiste Kempf [Wed, 13 Jun 2012 00:30:27 +0000 (02:30 +0200)]
MP4: support more Metadata tags

12 years agoMP4: fix trkn parsing and support totaltrack
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:21:28 +0000 (01:21 +0200)]
MP4: fix trkn parsing and support totaltrack

12 years agoASF: fix a warning
Jean-Baptiste Kempf [Tue, 12 Jun 2012 19:44:41 +0000 (21:44 +0200)]
ASF: fix a warning

12 years agoASF: cosmetics
Jean-Baptiste Kempf [Tue, 12 Jun 2012 19:41:37 +0000 (21:41 +0200)]
ASF: cosmetics

12 years agomacosx: draw vlc.icns instead of a bogus white png with an icon in the about panel
Felix Paul Kühne [Tue, 12 Jun 2012 19:02:05 +0000 (21:02 +0200)]
macosx: draw vlc.icns instead of a bogus white png with an icon in the about panel

no user-visible change. However, we save 29KB and don't need to update that graphic for HiDPI

12 years agomacosx: Cocoa cannot deal with 2 images of the same name in a single bundle even...
Felix Paul Kühne [Tue, 12 Jun 2012 18:29:34 +0000 (20:29 +0200)]
macosx: Cocoa cannot deal with 2 images of the same name in a single bundle even if their type is different

Hence, rename one of them.

12 years agovout_macosx: make sure that we see the entire video instead of the lower left quarter...
Felix Paul Kühne [Tue, 12 Jun 2012 18:23:08 +0000 (20:23 +0200)]
vout_macosx: make sure that we see the entire video instead of the lower left quarter in HiDPI mode

12 years agovout_macosx: fixed typo
Felix Paul Kühne [Tue, 12 Jun 2012 17:34:38 +0000 (19:34 +0200)]
vout_macosx: fixed typo

12 years agovout_macosx: restore compilation support for OS X 10.5 and 10.6
Felix Paul Kühne [Tue, 12 Jun 2012 17:22:36 +0000 (19:22 +0200)]
vout_macosx: restore compilation support for OS X 10.5 and 10.6

12 years agomacosx: enable HiDPI support
Felix Paul Kühne [Tue, 12 Jun 2012 16:55:05 +0000 (18:55 +0200)]
macosx: enable HiDPI support

Note that the @2x artwork is missing at the moment, so there will be artifacts in the main window and the about panel

12 years agovout_macosx: added HiDPI support
Felix Paul Kühne [Tue, 12 Jun 2012 16:50:48 +0000 (18:50 +0200)]
vout_macosx: added HiDPI support

12 years agoSupport TotalTracks in MKV
Jean-Baptiste Kempf [Tue, 12 Jun 2012 18:17:37 +0000 (20:17 +0200)]
Support TotalTracks in MKV

12 years agomacos: slightly improved error handling when open files
David Fuhrmann [Tue, 12 Jun 2012 15:11:39 +0000 (17:11 +0200)]
macos: slightly improved error handling when open files

12 years agoQt: PLSelector: Make effectless root entries not selectable
Francois Cartegnie [Tue, 12 Jun 2012 11:43:54 +0000 (13:43 +0200)]
Qt: PLSelector: Make effectless root entries not selectable

12 years agoVorbis: cosmetics
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:40:56 +0000 (23:40 +0200)]
Vorbis: cosmetics

12 years agoVorbis: extract TotalTrack information
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:04:46 +0000 (23:04 +0200)]
Vorbis: extract TotalTrack information

12 years agoQt: display the number of tracks
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:04:16 +0000 (23:04 +0200)]
Qt: display the number of tracks

12 years agoMeta: add a tracktotal value
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:03:48 +0000 (23:03 +0200)]
Meta: add a tracktotal value

12 years agoBookmarks: use a better naming
Jean-Baptiste Kempf [Mon, 11 Jun 2012 20:18:53 +0000 (22:18 +0200)]
Bookmarks: use a better naming

12 years agochange_prefix: fix help
Rafaël Carré [Mon, 11 Jun 2012 20:04:34 +0000 (16:04 -0400)]
change_prefix: fix help

12 years agoQt: StandardPLPanel: show dropzone on views
Francois Cartegnie [Mon, 11 Jun 2012 19:50:01 +0000 (21:50 +0200)]
Qt: StandardPLPanel: show dropzone on views

12 years agoQt: PLModel: try to agregate inserts for efficiency, take 2
Francois Cartegnie [Mon, 11 Jun 2012 15:07:15 +0000 (17:07 +0200)]
Qt: PLModel: try to agregate inserts for efficiency, take 2

12 years agoRecord: allow better recording of MKV streams
Jean-Baptiste Kempf [Mon, 11 Jun 2012 18:35:03 +0000 (20:35 +0200)]
Record: allow better recording of MKV streams

Notably the ones with vorb/flac with ssa/srt

12 years agoVAAPI: provide more logs to understand what is happenning
Jean-Baptiste Kempf [Mon, 11 Jun 2012 17:16:10 +0000 (19:16 +0200)]
VAAPI: provide more logs to understand what is happenning

12 years agomacosx: sort items before adding to playlist over dock icon
David Fuhrmann [Mon, 11 Jun 2012 16:45:48 +0000 (18:45 +0200)]
macosx: sort items before adding to playlist over dock icon

close #4358

12 years agomacosx: add multiple files dragged to dock icon together
David Fuhrmann [Mon, 11 Jun 2012 16:08:33 +0000 (18:08 +0200)]
macosx: add multiple files dragged to dock icon together

refs #4358

12 years agomacosx: fixed table column duplication by moving the dynamic column generation from...
Felix Paul Kühne [Mon, 11 Jun 2012 12:00:32 +0000 (14:00 +0200)]
macosx: fixed table column duplication by moving the dynamic column generation from VLCPlaylistCommon to VLCPlaylist, where it belongs (close #6928)

12 years agoRevert "Qt: PLModel: try to agregate inserts for efficiency"
Francois Cartegnie [Mon, 11 Jun 2012 08:56:40 +0000 (10:56 +0200)]
Revert "Qt: PLModel: try to agregate inserts for efficiency"

This reverts commit bd0ae7ec66f9e94b877ec1b206fce52eb133b0ae.

Seems a problem with signals, but without test cases I can't fix
it for now.

12 years agoSimple prefs: make the buttons wider.
Jean-Baptiste Kempf [Sun, 10 Jun 2012 13:19:40 +0000 (15:19 +0200)]
Simple prefs: make the buttons wider.

12 years agoMessage dialog: put the clear button in the corner
Jean-Baptiste Kempf [Sun, 10 Jun 2012 13:06:40 +0000 (15:06 +0200)]
Message dialog: put the clear button in the corner

12 years agocontrib: flac location changed
Edward Wang [Sun, 10 Jun 2012 01:19:32 +0000 (21:19 -0400)]
contrib: flac location changed

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agocontrib: freetype2 location changed
Edward Wang [Sun, 10 Jun 2012 01:19:33 +0000 (21:19 -0400)]
contrib: freetype2 location changed

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoCaca: fix compilation for win32
Jean-Baptiste Kempf [Sat, 9 Jun 2012 21:57:39 +0000 (23:57 +0200)]
Caca: fix compilation for win32

12 years agoFix compilation
Jean-Baptiste Kempf [Sat, 9 Jun 2012 21:53:17 +0000 (23:53 +0200)]
Fix compilation

12 years agoQt: fix compilation in case of updateCheck
Jean-Baptiste Kempf [Sat, 9 Jun 2012 21:31:17 +0000 (23:31 +0200)]
Qt: fix compilation in case of updateCheck

12 years agoqt4: remove unneeded includes
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:07 +0000 (22:33 +0200)]
qt4: remove unneeded includes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: kill a warning
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:06 +0000 (22:33 +0200)]
qt4: kill a warning

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: rename a couple of methods to be more explicit
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:05 +0000 (22:33 +0200)]
qt4: rename a couple of methods to be more explicit

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: add some accelerators
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:04 +0000 (22:33 +0200)]
qt4: add some accelerators

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: filters messages in real time as you type
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:03 +0000 (22:33 +0200)]
qt4: filters messages in real time as you type

The old verbose-objects syntax is also discarded because it doesn't make
much sense to keep it.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: the verbosity can't be higher than 2
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:02 +0000 (22:33 +0200)]
qt4: the verbosity can't be higher than 2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoCosmetic: Max 78 chars/line (bin/winvlc.c)
Cezar Elnazli [Fri, 8 Jun 2012 18:02:55 +0000 (21:02 +0300)]
Cosmetic: Max 78 chars/line (bin/winvlc.c)

Reformat bin/winvlc.c so that no lines are longer than 78 characters.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: fix longstanding bug where gray title bar shows window as inactive every...
David Fuhrmann [Sat, 9 Jun 2012 18:06:58 +0000 (20:06 +0200)]
macosx: fix longstanding bug where gray title bar shows window as inactive every time a movie is playing

12 years agocontrib: fixed typo
Felix Paul Kühne [Sat, 9 Jun 2012 09:52:56 +0000 (11:52 +0200)]
contrib: fixed typo

12 years agoopengl: fixed playback of 10bit content on Macs with OpenGL 1.4 drivers, notably...
Felix Paul Kühne [Sat, 9 Jun 2012 09:50:48 +0000 (11:50 +0200)]
opengl: fixed playback of 10bit content on Macs with OpenGL 1.4 drivers, notably using the GMA 950 chipset (close #5973)

We do so by forcefully disabling the 16bit shaders, which the chipset pretends to support, but actually doesn't.

12 years agocontrib: fixed libvpx compilation with Xcode 4.3 and later
Felix Paul Kühne [Fri, 8 Jun 2012 08:30:08 +0000 (10:30 +0200)]
contrib: fixed libvpx compilation with Xcode 4.3 and later

12 years agoRemove VLCKit
Jean-Baptiste Kempf [Fri, 8 Jun 2012 23:59:22 +0000 (01:59 +0200)]
Remove VLCKit

12 years agoQt: PLSelector: expand root level
Francois Cartegnie [Fri, 8 Jun 2012 20:47:56 +0000 (22:47 +0200)]
Qt: PLSelector: expand root level

12 years agoQt: PlPopup: fix logical grouping of actions
Francois Cartegnie [Fri, 8 Jun 2012 20:30:25 +0000 (22:30 +0200)]
Qt: PlPopup: fix logical grouping of actions

12 years agoAvcodec: map Indeo Audio
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:25:59 +0000 (16:25 +0200)]
Avcodec: map Indeo Audio

12 years agoAvcodec: add a macro for version check working for libav and FFmpeg
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:25:52 +0000 (16:25 +0200)]
Avcodec: add a macro for version check working for libav and FFmpeg

12 years agoAdd Indeo Audio codecs and wave format tags
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:13:45 +0000 (16:13 +0200)]
Add Indeo Audio codecs and wave format tags

12 years agoavcodec: fix mpeg-1 encoding
Jean-Baptiste Kempf [Fri, 8 Jun 2012 09:07:54 +0000 (11:07 +0200)]
avcodec: fix mpeg-1 encoding

12 years agolibvlc.h: move comments out of the code itself (including commas)
Olivier Aubert [Fri, 8 Jun 2012 07:33:57 +0000 (09:33 +0200)]
libvlc.h: move comments out of the code itself (including commas)

12 years agoextras/macosx: added the optimization flags removed from configure.ac
Felix Paul Kühne [Thu, 7 Jun 2012 18:08:41 +0000 (20:08 +0200)]
extras/macosx: added the optimization flags removed from configure.ac

These can be triggered by setting the ARCH variable respectively, which will be done by the OS X build script

12 years agoVLCKit: updated libvlc targets to use clang instead of llvm-gcc-4.2
Felix Paul Kühne [Thu, 7 Jun 2012 18:07:18 +0000 (20:07 +0200)]
VLCKit: updated libvlc targets to use clang instead of llvm-gcc-4.2

additionally, update the project file for Xcode 4.3

12 years agoVLCKit: disable the caca vout (which isn't supported by VLCKit's vout architecture...
Felix Paul Kühne [Thu, 7 Jun 2012 18:06:34 +0000 (20:06 +0200)]
VLCKit: disable the caca vout (which isn't supported by VLCKit's vout architecture) and libsamplerate (like we do for VLC.app)

12 years agoRevert "VLCKit: Remove typedef after enum declaration"
Felix Paul Kühne [Thu, 7 Jun 2012 18:02:58 +0000 (20:02 +0200)]
Revert "VLCKit: Remove typedef after enum declaration"

This reverts commit eeb2dbd78d74421306d88d5c6e0792a40e7fe6f9.

12 years agowasapi: get audio session, and set display name
Rémi Denis-Courmont [Thu, 7 Jun 2012 16:29:45 +0000 (19:29 +0300)]
wasapi: get audio session, and set display name

12 years agowasapi: fix leak
Rémi Denis-Courmont [Thu, 7 Jun 2012 16:22:01 +0000 (19:22 +0300)]
wasapi: fix leak

12 years agoQt: use menuRole on OSX
Jean-Baptiste Kempf [Thu, 7 Jun 2012 14:42:16 +0000 (16:42 +0200)]
Qt: use menuRole on OSX

12 years agoqt4: save and restore the position of the GotoTime dialog
Ludovic Fauvet [Thu, 7 Jun 2012 14:27:13 +0000 (16:27 +0200)]
qt4: save and restore the position of the GotoTime dialog

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>