Fatih Uzunoglu
bdf758d99d
qt: overload streamingDialog to parse through QUrl list
6 years ago
Fatih Uzunoglu
295c55ac77
qt: overload mediainfoDialog to show with playlist item index
6 years ago
Fatih Uzunoglu
648f39a0ee
qt: make dialogsprovider simpleOpenDialog start playing optionally
6 years ago
Pierre Lamot
197c498516
qt: move utility classes and models to util
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
43af04445b
qt: move the main interface to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
f955f1fef3
qt: move native widgets to their own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
b86d55e0f3
qt: remove obsolete player controler widget
this widget has been reimplemented in Qml, and is no
longer used
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
14506886a5
qt: move menus to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
630f639f2d
qt: move the dialog provider to the dialog folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
cb8cf18238
qt: move errors dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
794bf19ee2
qt: move gototime dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
2a41f6b852
qt: move toolbar editor dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
3be36d4580
qt: move bookmarks dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
df4258badf
qt: move vlm dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
5170f808ec
qt: move podcast configuration dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
2bcc6d6ae6
qt: move the firstrun dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
302f7abab7
qt: move effect and filter dialogs component to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
70dd4e8266
qt: move open dialogs component to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
d7cf06b49d
qt: move media info dialogs component to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
a44bd35aa8
qt: move sout dialogs component to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
c1258f024f
qt: move about/help dialogs component to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
54893c6d89
qt: move epg dialog to its own folder
no functional changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
595ff14e90
qt: move plugin dialog to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
901a513644
qt: move preferences to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
351ccb1626
qt: move player to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Pierre Lamot
4d646bdd88
qt: move playlist component to its own folder
no functionnal changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Jérôme Froissart
97a2e7986c
qt: rename SoutMrl to SoutChain
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Rohan Rajpal
04c3e28eaa
qt: Add toolbar editor (native)
Add the native part of the toolbar editor.
This part has the window and a few widgets.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Abel Tesfaye
28916d77a8
qt: implement recent medias menu
The sub menu located at media -> open recent media used to be empty. This commit fixed that.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
7 years ago
Pierre Lamot
e1c8285396
qt: switch to QML/player/playlist
Note:
- Seekpoints have been replaced by title/chapters in PlayerControler
- Picture flow view has been removed
- Menuview is no longer required by VLCMenuBar
- The extension_SetInput is incompatible with the new API
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
7 years ago
Thomas Guillem
f714ecc62a
qt: remove dead code
Note: playlist import is implicitly done when opening a playlist file.
7 years ago
Rémi Denis-Courmont
e48a8a9eb2
objects: add vlc_object_instance()
...instead of open-coded access to obj->obj.libvlc
8 years ago
Steve Lhomme
5363279805
remove the $Id$ in the source code
8 years ago
Erwan Tulou
46dd65277f
Qt(menu): fix memory leak regarding static variables.
This patch ensures the parentless menus (recentsMenu and RendererMenu)
are freed at the end of the vlc session.
8 years ago
Hugo Beauzée-Luyssen
d36e369e6a
core: Remove old medialibrary
8 years ago
Hugo Beauzée-Luyssen
06a21a6443
modules: Remove references to the old media library
8 years ago
Pierre Lamot
bc02f60c24
qt: fix subtitle open not selecting the current video folder
scheme was prunned
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Pierre Lamot
306e9cc9d5
qt: remove useless QUrl conversions
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Pierre Lamot
8013c7cc59
qt: properly remember last used folder
url scheme was pruned
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Romain Vimont
a8ed2d9f04
qt: toogle info panel visibility
Make the info button toggle the info panel visibility: if the panel is
already open, clicking on the info button closes it (like the
"adjustments and effects" panel).
Fixes #19767
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
8 years ago
Pierre Lamot
7a6f006d59
Qt: fix "last folder used" not remembered correctly
On windows last used folder was stored by its URL, which cannot by
used QFileDialog::getXXXFileName.
This patch will store last used folder by its URL systematically and
use QFileDialog::getXXXURL. This allows to store non file location (ie: smb)
Fix #19905
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Hugo Beauzée-Luyssen
cfcb035952
qt: Don't check extension when manually loading subtitles
refs #19229
9 years ago
Pierre Lamot
7f60868c48
qt: remove empty filter in file selector
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Pierre Lamot
0925621b54
skin2: fix opening playlist
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Thomas Guillem
f2cfa1119a
qt: use vlc_alloc helper
9 years ago
Pierre Lamot
64e6301a6c
qt: send mouse release events before popping a QMenu to avoid Vout mouse state corruption
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Pierre Lamot
1c221a77d9
qt: drop Qt 4 support, set minimal Qt version to 5.5
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Hugo Beauzée-Luyssen
31e424004d
input: Reintroduce subtitle extension check
Fix #18882
9 years ago
Hugo Beauzée-Luyssen
1083d47af5
Use input_AddSlave instead of input_AddSubtitleOSD
9 years ago
Rémi Denis-Courmont
06c9f17ee6
qt: fix VLM wrapper leak
9 years ago