vlc/vlc-2.2 | branch: master | David Fuhrmann <[email protected]> | Sat Jul 11 14:32:20 2015 +0200| [f5ebfa8e5648665c49c4c9474313d7850799b83a] | committer: David Fuhrmann
macosx: Create custom resume dialog, refactor Create own resume dialog, which acts the same way as a floating window. Thus it does not disturb the user more than any other VLC panel and consequently does not block the user in doing other operations. This fixes floating behaviour (#13886) any makes it more easy to implement any other fancy_dialog_whatever we might add later. Current design is a copy of the currently used alert window. Also raised the timeout value to 10 secs as users are complaining 6 sec is not long enough. close #13886 (cherry picked from commit dcb7543ff804c9283c1d23e99513fb24225cc589) Signed-off-by: David Fuhrmann <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=f5ebfa8e5648665c49c4c9474313d7850799b83a --- .../Resources/English.lproj/ResumeDialog.xib | 699 ++++++++++++++++++++ .../package/macosx/vlc.xcodeproj/project.pbxproj | 16 + modules/gui/macosx/Modules.am | 2 + modules/gui/macosx/ResumeDialogController.h | 57 ++ modules/gui/macosx/ResumeDialogController.m | 126 ++++ modules/gui/macosx/VLCVoutWindowController.m | 4 + modules/gui/macosx/intf.h | 4 + modules/gui/macosx/intf.m | 11 + modules/gui/macosx/playlist.m | 41 +- 9 files changed, 935 insertions(+), 25 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commitdiff;h=f5ebfa8e5648665c49c4c9474313d7850799b83a _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
