]> git.sesse.net Git - vlc/commit
macosx: create playlist columns at runtime instead of relying on the nib file
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 29 May 2012 22:08:11 +0000 (00:08 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 30 May 2012 00:43:44 +0000 (02:43 +0200)
commit9ec6a03f232713abb71f3beb568a90b9db8ec313
treefb4794ef85a71a7cdfcde6a14eea6e7dab6bda0d
parent22495438124c771cfed93a0d6335d32d331f93fe
macosx: create playlist columns at runtime instead of relying on the nib file

This adds support for the following columns: Track Number, Genre, Album, Description, Date and Language. You can remove and hide them on-the-fly using the Playback menu, since no View menu exists so far.

note that column width and column selection isn't restored on relaunch yet
extras/package/macosx/Resources/English.lproj/MainMenu.xib
modules/gui/macosx/MainMenu.h
modules/gui/macosx/MainMenu.m
modules/gui/macosx/playlist.h
modules/gui/macosx/playlist.m