Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: KDAB/GammaRay

Release v3.3.0

01 Oct 14:15

Choose a tag to compare

  • Drop Qt 5 support, minimum is 6.5 now. v3.2 will still get releases if Qt 5 fixes are needed and critical fixes are backported.
  • Add support for LLVM MinGW on Windows
  • Fix GammaRay UI not appearing sometimes on Windows
  • Update LZ4 to v1.10.0
  • Fix build with Qt 6.10

Release v3.2.2

25 Aug 08:42

Choose a tag to compare

  • Fix GammaRay GUI not showing up on Windows

Release v3.2.1

15 Jul 14:02
7585c40

Choose a tag to compare

  • Fix infinite in loop QuickSceneGraphModel::itemForSgNode() (#1070). Fixes hang when using multi-window QtQuick applications.

Release v3.2.0

15 May 15:51

Choose a tag to compare

  • Source tarballs no longer ship 60MB of KDStateMachineEditor/Graphviz Windows dll binaries
    If you're a packager using source tarballs then package and add KDStateMachineEditor as optional dependency.
    If you're not a packager, then build from git, which has the submodule.
  • Bump KDStateMachineEditor submodule from 2.0.0 to 2.1.0
  • Build fixes regarding Qt 6.9
  • Build fixes regarding new Windows SDK versions
  • Support for Qt versions upto Qt 6.9
  • Improved ux for small window size by making better use of available space
  • FreeBSD support
  • Re-enable ability to switch render modes under Qt 6

GammaRay 3.1.0

26 Jul 21:15

Choose a tag to compare

Highlights in this Release:

  • Qt5 versions less than 5.15 are no longer supported
  • Qt6 versions less that 6.3 are no longer supported
  • Qt IVI is no longer supported
  • Fix inspection of graphics scenes with nested items
  • Fix QQuickWidget support for Qt6
  • Support 3rdparty submodules for KDStateMachineEditor (with graphviz)
  • Support inspection of QSplitter properties
  • Support introspection of Qt PySide apps
  • Show more font properties in the font browser, and allow searching for fonts
  • Show all timezone name variants in the timezone browser
  • Make probe settings configurable via AndroidManifest.xml

GammaRay 3.0.0

04 Sep 15:40

Choose a tag to compare

Highlights in this Release:

  • Port to Qt6.
  • Network operations now optionally allow capturing HTTP response body.
  • Objects can now be favorited via context menu. A favorited object appears in a separate item view above the main itemview
  • Add support for modifying QMargins in properties
  • Allow zooming with mouse wheel in Signals view
  • Filtering for an object now automatically expands the tree and selects the object
  • Fix a crash when an object is reparented
  • Improved performance of signals view
  • Improved performance when target application triggers massive object destructions/constructions
  • Remove the KDAB commercial license.
  • Remove the 3D Widget Inspector View.
  • Remove the experimental VTK-based Object Visualizer.
  • Update 3rdparty/backward-cpp to version 1.6.
  • Update 3rdparty/lz4 to version 1.9.4.
  • Update 3rdparty/StackWalker.
  • Increase CMake requirement to version 3.16.0.

GammaRay 2.11.3

17 Oct 20:48

Choose a tag to compare

WARNING: Starting with version 2.11.0 GammaRay no longer supports Qt4

Highlights in this Release:

  • Increase CMake requirement to version 3.4.0 (reflecting reality).
  • Update 3rdparty/StackWalker.
  • Update 3rdparty/backward-cpp.
  • Don't fail self-test for lldb version 10.x.
  • Support for CMAKE_SYSTEM_PROCESSOR amd64.
  • Fix crash when editing the margins property of a QtCharts/ChartView.
  • Fix crash when attaching to an ASAN-enabled application.
  • Register stream operators for Qt::CaseSensitivity.
  • Clean some runtime, compile , CMake warnings, etc.

GammaRay 2.11.2

21 Sep 15:20

Choose a tag to compare

WARNING: Starting with version 2.11.0 GammaRay no longer supports Qt4

Highlights in this Release:

  • Prefer picking QtQuick items in fully visible parent-child chains.
  • Fix deadlock with Qt 5.15 on high DPI screens.
  • Fix QtQuick detection on older macOS versions.
  • Support for Qt 5.15.

GammaRay 2.11.1

06 Mar 19:49

Choose a tag to compare

WARNING: Starting with version 2.11.0 GammaRay no longer supports Qt4

Highlights in this Release:

  • Add OpenGL ES2 fallback for the Qt3D geometry inspector.
  • Fix assert on empty text document selections.
  • Fix side-effects of using the widget layout overlay on a QSplitter.
  • Fix merging of events in the event monitor.
  • Fix event order in the event monitor.
  • Add event propagation detection for QtQuick pointer events.
  • Fix compilation with QT_NO_OPENGL and QT_NO_SSL.
  • Adapt QtQuick software renderer inspector to changes in Qt 5.14.
  • Fix Android support with Qt 5.14.
  • Fix memory leak in event recording when Qt Quick remote view is active.
  • Fix possible crash during probe destruction.
  • Fix crash due to signal spy changes in Qt 5.14.
  • Fix possible crash in the outbound connections view.

GammaRay 2.11.0

05 Jul 17:00

Choose a tag to compare

WARNING: Starting with version 2.11.0 GammaRay no longer supports Qt4

Highlights in this Release:

  • Drop support for Qt 4 and Qt <= 5.4.
  • Drop support for MSVC 2010 and MSVC 2012, as well as GCC < 4.8.
  • Add support for more QtNetwork properties.
  • Add new network operations monitoring tool.
  • Fix inspection of QJson types.
  • Add thread affinity check to the problem reporter.
  • Add new event monitoring tool.
  • Initial forward compatibility with Qt6 build system.
  • Improved performance of the Qt Quick 2 inspector and the signal monitor.