1. 14 Mar, 2013 - 1 commit
  2. 13 Mar, 2013 - 1 commit
    • 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
  3. 06 Mar, 2013 - 1 commit
  4. 04 Mar, 2013 - 1 commit
  5. 01 Mar, 2013 - 1 commit
  6. 21 Feb, 2013 - 2 commits
  7. 19 Feb, 2013 - 1 commit
  8. 14 Feb, 2013 - 2 commits
  9. 09 Feb, 2013 - 1 commit
  10. 08 Feb, 2013 - 1 commit
  11. 07 Feb, 2013 - 2 commits
    • 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
    • Jens Bache-Wiig's avatar
      Remove unused files · 5fd9dec6
      Jens Bache-Wiig authored
      
      Change-Id: I6610abeb38cb31c8e44627e83ed50b22f7af60f4
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      5fd9dec6
  12. 05 Feb, 2013 - 3 commits
  13. 14 Jan, 2013 - 2 commits
  14. 11 Jan, 2013 - 1 commit
  15. 04 Jan, 2013 - 2 commits
  16. 05 Dec, 2012 - 1 commit
  17. 20 Nov, 2012 - 2 commits
  18. 09 Nov, 2012 - 1 commit
  19. 08 Nov, 2012 - 2 commits
  20. 13 Aug, 2012 - 1 commit
    • Chris Adams's avatar
      Update given recent changes in QtDeclarative · f698d360
      Chris Adams authored
      
      Module APIs are now called singleton types.  These types no longer need
      to be accessed via a qualified import namespace.
      
      Module namespaces are now strictly enforced by the engine.  Plugins in
      a module must install types into the module's namespace and cannot
      overwrite types in other modules' namespaces.
      
      Change-Id: I49a5ec86224efadc6fd2d4b6d05f8f5b02fe18bb
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@nokia.com>
      f698d360
  21. 18 Jul, 2012 - 1 commit
    • Shawn Rutledge's avatar
      Port the FileDialog component for the Qt 5 components · 1c27f256
      Shawn Rutledge authored
      
      The following is from the original commit in the 4.x branch:
      Reuse QFileDialog to implement the FileDialog desktop component.
      old change-Ids: I9d64a87dd1885f298b2d7db690e4a26de3a2fb70
      which was written by Alberto Mardegan <mardy@users.sourceforge.net>
      and Ic4aac60ad1dcad7fc9c10caea36a6abd84ee6ce1
      Make the TopLevel.qml File menu show a file dialog.
      Also borrowed a couple more Tango icons for the Gallery example.
      
      Change-Id: Ia5abb2a0ae432e03fcbe46a7f682e891537593ab
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@nokia.com>
      1c27f256
  22. 05 Jul, 2012 - 1 commit
  23. 03 Jul, 2012 - 1 commit
  24. 29 Jun, 2012 - 1 commit
  25. 31 May, 2012 - 1 commit
  26. 21 May, 2012 - 2 commits
  27. 15 May, 2012 - 1 commit
    • 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
  28. 14 May, 2012 - 1 commit
    • Morten Johan Sorvig's avatar
      Port QWindowItem to Qt 5. · f92f1b72
      Morten Johan Sorvig authored
      
      Add ifdefs to the Qt 4 version. Depending on what
      branching strategy we chose we either merge this back
      to the master branch or strip out the Qt 4 code later
      on.
      
      Add QWindowWidget for embedding QWindows in QWidget
      hierarchies.
      
      QTopLevelWindow is still a QMainWindow (we want to
      re-use the menu implementation), but the center
      widget is now a QWidnowWidget with an embedded 
      QQuickView.
      
      
      Change-Id: I173878efc869d8224e7330a13b37e85730d8ecbf
      Reviewed-by: default avatarMorten Johan Sørvig <morten.sorvig@nokia.com>
      f92f1b72
  29. 06 May, 2012 - 1 commit
  30. 23 Apr, 2012 - 1 commit