[vlc-commits] macosx: Lua extensions infrastructure (revised)

Brendon Justin git at videolan.org
Sat Jan 14 19:22:26 CET 2012


vlc | branch: master | Brendon Justin <brendonjustin at gmail.com> | Fri Jan 13 23:04:25 2012 +0100| [efb30563108188169ccd4aaa5c415ff11dfdb417] | committer: Felix Paul Kühne

macosx: Lua extensions infrastructure (revised)

Add files for extension creation management, add them to the build process, and
add them to the XCode project.

For Felix's concerns:
Adding VLCLoginPanel and VLCProgressPanel was a mistake, I have removed them from
the patch.  I based ExtensionsManager on the corresponding qt4 class, so I
changed the copyright to start at the same time as that file.  I also added
WebView for EXTENSION_WIDGET_HTML, which appears to work but may need more
attention.

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

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

 .../package/macosx/vlc.xcodeproj/project.pbxproj   |   12 +
 modules/gui/macosx/ExtensionsDialogProvider.h      |   64 +++
 modules/gui/macosx/ExtensionsDialogProvider.m      |  597 ++++++++++++++++++++
 modules/gui/macosx/ExtensionsManager.h             |   75 +++
 modules/gui/macosx/ExtensionsManager.m             |  372 ++++++++++++
 modules/gui/macosx/Modules.am                      |    6 +
 modules/gui/macosx/VLCUIWidgets.h                  |   72 +++
 modules/gui/macosx/VLCUIWidgets.m                  |  393 +++++++++++++
 8 files changed, 1591 insertions(+), 0 deletions(-)

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


More information about the vlc-commits mailing list