playQueue: Minor Improvements
This commits includes many WIP and broken things which is not advised to take up. = Introduces new VLCPlayQueueItem which is essentially the dataModel for the playQueue - Adds a function to add to playQueue which is broken as_of_now - Rearranged some functions in favour of more clean approach of the implementation of playQueue
Showing
- extras/package/macosx/VLC.xcodeproj/project.pbxproj 6 additions, 0 deletionsextras/package/macosx/VLC.xcodeproj/project.pbxproj
- modules/gui/macosx/UI/VLCLibraryView.xib 23 additions, 10 deletionsmodules/gui/macosx/UI/VLCLibraryView.xib
- modules/gui/macosx/VLCLibraryView.h 1 addition, 0 deletionsmodules/gui/macosx/VLCLibraryView.h
- modules/gui/macosx/VLCLibraryView.m 12 additions, 0 deletionsmodules/gui/macosx/VLCLibraryView.m
- modules/gui/macosx/VLCMainWindow.h 1 addition, 0 deletionsmodules/gui/macosx/VLCMainWindow.h
- modules/gui/macosx/VLCMainWindow.m 46 additions, 31 deletionsmodules/gui/macosx/VLCMainWindow.m
- modules/gui/macosx/VLCPlayQueue.h 4 additions, 0 deletionsmodules/gui/macosx/VLCPlayQueue.h
- modules/gui/macosx/VLCPlayQueue.m 11 additions, 0 deletionsmodules/gui/macosx/VLCPlayQueue.m
- modules/gui/macosx/VLCPlayQueueItem.h 33 additions, 0 deletionsmodules/gui/macosx/VLCPlayQueueItem.h
- modules/gui/macosx/VLCPlayQueueItem.m 29 additions, 0 deletionsmodules/gui/macosx/VLCPlayQueueItem.m
Loading
Please register or sign in to comment