1. Mar 06, 2013
  2. Mar 04, 2013
  3. Mar 01, 2013
  4. Feb 21, 2013
  5. Feb 19, 2013
  6. Feb 14, 2013
  7. Feb 09, 2013
  8. Feb 08, 2013
  9. 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
    • 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
  10. Feb 05, 2013
  11. Jan 14, 2013
  12. Jan 11, 2013
  13. Jan 04, 2013
  14. Dec 05, 2012
  15. Nov 20, 2012
  16. Nov 09, 2012
  17. Nov 08, 2012
  18. Aug 13, 2012
    • 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
  19. Jul 18, 2012
    • 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
  20. Jul 05, 2012
  21. Jul 03, 2012
  22. Jun 29, 2012
  23. May 31, 2012
  24. May 21, 2012
  25. 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
  26. May 14, 2012
    • 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
  27. May 06, 2012
  28. Apr 23, 2012
  29. 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