Re: Win32 plugin build

2001-06-02 Thread Hans Breuer
At 22:11 01.06.01 -0700, Lennon Day-Reynolds wrote: >Okay, ladies and germs, here's my dilemma: > >My plug-in, which is compiling wonderfully on Linux, is supposed to be >demonstrated on a Windows box in a little less than 48 hours. I'm in the >process of pulling a fresh copy of the latest CVS v

Beziergon Bounding Box Broken and other Bugs

2001-06-14 Thread Hans Breuer
Hi Cyrille, recent CVS doesn't allow to draw Beziergons anymore - most of the time. There are only some few angles for the control lines which give a visible outline. Bezier lines are drwan more often but there are modes which make them dissappear as well, e.g. a straight vertical line or a sharp

Re: Beziergon Bounding Box Broken and other Bugs

2001-06-14 Thread Hans Breuer
At 13:30 14.06.01 +0200, Cyrille Chepelov wrote: >Le mer, jun 13, 2001, à 01:00:40 +0200, Hans Breuer a écrit: > >> recent CVS doesn't allow to draw Beziergons anymore - most of >> the time. There are only some few angles for the control lines >> which give a visible

Re: Font structure needs name change

2001-07-08 Thread Hans Breuer
At 14:32 07.07.01 -0500, Lars Clausen wrote: > >To get the list of fonts from X for FreeType, I need to include Xlib.h, but >that defines a Font struct. I will need to rename the Font structure to >DiaFont. Stand by for mass renaming. I wish I had a refactoring editor:) > Or even better C++: na

Re: python plugin and object properties

2001-07-08 Thread Hans Breuer
At 17:01 30.06.01 +0200, Michael Maluck wrote: >Hi all, > >tried to get some object properties of "UML Class" objects in the >python dia console. > >i comiled dia 0.88.1 from source with the --with-python option. >dia.active_display().diagram.layers[0].properties.get("obj_pos") returns >always Non

StdProp overhaul: broken plug-ins

2001-08-15 Thread Hans Breuer
+ * plug-ins/python/**/*: I gave up converting this; I can't + compile --with-python (problems with object.h defined both by us + and by Python). I'll gladly help whomever cares to fix it ! + (or, fix it myself if someone tells me how to compile it). + Hi Cyrille, while ma

Re: StdProp overhaul: broken plug-ins

2001-08-15 Thread Hans Breuer
At 22:02 15.08.01 +0200, Cyrille Chepelov wrote: >Hans, it's good to see you're back ! > Don't expect too much, IMO Gtk2 has still higher priority. Even all you factorizing would be simplier there :) >> [...] >> >> 1) it would be nice if one could get a property refernce directly >> from the obj

Re: Dia ChangeLog report for Thu Aug 16 07:23:01 2001 (UTC)

2001-08-16 Thread Hans Breuer
At 15:41 16.08.01 +0200, Cyrille Chepelov wrote: >Le jeu, aoû 16, 2001, à 09:24:05 +0200, Dia ChangeLog Daemon a écrit: > >> +* objects/sadt/annotation.c : disable TEMPORARY_EVENT_TEST for >> +msvc instead of cleaning missing includes > >Which includes are missing ? I'd like to make sure t

Re: StdProp overhaul: broken plug-ins

2001-08-17 Thread Hans Breuer
At 00:47 16.08.01 +0200, Cyrille Chepelov wrote: >Le jeu, aoû 16, 2001, à 12:00:47 +0200, Hans Breuer a écrit: > >[advertisement for GObject] > It was not really advertisement. For your reading pleasure you may want to replace every occurence of GObject with GtkObject (without the GU

libxml 1-2-3

2001-08-18 Thread Hans Breuer
Hi Cyrille, your recent libxml changes introduce a problem (which is probably long-time built-in in libxml). Why does a single library need two names ? In dia_xml.c you are referencing the libxml headers as but there are many places which just #include "tree.h". Really fixing it isn't allowed,

Re: dia Win32 0.89 installer

2001-09-13 Thread Hans Breuer
At 07:16 13.09.01 +0200, Cyrille Chepelov wrote: >Le jeu, sep 13, 2001, à 07:27:33 +0200, Steffen Macke a écrit: > >> You can get it from >> http://dia-installer.sourceforge.net/dia-0.89-setup.exe >> I'll make the release on sourceforge just before 0.89 is >> released officially. > > >This build u

Re: dia Win32 0.89 installer

2001-09-13 Thread Hans Breuer
At 17:53 13.09.01 +0200, Cyrille Chepelov wrote: >Le jeu, sep 13, 2001, à 04:20:29 +0200, Cyrille Chepelov a écrit: > >me again. > > * I've reloaded a file saved with dia 0.88."2". It was in French, with >diacritics. dia-0.89-test2 for Win32 silently corrupted all diacritics, >turning them into

Re: Dia ChangeLog report for Fri Sep 14 07:23:01 2001 (UTC)

2001-09-14 Thread Hans Breuer
At 09:24 14.09.01 +0200, Dia ChangeLog Daemon wrote: >Snapshots available at http://www.crans.org/~chepelov/dia/snapshots > >*** Recent ChangeLog entries: > >--- ChangeLog.previous Sun Sep 9 09:23:18 2001 >+++ dia-cvs-snapshot/ChangeLog Fri Sep 14 09:23:16 2001 >@@ -1,3 +1,39 @@ >+2001-09-13 Cyr

more utf8 #ifdefs

2001-09-14 Thread Hans Breuer
to fix some more issues related to utf8 (GTK_TALKS_UTF8_WE_DONT) and our previously broken xml files (due to missing encoding) I've produced the following patch. to 'try to not silently change the logic, while avoiding crashes' and because all those char conversion logic is a litte out of my usua

Re: Printing

2001-10-04 Thread Hans Breuer
At 14:07 04.10.01 -0400, Mike Bruckheimer wrote: >I just found DIA (Windows) and am quite excited by its speed and >functionality but I have been unable to successfully print. my >(network) printer appears in the print dialog but when I select [OK} to >print, i receive a dialog box stating: Could

Re: Diagram tree window - patch (Was: Re: xml-i18n and a new feature)

2001-10-31 Thread Hans Breuer
At 07:24 31.10.01 +0100, Cyrille Chepelov wrote: >Le mer, oct 31, 2001, à 01:18:43 +0100, Jose A. Ortega Ruiz a écrit: > >> the attached patch (to be applied to the current CVS tree) implements >> the diagram window idea i mentioned a few days ago: > >unfortunately, it lacks diagtree.h, which make

Re: Diagram tree window - patch (Was: Re: xml-i18n and a new feature)

2001-11-01 Thread Hans Breuer
At 14:25 01.11.01 +0100, Jose A. Ortega Ruiz wrote: >Cyrille Chepelov <[EMAIL PROTECTED]> writes: > >> >> Thanks a lot, Jose. This thing rocks. >> >> -- Cyrille >> > >you're welcome. it's a pleasure contributing to such a great project! >if you miss any feature in this tree thing (e.g. pop

Re: Diagram tree window

2001-11-02 Thread Hans Breuer
At 02:00 02.11.01 +0100, Jose A. Ortega Ruiz wrote: >Hans Breuer <[EMAIL PROTECTED]> writes: > >> Just commited your patch. Please check if I've accidently broken anything >> while fixing some glitches :) >> > >i've updated my local copy, but the

RE: Dia + OO

2001-11-02 Thread Hans Breuer
At 02:39 02.11.01 +, Alan Horkan wrote: > >You are probably already aware of libwmf its used by a bunch of other >Gnome Office Apps. >(but just in case you aren't ill post this link anyway) > >http://www.wvware.com/libwmf.html > Last time I looked it did only implement Import. Not that useful

Re: Dia + OO

2001-11-02 Thread Hans Breuer
At 09:34 02.11.01 -0800, Robert Campbell wrote: >I'm going to reply to my own post before it even shows up on the list. I just opened a MS Word document that contains embedded EPS with OpenOffice, and the image was visible. So the problem may be with the EPS output that Dia is producing. Maybe

Re: diagram tree update

2001-11-20 Thread Hans Breuer
At 00:47 19.11.01 +0100, Jose A. Ortega Ruiz wrote: > [...] > >- a single mouse click on a diagram or object node does not raise > the corresponding diagram window nor selects the object. a double > click is needed. > What about single click -> select in tree and diagram double click -> additio

Re: new diagram tree patch

2001-12-20 Thread Hans Breuer
Hi Jose, sorry for not answering earlier. I've applied your patch to my local tree, but it was the missing ChangeLog entry, what stopped me from commiting to cvs. Also there was some probably minor glitch with : patching file `app/diagram_tree_menu_callbacks.c' Hunk #2 FAILED at 74. misordered h

Re: Printing in Dia 0.88.1 win32

2002-01-01 Thread Hans Breuer
gram is started. > I also noticed this but never found a workaround, despite ... To: [EMAIL PROTECTED], <[EMAIL PROTECTED]> From: Hans Breuer <[EMAIL PROTECTED]> Subject: Re: Printing / DIA /Win32 At 15:11 25.02.01 -0500, Vincent Kelly wrote: >Is it possible to print in

Re: Struggling with CVS version of dia

2002-01-04 Thread Hans Breuer
At 17:25 04.01.02 +, [EMAIL PROTECTED] wrote: >> What is the current state of dia on Win32, BTW. Is >> there any person using it regularily? >> >> Martin > > [...] >If you compile a CVS version for Windows, I would >appreciate if you placed it somewhere that I could >download it from. > Th

Re: working progress for UTF-8

2002-01-18 Thread Hans Breuer
_to_utf8, g_convert(_with_iconv), g_utf8_*) Look at glib/gunicode.h and glib/gconvert.h. Also GTK+ is now official api frozen so most of the arguments against Date: Thu, 12 Apr 2001 21:10:31 +0200 To: [EMAIL PROTECTED] From: Hans Breuer <[EMAIL PROTECTED]> Subject: Target Gtk+2.0 (was Re: plug-ins/r

Re: dia 0.88-1 export problem?

2002-01-21 Thread Hans Breuer
At 20:33 20.01.02 -, Tariq Rashid wrote: > >dear all, > >i have been having some frustrating problems with dia going a bit unstable >after a while... producing "junk" files... > It would be nice if you could provide information about the platform your Dia is running on. First I concluded from

RE: dia gdk warning

2002-01-24 Thread Hans Breuer
At 08:35 24.01.02 -, Adrian Stacey wrote: >Hans, > >Re: ReleaseDC failed: I have had the same problem and it is coupled with the >text not appearing in dialog boxes under Dia. It is not simply a matter of >using Dia until it windows runs out of GDI memory: Dia becomes unuseable as >a result of

Re: Dia ChangeLog report for Tue Feb 12 08:23:01 2002 (UTC)

2002-02-15 Thread Hans Breuer
At 09:25 12.02.02 +0100, Dia ChangeLog Daemon wrote: >+++ dia-cvs-snapshot/ChangeLog Tue Feb 12 09:23:14 2002 >@@ -1,3 +1,30 @@ >+2002-02-12 Akira TAGOH <[EMAIL PROTECTED]> >+ >+ * lib/text.c (text_draw): fixed XIM position, when menubar is shown for >+ diagram window. >+ UHM. Your re

Re: copying dig to MS word

2002-02-19 Thread Hans Breuer
At 19:00 19.02.02 -, sartajsingh wrote: > >how can I copy the UML diag to MS word. >HOw do you export your diagrams somewhere else in a document ? What about reading documentation ? Try File/Export and find a file format which M$ Word is capable to read in. Like WMF, WPG, PNG, etc. Before

Re: copying dig to MS word

2002-02-19 Thread Hans Breuer
At 21:48 19.02.02 +0100, Matthieu Sozeau wrote: >You can currently export to PNG or PostScript (PS). Support for other file >types in M$ Word is only for M$ File Types (Excel...). But if you want >your Diagrams to be exported into MS Word, well just ask them! You are obviously talking about M$ W

Re(3): copying dig to MS word

2002-02-20 Thread Hans Breuer
At 10:32 20.02.02 -, sartajsingh wrote: > > >hate to tell you I am using windows. >Does the same apply ?? Ever asked yourself who has made Dia available for win32 ? Hans >sartaj > >On Wed, 20 Feb 2002 Hans Breuer wrote : [...] Hans "at" Br

g_get_home_dir() [was Re: Re(3): copying dig to MS word]

2002-02-26 Thread Hans Breuer
At 23:38 20.02.02 +, Alan Horkan wrote: > > [...] > >BTW where in the code is the home dir set? i think Application Data is >the appropriate place to put the .diarc (and on multiuser windows >%userprofile%/Application Data). I'd like to _try_ and solve the problem >so that it "just works", u

Re: gtk-2.0

2002-03-13 Thread Hans Breuer
At 16:12 11.03.02 -0600, Lars Clausen wrote: > >So GTK-2.0 came out over the weekend[1]. I've spent some time today trying >to get Dia to compile with it. There's a bunch of smaller things, but now >I'm hitting the big stuff. Major changes would include using ATK instead >of XIM and changes to

Re: gtk-2.0

2002-03-14 Thread Hans Breuer
At 16:26 13.03.02 -0600, Lars Clausen wrote: >On Wed, 13 Mar 2002, Hans Breuer wrote: [...] >> You apparently haven't noticed, that there already is a TARGET_GTK_2_0 >> branch in cvs. [...] > >Didn't think of that -- that was started quite a while ago, wasn't i

Re: Dia's user interface

2002-04-23 Thread Hans Breuer
At 16:43 21.04.02 -0500, Lars Clausen wrote: > >After reading http://www106.pair.com/rhp/free-software-ui.html> about >user interfaces in open-source software, I would like to hear if anybody >on the list knows something about user interfaces (more than just from >having used a bunch). If there a

Re: Zoom combo box?

2002-04-24 Thread Hans Breuer
At 20:00 23.04.02 -0500, Lars Clausen wrote: > >Now that we're talking about the bottom of the display, do anybody have >strong feelings about the zoom combobox? It's not currently as functional >as it could be (Sodipodi gets it right), but it could also just be replaced >with a label. Or a butt

Re: Dia ChangeLog report for Sat Apr 27 07:23:01 2002 (UTC)

2002-04-29 Thread Hans Breuer
Hi Lars, At 10:35 29.04.02 -0500, Lars Clausen wrote: >On Mon, 29 Apr 2002, Pierre Pronchery wrote: >> On Sat, Apr 27, 2002 at 09:24:25AM +0200, Dia ChangeLog Daemon wrote: >> *** Recent ChangeLog entries: >> >> +* app/sheets_dialog_callbacks.c : #ifdef HAVE_UNISTD_H and >> +#ifdef HAVE_U

Re: Dia plugins and C++

2002-05-01 Thread Hans Breuer
At 11:40 30.04.02 +0200, Pierre Pronchery wrote: >question: can I use both C and C++ in a Dia plugin? >else, can I use C++, or do I have to use C? > There already is one Dia plug-in compiles as C++ (wmf). The only real C++ feature used/needed there is namespaces to avoid clashes between Dia's and

Re: Review of Keybindings [Re: Dia's user interface]

2002-05-04 Thread Hans Breuer
At 12:33 03.05.02 -0500, Lars Clausen wrote: > [...] > >You know, I just noticed that you can have a tabbing widget with the tabs >to the left. It's not quite a tree, but with the reorganization we talked >about earlier, it would probably be nicer, and it should be easy to change >into a tree if

Re: 0.90.RC1 available

2002-05-15 Thread Hans Breuer
At 22:50 14.05.02 +0300, Steffen Macke wrote: >> and that it will read old documents. Hans & Steffen will bring out a new >> Windows binary shortly. Please try it out and post any critical bugs both > >The zip files containing Hans' build are available from: >http://hans.breuer.org/dia/dia-0.90-

RE: 0.90.RC1 available

2002-05-15 Thread Hans Breuer
At 14:19 15.05.02 -0400, Maiorana, Jason wrote: > >I downloaded the rc1 windows version (im at work, and no have visio >installed) > >Ive noticed that dia is not accepting unicode input from the GUI. (this >may be >a limitation in the version of gtk as built with that version?) > Uhmm. How do you

Re: XSLT Transformer plugin

2002-05-20 Thread Hans Breuer
At 20:33 20.05.02 +0200, Cyrille Chepelov wrote: >Le Fri, May 17, 2002, à 03:59:23PM +0200, Mattam a écrit: > >> >* how does it behave when the XSLT processor isn't here? (we need to >> >have dia not depend on the xslt processor, just suggest it). Ideally, we >> >gray out the option; at the mi

Re: XSLT Transformer plugin

2002-05-21 Thread Hans Breuer
At 23:19 20.05.02 +0200, Mattam wrote: >Le Mon, 20 May 2002 22:22:37 +0200, Hans Breuer a écrit: > >>do you mean the dlopen known as LoadLibrary/GetProcAddress on win32 :-) >>If the code is prepared to do truly dynamic (=runtime) linking >>with ELF binaries it should be

Re: New shapes are wrong zoom

2006-02-11 Thread Hans Breuer
On 08.02.2006 19:42, Paul Kroculick wrote: Hello, I created some custom shapes, and have some drawings using these shapes. When I try to add a new shape to a drawing (by dragging it from a sheet) it is appearing at a zoom factor of 6. > [...] Notice the elem_width and elem_height are 6x the

Re: Add FAQ to manual?

2006-02-11 Thread Hans Breuer
On 11.02.2006 10:08, Steffen Macke wrote: Hello All, Adding the FAQ to the Dia manual would make packaging of the Windows installer easier. I think it would make this important information more accessible to the users (through the help menu of the application). Having a link to the website loo

Re: New shapes are wrong zoom

2006-02-11 Thread Hans Breuer
On 11.02.2006 13:53, Paul Kroculick wrote: I ran my test again using an icon that I didn't create, and the icon appeared at 11x the size that was in the shape file. Also, the elem height and width was different between the two icons. 1. From my experiments, it looks like the dragged icons are n

Re: dia.exe and dia-win.exe

2006-02-12 Thread Hans Breuer
On 12.02.2006 06:36, Steffen Macke wrote: Hello All, I would like to ship two flavours of dia with the next Windows installer: * dia.exe which is linked with /subsystem:console, allowing to use see commandline output and error messages * dia-win.exe which should be used by default, linked with

Re: 0.95-pre1 uploaded

2006-02-12 Thread Hans Breuer
On 12.02.2006 19:01, Lars Clausen wrote: I've just uploaded the first prerelease of version 0.95 to http://download.gnome.org/sources/dia/0.95/. Thanks for doing this. I planned to do it this weekend as well but was dragged away with other interesting stuff. Please go ahead and try it, and h

Re: CAIRO build

2006-02-13 Thread Hans Breuer
On 13.02.2006 08:14, Steffen Macke wrote: Hello All, I'll try to get the installer ready as soon as possible. I have a CAIRO plug-in now, but it doesn't contain any new export filters. Maybe somebody (Hans ?) can tell me which #defines make sense to use in order to get a useful CAIRO plug-in.

Dia (Installer?) Homedir (was : Re: 0.95-pre1 uploaded)

2006-02-14 Thread Hans Breuer
On 14.02.2006 20:29, Alan G Isaac wrote: On Tue, 14 Feb 2006, Luc Cessieux apparently wrote: 1. I have XP but I had not the home in my path. Often on XP %home% expands to %userprofile%, so installers that assume it expands directly to a directory fail. AFAIK the installer does not mess at

Re: 0.95-pre1 uploaded

2006-02-14 Thread Hans Breuer
On 14.02.2006 19:05, Lars Clausen wrote: On Tue, 2006-02-14 at 08:32 +0200, Steffen Macke wrote: Hello All, the Dia for Windows 0.95-pre1 installer is available from http://dia-installer.sourceforge.net Please install the GTK+ Runtime Environment from gimp-win.sourceforge.net first. >You a

Re: 0.95-pre1 uploaded

2006-02-14 Thread Hans Breuer
On 14.02.2006 19:16, Luc Cessieux wrote: Not knowing first thing about Win32 installation of GTK stuff, is this new separation an effect of the rewrite, of GTK developments, or what? It would be preferable to have just one thing to install, but is it practical/feasible to do that? > The install

PyDia and Metapost (was Re: 0.95-pre1 uploaded)

2006-02-14 Thread Hans Breuer
On 14.02.2006 19:45, Rob McDonald wrote: Is it possible to run Python plugins (group_props.py) in the Windows version of Dia? Obviously, changing group properties would be very nice. Sure - if you have Python installed as well as a compiled version of Dia's Python bindings (pydia) as well as G

Re: Dia (Installer?) Homedir (was : Re: 0.95-pre1 uploaded)

2006-02-14 Thread Hans Breuer
On 15.02.2006 06:16, Steffen Macke wrote: On Tue, 14 Feb 2006, Hans Breuer apparently wrote: AFAIK the installer does not mess at all with the 'home' dir (Steffen?). If %HOME% is set then the installer will install the XSLT files in %HOME%\.dia. Otherwise they are installed in %U

Re: Dia (Installer?) Homedir (was : Re: 0.95-pre1 uploaded)

2006-02-14 Thread Hans Breuer
fail. On Tue, 14 Feb 2006, Hans Breuer apparently wrote: AFAIK the installer does not mess at all with the 'home' dir (Steffen?). The code in GLib looks for both %HOME% as well as %USERPROFILE% - in that order. So did you see a concrete problem or did you just suspect one? I susp

Re: UML Diagram & line thickness

2006-02-16 Thread Hans Breuer
On 16.02.2006 15:38, Rob McDonald wrote: How can I change the line thickness in a UML class diagram? I don't see an option in the GUI, and I've poked around the uncompressed *.xml file, and nothing jumps out at me. Try bugzilla ;-) http://bugzilla.gnome.org/show_bug.cgi?id=86238 Hans

Re: Metapost bug with font size... (Was: PyDia and Metapost)

2006-02-16 Thread Hans Breuer
On 16.02.2006 21:42, Rob McDonald wrote: I think I've found the problem. The text size appears to be keyed into the zoom level selected on screen. Zoom to 100%, the exported text looks right. Zoom to 200%, the font gets bigger. Zoom to 400%, everything gets bigger yet. Previously, when I

Re: Dia Windows batch mod

2006-02-21 Thread Hans Breuer
On 21.02.2006 16:55, Rob McDonald wrote: I tried to do a dia foo.dia --filter=mp --export=foo.mp On dia-0.95-pre1 on Windows. Works for me D:\graph\dia-0.95-pre1\bin>dia -e u.mp ..\samples\UML-demo.dia ..\samples\UML-demo.dia --> u.mp or D:\graph\dia-0.95-pre1\bin>dia ..\samples\UML-demo.d

Re: More MetaPost text positioning....

2006-02-25 Thread Hans Breuer
On 22.02.2006 15:06, Rob McDonald wrote: Hans, [...] Ok, I got an answer from the good people at comp.text.tex . Would you like me to append this to the previous bug, or open a new one, or what? A bug report with a some summary of this mail is the right thing to do. It does not matter much

Remove Element width/height from properties dialog again

2006-02-25 Thread Hans Breuer
As already mentioned in http://bugzilla.gnome.org/show_bug.cgi?id=328200 and http://bugzilla.gnome.org/show_bug.cgi?id=331027 I'd like to get rid of the Element width (and height) entries in the standard properties dialogs again. IMHO they are causing more harm than good. Thoughts? Thanks,

Re: Remove Element width/height from properties dialog again

2006-02-25 Thread Hans Breuer
On 25.02.2006 17:59, Lars Clausen wrote: On Sat, 2006-02-25 at 10:04 +0100, Hans Breuer wrote: As already mentioned in http://bugzilla.gnome.org/show_bug.cgi?id=328200 and http://bugzilla.gnome.org/show_bug.cgi?id=331027 I'd like to get rid of the Element width (and height) entries i

Re: Graphical question

2006-02-27 Thread Hans Breuer
On 27.02.2006 20:44, Jim Clark wrote: In the charts I am making that I mentioned previously (and 0.95 still has funky Windows font issues) http://bugzilla.gnome.org/show_bug.cgi?id=158549 ? I have decided to color code my boxes, based upon who performs the task listed. This will work well, wi

Re: dia 0.95 pre release 4 UML class line thickness

2006-03-10 Thread Hans Breuer
On 10.03.2006 12:36, Richard Gipps wrote: Firstly I would like to say what a great improvement version 0.95 is over version 0.94. I have found one issue though and I am not sure whether it is a bug or my lack of experience with Dia. At least a missing feature ... When placing a Class (from t

Re: Read only attribute

2006-03-19 Thread Hans Breuer
On 19.03.2006 12:11, Nadim Khemir wrote: Please, please, please, Could the dev team _stop_ doing a backup and allow the modification of "read only" files. I understand that this is a unix file attribute problem and not a Dia problem (that's why I haven't reported it as a bug) but applications

Re: Graph::ASCII::Dia

2006-03-19 Thread Hans Breuer
On 19.03.2006 12:00, Nadim Khemir wrote: Hi, I need ASCII diagramming; I couldn't find anything so I decided to wrap one myself :). I 'm writting a perl module to generate ASCII diagrams from Dia. If I would want an ASCII diagram export I'd implement it as a PyDia plug-in like e.g. http://cv

Re: Read only attribute

2006-03-19 Thread Hans Breuer
On 19.03.2006 15:08, nadim khemir wrote: Nice to know other got the problem too; it makes me feel less lonely. I hope glib gets what you need soon. Following the link provided would have revealed that GLib already has g_access() since 2.8. An implementation conditionalized on GLIB_CHECK_VERSIO

Re: Prerelease 6 now out

2006-03-21 Thread Hans Breuer
On 21.03.2006 19:55, Lars Clausen wrote: Since Hans fixed a couple nasty bugs, there's now a prerelease 6 available at http://download.gnome.org/sources/dia/0.95/ I'm hoping to turn this into a final release this Sunday, if nothing unforeseen happens. Did you notice http://bugzilla.gnome.or

Re: Graph::ASCII::Dia

2006-03-22 Thread Hans Breuer
On 22.03.2006 13:37, Aaron Trevena wrote: On 19/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: On 19.03.2006 12:00, Nadim Khemir wrote: Hi, I need ASCII diagramming; I couldn't find anything so I decided to wrap one myself :). I 'm writting a perl module to generate ASCII d

Dia Language Bindings (was: Re: Graph::ASCII::Dia)

2006-03-23 Thread Hans Breuer
On 23.03.2006 14:39, Aaron Trevena wrote: On 23/03/06, Aaron Trevena <[EMAIL PROTECTED]> wrote: On 22/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: Thats one of the things I find annoying about dia - WTF should I learn python and rewrite cpan modules just to call a script from dia

Re: Working it out...

2006-03-24 Thread Hans Breuer
On 24.03.2006 18:11, Athanasios Anastasiou wrote: Hello Guys Sorry to be a nuisance with "simple" questions but is it possible to provide some hint on the following? 1) I have been looking at the Dia source code to find out some more info on how to add some properties to a graph in the way i

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: *UserData Suggestion

2006-03-28 Thread Hans Breuer
On 28.03.2006 12:42, Athanasios Anastasiou wrote: Hello All After taking a look at the UML Objects i found it somewhat complicated. You are not alone ;) I love the way you describe the properties and mem offsets within the struct. I guess that the user interface is generated through the seri

Re: Dia crashed when setting page

2006-04-03 Thread Hans Breuer
On 03.04.2006 08:53, Bui Vinh wrote: Hi, My name is Vinh. I use dia to create a diagram for my research. My problem is every time I access Page Setup menu in my dia (0.94 on FC3), the program crashes. If anyone can help, I will appreciate very much. Thank you. http://bugzilla.gnome.org/show_b

Re: export as image too small

2006-04-08 Thread Hans Breuer
On 07.04.2006 23:42, Anthony Ettinger wrote: The image export seems to only handle 1 size. I have shrunk down the UML doc to fit on one page, prints fine, but when I export to PNG, JPG, etc...it's incredible tiny. There are up to three export filters capable to produce PNG 1) via libart: antia

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: Creating connection points for a PNG file

2006-04-11 Thread Hans Breuer
On 11.04.2006 16:34, Adrian Wooster wrote: I have a comprehensive set of professional 3D PNG files of network elements and have successfully created a simple sheet out of them - and will happily share them once complete. However, at the moment they are just insertable shapes with no connection p

Re: Can't run Dia 0.95-pre7 on XP

2006-04-11 Thread Hans Breuer
On 11.04.2006 18:58, [EMAIL PROTECTED] wrote: If you had a previous dia installation on the machine before, please remove it completely (unistaller and/or deletion of program files\dia)before installing the latest version Uninstalled and reinstalled. Same error. Removal of the program files\di

Re: Fix of ungroup bug

2006-05-03 Thread Hans Breuer
On 03.05.2006 21:04, Victor Stinner wrote: Hi, I wrote a patch to fix the "ungroup" bug (looks important since 3 people send bug report with CRITICAL level) in Dia. The bug was hard to understand (memory free()'d), but easy to fix. Please look at: http://bugzilla.gnome.org/show_bug.cgi?id=334

Re: GtkAction, Plugins and PyGtk

2006-05-03 Thread Hans Breuer
On 03.05.2006 21:22, Robert Staudinger wrote: Hi, tracked in [1] i have been starting to move dia towards use of the GtkUIManager/GtkAction framework instead of the deprecated GtkItemFactory. A first patch for the toolbox is available, but API to add menu items is also exported to the python plu

Re: GtkAction, Plugins and PyGtk

2006-05-14 Thread Hans Breuer
Hi Robert, it seems as if again I wont find the time this weekend to apply your patch to my local tree. So here is some feedback from reading your patch. On 07.05.2006 23:07, Robert Staudinger wrote: On 5/4/06, Robert Staudinger <[EMAIL PROTECTED]> wrote: On 5/3/06, Hans Breuer &

Bugzilla Noise

2006-05-30 Thread Hans Breuer
Lars, the exact same feature request gets reported over and over again - apparently with your account. See: http://bugzilla.gnome.org/show_bug.cgi?id=342664 Do you see any way to stop this ? Or do we need help from the bugzilla team? Thanks, Hans Hans "at" Breuer "dot" Org ---

Re: Bugzilla Noise

2006-05-30 Thread Hans Breuer
On 30.05.2006 22:04, Hubert Figuiere wrote: Hans Breuer wrote: Lars, the exact same feature request gets reported over and over again - apparently with your account. See: http://bugzilla.gnome.org/show_bug.cgi?id=342664 Do you see any way to stop this ? Or do we need help from the bugzilla

Head broken - missing file

2006-06-15 Thread Hans Breuer
Since two days the Dia build from HEAD is broken due to make[3]: *** No rule to make target `vdx-xml.c', needed by `vdx-xml.lo'. Stop. make[3]: Leaving directory `/floss/building/gnome/dia/plug-ins/vdx' make[2]: *** [all-recursive] Error 1 http://bugzilla.gnome.org/show_bug.cgi?id=344804 2006-06

Re: Head broken - missing file

2006-06-15 Thread Hans Breuer
versions to the list. > Thanks, applied: 2006-06-15 Hans Breuer <[EMAIL PROTECTED]> * plug-ins/vdx/vdx-xml.c : added file missing from 0.3 version commit. Fixes bug #344804 * lib/create.h : add create_standard_group() prototype * lib/libdia

Re: can't install dia for windows

2006-06-22 Thread Hans Breuer
On 21.06.2006 19:25, [EMAIL PROTECTED] wrote: > Hi, > I've followed de instruccions on the page http://dia-installer. > sourceforge.net/ but I still can not install dia for Windows. > It's installed (OK), GTK+ Runtime Environment 2.6, because I'm using > Windows 98. > When I try to install dia (di

Re: how to use different fonts on the windows version

2006-06-22 Thread Hans Breuer
On 21.06.2006 10:30, Malte Stücker wrote: > Hi, > i canŽt figure out how to select different fonts (in my case symbols) in the > windows version of dia. > Tanks for your help in advance, The underlying text rendering library Pango does not support anything beside truetype fonts. SO if you don't h

Re: Displayed Font issues

2006-06-22 Thread Hans Breuer
On 20.06.2006 22:18, Darin R. Thomas wrote: > I'm having a problem using Dia 0.94. When I zoom in or out the > fonts visually and sporadically change size. I have to dial in new > zoom values to get them to appear correctly. Is this a Dia issue > or a desktop issue. My os is Linux Fedora Core 3. >

Re: create python dia plugin : need help !

2006-07-27 Thread Hans Breuer
On 26.07.2006 14:07, lidiriel wrote: > I have recompiled dia 0.95 on linux. > I paste into ~/.dia/python/hello.py , the hello code found in this > mailling list : > import dia > def hello_callback(data, flags): >print "Hello, Dia!\n" > dia.register_callback("Hello, world", >

Re: Cairo image format

2006-08-07 Thread Hans Breuer
> - Original Message - > From: "Staffan Hämälä" <[EMAIL PROTECTED]> > To: dia-list@gnome.org > Subject: Cairo image format > Date: Fri, 4 Aug 2006 10:53:03 +0200 > > > Hi, > > I've compiled dia on solaris 9, but I get this error message when I try to run > it: > > /app/dia/0.95/bin/dia

NewGroup (was: Dia ChangeLog report for 2006-08-15 03:00:00 UTC (Tue 15 Aug))

2006-08-14 Thread Hans Breuer
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 +020

Re: group_props.py import dia [was: stroke-width]

2006-08-23 Thread Hans Breuer
Am 23.08.2006 15:48, Mike Dewhirst schrieb: > Lars Clausen wrote: >> Mike Dewhirst sagde: > > > >>> As an alternative, I am looking at group_props.py but it fails to import >>> dia.py. Google reveals a few dia.py results but none are apparently Dia >>> related. >> That is Hans' area, I don't cla

Re: dia tips

2006-09-14 Thread Hans Breuer
Am 14.09.2006 23:26, Lars Clausen schrieb: > äÒÁÐÉËÏ å×ÇÅÎÉÊ sagde: >> Hello >> >> After drawing (draging) any object, my mouse pointer switches to Modify >> object(s) type, so if i want to draw another same object i must click it >> again. So is it can be tune, do not switch to Modify but keep the

Re: win32 dia with python

2006-09-22 Thread Hans Breuer
At 19.09.2006 11:03, Mike Dewhirst wrote: > Steffen Macke wrote: >> Mike, >> >> I've used Python 2.2.3 from www.python.org to compile. It was installed >> in the default location (c:\Python22) > The placement of Python does not matter, Python can deduce it's placement from the registry - if only t

Re: News on the text rendering front

2006-10-13 Thread Hans Breuer
Hi Lars, sorry for the late answer. There where constantly other things dragging away my time, prohibting to look closely enough into Dia's weakest area ;) On 05.09.2006 20:34, Lars Clausen wrote: The last couple of weeks, I have been working on secret text rendering stuff, trying out various

msvc link problems (wa Re: Dia-list Digest, Vol 30, Issue 23)

2006-10-28 Thread Hans Breuer
On 27.10.2006 23:40, Andreas Owen wrote: > Hello > > I've solved my previous compiling problems but now i'm having trouble > with the obj-files. i found something about multithreading option "/MT". > It didn't have any affect. can someone please help. > The /mt option *has* the effect to use th

Re: dia libs 3 errors

2006-10-28 Thread Hans Breuer
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 >

Re: 2 last compile problems

2006-11-05 Thread Hans Breuer
On 31.10.2006 19:19, Andreas Owen wrote: > Hello > > i've only got to errors left when compiling. ... both are from plug-ins so you should be able to completely ignore them. > one of them is gnomeprint, > i cant compile it nor get any win32 precompilations for it. the secound > error is quite

Re: gtk+ 2.8 in Windows and Cygwin

2006-11-18 Thread Hans Breuer
On 16.11.2006 14:27, Dan Fabrizio wrote: > Hello dia_list, > > I have cygwin installed on my Windows XP system and I use a program called > gtkwave 3.0 which depends on the gtk+ 2.6 libs installed by cygwin. > > I want to use dia in cygwin but haven't been able to compile it so I tried > the Wind

Re: Non-interactive mode

2006-12-13 Thread Hans Breuer
On 12.12.2006 16:49, Alan Woodland wrote: > Hi, > > I just downloaded and compiled Dia 0.94 on my Mac (10.4), under fink. > Following the instructions in the posting [1]. With Dia 0.94 on > Debian when I run dia --version or --help it does what I expected, > i.e. showing the version or the h

Re: Problem compiling from cvs

2007-01-03 Thread Hans Breuer
On 03.01.2007 13:37, Tor Harald Thorland wrote: > > Hello, > > I downloaded the latest cvs version of Dia. > Did run: > ./autogen.sh --prefix=/home/tortho/dia --enable-gnome > and then make. > > Make gives me the following error. > I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0

  1   2   3   4   5   6   7   8   >