1. 15 Nov, 2010 2 commits
  2. 14 Nov, 2010 1 commit
  3. 13 Nov, 2010 5 commits
  4. 12 Nov, 2010 2 commits
  5. 11 Nov, 2010 9 commits
  6. 10 Nov, 2010 1 commit
  7. 09 Nov, 2010 3 commits
  8. 08 Nov, 2010 3 commits
  9. 07 Nov, 2010 8 commits
  10. 06 Nov, 2010 4 commits
  11. 05 Nov, 2010 2 commits
    • Christophe Mutricy's avatar
      i18n: Mark SD categories for inclusion in vlc.pot · 299eee9f
      Christophe Mutricy authored
      Fix #4305
      (manuallt cherry picked from commit 50c38afe8c07db8737d8e10be937708a04c0e5e4)
      
      Conflicts:
      
      	modules/gui/qt4/components/playlist/selector.cpp
      299eee9f
    • Pierre Ynard's avatar
      lua: copy input options to result of playlist script · db245d82
      Pierre Ynard authored
      This fixes this kind of scenario: you want to save a video from your
      favorite video website. So you open the VLC GUI, you copy/paste the URL
      into the convert dialog and you click on okay. The corresponding
      playlist lua script processes the URL and a new item is added into the
      playlist, but the :sout option is lost in the process, and you start
      watching a video that is never saved.
      (cherry picked from commit 0d24baf131199c4ad5f304af0df7601e148dbaf6)
      Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
      db245d82