- 19 Aug, 2013 13 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This reverts commit 03ae4817.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Edward Wang authored
Fix regression introduced in 95f14593 ConfigControl::getName() uses memory of p_item which is a part of p_config memory. This was causing a crash when trying to save the preferences, as the constructor had already destroyed it upon creation. Instead, free the p_config memory on the destructor, which is automatically called when the dialog closes, saved or cancelled. Verified to not leak any memory. Close #9214 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #9200
-
Edward Wang authored
Without this fix, they are indistinguishable in the GUI and the user cannot know which is which. Pointed-out-by: Eric Hameleers <alien@slackware.com> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
Normalise it with other options in advanced prefs. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 18 Aug, 2013 15 commits
-
-
Adrien Maglo authored
-
Adrien Maglo authored
-
Vianney Boyer authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vianney Boyer authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ronald Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Close #9209
-
Steinar H. Gunderson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
No longer needed as the model now behaves correctly. reverts 442bad11
-
Francois Cartegnie authored
- popup now created according to the selected items and models. - fixes view/popup model abstraction. - allows introducing new methods/models.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Never ends..
-
Francois Cartegnie authored
- Separate common methods into interface, allowing multiple inheritance architecture (to use any implemented AbstractModel) - Code factorization between PL/ML models (and PL/ML Items) - Use proxy model for views and redirection to the PL/ML models. Fixes filtering and also really make use of the current model (only the PL Model was really used before, models were half switched). - stop storing/serializing selection indexes - ML Missing locks and bug fixes - Move ML callback into event loop - ML Items leaks fixes - Code factorization - Dead code removal
-
- 17 Aug, 2013 7 commits
-
-
Rémi Denis-Courmont authored
It might be better to convert from the proper character encoding to UTF-8, but I do not know what proper is.
-
Rémi Denis-Courmont authored
-
Georgi Chorbadzhiyski authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
-
Ilkka Ollakka authored
tested with ticket 9022 samples to 2 channel and without channel definition. Output files seemed to have correct channel amount in both cases. refs #9022
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 16 Aug, 2013 5 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
I am not taking a stand on whether pictures should or should not have references when the pool is destroyed. It is hard to support for some video outputs (and indeed not all of them do so correctly). Nevertheless, it can happen, so the core might as well deal with this. Feel free to undo this and add an assertion, if you fix all affected code paths.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-