1. 28 Nov, 2016 - 1 commit
  2. 06 Nov, 2016 - 1 commit
  3. 10 Aug, 2016 - 1 commit
  4. 09 Aug, 2016 - 1 commit
  5. 18 Jun, 2016 - 1 commit
  6. 31 May, 2016 - 1 commit
  7. 25 May, 2016 - 1 commit
  8. 20 May, 2016 - 1 commit
    • Liang Qi's avatar
      QQuickStackView: fix build · f3212709
      Liang Qi authored
      error: no matching function for call to 'QQmlComponentPrivate::initializeObjectWithInitialProperties(QV4::ScopedValue&, QQuickItem*&)'
      
      (cherry picked from commit 6fe784b9
      
      )
      Change-Id: Ic175bb290dcfbb944fee7545d3b97be8a202896a
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
      f3212709
  9. 19 May, 2016 - 1 commit
  10. 12 May, 2016 - 1 commit
  11. 06 May, 2016 - 1 commit
  12. 02 May, 2016 - 1 commit
  13. 27 Apr, 2016 - 3 commits
  14. 26 Apr, 2016 - 1 commit
  15. 20 Apr, 2016 - 1 commit
  16. 19 Apr, 2016 - 1 commit
  17. 16 Apr, 2016 - 2 commits
  18. 13 Apr, 2016 - 3 commits
  19. 12 Apr, 2016 - 1 commit
  20. 11 Apr, 2016 - 1 commit
  21. 01 Apr, 2016 - 1 commit
    • Joni Poikelin's avatar
      Fix ScrollBars with paddings · bed6b3d6
      Joni Poikelin authored
      
      Padding was not taken into account when calculating the new position,
      which caused there to be small offset between the mouse press and the
      resulting handle position by the amount of padding used.
      
      Task-number: QTBUG-52233
      Change-Id: Ibd8c4375b030a27a6124aefc4bc9af570d14d3a9
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@theqtcompany.com>
      bed6b3d6
  22. 23 Mar, 2016 - 1 commit
    • J-P Nurmi's avatar
      ComboBox: fix usage in an asynchronous Loader · c59c43bb
      J-P Nurmi authored
      
      The following comment in QQmlDelegateModel::object() helped to find
      a solution ie. using createdItem() instead of initItem():
      
        If asynchronous is true or the component is being loaded asynchronously due
        to an ancestor being loaded asynchronously, item() may return 0.  In this
        case createdItem() will be emitted when the item is available. [...]
      
      Change-Id: If3bf8e60834534ca07c8db8f502f4f11969057e8
      Task-number: QTBUG-51972
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@theqtcompany.com>
      c59c43bb
  23. 22 Mar, 2016 - 2 commits
  24. 21 Mar, 2016 - 1 commit
  25. 17 Mar, 2016 - 4 commits
  26. 16 Mar, 2016 - 1 commit
  27. 15 Mar, 2016 - 4 commits
    • J-P Nurmi's avatar
      Store explicit and resolved font separately · 495ef4fb
      J-P Nurmi authored
      
      Change-Id: I80bd45244077cd75f24c4ca1af6485f4c6a23b39
      Task-number: QTBUG-50984
      Task-number: QTBUG-51696
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@theqtcompany.com>
      495ef4fb
    • J-P Nurmi's avatar
      Change style inheritance for popups · 54a2a35f
      J-P Nurmi authored
      
      The decision to make popups inherit theme & accent from its parent item
      was driven by ComboBox. However, in many cases it has an undesired side
      effect, so we've changed Popup to inherit its style attributes from the
      parent window instead, just like we did for fonts. The only exception
      to this is ComboBox, where the popup is an integral part of the control.
      This special case is now handled in the respective style implementation.
      
      A concrete example is that we can now specify dark theme by default for
      Material style ToolBar to get a better matching light text against the
      colorful background. In Gallery, this won't effect the options menu,
      which is a child of a ToolButton. The menu retains light theme along the
      rest of the application.
      
      Change-Id: Ibdc8fcf5b5fa258d853410a9b40368472424a8c6
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@theqtcompany.com>
      54a2a35f
    • J-P Nurmi's avatar
      Revert popup style inheritance changes · 28ce9872
      J-P Nurmi authored
      This is a partial revert of "Fix style inheritance" (07e0dec2) and
      "Fix style inheritance for popups" (a3dddf04
      
      ). These changes made
      things too complex. It's easier to revert back to the original,
      and then apply the new popup style inheritance rules in the next
      commit.
      
      Change-Id: I2842261999d258a709739ee48a78ca23a2a1092a
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@theqtcompany.com>
      28ce9872
    • J-P Nurmi's avatar
      QQuickControlPrivate::themeFont(): clear system font's explicit attrs · 8fa998cd
      J-P Nurmi authored
      
      The default system font must not have explicit attributes that would
      mess with font inheritance. This is already handled by the QFont()
      default constructor, but we must do it ourselves when we call
      QPlatformTheme::font(SystemFont) directly.
      
      Change-Id: Ia52e135411618e72cbf4618cffb9eec7924dc612
      Task-number: QTBUG-50984
      Task-number: QTBUG-51696
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@theqtcompany.com>
      8fa998cd
  28. 11 Mar, 2016 - 1 commit