Accepting request 438106 from home:alarrosa:branches:KDE:Extra

- Update to 2.6.0:
  * Reworked tool view handling, enabling deeper IDE integration of individual tools.
  * Merged model and selection model inspector.
  * Fixed crash when quickly changing selection in model inspector.
  * Add QMetaObject validation, identifying common problems with signal/slot declarations.
  * Support object navigation to and from the model and text document inspectors as well as the signal plotter.
  * Visualize model selections.
  * Allow to inspect model content also for disabled cells.
  * Show model cell flags in model inspector.
  * Fix sorting in object method view.
  * Fix handling of source model changes for proxy and selection models.
  * Add in-app picking for selection models and actions.
  * Extended the user manual with example problems diagnosed with GammaRay.
  * Allow to rescan the meta type database.
  * Add object navigation from the meta type view to the meta object browser.
  * Show registered comparison and stream operators in the meta type browser.
  * Add object navigation support to the action and timer inspectors.
  * Visualize enabled state in the action inspector too.
  * Support editing of nested properties of value types.
  * Fix various enum/flag display issues in the property view.
  * Fix AArch64 detection on ELF platforms.
  * Support ABI detection on systems without ldd.
  * Add Wayland compositor inspector.
  * Add advanced element picking mode for widget and Qt Quick inspectors.
  * Fix crash when encountering an empty translation context.
  * Extend user manual content.
  * Fix a number of memory leaks.
  * Fix crash when selecting a dangling top-level layout in the widget inspector.
  * Fix missing standard icon types in style inspector for some Qt versions.
  * Fix table layout in style inspector.

OBS-URL: https://build.opensuse.org/request/show/438106
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=11
This commit is contained in:
Luca Beltrame 2016-11-01 08:38:55 +00:00 committed by Git OBS Bridge
parent 59db080718
commit 706a8a152b
4 changed files with 44 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Oct 27 14:40:21 UTC 2016 - alarrosa@suse.com
- Update to 2.6.0:
* Reworked tool view handling, enabling deeper IDE integration of individual tools.
* Merged model and selection model inspector.
* Fixed crash when quickly changing selection in model inspector.
* Add QMetaObject validation, identifying common problems with signal/slot declarations.
* Support object navigation to and from the model and text document inspectors as well as the signal plotter.
* Visualize model selections.
* Allow to inspect model content also for disabled cells.
* Show model cell flags in model inspector.
* Fix sorting in object method view.
* Fix handling of source model changes for proxy and selection models.
* Add in-app picking for selection models and actions.
* Extended the user manual with example problems diagnosed with GammaRay.
* Allow to rescan the meta type database.
* Add object navigation from the meta type view to the meta object browser.
* Show registered comparison and stream operators in the meta type browser.
* Add object navigation support to the action and timer inspectors.
* Visualize enabled state in the action inspector too.
* Support editing of nested properties of value types.
* Fix various enum/flag display issues in the property view.
* Fix AArch64 detection on ELF platforms.
* Support ABI detection on systems without ldd.
* Add Wayland compositor inspector.
* Add advanced element picking mode for widget and Qt Quick inspectors.
* Fix crash when encountering an empty translation context.
* Extend user manual content.
* Fix a number of memory leaks.
* Fix crash when selecting a dangling top-level layout in the widget inspector.
* Fix missing standard icon types in style inspector for some Qt versions.
* Fix table layout in style inspector.
* Fix invalid memory access in palette model.
* Fix selecting entries in the resource browser.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 22 13:04:21 UTC 2016 - hrvoje.senjan@gmail.com Sat Oct 22 13:04:21 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -20,7 +20,7 @@
%define _pythonvtkused 0%(echo "%{_vtkVersion}" | grep -q '^6' && echo 1) %define _pythonvtkused 0%(echo "%{_vtkVersion}" | grep -q '^6' && echo 1)
%define tarname GammaRay %define tarname GammaRay
Name: gammaray Name: gammaray
Version: 2.3.0 Version: 2.6.0
Release: 0 Release: 0
Summary: Introspection/Debugging Tool for Qt Applications Summary: Introspection/Debugging Tool for Qt Applications
License: GPL-2.0+ License: GPL-2.0+
@ -104,6 +104,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_SKIP_INSTALL_RPATH=ON \ -DCMAKE_SKIP_INSTALL_RPATH=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_VERBOSE_MAKEFILE=ON \
-DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules \ -DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules \
-DQCH_INSTALL_DIR=%{_datadir}/gammaray/ \
$LIBSUFFIX $LIBSUFFIX
make VERBOSE=1 %{?_smp_mflags} make VERBOSE=1 %{?_smp_mflags}
@ -133,16 +134,19 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
%{_libdir}/gammaray/ %{_libdir}/gammaray/
%{_libdir}/libgammaray_*-qt5*.so.* %{_libdir}/libgammaray_*-qt5*.so.*
%{_libdir}/libgammaray_client.so.* %{_libdir}/libgammaray_client.so.*
%{_libdir}/libgammaray_launcher.so.*
%{_mandir}/man1/gammaray.* %{_mandir}/man1/gammaray.*
%if 0%{?suse_version} <= 1320 %if 0%{?suse_version} <= 1320
%dir %{_datadir}/appdata %dir %{_datadir}/appdata
%endif %endif
%{_datadir}/appdata/GammaRay.appdata.xml %{_datadir}/appdata/GammaRay.appdata.xml
%{_datadir}/gammaray
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libgammaray_*-qt5*.so %{_libdir}/libgammaray_*-qt5*.so
%{_libdir}/libgammaray_client.so %{_libdir}/libgammaray_client.so
%{_libdir}/libgammaray_launcher.so
%{_libdir}/cmake/GammaRay/ %{_libdir}/cmake/GammaRay/
%{_includedir}/%{name} %{_includedir}/%{name}
%{_libdir}/qt5/mkspecs/modules/qt_GammaRay*.pri %{_libdir}/qt5/mkspecs/modules/qt_GammaRay*.pri