- 21 Jun, 2011 21 commits
-
-
Pierre Ynard authored
Win32 spawns its own console so this is irrelevant
-
Pierre Ynard authored
Windows still uses the oldrc interface (which is not aliased as cli). This reverts commit e1eccb1f.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is better than second-guessing module_need().
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
*cough* *cough* There is a lot of images/ressource to remove, IMVHO
-
Elminster2031 authored
This patch makes some minor adjustments to the UI operation. 1) Add VLC Icons 2) Re-arrange Viewer / Library windows 3) Re-define some button names 4) Change some icons to improve clairity 5) Long press on Prev / Next buttons now seek back / forward More to come later, including EQ, VLM UI, Maybe Mosaic. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 20 Jun, 2011 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Modules list was intended for plain static module names. It does not work right for most SD plugins, including: - LUA (dependent on string chain), - udev (submodules), - media directories (submodules). It works but is totally useless for those plugins that are fast, including XCB screen capture and Windows optical drives. For network-based discovery and MTP, it could be used to prefetch items. But this is not necessarily a good idea as it sends extra network traffic and consumes memory even when the services discovery is not used. Furthermore, podcast can prevent Qt4 and Skins2 UI from starting, as it depends on HTTP which depends on libproxy which depends on Xlib.
-
Rémi Denis-Courmont authored
The biggest landmark of thread-unsafety.
-
Rémi Denis-Courmont authored
With the introduction, initially for LUA SD, of the chain syntax to the services discovery, there is no way to canonicalize the name of a services discovery object. Thus, they cannot be compared reliably, and therefore, playlist_IsServicesDiscoveryLoaded() does not operate correctly. I won't remove it today because too many interfaces call it. But you should know that this function does _not_ actually work, and I see no way to fix it (other than remove LUA SD). Futhermore, this function is fundamentally prone to a race condition, when it is used to toggle an SD (this is admittedly a minor problem).
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Elminster2031 authored
This patch removes the existing interface and replaces it with a cleaner more user-friendly interface. Screenshots are available here: http://www.archmageinc.com/vlcSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Elminster2031 authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Elminster2031 authored
And the corresponding ui theme Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Akash Mehrotra authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Jun, 2011 5 commits
-
-
Jean-Baptiste Kempf authored
Seriously, this is WTF-code
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It is a bit ridiculous to have 34 translations needed for such a small module...
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This ensures we use the installed libvlc(core) run-time, and might fix some obscure crashes.
-