1. 09 Jul, 2019 - 1 commit
  2. 26 Oct, 2018 - 1 commit
  3. 05 Oct, 2017 - 1 commit
  4. 12 May, 2016 - 1 commit
  5. 28 Apr, 2016 - 1 commit
  6. 21 Oct, 2015 - 1 commit
  7. 04 Mar, 2015 - 1 commit
  8. 02 Mar, 2015 - 1 commit
    • Mitch Curtis's avatar
      Merge Extras' styling system into Controls'. · f0c227f8
      Mitch Curtis authored
      - Removes the duplicated style settings functionality in Extras and
        simplifies the installed styles directory structure.
      
      - Extras' Base style is now part of Controls' Base style, eliminating
        the need for a separate QtQuick.Extras.Styles import. The cost of
        doing this should be negligible: a few QML files and two images.
      
        If we didn't merge Extras' Baste style into Controls', we'd need
        extras-specific code in qquickcontrolssettings, as the default style
        search path is:
      
        qml/QtQuick/Controls/Styles/
      
        Whereas the Extras Base style would be in:
      
        qml/QtQuick/Extras/Styles/
      
        The Extras Base style can't go into Controls' Base style directory,
        either, because otherwise we'd have two qmldir files there.
      
        The Flat style doesn't have this problem because it is all contained
        in one plugin and gets installed into its own Flat/ folder.
      
      - Documentation now lists the Extras controls as \since QtQuick.Extras
        1.4.
      
      - Adds the customcontrolsstyle aut...
      f0c227f8
  9. 13 Feb, 2015 - 1 commit