1. 31 May, 2013 - 1 commit
  2. 29 May, 2013 - 1 commit
  3. 27 May, 2013 - 1 commit
  4. 10 May, 2013 - 1 commit
  5. 30 Apr, 2013 - 1 commit
  6. 24 Mar, 2013 - 3 commits
  7. 21 Mar, 2013 - 2 commits
  8. 15 Mar, 2013 - 1 commit
  9. 14 Mar, 2013 - 1 commit
  10. 13 Mar, 2013 - 2 commits
    • J-P Nurmi's avatar
      ApplicationWindow: import QtQuick.Window 2.1 · 6cd0d991
      J-P Nurmi authored
      
      To get the new properties (minimum/maximum width/height etc.)
      that were introduced in 2.1.
      
      Note: uncommented also minimum width/height in gallery now that
      the properties exist in AppWindow.
      
      Change-Id: I2976dea3aa55cc63b91ef79687ac3504a62c0b15
      Reviewed-by: default avatarGabriel de Dietrich <gabriel.dedietrich@digia.com>
      6cd0d991
    • 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
  11. 11 Mar, 2013 - 1 commit
  12. 06 Mar, 2013 - 1 commit
  13. 04 Mar, 2013 - 1 commit
  14. 01 Mar, 2013 - 4 commits
  15. 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
  16. 25 Feb, 2013 - 1 commit
    • Gabriel de Dietrich's avatar
      Menu: Enable "click-select-release" behavior · 4cc6b22c
      Gabriel de Dietrich authored
      
      Some limitations in MouseArea force us to abandon the "one mouse area
      per menu item" implementation in favor of a menu-wide mouse area,
      where we track the position changes to highlight the menu item under
      the mouse cursor. This makes possible updating the highlighted menu
      item while keeping the mouse pressed.
      
      Also, we need to emit an extra mouse press event, from the menu popup
      window, so that the menu mouse area will receive any mouse release
      event the user may have triggered. This is because the initial mouse
      press event popping up the menu was made in another window, and
      MouseArea would only emit 'released' signals if the released button
      was already pressed.
      
      Change-Id: Id10dd61fcf9e38ef3d34a61b7172301802e9646c
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      4cc6b22c
  17. 22 Feb, 2013 - 1 commit
  18. 21 Feb, 2013 - 2 commits
  19. 13 Feb, 2013 - 1 commit
  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. 05 Feb, 2013 - 2 commits
  24. 17 Jan, 2013 - 1 commit
  25. 14 Jan, 2013 - 1 commit
  26. 11 Jan, 2013 - 1 commit
  27. 21 Dec, 2012 - 1 commit
  28. 20 Nov, 2012 - 1 commit
  29. 12 Nov, 2012 - 1 commit
  30. 09 Nov, 2012 - 2 commits