1. 03 May, 2013 - 1 commit
  2. 30 Apr, 2013 - 1 commit
  3. 18 Apr, 2013 - 1 commit
  4. 15 Apr, 2013 - 1 commit
  5. 12 Apr, 2013 - 2 commits
  6. 04 Apr, 2013 - 1 commit
  7. 21 Mar, 2013 - 2 commits
  8. 20 Mar, 2013 - 1 commit
    • Gabriel de Dietrich's avatar
      Menu: Update API, auto-tests · bdc87295
      Gabriel de Dietrich authored
      
      Add 'type' property to QtMenuBase (not exposed to QML explicitly,
      but is the base class for all things menu). Useful to inspect menu items
      after creation, for instance. Also, Menu gets addSeparator() and
      addMenu() functions.
      
      Since the Iterator type has been merged to QML, tst_menu now uses it.
      
      Change-Id: I4a2f43ecce6671885e523d720e4e1315eca8616e
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      bdc87295
  9. 14 Mar, 2013 - 1 commit
  10. 13 Mar, 2013 - 3 commits
  11. 11 Mar, 2013 - 2 commits
  12. 06 Mar, 2013 - 2 commits
  13. 01 Mar, 2013 - 5 commits
  14. 28 Feb, 2013 - 1 commit
  15. 25 Feb, 2013 - 1 commit
  16. 21 Feb, 2013 - 3 commits
  17. 20 Feb, 2013 - 2 commits
  18. 14 Feb, 2013 - 1 commit
  19. 12 Feb, 2013 - 2 commits
  20. 11 Feb, 2013 - 1 commit
  21. 08 Feb, 2013 - 1 commit
  22. 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
  23. 04 Jan, 2013 - 2 commits
  24. 31 Dec, 2012 - 2 commits