Re: Dia Replace for Macs
Mike Hebert wrote: > Hello. I've authored a Mac OS X Universal Binary app which allows a > user to replace shapes in Dia drawings without having to reconnect > connectors or re-enter shape text. It's called Dia Replace and I'm > looking for volunteers to Beta test it. When participation in the > Beta test is closed I will update the project homepage > (http://mike74.com/dia_replace.aspx). Until then, to request > participation email [EMAIL PROTECTED] Thanks, Mike Hebert So you can provide a patch to have other people test it as well? Hub ___ Dia-list mailing list Dia-list@gnome.org 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
Re: Dia Replace for Macs
Hubert Figuiere teaser.fr> writes: > > Mike Hebert wrote: > > Hello. I've authored a Mac OS X Universal Binary app which allows a > > user to replace shapes in Dia drawings without having to reconnect > > connectors or re-enter shape text. It's called Dia Replace and I'm > > looking for volunteers to Beta test it. When participation in the > > Beta test is closed I will update the project homepage > > (http://mike74.com/dia_replace.aspx). Until then, to request > > participation email support mike74.com. Thanks, Mike Hebert > > So you can provide a patch to have other people test it as well? > > Hub > Hub, Until I close participation, anyone who wants to is welcome to help test Dia Replace. I just need them to email me ([EMAIL PROTECTED]) so I can send them a download link. If I have misunderstood your question, please try to help me understand it. Mike ___ Dia-list mailing list Dia-list@gnome.org 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
Diagram or similar that shows all shapes?
Is there some drawing, documentation or method that shows off all the available shapes next to each other? I would then like to print this view to have next to my machine as a cheat sheet. (Ideally, there should also be some explanation of their purpose, although that could be separate document). If it's time to RTFM, please let me know! regards /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr___ Dia-list mailing list Dia-list@gnome.org 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
Re: Diagram or similar that shows all shapes?
Dear Christian, > Is there some drawing, documentation or method that shows off all the The CVS repository contains an all_objects.dia example file, though I think that this is outdated by now. And it does not contain explanations. You can get the file through the following link: http://cvs.gnome.org/viewcvs/dia/samples/all_objects.dia?rev=1.1&view=log Regards, Steffen ___ Dia-list mailing list Dia-list@gnome.org 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
Re: Dia Replace for Macs
> Until I close participation, anyone who wants to is welcome to help test Dia > Replace. I just need them to email me ([EMAIL PROTECTED]) so I can send them > a > download link. If I have misunderstood your question, please try to help me > understand it. You are offering people to test your *binary* of a GPL licensed software. My question is why don't you provide the modifications of the source code (as a patch) so that people here, that develop Dia, can: 1. test and review the code 2. see about including it 3. provide feedback. Note that providing binaries like you seem to do implies that the source code also is available under the term of the GPL license (see the file COPYING in the source code) Also note that most people here don't run MacOS either, And as a third note: all the development of Dia is done in the open and the CVS repository represent the current state of the code. There is no reason to open/close beta test like you want to do. But this is more a philosophy/common practice than anything else. Hope I'm clear. Hub ___ Dia-list mailing list Dia-list@gnome.org 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
Dia ChangeLog report for 2006-10-30 04:00:00 UTC (Mon 30 Oct)
Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous 2006-10-28 05:00:52.0 +0200 +++ dia-cvs-snapshot/ChangeLog 2006-10-30 05:00:16.518432584 +0100 @@ -1,3 +1,7 @@ +2006-10-29 Steffen Macke <[EMAIL PROTECTED]> + + * app/paginate_psprint.c: Made compile with MSVC again + 2006-10-26 Lars Clausen <[EMAIL PROTECTED]> * app/interface.[ch]: Patch from [EMAIL PROTECTED]: Write the accelerator ___ Dia-list mailing list Dia-list@gnome.org 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
Re: Dia Replace for Macs
Ok, now I understand... Dia Replace is not a modified version of Dia, it is a completely separate program. Mike ___ Dia-list mailing list Dia-list@gnome.org 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
Shape with relation to other shape
Hi I want to make a shape that can only be added to a other shape (port). Where would the best place to define things like that be? Can I do it in Python or do I have to write a C-Extension? If someone has a sample to this function that would be great. thanks, andi [EMAIL PROTECTED] wrote: > Send Dia-list mailing list submissions to > dia-list@gnome.org > > 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. Dia Replace for Macs (Mike Hebert) >2. Re: dia libs 3 errors (Hans Breuer) >3. Re: Dia-list Digest, Vol 30, Issue 24 (Andreas Owen) >4. Re: Dia Replace for Macs (Hubert Figuiere) >5. Re: Dia Replace for Macs (Mike Hebert) > > > -- > > Message: 1 > Date: Sat, 28 Oct 2006 14:10:52 + > From: Mike Hebert <[EMAIL PROTECTED]> > Subject: Dia Replace for Macs > To: > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hello. I've authored a Mac OS X Universal Binary app which allows a user to > replace shapes in Dia drawings without having to reconnect connectors or > re-enter shape text. It's called Dia Replace and I'm looking for volunteers > to Beta test it. When participation in the Beta test is closed I will update > the project homepage (http://mike74.com/dia_replace.aspx). Until then, to > request participation email [EMAIL PROTECTED] Thanks, Mike Hebert > -- next part -- > An HTML attachment was scrubbed... > URL: /archives/dia-list/attachments/20061028/e7c3fc70/attachment.htm > > -- > > Message: 2 > Date: Sat, 28 Oct 2006 19:21:47 +0200 > From: Hans Breuer <[EMAIL PROTECTED]> > Subject: Re: dia libs 3 errors > To: Andi Owen <[EMAIL PROTECTED]> > Cc: dia-list@gnome.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 28.10.2006 18:45, Andi Owen wrote: > >>hello >> >>thanks alot ofr the help, i didn't notice that i only had libxml and not >>libxml2 in the makefile. unfortunatley there are still 3 linking >>problems eventhough i've got the libraries. or am i missing something. >> >>thanks and regardes >>andi >> >>ps: >>am i aloud to mail you directly or shout it always go over the mailinglist? >> > > I'd prefer to keep this on the public mailing list, so possibly other > people trying the same can benefit. > > >>my cl is as follows: >> >>cl -G5 -GF -MDd -W3 -nologo -I. -DHAVE_CONFIG_H -LD -Felibdia.dll >>autoroute.obj arrows.obj attributes.obj bezier_conn.obj >>beziershape.obj boundingbox.obj color.obj connection.obj >>connectionpoint.obj connpoint_line.obj debug.obj diaarrowc >>hooser.obj dialinechooser.obj diatransform.obj dia_dirs.obj >>dia_image.obj dia_svg.obj dia_xml.obj diaerror.obj diagramdata.obj >>diagdkrenderer.obj diagtkfontsel.obj diainteractiverenderer.obj >>dialibartrenderer.obj diarenderer.obj diasvg >>renderer.obj dynamic_obj.obj element.obj filter.obj focus.obj >>font.obj geometry.obj group.obj intl.obj message.obj >>neworth_conn.obj objchange.obj object.obj object_defaults.obj >>orth_conn.obj paper.obj parent.obj persistence.obj plu >>g-ins.obj poly_conn.obj polyshape.obj prop_attr.obj prop_basic.obj >>prop_geomtypes.obj prop_inttypes.obj prop_sdarray.obj prop_text.obj >>prop_widgets.obj propdesc.obj propdialogs.obj properties.obj >>proplist.obj propobject.obj propoffse >>ts.obj propregistry.obj ps-utf8.obj render_pixmap.obj sheet.obj >>text.obj utils.obj widgets.obj diamarshal.obj gtk-win32-2.0.lib >>gdk-win32-2.0.lib pango-1.0.lib pango-1.0.lib pangowin32-1.0.lib >>glib-2.0.lib gmodule-2.0.lib gobject-2.0.lib l >>ibxml2.lib zlib.lib art_lgpl_2.lib gdk_pixbuf-2.0.lib intl.lib >>user32.lib advapi32.lib wsock32.lib /link /debug /def:libdia.def >> Creating library libdia.lib and object libdia.exp >>dia_image.obj : error LNK2001: unresolved external symbol >>_gdk_pixbuf_new_from_file >>widgets.obj : error LNK2001: unresolved external symbol >>_gtk_file_chooser_set_filename >>widgets.obj : error LNK2001: unresolved external symbol >>_gtk_file_chooser_get_filename >>libdia.dll : fatal error LNK1120: 3 unresolved externals >>NMAKE : fatal error U1077: 'cl' : return code '0x2' >>Stop. >>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual >>Studio\VC98\BIN\nmake.exe"' : return code '0x2' >>Stop. >>Error executing nmake. >> > > Since gtk+ 2.6 all gtk+ functions taking filename argument are redefined to > have a _utf8 postfix. The pure symbols are marked