Re: Bug Report

2014-11-28 Thread Octavio Alvarez
On 18/11/14 18:58, 劉文雄 wrote: > Dear Sir: > > I use "Image Odject Tool" to insert a JPEG file(D:\chair.jpg). Then > after editing a diagram I save it to a dia file. But when I reopen that > dia file, I lost that image file. I check the attribute of Image > Object, I found it was save as "hair

Re: Bug Report

2014-11-28 Thread Andrey Repin
Greetings, 劉文雄! > I use "Image Odject Tool" to insert a JPEG file(D:\chair.jpg). Then after > editing a diagram I save it to a dia file. But when I reopen that dia file, > I lost that image file. I check the attribute of Image Object, I found it > was save as "hair.jpg". Obviously, Something i

Re: Bug

2011-06-03 Thread Hans Breuer
At 19.05.2011 21:59, troll greenЪ wrote: Here's some problem with export. Two identical by settings lines (line_set.png) are displayed after export in diffetent ways. (main_sda.png) In editor it's all right. (screen.png) After delete one of them and create a new similar - another one export wi

Re: Bug with filled rounded rectangles?

2010-08-24 Thread Andrzej Ostruszka
On Tue, Aug 24, 2010 at 17:28, Thimo Langbehn wrote: > Actually i meant the Anti-aliasing option in the Dia render window. > It can be toggled in the render window menubar: View->Anti Aliasing > > Andrzej, does this work for you? Ohh, now I get it. It does work. Thank you. Best regards ___

Re: Bug with filled rounded rectangles?

2010-08-24 Thread Thimo Langbehn
> On Fri, Aug 20, 2010 at 20:34, Thimo Langbehn wrote: > > It seems that both artifacts disappear if anti-aliasing is activated. > > Andrzej, could you confirm this? Am Dienstag, den 24.08.2010, 17:17 +0200 schrieb Andrzej Ostruszka: > I gather that you meant exporting to png with anti-aliasing (

Re: Bug with filled rounded rectangles?

2010-08-24 Thread Andrzej Ostruszka
Thimo, Thank you for a reply. On Fri, Aug 20, 2010 at 20:34, Thimo Langbehn wrote: > - From what i can see on Windows this seems to be a rounding issue > with the top/left "rectangle" coordinates or arc sizes/position. The > artifacts appear/disappear with different sizes of the rectangle. As >

Re: Bug with filled rounded rectangles?

2010-08-21 Thread Michael Ross
Now that you mention anti aliasing - I have Dia using some outline text that makes horizontal, rightward going, white (or background colored) lines that mask other shapes stripey-like. If I disable anti aliasing it goes away. But hen the anti aliasing d\goes away which is disappointing. I have t

Re: Bug with filled rounded rectangles?

2010-08-20 Thread Thimo Langbehn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 08/19/10 11:29, Andrzej Ostruszka wrote: > I've just upgraded from 0.96 to 0.97.1 (on Windows) and I have noticed > one thing. > When I have rectangle with rounded corners then I see that there are > some minor problems with filling around corners

Re: Bug 611078 - SVG export ignores diagram scale parameter

2010-08-01 Thread Hans Breuer
At 28.07.2010 01:33, timothy b wrote: With reference to bug 611078, https://bugzilla.gnome.org/show_bug.cgi?id=611078, is this patch going to be incorporated into the next release or does it need to be tested first? It certainly needs to be tested before being incorporated in the next release.

Re: Bug report

2009-04-21 Thread Mathias Plichta
Am 16.04.2009, 15:41 Uhr, schrieb : with the jpeg fil GTK file selection dialogs work a little different from the windows ones. Just keep typing the name you're looking for and it'll do an incremental search. ___ dia-list mailing list dia-list@g

Re: Bug 60331 � Object propertie s should handle multiple objects

2008-12-03 Thread Sameer Sahasrabuddhe
On 11/30/08, Hans Breuer <[EMAIL PROTECTED]> wrote: > Why can't we just change properties_show() to take either an object or a > selection? Thus it would be possible to have all the one-or-multiple object > specific code in app/properties.c, wouldn't it? > Selection as DiaObject still does not pa

Re: Bug 60331 � Object properties should h andle multiple objects

2008-11-30 Thread Hans Breuer
At 28.11.2008 07:02, Sameer Sahasrabuddhe wrote: On 11/28/08, Hans Breuer <[EMAIL PROTECTED]> wrote: Why do you want to change this on the object interface level? Wouldn't a dedicated "multiple selected objects" properties dialog give you a better solution? Ok. Rather than dissecting each oth

Re: Bug 60331 � Object propertie s should handle multiple objects

2008-11-29 Thread Sameer Sahasrabuddhe
Hello, Attaching the code for a new Selection object derived from a DiaObject. It is of course not yet ready to be included ... as you can see from the last three functions in the file, some other changes need to be made first. Also, if we do replace the GList in DiagramData with this Selection ob

Re: Bug 60331 � Object propertie s should handle multiple objects

2008-11-28 Thread Sameer Sahasrabuddhe
On 11/28/08, Hans Breuer <[EMAIL PROTECTED]> wrote: > At 23.11.2008 05:25, Sameer Sahasrabuddhe wrote: >> >> No, I don't intend to change the object interface in any way. Also, >> the current properties dialog itself handles multiple objects very >> well ... the only problem is that when the user

Re: Bug 60331 � Object propertie s should handle multiple objects

2008-11-27 Thread Sameer Sahasrabuddhe
On 11/28/08, Hans Breuer <[EMAIL PROTECTED]> wrote: >>> Why do you want to change this on the object interface level? Wouldn't a >>> dedicated "multiple selected objects" properties dialog give you a better >>> solution? Ok. Rather than dissecting each others emails, let me summarise: We both ag

Re: Bug 60331 � Object properties should h andle multiple objects

2008-11-27 Thread Hans Breuer
At 23.11.2008 05:25, Sameer Sahasrabuddhe wrote: On 11/22/08, Hans Breuer <[EMAIL PROTECTED]> wrote: I tried out newgroup. From the look of it, it has nothing to do with the multiple selection bug! As far as I could see, the newgroup is a very special beast that keeps track of objects within it

Re: Bug 60331 � Object propertie s should handle multiple objects

2008-11-22 Thread Sameer Sahasrabuddhe
On 11/22/08, Hans Breuer <[EMAIL PROTECTED]> wrote: >> I tried out newgroup. From the look of it, it has nothing to do with >> the multiple selection bug! As far as I could see, the newgroup is a >> very special beast that keeps track of objects within it. What I need >> is just a very very simple

Re: Bug 60331 � Object properties should h andle multiple objects

2008-11-22 Thread Hans Breuer
At 21.11.2008 10:11, Sameer Sahasrabuddhe wrote: On 11/20/08, Lars Ræder Clausen <[EMAIL PROTECTED]> wrote: Yeah. Basically newgroup helps a lot of things, including the bug mentioned here. My dilemma is whether to wait for newgroup to finish, or just take what I need. I tried out newgroup. F

Re: Bug 60331 – Object propertie s should handle multiple objects

2008-11-21 Thread Sameer Sahasrabuddhe
On 11/20/08, Lars Ræder Clausen <[EMAIL PROTECTED]> wrote: >> Yeah. Basically newgroup helps a lot of things, including the bug >> mentioned here. My dilemma is whether to wait for newgroup to finish, >> or just take what I need. I tried out newgroup. From the look of it, it has nothing to do wit

Re: Bug 60331 – Object properties should handle multiple objects

2008-11-20 Thread Lars Ræder Clausen
On Thu, 2008-11-20 at 19:31 +0530, Sameer Sahasrabuddhe wrote: > On 11/20/08, Lars Ræder Clausen <[EMAIL PROTECTED]> wrote: > > > On Wed, 2008-11-19 at 11:54 +0530, Sameer Sahasrabuddhe wrote: > >> Hello, > >> > >> The current state of this bug is that properties of a group of objects > >> are han

Re: Bug 60331 – Object propertie s should handle multiple objects

2008-11-20 Thread Sameer Sahasrabuddhe
On 11/20/08, Lars Ræder Clausen <[EMAIL PROTECTED]> wrote: > On Wed, 2008-11-19 at 11:54 +0530, Sameer Sahasrabuddhe wrote: >> Hello, >> >> The current state of this bug is that properties of a group of objects >> are handled correctly. The thing left to do is handling properties of >> multiple se

Re: Bug 60331 – Object properties should handle multiple objects

2008-11-20 Thread Lars Ræder Clausen
On Wed, 2008-11-19 at 11:54 +0530, Sameer Sahasrabuddhe wrote: > Hello, > > The current state of this bug is that properties of a group of objects > are handled correctly. The thing left to do is handling properties of > multiple selected objects, that have not been grouped. The problem > arises i

Re: bug in ext_attributes or my xml file?

2008-06-18 Thread Lars Clausen
On Jun 18, 2008, at 3:31 PM, Avijit Ghosh wrote: Hi Hans, could you point me to the bugzilla submission page for dia? Let me do it this way as it'll be easier than working my way through SVN as I have just started using dia on the coding side.. http://bugzilla.gnome.org/enter_bug.cgi?

Re: bug in ext_attributes or my xml file?

2008-06-18 Thread Avijit Ghosh
Hi Hans, could you point me to the bugzilla submission page for dia? Let me do it this way as it'll be easier than working my way through SVN as I have just started using dia on the coding side.. -regards, -avi On Tue, Jun 17, 2008 at 3:42 PM, Hans Breuer <[EMAIL PROTECTED]> wrote: > > Am 17.0

Re: bug in ext_attributes or my xml file?

2008-06-17 Thread Hans Breuer
Am 17.06.2008 15:26, Avijit Ghosh schrieb: I think I just figured it out. The way copy / paste works with instances leads to this behavior. When you drag a new instance from the shape library creates the new memory. However if you select / paste it seems to be copying references to the data whic

Re: bug in ext_attributes or my xml file?

2008-06-17 Thread Avijit Ghosh
I think I just figured it out. The way copy / paste works with instances leads to this behavior. When you drag a new instance from the shape library creates the new memory. However if you select / paste it seems to be copying references to the data which accidentally glues them together. If you sav

Re: [Bug 465460] anyone has take a look?

2008-06-02 Thread Thomas Harding
On Mon, Jun 02, 2008 at 08:33:31PM +0200, Hans Breuer wrote: > I get mails about every dia bug change. But that does not mean I can make > immediately sense of all of them ;) This particular bug report appeared to > me as some improvement and some regression. But I don't really feel > qualified

Re: [Bug 465460] anyone has take a look?

2008-06-02 Thread Hans Breuer
Am 01.06.2008 15:02, Thomas Harding schrieb: > > Hello, > I updated Bug 465460 a few days ago, but as it is an old one, I don't > know if new maintainers are mailed about. > I get mails about every dia bug change. But that does not mean I can make immediately sense of all of them ;) This partic

Re: bug in object IDs ? O vs 0

2007-10-28 Thread Mårten Svantesson
24 okt 2007 kl. 05.03 skrev Lars Clausen: > brian remedios said: >> I'm working on a Dia diagram generator and I noticed that the >> object IDs >> being generated seem numerical but instead of >> a leading zero they are prefixed with an 'O' (the letter) instead: >> >> > id="O1"> >> >> Is th

Re: bug in object IDs ? O vs 0

2007-10-23 Thread Lars Clausen
brian remedios said: > I'm working on a Dia diagram generator and I noticed that the object IDs > being generated seem numerical but instead of > a leading zero they are prefixed with an 'O' (the letter) instead: > > > > Is this a typo in the code or intentional? It doesn't seem to change per

Re: Bug 455400

2007-08-10 Thread Thomas Harding
On Fri, Aug 10, 2007 at 09:19:53AM -0700, Mark Dexter wrote: > Thomas / Lars: I'm trying to create a PDF file on my cygwin system. I think > I have installed all of the prerequisites except that I cannot find "jw" for > cygwin. I think jw is in docbook-utils pacakge, but I can't > find docbook-util

Re: Bug 455400

2007-08-10 Thread Mark Dexter
Thomas / Lars: I'm trying to create a PDF file on my cygwin system. I think I have installed all of the prerequisites except that I cannot find "jw" for cygwin. I think jw is in docbook-utils pacakge, but I can't find docbook-utils for cygwin. I'll go ahead and post my DIFF and ZIP files later toda

Re: Bug 455400

2007-08-01 Thread Mark Dexter
That works for me. I'll just create a diff file of what I already have, which is the xml files BEFORE patch 439974 was applied. The diff file will include 439974 as well as my changes. Thanks. Mark On 8/1/07, Lars Clausen <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-08-01 at 09:41 -0700, Mark Dexte

Re: Bug 455400

2007-08-01 Thread Lars Clausen
On Wed, 2007-08-01 at 09:41 -0700, Mark Dexter wrote: > Hi Lars. I'm a little confused now. I created my SVN and then applied > the 439974 patch (patch -p0 diff-doc-en.diff) to my local copy. Now > I've done all my changes to my local copy and was just going to create > a DIFF file to upload under

Re: Bug 455400

2007-08-01 Thread Thomas Harding
On Wed, Aug 01, 2007 at 06:33:37PM +0200, Lars Clausen wrote: > If you can make the patch as the difference between what Thomas added > and what you've added on top of that, I can easily apply it. I'm > applying Thomas' stuff from #439974 now, so you may not want to update > your SVN copy until yo

Re: Bug 455400

2007-08-01 Thread Mark Dexter
Hi Lars. I'm a little confused now. I created my SVN and then applied the 439974 patch (patch -p0 diff-doc-en.diff) to my local copy. Now I've done all my changes to my local copy and was just going to create a DIFF file to upload under my patch (455400). So it sounds like I want to update my loca

Re: Bug 455400

2007-08-01 Thread Lars Clausen
On Tue, 2007-07-31 at 11:51 -0700, Mark Dexter wrote: > Thanks, Thomas. Everything works now. I'm going to make my changes > this afternoon (I'm in Seattle, USA -- Pacific time). So I should able > to upload the patch file later today. I'll add more notes to the bug > indicating the different place

Re: Bug 455400

2007-07-31 Thread Sameer Sahasrabuddhe
On 7/31/07, Mark Dexter <[EMAIL PROTECTED]> wrote: > Also, I still would like answers to my questions about how to find and > download uncommitted documentation patches (so I can start with the latest > versions). Hi, I have been following this thread and from what I understand, there are two peo

Re: Bug 455400

2007-07-31 Thread Mark Dexter
Hi. I'm try to link to a specific section in a different xml file in DocBook. The specific example is: I'm inside usage-objects-basic.xml and am trying to link to a specific section in usage-objects.xml. I can link to the top of the document with the following: For tips on editing text, see E

Re: Bug 455400

2007-07-31 Thread Mark Dexter
Thanks, Thomas. Everything works now. I'm going to make my changes this afternoon (I'm in Seattle, USA -- Pacific time). So I should able to upload the patch file later today. I'll add more notes to the bug indicating the different places where I've made changes and additions. Mark On 7/31/07, Tho

Re: Bug 455400

2007-07-31 Thread Thomas Harding
On Tue, Jul 31, 2007 at 10:17:57AM -0700, Mark Dexter wrote: > Hi Thomas. I have hit a small problem. When I applied the patch ("patch -p0 > < diff-doc-en.diff"), I think it was supposed to create a file called > dia-cmdline.xml. However, it did not create this file. So now I get an error > when I

Re: Bug 455400

2007-07-31 Thread Mark Dexter
Hi Thomas. I have hit a small problem. When I applied the patch ("patch -p0 < diff-doc-en.diff"), I think it was supposed to create a file called dia-cmdline.xml. However, it did not create this file. So now I get an error when I run the xsltproc command on my system. It appears to have modified th

Re: Bug 455400

2007-07-31 Thread Thomas Harding
On Tue, Jul 31, 2007 at 06:32:52AM -0700, Mark Dexter wrote: > Is it OK for me to go ahead and do this? Should I create separate bugzilla > tickets for each of these or can I include them in bug #455400? I think the better is to input the less possible bugs, and merge all changes in one (as long a

Re: Bug 455400

2007-07-31 Thread Thomas Harding
On Mon, Jul 30, 2007 at 11:15:31AM -0700, Mark Dexter & Deb Cowley wrote: > 1. How do I download the patch to apply? I looked at bugzilla and at the svn > web site and couldn't figure this out. go to http://bugzilla.gnome.org/show_bug.cgi?id=439974 on Comment #13 from Thomas Harding(reporte

Re: Bug 455400

2007-07-31 Thread Mark Dexter
Hello again. I would like to make some additional improvements to the English documentation, as follows: 1. Add documentation about Object / Align, including screenshots of all 10 types of align (left, center, right, top, middle, bottom, spread out horizontally, spread out vertically, adjacent, st

Re: Bug 455400

2007-07-30 Thread Mark Dexter & Deb Cowley
Hello Thomas. Thanks for the quick reply. I think I understand most of this now. I still have two questions. 1. How do I download the patch to apply? I looked at bugzilla and at the svn web site and couldn't figure this out. 2. How do I know which patches to download and apply? Is there a way to s

Re: Bug 455400

2007-07-30 Thread Thomas Harding
On Mon, Jul 30, 2007 at 09:04:59AM -0700, Mark Dexter & Deb Cowley wrote: > Hello again, Thomas. I have tried to work through the instructions in your > e-mail below, but I still have some questions. I apologize for being such a > newbie on this stuff, but I'm anxious to learn more about how this p

Re: Bug 455400

2007-07-30 Thread Mark Dexter & Deb Cowley
Hello again, Thomas. I have tried to work through the instructions in your e-mail below, but I still have some questions. I apologize for being such a newbie on this stuff, but I'm anxious to learn more about how this process works. The good news is that I have written some additional documentation

Re: bug #439974 [Cc from Comment #15]

2007-07-23 Thread Steffen Macke
Hi Thomas, > dia-cmdline is created on-the-fly from dia.dbk via the sed script > (see Makefile.am). This allows future up-to-date man page included > in the manual. This is fine with me. However, I would like to get Lars OK to integrate this. I'm also not very good with automake :-( Things that

Re: Bug 455400

2007-07-23 Thread Thomas Harding
On Sun, Jul 22, 2007 at 05:27:04PM -0700, Mark Dexter & Deb Cowley wrote: > I looked at the link you supplied and found where I would like to add some > new text (as outlined in the bugzilla bug). I would propose adding a new > section called 'Text Entry" just after Using Objects / Deleting Objects

Re: Bug 455400

2007-07-22 Thread Mark Dexter & Deb Cowley
Hello Steffen. I looked at the link you supplied and found where I would like to add some new text (as outlined in the bugzilla bug). I would propose adding a new section called 'Text Entry" just after Using Objects / Deleting Objects. This appears to be in the file http://svn.gnome.org/svn/dia/t

Re: Bug 455400

2007-07-22 Thread Steffen Macke
Hi Mark, thanks for the bug report and thanks for following up. Your input is very much appreciated. I'm currently trying to have at least a look at all the bug reports and reply to them if possible/necessary. > 1. What is the best way to propose improvements to the documentation? Submitting pa

Re: [Bug 427552] [patch] is there subsitting any problem on?

2007-05-08 Thread Thomas Harding
On Mon, May 07, 2007 at 09:13:13PM +0200, Lars Clausen wrote: > >From my side, the problem is mainly that my father died very suddenly > week before last, so I have somewhat of a backlog on Dia. I'm looking I'm offering you my sympathy. -- Thomas Harding

Re: [Bug 427552] [patch] is there subsitting any problem on?

2007-05-07 Thread Lars Clausen
On Mon, 2007-05-07 at 19:12 +0200, Thomas Harding wrote: > Hello, > I submitted last modifications on this patch 2 weeks ago, > answering to all queries on. > > Nevertheless, there is no news about it's adoption. > > This patch adds French documentation, so it is absolutely not critical, > except

Re: bug in stringlist ?

2006-08-10 Thread Lars Clausen
On Thu, 2006-08-10 at 15:55 +0200, ludovic mercier wrote: > Thanks Lars, > > i don't know valgrind it's excellent. I have debugged my code it's > work :). Isn't it just great? It has ridden Dia of some of its most confusing bugs. > I save liststring and loading succesfully from a dia-file. Goo

Re: bug in stringlist ?

2006-08-10 Thread ludovic mercier
Thanks Lars, i don't know valgrind it's excellent. I have debugged my code it's work :). I save liststring and loading succesfully from a dia-file. Do you have interesting for a patch of prop_text.c ? Lidiriel. ___ Dia-list mailing list Dia-list@gnome

Re: bug in stringlist ?

2006-08-10 Thread ludovic mercier
On Thu, 2006-08-10 at 22:20 +0200, Lars Clausen wrote: > > Given that diagram_tree_add_object has no relevance to the stringlist > properties, I'm thinking corrupted memory has happened. As I mentioned > earlier, stringlist is not used anywhere else -- this means there's likely > to be bugs in t

Re: bug in stringlist ?

2006-08-10 Thread lidiriel
On Thu, 2006-08-10 at 22:20 +0200, Lars Clausen wrote: > Given that diagram_tree_add_object has no relevance to the stringlist > properties, I'm thinking corrupted memory has happened. As I mentioned > earlier, stringlist is not used anywhere else -- this means there's likely > to be bugs in ther

Re: bug in stringlist ?

2006-08-10 Thread Lars Clausen
lidiriel sagde: > Hello, > > I try to use stringlist (prop_text.c .h) with a new simple object. > For a attribut GList * foo, if foo has a minimum of one element a bug > appear when the object is draw (if foo is null no bug). > After analysis i think that dia failed on diagram_tree_add_object ... >

Re: bug: two dia toolbars open at once

2006-04-08 Thread Hans Breuer
On 07.04.2006 23:57, Anthony Ettinger wrote: When two are open, In the case of two toolboxes you have two independent instances of Dia running at the same time. and I export as PNG, I get an option for dimensions (which is not typical), Which of the (up to three) PNG export filters is chosen

Re: bug in DIA for Windows XP?

2006-03-27 Thread Hans Breuer
On 27.03.2006 13:45, Philippe SENOT wrote: Hi, With DIA under Windows XP, I would like to know why I get this error in a command window: I/O warning : failed to load external entity "NULL" DIA works fine if I don't close the command window. Yes, known issue: http://bugzilla.gnome.org/show_

Re: bug in DIA for Windows XP?

2006-03-20 Thread Steffen Macke
Hi Philippe, > With DIA under Windows XP, I would like to know why I get this error in a > command window: > I/O warning : failed to load external entity "NULL" > Is there a translation in french for DIA for Windows? Which version of Dia for Windows are you using? You may want to try the latest

Re: Bug 163574

2006-02-04 Thread christian . ridderstrom
On Wed, 1 Feb 2006, Lars Clausen wrote: > [EMAIL PROTECTED] sagde: > > On Tue, 31 Jan 2006, Lars Clausen wrote: > > > >> > It's probably old news, but I was able to reproduce this one > >> > > >> > http://bugzilla.gnome.org/show_bug.cgi?id=163574 > >> > > >> > using 0.94 and following the steps i

Re: Bug 163574

2006-02-01 Thread Lars Clausen
[EMAIL PROTECTED] sagde: > On Tue, 31 Jan 2006, Lars Clausen wrote: > >> > It's probably old news, but I was able to reproduce this one >> > >> >http://bugzilla.gnome.org/show_bug.cgi?id=163574 >> > >> > using 0.94 and following the steps in the report, i.e. >> > >> > 1. start dia >> > 2. add a

Re: Bug 168638

2005-02-28 Thread Alan Horkan
On Mon, 28 Feb 2005, Alan Horkan wrote: > Date: Mon, 28 Feb 2005 13:51:45 + (GMT) > From: Alan Horkan <[EMAIL PROTECTED]> > Reply-To: discussions about usage and development of dia > > To: Tom Kast <[EMAIL PROTECTED]>, > discussions about usage and dev

Re: Bug 168638

2005-02-28 Thread Alan Horkan
On Mon, 28 Feb 2005, Tom Kast wrote: > Date: Mon, 28 Feb 2005 00:08:08 -0500 > From: Tom Kast <[EMAIL PROTECTED]> > To: dia-list@gnome.org > Subject: Bug 168638 > > Version details: cvs head, 0.94 also has bug > Distribution/Version: Fedora Core 3 > In a UML class diagram, sometimes when you sele

Re: bug in 0.93pre1: dia crashes when copy/paste a circle object

2004-04-03 Thread Lars Clausen
On Fri, 2004-04-02 at 09:52, Zhang Lin-bo wrote: > Dia crashes when copy/paste a standard circle object. > > I was running dia-0.93pre1 under Fedora Core 1. > (dia-0.92.2-1 does not have this problem). Thanks for noticing, that was due to the new handle in the middle. And here I was just about t

Re: Bug: Text in Diagram dosn't show up (dia 0.91)

2004-01-31 Thread Alan Horkan
On Fri, 23 Jan 2004, Zarathustra wrote: > Date: Fri, 23 Jan 2004 14:51:02 +0100 > From: Zarathustra <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Bug: Text in Diagram dosn't show up (dia 0.91) > > Hi, > > when I try to insert text in the diagram (using dia 0

Re: Bug: Text in Diagram dosn't show up (dia 0.91)

2004-01-30 Thread loli
On Fri, 30 Jan 2004 22:15:26 +0100, Zarathustra wrote > Hi, > > when I try to insert text in the diagram (using dia 0.91), all I get > is a 'placeholder' for the text, but the text isn't written (only > very tiny lines). When I open an existing diagram with text, I get > the same problem.

Re: [Fwd: Re: [Bug 114038] Changed - "ability to scroll the left side menu" ???]

2003-09-12 Thread Lars Clausen
On 12 Sep 2003, Alan Horkan wrote: > > On Fri, 12 Sep 2003, Lars Clausen wrote: > >> >> I already changed it to "auto", which would seem to be the correct >> solution. As for PHP, we should wait till we get to gnome.org. > > Hopefully we can use frames to our benefit and gradually move somof the >

Re: [Fwd: Re: [Bug 114038] Changed - "ability to scroll the left side menu" ???]

2003-09-12 Thread Alan Horkan
On Fri, 12 Sep 2003, Lars Clausen wrote: > Date: Fri, 12 Sep 2003 13:25:18 -0500 > From: Lars Clausen <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [Fwd: Re: [Bug 114038] Changed - "ability to scroll the left > side m

Re: [Fwd: Re: [Bug 114038] Changed - "ability to scroll the left side menu" ???]

2003-09-12 Thread Lars Clausen
On 12 Sep 2003, Alan Horkan wrote: > > On Fri, 12 Sep 2003, Lars Clausen wrote: > >> On 10 Sep 2003, Alexander Larsson wrote: >>> -Forwarded Message- From: David A Aitcheson <[EMAIL PROTECTED]> >> >> I really don't like frames, and someday, maybe around December 47th, >> I'll redo the Dia s

Re: [Fwd: Re: [Bug 114038] Changed - "ability to scroll the left side menu" ???]

2003-09-12 Thread Alan Horkan
On Fri, 12 Sep 2003, Lars Clausen wrote: > On 10 Sep 2003, Alexander Larsson wrote: > > -Forwarded Message- From: David A Aitcheson <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] Subject: Re: [Bug 114038] Changed - "ability to > > scroll the left side menu&

Re: [Fwd: Re: [Bug 114038] Changed - "ability to scroll the left side menu" ???]

2003-09-12 Thread Lars Clausen
On 10 Sep 2003, Alexander Larsson wrote: > -Forwarded Message- From: David A Aitcheson <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] Subject: Re: [Bug 114038] Changed - "ability to > scroll the left side menu" ??? Date: 04 Sep 2003 15:14:41 -0400 > > Alex, &g

Re: bug: "Object has no properties" window

2003-02-08 Thread Yuri Arapov
On 07 Feb 2003 13:58:00 -0600 Lars Clausen <[EMAIL PROTECTED]> wrote: > > Bug reports normally go to > > http://bugzilla.gnome.org > > Hear, hear! Sorry, guys! Next time you'll se me on bugzilla. -- All the best, Yuri mailto: [EMAIL PROTECTED] __

Re: bug: "Object has no properties" window

2003-02-08 Thread Yuri Arapov
On Fri, 7 Feb 2003 17:06:29 + (GMT) Alan Horkan <[EMAIL PROTECTED]> wrote: > Bug reports normally go to > http://bugzilla.gnome.org My mistake. Next time I'll go to bugzilla. > > Dia 0.91-pre1 bug report > > > > 1. Start dia. > > What version of Dia? As it says 0.91-pre1. > What Operatin

Re: bug: "Object has no properties" window

2003-02-07 Thread Lars Clausen
On Fri, 7 Feb 2003, Alan Horkan wrote: > > Bug reports normally go to > http://bugzilla.gnome.org Hear, hear! > >> 2. Create new diagram. >> 3. Select UML diagraming tools. >> 4. Put new object (say, use case) on diagram. >> 5. Dblclick on this object. >> 6. Close properies dialog. >> 7. Click

Re: bug: "Object has no properties" window

2003-02-07 Thread Alan Horkan
Bug reports normally go to http://bugzilla.gnome.org On Fri, 7 Feb 2003, Yuri Arapov wrote: > Date: Fri, 7 Feb 2003 19:25:44 +0300 > From: Yuri Arapov <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: bug: "Object has no properties" window > > Dia 0.91-pre1 bug

Re: Icons [Re: bug in dia (windows 2000, dia Version 0.9)]

2003-01-31 Thread Lars Clausen
On Fri, 31 Jan 2003, Alan Horkan wrote: > > On 31 Jan 2003, Lars Clausen wrote: > >> > but when i am exporting to .shape files, it would save me quite a bit >> > of effort if the background transparent not white. >> >> Actually, I've come to like having a colored background on the icons. >> Put a

Icons [Re: bug in dia (windows 2000, dia Version 0.9)]

2003-01-31 Thread Alan Horkan
On 31 Jan 2003, Lars Clausen wrote: > That's a different issue from what we were talking about. We were talking > about images with transparency inserted in a diagram that is then > exported. Transparent background for PNG is a different matter entirely, > and I'm not sure how to go about doing

Re: bug in dia (windows 2000, dia Version 0.9)

2003-01-31 Thread Lars Clausen
On Fri, 31 Jan 2003, Alan Horkan wrote: > > On 31 Jan 2003, Lars Clausen wrote: > > > >> Image transparency is no easy thing. In CVS, I've managed to get it for >> the PNG export, but I don't know enough PostScript to do it for eps (or >> for printing, for that matter). Any PostScript experts

Re: bug in dia (windows 2000, dia Version 0.9)

2003-01-31 Thread Alan Horkan
On 31 Jan 2003, Lars Clausen wrote: > Image transparency is no easy thing. In CVS, I've managed to get it for > the PNG export, but I don't know enough PostScript to do it for eps (or for > printing, for that matter). Any PostScript experts around, please speak up. Funny, i was gonna file a

Re: bug in dia (windows 2000, dia Version 0.9)

2003-01-31 Thread Lars Clausen
On Fri, 31 Jan 2003, [EMAIL PROTECTED] wrote: > Hello, > dia is a wonderful idea. I like it. > > When working with dia unter Windows 2000, I found what seemed > to be a bug. The problem is missing "transparency in images". I send > you an example enclosed, consisting of > 1. the .dia file to verif

Re: Bug in po-checktrans.py ?

2002-12-10 Thread Cyrille Chepelov
Le Tue, Dec 10, 2002, à 04:44:12PM +0100, Christophe Ponsard a écrit: > I am not a python-man but I am getting an error in > lign 53 of po-checktrans.py >if s.find('fuzzy') >=0 > > which I fixed using >if string.find(s,'fuzzy') >= 0 You have an ancient version of Python. Please upgrade

Documentation of cybernetic shapes [Re: [Bug 95553] Changed -Cybernetic circuit shapes (fwd)]

2002-10-22 Thread Alan Horkan
. Thanks, many thanks. Sincerely Alan Horkan http://advogato.org/person/AlanHorkan/ -- Forwarded message -- Date: Mon, 21 Oct 2002 17:04:45 +0200 From: Thorsten Roggendorf <[EMAIL PROTECTED]> To: Alan Horkan <[EMAIL PROTECTED]> Subject: Re: [Bug 95553] Changed - Cybernetic ci

Re: 'Pipe' export feature (was: Re: Bug #86375 can be closed...)

2002-07-16 Thread Andrew Ferrier
On 2002-07-16 at 17:17 -0500, Lars Clausen wrote: > > Also, I think this would be best implemented using a > > special pseudo-export filter for dia, which would read the > > appropriate config. files and add the appropriate 'export > > file types'. > > > > This seems a fairly major idea: what do

Re: 'Pipe' export feature (was: Re: Bug #86375 can be closed...)

2002-07-16 Thread Lars Clausen
On Tue, 16 Jul 2002, Andrew Ferrier wrote: > On 2002-07-16 at 14:10 -0700, Tim Ellis wrote: > >> > Dia would have a configuration directory (something like >> > /usr/share/dia/exportpipes.d). >> >> Overridden by ~/.dia/ > > Maybe --- this would be a 'not much extra effort' feature. But > tedia2s

Re: 'Pipe' export feature (was: Re: Bug #86375 can be closed...)

2002-07-16 Thread Andrew Ferrier
On 2002-07-16 at 14:10 -0700, Tim Ellis wrote: > > Dia would have a configuration directory (something like > > /usr/share/dia/exportpipes.d). > > Overridden by ~/.dia/ Maybe --- this would be a 'not much extra effort' feature. But tedia2sql and similar would be system-wide, would they not? I su

Re: 'Pipe' export feature (was: Re: Bug #86375 can be closed...)

2002-07-16 Thread Tim Ellis
> Dia would have a configuration directory (something like > /usr/share/dia/exportpipes.d). Overridden by ~/.dia/ > When programs such as tedia2sql > got installed, they would install a configuration file in this > directory which would specify what pipes, scripts etc. dia > needed to use in ord

'Pipe' export feature (was: Re: Bug #86375 can be closed...)

2002-07-16 Thread Andrew Ferrier
On 2002-07-16 at 12:11 -0700, Tim Ellis wrote: > > Maybe I'm missing the point, but what stops you doing: > > > > export in dia to diagram.dia, say. > > > > cat diagram.dia | grep attribute | sed -e 's/ABC/DEF/' > munged.txt > > > > Does that not do the same thing? Do you really think this > > fe

Re: Bug #86375 can be closed...

2002-07-16 Thread Tim Ellis
> > For example, I might like to export to the following: > > "grep attribute | sed -e 's/ABC/DEF/' > munged.txt" > > Maybe I'm missing the point, but what stops you doing: > > export in dia to diagram.dia, say. > > cat diagram.dia | grep attribute | sed -e 's/ABC/DEF/' > munged.txt > > Do

Re: Bug #86375 can be closed...

2002-07-16 Thread Andrew Ferrier
> Here's one that may be easy, and may be useful? I'll let the list decide. > > How about an export via filter? > > For example, I might like to export to the following: > > "grep attribute | sed -e 's/ABC/DEF/' > munged.txt" > > How's that? Maybe I'm missing the point, but what stops you d

Re: Bug #86375 can be closed...

2002-07-16 Thread Tim Ellis
> Now to decide what to work on next... once I've got back from > holiday (going to Australia, woohoo!). Anyone got any > suggestions of work going? Maybe an import/export filter that > needs finishing? Nothing too urgent would be good... Here's one that may be easy, and may be useful? I'll let t

Re: Bug 0.90-RC2: Sheets and Objects dialog...

2002-05-28 Thread Steffen Macke
>When "touching" objects of different sheets, it appears a message > which classifies them as "System sheet" or "User sheet"; but the > message should classify the objects as being defined with a *.svg file > or with a *.c file. One sheet can contain objects defined by *.c and *.shape, regard

Re: Bug 0.90-RC2: Sheets and Objects dialog...

2002-05-28 Thread Dolores Alia de Saravia
I modify my first interpretation (after more experimentation and looking at the programs): When "touching" objects of different sheets, it appears a message which classifies them as "System sheet" or "User sheet"; but the message should classify the objects as being defined with a *.svg fi

Re: Bug? in 0.90 RC2: UML - Object and UML - (small) package.

2002-05-26 Thread Cyrille Chepelov
Le Mon, May 27, 2002, à 07:12:25AM +0200, Cyrille Chepelov a écrit: > annoying, indeed. fixed now. -- Cyrille -- Grumpf. ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Re: Bug? in 0.90 RC2: UML - Object and UML - (small) package.

2002-05-26 Thread Cyrille Chepelov
Le Sun, May 26, 2002, à 11:27:03PM -0300, Dolores Alia de Saravia a écrit: > (Please, try to understand my english) > Behavior of UML - Object has changed since version 0.88.1; > Height grows to accomodate Stereotype and Explicit State fields, > even when theese fields are empty > S

Re: bug joining arrows: connection points must be distinct

2002-02-09 Thread Lars Clausen
On Sat, 9 Feb 2002, Neil Zanella wrote: > > Hello, > > I had an arrow connected to a connection point and was moving it around. > Accidentally the head and tail of the arrow ended up sticking to the very > same connection point which resulted in not being able to remove the > arrow from the conn

Re: Bug report for 0.88.1 - resize & fig export

2001-07-18 Thread Lars Clausen
On Wed, 18 Jul 2001, Dolores Alia de Saravia wrote: > This is a question to Lars Clausen: > > When wou wrote "This is easily fixed", do you refer to >--- the resize problem >--- the fig export problem >--- to both problems > ? The fig export problem dealing with zeroes in the colors

Re: Bug report for 0.88.1 - resize & fig export

2001-07-18 Thread Dolores Alia de Saravia
This is a question to Lars Clausen: When wou wrote "This is easily fixed", do you refer to --- the resize problem --- the fig export problem --- to both problems ? Thank you. Loli > On Tue, 17 Jul 2001, Cris Bailiff wrote: > > > I can't find any on-line bug reporting system, so

  1   2   >