- 16 Aug, 2009 8 commits
-
-
Ilkka Ollakka authored
Also emit layoutAboutToBeChanged/layoutChanged() more. Speeds up playlist-view atleast for me
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
we don't use per-item showflags anyway, as currently they are all same on model-wide. And I didn't comeup any use-case currently that would need per-item showflags.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Set currentItem to NULL if there aren't anything playing on rebuild()
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Maybe this would actually works better if we store index, but maybe I'll look it sometime later why it didn't work as I expected.
-
- 14 Aug, 2009 3 commits
-
-
Ilkka Ollakka authored
This reverts commit 753731a2. Didn't afterall worked correctly even thought I thought I tested it.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 13 Aug, 2009 4 commits
-
-
Fix segfault when dropping more then one item onto an item in the left side selector. Also copy instead of move items when dragging from media library to playlist and the opposite. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
No need to store/recreate metadata on plitem anymore, as we can get it now on the fly, also separate headerData and Data. Hopefully that vlc_gc_incref/vlc_gc_decref is sufficient for that input_item_t pointer protection. Feel free to fix/revert/comment if that pointer shouldn't really be there, or if it's not safe it to be there thisway.
-
Ilkka Ollakka authored
-
- 11 Aug, 2009 2 commits
-
-
This patch fixes the crash when a node is selected together with it's children and then deleted Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Drop enabled only inside Playlist and Media player, not Podcast and other Internet sources... Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 08 Aug, 2009 2 commits
-
-
New protected field bool PLItem::b_is_node to have the data at hand. Then only check this field in PLModel::flags(). Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 02 Aug, 2009 1 commit
-
-
Ilkka Ollakka authored
This should be more clearer to user what column is used to sort (eg if it's hidden, then hide sortIndicator also).
-
- 01 Aug, 2009 1 commit
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 25 Jul, 2009 1 commit
-
-
Ilkka Ollakka authored
should fix bug #2947 ,now it scrolls to new item when theres actual input-change, not just data changed.
-
- 22 Jul, 2009 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Jun, 2009 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 May, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 16 May, 2009 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 20 Apr, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 26 Mar, 2009 1 commit
-
-
ivoire authored
-
- 15 Mar, 2009 3 commits
-
-
ivoire authored
-
Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 17 Feb, 2009 1 commit
-
-
Ilkka Ollakka authored
-
- 16 Feb, 2009 6 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Laurent Aimar authored
-
Laurent Aimar authored
I hope they will reduce the risk of error until the playlist API is rewritten.
-
Laurent Aimar authored
-
Ilkka Ollakka authored
This reverts commit 394a9e2c. This doesn't really fix the issues, so better to revert and rework it.
-