1. 01 Mar, 2011 2 commits
    • Erwan Tulou's avatar
      skins2: fix boolean variables · e8330066
      Erwan Tulou authored
      skins2 expects notification to occur if and only if the variable really changes.
      
      This patch fixes things for And and Or variables.
      This fixes trac #4529
      e8330066
    • Erwan Tulou's avatar
      skins2: remove questionable trick · 8fd1f855
      Erwan Tulou authored
      This trick only works if the action ends up in the state really being toggled.
      This is not always the case and can then lead to undesirable effects,
      for instance the play button going to pause when no playback is underway.
      
      This trick was needed to prevent visual artefacts when refreshing was a heavy
      task, but is no longer needed since refreshing has been heavily optimised.
      8fd1f855
  2. 28 Feb, 2011 5 commits
  3. 26 Feb, 2011 4 commits
  4. 25 Feb, 2011 2 commits
    • Erwan Tulou's avatar
      skins2: use the 0-400% range for volume · 52840752
      Erwan Tulou authored
      This patch makes volume more consistent with the rest of vlc :
       - volume is now advertised on a 0-400% range instead of a misleading
         0-100% range. This fixes the discrepancy between volume displayed
         within the skins and volume displayed via OSD
       - "qt-volume-complete" and "volume-step" are now taken into account,
         which makes skins2 more consistent with qt4
      52840752
    • Konstantin Pavlov's avatar
      Fix loading of upnp module. · 815340f6
      Konstantin Pavlov authored
      Also, remove leftover _intel parts here and there.
      815340f6
  5. 24 Feb, 2011 7 commits
  6. 23 Feb, 2011 15 commits
  7. 22 Feb, 2011 5 commits