On Mon, 14 Nov 2005 12:00:07 -0500 (EST), [EMAIL PROTECTED]
said:
> Send Dia-list mailing list submissions to
>       [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://mail.gnome.org/mailman/listinfo/dia-list
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Dia-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: dia templates (Lars Clausen)
>    2. Fwd: Dia Changelog Report (Lars Clausen)
>    3. Re: size of flowchart line arrows (Bram Mertens)
>    4. Re: 0.94 WinXP Install Problem (Bram Mertens)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 13 Nov 2005 23:08:57 +0100
> From: Lars Clausen <[EMAIL PROTECTED]>
> Subject: Re: dia templates
> To: discussions about usage and development of dia
>       <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain
> 
> On Wed, 2005-10-12 at 17:35 -0600, Robert Wadley wrote:
> > I am interested in contributing some artwork for use as a template. I
> > noticed that the images themselves are .png images (I can do that) but
> > that there are also other files (.shape) Where can I find information on
> > how to create this file? are these generated automatically by some
> > program or do you have to manually write the file? Are there any other
> > specific tools you use to create a template?
> 
> Dia is the main tool for it (export as .shape), but you will need to use
> a common text editor to add connection points.  There's a bit of info at
> http://www.gnome.org/projects/dia/diatut/all/all.html#L017.
> 
> -Lars
> 
> -- 
> Lars Clausen <[EMAIL PROTECTED]>
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 14 Nov 2005 07:04:30 +0100
> From: Lars Clausen <[EMAIL PROTECTED]>
> Subject: Fwd: Dia Changelog Report
> To: discussions about usage and development of dia
>       <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Since gnome.org decided to act up this night, the much-waited-for
> ChangeLog report did not make it through.  Here you are:
> 
> Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
> 
> *** Recent ChangeLog entries:
> 
> --- ChangeLog.previous  2005-09-06 05:00:42.000000000 +0200
> +++ dia-cvs-snapshot/ChangeLog  2005-11-09 11:02:41.618509312 +0100
> @@ -1,3 +1,179 @@
> +2005-11-09  Lars Clausen  <[EMAIL PROTECTED]>
> +
> +       * objects/UML/uml.c:
> +       * objects/UML/class.c: Patch from [EMAIL PROTECTED] (dave
> +       Klotzbach): Fixes template rendering and converts home-brew
> inline
> +       doc format to javadoc.  Doesn't yet fix bug #320934, but turns it
> +       into a dup.
> +
> +2005-11-07  Lars Clausen  <[EMAIL PROTECTED]>
> +
> +       * lib/object.[ch]: Add 'enclosing box' as opposed to 'bounding
> +       box' since several objects have problems of using bounding box in
> +       different ways (see bug #300055).  For now, enclosing box ==
> +       bounding box, but over time objects will learn to expand the
> +       bounding box to include things only rendered interactively.
> +
> +       * app/modify_tool.c (modify_motion): Make sure highlight is reset
> +       when moving between overlapping objects.
> +
> +       * app/interface.c (interface_toggle_mainpoint_magnetism): Redraw
> +       diagram after toggling to make red X's come and go.
> +
> +       * lib/font.c: #ifdef'd out layout cache for bug #307320.  Define
> +       it if you need faster rendering and aren't afraid of crashbugs:)
> +
> +       * lib/objchange.c: Bugfix from [EMAIL PROTECTED]
> +       (dave Klotzbach):  Fixes null pointer problems in free function.
> +
> +       * objects/UML/class.c
> +       * objects/UML/class.h
> +       * objects/UML/class_dialog.c: Patch from [EMAIL PROTECTED]
> +       (dave Klotzbach): Make UML comments conform to UML 1.0 standard
> +       and allow multi-line comments. Ugly as hell, but standard.  Time
> +       for a 'Strict UML' option?  Fixes bug #303744.
> +
> +       * objects/UML/state.c: Patch from Peter Allin <[EMAIL PROTECTED]>:
> Add
> +       entry, exit and do descriptions to a state object.  Fixes bug
> #65434.
> +
> +2005-11-03  Lars Clausen  <[EMAIL PROTECTED]>
> +
> +       * lib/arrows.c:
> +       * lib/attributes.c:
> +       * lib/autoroute.c:
> +       * lib/bezier_conn.c:
> +       * lib/boundingbox.c:
> +       * lib/color.c:
> +       * lib/connection.c:
> +       * lib/connectionpoint.c:
> +       * lib/dia_dirs.c:
> +       * lib/dia_image.c:
> +       * lib/dia_svg.c:
> +       * lib/dia_xml.c:
> +       * lib/diaarrowchooser.c:
> +       * lib/diaerror.c:
> +       * lib/diagdkrenderer.c:
> +       * lib/diagramdata.c:
> +       * lib/element.c:
> +       * lib/object.c:
> +       * lib/object.h:
> +       * lib/parent.c:
> +       Added documentation java-doc style.  Also a few trivial cleanups.
> +
> +2005-10-13  Lars Clausen  <[EMAIL PROTECTED]>
> +
> +       * lib/connectionpoint.h (DIR_ALL): Parentheses around operations
> +       in macros.
> +
> +       * plug-ins/hpgl/hpgl.c (export_data): Correct error message.
> +
> +       * lib/Makefile.am:
> +       * lib/debug.[ch]:
> +       * lib/object.[ch]:
> +       * objects/UML/class.[ch]:
> +       * objects/UML/uml.h:
> +       * objects/UML/umlattribute.c:
> +       * objects/UML/umloperation.c:
> +       * objects/UML/class_dialog.c:
> +       Rework of the UML class attribute/operation handling.  Now
> doesn't
> +       copy connection points into the dialog data, but only the "flat"
> +       data.  As part of debugging made sanity check functionality.
> +       Currently still dies when deleting an attribute/operation that
> has
> +       a connection to it.
> +
> +2005-10-09  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * lib/properties.h : prefer american spelling of colo(u)r for
> +       user visible strings - i.e. to be translated ones.
> +       * objects/UML/uml.c : it is Implementation. Together fixes bug
> #313929
> +                                        ^
> +       * po/*.po : updated (by 'make distcheck')
> +
> +2005-10-09  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * app/display.c : allow !"toolbox on top" without restart.
> +       (Chris Hellberg, bug #310702)
> +
> +2005-10-09  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * lib/arrows.c : patch from Radek Krahl fixing the blanking
> +       of two arrowheads, bug #310157
> +
> +2005-10-08  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * plug-ins/python/group_props.py : show a descriptive text
> instead of an
> +       empty table if there are no common properties to change. Fixes
> bug #314432
> +
> +2005-10-08  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * objects/UML/transition.c : inverted default direction of
> +       the direction. Patch from Peter Allin, fixes bug #318049
> +       [You possibly need to 'rm ~/.dia/defaults.dia' to have an effect]
> +
> +2005-10-08  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * app/Makefile.am objects/standard/Makefile.am : match the
> +       referenced icons to the needed. Make 'make distcheck' pass
> +       and thus fixes bug #312152
> +
> +       * objects/standard/textobj.c : no C++ comments please!
> +
> +2005-10-08  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * objects/standard/textobj.c : preserve the position set on
> create
> +       [makes e.g. text positioning of diasvg_import.py work]
> +
> +       * plug-ins/python/diasvg_import.py : restrict what eval() can do
> +       with strings from svg files. Fixes the arbitrary code execution
> from
> +       bug #317637
> +
> +       * app/pixmaps/mainpoints-(on|off).png : new icons to toggle
> center point
> +       magnetism. At least they are distinguishable from grid snapping.
> +       * app/makefile.msc app/Makefile.am : use them
> +
> +       * lib/focus.c(reset_foci) : also remove_focus(). This fixes bug
> #172851
> +       I also can't reproduce bug #309044 anymore (on win32).
> +
> +2005-10-01  Lars Clausen  <[EMAIL PROTECTED]>
> +
> +       * lib/connectionpoint.h (DIR_ALL): Parentheses around |
> expressions.
> +
> +       * plug-ins/hpgl/hpgl.c (export_data): Listen to warnings and
> don't
> +       pass FILE * as gchar *.
> +
> +       * lib/debug.[ch] (dia_assert_true): Debugging aids.
> +
> +2005-09-29  Lars Clausen  <[EMAIL PROTECTED]>
> +
> +       * objects/UML/class.h: Enabling mainpoints for UML.
> +
> +       * objects/UML/class.c (umlclass_set_props): Make sure to always
> +       realloc connection point list.
> +
> +2005-09-26  Ahmad Riza H Nst  <[EMAIL PROTECTED]>
> +
> +       * configure.in: Added "id" in ALL_LINGUAS line.
> +
> +2005-09-14  Lars Clausen  <[EMAIL PROTECTED]>
> +
> +       * objects/UML/class.c (umlclass_load): Set mainpoint obj upon
> +       loading.  Fixes bug #315427.
> +
> +2005-09-11  Hans Breuer  <[EMAIL PROTECTED]>
> +
> +       * objects/standard/arc.c objects/standard/textobj.c : fix
> +       C99isms, Dia is supposed to compile with C89 like msvc
> +
> +       * app/makefile.msc : use the wrong center-point-magnetism
> +       icons for the win32 build, too.
> +
> +       * plug-ins/python/pydia-error.c : dont crash on C escape
> +       sequences in the error string
> +       * plug-ins/python/pydia-render.c : dont free filename twice
> +
> +       * plug-ins/python/dot.py : start of an exporter to DOT language
> +       which can be processed by www.graphviz.org tools
> +
>  2005-09-05  Iñaki Larrañaga  <[EMAIL PROTECTED]>
> 
>         * configure.in: Added "doc/eu/Makefile" for Basque documentation.
> 
> 
> 
> -Lars
> 
> -- 
> Lars Clausen <[EMAIL PROTECTED]>
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 14 Nov 2005 09:29:16 +0100
> From: Bram Mertens <[EMAIL PROTECTED]>
> Subject: Re: size of flowchart line arrows
> To: discussions about usage and development of dia
>       <[email protected]>
> Message-ID:
>       <[EMAIL PROTECTED]>
>       
> Content-Type: text/plain; charset="us-ascii"
> 
> [EMAIL PROTECTED] wrote on 13/11/2005 22:00:46:
> 
> > On Mon, 2005-08-22 at 10:19 +0200, Bram Mertens wrote:
> > > 
> > > Hi 
> > > 
> > > I've recently started using dia to create a flowchart. 
> > > 
> > > Today I read in one of the messages in the archive of this list how to
> > > change the size of arrows for "regular" lines.  Is it possible to
> > > change the size of the arrows for flowchart lines as well?  The
> > > default values look huge. 
> > 
> > What flowchart lines?  The flowchart sheet has no lines in it.  Do you
> > mean the FS sheet?  For that, the answer unfortunately is "only by
> > programming in C".
> 
> I was referring to the lines on the FS sheet indeed.
> 
> I am no C-programmer (but I've been wanting to start learning it) so this 
> is not a very liekly option for me unless there's some example code I can 
> work with.
> 
> I suppose I'll need to edit the flow.c, flow-ortho.c and flow-poly.c
> files 
> below objects/FS?  Are there other objects I can use as a starting point? 
> If I can understand the code perhaps I can "copy" the relevant parts.
> 
> I'm working on XP at the moment (at the office) so I don't know how to
> get 
> the CVS code, is it ok if I start with the 0.94 code?
> 
> TIA
> 
> Bram
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: /archives/attachments/20051114/520ab3cb/attachment.htm
> 
> ------------------------------
> 
> Message: 4
> Date: Mon, 14 Nov 2005 12:00:40 +0100
> From: Bram Mertens <[EMAIL PROTECTED]>
> Subject: Re: 0.94 WinXP Install Problem
> To: discussions about usage and development of dia
>       <[email protected]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Message-ID:
>       <[EMAIL PROTECTED]>
>       
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi
> 
> Did yo download the win32 installer from 
> http://sourceforge.net/project/showfiles.php?group_id=16768&package_id=12881&release_id=262249
>  
> ? The Download dia-setup-0.94.zip  worked without problems for me
> 
> The platform independent file you downloaded contains the source code for 
> the application which you'll have to compile yourself.  I have no idea
> how 
> this can be done on Windows.  the INSTALL file you mentioned is simply a 
> text file, if you'll open it with notepad or some other text editor
> you'll 
> see the compilation instructions.
> 
> I suspect the file you downloaded got corrupt can you try to download the 
> win32 installer again?
> 
> HTH
> 
> Bram Mertens
> 
> p.s. Fauti, Joel I'm CC'ing you because this might apply to you as well.
> 
> [EMAIL PROTECTED] wrote on 17/05/2005 17:42:51:
> 
> > i downloaded dia 0.94 for windows and it won't start
> > on winxp 5.1 SP2.  it gave me an error and asked to
> > send a report.
> > 
> > so, i decided to download the platform independent
> > version.  i unzipped everything and now have a folder
> > "dia-0.94" on my desktop with no clue what to do.
> > 
> > i don't see an executable.  i saw a file called
> > INSTALL, but didn't install.
> > 
> > i haven't found an adequate solution on the net, so
> > i'm either out to lunch here or just unlucky.
> > 
> > i noticed a reference to gtk+.  i run gimp fine.  some
> > of the instructions say that gtk+ needs to be in the
> > same directory as dia for it to run.  i assumed this
> > meant that the upper level files and the folders
> > should  be in the same folder as dia.exe.  it still
> > wh=ouldn't start (i tried before giving up on this
> > version and moving to the platform independent
> > version.
> > 
> > any help would be appreciated.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: /archives/attachments/20051114/acb9e1a7/attachment.htm
> 
> ------------------------------
> 
> _______________________________________________
> Dia-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/dia-list
> 
> 
> End of Dia-list Digest, Vol 19, Issue 24
> ****************************************

-- 
http://www.fastmail.fm - Faster than the air-speed velocity of an
                          unladen european swallow

_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to