Accepting request 574654 from home:alarrosa:branches:KDE:Extra
- Update to 2.9.0: * Improve Qt Quick Controls 2 tracer coloring. * Fix issues with QSG diagnostic render modes in combination with QQuickWidget. * Improve input validation in the connect dialog. * Fix Qt Quick remote view on targets without GL_BGRA support. * Add texture and texture atlas inspection for QSGMaterial using objects. * Only read and send the actually visible screen content in the Qt Quick remote view. * Support dynamic shaders in the QSGMaterial shader view. * Show vertex and fragment uniforms for shader effects in the QSGMaterial tab. * Fix crashes during changing/restoring QSG diagnostic render modes. * Batch row/column count requests for better remote model performance. * Drop support for CMake 2.8, at least 3.0 is required now. * Improved performance in the Qt Quick inspector. * Add support for QSGRenderNode. * Consider compiler version as part of the probe ABI on Windows. * Fix multithreading issues in the timer inspector. * Add search line to timer inspector. * Add screenshot support in Qt Quick inspector. * Improve item picking support in Qt Quick inspector. * Add texture waste indicator to texture inspection tab. * Add color picker for remote views. * Add object navigation and source navigation to the timer inspector. * Add support for cross-architecture injection on Windows. * Add support for editing enum/flag properties not registered with the Qt meta object system. * Add network configuration view. * Improved indication that a target process is being inspected by GammaRay. * Add widget tab focus chain visualization. * Fix re-attaching to a target application on Windows. * Add QML binding inspector (requires Qt 5.10 or newer). * Add support for QtWebEngine to the web inspector tool. OBS-URL: https://build.opensuse.org/request/show/574654 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=29
This commit is contained in:
parent
5c6860822e
commit
d953fa42ff
@ -1,33 +1,33 @@
|
||||
diff --git a/ui/resources/CMakeLists.txt b/ui/resources/CMakeLists.txt
|
||||
index f0a9ac1c..c116f04c 100644
|
||||
--- a/ui/resources/CMakeLists.txt
|
||||
+++ b/ui/resources/CMakeLists.txt
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
Index: gammaray-2.9.0/ui/resources/CMakeLists.txt
|
||||
===================================================================
|
||||
--- gammaray-2.9.0.orig/ui/resources/CMakeLists.txt
|
||||
+++ gammaray-2.9.0/ui/resources/CMakeLists.txt
|
||||
@@ -1,14 +1,14 @@
|
||||
# See https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
|
||||
if(UNIX AND NOT APPLE AND GAMMARAY_BUILD_UI)
|
||||
foreach(size 16 24 32 48 64 128 256 512)
|
||||
- foreach(scale 1 2 3)
|
||||
+ #foreach(scale 1 2 3)
|
||||
set(scaled_size ${size}x${size})
|
||||
foreach(size 16 24 32 48 64 128 256 512)
|
||||
- foreach(scale 1 2 3)
|
||||
+ #foreach(scale 1 2 3)
|
||||
set(scaled_size ${size}x${size})
|
||||
set(source gammaray/GammaRay-${scaled_size}.png)
|
||||
|
||||
- if(${scale} GREATER 1)
|
||||
- set(scaled_size ${size}x${size}@${scale})
|
||||
- endif()
|
||||
+ #if(${scale} GREATER 1)
|
||||
+ # set(scaled_size ${size}x${size}@${scale})
|
||||
+ #endif()
|
||||
- if(${scale} GREATER 1)
|
||||
- set(scaled_size ${size}x${size}@${scale})
|
||||
- set(source gammaray/GammaRay-${scaled_size}x.png)
|
||||
- endif()
|
||||
+ #if(${scale} GREATER 1)
|
||||
+ # set(scaled_size ${size}x${size}@${scale})
|
||||
+ # set(source gammaray/GammaRay-${scaled_size}x.png)
|
||||
+ #endif()
|
||||
|
||||
- set(source gammaray/GammaRay-${scaled_size}x.png)
|
||||
+ set(source gammaray/GammaRay-${scaled_size}.png)
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${source})
|
||||
install(
|
||||
@@ -17,7 +17,7 @@ if(UNIX AND NOT APPLE AND GAMMARAY_BUILD_UI)
|
||||
DESTINATION "${ICON_INSTALL_DIR}/hicolor/${scaled_size}/apps" RENAME GammaRay.png
|
||||
)
|
||||
endif()
|
||||
- endforeach(scale)
|
||||
+ #endforeach(scale)
|
||||
endforeach(size)
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${source})
|
||||
install(
|
||||
@@ -16,7 +16,7 @@ if(UNIX AND NOT APPLE AND GAMMARAY_BUILD
|
||||
DESTINATION "${ICON_INSTALL_DIR}/hicolor/${scaled_size}/apps" RENAME GammaRay.png
|
||||
)
|
||||
endif()
|
||||
- endforeach()
|
||||
+ #endforeach()
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b01533a524d6f66e4e15d94b7528c7c4d6d8dfc104621849be6155df6b52fc3f
|
||||
size 8442832
|
3
gammaray-2.9.0.tar.gz
Normal file
3
gammaray-2.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ab3fb4ac3d7e82f37ed7c62e063505d52334338460cf31d91c99d485d1d7bc2
|
||||
size 9662773
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 12:04:59 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
- Update to 2.9.0:
|
||||
* Improve Qt Quick Controls 2 tracer coloring.
|
||||
* Fix issues with QSG diagnostic render modes in combination with QQuickWidget.
|
||||
* Improve input validation in the connect dialog.
|
||||
* Fix Qt Quick remote view on targets without GL_BGRA support.
|
||||
* Add texture and texture atlas inspection for QSGMaterial using objects.
|
||||
* Only read and send the actually visible screen content in the Qt Quick remote view.
|
||||
* Support dynamic shaders in the QSGMaterial shader view.
|
||||
* Show vertex and fragment uniforms for shader effects in the QSGMaterial tab.
|
||||
* Fix crashes during changing/restoring QSG diagnostic render modes.
|
||||
* Batch row/column count requests for better remote model performance.
|
||||
* Drop support for CMake 2.8, at least 3.0 is required now.
|
||||
* Improved performance in the Qt Quick inspector.
|
||||
* Add support for QSGRenderNode.
|
||||
* Consider compiler version as part of the probe ABI on Windows.
|
||||
* Fix multithreading issues in the timer inspector.
|
||||
* Add search line to timer inspector.
|
||||
* Add screenshot support in Qt Quick inspector.
|
||||
* Improve item picking support in Qt Quick inspector.
|
||||
* Add texture waste indicator to texture inspection tab.
|
||||
* Add color picker for remote views.
|
||||
* Add object navigation and source navigation to the timer inspector.
|
||||
* Add support for cross-architecture injection on Windows.
|
||||
* Add support for editing enum/flag properties not registered with the Qt meta object system.
|
||||
* Add network configuration view.
|
||||
* Improved indication that a target process is being inspected by GammaRay.
|
||||
* Add widget tab focus chain visualization.
|
||||
* Fix re-attaching to a target application on Windows.
|
||||
* Add QML binding inspector (requires Qt 5.10 or newer).
|
||||
* Add support for QtWebEngine to the web inspector tool.
|
||||
* Improved argument inspection in the QPainter analyzer.
|
||||
* Support paint analysis with the Qt Quick software renderer (requires Qt 5.9.3 or newer).
|
||||
* Improved Qt Quick anchor property display.
|
||||
* Fix property editing of gadget value types.
|
||||
* Fix interaction issues in string type property editor.
|
||||
* Add action to slow down Qt Quick animation timers.
|
||||
* Add support for visualizing clip areas in the Qt Quick software renderer.
|
||||
* Clear Qt Quick target overlay on GammaRay client disconnect.
|
||||
* Add automatic down-cast support to GammaRay metatype system.
|
||||
* Add QObject creation stack trace view.
|
||||
* Add source code navigation to the message browser stack trace view.
|
||||
* Add stack trace view for painter operations in the paint analyzer view.
|
||||
* Fix rpath support in probe ABI detection on macOS.
|
||||
* Fix user manual access on macOS.
|
||||
* Add profiling support to the paint analyzer.
|
||||
* Use relative RPATHs on Linux, to make installations fully relocatable.
|
||||
* Add mouse wheel zoom in the Qt 3D geometry inspector.
|
||||
* Improve performance of the Qt Quick scene graph model.
|
||||
* Improve editing of boolean properties.
|
||||
* Add diagnostic shading modes to the Qt 3D geometry inspector.
|
||||
* Support vertex picking in the Qt 3D geometry inspector.
|
||||
* Support Qt 3D painted textures in the paint analyzer.
|
||||
* Fix Qt 3D buffer decoding for tightly packed attributes.
|
||||
* Fix server-side decoration state going out-of-sync in the Qt Quick inspector.
|
||||
* Fix crash when validating dynamic meta objects.
|
||||
* Fix support of namespaced and semi-qualified enums/flags.
|
||||
|
||||
- Update to 2.8.2:
|
||||
* Fix high-dpi icon installation.
|
||||
* Fix documentation build with spaces in the path.
|
||||
* Fix build of the QtIvi inspector with Qt 5.10.
|
||||
* Fix detection of libdl.
|
||||
* Fix incomplete installation of multi-probe builds on second make install run.
|
||||
* Fix build issues in some Windows and cross-compilation setups.
|
||||
* Fix widget export action plugin loading on Windows.
|
||||
|
||||
- Rebase Fix_icons_installation.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 18:47:50 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gammaray
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define tarname GammaRay
|
||||
Name: gammaray
|
||||
Version: 2.8.1
|
||||
Version: 2.9.0
|
||||
Release: 0
|
||||
Summary: Introspection/Debugging Tool for Qt Applications
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user