From 5c3569b760eda6ff0148ffbd6f1901442fea3be19ff00cb95a285c427326f49a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 11 Jul 2015 16:39:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=5 --- gammaray-2.2.1.tar.gz | 3 --- gammaray-2.3.0.tar.gz | 3 +++ gammaray.changes | 37 +++++++++++++++++++++++++++++++++++++ gammaray.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 gammaray-2.2.1.tar.gz create mode 100644 gammaray-2.3.0.tar.gz diff --git a/gammaray-2.2.1.tar.gz b/gammaray-2.2.1.tar.gz deleted file mode 100644 index d420b5a..0000000 --- a/gammaray-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eb24c11be453b139457b799786327b5a7a624a8c5e1b224eb2dd3f70cca94fb -size 865655 diff --git a/gammaray-2.3.0.tar.gz b/gammaray-2.3.0.tar.gz new file mode 100644 index 0000000..548db48 --- /dev/null +++ b/gammaray-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3da28ff1f7ac5534e518a9d4a7b5d7d22267490d3ab3ae094b0592d33244799 +size 1452603 diff --git a/gammaray.changes b/gammaray.changes index 35948f2..6142ab5 100644 --- a/gammaray.changes +++ b/gammaray.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Jul 11 16:39:36 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 2.3.0: + * Add QtBluetooth support. + * Support local sockets next to TCP for connecting to the probe. + * Change probe plugin loading to be compatible with Android .apk + restrictions. + * Don't generate backtraces for GammaRay-caused qWarnings. + * Also show properties defined in a meta object in the meta + object browser. + * Add non-QObject meta object found via QMetaType to the meta + object browser (finds Q_GADGETs with Qt 5.5). + * Performance improvements in object tracking, remote model, + property view, signal spy and several other places. + * Ongoing refactoring work to enable embedding the + GammaRay client and launcher components into other + host applications. + * Add copy backtrace feature in the message browser. + * Improved UI-less build option for embedded targets. + * Fix various crashes, including when interacting with + QOpenGLContext, QDBusAdapter, QML ListModels or Qt containers + containing types that cannot be serialized. + * Make paint analyzing also work with Qt 5.5 despite the necessary + functionality being removed in Qt. + * Add support for static properties in the property view. + * Qt 5.5 compatibility. + * Initial support for QNX 6.6. + * Improved QtQuick2 in-app item picking. + * Fixed/improved tracking of object reparenting in the + object tree model. + * Fix widget layout overlay widget leaking into + object/widget tree. + * Optional compression support for the client/server communication, + speeds up debugging over slow USB connections. + * Fix initial selection in the model browser having no effect. + ------------------------------------------------------------------- Thu Apr 9 01:30:16 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/gammaray.spec b/gammaray.spec index a62d0f9..3481529 100644 --- a/gammaray.spec +++ b/gammaray.spec @@ -18,7 +18,7 @@ %define tarname GammaRay Name: gammaray -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Introspection/Debugging Tool for Qt Applications License: GPL-2.0+