]> git.sesse.net Git - vlc/commitdiff
* Todo list for OSX playlist. please use it :)
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 17 Nov 2004 17:13:31 +0000 (17:13 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 17 Nov 2004 17:13:31 +0000 (17:13 +0000)
modules/gui/macosx/playlist.m

index c0da824ee4156734bd796c893ac8f9b68fa90700..a0cfafe11b3492d87a57853e6dfa357e8bea19b9 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+/* TODO
+ * connect delegates, actions and outlets in IB
+ * implement play by double click
+ * implement delete by backspace
+ * implement playlist item rightclick menu
+ * implement sorting
+ * reconnect menu items etc
+ * add 'icons' for different types of nodes?
+ * create a new 'playlist toggle' that hides the playlist and in effect give you the old controller
+ * create a new search field build with pictures from the 'regular' search field, so it can be emulated on 10.2
+ * create toggle buttons for the shuffle, repeat one, repeat all functions.
+ * implement drag and drop and item reordering.
+ * reimplement enable/disable item
+ * create a new 'tool' button (see the gear button in the Finder window) for 'actions'
+   (adding service discovery, other views, new node/playlist, save node/playlist) stuff like that
+ */
+
+
+
 /*****************************************************************************
  * Preamble
  *****************************************************************************/