[vlc-commits] macosx: remove the main window

Felix Paul Kühne git at videolan.org
Sun Apr 14 22:17:01 CEST 2019


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Sun Apr 14 22:07:05 2019 +0200| [a2fe663204d7b34f63f57fe8d286a324d8fe87ed] | committer: Felix Paul Kühne

macosx: remove the main window

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

 .../package/macosx/VLC.xcodeproj/project.pbxproj   |  92 ---
 modules/gui/macosx/Makefile.am                     |  26 -
 modules/gui/macosx/UI/MainWindow.xib               | 902 ---------------------
 modules/gui/macosx/UI/VLCLibraryWindow.xib         |  42 +-
 .../gui/macosx/extensions/NSScreen+VLCAdditions.m  |   2 +-
 modules/gui/macosx/extensions/misc.m               |   1 -
 .../Internal/PXSourceListDelegateDataSourceProxy.h |  21 -
 .../Internal/PXSourceListDelegateDataSourceProxy.m | 470 -----------
 .../Internal/PXSourceListPrivateConstants.h        |  18 -
 .../Internal/PXSourceListRuntimeAdditions.h        |  21 -
 .../Internal/PXSourceListRuntimeAdditions.m        |  67 --
 .../macosx/imported/PXSourceList/PXSourceList.h    | 206 -----
 .../macosx/imported/PXSourceList/PXSourceList.m    | 578 -------------
 .../imported/PXSourceList/PXSourceListBadgeCell.h  |  23 -
 .../imported/PXSourceList/PXSourceListBadgeCell.m  | 122 ---
 .../imported/PXSourceList/PXSourceListBadgeView.h  |  72 --
 .../imported/PXSourceList/PXSourceListBadgeView.m  |  52 --
 .../imported/PXSourceList/PXSourceListDataSource.h | 396 ---------
 .../imported/PXSourceList/PXSourceListDelegate.h   | 522 ------------
 .../imported/PXSourceList/PXSourceListItem.h       | 228 ------
 .../imported/PXSourceList/PXSourceListItem.m       | 101 ---
 .../PXSourceList/PXSourceListTableCellView.h       |  43 -
 .../PXSourceList/PXSourceListTableCellView.m       |  31 -
 modules/gui/macosx/library/VLCLibraryWindow.h      |  11 +
 modules/gui/macosx/library/VLCLibraryWindow.m      |  77 ++
 modules/gui/macosx/main/VLCMain.h                  |   4 +-
 modules/gui/macosx/main/VLCMain.m                  |  22 +-
 modules/gui/macosx/menus/VLCMainMenu.m             |  11 +-
 modules/gui/macosx/menus/VLCStatusBarIcon.m        |   2 +-
 modules/gui/macosx/playlist/VLCPlayerController.m  |   4 +-
 .../windows/addons/VLCAddonsWindowController.m     |   1 -
 .../gui/macosx/windows/mainwindow/VLCMainWindow.h  | 109 ---
 .../gui/macosx/windows/mainwindow/VLCMainWindow.m  | 685 ----------------
 .../windows/mainwindow/VLCMainWindowControlsBar.m  |   4 +-
 .../windows/mainwindow/VLCSourceListBadgeButton.h  |  33 -
 .../windows/mainwindow/VLCSourceListBadgeButton.m  |  75 --
 .../macosx/windows/mainwindow/VLCSourceListItem.h  |  33 -
 .../macosx/windows/mainwindow/VLCSourceListItem.m  |  37 -
 .../mainwindow/VLCSourceListTableCellView.h        |  35 -
 .../mainwindow/VLCSourceListTableCellView.m        |  27 -
 .../macosx/windows/video/VLCVideoOutputProvider.m  |  32 +-
 .../macosx/windows/video/VLCVideoWindowCommon.m    |  19 +-
 modules/gui/macosx/windows/video/VLCVoutView.m     |   4 +-
 po/POTFILES.in                                     |   8 -
 44 files changed, 167 insertions(+), 5102 deletions(-)

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


More information about the vlc-commits mailing list