Rémi Denis-Courmont
aa9976b1f4
Qt4: allow either COM model for associations ( fixes #14323 )
The model does not matter here as affected objects do not outlive the
function call and are not used across threads. Still the references
counter of the apartment must remain balanced.
11 years ago
Rémi Denis-Courmont
e7ef356de5
qt4: fix duplicate symbol
11 years ago
Rémi Denis-Courmont
39e4fad1bc
qt4: fix COM leak and handle errors
11 years ago
Rémi Denis-Courmont
b6f66cf923
win32: add assertions for unchecked CoInitializeEx() calls
11 years ago
Rémi Denis-Courmont
694359e4fd
Qt: fix compilation ( fixes #13834 )
11 years ago
Rémi Denis-Courmont
f39ed931e0
Qt4: fix racy access to configuration
12 years ago
Jean-Baptiste Kempf
524de4bb44
Qt: initialize member pointers in SPrefs constructor
12 years ago
Rémi Denis-Courmont
09fc199d67
Qt: update mouse wheel simple preferences (refs #5883 )
12 years ago
Jean-Baptiste Kempf
334c42b966
Qt: fix OSS simple prefs
Close #11694
12 years ago
Jean-Baptiste Kempf
e0a9173abb
Qt: sprefs, unformize icon sizes
12 years ago
Jean-Baptiste Kempf
9c035e4d9e
Qt: put simple preferences section at the top
Close #10763 #7909 , #9624
12 years ago
Francois Cartegnie
bdc3ad38f4
deprecate art-album variable
12 years ago
Francois Cartegnie
2f353e1801
Qt4: prune SQL media library code
refs c2c113e392
12 years ago
Rémi Denis-Courmont
df4c7f8c00
Qt4: update audio prefs volume widgets when changing output
12 years ago
Rémi Denis-Courmont
d27ed2ce9c
Qt4: complete default volume lookup function
12 years ago
Jean-Baptiste Kempf
607c5b7af0
Revert "Qt: remove SPDIF option"
This reverts commit d39285a18c .
Conflicts:
modules/gui/qt4/components/simple_preferences.cpp
12 years ago
Jean-Baptiste Kempf
800f19059d
Qt: add Welsh selection for Windows.
Close #9592
13 years ago
Rémi Denis-Courmont
cbf64179a2
Qt4: use canonical name of the DirectSound module
13 years ago
Rafaël Carré
f033c000b2
IApplicationAssociationRegistrationUI: move to single user
This interface is only defined for Vista+ in mingw-w64 3.0
If we define an extern symbol for the GUID it will clash at
linking with libuuid which always contains it.
13 years ago
Jean-Baptiste Kempf
3d14918f81
Qt: correctly display waveout options
13 years ago
Jean-Baptiste Kempf
8f8948d9c0
Qt: correctly show the afile options
13 years ago
Jean-Baptiste Kempf
d39285a18c
Qt: remove SPDIF option
13 years ago
Jean-Baptiste Kempf
56107241da
Qt sprefs: save lang in registry
Close #9329
13 years ago
Francois Cartegnie
dec229cdf4
Qt: media library disambiguation.
If we need to axe something more...
13 years ago
Naohiro KORIYAMA
1fc6614444
qt4: fx missing translation
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Jean-Baptiste Kempf
01fcba7ff8
Qt: move Q_WS => Q_OS in widgets and playlist code
13 years ago
Ludovic Fauvet
ee6488a54e
Qt: simple_prefs: fix crash when reading psz_aout
13 years ago
Ludovic Fauvet
2a82330924
Qt: get/set the default volume level for each audio output ( fix #8503 )
Since 2.1 there is no way to set a global default volume. Instead it is now
required to set it independently for each audio output.
13 years ago
Francois Cartegnie
3392ff1e73
Qt: Simple Preferences: conditionally hide the whole groupbox, not
just widgets
13 years ago
Rafaël Carré
6d53362001
Use _WIN32 rather than WIN32 (same for WIN64)
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only
mentions the _ prefixed variable.
gcc will always define the _ prefixed variable, like Visual Studio.
The prefixless one is defined in some language standards, e.g. gnu99
but not c99.
13 years ago
Francois Cartegnie
514a59441f
Qt: SimplePreferences: Don't use QButtonGroup ( fix #8609 )
13 years ago
Jean-Baptiste Kempf
ade105a3a7
Qt: fix simple preferences alignment
13 years ago
Jean-Baptiste Kempf
cd4a142c0d
Clear confusion about --started-from-file-and-one-instance-when-sunset-is-beautiful
And add it to Qt simple preferences
Ref #6624
13 years ago
Edward Wang
9cd6df73b1
Correct widespread misuse of the word 'subtitle'
Subtitle is the adjective describing what kind of text. So "subtitle text" is an adjective phrase describing what kind of encoding.
For example, we don't listen to "audios tracks", program "videos codecs", or open "playlists files". Therefore, use the correct form of the word subtitle for the context.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
13 years ago
Francois Cartegnie
5d0338086c
Qt: remove menus language selection. ( fix #8201 )
Removed/Deprecated for 2.1.0
See 76c72672d8
13 years ago
Jean-Baptiste Kempf
9e72b6b42b
Qt: align correctly audio devices in SPrefs
14 years ago
Jean-Baptiste Kempf
9e7f5e07da
Qt: remove Sprefs hack that has lived and been abused for too long...
14 years ago
Rémi Denis-Courmont
e6f024b496
Qt4: soft-code when to show the language setting ( fixes #7803 )
14 years ago
Jean-Baptiste Kempf
6b72362511
Qt: preferences, fix checkbox behaviours
Remove weird layout margins, and zones for correct deactivations of
groups of groupBoxes
14 years ago
Jean-Baptiste Kempf
94b30f51a3
Qt: allow SPU deactivation in simple preferences.
14 years ago
KO Myung-Hun
dbecf48dd8
Qt: enable ONE INSTANCE options of simple preferences on OS/2
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Rémi Denis-Courmont
037a796b8d
playlist: use playlist audio functions
And get rid of the horrible find-input-callback.
14 years ago
Rémi Denis-Courmont
16b9d39f89
Qt4: update avcodec-hw prefs
14 years ago
Rémi Denis-Courmont
a7963bfafe
Qt4: use config_GetPszChoices() for module items
14 years ago
Jean-Baptiste Kempf
ecf2de3782
Qt: fix similar Typo
14 years ago
Rémi Denis-Courmont
0bbd58595c
Qt4: use MTA apartment for COM ( fixes #6880 )
14 years ago
Rémi Denis-Courmont
9b58a46173
Win32: use CoInitializeEx() instead of CoInitialize()
That is recommended by MSDN. Also, do not use 0 for NULL.
14 years ago
Jean-Baptiste Kempf
f447119e42
Qt: fix association crash on XP
Close #2246 #4424 #7431 #5377
14 years ago
Jean-Baptiste Kempf
a2df1797f9
Qt: do not delete parented QDialogs
Ref #7431 #5377
14 years ago
Rémi Denis-Courmont
c90a86804c
Remove recursion into modules/control/dbus/ and clean up D-Bus rules
modules/control/dbus/dbus.h is removed as it conflicted with the global
libdbus header and was included only once.
14 years ago