Re: Windows Dia version under WinXP

2003-08-14 Thread Alan Horkan
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

Dia and CVS

2003-08-14 Thread Ian Epperson
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.

Objects and sheets additions

2003-08-14 Thread David Nedrow
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

Re: How many use the diagram tree?

2003-08-14 Thread Lars Clausen
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

Re: Dia and CVS

2003-08-14 Thread Lars Clausen
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

RE: How many use the diagram tree?

2003-08-14 Thread Ribeiro, Glauber
-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. ___

Re: How many use the diagram tree?

2003-08-14 Thread James K. Lowden
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. > >

Re: Dia and CVS

2003-08-14 Thread James K. Lowden
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

Couldn't load font "Sans 10"

2003-08-14 Thread Larry Evans
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*

using dia for graphs (as in graph theory)

2003-08-14 Thread Andrew Clausen
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 _

Re: two small changes

2003-08-14 Thread Lars Clausen
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;

Re: status dxf svg formats

2003-08-14 Thread bruce davison
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

Dia ChangeLog report for Tue Aug 12 07:23:04 2003 (UTC)

2003-08-14 Thread Dia ChangeLog Daemon
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]> + +

Re: [patch] middle click panning and related

2003-08-14 Thread Lars Clausen
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

Re: [patch] middle click panning and related

2003-08-14 Thread Krzysztof Foltman
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

Re: How many use the diagram tree?

2003-08-14 Thread 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 gprof?), but haven't gotten to it yet. > > Check out kcachegrind (ht

Re: using dia for graphs (as in graph theory)

2003-08-14 Thread ml
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! __

Drawing components? (UML, CORBA, CCM)

2003-08-14 Thread ml
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-

Increasing "drawing-box"

2003-08-14 Thread Sven Vermeulen
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.

Re: Adding a togglebutton to the property-box

2003-08-14 Thread Sven Vermeulen
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 > --

Re: middle click panning and related

2003-08-14 Thread Krzysztof Foltman
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

Dia ChangeLog report for Wed Aug 13 07:23:03 2003 (UTC)

2003-08-14 Thread Dia ChangeLog Daemon
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]> + +

Objects & Layers relationships

2003-08-14 Thread Matthew J. Smith
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

Re: Objects & Layers relationships

2003-08-14 Thread Lars Clausen
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

Re: Objects & Layers relationships

2003-08-14 Thread ashalper
> 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

Re: libart header compile error

2003-08-14 Thread Lars Clausen
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

Re: libart header compile error

2003-08-14 Thread ashalper
> 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

Re: libart header compile error

2003-08-14 Thread Lars Clausen
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,

Re: Objects & Layers relationships

2003-08-14 Thread ashalper
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

Re: How many use the diagram tree?

2003-08-14 Thread Russell Shaw
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

Re: using dia for graphs (as in graph theory)

2003-08-14 Thread ml
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%

Dia ChangeLog report for Sat Aug 9 07:23:01 2003 (UTC)

2003-08-14 Thread Dia ChangeLog Daemon
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]> + +

Re: HIGification of dialog boxes

2003-08-14 Thread Lars Clausen
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)

Re: Re: How many use the diagram tree?

2003-08-14 Thread ashalper
> 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

libart header compile error

2003-08-14 Thread ashalper
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

Re: Adding a togglebutton to the property-box

2003-08-14 Thread Cyrille Chepelov
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

Re: Objects & Layers relationships

2003-08-14 Thread Lars Clausen
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

Re: Adding property to "line"

2003-08-14 Thread Lars Clausen
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

RE: Objects & Layers relationships

2003-08-14 Thread Ribeiro, Glauber
-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

Re: using dia for graphs (as in graph theory)

2003-08-14 Thread Lars Clausen
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

Re: Adding a togglebutton to the property-box

2003-08-14 Thread Cyrille Chepelov
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

Re: [patch] middle click panning and related

2003-08-14 Thread Lars Clausen
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

Re: How many use the diagram tree?

2003-08-14 Thread Lars Clausen
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

Re: Adding property to "line"

2003-08-14 Thread Sven Vermeulen
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

Dia "project" support

2003-08-14 Thread ml
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!

Re: How many use the diagram tree?

2003-08-14 Thread Alexandre Prokoudine
В Втр, 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

Dia ChangeLog report for Thu Aug 14 07:23:03 2003 (UTC)

2003-08-14 Thread Dia ChangeLog Daemon
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]> + +

Re: status dxf svg formats

2003-08-14 Thread Lars Clausen
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

Re: configure problem due to libpng dependency on zlib

2003-08-14 Thread Lars Clausen
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

Re: Couldn't load font "Sans 10"

2003-08-14 Thread Larry Evans
[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

Re: Re: How many use the diagram tree?

2003-08-14 Thread ashalper
> 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

Re: subscripts/superscripts and symbols

2003-08-14 Thread Lars Clausen
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,

Re: How many use the diagram tree?

2003-08-14 Thread ashalper
> 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

Re: Some featurerequests

2003-08-14 Thread Cyrille Chepelov
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

Re: How many use the diagram tree?

2003-08-14 Thread Lars Clausen
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

UML relationship sides (was Re: How many use the diagram tree?)

2003-08-14 Thread ashalper
> 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

Re: Windows Dia version under WinXP

2003-08-14 Thread Alan Horkan
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.

Re: How many use the diagram tree?

2003-08-14 Thread Ian Britten
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

Re: Adding property to "line"

2003-08-14 Thread Sven Vermeulen
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

Re: using dia for graphs (as in graph theory)

2003-08-14 Thread ml
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

Re: How many use the diagram tree?

2003-08-14 Thread Lars Clausen
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

Re: How many use the diagram tree?

2003-08-14 Thread Hubert Figuiere
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 _

Re: Increasing "drawing-box"

2003-08-14 Thread Lars Clausen
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

Re: How many use the diagram tree?

2003-08-14 Thread James K. Lowden
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

Re: Dia "project" support

2003-08-14 Thread Alan Horkan
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

RE: using dia for graphs (as in graph theory)

2003-08-14 Thread Ribeiro, Glauber
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

Re: Couldn't load font "Sans 10"

2003-08-14 Thread Lars Clausen
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

Adding property to "line"

2003-08-14 Thread Sven Vermeulen
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

Re: Couldn't load font "Sans 10"

2003-08-14 Thread Lars Clausen
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

Re: Adding property to "line"

2003-08-14 Thread Lars Clausen
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

Re: parenting (patch)

2003-08-14 Thread Lars Clausen
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

Re: How many use the diagram tree?

2003-08-14 Thread ashalper
> 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 >

Re: Re: How many use the diagram tree?

2003-08-14 Thread ashalper
> > 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

Re: middle click panning and related

2003-08-14 Thread Lars Clausen
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). >

Re: Dia and CVS

2003-08-14 Thread Lars Clausen
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

Re: How many use the diagram tree?

2003-08-14 Thread Alan Horkan
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: > >

Re: Windows Dia version under WinXP

2003-08-14 Thread Hans Breuer
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

Re: Visio format conversion

2003-08-14 Thread Lars Clausen
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

Re: How many use the diagram tree?

2003-08-14 Thread Alan Horkan
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.

Dia ChangeLog report for Fri Aug 8 07:23:02 2003 (UTC)

2003-08-14 Thread Dia ChangeLog Daemon
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]> + +

Re: How many use the diagram tree?

2003-08-14 Thread Lars Clausen
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

Re: Objects & Layers relationships

2003-08-14 Thread Dolores Alia de Saravia
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