1. 01 Apr, 2012 3 commits
    • Rémi Denis-Courmont's avatar
      Inline SaveConfigFile() · 98ade156
      Rémi Denis-Courmont authored
      98ade156
    • Rémi Denis-Courmont's avatar
      Undo misuse of module_config_t.b_dirty · 5eeeb50d
      Rémi Denis-Courmont authored
      This fixes a bug whereby the configuration would not be saved because
      Qt4 cleared the b_dirty flag instead of minding its own business.
      
      The core determines whether the value of a configuration item as changed
      using b_dirty. b_dirty is _not_ meant to signal changes in choices list.
      Configuration callbacks blindly set b_dirty, so the UI can assume that
      choices changed. Besides those callbacks should be removed as they do
      not follow the locking model of the configuration and can cause crashes.
      5eeeb50d
    • Rémi Denis-Courmont's avatar
      Qt4: fix disc dialog on Linux (again) · 0041fd5c
      Rémi Denis-Courmont authored
      5a2390a7 is the first bad commit
      commit 5a2390a7
      Author: Jean-Baptiste Kempf <jb@videolan.org>
      Date:   Sat Mar 31 22:20:58 2012 +0200
      0041fd5c
  2. 31 Mar, 2012 7 commits
  3. 30 Mar, 2012 7 commits
  4. 29 Mar, 2012 13 commits
  5. 28 Mar, 2012 8 commits
  6. 27 Mar, 2012 2 commits