- 18 Aug, 2009 39 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
"[It] can be removed altogether, since it's totally useless (quality is too bad to be of any use)."
-
Rémi Duraffort authored
free to change the value if needed).
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
rebuild() does that and sets currentItem itself. Also emit currentChanged on rebuild, so you stay on currentItem if you add/remove columns on view.
-
Jakob Leben authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
Implement recursive sorting of a single playlist node from popup menu, in either ascending or descending order. Node is sorted by values in column which was right clicked to bring up the popup menu.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
They don't have AM_DEFAULT_VERBOSITY.
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This enables drag items from service discovery, I don't see why user shouldn't be allowed to drag his/her favorite shoutcast/other item to medialibrary or playlist from service-discovery lists.
-
Ilkka Ollakka authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
Add new function which simplifies moving more then one item at a time and reduces complexity and increases performance of such action. Also refactor a bit old playlist_TreeMove. Use new function in Qt4 playlist model.
-
Pierre d'Herbemont authored
This enables Linux kernel-style silent build output. If you want a more verbose output use 'make V=1' or './configure --disable-silent-rules' If you want even less verbosity for custom command, there is $(AM_V_GEN) that you can add in front of your custom command.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
And remove a few unnecessary casts.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Fix provided by NightStrike from mingw-w64 project
-
Jean-Baptiste Kempf authored
This will let us have a few extras widgets in the main dialog
-
Jakob Leben authored
( PLModel::childrenCount() > 0 ) is not equivalent to ( playlist_item_t*->i_children > -1 ). This patch swaps former for latter which is a correct strict check wether an item is node. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 17 Aug, 2009 1 commit
-
-
Ilkka Ollakka authored
-