SegFault when using enum type

2002-04-19 Thread Pierre Pronchery
Hi, I'm developping with Dia CVS 20020416, and I have a problem when I save a diagram of my own. It's only failing when I save my diagram after modifying the only enum type present in my entity. I thought before it was a problem when destroying or writing the file,

problems when closing properties dialog with windowmanager

2002-04-22 Thread Pierre Pronchery
a less complicated entity :) The properties window seems to have been destroyed instead of just hidden, or created again. This problem doesn't happen with the layer window. I hope this will help, Pierre Pronchery ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Re: Dia's user interface

2002-04-22 Thread Pierre Pronchery
main window's menu. When this happens the user should be able to notice immediatly (...and there's a undo button). That's all I can remember now. It's a good idea to think of the interface. Thanks for your work, I hope you'll make many happy Gnome users ;) Pierre P

Re: Dia's user interface

2002-04-24 Thread Pierre Pronchery
I'd like to add a little thing: the main window should appear BEFORE the diagrams to me (when specified in command line), like in The Gimp. This way the window manager can place the "Diagram Editor" window where you prefer it to be (up left for me), and then open diagrams elsewhere. Or else the ap

Re: Zoom combo box?

2002-04-24 Thread Pierre Pronchery
On Wed, Apr 24, 2002 at 12:32:52AM -0400, Russell Holt wrote: > > On Tuesday, April 23, 2002, at 09:00 PM, 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 c

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

2002-04-29 Thread Pierre Pronchery
On Sat, Apr 27, 2002 at 09:24:25AM +0200, Dia ChangeLog Daemon wrote: > Snapshots available at http://www.crans.org/~chepelov/dia/snapshots > > *** Recent ChangeLog entries: > > + * app/sheets_dialog_callbacks.c : #ifdef HAVE_UNISTD_H and > + #ifdef HAVE_UTIME_H. Otherwise #include and

Re: dia and fonts [dia & freetype - part II]

2002-04-29 Thread Pierre Pronchery
On Sat, Apr 27, 2002 at 12:18:10PM +0200, Torben H. Nielsen wrote: > > But this leads to a new problem - the properties dialog(s) do not > > load the font style but resets it to regular... > > I am mostly programming in java. I am only starting at learning C and I > do > know even lesser about GT

DiaCanvas widget

2002-04-30 Thread Pierre Pronchery
Hi, I'd like to know more about the DiaCanvas widget, but the link proposed on the Dia's website is dead. Can you point me to the place to find it? Thanks, Pierre ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-li

Dia plugins and C++

2002-04-30 Thread Pierre Pronchery
Hi, I'm developping a Dia plugin for 2 weeks now, and I started in C. I may host it somewhere, but it's very specific and so not interesting to include directly in Dia project. Now I'd like to use C++, because I need to build and see special trees based on my plugin graphical language, and I wan

Re: Extending dia with libglade/glade?

2002-05-01 Thread Pierre Pronchery
On Wed, 2002-05-01 at 13:43, ml wrote: > Hi, > > is it possible to use glade and libglade to build object > property dialogs etc. for dia objects? Thanks in advance! > You can use glade to create the widgets you're wanting in a window, and then cut this part of code inside your Dia plugin. For

Re: Dia plugins and C++

2002-05-02 Thread Pierre Pronchery
On Tue, Apr 30, 2002 at 06:47:25PM +0200, Cyrille Chepelov wrote: > You mean extern "C" { } ? The OP would have to export all routines expected > by a plug-in with "C" linkage as well. Basically, this means writing plain C > dia objects (OK, with the implementation being done in the temporary > va

Re: Suggested Functional Improvements

2002-05-03 Thread Pierre Pronchery
On Fri, 2002-05-03 at 16:55, [EMAIL PROTECTED] wrote: > --- Quote --- > Decompositions of diagrams into smaller and more detailed > diagrams seems a very important feature in most modelling > situations. Take older style Data Flow Diagrams for > instance? Perhaps, one feature could be to allow Obj

Re: Help Browser

2002-05-06 Thread Pierre Pronchery
On Mon, May 06, 2002 at 11:04:19AM +0200, Torben H. Nielsen wrote: > When a user wants some help, help_manual_callback() in app/commands.c > makes a call to netscape. > > But what happens if there is no souch binary. Dia should either have > the browser binary pointed out in the makefile or it sh

Re: Some exporting possibilities

2002-05-14 Thread Pierre Pronchery
information about it, and the plugin I've hacked, feel free to contact me on my personal mail adress. Sincerely, Pierre Pronchery. ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

new plugin for Dia

2002-05-14 Thread Pierre Pronchery
Here is the plugin I've developped, inspired by the graphical language found in the Cast software from INRIA, found at www.inrialpes.fr/sinus . This software allows to run and monitor tasks on CORBA servers. Of course it is released under the terms of the GPL, even if there aren't any copyright n

new plugin for Dia

2002-05-14 Thread Pierre Pronchery
Here is the plugin I've developped, inspired by the graphical language found in the Cast software from INRIA, found at www.inrialpes.fr/sinus . This software allows to run and monitor tasks on CORBA servers. Of course it is released under the terms of the GPL, even if there aren't any copyright n

Documentation on the development of C (C++?) Dia plugins (shapes)

2002-05-16 Thread Pierre Pronchery
Hi, I'm currently writing a report (I'm on an internship for school), which will deal with the creation of Dia plugins (creation of complex shapes and attributes). I'll publish it soon on my website, certainly at http://www.defora.org/modules.php?name=Reviews&rop=showcontent&id

Re: Documentation on the development of C (C++?) Dia plugins (shapes)

2002-05-16 Thread Pierre Pronchery
On Thu, May 16, 2002 at 06:23:06PM +0300, Steffen Macke wrote: > Pierre, > > I think this is excellent! well, thanks :) > I think at least the part on > shape creation should be added to > the dia manual. I would also like to > add the rest (Other opinions on this?). > Would that be ok for you? o

Re: Documentation on the development of C (C++?) Dia plugins (shapes)

2002-05-17 Thread Pierre Pronchery
On Thu, May 16, 2002 at 06:23:06PM +0300, Steffen Macke wrote: > Are you familiar with DocBook so that you > could merge your text with the dia manual? Please have a look to the new version of my document. I've spent the whole day learning DocBook, and I think it's worth it. However there are m

Re: Documentation on the development of C (C++?) Dia plugins (shapes)

2002-05-21 Thread Pierre Pronchery
On Sat, May 18, 2002 at 03:42:29PM +0300, Steffen Macke wrote: > Thanks for switching to DocBook! > > Once you're done, let us know, we'll see how we can fit this > in the dia manual. I have placed the part in a single chapter file, directly invokable this way: like the other Dia manuals I've se

Re: How to add new shapes ?

2002-05-30 Thread Pierre Pronchery
On Thu, May 30, 2002 at 01:11:46PM +0200, Pawel Rozanski wrote: > On Thu, 30 May 2002 09:33:09 +0200 > Cyrille Chepelov <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > > just a short note: the source tarball for dia 0.90.RC3 is now out at > > http://www.crans.org/~chepelov/dia > > And no resi

DTD files for shapes and sheets

2002-06-04 Thread Pierre Pronchery
Hi, I need the DTD files for dia shapes and sheets definitions, but the xmlns fields seem to be outdated. Where can I find them now? -- Pierre ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Re: Handle

2002-06-04 Thread Pierre Pronchery
Le mar 04/06/2002 à 18:35, Cyrille Chepelov a écrit : > Le Tue, Jun 04, 2002, à 11:13:40PM +0500, Leonardo Contreras Alfonso a écrit: > > Hi, i?m working with Dia, could anymone explain me the meaning and use of > > Handle type, CreateFunc needs it. > > Thanks in advance. > > This represents the

Installation of dia_logo.png

2002-06-07 Thread Pierre Pronchery
I downloaded dia version 0.90 on Cyrille's repository: http://zamok.crans.org/~chepelov/dia/dia-0.90.tar.gz Then uncompressed, and configured with these options: ./configure --prefix=/opt/dia --enable-gnome Compilation is good, my plug-in works, but there's still a problem at startup, which I sh

Re: Simple Question

2002-07-30 Thread Pierre Pronchery
On Tue, 2002-07-30 at 17:49, Ernie wrote: > I'm doing a little research for my company and came across DIA. Can DIA output in >HTML? I'm trying to find a flowcharting tool which can be viewd in HTML and the >flowchart elements must be able to be HREF'd. Basically I want to be able to view the >