Skip to content

Releases: KDAB/GammaRay

GammaRay 2.2.0

31 Oct 21:20
Compare
Choose a tag to compare

Highlights of this Release:

  • New translation inspector plug-in.
  • New signal monitor and object lifetime plotter plug-in.
  • Support displaying of QQmlListProperty contents.
  • Expose signal/slot spy callback API to plug-ins.
  • Improved state machine visualization using KDSME.
  • Support for QQmlTimer in the timertop plug-in.
  • Support exporting of QResource data.
  • Improved QSGMaterial viewer.
  • Various performance improvements for the QtQuick2 remote preview.
  • Improved Qt 5.4 compatibility.
  • Fix handling of large images in the resource browser.
  • Support for manually emitting signals, and improved method display.

Prebuilt (against Qt4) packages for some popular Linux distributions can be found at:
https://build.opensuse.org/project/repositories/isv:KDAB/GammaRay2.2

For more information about GammaRay, please visit
http://www.kdab.com/gammaray

GammaRay 2.1.2

23 Oct 14:56
Compare
Choose a tag to compare

Highlights of this Release:

  • Fix crash when selecting the scene graph root node.
  • Fix two asserts in Qt 5.4 when dealing with connections to slot objects.
  • Fix build with Vivante OpenGL ES2 stack.
  • Build fixes for Android.
  • Fix build issues with Qt5.4 and Clang.
  • Fix minor compiler warnings and Coverity Scan issues.

Prebuilt (against Qt4) packages for some popular Linux distributions can be found at:
https://build.opensuse.org/project/repositories/isv:KDAB

For more information about GammaRay, please visit
http://www.kdab.com/gammaray

Gammaray 2.1.1

30 Aug 18:50
Compare
Choose a tag to compare

Highlights of this Release:

  • Fix invoking non-slot methods with arguments.
  • Fix QtQuick2 preview not showing any content with Qt 5.2 or older.
  • Fix crash when encountering tooltips in Qt5 targets.
  • Fix deadlock in object list model.
  • Fix QGraphicsView scene selection in in-process mode.
  • Fix debug message handler for Qt5.
  • A missing relocatable startup hook is no longer fatal with Qt 5.4.
  • Fix Qt 5.4 compatibility of the QtQuick2 preview.

Prebuilt (against Qt4) packages for some popular Linux distributions can be found at:
https://build.opensuse.org/project/repositories/isv:KDAB

For more information about GammaRay, please visit
http://www.kdab.com/gammaray

GammaRay 2.1.0

27 Jun 21:41
Compare
Choose a tag to compare

Announcing GammaRay 2.1.0
Now with the much requested support for QtQuick 2!

Highlights of this Release:

  • Aggregated property view combining static, dynamic and non-QObject property views.
  • Qt5Qml/Qt5Quick support
  • Probe ABI auto-detection on Linux, Mac and Windows.
  • Support to navigate to objects that are property values.
  • Plug-ins can now add specialized tabs to the property view.
  • Support adding and deleting dynamic QObject properties.
  • Support for "hidden" plug-ins, ie. plug-ins that only provide type support but no own tool view.
  • Support KDE Frameworks 5 in the KJob tracker plug-in.
  • Support for Qt 5.4 object creation/destruction callbacks.
  • Improved connection view, and support for viewing connections in Qt5 applications.

Prebuilt (against Qt4) packages for some popular Linux distributions can be found at:
https://build.opensuse.org/project/repositories/isv:KDAB

GammaRay is a tool to poke around in a Qt-application and also to manipulate
the application to some extent. GammaRay uses various DLL injection
techniques to hook into an application at runtime and provide access to a
lot of interesting information.

For more information about GammaRay, please visit
http://www.kdab.com/gammaray

GammaRay 2.0.2

18 Apr 16:54
Compare
Choose a tag to compare

Version 2.0.2:

  • Restore compatibility with Qt4.7
  • Avoid leaking shared-memory in case of crashes of gammaray-client
  • Fix various crashes
  • Fix various crashes with heavily multithreaded debuggees