- 31 Jan, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 30 Jan, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
* Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it will become easier to resize and easier to add stats... Btw about Qt4 modules, http://wiki.videolan.org/QtIntfTODO and http://wiki.videolan.org/Simple_Preferences have been updated. Give it a look and help us...
-
- 23 Dec, 2006 7 commits
-
-
zorglub authored
-
zorglub authored
-
zorglub authored
* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
-
Rémi Denis-Courmont authored
-
zorglub authored
-
zorglub authored
* For the time being, hide simple open. Better three clicks than confusing things :)
-
trax authored
-
- 21 Dec, 2006 2 commits
-
-
sigmunau authored
code qt4/components/extended_panels.cpp: Improved some dagerous string parsing code. This whole function looks very ad hoc to me at the moment and should be rewritten in a more robust way. In particular this function will misbehave if a video filter exists whose name is a substring of another video filter. This change here just makes it less likely to crash...
-
sigmunau authored
-
- 20 Dec, 2006 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 16 Dec, 2006 1 commit
-
-
zorglub authored
Fix size of preference tree items
-
- 10 Dec, 2006 1 commit
-
-
zorglub authored
-
- 09 Dec, 2006 2 commits
- 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 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Adds an help menu with help and about. Dialogs are still empty.
-
Jean-Baptiste Kempf authored
-
- 27 Nov, 2006 2 commits
-
-
Jean-Baptiste Kempf authored
-
zorglub authored
Patch by Leo Spalteholz, thanks.
-
- 26 Nov, 2006 2 commits
-
-
zorglub authored
-
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.
-
- 23 Nov, 2006 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 22 Nov, 2006 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 21 Nov, 2006 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 20 Nov, 2006 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Still not functionnal and ugly code.
-