Jean-Baptiste Kempf
|
be5f55e576
|
Qt: use QString iso std::string
|
15 years ago |
Jean-Baptiste Kempf
|
c652822a6c
|
Qt: use const_iterator when possible
|
15 years ago |
Rémi Denis-Courmont
|
323e8f149a
|
Move <vlc_aout.h> UI functions into their own <vlc_aout_intf.h>
Also move some stuff from vlc_config.h to vlc_aout*.h
|
15 years ago |
Jean-Baptiste Kempf
|
d9c2129a07
|
Add .mtv extension
|
15 years ago |
Rémi Denis-Courmont
|
20dc6cedb4
|
Qt4: use QString or QByteArray instead of strdup()/free()
|
15 years ago |
Jean-Baptiste Kempf
|
19acda054b
|
Qt: kill warnings and probably a crash on Win32
|
15 years ago |
Jean-Baptiste Kempf
|
ecd17cb6dd
|
Qt: kill unused-parameters variables warnings
And other simplifications
|
15 years ago |
Jean-Baptiste Kempf
|
175b37db71
|
Qt: fix build with --disable-media-library
Sorry for the problem.
|
15 years ago |
Jean-Baptiste Kempf
|
fb0efa32cd
|
Qt: allow SQL-ML configuration
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
15 years ago |
Jean-Baptiste Kempf
|
c7d3ef910c
|
Qt, use more tooltips, to improve accessibility
Tried to re-use already existing strings, as far as possible
|
15 years ago |
Jean-Baptiste Kempf
|
e5ebfa67a2
|
Qt, remove unnecessary headers
setHeaderHidden() was introduced in 4.4
|
15 years ago |
Hugo Beauzée-Luyssen
|
955cbc6019
|
qt4: preferences: Removing useless parameter.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
15 years ago |
Francois Cartegnie
|
bec8347882
|
Qt: audio_prefs: alsa devices combo: don't expand too much.
Alsa devices listing can be really large and make layout to expand
beyond screen size.
|
15 years ago |
Jean-Baptiste Kempf
|
4390c31a0a
|
Win32: add the volume media keys to SPrefs
|
15 years ago |
Rémi Denis-Courmont
|
727b24988d
|
Qt4: don't ruin RC interface fallback when preferences are saved
With just "skins" and "qt", only those specific interfaces would be
probed. Thus VLC could not be started from X-less command line.
|
15 years ago |
Rémi Denis-Courmont
|
5d5eeb9eef
|
Qt4: remove V4L1
|
15 years ago |
Jean-Baptiste Kempf
|
ca3a3006f5
|
Qt: fix the postproc tooltip in SPrefs
|
15 years ago |
Jean-Baptiste Kempf
|
3889a42f5e
|
Qt, sprefs: add play-and-pause
|
15 years ago |
Jean-Baptiste Kempf
|
b562aae175
|
Qt, sprefs: add dependency of auto-resize, to integration of video in intf
|
16 years ago |
Jean-Baptiste Kempf
|
cdf00df21a
|
Qt: add the minimize-on-pause option in the SPrefs...
|
16 years ago |
Jean-Baptiste Kempf
|
886d603ed3
|
Qt, sprefs: small fix for initial state
|
16 years ago |
Jean-Baptiste Kempf
|
f5b0dbb496
|
Qt, sprefs: add configuration for OSD Title position
|
16 years ago |
Jean-Baptiste Kempf
|
4e60dedd06
|
Qt, sprefs: link the systray options together
|
16 years ago |
Rémi Duraffort
|
72af6adc9a
|
C++: use postfix operator for interators (that's supposedly faster and a good practice).
|
16 years ago |
Rémi Duraffort
|
bc1506a186
|
Do not use strlen just to check that a string is non-empty.
|
16 years ago |
Francois Cartegnie
|
7294042bb9
|
Qt: sinput_pref: add dvd/cd devices listing
|
16 years ago |
Jean-Baptiste Kempf
|
4ba419b6cb
|
Qt Sprefs: remove mpeg2 skip-frames
|
16 years ago |
Jean-Baptiste Kempf
|
2530046854
|
Qt: sprefs, simplification
Removal of UDPport... This doesn't belong here
|
16 years ago |
Jean-Baptiste Kempf
|
2f8eed3529
|
Qt: do not allow activation of DxVA2 in SPrefs on XP
XP is too old. Deal with it. Will ease support
Close #3727
|
16 years ago |
Rafaël Carré
|
07471c3c2a
|
SPrefsPanel : swapped 2 arguments
|
16 years ago |
Francois Cartegnie
|
9d99a7ab74
|
Qt: simple_prefs pack UI
|
16 years ago |
Francois Cartegnie
|
af3aef780e
|
Qt: simple_prefs audio: Use defined values Fixes #3351
|
16 years ago |
Francois Cartegnie
|
eadc598d14
|
Qt forced default value is different than libvlc's saved
|
16 years ago |
Rémi Denis-Courmont
|
59117b2862
|
Do not include vlc_modules.h in vlc_common.h
|
16 years ago |
Juho Vähä-Herttua
|
3bda99a3be
|
qt4: More static_casts to null in preference components
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
16 years ago |
Ilkka Ollakka
|
8273b8bb7a
|
Qt4: user system font in preferences labels
|
16 years ago |
Jean-Baptiste Kempf
|
d3ad0ff17c
|
Qt: spref small rework of video and codecs part
Move the skip-frame pref from video to codecs
|
16 years ago |
Jean-Baptiste Kempf
|
3926efdad5
|
Qt: forgotten file in previous commit
|
16 years ago |
Ilkka Ollakka
|
03b67fa4dd
|
Qt4: add playlist-tree selection to simple preferences
I think tree-view on playlist looks ok (iconview/listview atleast),
so lets not make too hard to enable it.
|
16 years ago |
Christophe Mutricy
|
becf1111d6
|
i18n fix
|
16 years ago |
Laurent Aimar
|
43e06934c4
|
Removed fake access.
|
16 years ago |
Ilkka Ollakka
|
0c53f51438
|
qt4: add x264 profile/level to simple-preferences
|
16 years ago |
Ilkka Ollakka
|
c844683695
|
qt4: add x264 tune/preset on simple-preferences
|
16 years ago |
Francois Cartegnie
|
e17ee1aae6
|
Qt: Fix simple preferences according to new ui modes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
16 years ago |
Jean-Baptiste Kempf
|
f4f797d13d
|
Qt4: small fix for sprefs
|
16 years ago |
Jakob Leben
|
f745927683
|
Qt: compile fix
|
16 years ago |
Jean-Baptiste Kempf
|
6a3cc0c54e
|
Qt: grey out the inexisting options.
|
16 years ago |
Jean-Baptiste Kempf
|
ef74dd1d14
|
Qt: sprefs, chipmunk options and audio rework
|
16 years ago |
Jean-Baptiste Kempf
|
a1c69e8ee4
|
VLC supports .vro (DVD-VR) files
|
16 years ago |
Jean-Baptiste Kempf
|
20773c48ba
|
Qt: sprefs, fix crash when opening Hotkeys prefs
|
16 years ago |