Re: Dia-list Digest, Vol 28, Issue 13
Je suis en congé jusqu'au 1er septembre inclus, Je prendrai connaissance de votre message à mon retour, Cordialement, Julien Silverston ___ 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
Converting Stencils
Date: Sat, 12 Aug 2006 21:44:38 +0200From: Lars Clausen <[EMAIL PROTECTED]>Subject: Re: Converting StencilsTo: discussions about usage and development of dia< dia-list@gnome.org>Message-ID: <[EMAIL PROTECTED]>Content-Type: text/plainOn Sat, 2006-08-12 at 19:29 +0530, Naveen wrote: > Hi,>> Is there any way to convert the stencils available at> http://www.visiocafe.com to Dia shapes ?The closest you can come at the moment I believe is to turn the stencils into .vdx files (which unfortunately requires Visio), then use thenewest CVS sources to import those into Dia, then export as a shape.Thank you Lars. I do not have Visio (I work only on Linux). But I will check with my colleagues to see if they can help. - Naveen--___Dia-list mailing listDia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-listEnd of Dia-list Digest, Vol 28, Issue 12-- - Naveen ___ 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-08-15 03:00:00 UTC (Tue 15 Aug)
Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous 2006-08-12 05:00:34.0 +0200 +++ dia-cvs-snapshot/ChangeLog 2006-08-15 05:00:07.092200264 +0200 @@ -1,3 +1,24 @@ +2006-08-13 Lars Clausen <[EMAIL PROTECTED]> + + * objects/Misc/libmisc.c: + * {app,objects/Misc}/Makefile.am: + * objects/Misc/newgroup.c: + * app/newgroup.c: Moved newgroup. + + * app/diagram.[ch]: + * app/undo.c: + * app/modify_tool.c: + * app/select.c: Trim diagram_unselect_object() to the one required + argument. + + * app/app_procs.c: + * app/interface.c (dia_dnd_file_drag_data_received): + * app/recent_files.c (open_recent_file_callback): + * app/filedlg.c (file_open_response_callback): + * app/diagram.c (diagram_load): + Make the diagram created at start-up be a virtual diagram that + if unchanged is filled in by the first opened diagram, like Gnumeric. + 2006-08-11 Lars Clausen <[EMAIL PROTECTED]> * app/properties.c (properties_give_focus): Give focus to first ___ 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
NewGroup (was: Dia ChangeLog report for 2006-08-15 03:00:00 UTC (Tue 15 Aug))
Am 15.08.2006 05:08, Dia ChangeLog Daemon schrieb: > Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots > > *** Recent ChangeLog entries: > > --- ChangeLog.previous2006-08-12 05:00:34.0 +0200 > +++ dia-cvs-snapshot/ChangeLog2006-08-15 05:00:07.092200264 +0200 > @@ -1,3 +1,24 @@ > +2006-08-13 Lars Clausen <[EMAIL PROTECTED]> > + > + * objects/Misc/libmisc.c: > + * {app,objects/Misc}/Makefile.am: > + * objects/Misc/newgroup.c: > + * app/newgroup.c: Moved newgroup. > + If newgroup should replace the old group at some point in time, could we keep it in lib/ instead of app/ for dependency reasons? A short look did not reveal anything probiting this at the moment. And even if there is, I'd say *that* has to change ... Thanks, Hans ___ 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: NewGroup (was: Dia ChangeLog report for 2006-08-15 03:00:00 UTC (Tue 15 Aug))
On Mon, 2006-08-14 at 21:25 +0200, Hans Breuer wrote: > Am 15.08.2006 05:08, Dia ChangeLog Daemon schrieb: > > Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots > > > > *** Recent ChangeLog entries: > > > > --- ChangeLog.previous 2006-08-12 05:00:34.0 +0200 > > +++ dia-cvs-snapshot/ChangeLog 2006-08-15 05:00:07.092200264 +0200 > > @@ -1,3 +1,24 @@ > > +2006-08-13 Lars Clausen <[EMAIL PROTECTED]> > > + > > + * objects/Misc/libmisc.c: > > + * {app,objects/Misc}/Makefile.am: > > + * objects/Misc/newgroup.c: > > + * app/newgroup.c: Moved newgroup. > > + > > If newgroup should replace the old group at some point in time, could > we keep it in lib/ instead of app/ for dependency reasons? > > A short look did not reveal anything probiting this at the moment. And > even if there is, I'd say *that* has to change ... The main reason why the group is in app/ is that when closing a group, I need to unselect any objects within it, but unselecting has effects at the app level that aren't triggered from within lib/. I was considering making a signal for it, but that seemed inelegant. It could also be an option to just not let closing be allowed when something inside is selected. -Lars ___ 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