Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous Mon Jul 8 09:23:39 2002
+++ dia-cvs-snapshot/ChangeLog Thu Jul 11 09:23:07 2002
@@ -1,3 +1,33 @@
+2002-07-10 Lars Clausen <[EMAIL PROTECTED]>
+
+ * objects/UML/uml.
On 2002-07-11 at 03:12 -0400, James K. Lowden wrote:
> > In this case, ensuring validation would probably be a waste of
> > time unless it was (very) trivial (which, incidentally, it
> > might be if the appropriate XML libraries supported it).
>
> Do you mean "if they did, but they don't"?
No, I
On 2002-07-11 at 03:50 -0400, James K. Lowden wrote:
> > I'm not so sure that's true, is it? It depends on how much
> > knowledge the generation/conversion utility has about .dia
> > files, surely? If it was specific (as in the case of
> > sql2dia), would not DTD validation just be a 'safety net'
Enclosed is a patch which tidies up the output of --credits,
and dynamically creates AUTHORS. I've also taken the liberty of
making some changes to the HACKING file to bring it a bit
up-to-date.
Could someone apply it please? I've made a few changes to the
root-level Makefile.am, so if whoever ap
On Wed, Jul 10, 2002 at 10:07:57PM -0500, Lars Clausen wrote:
> On Sat, 6 Jul 2002, [EMAIL PROTECTED] wrote:
> > On Fri, Jul 05, 2002 at 04:46:12PM -0500, Lars Clausen wrote:
> >> On Fri, 28 Jun 2002, [EMAIL PROTECTED] wrote:
> >> > Hi!
> >> >
> >> > This patch contains code to handle comments
On Wed, Jul 10, 2002 at 10:30:56PM -0400, James K.Lowden wrote:
> On 10 Jul 2002 21:14:01 -0500, "Lars Clausen" <[EMAIL PROTECTED]>
> wrote:
>
> > The dtds are not actually used by Dia, they are for informational
> > purposes.
>
> I didn't know that. Is it undesirable for Dia to use its DTD?
On Thu, 11 Jul 2002 06:03:31 +0100 (BST), "Andrew Ferrier"
<[EMAIL PROTECTED]> wrote:
> > > Is it undesirable for Dia to use its DTD?
>
> Well, normally, 'using' a DTD would involve validating the
> input XML/SGML (or whatever format is derived from it), to
> ensure that the syntax is valid. That
On Thu, 11 Jul 2002 08:29:16 +0100 (BST), "Andrew Ferrier"
<[EMAIL PROTECTED]> wrote:
> > I have in mind generating Dia files from external sources,
> > "sql2dia" if you will. Properly done, that would rely on the
> > DTD to determine the output structure.
>
> I'm not so sure that's true, is it
I wanted to draw the relations between tables in relational database
and I do not know if there is any scheme that I could use in dia?
Thanks in advance for any suggestions.
Greetings
nell
--
Escape of the Unicorn
[free, 2D, flying shooter game]
http://eounicorn.sourceforge.net
On Thu, 11 Jul 2002, Andrew Ferrier wrote:
> Enclosed is a patch which tidies up the output of --credits,
> and dynamically creates AUTHORS. I've also taken the liberty of
> making some changes to the HACKING file to bring it a bit
> up-to-date.
>
> Could someone apply it please? I've made a few
On Thu, 11 Jul 2002, [EMAIL PROTECTED] wrote:
>
> Well, the menu code was much of an experiment and I didn't finish it :)
> I'm gonna fix this right now, thanks for the pointer.
> I'll add switches for attributes and operations visibility as well.
> Any other switch someone think of ?
Abstract c
On 2002-07-11 at 08:58 -0500, Lars Clausen wrote:
> On Thu, 11 Jul 2002, Andrew Ferrier wrote:
> > Enclosed is a patch which tidies up the output of --credits,
> > and dynamically creates AUTHORS. I've also taken the liberty of
> > making some changes to the HACKING file to bring it a bit
> > up-
On Thu, Jul 11, 2002 at 09:01:37AM -0500, Lars Clausen wrote:
> On Thu, 11 Jul 2002, [EMAIL PROTECTED] wrote:
> >
> > Well, the menu code was much of an experiment and I didn't finish it :)
> > I'm gonna fix this right now, thanks for the pointer.
> > I'll add switches for attributes and operati
On Thu, 11 Jul 2002, Andrew Ferrier wrote:
> On 2002-07-11 at 08:58 -0500, Lars Clausen wrote:
>
>> On Thu, 11 Jul 2002, Andrew Ferrier wrote:
>> > Enclosed is a patch which tidies up the output of --credits,
>> > and dynamically creates AUTHORS. I've also taken the liberty of
>> > making some ch
On Thu, 11 Jul 2002, [EMAIL PROTECTED] wrote:
> On Thu, Jul 11, 2002 at 09:01:37AM -0500, Lars Clausen wrote:
>> On Thu, 11 Jul 2002, [EMAIL PROTECTED] wrote:
>> >
>> > Well, the menu code was much of an experiment and I didn't finish it
>> > :) I'm gonna fix this right now, thanks for the point
> I wanted to draw the relations between tables in relational database
> and I do not know if there is any scheme that I could use in dia?
> Thanks in advance for any suggestions.
I would recommend using the UML shapeset, since it is closest to ERD
toolsets.
Use Classes for tables & views, Assoc
> > And since you're doing object menus anyway, could you add the other boolean
> > attributes as well?
> >
>
> Well, the menu code was much of an experiment and I didn't finish it :)
> I'm gonna fix this right now, thanks for the pointer.
> I'll add switches for attributes and operations visibil
On Thu, 11 Jul 2002, Alan Horkan wrote:
>
>> > And since you're doing object menus anyway, could you add the other
>> > boolean attributes as well?
>> >
>>
>> Well, the menu code was much of an experiment and I didn't finish it :)
>> I'm gonna fix this right now, thanks for the pointer.
>> I'll a
> We were talking about the UML objects, but if we extend the object menu
> mechanism anyway, it could apply to shapes, too. Though better would
> probably be to have a generic way to keep aspectratio (Shift-drag,
> perhaps).
There are a few bug reports about having the mouse cursor change for
In Dia, we have a very generic system for Properties dialogs that allows us
to set properties for several objects at the same time. However, we're not
quite sure how to represent a value that is different in different objects.
Example:
A diagram has three lines, two of width 3, one of width 5.
On Thu, 11 Jul 2002, Alan Horkan wrote:
>
>
>> We were talking about the UML objects, but if we extend the object menu
>> mechanism anyway, it could apply to shapes, too. Though better would
>> probably be to have a generic way to keep aspectratio (Shift-drag,
>> perhaps).
>
> There are a few
> >> We were talking about the UML objects, but if we extend the object menu
> >> mechanism anyway, it could apply to shapes, too. Though better would
> >> probably be to have a generic way to keep aspectratio (Shift-drag,
> >> perhaps).
> >
> > There are a few bug reports about having the mous
I have some minor questions about Rounded Recgtangles and i should
probably start providing patches for the web page and faq and docs (i
should add the distribution doc's to the webpage too) any time i get
tripped up by these little things (it is certainly going in my personal
mini-Faq).
usabili
On Thu, 11 Jul 2002, Alan Horkan wrote:
>
> I have some minor questions about Rounded Recgtangles and i should
> probably start providing patches for the web page and faq and docs (i
> should add the distribution doc's to the webpage too) any time i get
> tripped up by these little things (it is
24 matches
Mail list logo