1. 26 Sep, 2013 - 1 commit
  2. 25 Sep, 2013 - 1 commit
  3. 17 Sep, 2013 - 1 commit
  4. 09 Sep, 2013 - 1 commit
    • Chris Meyer's avatar
      Add support for external drag and drop in Quick items. · 39145921
      Chris Meyer authored
      
      Add dragType enums with values of None, Automatic, Internal (default).
      Setting to Automatic allows startDrag to be called automatically.
      Setting to Internal (default) retains old behavior.
      
      Add mimeData to Drag item to enable external drags.
      
      Call startDrag to start drag manually or change from internal drag to
      external drag. Added events dragStarted and dragFinished that get
      invoked from startDrag.
      
      Mime data must be specified in the mimeData property as
      mime-type / data pairs.
      
      Moved QQuickDrag from qquickmousearea* files to qquickdrag* files to
      reduce header interdependencies that caused linking errors in other
      modules and also to improve code organization.
      
      Allow DropArea to receive and process external data.
      
      Introduced new variable containsDrag to QQuickDropAreaPrivate. This
      replaces mimeData which was previously being used to determine if a
      drop operation was currently occurring. The problem was that mimeData
      was being externally destructed.
      
      Also introduced accessor methods for getting color, html, image, text,
      and urls out of the drop. This facilitates dropping of external data of
      those types onto a DropArea.
      
      Added example quick/externaldraganddrop.
      
      Task-number: QTBUG-27498
      Change-Id: I1420df7c161ea3399e49a23305273e106baa246f
      Reviewed-by: default avatarAlan Alpert (Personal) <416365416c@gmail.com>
      39145921
  5. 08 Sep, 2013 - 1 commit
  6. 07 Sep, 2013 - 1 commit
    • Thiago Macieira's avatar
      Remove variables that aren't being used right now · 25f5d375
      Thiago Macieira authored
      
      Found by ICC.
      
       src/quick/items/qquicktextcontrol.cpp(78): error #2415: variable "fullWidthSelection" of static storage duration was declared but never referenced
       src/quick/items/qquicktextinput.cpp(2696): error #2415: variable "textCursorWidth" of static storage duration was declared but never referenced
       src/quick/items/qquicktextinput.cpp(2697): error #2415: variable "fullWidthSelection" of static storage duration was declared but never referenced
       src/quick/scenegraph/qsgthreadedrenderloop.cpp(164): error #2415: variable "WM_LockAndSync" of static storage duration was declared but never referenced
       src/quick/scenegraph/qsgthreadedrenderloop.cpp(181): error #2415: variable "WM_UpdateLater" of static storage duration was declared but never referenced
      
      Change-Id: I60b5cce79d7be5f909b690f97ffa93ea00d3c044
      Reviewed-by: default avatarAlan Alpert <aalpert@blackberry.com>
      25f5d375
  7. 06 Jun, 2013 - 1 commit
  8. 08 May, 2013 - 1 commit
  9. 06 May, 2013 - 1 commit
  10. 25 Apr, 2013 - 1 commit
  11. 23 Apr, 2013 - 2 commits
  12. 18 Apr, 2013 - 1 commit
  13. 16 Apr, 2013 - 1 commit
    • Gabriel de Dietrich's avatar
      TextInput: Fix cursor height · 77dbda72
      Gabriel de Dietrich authored
      
      On many platforms, the current cursor looks too tall. The logic used
      in this patch is inspired by what we have in QTextLayout::drawCursor().
      It still looks too tall on Mac, but so it does in Qt Widgets.
      
      QQuickTextInput::positionToRectangle() has also been updated for consistency.
      
      Change-Id: I69b8ad246238d54db370db639a319a3edba6d78a
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      77dbda72
  14. 02 Apr, 2013 - 1 commit
  15. 07 Mar, 2013 - 2 commits
  16. 04 Mar, 2013 - 1 commit
  17. 15 Feb, 2013 - 1 commit
  18. 31 Jan, 2013 - 1 commit
  19. 10 Jan, 2013 - 1 commit
  20. 19 Dec, 2012 - 1 commit
    • Frederik Gladhorn's avatar
      Accessibility: Improve interface handling in Quick · c8ef32e2
      Frederik Gladhorn authored
      
      This changes how interfaces are handled:
      the QAccessibleQuickItem will simply subclass
      all interfaces and dynamically return 0 or the
      appropriate interface_cast.
      
      This makes our implementation a lot more flexible.
      To make use of the value interface, only a value
      property is needed (together with a corresponding role).
      
      Since the implementation of the interfaces became simpler,
      the value interface and some text interface improvements
      go along with the change.
      
      Change-Id: I003ec3016d48d730a4acac467bce322167842f4d
      Reviewed-by: default avatarJan Arve Sæther <jan-arve.saether@digia.com>
      c8ef32e2
  21. 29 Nov, 2012 - 1 commit
  22. 26 Nov, 2012 - 1 commit
  23. 08 Nov, 2012 - 1 commit
  24. 19 Oct, 2012 - 1 commit
  25. 23 Sep, 2012 - 1 commit
  26. 08 Aug, 2012 - 1 commit
    • Bea Lam's avatar
      Fix uses of various qml doc commands · b2120f68
      Bea Lam authored
      
      Signals documented with \qmlsignal should indicate handler name,
      i.e. 'onSignal' rather than 'signal'.
      
      Methods documented with \qmlmethod do not need to document 'void'
      return values.
      
      Also the name of any documented attribute should be qualified
      with 'QtQuick2::<qmltype>'.
      
      Change-Id: I206dd9e8f39c3b84e029ae9d4101b05d0bfb3478
      Reviewed-by: default avatarAndrew den Exter <andrew.den-exter@nokia.com>
      b2120f68
  27. 06 Aug, 2012 - 2 commits
  28. 03 Aug, 2012 - 1 commit
  29. 30 Jul, 2012 - 1 commit
  30. 24 Jul, 2012 - 1 commit
  31. 17 Jul, 2012 - 2 commits
  32. 16 Jul, 2012 - 1 commit
  33. 11 Jul, 2012 - 1 commit
  34. 10 Jul, 2012 - 1 commit
  35. 05 Jul, 2012 - 1 commit
  36. 04 Jul, 2012 - 1 commit