On Mon, 4 Aug 2003, Vlad Pomelov wrote:
> Date: Mon, 4 Aug 2003 20:48:38 +0500
> From: Vlad Pomelov <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Windows Dia version under WinXP
>
> Hi
>
> Your program is very good and useful. But the console window
> perman
Here at my company, we're stuck in the Windows world. Last year, we
discovered CVS and there was much rejoicing. Now, just about everything
gets put into CVS.
I've been evaluating Dia, and it looks great! Thank you to everyone who
made this possible! Unfortunately, it's not very CVS friendly.
Is there an accepted way to submit new sheets of objects (and updates of
existing sheets)?
I looked through the doco online and while I know I could submit patches
against CVS, how does one submit the associated object "icons"?
We have several things we've done here at my company that we'd like
On 8 Aug 2003, [EMAIL PROTECTED] wrote:
>
>>
>> From: Lars Clausen <[EMAIL PROTECTED]>
>> Date: 2003/08/08 Fri PM 01:11:20 EDT
>> To: [EMAIL PROTECTED]
>> Subject: Re: How many use the diagram tree?
>>
>> On 8 Aug 2003, [EMAIL PROTECTED] wrote:
While preparing to integrate the parenting code w
On 7 Aug 2003, Ian Epperson wrote:
> Here at my company, we're stuck in the Windows world. Last year, we
> discovered CVS and there was much rejoicing. Now, just about everything
> gets put into CVS.
CVS good. CVS friend.
> I've been evaluating Dia, and it looks great! Thank you to everyone w
-Original Message-
From: Lars Clausen [mailto:[EMAIL PROTECTED]
Sent: Friday, August 08, 2003 14:08
To: [EMAIL PROTECTED]
Subject: Re: How many use the diagram tree?
> What is "AA"?
Anti-aliasing.
-Lars
And AAA is the Anti-Aliasers Anonymous.
___
On Sun, 10 Aug 2003 <[EMAIL PROTECTED]> wrote:
> On Sun, 10 Aug 2003, James K. Lowden wrote:
>
> > Date: Sun, 10 Aug 2003 06:12:01 -0400
> > From: James K. Lowden <[EMAIL PROTECTED]>
>
> > "Tabbed diagrams" would seem to me to be the natural way to present
> > named subsets to the UI, FWIW.
>
>
On Thu, 07 Aug 2003 12:25:29 -0500, Lars Clausen <[EMAIL PROTECTED]>
wrote:
>
> Now, before you notice the glaring errors in the
> above, I shall perform my absquatulation to go make dinner.
"absquatulation"? I think you made that up.
--jkl
___
Dia-li
I'm getting this error message before anything shows up on screen.
I'm using Mandrake 8.2 with some debian packages (including pango).
I've traced the source of this message to function:
pango_font_map_real_load_fontset
( PangoFontMap*
, PangoContext*
, const PangoFontDescription*
Hi all,
Can dia do nested graphs? (i.e. graphs inside a node)
Are there any generic graph shapes? ATM, there are only things like
flowchart and UML. I want to be able to lay down nodes and edges with
labels, and be able to nest them all. (Eg: to represent Markov chains)
Cheers,
Andrew
_
On 17 Jul 2003, Krzysztof Foltman wrote:
> This one eliminates one of three startup warnings (this one is caused
> by unref'ing a NULL font; I'm not sure if it's correct to fix it here,
> maybe the font shouldn't be non-NULL in the first place).
Seems like more places unref fonts without checking;
Lars,
Thanks for getting back to me.
I will give it a shot.
Let you know when I sort it out.
Bruce
Lars Clausen wrote:
On 14 Jun 2003, bruce davison wrote:
Yep tried all of that.
Environment Win2000 Professional sp3
Autocad 2002
Dia v 0.91
Attached is the original drawing and converted files
4
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-08-09 09:23:36.0 +0200
+++ dia-cvs-snapshot/ChangeLog 2003-08-12 09:23:16.0 +0200
@@ -1,3 +1,21 @@
+2003-08-11 Lars Clausen <[EMAIL PROTECTED]>
+
+
On 15 Jul 2003, Krzysztof Foltman wrote:
> Contains:
>
> patch 1. middle button panning + SHIFT and CONTROL functions for
> scroll wheel (SHIFT = x scroll, CONTROL = zoom) + shift click for
> sticky tools (in fact, it reverses tool stickyness) - I had to replace
> "toggled" signal (which isn't trig
Lars Clausen wrote:
I was about to apply this, but some of the details in it are still too
messy. For the panning, I still don't like having a new global variable
for the previous tool. It should instead be passed to create_scroll_tool
and stored in the ScrollTool structure.
I disagree. The abil
On Tue, 2003-08-12 at 03:36, Ian Britten wrote:
> On Fri, 8 Aug 2003 12:26:48 -0400
> <[EMAIL PROTECTED]> wrote:
>
>
> > I keep meaning to really investigate scrolling performance with gprof (any
> > recommendations other than gprof?), but haven't gotten to it yet.
>
> Check out kcachegrind (ht
On Mon, Aug 11, 2003 at 04:01:15PM -0500, Ribeiro, Glauber wrote:
> I second this. I think dia should remain as a graphics editor, not try to be
> an UML validator.
Dia should remain as it is, but an optional(!) support for
sensible drawings is desirable, IMHO.
Cheers!
__
Hi,
(how) can I draw CCM-like components in dia? CCM is the
CORBA Component Model and one will use UML to describe CCM
systems. However, some "arrows" seem to be missing in dia.
receprecep
facet +---+ taclefacet +---+ tacle
o---|com|---(o-
Hi,
How should I enlargen the "drawing-box" that embodies the object that gets
rendered? For the "Standard - Line" this box is defined by the two handlers
of the line itself. However, if I change the line to be able to house
"double" lines, parts of that double-line don't get rendered immediately.
On Tue, Aug 12, 2003 at 04:41:25PM +0200, Cyrille Chepelov wrote:
> Was the intent to have the connection points not on the centreline but on
> the two solid lines? Then you need to have two connpoint_lines instead of
> one -- you should then have a look at the "GRAFCET - Vergent" object (hmmm
> --
Lars Clausen wrote:
Putting it into the Tool structure would be fine. In case we get to have
more than one transient tool, the user might want to have several levels of
transience (say, doing Rotate then needing to do Scroll during that).
Several levels of transience ? Sounds like a usability eng
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-08-12 09:23:29.0 +0200
+++ dia-cvs-snapshot/ChangeLog 2003-08-13 09:23:09.0 +0200
@@ -1,3 +1,30 @@
+2003-08-13 Lars Clausen <[EMAIL PROTECTED]>
+
+
Hello all-
As a Dia user, I just wanted to throw out one of my own observations.
Currently, an object seems to reside in a single layer, and can have no
interaction (for example, connecting lines) with objects in another
layer.
I use layers all the time to show/hide the different components of
On 13 Aug 2003, [EMAIL PROTECTED] wrote:
> This seems related to the current discussion on views. A layer is a
> piecewise disjoint subset of objects (please correct me if I'm wrong
> here--I don't use layers that much) in which the object positions are
> fixed.
That's one way to describe it. A
> From: Lars Clausen <[EMAIL PROTECTED]>
> Date: 2003/08/13 Wed AM 11:28:59 EDT
>
> On 13 Aug 2003, [EMAIL PROTECTED] wrote:
> > This seems related to the current discussion on views. A layer is a
> > piecewise disjoint subset of objects (please correct me if I'm wrong
> > here--I don't use layer
On 13 Aug 2003, [EMAIL PROTECTED] wrote:
> When compiling current CVS on Debian unstable, I'm winding up with the
> following compile error:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/in
> From: Lars Clausen <[EMAIL PROTECTED]>
> Date: 2003/08/13 Wed PM 05:14:35 EDT
>
> Aargh. Libart includes are so broken. They don't allow reinclude of
> art_config.h, and art_rgb.h uses arg_config.h without including it first.
> Fix applied to CVS, just remove include of art_config.h from
> lib
On 13 Aug 2003, [EMAIL PROTECTED] wrote:
>> From: Lars Clausen <[EMAIL PROTECTED]>
>> Date: 2003/08/13 Wed PM 05:14:35 EDT
>>
>> Aargh. Libart includes are so broken. They don't allow reinclude of
>> art_config.h, and art_rgb.h uses arg_config.h without including it
>> first. Fix applied to CVS,
This seems related to the current discussion on views. A layer is a piecewise
disjoint subset of objects (please correct me if I'm wrong here--I don't use layers
that much) in which the object positions are fixed. A view (as I am proposing it)
would be an arbitrary subset of objects in which t
Lars Clausen wrote:
On 10 Aug 2003, James K. Lowden wrote:
One thing I've never understood is Visio's facination with
handles. Why? Any 14-year-old knows a line consists of an infinite set
of points. What's the purpose of picking out some few as more
significant than the rest? Why isn't every
On Mon, Aug 11, 2003 at 03:46:12PM -0500, Lars Clausen wrote:
> I don't think the objects should say anything about whether they can
> connect to unknown other objects. I'd hate to try to set up an unorthodox
> diagram only to find that the editor says no for no good reason. What we
I agree 100%
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-08-08 09:23:18.0 +0200
+++ dia-cvs-snapshot/ChangeLog 2003-08-09 09:23:07.0 +0200
@@ -1,3 +1,14 @@
+2003-08-08 Lars Clausen <[EMAIL PROTECTED]>
+
+
On 17 Jul 2003, Krzysztof Foltman wrote:
> As someone from #usability noticed, most in dialog boxes in Dia are
> completely HIG-uncompliant button order-wise. I could try to do the
> gruntwork and fix them, but I'm not sure if I should make attribute
> dialogs instant-apply (with only Close button)
> From: Lars Clausen <[EMAIL PROTECTED]>
> Date: 2003/08/11 Mon AM 11:35:33 EDT
>
> On 10 Aug 2003, James K. Lowden wrote:
> > One thing I've never understood is Visio's facination with
> > handles. Why? Any 14-year-old knows a line consists of an infinite set
> > of points. What's the purpose
When compiling current CVS on Debian unstable, I'm winding up with the following
compile error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11
Le Tue, Aug 12, 2003, à 04:25:11PM +0200, Sven Vermeulen a écrit:
> > Are you sure you really need to allocate, construct, copy, then destroy and
> > free a temporary copy of a full-blown Line object each time you draw a
> > double-line?
>
> Probably not. There is a templine because I first plan
On 12 Aug 2003, Matthew J. Smith wrote:
> Hello all-
> As a Dia user, I just wanted to throw out one of my own observations.
> Currently, an object seems to reside in a single layer, and can have no
> interaction (for example, connecting lines) with objects in another
> layer.
> I use layers all t
On 8 Aug 2003, Sven Vermeulen wrote:
> On Fri, Aug 08, 2003 at 11:19:28AM +0200, Cyrille Chepelov wrote:
>> Huh, is it certain that a checkbox is the best thing to do? Shouldn't we
>> have an enum an nice graphic comboboxes like for the other line
>> properties? (even if we start by implementing o
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 11:40
To: [EMAIL PROTECTED]
Subject: Re: Objects & Layers relationships
> From: Lars Clausen <[EMAIL PROTECTED]>
> Date: 2003/08/13 Wed AM 11:28:59 EDT
>
> On 13 Aug 2003, [EMAIL PROTECT
On 11 Aug 2003, [EMAIL PROTECTED] wrote:
> On Mon, Aug 11, 2003 at 05:34:46AM -0500, Lars Clausen wrote:
>> There's the basic shapes always shown in the toolbox. The boxes and
>> circles there don't allow parenting right now, but could be made to by
>> setting a single flag.
>
> Just for fun I s
Le Tue, Aug 12, 2003, à 03:13:17PM +0200, Sven Vermeulen a écrit:
> Hi,
>
> During my quest to have double-line support in Dia, I've somehow been able to
> add something to the property dialog of the "Standard - Line":
> http://studwww.ugent.be/~sjvermeu/dia-1.png
>
> I have however no idea
On 15 Jul 2003, Krzysztof Foltman wrote:
> Contains:
>
> patch 1. middle button panning + SHIFT and CONTROL functions for
> scroll wheel (SHIFT = x scroll, CONTROL = zoom) + shift click for
> sticky tools (in fact, it reverses tool stickyness) - I had to replace
> "toggled" signal (which isn't trig
On 11 Aug 2003, Alan Horkan wrote:
>
> On Sun, 10 Aug 2003, James K. Lowden wrote:
>
>> And I've never thought Visio was a paradigm worthy of emulation. Maybe
>> there are Visio diagrams out there with hundreds of objects on them, but
>
> paradigm. Visio has a large userbuse and a user interface
On Mon, Aug 11, 2003 at 05:28:36AM -0500, Lars Clausen wrote:
> Are you sure you're running the correct code? If you compile but don't
> install and then run dia or app/dia, you're going to get the installed
> version, i.e. not the one you just changed. Either you should do a make
> install after
Hi,
are there any plans to enhance dia to support diagrams that
are belonging together? I.e. having a kind of "project"
tree and allowing hyperlinks from objects to other diagrams?
If dia were a bonobo component it could be embedded into an
existing framework (anjuta?).
Cheers!
В Втр, 12.08.2003, в 15:20, Hubert Figuiere пишет:
> On Tue, 2003-08-12 at 03:36, Ian Britten wrote:
> > On Fri, 8 Aug 2003 12:26:48 -0400
> > <[EMAIL PROTECTED]> wrote:
> >
> >
> > > I keep meaning to really investigate scrolling performance with gprof (any
> > > recommendations other than gpro
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-08-13 09:23:47.0 +0200
+++ dia-cvs-snapshot/ChangeLog 2003-08-14 09:23:09.0 +0200
@@ -1,5 +1,13 @@
+2003-08-14 Lars Clausen <[EMAIL PROTECTED]>
+
+
On 14 Jun 2003, bruce davison wrote:
> Yep tried all of that.
> Environment Win2000 Professional sp3
> Autocad 2002
> Dia v 0.91
> Attached is the original drawing and converted files
> 4WE6HZ.dwg - original drawing
> 4WE6HZ.dxf - autocad 2002 converted - no scaling
> 4WE6HZ.shape - exported
> 4WE6
On 22 Jul 2003, Andrew Marlow wrote:
> Hi,
>
> I just tried to build dia 0.9.1 on Solaris 8 and found that
> configure fails because libpng refers to zlib routines but
> test programs that link with libpng do not also link
> with zlib. This manifests as can't find a definition
> of neither finite n
[EMAIL PROTECTED] wrote:
Today's Topics:
5. Re: Couldn't load font "Sans 10" (Lars Clausen)
Message: 5
To: [EMAIL PROTECTED]
From: Lars Clausen <[EMAIL PROTECTED]>
Subject: Re: Couldn't load font "Sans 10"
Date: Sun, 10 Aug 2003 16:54:58 -0500
Reply-To: [EMAIL PROTECTED]
On 9 Aug 2003, Larry Eva
> From: Lars Clausen <[EMAIL PROTECTED]>
> > I will desperately need UML views (The Unified Modeling Language User
> > Guide, p. 468) in the near future. The diagram is already too complex to
> > view in its entirety (it is derived from a horrifying government legacy
> > system).
>
> I'm afraid
On 9 Jun 2003, [EMAIL PROTECTED] wrote:
>
> Hi there!
>
> I guess the best solution you can find to write
> subscripts/superscripts, and symbols is to use latex commands, but in
> order to have an "easy-to-use" integration of such utility, you might
> need to wait for the June 19th at the earliest,
> From: Lars Clausen <[EMAIL PROTECTED]>
> Date: 2003/08/11 Mon AM 11:35:33 EDT
>
> On 10 Aug 2003, James K. Lowden wrote:
> > One thing I've never understood is Visio's facination with
> > handles. Why? Any 14-year-old knows a line consists of an infinite set
> > of points. What's the purpose
Le Tue, Aug 05, 2003, à 09:24:25AM -0500, Lars Clausen a écrit:
> On 5 Aug 2003, Sven Vermeulen wrote:
> > Hi,
> >
> > I have some features that I'd like to see in DIA and love to help with,
> > but I would like some feedback on things.
> >
> > The first feature is a double-line for the normal line
On 11 Aug 2003, [EMAIL PROTECTED] wrote:
>> From: Lars Clausen <[EMAIL PROTECTED]>
>> Date: 2003/08/11 Mon AM 11:35:33 EDT
>>
>> Nice rant:) I've toyed with the nothing of altering the handle system to
>> at least allow a 'drop line into object' style. It would indeed be nice
>> if you could attac
> From: Lars Clausen <[EMAIL PROTECTED]>
> Date: 2003/08/12 Tue AM 01:59:11 EDT
>
> Not being able to change it would certainly be annoying in a Dia context; I
> guess ERwin doesn't think of connections as first-class citizens, but
> merely an indication that the two entities are related.
Yes. A
On Tue, 5 Aug 2003, Hans Breuer wrote:
> >> Hi
> >>
> >> Your program is very good and useful. But the console window
> >> permanently shows errors,
> >
> >As far as I know there is not yet an option to disable this information.
> >There probably should be but that might have to wait until Dia 1.
On Fri, 8 Aug 2003 12:26:48 -0400
<[EMAIL PROTECTED]> wrote:
> I keep meaning to really investigate scrolling performance with gprof (any
> recommendations other than gprof?), but haven't gotten to it yet.
Check out kcachegrind (http://kcachegrind.sourceforge.net/cgi-bin/show.cgi),
which makes
On Sat, Aug 09, 2003 at 11:01:29AM +0200, Sven Vermeulen wrote:
> Patched, ran "make", and then issued "./app/dia" to test. This is the output
> I receive when running the program:
nm, seems like I'm obliged to run "make install" too. *sigh*
Sven Vermeulen
--
Save some animals, ea
On Mon, Aug 11, 2003 at 05:34:46AM -0500, Lars Clausen wrote:
> There's the basic shapes always shown in the toolbox. The boxes and
> circles there don't allow parenting right now, but could be made to by
> setting a single flag.
Just for fun I set obj->can_parent = TRUE for the UML actor.
It w
On 11 Aug 2003, Russell Shaw wrote:
>
> Hi,
> Are those little handle boxes done with a standard GTK function,
> or by code specifically in DIA?
Very specifically Dia.
-Lars
--
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| Hårdgrim of Numenor
"I do not agree with a word that you say, but
On Tue, 2003-08-12 at 13:52, Alexandre Prokoudine wrote:
> > GNOME build might not work under Valgrind.
>
> Oh reallY? :-)
>
> http://alleyoop.sourceforge.net/
I talked about Dia GNOME enabled build, not GNOME by itself. And
strangely it now works.
Hub
_
On 11 Aug 2003, Sven Vermeulen wrote:
> Hi,
>
> How should I enlargen the "drawing-box" that embodies the object that
> gets rendered? For the "Standard - Line" this box is defined by the two
> handlers of the line itself. However, if I change the line to be able to
> house "double" lines, parts of
On Fri, 8 Aug 2003 17:25:29 -0400, <[EMAIL PROTECTED]> wrote:
> > > I will desperately need UML views (The Unified Modeling Language
> > > User Guide, p. 468) in the near future. The diagram is already too
> > > complex to view in its entirety (it is derived from a horrifying
> > > government lega
On Tue, 12 Aug 2003, ml wrote:
> Date: Tue, 12 Aug 2003 09:13:40 +0200
> From: ml <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Dia "project" support
>
> Hi,
>
> are there any plans to enhance dia to support diagrams that
> are belonging together? I.e. havi
I second this. I think dia should remain as a graphics editor, not try to be
an UML validator.
g
-Original Message-
From: Lars Clausen [mailto:[EMAIL PROTECTED]
Sent: Monday, August 11, 2003 15:46
To: [EMAIL PROTECTED]
Subject: Re: using dia for graphs (as in graph theory)
I don't think
On 11 Aug 2003, Larry Evans wrote:
> [EMAIL PROTECTED] wrote:
>> Today's Topics:
>> 5. Re: Couldn't load font "Sans 10" (Lars Clausen)
>> Message: 5
>> To: [EMAIL PROTECTED]
>> From: Lars Clausen <[EMAIL PROTECTED]>
>> Subject: Re: Couldn't load font "Sans 10"
>> Date: Sun, 10 Aug 2003 16:54:58 -05
Hi,
If I were to add a property to the "line" object, how would I proceed? I
was thinking of the following:
- Add a variable "gboolean isdouble" to the Line structure in
objects/standard/line.c.
- Add a toggle_button to dia_line_style_selector_init in lib/widgets.c, bind
a function that switc
On 9 Aug 2003, Larry Evans wrote:
> I'm getting this error message before anything shows up on screen.
> I'm using Mandrake 8.2 with some debian packages (including pango).
> I've traced the source of this message to function:
>
> pango_font_map_real_load_fontset
> ( PangoFontMap*
> , PangoContex
On 7 Aug 2003, Sven Vermeulen wrote:
> Hi,
>
> If I were to add a property to the "line" object, how would I proceed? I
> was thinking of the following:
>
> - Add a variable "gboolean isdouble" to the Line structure in
> objects/standard/line.c.
Yes.
> - Add a toggle_button to dia_line_style_sele
On 27 Jun 2003, Vadim Berezniker wrote:
> This is a patch for the idea that I mentioned a bit ago.
>
> I need it for the stuff I'm working on... I just dived into the dia
> code, so I may not have had the best knowledge of the internals.
> I'll be glad to make any changes that are required ...
I d
> While preparing to integrate the parenting code with the diagram tree
> (making it an actually tree), I ran across a rather obvious bug in using
> the diagram tree with groups and undo. Curious that nobody has mentioned
> this bug, I would like to hear how many actually use the diagram tree in
>
>
> From: Lars Clausen <[EMAIL PROTECTED]>
> Date: 2003/08/08 Fri PM 01:11:20 EDT
> To: [EMAIL PROTECTED]
> Subject: Re: How many use the diagram tree?
>
> On 8 Aug 2003, [EMAIL PROTECTED] wrote:
> >> While preparing to integrate the parenting code with the diagram tree
> >> (making it an actual
On 13 Aug 2003, Krzysztof Foltman wrote:
> Lars Clausen wrote:
>
>> Putting it into the Tool structure would be fine. In case we get to
>> have more than one transient tool, the user might want to have several
>> levels of transience (say, doing Rotate then needing to do Scroll during
>> that).
>
On 9 Aug 2003, James K. Lowden wrote:
> On Thu, 07 Aug 2003 12:25:29 -0500, Lars Clausen <[EMAIL PROTECTED]>
> wrote:
>>
>> Now, before you notice the glaring errors in the
>> above, I shall perform my absquatulation to go make dinner.
>
> "absquatulation"? I think you made that up.
Ask that of t
On Sun, 10 Aug 2003, James K. Lowden wrote:
> Date: Sun, 10 Aug 2003 06:12:01 -0400
> From: James K. Lowden <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: How many use the diagram tree?
>
> On Fri, 8 Aug 2003 17:25:29 -0400, <[EMAIL PROTECTED]> wrote:
> >
At 18:55 05.08.03 +0100, Alan Horkan wrote:
>
>On Mon, 4 Aug 2003, Vlad Pomelov wrote:
>
>> Date: Mon, 4 Aug 2003 20:48:38 +0500
>> From: Vlad Pomelov <[EMAIL PROTECTED]>
>> Reply-To: [EMAIL PROTECTED]
>> To: [EMAIL PROTECTED]
>> Subject: Windows Dia version under WinXP
>>
>> Hi
>>
>> Your program
On 19 Jun 2003, Alan Horkan wrote:
>
>
> Lars previously suggested that he had a copy of the VXD schema, I hope he
> will provide relevant links or put a copy some where (although I suspect
> I could dig up the information somewhere on MSN). Always a good idea to
> archive this kind of documentati
On Sun, 10 Aug 2003, James K. Lowden wrote:
> And I've never thought Visio was a paradigm worthy of emulation. Maybe
> there are Visio diagrams out there with hundreds of objects on them, but
paradigm. Visio has a large userbuse and a user interface worth copying
unless we have a better idea.
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-08-04 09:23:36.0 +0200
+++ dia-cvs-snapshot/ChangeLog 2003-08-08 09:23:07.0 +0200
@@ -1,3 +1,13 @@
+2003-08-07 Lars Clausen <[EMAIL PROTECTED]>
+
+
On 8 Aug 2003, [EMAIL PROTECTED] wrote:
>> While preparing to integrate the parenting code with the diagram tree
>> (making it an actually tree), I ran across a rather obvious bug in using
>> the diagram tree with groups and undo. Curious that nobody has
>> mentioned this bug, I would like to hear
On 13 Aug 2003, Lars Clausen write:
> On 12 Aug 2003, Matthew J. Smith wrote:
> > Hello all-
> > As a Dia user, I just wanted to throw out one of my own
observations.
> > Currently, an object seems to reside in a single layer, and can
have no
> > interaction (for example, connecting lines) with
82 matches
Mail list logo