1. 30 Oct, 2014 - 3 commits
  2. 29 Oct, 2014 - 2 commits
    • J-P Nurmi's avatar
      Repeater & itemviews: fix setModel() JS array handling · cf959b4b
      J-P Nurmi authored
      
      QVariant comparison in setModel() started failing because
      JS arrays are now passed as a QJSValue. Re-assigning the
      same array content should not trigger a model change.
      
      This change restores the old behavior it had before, when
      JS arrays were passed as QVariantLists.
      
      Change-Id: I1882b3531f2893b116dbd817edeecab1ae812ce8
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
      cf959b4b
    • Daniel d'Andrada's avatar
      Remove mouse grabber if touch used for mouse emulation has been grabbed · 4b7dc1cf
      Daniel d'Andrada authored
      
      If an item grabs a touch that is currently being used for mouse pointer
      emulation, the current mouse grabber should lose the mouse as mouse
      events will no longer be generated from that touch point.
      
      Example of what happens without this patch:
      -User touches a MouseArea. It gets pressed.
      -Some other item grabs that touch.
      -This touch eventually ends.
      -The MouseArea would still be pressed.
      And what will happens instead after this patch:
      -User touches a MouseArea. It gets pressed.
      -Some other item grabs that touch.
      -The MouseArea gets canceled and released
      -This touch eventually ends.
      
      Change-Id: I24114f18be564553a4a768243bb20379affe7a8f
      Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
      4b7dc1cf
  3. 28 Oct, 2014 - 3 commits
  4. 27 Oct, 2014 - 10 commits
  5. 24 Oct, 2014 - 7 commits
  6. 23 Oct, 2014 - 9 commits
  7. 22 Oct, 2014 - 6 commits