History log of /haiku/src/apps/mediaplayer/playlist/ListViews.cpp
Revision Date Author Comments
# 51c8ec34 16-May-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

MediaKit and MediaPlayer Style Fixes

* Suggested by korli, thanks!


# 663ed1f6 04-May-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

MediaPlayer: Select previous item after item deletion

* Little usability improvement, avoid to select the item each time
in case the user want to delete more than one element.
* Minor cleanup included.


# 7a2aced4 06-May-2015 Janus <janus2@ymail.com>

MediaPlayer: playlist uses system colors.

* Partialy fix #10840.


# 9f000662 04-May-2013 Jerome Duval <jerome.duval@gmail.com>

MediaPlayer: addr_t instead of long, as suggested by Ingo.


# 113817f0 04-May-2013 Jérôme Duval <jerome.duval@gmail.com>

MediaPlayer: 64 bit build fixes for an ugly use of BList.


# eddec292 21-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* applied patch by kaliber that fixes more than 100 warnings - thanks a lot!
Closes #6349

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37670 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 767d4446 04-Feb-2010 Philippe Saint-Pierre <stpere@gmail.com>

MediaPlayer Playlist:

* Reset the DropIndex when the drag is exiting the window.
* Otherwise, the anticipation rect isn't set back on when you enter again the window.

Fixes ticket #3199.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35409 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bae0154c 16-May-2009 Stephan Aßmus <superstippi@gmx.de>

* I didn't like so much how the "Remove and Move into Trash" feature was
implemented. It didn't reuse existing code and didn't integrate well. No
Undo/Redo except via Tracker, but not in the Playlist... some bugs as well
(Remove had same shortcut as Randomize, Didn't maintain current playback item
if last entry was removed)
* I need to reenable the main window short cut though. This is only temporary.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30768 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ff21997 05-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Small clean up.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26263 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e9246c71 26-Jun-2008 Stephan Aßmus <superstippi@gmx.de>

Implemented Playlist->Edit->Make Empty (undoable).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26144 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 415ef601 03-Jun-2007 Stephan Aßmus <superstippi@gmx.de>

* probably fixed the build, did I forget some files before?
* implemented full undo/redo for any playlist operations


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21317 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7a2aced4bf90077da27c88763d9fdd1bcce0ac84 06-May-2015 Janus <janus2@ymail.com>

MediaPlayer: playlist uses system colors.

* Partialy fix #10840.


# 9f0006623c9544286c2683d35a1a5ddef15913bb 04-May-2013 Jerome Duval <jerome.duval@gmail.com>

MediaPlayer: addr_t instead of long, as suggested by Ingo.


# 113817f035bc6877d0f9d85abb1fe912369413ce 04-May-2013 Jérôme Duval <jerome.duval@gmail.com>

MediaPlayer: 64 bit build fixes for an ugly use of BList.


# eddec292d5dd8251a00851880e16e6a5c07c1e3f 21-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* applied patch by kaliber that fixes more than 100 warnings - thanks a lot!
Closes #6349

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37670 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 767d444609e54ebcb3134f3575c706ea2e40d244 04-Feb-2010 Philippe Saint-Pierre <stpere@gmail.com>

MediaPlayer Playlist:

* Reset the DropIndex when the drag is exiting the window.
* Otherwise, the anticipation rect isn't set back on when you enter again the window.

Fixes ticket #3199.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35409 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bae0154ca35cc1f8187cf9d09b63e0b08a41ad4f 16-May-2009 Stephan Aßmus <superstippi@gmx.de>

* I didn't like so much how the "Remove and Move into Trash" feature was
implemented. It didn't reuse existing code and didn't integrate well. No
Undo/Redo except via Tracker, but not in the Playlist... some bugs as well
(Remove had same shortcut as Randomize, Didn't maintain current playback item
if last entry was removed)
* I need to reenable the main window short cut though. This is only temporary.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30768 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ff21997d1f648e35bb84a31120a1c8b203a507e 05-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Small clean up.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26263 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e9246c710e3b62ee4cb64eafcb896f46c98e62f8 26-Jun-2008 Stephan Aßmus <superstippi@gmx.de>

Implemented Playlist->Edit->Make Empty (undoable).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26144 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 415ef601dfd3c244a31c1e9d60eb1689da854e3c 03-Jun-2007 Stephan Aßmus <superstippi@gmx.de>

* probably fixed the build, did I forget some files before?
* implemented full undo/redo for any playlist operations


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21317 a95241bf-73f2-0310-859d-f6bbb57e9c96