1. 25 Nov, 2014 - 1 commit
  2. 24 Nov, 2014 - 1 commit
  3. 21 Nov, 2014 - 1 commit
  4. 20 Nov, 2014 - 1 commit
  5. 13 Nov, 2014 - 1 commit
  6. 07 Nov, 2014 - 4 commits
  7. 06 Nov, 2014 - 1 commit
  8. 05 Nov, 2014 - 3 commits
  9. 04 Nov, 2014 - 4 commits
  10. 03 Nov, 2014 - 1 commit
  11. 31 Oct, 2014 - 2 commits
  12. 30 Oct, 2014 - 9 commits
  13. 29 Oct, 2014 - 4 commits
  14. 28 Oct, 2014 - 2 commits
  15. 27 Oct, 2014 - 2 commits
  16. 24 Oct, 2014 - 3 commits
    • Samuel Nevala's avatar
      EditMenu shown for TextArea/Field on active focus gain. · 8b2d7ad3
      Samuel Nevala authored
      
      Don't load EditMenu at all on Android.
      
      Task-number: QTBUG-42094
      Change-Id: I94f10c4bbfc83ed30d166ef56863dfc956d1fb8e
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@theqtcompany.com>
      8b2d7ad3
    • Samuel Nevala's avatar
      Revert "SpinBox: hide VKB when appropriate" · 1e17bac2
      Samuel Nevala authored
      This reverts commit e64180b6
      
      .
      TextInput does commit & hide no need to do it here
      
      Change-Id: I29c9e9421afd957457c648dc07270ee5dd7ca8e5
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@theqtcompany.com>
      1e17bac2
    • Shawn Rutledge's avatar
      Dialogs: detect and handle dynamic creation with Window parent · 0f4266fb
      Shawn Rutledge authored
      
      When instantiating via Qt.createQmlObject('Dialog { }', window, "path")
      the dialog's parent will be the Window.  That was an unanticipated use
      case, but also a simpler one: if the platform does not support multiple
      windows, then we only need to construct the dialog and its decoration
      on top of that window's contentItem.  Or if there is to be a separate
      dialog window, then it should be transient for the main window.
      
      Also rearranged the parenting strategy around the fact that the
      application is always within a QQuickWindow: parentWindow() is
      responsible for finding it, and it's not necessary to recursively go
      up the Item hierarchy to find the root item if we are sure that
      there is a window, because the root item is that window's contentItem.
      
      Task-number: QTBUG-38578
      Change-Id: I79e0cf44f789701f5d40e5e9d0449a55947be907
      Reviewed-by: default avatarLiang Qi <liang.qi@theqtcompany.com>
      0f4266fb