Jean-Baptiste Kempf
46be98404f
Qt: consistency on QSettings value for OpenDialog
15 years ago
Jean-Baptiste Kempf
cb41e1e0c3
Qt: do not show open options in both normal and advanced UI
Close #2908
15 years ago
Jean-Baptiste Kempf
e84ae528c5
Qt: re-probe the disc drives on each change of FocusPanel()
15 years ago
Jean-Baptiste Kempf
fecd2c3750
Qt: open BRD
15 years ago
Rémi Denis-Courmont
60dbf35539
Qt4: list hardware ALSA devices in capture panel
...rather than V4L2 audio tuner and OSS device nodes.
This is not quite correct, but we can do no better without alsa-lib.
15 years ago
Rémi Denis-Courmont
79b4dbf387
Qt4: remove Qt versions 4.3-4.5 specific code
15 years ago
Jean-Baptiste Kempf
0268197b7e
Qt: open network fixes and simplifications
Close #5328
15 years ago
Rémi Denis-Courmont
8dd3b9876b
Qt4: fix V4L2 video standard in open dialog
15 years ago
Rémi Denis-Courmont
e683b9ce6e
Update user interface for caching unification
15 years ago
Jean-Baptiste Kempf
c745ebb55a
Qt: use count() iso size() on Qt Containers
15 years ago
Rémi Denis-Courmont
6e70470eb2
Remove module_hold and module_release
Modules are created at initialization and destroyed at exit (after all
VLC threads are terminated) There is no need to count references.
15 years ago
Rémi Denis-Courmont
7ce1f22c05
Qt4: update dvb MRL generation
15 years ago
Jean-Baptiste Kempf
af6a6b2b5b
Qt4: add the browsed folder to the device combo
15 years ago
Rémi Denis-Courmont
26a440b845
Qt4: remove Linux DVB device spin box
15 years ago
Jean-Baptiste Kempf
fad1e95448
Qt: fix MRL update on Win32
Should close #4810
15 years ago
Jean-Baptiste Kempf
7f463c4918
Qt: win32 warning killing
15 years ago
Jean-Baptiste Kempf
70a73ff707
Qt: more of the same warnings killing
15 years ago
Jean-Baptiste Kempf
b5386f6883
Qt: more of the same simplifications and warnings
15 years ago
Jean-Baptiste Kempf
cd750a6e6f
Qt: fix signedness issue
15 years ago
Rémi Denis-Courmont
422238b715
Qt4: DVB-T2 in open dialog
15 years ago
Jean-Baptiste Kempf
04d990b1b0
Open: remove the possibility to change the font and the alignment.
This is almost useless when you open...
Maybe add the encoding?
15 years ago
Hugo Beauzée-Luyssen
3da5ea41f9
qt4: open_panels: Simplification
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rémi Denis-Courmont
1d63113ce8
Qt4: update DTV plugin name on Windows
15 years ago
Rémi Denis-Courmont
695b9cd7cf
Qt4: add modulations for DVB-S2
15 years ago
Rémi Denis-Courmont
c75171d714
typo
15 years ago
Rémi Denis-Courmont
4eb307c4ea
Qt4: add DVB-S2
15 years ago
Rémi Denis-Courmont
601609fea7
Qt4: handle multiple Linux DVB frontends per adapter
15 years ago
Rémi Denis-Courmont
a67e449b6d
Qt4: rename modulation box to QAM box, and try to fix build
(we might need a PSK box later)
15 years ago
Rémi Denis-Courmont
9fcda59c70
Qt4: uniformize DVB dialog
15 years ago
Rémi Denis-Courmont
9f5e603eb3
Qt: merge BDA and Linux DVB in open dialog
15 years ago
Rémi Denis-Courmont
5206e96482
Qt4: add ATSC and CQAM to open dialog
15 years ago
Rémi Denis-Courmont
a879bc5863
Qt4: update DVB dialog for the new plugin
15 years ago
Rémi Denis-Courmont
a99198e5db
Qt4: ATSC and Clear QAM are not DVB types...
15 years ago
Rémi Denis-Courmont
6c192d78c4
Qt: don't translate quadratic amplitude modulation acronyms
15 years ago
Rémi Denis-Courmont
bf4b812b6b
Qt: select MRL scheme based on DVB system delivery
15 years ago
Rémi Denis-Courmont
74b24809d8
Qt4: pass DVB parameters through MRL rather than options
15 years ago
Rémi Denis-Courmont
0da1c927a7
Qt4: DVB-C modulation combo box
15 years ago
Rémi Denis-Courmont
fd5cf6b5ec
Qt4: symbol rate is expressed in bauds (Hz), not kHz
15 years ago
Rémi Denis-Courmont
aa40991781
Qt4: sort DVB-x alphabetically and select DVB-T by default
15 years ago
Jean-Baptiste Kempf
8360267573
Qt: probe the complete names for Volume in Disc open
This gets quite useful, when you have many drives
15 years ago
Jean-Baptiste Kempf
77360d6596
Qt: disc open: support different values for disclabel/discpath
15 years ago
Rémi Denis-Courmont
5d5eeb9eef
Qt4: remove V4L1
15 years ago
Daniel Marth
df805945d6
URL box is now focussed when "Open Network Stream" dialog box opens.
The URL box in the "Open Network Stream" dialog has now always focus
when opened and its content is automatically selected.
The patch is for ticket #4361 and was created as a part of a GCI-task
(http://www.google-melange.com/gci/task/show/google/gci2010/videolan/t129200306101 ).
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Rémi Denis-Courmont
cf3f7fdbcd
Qt4: FileOpenPanel generates proper URLs, simplify
This fixes the streaming wizard. We can now remove a few make_URI()
calls.
16 years ago
Rémi Denis-Courmont
963630ba6e
split add_file into add_loadfile and add_savefile
The preference panel needs to know which of open or save file dialog
it should use. Here we have 27 load and 4 save cases, plus 2 fonts
that were not correctly marked as such in projectM.
16 years ago
Rémi Denis-Courmont
ea1799418b
Qt4: update discs MRL syntax for Windows
16 years ago
Francois Cartegnie
e6e4cb89ca
Qt: OpenDiscPanel: add devices listing
16 years ago
Francois Cartegnie
8c49932201
Qt: CaptureOpenPanel: fix layout
16 years ago
Francois Cartegnie
1ce4f166a9
Qt: CaptureOpenPanel: check and prefill with usual devices
16 years ago
Francois Cartegnie
2a100fcd18
Qt: NetOpenPanel: add drop-down list
16 years ago