1. 01 Mar, 2013 - 4 commits
  2. 27 Feb, 2013 - 2 commits
  3. 26 Feb, 2013 - 1 commit
    • Mitch Curtis's avatar
      Make containsMouse property private. · 95f2968d
      Mitch Curtis authored
      
      Also removes the RangeTab from the Gallery example, since its controls
      use containsMouse and are no longer different from the same set of
      sliders on the control tab. Adding MouseAreas to each control in
      RangeTab to achieve the same animation would clutter the example with
      boilerplate code.
      
      Change-Id: I80d6f3bbf1b73229f4d0ae99dd2a65bc083e7099
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      95f2968d
  4. 21 Feb, 2013 - 5 commits
  5. 20 Feb, 2013 - 2 commits
  6. 19 Feb, 2013 - 2 commits
  7. 13 Feb, 2013 - 1 commit
    • J-P Nurmi's avatar
      Docs: fix ComboBox snippet · 528dc703
      J-P Nurmi authored
      
      qdoc actually parses the code between \qml and \endqml. there
      should be one and only one root element, so move ListModel
      definition inline to make qdoc happy.
      
      ComboBox.qml:78: warning:
      Unable to parse QML snippet: "Syntax error" at line 7, column 1
      
      Change-Id: I94a4ac8bb91b2fd639c53a1574f436d50eba0096
      Reviewed-by: default avatarCaroline Chao <caroline.chao@digia.com>
      528dc703
  8. 12 Feb, 2013 - 2 commits
  9. 08 Feb, 2013 - 2 commits
  10. 07 Feb, 2013 - 1 commit
    • Gabriel de Dietrich's avatar
      Introducing QPA, QML-only MenuBar, Menu, MenuItem · 898f4b1c
      Gabriel de Dietrich authored
      
      This removes one dependency from QtWidgets.
      
      QPA is only implemented for Mac so far, and depends on qt/qtbase's
      I5f83f260602f55b9409ad69abf670afb59b2d33a change. This means, it will
      only work with Qt 5.1 and older. Other QPA implementations will
      follow, like Android.
      
      The QML-only implementation has been tested mostly on Linux. On Mac,
      we need I4716b4c0b6187d14adb34c46b848ca0a16370b5a to be integrated in
      qt/qtbase dev branch if we want to enforce non-QPA menus.
      
      Updated ComboBox, ContextMenu to new QPA menu behavior
      
      Includes preliminary documentation for Action, ExclusiveGroup,
      MenuBar, MenuItem, MenuSeparator, and Menu.
      
      Change-Id: I6f38849a03a51386465156f8be3034df0d29e40d
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      898f4b1c
  11. 23 Jan, 2013 - 1 commit
  12. 20 Dec, 2012 - 1 commit
  13. 05 Dec, 2012 - 1 commit
  14. 20 Nov, 2012 - 2 commits
  15. 12 Nov, 2012 - 1 commit
  16. 09 Nov, 2012 - 1 commit
  17. 15 Oct, 2012 - 1 commit
  18. 10 Aug, 2012 - 1 commit
  19. 02 Jul, 2012 - 1 commit
  20. 29 Jun, 2012 - 1 commit
  21. 04 Jun, 2012 - 1 commit
  22. 21 May, 2012 - 1 commit
  23. 04 Feb, 2012 - 1 commit
  24. 23 Jan, 2012 - 1 commit
  25. 20 Dec, 2011 - 1 commit
  26. 06 Dec, 2011 - 1 commit
    • Alan Alpert's avatar
      Work again. · 36a83948
      Alan Alpert authored
      Well, a little. At least one person can now run Gallery.qml again.
      
      Removes all menu related stuff, removes Window (uses the
      Window in QtQuick.Window instead, despite reduced functionality now).
      
      Updates to work with the quick module split, and the xmllistmodel
      module split.
      
      Updates version number to 0.2 as well.
      36a83948
  27. 16 Oct, 2011 - 1 commit