1. 31 May, 2013 - 3 commits
  2. 30 May, 2013 - 4 commits
  3. 29 May, 2013 - 1 commit
  4. 28 May, 2013 - 2 commits
    • Richard Moe Gustavsen's avatar
      iOS: bugfix function portraitToPrimary() · 875480ed
      Richard Moe Gustavsen authored
      
      The old implementation was wrong since it did not use the
      screen's height (which was already in primary orientation) to
      calculate what the new y value of the target rect (which was in
      portrait) should be.
      
      Change-Id: Ie5b2241119e244d099e06d85f69953c1d64979aa
      Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
      875480ed
    • Gunnar Sletta's avatar
      Fix transparent toplevels on Mac OS X again.. · 7f1ad7c7
      Gunnar Sletta authored
      
      We're using QWindow::format() to decide opacity or not in
      a few places, but this used to resolve to
      QPlatformFormat::format() which would in turn return a default
      format without alpha set. Instead, return the format requested
      by the user.
      
      Masked windows were always broken as converting a 32-bit image
      to an Indexed8, doesn't give a grayscale image, but rather
      a randomly spreadout set of indices based on the colortable
      generated by the converToFormat function.
      
      Task-number: QTBUG-28531
      Change-Id: I537288f85c70b1e6194785b9ebcb5ea1f9581cee
      Reviewed-by: default avatarGabriel de Dietrich <gabriel.dedietrich@digia.com>
      7f1ad7c7
  5. 27 May, 2013 - 7 commits
  6. 26 May, 2013 - 4 commits
  7. 25 May, 2013 - 1 commit
  8. 24 May, 2013 - 5 commits
  9. 23 May, 2013 - 13 commits