- 30 Oct, 2010 7 commits
-
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
- use libvlc verbosity - reset default color after having displayed the messages
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This code is unfinished, and is commited as a Proof-of-Concept If people agree on it, we will go on this experiment, else revert. A lot of the code is broken, you are warned. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 29 Oct, 2010 12 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
flat/tree view seems to be controlled by playlist-tree option these days
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
- remove some messages logging dead code - don't store the ncurses WINDOW, use global stdscr instead - add some fancy unicode characters to the help - factorize list navigation key handling all boxes now use the same code than PLAYLIST/BROWSE this means there is now a selector in every box - break Redraw() in several functions - remove fancy characters from Status box drawing code use the same layout than meta-info / info boxes - fix a display bug in objects box - simplify some functions and remove unneeded arguments - avoid a strdup() in ReadDir() loop Known regressions: - when switching back to PLAYLIST box, the selector will be set to the playing item only after the 2nd refresh (i.e. maximum 1 second later)
-
Jean-Baptiste Kempf authored
And improve consistency
-
Pierre Ynard authored
Yes, this still works fine as long as it's used in that one place in the VLM.
-
- 28 Oct, 2010 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Only one track per file implemented yet
-
Rémi Denis-Courmont authored
This uses some unspecified C++ statically linked version of GME. That does not correspond to libgme, and seems unused.
-
Rémi Denis-Courmont authored
Our PO files are all encoded in UTF-8, and VLC always binds its text domain as UTF-8. There is no need to convert localized strings. So libintl does not need to use iconv.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This should help a lot the future work.
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 27 Oct, 2010 10 commits
-
-
Pierre Ynard authored
We can't use the VLM object because the instances and their input resources are cleaned up in the VLM destructor
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
This reverts commit d38706da. Changed back, as changed loop didn't do same as original did
-
Rafaël Carré authored
-
Rafaël Carré authored
Also assume p_item->i_es is set correctly
-
Rafaël Carré authored
-
Rafaël Carré authored
- use switch/case instead of if/else if/else if - factor out HandleEditBoxKey() and HandleCommonKey() - return bool instead of int
-