Re: Welcome to the "dia-list" mailing list (Digest mode)

2010-08-12 Thread fitorec
I am fitorec, I am interested in develop a Dia-Python-Plugin for a dump sql . I wrote the following code: import sys, dia class SqlRenderer : def __init__ (self) : self.f = None def _open(self, filename) : self.f = open(filename, "w") def begin_render (self, data, fi

Suggestion - a Web forum

2010-08-12 Thread one_elengr
Hello, I wonder if anyone would be able to set up a Web forum for the same purpose as this mailing list. Other open-source software projects have forums, and I find that to be a much more convenient way to browse discussions than a mailing list. Forums normally allow all new messages to be

Re: Welcome to the "dia-list" mailing list (Digest mode)

2010-08-12 Thread fitorec
After spending a sleepless night I make the head of the table definition, what I could do was the same body. Please if anyone knows how to do this or have an idea for answer. python code: import dia, sys, os, string class M

Release schedule?

2010-08-12 Thread one_elengr
Hello, Compliments to the Dia maintainers for spending their time on this versatile program. Could someone please orient me as to when the next release is expected? Many thanks. ___ dia-list mailing list dia-list@gnome.org http://mail.gnome.o

Re: News version of DIA

2010-08-12 Thread Issa
hello, now i m on the ML, so what about the next releas of dia ? what do u purpose for the next please. Le dimanche 25 juillet 2010 à 22:31 +0200, Steffen Macke a écrit : > Hi Issa, > > thanks for your email. > why do you think that the Dia development has stopped? > What do you expect from the

Object alignment does behave as expected

2010-08-12 Thread Jon Oesterheld
I was working with some objects; The command organ of relay (horizontal) and Horizontally aligned diode, and I noticed that when using the Objects, Align, Top, Middle or Bottom the two objects are not positioned where I would expect them to be. When using the Align, Left, Center or Right they seem

pydia SQL

2010-08-12 Thread fitorec
Hello that such!, After a while of being programmed, finally finish the sql dump. My question now is: how I can extract relationships? In order to make the foreign keys. thanks in advance. Source: - #PyDia MySQL.py :

Re: Suggestion - a Web forum

2010-08-12 Thread Steffen Macke
Hi, we definitely need a a forum for all them flamewars :-) Jokes aside: A forum needs to be maintained and moderated, plus it needs a sufficiently vibrant community. A while ago, I had a "Dia forum" enabled as part of the dia-installer Sourceforge project: http://sourceforge.net/projects/dia-in

Re: Suggestion - a Web forum

2010-08-12 Thread Michael Ross
Of course I have been in this forum for years (and other very safe - text based mailing lists), I will state forthwith that I like this list the way it is. Maybe it is like an old shoe - no new one can quite compare. It requires a minimum of effort to review the messages and reply. Having run li

Dia-Python-Plugin for a dump sql (was: Re: Welcome to the "dia-list" mailing list (Digest mode))

2010-08-12 Thread Hans Breuer
At 12.08.2010 09:44, fitorec wrote: I am fitorec, I am interested in develop a Dia-Python-Plugin for a dump sql . I wrote the following code: import sys, dia class SqlRenderer : [...] dia.register_export ("SQL plain", "sql", SqlRenderer()) General problems that I had not know the models, their

Re: Release schedule?

2010-08-12 Thread Steffen Macke
Hi, > Could someone please orient me as to when the next release is > expected? > That's up to Hans to answer. Looking back and considering that some people like to see a somewhat fixed release schedule, I would say that Dia is roughly on a one release every year scheme (And the last release

Re: Release schedule?

2010-08-12 Thread Hans Breuer
At 12.08.2010 13:18, one_ele...@hushmail.com wrote: [...] Could someone please orient me as to when the next release is expected? This depends on the number of interesting features added: http://git.gnome.org/browse/dia/log/ the number of open bugs: https://bugzilla.gnome.org/browse.cgi?pro

Re: pydia SQL

2010-08-12 Thread Hans Breuer
At 12.08.2010 19:04, fitorec wrote: Hello that such!, After a while of being programmed, finally finish the sql dump. My question now is: how I can extract relationships? In order to make the foreign keys. Same answer as before: look at codegen.py Hans Hans "at" Breuer "dot"

Re: Object alignment does behave as expected

2010-08-12 Thread Steffen Macke
Hi Jon, On 08/12/2010 03:55 PM, Jon Oesterheld wrote: > I was working with some objects; The command organ of relay (horizontal) > and Horizontally aligned diode, and I noticed that when using the > Objects, Align, Top, Middle or Bottom the two objects are not positioned > where I would expect the

Re: Generating a Dia File

2010-08-12 Thread Steffen Macke
Hi David, On 08/11/2010 10:26 PM, David Ferry wrote: > on a single node. Are there limitatis on how many objects can be present > in a single diagram? > Nothing in computing is unlimited. But you should be able to handle thousands of objects. I don't expect that you'll hit a hard limit, but thi

Re: Generating a Dia File

2010-08-12 Thread David Ferry
Hi Steffen, The programs to which you referred look like they might be just what I need. It's amazing that none of them came up in Google searches for DAG drawing software. Thanks for your advice! David On Thu, Aug 12, 2010 at 4:06 PM, Steffen Macke wrote: > Hi David, > > On 08/11/2010 10:26 P

Re: Generating a Dia File

2010-08-12 Thread Michael Ross
What is a DAG? On Thu, Aug 12, 2010 at 5:35 PM, David Ferry wrote: > Hi Steffen, > > The programs to which you referred look like they might be just what I > need. It's amazing that none of them came up in Google searches for DAG > drawing software. Thanks for your advice! > > David > > > On Thu

Re: Adding a Minus-Sign to an Arrowhead

2010-08-12 Thread Pooya
Hi Steffen, Hi Hans, > * Take a box > * Make the box match the background color Yes, but how to get rid of its border? (I use for example "perfect sqare") > * Make the box small > * Snap text, arrow and box > * Move the box around > > Grouping text and box might also be interesting, because i

Re: Dia escapes LaTeX in PGF Export

2010-08-12 Thread Pooya
Hi Steffen, thanks for your support. > I assume that you've obtained your Mac version from > http://dia-installer.de. It's build using > MacPorts. The Port file can be found under > > http://trac.macports.org/browser/trunk/dports/gnome/dia/Portfile > > And the MacPorts page contains detailed ste

Re: Generating a Dia File

2010-08-12 Thread David Ferry
DAG - Directed Acyclic Graph http://en.wikipedia.org/wiki/Directed_acyclic_graph David On Thu, Aug 12, 2010 at 6:12 PM, Michael Ross wrote: > What is a DAG? > > > On Thu, Aug 12, 2010 at 5:35 PM, David Ferry wrote: > >> Hi Steffen, >> >> The programs to which you referred look like they might

RE: Object alignment does behave as expected

2010-08-12 Thread Jon Oesterheld
OK so far what I've found is that any vertically aligned shape from the 'Electric' sheet will not properly align with any vertically aligned shape from the 'Circuit' sheet. Run this test: open a new diagram, drop a 'Vertically aligned capacitor' from the 'Circuit' sheet onto the diagram. Now drop