Hrvoje Senjan 2015-07-11 16:39:15 +00:00 committed by Git OBS Bridge
parent 9829627998
commit 5c3569b760
4 changed files with 41 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5eb24c11be453b139457b799786327b5a7a624a8c5e1b224eb2dd3f70cca94fb
size 865655

3
gammaray-2.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3da28ff1f7ac5534e518a9d4a7b5d7d22267490d3ab3ae094b0592d33244799
size 1452603

View File

@ -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

View File

@ -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+