Download List

Descripción del Proyecto

Qanava is a C++ library designed to display graphs on a Qt canvas. Qanava provide classes to generate various layouts of directed graphs and visualize their nodes with custom styles on a graphic canvas. Qanava is designed for applications with basic graph visualization needs such as Gantt charts, social networks, and document or network modelling applications. It is not meant for a complex interactive visualization of very large data sets.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-09-29 19:44
0.0.10

Esta versión usa QT 4.2.0 y el marco GraphicsView nuevo. Una biblioteca se agregó como un repositorio para los widgets se utiliza para mostrar elementos gráficos, tales como estilos o listas de nodos. Custom nodos de atributos, se añade ahora a los nodos a través de la interfaz gráfica. Un sistema de fábrica resumen permite el registro de los nodos de la costumbre que se mostrará en el punto de vista gráfico. Nuevos ejemplos demostrar modificaciones del estilo y la forma de ver los atributos de nodo personalizado (9 / 11 gráfico social).
Tags: Major feature enhancements
This release uses QT 4.2.0 and the new GraphicsView framework. A library was added as a repository for widgets used to display graph features, such as styles or node lists. Custom nodes attributes can now be added to nodes through the graph interface. An abstract factory system allows the registration of custom nodes to be displayed in the graph view. New samples demonstrate style modifications and how to display custom node attributes (9/11 social graph).

2006-06-09 17:23
0.0.8b

Esta versión corrige fallos graves en GraphItemView y GraphItemModel, y añade mejor soporte para la compilación de GCC. En la actualidad trabaja con el QT última KDE4-copia (QT 4.1.3).
Tags: Major bugfixes
This release fixes serious bugs in GraphItemView
and GraphItemModel, and
adds better support for GCC compilation. It now
works with the latest
KDE4 qt-copy (qt 4.1.3).

2006-05-16 02:37
0.0.8

Esta versión es compatible con un conjunto completo de características (inserción / supresión / edición) para modificar su gráfica, y todas las modificaciones se reflejan desde y hacia el modelo de entrevista. Qanava ahora se distribuye bajo la licencia GNU LGPL.
Tags: Minor feature enhancements
This release supports a full set of features (insertion/suppression/edition) to modify its graph, and all modifications are reflected to and from the Interview model. Qanava is now distributed under the GNU LGPL.

2006-04-02 09:42
0.0.7

Qanava ya no depende de QCanvas y hace todo su dibujo como un widget independiente utilizando Arthur. El modelo de sistema de vista ahora es compatible con la inserción de nodo mosca y la represión. Arquitectura grid se ha limpiado, y la cuadrícula regular de costumbre ahora se puede cambiar con un consejo de verificación. El código de representación ha recibido numerosas optimizaciones y la interfaz de usuario es ahora mucho más reactivo que con el código de QCanvas. Esta es la primera versión que es suficientemente estable como para ser considerados utilizables como una biblioteca en la "inestable" el código.
Tags: Major feature enhancements
Qanava no longer depends on QCanvas and does all
its drawing as a standalone widget using Arthur.
The model/view system now supports on the fly node
insertion and suppression. Grid architecture has
been cleaned, and the usual regular grid can now
be changed with a check board one. The rendering
code has received numerous optimizations and the
UI is now much more reactive than with QCanvas
code. This is the first version that is stable
enough to be considered usable as a library in
"unstable" code.

2006-03-09 01:53
0.0.6

Este lanzamiento es una biblioteca de QT4 completo y utiliza la versión QtCanvas de QCanvas enviado con QT4.1 +. Muchos errores en el módulo de la descripción gráfica han sido corregidos.
Tags: Major feature enhancements
This release is a full QT4 library and uses the QtCanvas version of QCanvas shipped with QT4.1+. Many bugs in the graph description module have been fixed.

Project Resources