- 12 Sep, 2008 31 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
F1 and Ctrl+F1. I don't know what to do for F1 tough.
-
Jean-Baptiste Kempf authored
1) Every Human Interface Guideline on Unix/Linux/Windows reserves alt key for menu and button accessibility... Try to NOT use those... Moreover, you have NO idea how the translators are going to translate your accelerators... On the other hand, with this long list of keys it was become more than difficult... I'll document on the wiki. 2) Use keys next-to-each-other like-a-cross for cropping Those keys are making a cross in most layouts ( on the contrary to the previous ones). 3) At the same time, use easier snapshot key. (shift+s is easier than Ctrl+alt+s) 4) Comment previous changes and remove whitespace. Nota Bene: I have no idea on how are the default on the mac and if the are conflicts there too, so I won't make changes there. (cherry picked from commit d6ff5d2c)
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
(cherry picked from commit 82548564baaadf41fb675e0509c054b4c2a96724)
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
... else the option is useless since nobody will think of enabling it.
-
Derk-Jan Hartman authored
This is a problem because it does not specify the downloads, but the extract/patch/reconf targets. This will break some compilations, because things might autoconf before their dependancy is installed. Basically, we need package-dl targets that link to the tarballs and svn downloads
-
Sebastien Escudier authored
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Derk-Jan Hartman authored
-
Marian Durkovic authored
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Marian Durkovic authored
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
Qt: Add a parent to the CoverArtLabel We should add parents to all QWidgets created, otherwise the widgets are leaked This commit is buggy (can leak input_items), because the whole Qt implementation is leaking QWidgets
-
Jean-Philippe Andre authored
-
Derk-Jan Hartman authored
* Also reorders the Video menu a bit. * teletext-es remains a dirty hack * MenuValidation for Submenu's remains annoying in OSX :D
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
This may conflict with other hotkey settings Should later be handled with actions. (reuse dvdmenu action?)
-
Jean-Baptiste Kempf authored
(cherry picked from commit ec6233e662b6af910aa676182fd52766f061000b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is a support to statically link jpeg plugin on windows to the plugin in order to make Qt read jpeg files (needed for album art). This of course, will increase the binary size, but since dionoea is lazy and doesn't want to make easily conversion from jpeg to png|xpm|bmp, here we go. :D Better solution should be found on master. (cherry picked from commit 74ca61b171fa7d724cb640a0009f519885da29f0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 13a05801) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Sep, 2008 9 commits
-
-
Christophe Mutricy authored
Add a variable to force which .pc to use add libxul (aka xulrunner 1.9) before iceape-plugin and xulrunner-plugin (xul 1.8) Don't depends on mozilla-config.h when using pkg-config. It's the old way of doing thing and requires us to depends on the foo-xpcom.pc Needs backporting once tested
-
Christophe Mutricy authored
-
Christophe Mutricy authored
when builddir != srcdir
-
Antoine Cellerier authored
This is commit is necessary to split the audio and video capture accesses. Example use with current git master to record screen and webcam: ./vlc screen:// --screen-fps 25 --screen-width 100 --screen-height 100 -I dummy --screen-follow-mouse --input-slave v4l2://:audio-method=0 -vv --sout '#transcode{vcodec=mp2v,vb=1024}:std{access=file,mux=ts,dst=/tmp/a.ts}' --run-time 10
-
Jean-Baptiste Kempf authored
THIS IS UNTESTED AND WILL probably NOT WORK.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* tell the fetcher to include navigation info in it's results * add special values for vbi-page that can be used to go to red, green, yellow, blue and index page * hide the "clock" debug message * add debug for some messages that we did not signal yet. * only listen to most events (unhandled ones) ifdef ZVBI_DEBUG
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Please launch autotools ONLY after patch, not everytime your reconfigure.
-