1. 21 Feb, 2011 - 2 commits
  2. 01 Feb, 2011 - 1 commit
  3. 17 Dec, 2010 - 1 commit
  4. 09 Dec, 2010 - 1 commit
  5. 02 Dec, 2010 - 1 commit
  6. 01 Dec, 2010 - 3 commits
  7. 30 Nov, 2010 - 3 commits
  8. 29 Nov, 2010 - 2 commits
  9. 24 Nov, 2010 - 1 commit
  10. 23 Nov, 2010 - 2 commits
  11. 19 Nov, 2010 - 1 commit
    • Jens Bache-Wiig's avatar
      Kill progressText property · 2789ded4
      Jens Bache-Wiig authored
      Most progressbars do not have a built in label so I think it is
      better to leave it out of the API. If needed it is easy to
      do this as part of the styling or just adding a text component.
      2789ded4
  12. 18 Nov, 2010 - 1 commit
    • Jens Bache-Wiig's avatar
      Remove binding loop in Progressbar · 1f04ebf5
      Jens Bache-Wiig authored
      Right now there is a loop between percentComplete and currentValue.
      Since percentComplete is only for convenience I made it only
      depend on currentValue and not the other way around.
      1f04ebf5
  13. 17 Nov, 2010 - 1 commit