1. 10 May, 2016 - 5 commits
  2. 09 May, 2016 - 7 commits
  3. 08 May, 2016 - 2 commits
  4. 06 May, 2016 - 2 commits
    • Timur Pocheptsov's avatar
      tst_qudpsocket - remove insignificant · 11ad5007
      Timur Pocheptsov authored
      
      BLACKLIST should make it, recent regression in QUdpSocket went unnoticed
      (first) because of 'insignificant'. We'd like to avoid such regressions
      in future (again, using BLACKLIST if needed and fixig the real problem then).
      
      NB: BLACKLIST in this patch was extended to deal with previously unnoticed failures on
      Windows and OS X. 'multicast' and related family of of functions on OS X
      will probably stay like this (seems to be a Darwin's quirk), datagram
      size related tests - fixed in dev or 5.7 (change is in nativesocket engine,
      'bytesAvailable').
      
      Task-number: QTBUG-52714
      Change-Id: I039b05935a02983ce1648de449907dfa765f7db7
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
      11ad5007
    • Timur Pocheptsov's avatar
      tst_QWidget: make it stable on OS X · 88c43880
      Timur Pocheptsov authored
      
      This patch QSKIPs all tests that:
      - take to much time sitting in some QTRY_VERIFY or similar before failing
      - result in 'not in fullscreen mode' warning (with PASS) - thus completely flaky.
      - Where previously determined to not apply to OS X using QT_OS_MAC
      
      The intent is to make the test run-time more reasonable,
      both when running the test locally and on the CI system.
      
      Reduce the BLACKLIST - to avoid a 'double elimination' the tests that are skipped now,
      should not be BLACKLISTed so that we fix them for good.
      
      Task-number: QTBUG-52974
      Change-Id: I34dc2010d0debc6b5b99f2375a6da902b7a17b29
      Reviewed-by: default avatarMorten Johan Sørvig <morten.sorvig@qt.io>
      88c43880
  5. 04 May, 2016 - 5 commits
  6. 02 May, 2016 - 2 commits
  7. 30 Apr, 2016 - 1 commit
    • Alex Trotsenko's avatar
      QWindowsPipeWriter: ensure validity of the write buffer · a4d26cf5
      Alex Trotsenko authored
      
      QWindowsPipeWriter uses asynchronous API to perform writing. Once a cycle
      has been started, the write buffer must remain valid until the write
      operation is completed.
      
      To avoid data corruption and possibly undefined behavior, this patch
      makes QWindowsPipeWriter::write() take a QByteArray, which it keeps alive
      for the duration of the write cycle.
      
      Autotest-by: Thomas Hartmann
      Task-number: QTBUG-52401
      Change-Id: Ia35faee735c4e684267daa1f6bd689512b670cd2
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
      a4d26cf5
  8. 29 Apr, 2016 - 3 commits
  9. 28 Apr, 2016 - 3 commits
  10. 26 Apr, 2016 - 2 commits
  11. 23 Apr, 2016 - 2 commits
  12. 22 Apr, 2016 - 2 commits
  13. 21 Apr, 2016 - 1 commit
    • Vyacheslav Grigoryev's avatar
      QHeaderView: fixing selection of reordered rows and columns · 07248504
      Vyacheslav Grigoryev authored
      
      The old code incorrectly calculated visual region for a selection (specified by
      QItemSelection object) in case of reordered / swapped rows or columns. It used
      the leftmost and rightmost (upmost and downmost for vertical mode) logical
      indexes directly. However some middle logical index (in case of reorder) may be
      the leftmost or rightmost visual index. In such cases the repainting didn't
      work properly. This fix first checks whether reordering / swapping is in use.
      If it isn't (ie visual=logical) we use code similar to the old code. Otherwise
      the new code scans all selected logical indexes, translates them into visual
      ones and gets the correct leftmost and rightmost indexes.
      
      [ChangeLog][QtWidgets][QHeaderView] Fixed a repainting issue when items had been reordered.
      
      Task-number: QTBUG-50171
      Change-Id: If6afabebf445cf32a8e0afe262b6ee149e7c4b2b
      Reviewed-by: default avatarThorbjørn Lund Martsum <tmartsum@gmail.com>
      07248504
  14. 20 Apr, 2016 - 1 commit
  15. 15 Apr, 2016 - 1 commit
  16. 13 Apr, 2016 - 1 commit