Re: export/import custom colors

2012-08-27 Thread Hans Breuer
At 01.08.2012 03:01, nomnex wrote: Custom colors question: I use Freemind (mindmap software), the custom colors are stored in a .xml file [patterns.xml] in the profile directory. They are easy portable. I simply copy&past the file in a new profile directory on another machine. How about DIA? I

Re: javascript code generation

2012-09-02 Thread Hans Breuer
At 29.08.2012 14:20, Sullivan MATAS wrote: I apologize, I forgot to attach the patch. [...] I had to generate javascript code for one of my project, so I made a javascript code generation plug-in for dia. I think this may be usefull to someone else so I send you my patch. The c

At+Keycode (was Re: 'Dia' Question)

2012-09-04 Thread Hans Breuer
At 04.09.2012 13:49, Michael Ross wrote: For a moment my spirits rose as I held the Alt key and typed in 0176. �But nothing so simple works in Dia.� It's Gtk+ which does not support it. See https://bugzilla.gnome.org/show_bug.cgi?id=148386#c14 for the discussion. Basically the Windows specifi

Re: How to Develop New Features

2012-09-08 Thread Hans Breuer
At 07.09.2012 03:11, Matthew Rubenstein wrote: Howdy. I'd like to code some revisions to Dia, but I haven't figured out how to get started, despite browsing around https://live.gnome.org/Dia and googling various programming keywords combined with "dia". Checking out the code from master

Re: Compilation Problem (libintl.h)

2012-09-09 Thread Hans Breuer
At 06.09.2012 09:55, Kristoffer Robin Stokke wrote: Hello, I am trying to compile dia 0.97 on Redhat 5.8, x86_64, but get some compiler errors... I've tried to reproduce the issue, but everything works for me. I did not check under Redhat, though. > make[3]: Entering directory `/ifi/bifrost

Re: Problem with Python scripts

2012-09-11 Thread Hans Breuer
At 10.09.2012 23:46, Alexios Lekidis wrote: ImportError: No module named dia Pasting that error message into a Google search gives the right answer as second hit: https://mail.gnome.org/archives/dia-list/2011-September/msg00124.html Hans "at" Breuer "dot" Org --- Tell me what

Re: Dia freeze up

2012-09-11 Thread Hans Breuer
At 09.09.2012 16:32, Michael Ross wrote: Greetings, This happens often, and I don't know how to trouble shoot it to provide better information. Checking changes in your usage pattern could be a starting point (or maybe you are seeing more freezes with Dia 0.97.2 than with Dia 0.97.1?) Runni

Re: Dia freeze up

2012-09-12 Thread Hans Breuer
At 12.09.2012 00:32, Michael Ross wrote: Hello Hans, I may have spoken too soon about re install fixing it, but it is easy so I will try again. Also the anti-alias - do you mean the setting in View Defaults? I have that unchecked. I don't understand "antialiased (cairo) rendering" if that is

Re: Dia freeze up

2012-09-12 Thread Hans Breuer
again. Also the anti-alias - do you mean the setting in View Defaults? I have that unchecked. I don't understand "antialiased (cairo) rendering" if that is different. Mike On Tue, Sep 11, 2012 at 3:51 PM, Hans Breuer wrote: At 09.09.2012 16:32, Michael Ross wrote: Greetings

Re: Custom Extensions to new Shapes

2012-09-19 Thread Hans Breuer
At 17.09.2012 14:25, Dave Johnston wrote: It would be great if the XML used to create shapes could be extended to support a few other types. I think most cases could be catered for if the following was available (maybe it already is and I haven't seen it) Tne suggested functionality would certai

Re: Problem creating custom shapes with editable text

2012-10-02 Thread Hans Breuer
At 02.10.2012 11:41, Martin Wunderlich wrote: Thanks a lot, Eric. This helps a bit. I have compared your XML to the code form my shape and noticed that the node is not included in my shape. Instead, it is using an svg:text element, which apparently is not recognised correctly by Dia. The svg:te

Re: [long+short] autorouting patch status?

2012-10-16 Thread Hans Breuer
At 16.10.2012 18:21, Thomas Harding wrote: Ooops: was "auto layout", not "autorouting" Threads refs below ;) Le 16/10/2012 10:43, tpo2 a �crit : On Sat, 13 Oct 2012 23:26:31 +0200, Thomas Harding wrote: [I'm French, and English grammar (especially terse) and syntax are difficult to me while wr

Re: [long+short] autorouting patch status?

2012-10-16 Thread Hans Breuer
At 16.10.2012 21:36, Thomas Harding wrote: Le 16/10/2012 20:57, Hans Breuer a écrit : [...] http://git.gnome.org/browse/dia/log/plug-ins/layout HTH, Hans Hi Hans, nice to meet you here again ! Dito. It seems you still worked on on September... a secret new feature or just an experiment

Re: Hans? Can you review this? Re: Dia freeze up

2012-10-30 Thread Hans Breuer
Michael et al., sorry for top-posting, but here is a brief summary: - in my experiments I only had freezes (endless loop) with the cairo renderer, so a diagram to reproduce would help - I don't understand what 'process tree' you are killing - there is no mechanism in standard Dia deleting t

Re: Hans? Can you review this? Re: Dia freeze up

2012-11-04 Thread Hans Breuer
At 30.10.2012 23:42, Michael Ross wrote: Add in comments below. Thanks, Hans. On Tue, Oct 30, 2012 at 4:35 PM, Hans Breuer wrote: Michael et al., sorry for top-posting, but here is a brief summary: - in my experiments I only had freezes (endless loop) with the cairo renderer, so a

Re: Default size for shapes

2012-11-06 Thread Hans Breuer
At 06.11.2012 15:46, Harold wrote: Dear list, I'm taking my first steps into making some Dia shapes but I'm having some trouble with the size of the shapes when you add one to your layout. Ideally I'd like to create shapes with a predefined size and that aren't scalable. I'd like to use these sh

Re: [long+short] autorouting patch status?

2012-11-10 Thread Hans Breuer
At 10.11.2012 01:54, Enrique Filiage wrote: What about use autorouting techniques used by graphviz package?? Graphviz and other layout libraries/tools like OGDF only deal with simple shapes. To integrate the layout algorithms with Dia the releation to Dia's objects must be preserved somehow. A

Re: center anchor in UML's "activity" icon

2012-11-25 Thread Hans Breuer
At 23.11.2012 15:50, Mirko Vukovic wrote: I am not sure if this has been reported before (Google did not find it). Looks like an oversight in the original patch (and for the 7 years since than ;)) http://git.gnome.org/browse/dia/commit/?id=e22e379 The Activity icon on the UML sheet does not

Re: A new render

2012-11-25 Thread Hans Breuer
At 24.11.2012 14:29, Ruslan Panasiuk wrote: Hi. How about to use a cairo graphic to render primitives? Probably I'm misunderstanding something in your request, because there is a cairo renderer available with Dia since 2004 - see: http://git.gnome.org/browse/dia/log/plug-ins/cairo?ofs=100 So,

Re: Connect two lines?

2012-11-28 Thread Hans Breuer
At 27.11.2012 12:33, Andrey Repin wrote: Greetings, Alejandro Imass! [...] If the ends of lines can connect (i.e. are connection points themselves) why can't they connect to each other?? it seems like something easy to fix... Just putting connection points on the end of lines might be relati

Re: Some for Dia

2012-12-17 Thread Hans Breuer
At 16.12.2012 23:20, Бамсик wrote: Hello, Sorry for my English. I using Dia and think what program would be better if you do instrument for rotating object. Generic object rotation is one of the long time requested features, e.g.: https://bugzilla.gnome.org/show_bug.cgi?id=100886 and https://bug

Re: Suggestions

2012-12-17 Thread Hans Breuer
At 17.12.2012 18:13, Raymond Kennington wrote: Context Menu Enter Text Edit Mode Context menus are object specific in Dia. Text editing already is in the menu and in the toolbar and available via hotkey and can be activated by click and hold. IIRC all these options are described in the manual.

Re: Decimal precision in custom attributes

2012-12-18 Thread Hans Breuer
Hi Wojciech, At 18.12.2012 11:45, Wojciech Gołębiowski wrote: Hi all I've created several shapes. Each of them has few custom (extended) attributes of various types ( tag in .shape file). I realized that with Dia interface I'm not able to enter values for 'real' type attributes with precision h

Re: Creating new sheets and shapes

2012-12-27 Thread Hans Breuer
At 27.12.2012 15:04, Andrey Repin wrote: Greetings, Jean-Jacques Tinguely! [...] The sheet appeared in the list of sheets and so the shape inside of the list. But when I inserted the shape into a new diagram, sum of the elements of my object had other line thicknesses than the ones I had defin

Re: Development

2013-01-10 Thread Hans Breuer
At 09.01.2013 19:53, david.bouli...@shaw.ca wrote: I like what I see. Tested on my MAC and Window 7. Is there any new development happening The master branch has some interesting new development and some not too interesting bugs fixed. See: http://git.gnome.org/browse/dia/tree/NEWS or is the p

Re: @ Tom Harding - enhance misc:tree

2013-01-24 Thread Hans Breuer
At 24.01.2013 02:37, Jeremy S wrote: Hi, (my first post here: I _like_ Dia... a lot!) I'm looking to use the dynamic 'tree' shape/object in a plumbing schematic but would welcome a bit more control over its properties. At the moment the only configurable property is the line colour, and I'd lik

Re: @ Tom Harding - enhance misc:tree

2013-01-28 Thread Hans Breuer
At 26.01.2013 00:26, Jeremy S wrote: Useful - thanks; appears tractable. Am I right in thinking that dynamic shape objects are compiled along with the rest of the source code (I'm deducing that the runtime code behind misc/tree is in /usr/lib/dia/misc_objects.so), yes. or can they be added re

Re: Grid Box Issue

2013-01-29 Thread Hans Breuer
At 27.01.2013 21:41, k p wrote: If a 2-dimensional Grid Box is in a group, you can still change the number of columns or rows. Double click on the grid and change the column or row. Depending on the Dia version you use part of the crash might come from https://bugzilla.gnome.org/show_bug.cgi?id

Re: Can-parent shape info and function

2013-02-12 Thread Hans Breuer
At 12.02.2013 13:24, Robert Ševč ík (DIA) wrote: Hi, I tried to make use of the new can-parent element submitted by Hans Breuer in rev b27a03ffe36e94f1a492cf817e9d25d5f37f1040 . I'd like to use this feature to create shapes for a workflow-kind-of project LogHarvester, which is confi

Re: Can-parent shape info and function

2013-02-14 Thread Hans Breuer
At 13.02.2013 13:30, Robert Ševč ík (DIA) wrote: On 2/12/2013, "Hans Breuer" wrote: [...] Is it possible I missed something or is this supposed to work at all? From your description I can not point out what is going wrong. Still the feature works for me as intended so maybe yo

Re: How to change page size to selection size

2013-02-21 Thread Hans Breuer
At 20.02.2013 23:31, Steve Litt wrote: Hi all, In previous dia versions, within dia I've been able to set the page size of a drawing to a selection of all objects on the drawing. Then, a simple export to svg would give the exact sized graphic in svg form, ready to put on a website. The new dia v

Re: unsupported pdf export via command line

2013-03-18 Thread Hans Breuer
At 17.03.2013 23:51, Rob Stewart wrote: Hi, Is PDF export supported in dia? In principle yes (but you already know that) ... $ dia --verbose -e file.pdf -t pdf file.dia Dia-Message: t=0.000 - initializing libdia Dia-Message: t=0.001 - plug-in '/usr/lib/dia/libvdx_filter.so' [...] Dia-Messa

Re: Problem of Dia

2013-03-27 Thread Hans Breuer
At 26.03.2013 20:34, Tomasz Bednarski wrote: Good morning. Your program have one problem. If I want icon drag/shape from left then I can't edit now text inside shape. I can edit text inside only if I unselect and hold click. If I select shape through click icon and click workspace working, runs

Re: Export problem

2013-04-04 Thread Hans Breuer
At 03.04.2013 19:08, Rist Eva wrote: Dear developpers, I was exporting my diagrams in to php5 code but getting this error: Error while applying stylesheet: C:\Program Files\Dia\xslt\dia-uml2php5.zx The only reference I could find to PHP5 with Dia is a single mail from 2004: https://mail.gnom

Re: Fwd: python

2013-04-04 Thread Hans Breuer
At 28.03.2013 13:03, Xavier Naveira wrote: Anyone? Apparently no one knows (including me, see below ;)) I wonder if you asked that question first at your distributor. Original Message Subject: python Date: Thu, 28 Feb 2013 08:35:52 +0100 From: Xavier Naveira Reply-To: disc

Re: Questions re. Dia created on MAC and readability on PC

2013-04-09 Thread Hans Breuer
At 09.04.2013 00:50, Yvon-Charles Beaudet wrote: I have created a series of diagrams on Dia on my MacbookPro with your Dia version for MAC and I have version dia-bin 0.97.2 My client to whom I delivered the diagrams in Dia form for his future modifications tell me that they can't open the files

Re: How to change page size to selection size

2013-04-10 Thread Hans Breuer
At 10.04.2013 20:48, Steve Litt wrote: On Wed, 20 Feb 2013 17:31:43 -0500 Steve Litt wrote: Hi all, In previous dia versions, within dia I've been able to set the page size of a drawing to a selection of all objects on the drawing. Then, a simple export to svg would give the exact sized graph

Re: Compiling on Arch

2013-04-13 Thread Hans Breuer
At 11.04.2013 22:12, cwill747 wrote: When I try to compile on Arch using the git checkout, I get a problem with aclocal. I get the common problem of getting an error that configure.in should be configure.ac. Common to what? Your system for many other projects you try to compile? I have not yet s

Re: How to change page size to selection size

2013-04-13 Thread Hans Breuer
At 11.04.2013 06:26, Steve Litt wrote: On Wed, 10 Apr 2013 23:43:02 +0200 Hans Breuer wrote: At 10.04.2013 20:48, Steve Litt wrote: [...] As you know, previous Dia versions had a "size to selection" button for page size, but current versinos got rid of that feature.[...] You

Re: eye-icon

2013-04-13 Thread Hans Breuer
At 13.04.2013 15:28, Andrey Repin wrote: Greetings, vwf! This window can be confusing. One improvement can be the use of two icons for active/off (gray-out), instead of switching an icon on/off. If you're familiar with GIMP, you won't have any confusion. May be a small addition to the list co

Re: objects not deleting - osx 10.8.3

2013-04-17 Thread Hans Breuer
At 17.04.2013 18:44, Bethany Hudnutt wrote: Greetings, Description of problem: I installed Dia and xquartz yesterday on my mac and am not able to delete objects. To repro: Open dia Select rectangle tool Draw a rectangle on the diagram Select the rectangle using the select tool Press delete OR

Re: objects not deleting - osx 10.8.3

2013-04-17 Thread Hans Breuer
At 17.04.2013 22:04, Andrey Repin wrote: Greetings, Hans Breuer! [...] How do you press Delete on a Mac? Mine only has a Backspace key. Fn+Backspace or Cmd+Backspace - I can't recall. Show up the virtual keyboard, and try to press some modifiers. The Backspace key will change from &q

Re: Question about Dia

2013-04-24 Thread Hans Breuer
At 24.04.2013 18:08, Daniel Trujillo Viedma wrote: Hi guys!! Firstly, thank you for that great software. I have a trouble. I'm trying to do a UML diagram, which has a class that contains a lot of references (like the "object" class in this example: https://live.gnome.org/Dia/Examples?action=Att

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 the

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'

Re: [long] lots of problems, you did ask ... [was Re: RC1 stats]

2002-05-27 Thread Hans Breuer
At 17:29 25.05.02 +0100, Alan Horkan wrote: > [...] (constructive critism, or at least i hope so). > Well done, but as always there are some things which could be improved :-) First of all splitting the mail by content (i.e. points of interest or responsibilities) would have made it more simple 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 >#ëÏÎÔÒÏÌÌÅ >ðþ# >There is UTF-8 in new one. >It can't tranlate old files correctly (for russian letters).

Re: gtk2.0 conversion & prerequisites

2002-06-04 Thread Hans Breuer
is available. Let's put the poor libxml1 to rest, 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 sin

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 easil

Re: Dia goes Gtk2, anyone else with it ?

2002-06-08 Thread Hans Breuer
At 13:14 08.06.02 +0200, Cyrille Chepelov wrote: >Le Sat, Jun 08, 2002, à 12:52:42PM +0200, Hans Breuer a écrit: >> 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. >> >>

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

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 GtkTe

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 baby step !

2002-06-21 Thread Hans Breuer
[composing a manual reply from web archiveagain, as the original mail does not get through to my mail] at Fri, 21 Jun 2002 18:49:27 +0200 Cyrille Chepelov wrote > [...] >In theory, and as far as the Win32 port uses render_gdk.c for on-screen >rendering, this should apply and display the same ki

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(Ne

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 a

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). &

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'

Re: Pango change, first^Wsecond baby step !

2002-06-22 Thread Hans Breuer
At 18:25 22.06.02 +0200, Cyrille Chepelov wrote: >Le Sat, Jun 22, 2002, à 04:40:53PM +0200, Hans Breuer a écrit: > [...] > >What I wanted to do was to carry on the bulk of the new DiaFont change, and >commit with something more than two hands can tinker with (there will be &g

Re: Pango change, first^Wsecond baby step !

2002-06-22 Thread Hans Breuer
At 19:28 22.06.02 +0200, Hans Breuer wrote: >At 18:25 22.06.02 +0200, Cyrille Chepelov wrote: >>Le Sat, Jun 22, 2002, à 04:40:53PM +0200, Hans Breuer a écrit: >Fine with me. It'll probably take me an hour to compile and crash the >current version. Will go online than again.

Re: Pango change, first^Wsecond baby step !

2002-06-22 Thread Hans Breuer
At 21:53 22.06.02 +0200, Cyrille Chepelov wrote: > >Le Sat, Jun 22, 2002, à 09:04:04PM +0200, Hans Breuer a écrit: >> There is something wrong with bounding box calculation [1] and >> we need to find a way to get on the right pango_context. It >> doesn't matter

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/fo

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 vers

Re: DiaFont abstraction and namespacing

2002-06-23 Thread Hans Breuer
At 16:12 23.06.02 +0200, Cyrille Chepelov wrote: >Le Sun, Jun 23, 2002, à 03:32:23PM +0200, Hans Breuer a écrit: > >> >Which comments ? >> > >> "The Pango people don't seem to encounter the real world much..." > >Oh ! This is not mine... >

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 re

Re: DiaFont abstraction and namespacing

2002-06-23 Thread Hans Breuer
At 09:47 23.06.02 -0500, Lars Clausen wrote: >On Sun, 23 Jun 2002, Hans Breuer wrote: >> At 14:36 23.06.02 +0200, Cyrille Chepelov wrote: >>>Which comments ? >>> >> "The Pango people don't seem to encounter the real world much..." > >Oh,

Getting rid of old home-grown FontSelector

2002-06-24 Thread Hans Breuer
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. Is there any reason we shouldn't use the standard GtkFontSelector and integrate it into Dia like the GtkColorSelector ? If the answer is no, I'm ready to apply

Re: Getting rid of old home-grown FontSelector

2002-06-24 Thread Hans Breuer
>At Mon, 24 Jun 2002 21:16:56 +0200 Cyrille Chepelov wrote >>Le Mon, Jun 24, 2002, à 08:26:42PM +0200, Hans Breuer a écrit: >> 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. >

Re: Getting rid of old home-grown FontSelector

2002-06-24 Thread Hans Breuer
At 22:10 24.06.02 +0200, Cyrille Chepelov wrote: >Le Mon, Jun 24, 2002, à 09:34:52PM +0200, Hans Breuer a écrit: >>[...] >Well, what I mean is, let's say an object defaults to Sans. I want it in >Serif (generic Serif). Will GtkFontSelector allow me do do that, without me >

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

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 ran

Re: Font selection -- a solution

2002-06-26 Thread Hans Breuer
At 22:50 25.06.02 -0500, Lars Clausen wrote: >On Wed, 26 Jun 2002, Hans Breuer wrote: >> Three words: fine with me! > >It is committed! And a sweet thing it is. I even figured out how to make >the stupid little dots in the menu move correctly. > I'm eager to look at

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 mixin

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

2002-08-19 Thread Hans Breuer
At 07:30 19.08.02 -0700, James Michael DuPont wrote: >Thanks for your tips. I will be trying *AGAIN* to compile from scratch. >And I am willing to put the work into it. > Maybe you should first read _and understand_ some of the information always linked from my page (and some more, i.e. tml's web

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

2002-08-19 Thread Hans Breuer
o make some >> improvements here. > >[snip] > >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 sur

Re: Python scripts

2002-09-23 Thread Hans Breuer
admit: there is nothing really usefull that has been >discussed 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 py

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_*,

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

2002-10-07 Thread Hans Breuer
At 18:50 07.10.02 +0200, Steffen Macke wrote: >Trying to compile, I get a lot >of "redefinition of ..." errors. 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 :) Se

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 >th

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 : >> > http://msdn.microsoft.com/library/default.asp?url

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 font

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
? >> >> It's supposedly possible, though I haven't 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 usin

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; */ > >Thi

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 prop

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

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

2003-01-16 Thread Hans Breuer
000 +0100 >@@ -1,3 +1,23 @@ >+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 <

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.

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 Micr

Re: Dia Drawings can easily be exchanged between linux and windows [Re: Dia question]

2003-02-12 Thread Hans Breuer
At 18:38 12.02.03 +, Alan Horkan wrote: > > [...] >Libxml is set to do pretty printing/nice layout of on Linux but not on >windows. The windows version has no line breaks which CVS really does not >like. (this is against version 0.90). > Not quite right. The windoze version 0.90 does use libx

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\bin>gcc --version GCC.EXE (GCC) 3.2 (mingw speci

Re: WMF export on Linux

2003-03-26 Thread Hans Breuer
gdi.cpp : /* * WMF_GDI is an implementation of Windoze GDI functions required * for saving of Windows Meta Files, 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. * * (

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 distribu

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 r

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 >pixb

Re: Re[4]: 0.91 version and EPS/PDF problems

2003-06-10 Thread Hans Breuer
erfectly clear. > >The question is: why not allow us the 0.90 solution >(i.e., reliance on built in fonts)? > It should be quite simple to resurrect, in fact it's partly done already: 2002-10-15 Hans Breuer <[EMAIL PROTECTED]> * app/diapsrenderer.[hc] : (new files, o

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 larg

<    1   2   3   4   5   6   7   8   >