- 03 Dec, 2006 3 commits
-
-
zorglub authored
* Added a minimal streaming feature
-
zorglub authored
* Add right-click "info" item in qt4 playlist
-
zorglub authored
* Implement MRL handling for file, disc and network * Moved input slave option to the global dialog (not file specific and avoid cluttering the file subpanel) * Initial implementation of the network panel based on ideas and work by Leo Spalteholz. Thanks ! * Improve layouting and handling of the advanced options subpanel --This line, and those below, will beignored-- M modules/gui/qt4/dialogs/open.cpp M modules/gui/qt4/dialogs/open.hpp M modules/gui/qt4/components/open.cpp M modules/gui/qt4/components/open.hpp M modules/gui/qt4/ui/open_net.ui M modules/gui/qt4/ui/open_disk.ui M modules/gui/qt4/ui/open_file.ui M modules/gui/qt4/ui/open.ui
-
- 01 Dec, 2006 1 commit
-
-
Rafaël Carré authored
Control & Playback buttons have the same size
-
- 29 Nov, 2006 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Adds an help menu with help and about. Dialogs are still empty.
-
Marian Durkovic authored
whole playlist
-
Jean-Baptiste Kempf authored
-
- 27 Nov, 2006 5 commits
-
-
Felix Paul Kühne authored
you can also do the following now: <tell app "VLC" to set fullscreen mode to true>, thus you also got write access ;) Sorry, I just forgot to commit these obvious files in [18115].
-
Felix Paul Kühne authored
* various improvements to the AppleRemote support by Martin Kahr <martin -attt-> martinkahr com> feat. the following changes: - holding +/- continuously increases/decreases volume - pressing Play twice toggles fullscreen mode - a press on Menu shows the "Position" overlay (like pressing the key 't') This updates our copy of Martin's unofficial framework to the latest version released.
-
Felix Paul Kühne authored
* added an option to the apple script binding to check for windowed or fullscreen mode. Patch by Martin Kahr <martin --att-- martinkahr com>
-
Jean-Baptiste Kempf authored
-
zorglub authored
Patch by Leo Spalteholz, thanks.
-
- 26 Nov, 2006 12 commits
-
-
Felix Paul Kühne authored
* centre fspanel in the lower third of the screen. additionally, switched style mask to allow dragging in the entire window area (forward-porting [18092])
-
zorglub authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* the remaining compilation fixes plus a bit of clean up here and there. vout.m needs further fixing and everything needs quite some testing
-
Felix Paul Kühne authored
-
zorglub authored
-
zorglub authored
-
zorglub authored
-
zorglub authored
-
zorglub authored
That's not just the vlc service, thats *your* vlc service ! So remember the new number ! 0118 999 881 999 119 725...3
-
zorglub authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 25 Nov, 2006 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- use utf8_(read|open)dir - do not assume that stat() succeeds (tiny race condition)
-
Felix Paul Kühne authored
* added numerous casts to silence compilation warnings introduced with const chars in module_config_t. still needs severe testing on other Macs.
-
- 23 Nov, 2006 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Marian Durkovic authored
with mb_str(wxConvUTF8)
-
- 22 Nov, 2006 5 commits
-
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
* compilation fixes to address courmisch's API changes. need massive testing and more fixes to handle various strings
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 21 Nov, 2006 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-