[Interest] [ANNOUNCE] GammaRay 2.11.0

2019-07-05 Thread Allen Winter via Interest
Announcing GammaRay 2.11.0

Highlights of this Release:
=
 * Drop support for Qt 4 and Qt <= 5.4.
 * Drop support for MSVC 2010 and MSVC 2012, as well as GCC < 4.8.
 * Add support for more QtNetwork properties.
 * Add new network operations monitoring tool.
 * Fix inspection of QJson types.
 * Add thread affinity check to the problem reporter.
 * Add new event monitoring tool.
 * Initial forward compatibility with Qt6 build system.
 * Improved performance of the Qt Quick 2 inspector and the signal monitor.

The source code can be found on GitHub at: https://github.com/KDAB/GammaRay
Tarballs and zipballs for v2.11.0 are available from: 
https://github.com/KDAB/GammaRay/releases

For Linux users:
 * we provide pre-built packages for some popular distributions at:
https://software.opensuse.org/package/gammaray

For OSX users:
 * we provide a homebrew recipe, see:
https://github.com/KDAB/homebrew-tap

For Windows users:
 * you'll need to build from source

GammaRay is a tool to poke around in a Qt-application and also to manipulate 
the application to some extent. GammaRay uses various DLL injection
techniques to hook into an application at runtime and provide access to a
lot of interesting information.

For more information about GammaRay, please see:
 * the KDAB GammaRay home page at http://www.kdab.com/gammaray
 * the GammaRay wiki at https://github.com/KDAB/GammaRay/wiki
 * the GammaRay User Manual at https://docs.kdab.com/gammaray-manual/latest/
 * the GammaRay API doc at https://docs.kdab.com/gammaray/latest/

-- 
Allen Winter | allen.win...@kdab.com | Senior Software Engineer
KDAB (USA) LLC, a KDAB Group company
Tel. USA +1-866-777-KDAB(5322) ext3
KDAB - The Qt, C++ and OpenGL Experts


smime.p7s
Description: S/MIME cryptographic signature
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [ANNOUNCE] GammaRay 2.11.0

2019-07-05 Thread Vadim Peretokin
The Ubuntu 18.04 .deb does not seem to work:

vadi@volga:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
vadi@volga:~/Downloads$ sudo dpkg -i gammaray_2.11.0_amd64.deb
[sudo] password for vadi:
Selecting previously unselected package gammaray.
(Reading database ... 357335 files and directories currently installed.)
Preparing to unpack gammaray_2.11.0_amd64.deb ...
Unpacking gammaray (2.11.0) ...
dpkg: dependency problems prevent configuration of gammaray:
 gammaray depends on kdstatemachineeditor; however:
  Package kdstatemachineeditor is not installed.
 gammaray depends on libqt5quickwidgets5 (>= 5.5.0); however:
  Package libqt5quickwidgets5 is not installed.

dpkg: error processing package gammaray (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
 gammaray
vadi@volga:~/Downloads$

On Fri, Jul 5, 2019 at 7:33 PM Allen Winter via Interest <
interest@qt-project.org> wrote:

> Announcing GammaRay 2.11.0
>
> Highlights of this Release:
> =
>  * Drop support for Qt 4 and Qt <= 5.4.
>  * Drop support for MSVC 2010 and MSVC 2012, as well as GCC < 4.8.
>  * Add support for more QtNetwork properties.
>  * Add new network operations monitoring tool.
>  * Fix inspection of QJson types.
>  * Add thread affinity check to the problem reporter.
>  * Add new event monitoring tool.
>  * Initial forward compatibility with Qt6 build system.
>  * Improved performance of the Qt Quick 2 inspector and the signal monitor.
>
> The source code can be found on GitHub at:
> https://github.com/KDAB/GammaRay
> Tarballs and zipballs for v2.11.0 are available from:
> https://github.com/KDAB/GammaRay/releases
>
> For Linux users:
>  * we provide pre-built packages for some popular distributions at:
> https://software.opensuse.org/package/gammaray
>
> For OSX users:
>  * we provide a homebrew recipe, see:
> https://github.com/KDAB/homebrew-tap
>
> For Windows users:
>  * you'll need to build from source
>
> GammaRay is a tool to poke around in a Qt-application and also to
> manipulate
> the application to some extent. GammaRay uses various DLL injection
> techniques to hook into an application at runtime and provide access to a
> lot of interesting information.
>
> For more information about GammaRay, please see:
>  * the KDAB GammaRay home page at http://www.kdab.com/gammaray
>  * the GammaRay wiki at https://github.com/KDAB/GammaRay/wiki
>  * the GammaRay User Manual at
> https://docs.kdab.com/gammaray-manual/latest/
>  * the GammaRay API doc at https://docs.kdab.com/gammaray/latest/
>
> --
> Allen Winter | allen.win...@kdab.com | Senior Software Engineer
> KDAB (USA) LLC, a KDAB Group company
> Tel. USA +1-866-777-KDAB(5322) ext3
> KDAB - The Qt, C++ and OpenGL Experts
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [ANNOUNCE] GammaRay 2.11.0

2019-07-05 Thread Elvis Stansvik
Den fre 5 juli 2019 kl 21:03 skrev Vadim Peretokin :
>
> The Ubuntu 18.04 .deb does not seem to work:
>
> vadi@volga:~$ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 18.04.2 LTS
> Release: 18.04
> Codename: bionic
> vadi@volga:~/Downloads$ sudo dpkg -i gammaray_2.11.0_amd64.deb
> [sudo] password for vadi:
> Selecting previously unselected package gammaray.
> (Reading database ... 357335 files and directories currently installed.)
> Preparing to unpack gammaray_2.11.0_amd64.deb ...
> Unpacking gammaray (2.11.0) ...
> dpkg: dependency problems prevent configuration of gammaray:
>  gammaray depends on kdstatemachineeditor; however:
>   Package kdstatemachineeditor is not installed.
>  gammaray depends on libqt5quickwidgets5 (>= 5.5.0); however:
>   Package libqt5quickwidgets5 is not installed.
>
> dpkg: error processing package gammaray (--install):
>  dependency problems - leaving unconfigured

This simply means you need to install kdstatemachineeditor and
libqt5quickwidgets5.

Remember that unlike e.g. apt, dpkg does not install dependencies -
it's just a tool for installing a specific package.

You can fix up things (install kdstatemachineeditor and
libqt5quickwidgets5) either manually, or by running

sudo apt --fix-broken install

HTH,
Elvis

> Processing triggers for libc-bin (2.27-3ubuntu1) ...
> Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
> Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
> Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
> Rebuilding /usr/share/applications/bamf-2.index...
> Processing triggers for mime-support (3.60ubuntu1) ...
> Processing triggers for hicolor-icon-theme (0.17-2) ...
> Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
> Errors were encountered while processing:
>  gammaray
> vadi@volga:~/Downloads$
>
> On Fri, Jul 5, 2019 at 7:33 PM Allen Winter via Interest 
>  wrote:
>>
>> Announcing GammaRay 2.11.0
>>
>> Highlights of this Release:
>> =
>>  * Drop support for Qt 4 and Qt <= 5.4.
>>  * Drop support for MSVC 2010 and MSVC 2012, as well as GCC < 4.8.
>>  * Add support for more QtNetwork properties.
>>  * Add new network operations monitoring tool.
>>  * Fix inspection of QJson types.
>>  * Add thread affinity check to the problem reporter.
>>  * Add new event monitoring tool.
>>  * Initial forward compatibility with Qt6 build system.
>>  * Improved performance of the Qt Quick 2 inspector and the signal monitor.
>>
>> The source code can be found on GitHub at: https://github.com/KDAB/GammaRay
>> Tarballs and zipballs for v2.11.0 are available from: 
>> https://github.com/KDAB/GammaRay/releases
>>
>> For Linux users:
>>  * we provide pre-built packages for some popular distributions at:
>> https://software.opensuse.org/package/gammaray
>>
>> For OSX users:
>>  * we provide a homebrew recipe, see:
>> https://github.com/KDAB/homebrew-tap
>>
>> For Windows users:
>>  * you'll need to build from source
>>
>> GammaRay is a tool to poke around in a Qt-application and also to manipulate
>> the application to some extent. GammaRay uses various DLL injection
>> techniques to hook into an application at runtime and provide access to a
>> lot of interesting information.
>>
>> For more information about GammaRay, please see:
>>  * the KDAB GammaRay home page at http://www.kdab.com/gammaray
>>  * the GammaRay wiki at https://github.com/KDAB/GammaRay/wiki
>>  * the GammaRay User Manual at https://docs.kdab.com/gammaray-manual/latest/
>>  * the GammaRay API doc at https://docs.kdab.com/gammaray/latest/
>>
>> --
>> Allen Winter | allen.win...@kdab.com | Senior Software Engineer
>> KDAB (USA) LLC, a KDAB Group company
>> Tel. USA +1-866-777-KDAB(5322) ext3
>> KDAB - The Qt, C++ and OpenGL Experts
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> https://lists.qt-project.org/listinfo/interest
>
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest