Changelog for
gammaray-qt6-3.0.0-2.6.i586.rpm :
* Sat Nov 25 2023 Fabian Vogt
- Add dependency for the matching shared libraries
* Tue Sep 05 2023 Christophe Marin - Update to 3.0.0
* 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 re-parented
* 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.- Add patches:
* 0001-Fix-doc-tools-detection.patch
* gammaray-gles.patch- Add a Qt6 flavor- Move plugins to a -shared subpackage. gammaray-shared and gammaray-qt6-shared can be coinstalled and allow debugging Qt5 or Qt6 applications.
* Tue Dec 28 2021 Fabian Vogt - Drop Fix_icons_installation.patch and package scaled icons
* Wed Oct 20 2021 Antonio Larrosa - Fix build by fixing the %files section for renamed/removed files
* Wed Oct 20 2021 Antonio Larrosa - Update to version 2.11.3
* 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.
* Thu Aug 05 2021 Christophe Giboudeaux - Remove the duplicate category from the desktop file.
* Tue Jun 08 2021 Christophe Giboudeaux - Don\'t build gammaray with glslang on Tumbleweed. The glslang 11.4.0 update broke the build.
* Mon Dec 28 2020 Wang Jun - Update to version 2.11.2
* 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.- Drop patches, now upstream:
* 0001-Fix-build-with-Qt-5.15.patch
* fix-build-with-qt-5.15-again.patch
* Tue Jun 02 2020 Fabian Vogt - Add another patch to fix build against Qt 5.15:
* fix-build-with-qt-5.15-again.patch
* Thu May 07 2020 Fabian Vogt - Update to 2.11.1:
* 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.- Drop patches, now upstream:
* 0001-Fix-build-against-Qt-5.14.patch