]> git.sesse.net Git - vlc/commit
Mac: use a Native Search Line
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Nov 2010 21:18:12 +0000 (22:18 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Dec 2010 01:10:09 +0000 (02:10 +0100)
commitec8b3fefaf482527e8fa17d2e900b57f80ac8cd8
tree07e53a424387de3f9a157c033492fe0d9c215a03
parent0734535dafba5a8ce68e1fa5b7778b92544fbb81
Mac: use a Native Search Line

This is a good example of how to use Mac native widgets (NSView) inside QtVLC
For some reason, this is broken on the main playlist, but it works great on the plugins dialog or the simple prefs/keys

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac
modules/gui/qt4/Modules.am
modules/gui/qt4/util/searchlineedit.cpp
modules/gui/qt4/util/searchlineedit.hpp
modules/gui/qt4/util/searchlineedit_mac.mm [new file with mode: 0644]