1. Apr 18, 2013
  2. Apr 15, 2013
  3. Apr 12, 2013
  4. Mar 21, 2013
  5. Mar 13, 2013
    • Gabriel de Dietrich's avatar
      Menu: Remove 'model' property, ContextMenu · 8cc52b9d
      Gabriel de Dietrich authored
      
      In the near future, we hope that QML types like Creator/Instantiator
      (currently under review) will help simplify model binding, and object
      creation and deletion. Also, given the differences between QML models
      and QAbstractItemModel APIs, it's hard to provide a unified and
      elegant solution for this right now.
      
      ComboBox gets the part of the logic that ContextMenu was responsible
      for, extended to support string list and number models. Auto-tests
      updated and XFAIL removed where applicable.
      
      Change-Id: I9f5d4059644c495bffff76fb7c353e6fe7fde62e
      Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@digia.com>
      8cc52b9d
  6. Mar 12, 2013
  7. Mar 11, 2013
  8. Mar 06, 2013
  9. Mar 01, 2013
  10. Feb 25, 2013
  11. Feb 21, 2013
  12. Feb 15, 2013
  13. Feb 13, 2013
  14. Feb 12, 2013
  15. Feb 11, 2013
  16. Feb 08, 2013
  17. Feb 07, 2013
    • 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
  18. Jan 04, 2013
  19. Dec 20, 2012
  20. Dec 05, 2012
  21. Nov 20, 2012
  22. Oct 29, 2012
  23. May 21, 2012
  24. May 15, 2012
    • Morten Johan Sorvig's avatar
      Port menus to Qt 5. · 8a619f58
      Morten Johan Sorvig authored
      
      Copy over qtmenu and qtmenuitem from the Qt 4 branch.
      Register types in qstyleplugin.cpp.  
      
      Delete Menu.qml MenuItem.qml - no longer in use 
      and replaced by C++ code.
      
      Some porting was necessary, in particular changing
      QtMenuBase's base class from QObject to QtQuickItem.
      
      Bugs: On OS X the menu bar is displayed only ~50%
      if the time. Other platforms are not tested. 
      Context menus do not work.
      
      Change-Id: I4e9cc6952ec1c70dc28cfda2352ba9962b539b17
      Reviewed-by: default avatarMorten Johan Sørvig <morten.sorvig@nokia.com>
      8a619f58
  25. Apr 16, 2012
  26. Dec 06, 2011
    • 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. Sep 22, 2011
  28. Sep 21, 2011
  29. Jun 30, 2011