Re:

2006-08-26 Thread Robert Staudinger
On 8/24/06, tim marshall <[EMAIL PROTECTED]> wrote: > you also can't paste text from another application. what a shame! i > cant use this program because of that. Pop up the context (right click) menu on a text element and select "Paste Text". HTH, Rob

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

2006-08-24 Thread Robert Staudinger
On 8/24/06, Mike Dewhirst <[EMAIL PROTECTED]> wrote: > Hans Breuer wrote: > > 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 fe

Re: setting font size in UML diagrams

2006-08-08 Thread Robert Staudinger
On 8/8/06, Prof. Dr.-Ing. Wilfried Koch <[EMAIL PROTECTED]> wrote: > > > Hello, > > does anybody know how to set the (absolute) size font size of an DIA UML > element (e. g. an class box). The black "adjuster dots" obviously don' work. The font height looks hardcoded in the UML plugin: [EMAIL PRO

Re: Dia without gnome?

2006-08-04 Thread Robert Staudinger
On 8/4/06, Staffan Hämälä <[EMAIL PROTECTED]> wrote: > Hi, > > What kind of functionality will be missing if compiled without --enable-gnome? > Anything important? Two things that come to my mind are integration with gnome session management and bonobo embedding code. Neither of which i'd call "im

Re: Artwork should be updated to fit Tango standards

2006-07-27 Thread Robert Staudinger
On 7/26/06, Jorge Suárez <[EMAIL PROTECTED]> wrote: > Artwork should be updated to fit Tango standards, that would make dia > more competitive. Would you be able to provide compliant artwork? I'd be more than happy taking over the integration work with the maintainers' approval. - Rob ___

Re: create python dia plugin : need help !

2006-07-26 Thread Robert Staudinger
On 7/26/06, lidiriel <[EMAIL PROTECTED]> 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: building dia (was: feature request: hover help/tooltip text)

2006-07-24 Thread Robert Staudinger
On 7/24/06, Todd Chambery <[EMAIL PROTECTED]> wrote: > Tim, > > Thanks for the suggestion. I tried it with one of my completed > drawings, and it's a reasonable workaround. The problem, of course: if > the diagram is modified, the "definitions" layer is not wired to the > widgets on the layer un

Re: Printing diagrams

2006-07-05 Thread Robert Staudinger
On 7/5/06, Geraldo Milagre <[EMAIL PROTECTED]> wrote: > Helllo, > > I am using UML Diagrams. I am using all default configurations. A > diagram of about 10 classes are taking 8 pages. I want to print on only > one page. How can I do to shrink my diagram to one page? It should be possible to export

Re: Build broken?

2006-05-28 Thread Robert Staudinger
On 5/28/06, Lars Clausen <[EMAIL PROTECTED]> wrote: On Sat, 2006-05-27 at 11:52 +0200, Robert Staudinger wrote: > Hi, > > it seems that > tests/Makefile.am > tests/exports/Makefile.am > were missed importing. Toplevel configure.in/Makefile.am wants to set > those

Build broken?

2006-05-27 Thread Robert Staudinger
Hi, it seems that tests/Makefile.am tests/exports/Makefile.am were missed importing. Toplevel configure.in/Makefile.am wants to set those directories up for building. Cheers, Rob ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mail

Re: Towards resolving #76901 - The tools should be dockable

2006-05-19 Thread Robert Staudinger
On 5/19/06, Lars Clausen <[EMAIL PROTECTED]> wrote: On Fri, 2006-05-19 at 07:16 +0200, Robert Staudinger wrote: [...] > Bug #76901 [2] - The tools should be dockable > > I am wondering how to best integrate this with the current CSDI model. > Assume 3 diagrams are open, the

Towards resolving #76901 - The tools should be dockable

2006-05-18 Thread Robert Staudinger
Hi, The patch available in #340352 [1] lowers the bar for a few others to be fixed, among those the ol' docking request. That one has potential for controversity, therefore it might be helpful agreeing on a solution before putting time into a fix. So here is the reproduction of my bugzilla "RFC":

new patch for #341549

2006-05-18 Thread Robert Staudinger
Hi, Unfortunately bug #341549 refuses me to create a new attachment for days (no problem with other bugs). Sending the patch here in case anyone's interested ... This would be the comment: "Most stuff works now, remaining problems: + "locale" and "help" don't end up in the correct prefix for the

Re: GtkAction, Plugins and PyGtk

2006-05-14 Thread Robert Staudinger
On 5/14/06, Hans Breuer <[EMAIL PROTECTED]> wrote: [...] Some general remarks, more detailed patch review following. - Apparently you are using a tab width of 4 while 8 is commonly used If anyone could point me to a description of dia's coding style i'd happily adhere to that ("gtk", "gnome",

Re: GtkAction, Plugins and PyGtk

2006-05-07 Thread Robert Staudinger
On 5/4/06, Robert Staudinger <[EMAIL PROTECTED]> wrote: On 5/3/06, Hans Breuer <[EMAIL PROTECTED]> wrote: > On 03.05.2006 21:22, Robert Staudinger wrote: [...] > So IMO the way to go would be to change the filter_register_callback() to > something more appropriate to a

Re: GtkAction, Plugins and PyGtk

2006-05-04 Thread Robert Staudinger
On 5/3/06, Hans Breuer <[EMAIL PROTECTED]> wrote: On 03.05.2006 21:22, Robert Staudinger wrote: [...] > + dia to depend on PyGTK or This does not sound like an option. By definition the core must not depend on a plug-in (though there is one plug-in not optional : libstandard)

GtkAction, Plugins and PyGtk

2006-05-03 Thread Robert Staudinger
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 plugins via dia.register_callback. While this call

Re: tweaking UML diagrams

2004-07-28 Thread Robert Staudinger
um 22:21: > On Tue, 2004-07-27 at 22:05, Robert Staudinger wrote: > > Hello, > > > > i've been doing a few class diagrams in dia, which i then exported to > > eps in order to include them in a latex document. > > It would be really cool if there would be a pos

tweaking UML diagrams

2004-07-27 Thread Robert Staudinger
Hello, i've been doing a few class diagrams in dia, which i then exported to eps in order to include them in a latex document. It would be really cool if there would be a possibility to reduce the class-boxes', arrows' etc. border width because the diagram looks very "bold" after latex pdf genera