1. 01 Mar, 2011 2 commits
    • Erwan Tulou's avatar
      skins2: fix boolean variables · 256e1775
      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
      256e1775
    • Erwan Tulou's avatar
      skins2: remove questionable trick · 169b6b6f
      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.
      169b6b6f
  2. 27 Feb, 2011 1 commit
  3. 25 Feb, 2011 1 commit
    • Erwan Tulou's avatar
      skins2: use the 0-400% range for volume · 0663e173
      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
      0663e173
  4. 24 Feb, 2011 1 commit
  5. 23 Feb, 2011 3 commits
  6. 22 Feb, 2011 5 commits
  7. 21 Feb, 2011 3 commits
  8. 20 Feb, 2011 1 commit
  9. 18 Feb, 2011 2 commits
  10. 17 Feb, 2011 3 commits
  11. 16 Feb, 2011 1 commit
  12. 15 Feb, 2011 2 commits
    • Johannes Weißl's avatar
      Fix bug in taglib txxx handling · ba73797f
      Johannes Weißl authored
      Currently, vlc puts the value *and* the description in the value field
      for id3 TXXX tags, e.g. in Media Information:
      REPLAYGAIN_TRACK_GAIN: REPLAYGAIN_TRACK_GAIN +3.30 dB
      
      This leads to vlc_audio_replay_gain_MergeFromMeta() failing because it
      can't parse the floating point value. Since the fieldList() of an
      UserTextIdentificationFrame has exactly two members, it is safe to just
      use the last (value) member. In Media Information:
      REPLAYGAIN_TRACK_GAIN: +3.30 dB
      
      This makes ReplayGain work for mp3 files.
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      (cherry picked from commit 5010066b9771f6862e71b53f36e27816500e04f3)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      ba73797f
    • Jean-Baptiste Kempf's avatar
      Win32: do not create too big stacktraces · af2dc827
      Jean-Baptiste Kempf authored
      We can't analyze them anyway, and they take space and bandwidth.
      (cherry picked from commit f5b88cbb5bb716ef38b1754bd6f7be9f2b151c98)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      af2dc827
  13. 14 Feb, 2011 8 commits
  14. 13 Feb, 2011 1 commit
  15. 12 Feb, 2011 2 commits
  16. 11 Feb, 2011 4 commits