[vlc-devel] commit: added a Minimal Dialog Provider for Mac OS X ( Felix Paul Kühne )

git version control git at videolan.org
Sat Dec 26 04:16:53 CET 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Dec 26 04:16:30 2009 +0100| [d04d6561419a90cc1fac0c700188302c93f220b8] | committer: Felix Paul Kühne 

added a Minimal Dialog Provider for Mac OS X

Currently only used to display the question, login, error and critical core dialogs whenever VLC runs with a GUI on a Mac.

Disabled by default. The login dialog's layout will need some more love.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d04d6561419a90cc1fac0c700188302c93f220b8
---

 configure.ac                                       |   12 +-
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |   20 ++-
 modules/gui/Modules.am                             |    4 +-
 modules/gui/macosx/wizard.m                        |    8 +-
 modules/gui/macosx_dialog_provider/Modules.am      |   12 +
 modules/gui/macosx_dialog_provider/VLCLoginPanel.h |   48 +++++
 modules/gui/macosx_dialog_provider/VLCLoginPanel.m |  194 +++++++++++++++++
 .../gui/macosx_dialog_provider/dialogProvider.h    |   16 ++
 .../gui/macosx_dialog_provider/dialogProvider.m    |  219 ++++++++++++++++++++
 9 files changed, 519 insertions(+), 14 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d04d6561419a90cc1fac0c700188302c93f220b8



More information about the vlc-devel mailing list