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++:

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 None. Doesn't

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

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 patch is not there yet... i guess the update relies on some

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 when

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

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. The version

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 the

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 recent

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$

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 Breuer dot Org --- Tell me what you

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, unless of

Re: Dia's user interface

2002-04-23 Thread Hans Breuer
At 16:43 21.04.02 -0500, Lars Clausen wrote: After reading URL: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

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 button

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_UTIME_H.

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 so

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-rc1.htm

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 expect

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 minimum, we

Re: XSLT Transformer plugin

2002-05-22 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 simple to make it cross-platform

Re: 0.92 rc2 fails to follow the gnu coding standards

2002-05-27 Thread Hans Breuer
At 20:51 24.05.02 -0700, Hugh Daniel wrote: [...] ahost$ ./app/dia --version Error on option --version: unknown option. Run './app/dia --help' to see a full list of available command line options. Just a bug. IMHO it's not that fundamental for a GUI program to not have these options but they

Re: 0.92 rc2 fails to run 'in place' for initial tests

2002-05-27 Thread Hans Breuer
At 20:44 24.05.02 -0700, Hugh Daniel wrote: [...] Since there are no command line options to let me tell the problem where it's libraries are I have to presume that the program is broken or just untestable. Either way the result is the same in that I will not install or use it. You don't

Re: 0.90Rc3 win32

2002-05-30 Thread Hans Breuer
At 13:55 30.05.02 +0200, Torben H. Nielsen wrote: Hi, I just checked ( by simple guessing :) to see whether Hans had published a new build - and he had.. Try it out from http://hans.breuer.org/dia/dia-bin-2002-05-30.zip If there really needs to be an announcement I'd prefer the link

Re: dia 0.90RC3

2002-06-03 Thread Hans Breuer
At 10:13 03.06.02 +0400, Vitaly Lipatov wrote: I try new 0.90RC3 version with my old dia files from 0.88.1 version and I have trouble with encoding. In old files russian letters looks like dia:string##235;#207;#206;#212;#210;#207;#204;#204;#197; #240;#254;#/dia:string There is UTF-8 in new one.

Re: gtk2.0 conversion prerequisites

2002-06-04 Thread Hans Breuer
, at long last. We will still need the hackish XML load-time wrapper to handle the case where we didn't specify the encoding and didn't encode in UTF-8 (all pre-0.90 releases). Uhm you mean that stuff which was broken since: 2001-09-14 Hans Breuer [EMAIL PROTECTED] * lib/dia_xml.c : reduce

Dia goes Gtk2, anyone else with it ?

2002-06-08 Thread Hans Breuer
Hi all, below you'll find some kind of 'plan' what more or less needs to be done to make Dia a first class Gtk2 citizen. The first step just landed in cvs. [Beware: it will _not_ build as is on Linux and other *nix cause the auto/configure stuff needs some love first.] Further steps could

Re: interface remark

2002-06-16 Thread Hans Breuer
At 01:49 16.06.02 -0230, Neil Zanella wrote: Hello, There seem to be several minor interface inconsistencies in dia. For instance, with flowchart diagrams one can type text directly into the geometrical objects. On the other hand, with ER diagram one must double click on the shape to set its

Re: Is anybody else working on diagram_tree*.[ch]? Re: Dia goes Gtk2,anyone else with it ?

2002-06-18 Thread Hans Breuer
At 19:47 17.06.02 -0400, Xing Wang wrote: I just want to avoid duplicate work. On Sat, 2002-06-08 at 08:31, Cyrille Chepelov wrote: There are some widgets in Gtk1.2 which were considered so broken, that a complete re-write appeared to be appropriate in Gtk2. They are GtkText

Re: documentation of dia

2002-06-21 Thread Hans Breuer
At 15:57 21.06.02 +0200, Arun-Kumar Krishnan wrote: I want the documentation of dia and want the clear explantion of relationship.c ,I meant to say the coding done in this file like what struct_relationship is doing. Me too! But one only get what one deserves. But serious:

Re: Pango change, first^Wsecond baby step !

2002-06-21 Thread Hans Breuer
At 22:11 21.06.02 +0200, Cyrille Chepelov wrote: Le Fri, Jun 21, 2002, à 07:22:04PM +0200, Hans Breuer a écrit: Yepp. Result attached. Wonderful ! It looks like something is lying to pango-win32 the same way it does to pango-xft. I highly suspect the Courier(New) font to overstate its

Re: Pango change, first^Wsecond baby step !

2002-06-22 Thread Hans Breuer
At 10:27 22.06.02 +0200, Cyrille Chepelov wrote: Le Sat, Jun 22, 2002, à 07:39:42AM +0200, Hans Breuer a écrit: [...] diafont_get_font - dia_font_new diafont_get_font_static - vanish. Exposing the Pango API so much should be avoided. Instead Dia's font machinery probabby should

Re: Pango change, first^Wsecond baby step !

2002-06-22 Thread Hans Breuer
At 14:24 22.06.02 +0200, Cyrille Chepelov wrote: Le Sat, Jun 22, 2002, à 02:02:34PM +0200, Hans Breuer a écrit: [...] Oh, so what you call a font face is basically the aggregation of a font family name, a style (italic/normal) and a weight (bold/normal). Which Pango calls

Re: Pango change, first^Wsecond baby step !

2002-06-22 Thread Hans Breuer
At 16:31 22.06.02 +0200, Cyrille Chepelov wrote: Le Sat, Jun 22, 2002, à 03:29:28PM +0200, Hans Breuer a écrit: [...] Nevertheless with simple scripts there will be only one Font within a PangoLayout. Yes, but we can't make this assumption. Agreed. pango_xft_render_layout_line_fit_in

DiaFont abstraction and namespacing

2002-06-23 Thread Hans Breuer
Hi Cyrille, while trying to compile the wmf and Python plug-in again I've stumbled over some 'possibly offending' comments in lib/font.h It has to do with Style, which IMO should be called DiaFontStyle if it should stay like it is. I'm not sure if the Pango concept of splitting (Pango)Weight and

Re: DiaFont abstraction and namespacing

2002-06-23 Thread Hans Breuer
At 14:36 23.06.02 +0200, Cyrille Chepelov wrote: Le Sun, Jun 23, 2002, à 02:16:27PM +0200, Hans Breuer a écrit: Hi Cyrille, while trying to compile the wmf and Python plug-in again I've stumbled over some 'possibly offending' comments in lib/font.h Which comments ? The Pango people don't

Re: Minor dia build error?

2002-06-23 Thread Hans Breuer
At 15:17 23.06.02 +0100, Andrew Ferrier wrote: A build of a CVS checkout from about 5 minutes ago produces the following error: A look at the mailing list should show that Dia currently has _massive_ changes. If you don't plan to help on this it probably would be better to not use the cvs

Re: DiaFont abstraction and namespacing

2002-06-23 Thread Hans Breuer
At 16:26 23.06.02 +0200, Hans Breuer wrote: At 16:12 23.06.02 +0200, Cyrille Chepelov wrote: Le Sun, Jun 23, 2002, à 03:32:23PM +0200, Hans Breuer a écrit: dia_font_new_from_style(DIA_FONT_SANS | DIA_FONT_BOLD, 0.42) which I hope could replace the BASIC_SANS_FONT, ... above. It appears

Re: Getting rid of old home-grown FontSelector

2002-06-25 Thread Hans Breuer
At 16:57 24.06.02 -0500, Lars Clausen wrote: On Mon, 24 Jun 2002, Hans Breuer wrote: After fidling half the last night in widgets.c to make our home-grown FontSelector work with the recent DiaFont changes I've given up. I am thinking now that making style 0 be normal obliquity/normal weight

Re: Getting rid of old home-grown FontSelector

2002-06-25 Thread Hans Breuer
At 21:27 24.06.02 -0500, Lars Clausen wrote: On Tue, 25 Jun 2002, Cyrille Chepelov wrote: [...] Hmmm... not pretty either. I for one lean towards allowing the user to choose how many to see: Just the sans, serif, etc, just the 'standard' postscript fonts, just fonts that cover a certain range

Re: win32 CVS build dependencies?

2002-07-06 Thread Hans Breuer
At 13:00 05.07.02 -0700, Mike Garnsey wrote: I was able to produce a working win32 Dia 0.90 build (major personal victory!!!), but am getting stubborn link errors (such as: LIBC.lib ___xc_z already defined in MSVCRT.lib) when I try to build ./lib folder from dia-CVS-20020701. This is mixing

Re: WIN32 compilation, UML Sequence Diagrams and Inheritance arrows and the spirit of GNU software.

2002-08-19 Thread Hans Breuer
] I don't want to be pointing fingers, and I understand your frustration, but until now, Hans Breuer is the only one doing compilations. He knows the GPL chapter and verse, for all I know. Yupp. And I'm still pretty sure my binary distribution with enough pointers to where to get the source

Re: Python scripts

2002-09-23 Thread Hans Breuer
on the mailing list. Really ? A little old but still not outdated: http://mail.gnome.org/archives/dia-list/2001-July/msg00054.html Hans Breuer says on his web page that indeed there is almost NO documentation for python support. Yupp. See above. Hans Hans at Breuer dot Org

Don't cvs update now, if ...

2002-10-06 Thread Hans Breuer
... you don't plan to help with the transition to GObject based DiaRenderer(s). That said, here is what currently already works (with probably minor build issues on *nix, cause all this work was done on win32) : There is a new DiaRenderer class and a DiaInteractiveRenderer interface defined in

Re: Don't cvs update now, if ...

2002-10-06 Thread Hans Breuer
At 18:01 06.10.02 -0500, Lars Clausen wrote: On Sun, 06 Oct 2002, Hans Breuer wrote: [...] - DiaRenderer has default implementations for higher level renderer function like draw_bezier (approximation with draw_line, moved from RendererGdk, *_rounded_*, etc.) [...] So is the 'function

Re: How to make shadow and More.

2002-10-11 Thread Hans Breuer
At 14:24 11.10.02 +0100, Alan Horkan wrote: On Thu, 10 Oct 2002, S. Murali Krishnan wrote: [...] 2.Where I can find DTD for Dia file. i cant remember the official answer for this i dont want to give you a vague answer so you will have to be patient and hope someone else answers this or check

Re: Don't cvs update now, if ...

2002-10-12 Thread Hans Breuer
At 20:57 10.10.02 -0400, Levi Bard wrote: Sorry for the incovenience. The M$ compiler docs claim this construct to be correct (there is no warning at all for the redefinition and at least for C++ this is standard conform :) See :

Re: noise: Freetype and Windows

2002-10-31 Thread Hans Breuer
At 23:34 28.10.02 +, Tor Lillqvist wrote: It is currently broken (just once more: please read 'Heads up on Pango Head') cause it uses fontconfig which appears to work on X but IMHO needs a complete rewrite to fit into the win32 platform. But it's only HEAD of Pango that uses fontconfig;

Re: Dia Feature request, stay on top.

2002-11-16 Thread Hans Breuer
At 12:27 16.11.02 +0100, Cyrille Chepelov wrote: Le Sat, Nov 16, 2002, à 11:39:34AM +, Robert Smith a écrit: Heh on linux this is easy to do especially on icewm as you can simply assign the main windows (options etc) to another screen layer. This option does not exist in windows, and as far

PyDia (was Re: Compiling DIA)

2002-11-25 Thread Hans Breuer
seen any examples. Cyrille, is the Python plugin good enough to do a simple example? 2001-05-01 Hans Breuer [EMAIL PROTECTED] * plug-ins/python/debug_objects.py (new file): sample using the above [Dumps Dia Object properties to console] 2001-01-06 Hans Breuer [EMAIL PROTECTED

Re: Compiling the CVS Tree

2002-12-30 Thread Hans Breuer
At 04:57 29.12.02 -0600, Lars Clausen wrote: On Sat, 28 Dec 2002, Janne Heikkinen wrote: [...] Another problem I have with CVS version is that fonts are really huge, with following change to lib/font.c I get normal sized fonts: static real global_size_one = 1.0; /* 28.35; */ This value is

Re: Dia Python

2003-01-16 Thread Hans Breuer
At 21:23 15.01.03 -0600, Lars Clausen wrote: As can be seen from my TWiki comments, I have gotten the Python plugin to work, and it's rather cute, in fact. Now I've two fairly general questions about it that I hope somebody here can answer (Hans? James?): 1) How do I set a value in a property?

Re: Dia Python

2003-01-16 Thread Hans Breuer
At 06:48 16.01.03 -0600, Lars Clausen wrote: On 15 Jan 2003, Lars Clausen wrote: [...] 2) If I do changes values that way, will it be undoable? I don't see a lot of undo-related stuff in the python plugin code, does that need to be rewritten? I'd like to avoid the situation in Gimp

Re: Dia ChangeLog report for Thu Jan 16 08:23:02 2003 (UTC)

2003-01-16 Thread Hans Breuer
@@ +2003-01-15 Lars Clausen [EMAIL PROTECTED] + + * plug-ins/python/python-startup.py: + * plug-ins/python/gtkcons.py: Require gtk 2.0 for pygtk + Why add those Gtk dependency to the startup file again ? 2001-05-02 Hans Breuer [EMAIL PROTECTED] * plug-ins/python/python-startup.py

Re: Dia ChangeLog report for Thu Jan 16 08:23:02 2003 (UTC)

2003-01-19 Thread Hans Breuer
At 17:33 16.01.03 -0600, Lars Clausen wrote: On Fri, 17 Jan 2003, Hans Breuer wrote: [...] Why add those Gtk dependency to the startup file again ? That is to make sure that we use Gtk 2.0, not 1.2. Otherwise it crashed on me. Please try again. The plug-in gtkcons.py desperately needed

Re: notes on 0.91 pre, mostly win32

2003-02-12 Thread Hans Breuer
At 14:27 07.02.03 -0600, Lars Clausen wrote: On Fri, 7 Feb 2003, Alan Horkan wrote: i will file some of these as bugs later. these are mostly win32 specific. On my desktop I am running Microsoft Windows 98 with 128 MB RAM. My display is 800x600 On my laptop I am running Microsoft Windows

Re: dia 0.91 for win32 cant read settings

2003-03-26 Thread Hans Breuer
At 19:16 25.03.03 +0200, Steffen Macke wrote: [...] Alternatively, recompiling with gcc would be an option. Hans: Any objections against upgrading the makefile.mingw set to gcc 3? No problem with that (if it is necessary): D:\graph\dia-0.91\bingcc --version GCC.EXE (GCC) 3.2 (mingw special

Re: WMF export on Linux

2003-03-26 Thread Hans Breuer
, if the Win32 API isn't * available. It isn't finished yet but shoud be easily extendable * for someone interested in Dia WMF support on non Windoze * platforms. * * (c) 2000 Hans Breuer [EMAIL PROTECTED] [...] */ On Win32, I don't see the point of using an emulation library when you have

Re: dia 0.91 for win32 cant read settings

2003-03-28 Thread Hans Breuer
At 23:04 28.03.03 +0100, Ben Hetland wrote: Hi Steffen, Steffen Macke wrote: Why is it mixing those versions, and why should this pose a problem? It's mixing those versions because MSVC 7 doesn't allow me to link against msvcrt.dll which is used by the gtk+ libraries distributed by Tor

Re: Printing on Win32

2003-03-28 Thread Hans Breuer
At 14:07 28.03.03 +0100, Ben Hetland wrote: Finally it looks like the font stuff on Win32 printing looks sensible. But, when I print (using fit to page scaling), it still seems to think the paper is wider than it actually is (on A4), so the rightmost part (1-2 cm) gets clipped against the right

Re: Dia 0.91 for win32 PNG crash

2003-03-28 Thread Hans Breuer
At 19:03 28.03.03 +0200, Steffen Macke wrote: BTW, what's the difference between the two .PNG formats in the export dialog? One is the old png export function, ... via libart. Which can't render text anymore but still should not crash. the other one is delivered by the newer pixbuf plug-in

Re: parenting (patch)

2003-06-30 Thread Hans Breuer
At 03:59 27.06.03 -0400, Vadim Berezniker wrote: This is a patch for the idea that I mentioned a bit ago. The functinality appears to be very interesting and I'm eager to test it out, but your patch appears to be incomplete. At least missing are parent.[hc] . Also there are two small and a

Re: Windows Dia version under WinXP

2003-08-14 Thread Hans Breuer
At 18:55 05.08.03 +0100, Alan Horkan wrote: On Mon, 4 Aug 2003, Vlad Pomelov wrote: Date: Mon, 4 Aug 2003 20:48:38 +0500 From: Vlad Pomelov [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Windows Dia version under WinXP Hi Your program is very good and

Re: Patches and win32 build?

2003-09-24 Thread Hans Breuer
At 22:11 24.09.03 +0200, Cyrille Chepelov wrote: Le Wed, Sep 24, 2003, à 07:13:52PM +, debacle a écrit: On Wed, Sep 24, 2003 at 03:14:03PM +0300, Steffen Macke wrote: Sorry, this is my fault, component_feature.c is included in the DLL - but I missed to copy the new shapes. OK, thanks

Re: Patches and win32 build?

2003-09-26 Thread Hans Breuer
At 04:26 25.09.03 +0200, Cyrille Chepelov wrote: Le Thu, Sep 25, 2003, à 01:56:34AM +0200, Hans Breuer a écrit: At 22:11 24.09.03 +0200, Cyrille Chepelov wrote: Le Wed, Sep 24, 2003, à 07:13:52PM +, debacle a écrit: On Wed, Sep 24, 2003 at 03:14:03PM +0300, Steffen Macke wrote: Sorry

Re: Patches and win32 build?

2003-09-26 Thread Hans Breuer
At 21:59 25.09.03 +0100, Alan Horkan wrote: I sent a message to Hans offlist which he did not appreciate. my entire message is the two lines you see quoted below. [...] I won't mail you directly again. Thanks, I really much appreciate this ... Hans Hans at Breuer dot Org

Re: errors in color_convert routines

2003-09-29 Thread Hans Breuer
At 19:48 23.09.03 GMT, David LaPointe wrote: I'm new to the list. So, if this is not the right list for me to post to for this type of question, please let me know. Also, please forgive any ettiquette errors I might make. It's perfectly fine to ask though the answer sometimes takes quite

Re: 0.92 PNG export problem on XP

2003-11-01 Thread Hans Breuer
At 16:26 31.10.03 -0600, Lars Clausen wrote: On 22 Oct 2003, W. Borgert wrote: Quoting Steffen Macke [EMAIL PROTECTED]: Try using the export filter called GdkPixPuf bitmap instead of the Portable Network Graphics filter. This is not an option, because it does not allow me to set the size of

Re: Export PNG/JPG size ?

2003-11-02 Thread Hans Breuer
At 17:54 01.11.03 -0500, Cedric Fontaine wrote: Hello ! I'm using Dia v0.92.1 on Windows platform. When trying to export to jpg/png (gdkpixbuf bitmap), there is no margin and image is cut very near text and icons. Is there a way to define margin or even image size during export operation ? The

Re: [PATCH] GNOME VFS support for dia

2003-11-24 Thread Hans Breuer
At 13:59 24.11.03 -0600, Lars Clausen wrote: On 24 Nov 2003, W. Michael Petullo wrote: Two so far: Shouldn't Gnome fall back on normal file opening if VFS fails? I'm of the opinion that it should not. GNOME's VFS is a pretty fundamental module within the desktop. If file:///foo.dia can't be

Re: Exporting fonts properly

2003-11-28 Thread Hans Breuer
At 18:59 28.11.03 +0100, Berta Milan wrote: Simple question: What can I do to export fonts properly (for example to svg)? Export as blah.svg or blah.svgz should do the trick, i.e. I've tested with both svg exporters in Dia 0.92 and they simply worked. Obviously the text size needs to be set

Re: Exporting fonts properly

2003-11-29 Thread Hans Breuer
At 01:55 29.11.03 -0600, Lars Clausen wrote: First please tell about the version you are using. [From the ChangeLog I'm guessing it is not more than Dia 0.90 or more than a year old ...] Actually, Hans, I checked svg export, and it does indeed set font size to 1 regardless. Reason:

Re: Security plugin and layer problems

2004-02-06 Thread Hans Breuer
At 08:51 03.02.04 -0600, Lars Clausen wrote: From: Luc Cessieux cessieux hotmail com [...] How i can make a plug-in with Python? The Dia TWiki has a bit of info on that, the rest I'll leave up to Hans and the code examples that come with Dia. The probably best description (beside the TWiki, the

Re: UML class boxes different size in unix and windows

2004-02-06 Thread Hans Breuer
At 15:49 03.02.04 +0100, Cyrille Chepelov wrote: Le Tue, Feb 03, 2004, à 02:31:40PM +, Joseph Carter a écrit: Hi All, We produced a UML diagram on the unix version of Dia (Solaris 8) which we then viewed in on a windows 2k box. Alas the class diagrams were shown at a different size and

Re: Patch for build breakage

2004-02-17 Thread Hans Breuer
At 15:42 17.02.04 +0100, Hubert Figuiere wrote: On Mon, 2004-02-16 at 17:34, Hubert Figuiere wrote: I'm try to rebuild dia from CVS on my newly installed Debian/unstable. I did configure --enable-gnome --enable-debug Then, during make, I get this error: ../../../dia/app/app_procs.c: In

Re: removing GNOMEUIINFO for menus ?

2004-02-17 Thread Hans Breuer
At 19:06 17.02.04 +0100, Hubert Figuiere wrote: Hi, does anybody object that I remove the menu construction using GNOMEUIINFO that is used in GNOME build ? With Gtk2 it seldom bring anything but hassle to maintain it along with the GtkItemFactory, and GtkAction will supersede both in Gtk 2.4. If

Re: WMF Support?

2004-04-18 Thread Hans Breuer
At 18:25 16.04.04, Alan Horkan wrote: On Fri, 16 Apr 2004, Cyrille Chepelov wrote: Le Thu, Apr 15, 2004, Ã 06:22:28PM -0600, Justin Gombos a écrit: Have you tried WMF? This is Windows' native vector format, and in my experience Word likes it. AFAIK the only serious difference is that

Font sizing (was Re: [dia] Windows created diagrams are no longer readable)

2004-05-17 Thread Hans Breuer
At 14:14 14.05.04, Lars Clausen wrote: On Thu, 2004-05-13 at 22:15, Federico Maggi wrote: hi, I am sorry if some similar post already exists. There were many posts, but none of them had such a misleading subject yet ;) [For me are no longer readable sounds like a much more serious problem

Re: Font sizing (was Re: [dia] Windows created diagrams are no longer readable)

2004-05-24 Thread Hans Breuer
At 20:11 17.05.04, Lars Clausen wrote: On Mon, 2004-05-17 at 15:19, Hans Breuer wrote: At 14:14 14.05.04, Lars Clausen wrote: On Thu, 2004-05-13 at 22:15, Federico Maggi wrote: hi, I am sorry if some similar post already exists. There were many posts, but none of them had

Re: w32 compilation errors

2004-05-28 Thread Hans Breuer
At 16:14 28.05.04, [EMAIL PROTECTED] wrote: I have all the useful librairies for the compilation ( I think !! ) but when I compile dia with vs7 I have the following errors: Création de la bibliothèque libdia.lib et de l'objet libdia.exp [...] dialibartrenderer.obj : error LNK2019: symbole

Re: Others w32 compilation errors

2004-06-01 Thread Hans Breuer
At 15:28 01.06.04, [EMAIL PROTECTED] wrote: Now when I want compil dia 0.93 I have this errors : cl -G5 -GF -Ox -Zi -MD -W3 -nologo -I. -DHAVE_CONFIG_H -GD -c -FImsvc_re commended_pragmas.h -I.. -I ..\..\glib -I ..\..\glib\glib -I ..\..\glib\gmodul e -I ..\../gettext-0.10.40/intl -I

Re: Non-GUI mode: assertion `GDK_IS_SCREEN (screen)' failed in 0.93?

2004-06-10 Thread Hans Breuer
--nosplash UML-demo.dia Unfortunately, this does not work with the CVS version anymore. Looking to the ChangeLog (e.g. search for --size) may help, I'd even say this is what the ChangeLog is all about :) 2004-05-31 Hans Breuer [EMAIL PROTECTED] * app/app_procs.c : reduce the hack to pass

Re: W32 compilation with 0.93 version

2004-06-10 Thread Hans Breuer
At 16:21 09.06.04, [EMAIL PROTECTED] wrote: I compiled the version 0.93 without freetype2 Congratulations. Maybe you want to share some more of your experience with the list _or_ help improve the documentation where it was unclear for you ? but when dia is running, I haven't the drop-down list

Re: Prerelease of 0.94 is out

2004-07-17 Thread Hans Breuer
possible between layers, hexagonal grid, Cairo renderer, WMF writer for Unix, sorry, but that's only part of the story : 2004-05-24 Hans Breuer [EMAIL PROTECTED] * plug-ins/wmf/Makefile.am : finally compile the wmf plug-in under *NIX, too. [If you want something done, do it yourself

Centering Objects (was: Re: help wanted, trying out a few ideas for post 0.94)

2004-07-17 Thread Hans Breuer
At 19:57 16.07.04, [EMAIL PROTECTED] wrote: [...] One question for the group, is it possible to access alignment operations via the python scripting? I'd love to have a keybinding which would do the equivalent of aligning 2 objects middle and center. I often do this in order to get boxes of

Re: Prerelease of 0.94 is out

2004-07-17 Thread Hans Breuer
At 23:09 17.07.04, Lars Clausen wrote: [..] May I suggest a sligtly different approach ? It goes as follows : - declare a feature/string/deep freeze at the appropriate time for the trunk [IIRC feature freeze was about two weeks ago] - for every (pre-)release just do a tag - at least

Re: New to dia devt... current CVS minor problem

2004-10-31 Thread Hans Breuer
Hi Andy, welcome to Dia development ;-) At 00:27 31.10.2004, Andy Piper wrote: [...] I couldn't get current CVS to build on my FC1 system. make failed in the app folder with an error about unresolved symbols. After scratching my head as to why various libraries were missing from the linker line, I

Re: New to dia devt... current CVS minor problem

2004-10-31 Thread Hans Breuer
At 10:11 31.10.2004, Lars Ræder wrote: Looks like Hans fixed his own brokure just yesterday. Thank you for reminding me ;) While we are at it : any chance you'll fix http://bugzilla.gnome.org/show_bug.cgi?id=152142 Thanks, Hans Hans at Breuer dot Org --- Tell me what you

Re: Problems with dia on WinXP

2004-11-05 Thread Hans Breuer
Rory McKinley wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List I am currently getting the following error message from dia (v0.94) running on win XP Pro (SP2) when I try to start it: dia.exe:3408 GLib-CRITICAL **: file gutf8.c: line 1537 (g_utf_validate): assertion 'str!= NULL' failed

Re: [PATCH] in app/makefile.msc all: should be the first target

2004-11-05 Thread Hans Breuer
Ulf Lamping wrote: Hi List! Having a hard time compiling dia on win32 :-( Following the readme.win32 description how to compile, I recognized that the first target in the app/makefile.msc (which is used if no target is specified) should be all: but currently is dia-app-icons.h: Huh? Does not

Re: Compilation Error: app_procs.c

2004-11-22 Thread Hans Breuer
- Original Message - From: Mike Ginou [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Compilation Error: app_procs.c Date: Mon, 22 Nov 2004 17:37:09 -0500 After grabbing the Dia module fresh from CVS, I was unable to compile the code due to errors in apps/app_procs.c: Only a small

Dia patches [was: Re: Nightly snapshot?]

2005-01-08 Thread Hans Breuer
On 08.01.2005 17:02, Alan Horkan wrote: On Sat, 8 Jan 2005, Vitaly Lipatov wrote: Date: Sat, 8 Jan 2005 12:17:38 +0300 From: Vitaly Lipatov [EMAIL PROTECTED] Reply-To: discussions about usage and development of dia dia-list@gnome.org To: discussions about usage and development of dia

Re: Common/Shared properties for grouped and selected objects on a diagram

2005-01-10 Thread Hans Breuer
On 09.01.2005 15:27, Philip Van Hoof wrote: Hi there. I actually got frustrated by the fact that both for grouped and selected objects on a diagram, you cannot set their shared set or properties using one action (you basically have to select each of them individually to set all their properties

Re: Setting the properties of multiple selected objects in stead of just one (the first or only selected-data)

2005-01-13 Thread Hans Breuer
to be the final thing but just a prototype (also coded to have some interesting example with some use :-) [...] To Hans Breuer: My first example wasn't a patch already. It was more a sneak preview for the concept which I had in mind. It basically was my question to the group linked to the but-paragraph

Re: Setting the properties of multiple selected objects in steadof just one (the first or only selected-data)

2005-01-13 Thread Hans Breuer
On 13.01.2005 14:12, Philip Van Hoof wrote: On Thu, 2005-01-13 at 15:34 +0100, Lars Clausen wrote: [...] Should it be possible to set all the properties of individual objects in a group? In which case I think only a treeview of properties is going to give it a usable userinterface (so rewriting

Re: bugzilla

2005-01-28 Thread Hans Breuer
Toady wrote: Hi folks, According to the statistics of the gnome buzilla concerning the dia project I noticed the followings: Many patches aren't reviewed : I can see no comments nor any status change bug concerned are : 137798, 133861, 133859, 142663, 124608, 148174, 151147, 147728, 144956,

Re: generate source files from UML

2005-02-16 Thread Hans Breuer
On 16.02.2005 16:56, jim Pharis wrote: Generating source from UML diagrams would be a very nice feature to have in dia. I see links to numerous external tools that can accomplish this, however, why isn't this feature included right in dia? It seems that if we are going to compete with other UML

Re: dia --export= corrupts colors in PNG exports

2005-02-20 Thread Hans Breuer
On 21.02.2005 05:45, Lars Clausen wrote: On Sun, 2005-02-20 at 20:18 +0100, Roland Stigge wrote: Hi, several Debian users reported a problem which unfortunately, I can not reproduce. Basically, on dia --export ... from the command line under X, the output png image is identifiable, but the colors

Re: Future developement, GtkUIManager XML Question?

2005-02-22 Thread Hans Breuer
On 22.02.2005 22:17, Alan Horkan wrote: The below extract from Bugzilla suggests the possibility of moving to GTKUImanager. The API describes GtkUIManager as Constructing menus and toolbars from an XML description. I'm just wondering if we were to move to an XML system for the user interface why

  1   2   3   4   5   6   7   >