/haiku/src/apps/mediaplayer/playlist/ |
H A D | PlaylistListView.h | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | PlaylistItem.h | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | PlaylistWindow.h | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | PlaylistItem.cpp | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | PlaylistListView.cpp | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | PlaylistWindow.cpp | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Playlist.cpp | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/apps/mediaplayer/ |
H A D | Jamfile | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | MainWin.cpp | dd09109647c709561a966752f1c2346f4f5a0e20 Sun May 17 00:16:08 UTC 2009 Stephan Aßmus <superstippi@gmx.de> * Refactor the "Remove and Put into Trash" backend a bit to allow giving it an index and not work on the current selection only. * Reenable the code in MainWin that implements the shortcuts to trigger this feature during playback. Now it uses the Undo/Redo stack and profits from existing polish. * Add missing fPlaylist locking in MainWin at several places. Should not have caused any realworld problems, though. * Add Undo/Redo shortcuts to MainWin and forward to Playlist window. * Make sure the Playlist window opens on the same workspace as the player window. This could be seen when launching MediaPlayer on one workspace, later moving the window and then opening the Playlist window, it would open on the original workspace. The new behavior additionally pulls the playlist when it's already open and you invoke the "Playlist" menu item. * Added the beginnings of a refactoring to make the Playlist and everything else use a PlaylistItem class, instead of entry_refs directly. This stuff is not yet used, though, just compiles.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30776 a95241bf-73f2-0310-859d-f6bbb57e9c96
|