An error occurred fetching the project authors.
- 16 Apr, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Simple Preferences - Audio: Don't build widget not useful for your platform instead of hiding them. Will remove some weirdness on windows for resizing.
-
- 02 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 31 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Qt4 - Simple Preferences, audio: you expect to deal with % for the volume not abstract values from 0 to 1024... Added a label for that.
-
- 26 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Qt4 - Windows. Put the file extensions in a tree and in categories. Various checks on registry manipulation and on building of the dialog. Basically close #763
-
- 25 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 24 Jan, 2008 3 commits
-
-
Rafaël Carré authored
Reverts [24530] & [24531] (preprocessing related) , add $(DEFS) (-DHAVE_CONFIG_H) to moc command line
-
Jean-Baptiste Kempf authored
Qt4 - Basic implementation of the extensions. Seem to work :D Just .avi now, because we have no good list of extensions in the source code... :D Ref #763
-
Jean-Baptiste Kempf authored
Small fix for Windows compilation... gruiking because MOC doesn't understand #ifdef WIN32... Necessary to add a MOCFLAGS in configure.ac ?
-
- 23 Jan, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 22 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
The Windows only code doesn't exist yet, but soon ?
-
- 19 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Ref #763.
-
- 05 Nov, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 04 Nov, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 31 Oct, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 29 Oct, 2007 3 commits
-
-
Jean-Baptiste Kempf authored
Gosh, who wrote those simple Preferences ? Seriously ? ooooooooooooooops...
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 21 Oct, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Qt4 - Simple prefs, re-do [22621], but removes all the connects for all the configcontrol, remove some functions, clean it, remove some dynamic_cast, but basically do the same.
-
- 19 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 15 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 02 Jun, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 04 Apr, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing. Some look has still to be done, especially for size/margin/padding. I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked)
-
- 13 Mar, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Interface , Audio, Video, Subtiltes, Input, Hotkeys. And I still can't center those icons !!!
-
- 02 Mar, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 25 Feb, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 24 Feb, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 26 Nov, 2006 1 commit
-
-
Clément Stenac 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.
-
- 13 Sep, 2006 1 commit
-
-
Clément Stenac authored
* Add a CONNECT macro for simple signal->slot connections * Untested save support in simple preferences
-
- 02 Sep, 2006 1 commit
-
-
Clément Stenac authored
* Enable Save/Cancel. Please test heavily with already implemented stuff. There is a layout bug with simple prefs because they don't implement save yet. Also, we still have some parenting issues to fix * Remove "advanced" stuff
-
- 27 Aug, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 26 Aug, 2006 1 commit
-
-
Clément Stenac authored
-
- 13 Jul, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 08 Jul, 2006 1 commit
-
-
Clément Stenac authored
Skeleton for interaction Fix window settings save
-
- 01 Jul, 2006 1 commit
-
-
Clément Stenac authored
-
- 26 Jun, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
Fix makefile
-
- 20 Jun, 2006 1 commit
-
-
Clément Stenac authored
-
- 29 May, 2006 1 commit
-
-
Clément Stenac authored
* First dialog * Start of input management
-
- 27 May, 2006 1 commit
-
-
Clément Stenac authored
-