- 05 Feb, 2016 9 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 04 Feb, 2016 31 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Use MobileVLCKit / TVVLCKit to implement dialogs properly in external apps
-
Felix Paul Kühne authored
Use VLCKit to implement dialogs properly in external apps
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Vikram Fugro authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sean McGovern authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
move file inside group
-
Thomas Guillem authored
-
Thomas Guillem authored
It this flag is set, user interaction will be forced when preparsing the item given by libvlc_MetaRequest (there won't be user interactions for sub items).
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Only callacks are tested by default. In order to test qt dialogs, run the test manually with './test_src_interface_dialog -a'.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
- vlc_dialog_wait_question will replace dialog_Question - vlc_dialog_wait_question with i_type == VLC_DIALOG_QUESTION_CRITICAL and without action1/action2 will replace dialog_FatalWait - vlc_dialog_wait_login will replace dialog_Login - vlc_dialog_display_progress will replace dialog_Progress - dialog_Fatal is replaced by vlc_dialog_display_error - vlc_dialog_display_error will replace dialog_Fatal - vlc_ext_dialog_update will repalace dialog_ExtensionUpdate - vlc_dialog_wait_question and vlc_dialog_wait_login are interruptible via vlc_interrupt. - Nothing prevents to have more than one dialog type displayed at a time.
-
Thomas Guillem authored
It'll will be replaced by the new dialog API
-