vlc | branch: master | Felix Paul Kühne <fe...@feepk.net> | Thu May 9 14:14:12 2019 +0200| [4510eb8ea914d319334ebeab9e50390faea7a4d0] | committer: Felix Paul Kühne
macosx/library: add audio specific library interface > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4510eb8ea914d319334ebeab9e50390faea7a4d0 --- .../package/macosx/VLC.xcodeproj/project.pbxproj | 28 ++ modules/gui/macosx/Makefile.am | 14 +- .../gui/macosx/UI/VLCLibraryAlbumTableCellView.xib | 160 +++++++++++ .../gui/macosx/UI/VLCLibraryCollectionViewItem.xib | 2 +- modules/gui/macosx/UI/VLCLibraryTableCellView.xib | 106 ++++++++ modules/gui/macosx/UI/VLCLibraryWindow.xib | 199 +++++++++++++- .../macosx/library/VLCLibraryAlbumTableCellView.h | 47 ++++ .../macosx/library/VLCLibraryAlbumTableCellView.m | 178 ++++++++++++ .../gui/macosx/library/VLCLibraryAudioDataSource.h | 47 ++++ .../gui/macosx/library/VLCLibraryAudioDataSource.m | 298 +++++++++++++++++++++ .../macosx/library/VLCLibraryCollectionViewItem.h | 6 - .../macosx/library/VLCLibraryCollectionViewItem.m | 38 +-- modules/gui/macosx/library/VLCLibraryDataTypes.h | 4 + modules/gui/macosx/library/VLCLibraryDataTypes.m | 24 ++ modules/gui/macosx/library/VLCLibraryModel.h | 16 ++ modules/gui/macosx/library/VLCLibraryModel.m | 121 ++++++++- .../gui/macosx/library/VLCLibraryTableCellView.h | 45 ++++ .../gui/macosx/library/VLCLibraryTableCellView.m | 72 +++++ modules/gui/macosx/library/VLCLibraryWindow.h | 4 + modules/gui/macosx/library/VLCLibraryWindow.m | 48 +++- modules/gui/macosx/views/VLCTrackingView.h | 33 +++ modules/gui/macosx/views/VLCTrackingView.m | 58 ++++ po/POTFILES.in | 12 +- 23 files changed, 1491 insertions(+), 69 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=4510eb8ea914d319334ebeab9e50390faea7a4d0 _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits