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