Menu

Conan for Qt / News: Recent posts

Happy New Year

No Conan is not dead yet, and yes I expect to start working on a new version later this year.

Currently all Conan introspection code is mixed-in with all the GUI code. For the near future I would like to refactor Conan and separate the GUI from the non GUI code. This would allow anyone to roll their own Conan widget, or f.e. to use only the signal spies in there own application.

Posted by Elmar de Koning 2012-01-08

Conan for Qt v1.0.2 Released

Conan for Qt v1.0.2 has been released. This is a minor release that adds support for Qt 4.7.2, and extends the ConanWidget API for easier integration of Conan into other libraries, such as Qtilities.org.

Posted by Elmar de Koning 2011-03-31

Conan for Qt v1.0.1 Released

Conan for Qt v1.0.1 has been released. This is a minor release that adds support for Qt 4.7.1, and fixes a compilation issue on a 64-bit OS.

Posted by Elmar de Koning 2010-12-15

Conan for Qt v1.0.0 Released

Conan for Qt v1.0.0 has been released. This release consists of a source code package and a win32 demo application. The main new feature of this release is the ability to diconnect signal/slot connections at run-time. Other improvements include: various global QObjects can now be 'discovered' with Conan, usage of STL containers and algorithms has been replcaed by their Qt counterparts.

Conan has also been granted an Editor's Pick Award by FamousWhy.com (http://download.famouswhy.com/conan_for_qt/)!

Posted by Elmar de Koning 2010-10-24

Conan for Qt v0.9.8 Released

Conan is a C++ library that provides run-time introspection of QObject hierarchies, QObject inheritance, signal/slot connections, and signal emissions. Its main use is to help you track down problems related to signal/slot connections.

This is a minor release that adds support for Qt 4.7.0, and resolves several compilation issues when compiling under Linux.

Posted by Elmar de Koning 2010-09-27

Conan for Qt: v0.9.7 Released

Conan is a C++ library that provides run-time introspection of object hierarchies, object inheritance, signal/slot connections, and signal emissions.

This release has support for Qt 4.6.0 - Qt 4.6.3 and adds two new features:
-Export to XML - export the selected QObject hierarchy including all signals, slots and active connections to XML.
-A class information viewer - shows the extra information associated to a class using Q_CLASSINFO.... read more

Posted by Elmar de Koning 2010-06-17

Conan and Qt 4.6

Currently, Conan will not work with Qt 4.6! Various parts of the private Qt-API that Conan uses have changed (mainly QObject internals). I'm aware of this issue and hope to release an updated version in December.

Posted by Elmar de Koning 2009-11-20

Conan for Qt: demo application released

The Conan for Qt 0.9.5 release has been extended with a demo application. This demo is a Windows (XP/Vista) application that demonstrates the run-time introspection abilities and ease of use of Conan. The demo consists of the ConanWidget that has been configured to work on itself. This means it can be used to examine the internals of Conan.

Posted by Elmar de Koning 2009-07-10

Conan for Qt: v0.9.5 Released

Conan is a C++ library that provides visual run-time introspection of QObject hierarchies, QObject inheritance, signal/slot connections, and signal emissions. This release adds support for Qt 4.5.2, Qt Creator and qmake.

Posted by Elmar de Koning 2009-07-06

Conan for Qt: v0.9.4 Released

Conan is a C++ library that provides visual run-time introspection of QObject hierarchies, QObject inheritance, signal/slot connections, and signal emissions.
This release adds support for Qt 4.5.1, and provides dynamic signal spies that makes it possible to monitor and log signal emissions.

Posted by Elmar de Koning 2009-06-13

Conan for Qt: v0.9.2 Released

Conan for Qt: v0.9.2 has just been released.

Conan is a C++ library that provides run-time introspection of signal/slot connections.

This release adds support for Qt 4.5.0, and provides a new feature that makes it possible to search for duplicate signal connections.

Posted by Elmar de Koning 2009-03-25

Conan for Qt: v0.9.0 Released

This is the first release of Conan, which is a C++ library that provides run-time introspection of signal/slot connections. Currently Conan only supports Qt 4.4.3.

The main feature of Conan is the ConanWidget. This widget can discover existing QObject hierarchies and display extensive information about all signals, slots and active connections for any QOject.

Posted by Elmar de Koning 2009-03-11