1. 17 Oct, 2017 - 1 commit
  2. 11 Oct, 2017 - 1 commit
  3. 05 Oct, 2017 - 1 commit
  4. 26 Sep, 2017 - 1 commit
    • Eskil Abrahamsen Blomfeldt's avatar
      Add internal types to Android styles qmldir · c0dbf5da
      Eskil Abrahamsen Blomfeldt authored
      
      In order for types in a module to be available inside the module
      itself, but not to external types, they need to be marked as
      internal in the qmldir. This has worked by accident before, but
      stopped working after 22a2cc43387ec3b9f74a6c01f8665378a4541147
      in qtdeclarative, at which point no Qt Quick Controls applications
      would run on Android.
      
      Note that there is also a change needed in qtdeclarative, in order
      to support implicit loading of internal types even when there is
      an explicit import of the module (needed to get access to the
      singleton).
      
      Task-number: QTBUG-63309
      Change-Id: I36b9ce9fa8f55c4da1f5e64c8fed120e9913bc85
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      v5.10.0-beta1
      c0dbf5da
  5. 17 Sep, 2017 - 1 commit
  6. 12 Sep, 2017 - 1 commit
  7. 22 Aug, 2017 - 3 commits
  8. 15 Aug, 2017 - 1 commit
  9. 11 Aug, 2017 - 1 commit
  10. 30 Jun, 2017 - 2 commits
  11. 27 Jun, 2017 - 2 commits
  12. 23 Jun, 2017 - 1 commit
  13. 16 Jun, 2017 - 2 commits
    • Jussi Witick's avatar
      Increase QtQuick import from 2.2 to 2.6 for QML Label · f19b1bf1
      Jussi Witick authored
      
      Increase QtQuick import version to 2.6 to enable the properties of
      underlying QML Text type to be usable in the QML Label type too.
      
      Task-number: QTBUG-57895
      Change-Id: I7a2b641a56c90ab91b4e6c973278d8943fa6903a
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
      f19b1bf1
    • Mitch Curtis's avatar
      Calendar: make locale property public · d13e4db9
      Mitch Curtis authored
      
      This is useful to set a locale on a specific calendar, as opposed to
      using the application-wide default.
      
      plugins.qmltypes was also updated.
      
      [ChangeLog][Calendar] Added locale property, which affects which day is
      shown as the first day of the week, as well as date and day name
      localization.
      
      Task-number: QTBUG-60217
      Change-Id: I113298a3f3b6dd407d26f3f55ed6973e73ab6a4c
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
      d13e4db9
  14. 01 Jun, 2017 - 2 commits
  15. 29 May, 2017 - 2 commits
  16. 24 May, 2017 - 1 commit
  17. 23 May, 2017 - 1 commit
  18. 22 May, 2017 - 2 commits
  19. 12 May, 2017 - 1 commit
  20. 11 May, 2017 - 1 commit
  21. 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
  22. 04 May, 2017 - 1 commit
  23. 02 May, 2017 - 1 commit
  24. 26 Apr, 2017 - 1 commit
  25. 24 Apr, 2017 - 2 commits
  26. 18 Apr, 2017 - 2 commits
  27. 11 Apr, 2017 - 1 commit
  28. 03 Apr, 2017 - 2 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