- 14 Sep, 2012 5 commits
-
-
David Fuhrmann authored
and move detached_titlebar_view stuff to detached window
-
David Fuhrmann authored
-
Felix Paul Kühne authored
simplifies code and is more precise
-
Felix Paul Kühne authored
This way, you can keep multiple sets of filters with their respective values. This implementation goes beyond custom EQ presets, which can be configured separately.
-
Francois Cartegnie authored
Tradeoff for large inserts that can cause heavy disk I/O due to the transactions. ML is a non-critical database.
-
- 13 Sep, 2012 23 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Remove stuff that do not make sense for a portable folder
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Sqlite can't make use of indexes on LIKE queries. It always results in a full table scan.
-
Felix Paul Kühne authored
This way, you can keep multiple sets of filters with their respective values and switch on-the-fly
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #750 too
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
David Fuhrmann authored
moved custom zoom/minimize/close implementation, added new file for window related stuff fixed minimize / close support for !video-deco window
-
David Fuhrmann authored
-
David Fuhrmann authored
macosx: decouple !video-deco from detached video window and allow changing this setting without restart
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #750
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
- 12 Sep, 2012 12 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
create as many presets as you want based upon the respective current selection and remove any (including the defaults), if you don't like them. Reset VLC's preferences to get the original set back. There is no way to edit existing presets and this isn't scheduled for now.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This was only useful when we had several URLs to handle
-
Pierre Ynard authored
-
Felix Paul Kühne authored
macosx: use structures in NSUserDefaults to manage the EQ presets to prepare the implementation of custom EQ sets Initially, the presets are fetched from the audio filter. After the import, only the NSUserDefaults structures will be used.
-