1. 04 Feb, 2016 3 commits
    • Thomas Guillem's avatar
      dialog: add new dialog API · c50d31d8
      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.
      c50d31d8
    • Thomas Guillem's avatar
      dialog: rename dialog_provider · 9d1b941b
      Thomas Guillem authored
      It'll will be replaced by the new dialog API
      9d1b941b
    • Thomas Guillem's avatar
      intf: rename vlc_dialog enum · 76294775
      Thomas Guillem authored
      76294775
  2. 03 Feb, 2016 8 commits
  3. 02 Feb, 2016 14 commits
  4. 01 Feb, 2016 6 commits
  5. 31 Jan, 2016 5 commits
  6. 30 Jan, 2016 4 commits