1. May 30, 2012
  2. May 29, 2012
  3. May 24, 2012
  4. May 22, 2012
    • Gunnar Sletta's avatar
      Add QQuickCanvas::update() · 6a942251
      Gunnar Sletta authored
      
      We would like to make a distinction between QQuickItem::update()
      which triggers updatePaintNode() to synchronize the scene
      graph and requesting the toplevel QQuickCanvas to be repainted.
      
      If we have this distinction in place it is possible for the
      scene graph to detect that the scene is unchanged and avoid
      rendering unless the user has explicitely asked for the
      canvas to be repainted, which is often the case when hooking
      into QQuickCanvas::beforeRender().
      
      Change-Id: Ibe77f58423593deb217ef9f8082fa12009f45daf
      Reviewed-by: default avatarSamuel Rødal <samuel.rodal@nokia.com>
      6a942251
  5. May 15, 2012
    • Glenn Watson's avatar
      Add hooks for declarative memory profiler. · e0eec47c
      Glenn Watson authored
      
      These macros effectively do nothing if the profiling library has not
      been preloaded. However, if the library is loaded they provide some
      additional context for each heap allocation, by tagging each
      subsequent allocation with the QML file that caused the allocation
      to occur.
      
      Change-Id: Ib1f56d0df0664e118e04e53e22a6942317b1baed
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      e0eec47c
  6. May 10, 2012
  7. May 08, 2012
  8. May 03, 2012
  9. May 02, 2012
  10. Apr 30, 2012
  11. Apr 25, 2012
  12. Apr 23, 2012
  13. Apr 20, 2012
  14. Apr 19, 2012
  15. Apr 17, 2012
  16. Apr 05, 2012
  17. Apr 02, 2012
  18. Mar 29, 2012
  19. Mar 28, 2012
  20. Mar 26, 2012
  21. Mar 25, 2012
  22. Mar 22, 2012
  23. Mar 21, 2012
  24. Mar 20, 2012
  25. Mar 19, 2012
  26. Mar 15, 2012
  27. Mar 13, 2012
  28. Mar 10, 2012
  29. Mar 09, 2012
  30. Mar 06, 2012
  31. Mar 05, 2012
  32. Mar 02, 2012
    • Laszlo Agocs's avatar
      Use velocity from touch events only when they are valid · 82a252af
      Laszlo Agocs authored
      
      Add the capability flags to the extended mouse events. Otherwise it is
      not possible to tell if the velocity is valid.
      
      While the original version is fine if velocity is guaranteed to be
      available whenever QT_TRANSLATE_TOUCH_TO_MOUSE is set, some platform
      and driver combinations, e.g.  the evdevtouch plugin that comes with
      Qt, do not provide velocity data in touch events. The touch-only mode
      of QML may be very useful in these cases too, we just need to fall
      back to the built-in velocity calculation.
      
      Change-Id: Iec5e7632a66380dc04c9435b09f5c173107bbe00
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      82a252af
  33. Mar 01, 2012
  34. Feb 28, 2012
  35. Feb 27, 2012
  36. Feb 24, 2012
  37. Feb 21, 2012