Dia 0.96.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Dia 0.96.1 (Default branch)
# 1  
Old 12-05-2008
Dia 0.96.1 (Default branch)

ImageDia is a program for creating diagrams of allkinds. The current version can do UML classdiagrams, Entity-Relationship modeling, networkdiagrams, and much more. The engine is veryflexible and dynamically loads diagram-types fromdisk. It stores diagrams in an XML format, but canread and write a number of different formats.License: GNU General Public License (GPL)Changes:
Text-line rendering in SVG export. Keyboard shortcuts for tools now use shift-alt. Improvement in autogaps for some objects. The .desktop file now has the current version. A change in zoom levels in menus. A check that windows are within bounds before opening. Various compilation-time improvements. UML class improvements in comment and wrapped underlined names. Many bugfixes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

No logro solucionar sacar el dia de la semana de una fecha dada.

Con este código pretendo sacar el dia de la semana dada una fecha como parametro por ejemplo. ./dia 27 10 2009 El resultado saliera: Martes El problema es que cuando llego casi al final el lunes etsa representado por un 0. el martes por 1.. y quiero hacer un bucle if para sustituir el 0... (1 Reply)
Discussion started by: mik4us
1 Replies
Login or Register to Ask a Question
DIA(1X) 																   DIA(1X)

NAME
Dia - a diagram drawing program SYNOPSIS
dia [-h] [--help] [-e OUTPUT] [--export-to-ps=OUTPUT] [ files ... ] DESCRIPTION
Dia is used to create diagrams. Dia has a number of basic tools, like lines and boxes but can also dynamically load "sheets". A sheet is a collection of tools that are used in a certain type of diagram. Most diagram objects in Dia has "handles". Lines can be connected to these handles and this way graph structures can be formed. When objects are moved or resized the connections will follow the objects. Diagrams drawn in Dia can be exported PostScript. OPTIONS
Dia accepts the following options: -h, --help Display a list of all commandline options. -e OUTPUT, --export-to-ps=OUTPUT Export the first file given to OUTPUT. SEE ALSO
X(1) COPYRIGHT
Copyright (C) 1999 Alexander Larsson Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. AUTHORS
Alexander Larsson <alla@lysator.liu.se> This manual was written by Fredrik Hallenberg <hallon@lysator.liu.se> 3 July 1999 DIA(1X)