[vlc-commits] [Git][videolan/vlc][master] 8 commits: macosx: Rename UI label for playlist to play queue
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Nov 19 14:00:31 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
23f95b18 by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Rename UI label for playlist to play queue
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
f59bd359 by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Rename play queue related playlist files
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
100e26a9 by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Rename playlistController to playQueueController
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
f4806b9d by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Rename GUI module variables, properties, methods, and strings for play queue
This makes the distinction between library playlists and the playqueue
more obvious
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
5fb0fe49 by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Rename XIB display strings and identifiers to play queue
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
22bacf95 by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Update playlist strings to play queue strings in applescript terminology
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
59e8c4a5 by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Update POTFILES references to play queue class files
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
d0f9cb8d by Claudio Cambra at 2024-11-19T13:37:11+00:00
macosx: Reduce size of sidebar root view header
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
30 changed files:
- extras/package/macosx/VLC.xcodeproj/project.pbxproj
- modules/gui/macosx/Makefile.am
- modules/gui/macosx/Resources/vlc.scriptTerminology
- modules/gui/macosx/UI/MainMenu.xib
- modules/gui/macosx/UI/VLCLibraryAlbumTableCellView.xib
- modules/gui/macosx/UI/VLCLibraryCollectionViewItem.xib
- modules/gui/macosx/UI/VLCLibrarySongTableCellView.xib
- modules/gui/macosx/UI/VLCLibraryTableCellView.xib
- modules/gui/macosx/UI/VLCLibraryWindow.xib
- modules/gui/macosx/UI/VLCLibraryWindowChaptersView.xib
- modules/gui/macosx/UI/VLCLibraryWindowPlaylistView.xib → modules/gui/macosx/UI/VLCLibraryWindowPlayQueueView.xib
- modules/gui/macosx/UI/VLCLibraryWindowSidebarRootView.xib
- modules/gui/macosx/UI/VLCLibraryWindowTitlesView.xib
- modules/gui/macosx/UI/VLCMainVideoView.xib
- modules/gui/macosx/UI/VLCMediaSourceCollectionViewItem.xib
- modules/gui/macosx/UI/VLCPlaylistTableCellView.xib → modules/gui/macosx/UI/VLCPlayQueueTableCellView.xib
- modules/gui/macosx/coreinteraction/VLCHotkeysController.m
- modules/gui/macosx/coreinteraction/VLCVideoFilterHelper.m
- modules/gui/macosx/library/VLCLibraryCollectionViewItem.h
- modules/gui/macosx/library/VLCLibraryCollectionViewItem.m
- modules/gui/macosx/library/VLCLibraryController.h
- modules/gui/macosx/library/VLCLibraryController.m
- modules/gui/macosx/library/VLCLibraryImageCache.h
- modules/gui/macosx/library/VLCLibraryImageCache.m
- modules/gui/macosx/library/VLCLibraryMenuController.m
- modules/gui/macosx/library/VLCLibraryRepresentedItem.m
- modules/gui/macosx/library/VLCLibraryTableCellView.m
- modules/gui/macosx/library/VLCLibraryUIUnits.h
- modules/gui/macosx/library/VLCLibraryUIUnits.m
- modules/gui/macosx/library/VLCLibraryWindow.h
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/400dc10ad45a130f3615fb17e76a6266c90d2d5f...d0f9cb8d122fa707d90543f38f6c4e1e261bd057
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/400dc10ad45a130f3615fb17e76a6266c90d2d5f...d0f9cb8d122fa707d90543f38f6c4e1e261bd057
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list