[vlc-commits] [Git][videolan/vlc][master] 6 commits: macosx: Add new icons

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Fri Sep 17 08:59:50 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
41197239 by Samuel Bassaly at 2021-09-17T08:47:15+00:00
macosx: Add new icons

- - - - -
7272ecae by Samuel Bassaly at 2021-09-17T08:47:15+00:00
macosx: Add missing colors to NSColor extension

- - - - -
c2596ac2 by Samuel Bassaly at 2021-09-17T08:47:15+00:00
macosx: Implement empty views for audio and video

- - - - -
08e87160 by Samuel Bassaly at 2021-09-17T08:47:15+00:00
macosx: Implement media browsing UI + Local files

Implement the UI for the browse and the streams tabs.
This includes linking to correct icons, correct
NSCollectionViewItem appearance, and correct NSCollectionView
appearance.

Additionally, add local files browsing functionality to
the browse tab.
This integrates NSURLs for local files, retrieved
from NSFileManager, and create VLCInputItems out of them.
This mitigates the need to re-implement the whole functionality
of VLCInputItem for local URLs.

- - - - -
397ad3d8 by Samuel Bassaly at 2021-09-17T08:47:15+00:00
macosx: Implement new design for VLC bottom bar

Implement the following features
- Translucency
- New volume and progress sliders
- Animation for progress slider
- New icons for controls
- Update design and controls
- New album view when playing

- - - - -
ee0c3087 by Samuel Bassaly at 2021-09-17T08:47:15+00:00
macosx:Add missing i18n to a string

- - - - -


30 changed files:

- modules/gui/macosx/Makefile.am
- + modules/gui/macosx/Resources/browsewindow/bw-Music.png
- + modules/gui/macosx/Resources/browsewindow/bw-Music at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-Music at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-Podcast.png
- + modules/gui/macosx/Resources/browsewindow/bw-Podcast at 1,5x.svg
- + modules/gui/macosx/Resources/browsewindow/bw-Podcast at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-Podcast at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-Server1.png
- + modules/gui/macosx/Resources/browsewindow/bw-Server1 at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-Server1 at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-blu-ray.png
- + modules/gui/macosx/Resources/browsewindow/bw-blu-ray at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-blu-ray at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-home.png
- + modules/gui/macosx/Resources/browsewindow/bw-home at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-home at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-phone.png
- + modules/gui/macosx/Resources/browsewindow/bw-phone at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-phone at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-server2.png
- + modules/gui/macosx/Resources/browsewindow/bw-server2 at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-server2 at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-usb1.png
- + modules/gui/macosx/Resources/browsewindow/bw-usb1 at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-usb1 at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-usb2.png
- + modules/gui/macosx/Resources/browsewindow/bw-usb2 at 2x.png
- + modules/gui/macosx/Resources/browsewindow/bw-usb2 at 3x.png
- + modules/gui/macosx/Resources/browsewindow/bw-video.png


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b3be9953d3cbadc74c7fb57f5828a34f50e8733c...ee0c3087a225c22859f67b48f3a3086b577fc007

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b3be9953d3cbadc74c7fb57f5828a34f50e8733c...ee0c3087a225c22859f67b48f3a3086b577fc007
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list