- 18 Sep, 2012 2 commits
-
-
François Cartegnie authored
Less technical profiles, directly targeting devices. More to be added.
-
Felix Paul Kühne authored
macosx: work-around a playlist core limitation, which doesn't allow the UI to set the currently displayed root properly, so triggering a play can lead to unwanted results (close #7484)
-
- 17 Sep, 2012 7 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
Also shows possible warning for non native muxers.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 16 Sep, 2012 7 commits
-
-
Close #4345 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #2246 #4424 #7431 #5377
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed appearance issue within the playback speed widget when using a RTL language (close #7475)
-
Felix Paul Kühne authored
-
- 15 Sep, 2012 4 commits
-
-
François Cartegnie authored
Auto-entering directories could never work because LeafToParent's event id was playlist's and compared to last activate input_item id.
-
François Cartegnie authored
-
François Cartegnie authored
No way to reproduce bug case. Fixing by removing all the code. This reverts commit ddf9e6da. This reverts commit c7ab9f11. This reverts commit 541c1d97.
-
Rémi Denis-Courmont authored
Zero items count means there is no static list. But there could be a dynamic list. Qt should not access config items directly.
-
- 14 Sep, 2012 9 commits
-
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
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.
-
François 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 5 commits
-
-
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
-
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
-
- 12 Sep, 2012 5 commits
-
-
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.
-
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.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
CAS: use the generic dialogs to fetch a text input from the user or to let him/her choose an item in a popup
-
Felix Paul Kühne authored
-
- 11 Sep, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-