1. 12 May, 2017 - 1 commit
  2. 10 May, 2017 - 2 commits
    • Oswald Buddenhagen's avatar
      Bump version · 64ac5637
      Oswald Buddenhagen authored
      Change-Id: I0c6bfc205526ccdb6f80695b0d1dfdf7c7397afa
      64ac5637
    • Ulf Hermann's avatar
      Slider: Don't suppress updates by dragThreshold on non-touchscreens · dfc74f42
      Ulf Hermann authored
      
      When using a mouse, you want a slider to react immediately to input,
      not only if you move beyond a certain threshold. With the threshold it
      is very hard to accurately position the slider. On touchscreens, the
      threshold is necessary to allow for unrelated events, like flicking
      views, to not interfere with the value.
      
      Change-Id: I6cb8252338f20de559e062e738118593ffc1e099
      Task-number: QTBUG-47081
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
      dfc74f42
  3. 04 May, 2017 - 1 commit
  4. 02 May, 2017 - 1 commit
  5. 26 Apr, 2017 - 1 commit
  6. 24 Apr, 2017 - 2 commits
  7. 18 Apr, 2017 - 2 commits
  8. 11 Apr, 2017 - 1 commit
  9. 03 Apr, 2017 - 3 commits
    • Marco Martin's avatar
      Add NOTIFY signals for WheelArea · 378bd7b4
      Marco Martin authored
      
      the private WheelArea component didn't have any notify signals
      in its horizontalValue/verticalValue or minimum/maximum
      values as well. this caused old values to be used in ScrollView.qml.
      If we want to have a listView that starts scrolled right when instanced,
      verticalMaximumValue won't be updated when the list is populated.
      Also, the wheelArea.verticalValue that's assigned at the beginning will
      be constrained by the wrong verticalMaximumValue, causing it to go out of
      sync with contentY. At this point the first time the mouse wheel is
      moved, the list will jump back at the top.
      
      Change-Id: I4605000636be7975ba9a58e2c79e8c2351e5a292
      Task-number: QTBUG-59633
      Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@qt.io>
      378bd7b4
    • Simon Hausmann's avatar
      Remove qrc based default qml distribution for QQC extras · da9183da
      Simon Hausmann authored
      
      This is consistent with the other modules and prepares for the use of
      qml caching.
      
      Change-Id: Ifab9187ac60a52d0464c5afe46772a9da1489c73
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
      da9183da
    • Simon Hausmann's avatar
      Remove spurious Q_INIT_RESOURCE calls · 58bea521
      Simon Hausmann authored
      
      These explicit resource initialization calls are only needed when
      linking statically.
      
      Change-Id: I5518e1b32d4fc7c1d03d35dd15bf3ce65d5eafcf
      Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
      58bea521
  10. 29 Mar, 2017 - 1 commit
  11. 20 Mar, 2017 - 1 commit
  12. 11 Mar, 2017 - 2 commits
  13. 10 Mar, 2017 - 1 commit
  14. 03 Mar, 2017 - 6 commits
  15. 02 Mar, 2017 - 2 commits
  16. 01 Mar, 2017 - 2 commits
  17. 28 Feb, 2017 - 1 commit
  18. 22 Feb, 2017 - 2 commits
  19. 21 Feb, 2017 - 2 commits
  20. 20 Feb, 2017 - 1 commit
  21. 17 Feb, 2017 - 1 commit
  22. 10 Feb, 2017 - 1 commit
  23. 06 Feb, 2017 - 1 commit
  24. 26 Jan, 2017 - 1 commit
  25. 25 Jan, 2017 - 1 commit