Automatic Drawing Generation is GObject-based
library that provides a non-interactive Cairo
canvas specifically designed for generating
technical drawings.
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.
La lógica de la manipulación de texto se ha movido dentro de la interfaz AdgTextual y una nueva entidad sobre la base de pango (AdgText) ha sido añadido. El programa de demostración tiene una página nueva de diálogo que le permite personalizar el bloque de título del dibujo. La biblioteca dispone de un marco CPML propia prueba y ahora es posible generar un informe mediante el uso de "hacer la prueba-informe". El cálculo de las extensiones que faltan en AdgRDim, AdgADim y AdgArrow están en su lugar. Running "ADG-demo-E" muestra el estado extensiones. Un montón de errores, en particular la detección de mal catalogdir claro y algunas extensiones de cálculo, se han resuelto.
Tags:
Code cleanup, Major bugfix, Major feature enhancements, Testing
The text manipulation logic has been moved inside the AdgTextual interface and a new entity based on pango (AdgText) has been added. The demo program has a new dialog page that allows you to customize the title block of the drawing. The CPML library has its own test framework and it is now possible to generate a report by using "make test-report". The missing extents computation on AdgRDim, AdgADim, and AdgArrow are now in place. Running "adg-demo -E" shows the extents status. A bunch of bugs, most notably the wrong glade catalogdir detection and some extents computation, have been resolved.
La infraestructura de localización se ha añadido y probado añadiendo la traducción al italiano. Los widget AdgGtkArea es ahora capaz de cambiar de forma interactiva hacer zoom o rotar en el espacio mundial arrastrando y / o girando la rueda mientras se mantiene pulsado Mayúsculas. Una nueva clase se ha añadido: AdgGtkLayout es un widget AdgGtkArea base que implementa el desplazamiento de forma nativa, por lo que se puede agregar directamente a un contenedor GtkScrolledWindow.
The localization infrastructure has been added and tested by adding the Italian translation. The AdgGtkArea widget is now capable of interactively changing zoom and pan in global space by dragging and/or rotating the wheel while keeping Shift pressed. A new class has been added: AdgGtkLayout is an AdgGtkArea based widget that implements scrolling natively, hence it can be added directly to a GtkScrolledWindow container.
El lienzo tiene soporte de impresión cuando se compila con GTK + habilitado. La configuración de medios de comunicación pueden estar asociados a la lona por lo que este se puede acceder a los datos para proporcionar una consistencia del comportamiento entre diferentes backends. El programa de demostración ya puede hacer el dibujo a un archivo SVG. Los archivos generados se almacenan en el directorio de documentos del usuario. entidades incompletas ya no con gracia en lugar de quejarse de la escasez de datos. Esto proporciona una manera fácil de implementar mecanizados opcional: la ranura opcional en el programa ADG-demo funciona aprovechando esta característica.
Tags:
Major feature enhancements, usability, Documentation improvements
The canvas now has printing support when compiled with GTK+ enabled. The media setup can be associated to the canvas so this data can be accessed to provide a consistent behavior between different backends.
The demo program can now render the drawing to an SVG file. Generated files are stored in the user document directory. Incomplete entities now fail gracefully instead of complaining for insufficient data. This provides an easy way to implement optional machinings: the optional groove in the adg-demo program is working by leveraging this feature.
La portabilidad del sistema de construcción ha sido mejorada: ahora construye el tarball de la caja en FreeBSD, OpenSolaris, mingw32, y GNU / Linux. El programa ADG-demo ha sido reescrito desde cero para proporcionar un buen ejemplo de lo que el Subdirector General se debe utilizar para. La prestación se ha limpiado y la interacción modelo-vista ahora funciona: cambiar los datos modifica el dibujo. El árbol del proyecto se ha modificado en tres subproyectos diferentes: CPML (cosas de matemáticas por encima de El Cairo), ADG (la tela por encima de CPML) y ADG-GTK (ayudantes de interfaz de usuario por encima de ADG y GTK +). Apoyo a glade se ha añadido.
Tags:
Major feature enhancements, Portability, usability
The portability of the build system has been improved: the tarball now builds out of the box on FreeBSD, OpenSolaris, MinGW32, and GNU/Linux. The adg-demo program has been rewritten from scratch to provide a nice example of what the ADG should be used for. The rendering has been cleaned up and the model-view interaction now works: changing the data modifies the drawing. The project tree has been rearranged into three different subprojects: CPML (mathematical stuff above Cairo), ADG (the canvas above CPML) and ADG-GTK (user interface helpers above ADG and GTK+). Support for glade has been added.