Freetype problems under RH7.3

2002-05-16 Thread Young, Robert
The current FreeType code relies on X providing a font path list, and on this list containing paths to TrueType and other fonts. Under RH7.3 the XFree86 supplied has the font paths specified correctly. It doesn't however, load the modules which enable XFree86 to interpret these fonts and hence XFr

Re: Freetype Segfault (0.90 RC1)

2002-05-16 Thread Lars Clausen
On Fri, 17 May 2002, Robert Young wrote: > In 0.90 RC1, under RH7.3, a segfault can occur if a font face does not > have a family_name e.g. wadalab-gothic.ttf To stop this happening, a > simple check is required. Thank you! A nice & precise bug report. > in lib/font.c at line 583 (in freetype_a

Freetype Segfault (0.90 RC1)

2002-05-16 Thread Young, Robert
In 0.90 RC1, under RH7.3, a segfault can occur if a font face does not have a family_name e.g. wadalab-gothic.ttf To stop this happening, a simple check is required. in lib/font.c at line 583 (in freetype_add_font, after the if (error) { } ) please insert if (face->family_name == NULL) r

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

2002-05-16 Thread Andrew S Halper
On 2002.05.16 08:28 Pierre Pronchery wrote: > 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

Re: XSLT Transformer plugin

2002-05-16 Thread Cyrille Chepelov
Le Fri, May 17, 2002, à 01:09:11AM +0200, Mattam a écrit: > I wrote a plugin to allow transformations of the dia file using xslt. > It is integrated as a plug-in that only do exporting. The user select a > language in a separate widget when is chooses to use the code (*.code) file > form

XSLT Transformer plugin

2002-05-16 Thread Mattam
Hi, I wrote a plugin to allow transformations of the dia file using xslt. It is integrated as a plug-in that only do exporting. The user select a language in a separate widget when is chooses to use the code (*.code) file format. Only UML sources objects are supported yet as

Re: Sheets and objects dialog vs. unicode

2002-05-16 Thread Cyrille Chepelov
Le Thu, May 16, 2002, à 03:11:50PM -0500, Lars Clausen a écrit: > I'm looking into this. Oh! I had begun (fixed one tooltip, located a couple spots, and _()'d the localisable strings), but then RL stuff prevented me from finishing and committing (OTOH, I had announced I had no time). So it's com

Re: Sheets and objects dialog vs. unicode

2002-05-16 Thread Lars Clausen
On Thu, 16 May 2002, Cyrille Chepelov wrote: > Le Thu, May 16, 2002, à 04:08:45PM +0200, Torben H. Nielsen a écrit: >> Hi, >> >> I just noticed that the 'Sheets and objects dialog' does not handle >> unicode text strings properly! It justs writes the raw string >> instead > > Indeed. > > Si

Re: Sheets and objects dialog vs. unicode

2002-05-16 Thread Cyrille Chepelov
Le Thu, May 16, 2002, à 04:08:45PM +0200, Torben H. Nielsen a écrit: > Hi, > > I just noticed that the 'Sheets and objects dialog' does not handle > unicode text strings properly! It justs writes the raw string > instead Indeed. Since dia's core is now UTF-8, we can somewhat get out of #hel

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

2002-05-16 Thread Alan Horkan
On Thu, 16 May 2002, Pierre Pronchery wrote: > Date: Thu, 16 May 2002 17:28:13 +0200 > From: Pierre Pronchery <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Documentation on the development of C (C++?) Dia plugins > (shapes) > > On Thu, May 16, 200

Re: Broken 'configure' being generated

2002-05-16 Thread Cyrille Chepelov
Le Thu, May 16, 2002, à 12:31:31PM +0200, Andre Rabello DOS ANJOS a écrit: > Hi, > I've tried to compile the CVS version of dia on a RH7.2 box, but I get > my 'configure' script being generated broken. The line it seems to find > a problem is: > > INTLTOOL_REQUIRED_VERSION_AS_INT=`ech

Re: utf-8 test diagram

2002-05-16 Thread Cyrille Chepelov
Le Wed, May 15, 2002, à 06:15:00PM -0400, Maiorana, Jason a écrit: > > tiny example diagram attached: > does this attached diagram show up for anyone > in their version of dia. It should contain > a flowchart box with: > > "begin:?, end" > > inside it The problem is, while dia now has

Re: S&O-dialog vs. gettext

2002-05-16 Thread Cyrille Chepelov
Le Thu, May 16, 2002, à 04:46:50PM +0200, Torben H. Nielsen a écrit: > Shouldn't app/sheets_dialog.c be listed in po/POTFILES.in ?? Yes, it should. Good catch ! -- Cyrille -- Grumpf. ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.

Re: Segfault throght XWin32!!

2002-05-16 Thread Leonardo Contreras Alfonso
Mensaje citado por Lars Clausen <[EMAIL PROTECTED]>: > On Wed, 15 May 2002, Leonardo Contreras Alfonso wrote: > > Hi, i´ve downloaded dia 0.90.RC1, and i´ve noticed there has not be > > changed the bug that makes dia crack when using text fields using dia > > throught XWin32, i don´t know if the

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-16 Thread Steffen Macke
Pierre, I think this is excellent! 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? Are you familiar with DocBook so that you could merge your text with the dia manual? Steffen

Broken 'configure' being generated

2002-05-16 Thread Andre Rabello DOS ANJOS
Hi, I've tried to compile the CVS version of dia on a RH7.2 box, but I get my 'configure' script being generated broken. The line it seems to find a problem is: INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.12 | awk -F. '{ printf "%d", 0.12 * 100 + ; }'` Of course the problem

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: Review of Keybindings [Re: Dia's user interface]

2002-05-16 Thread James K . Lowden
On Tue, 07 May 2002 11:44:33 +0200 "Ben Hetland" <[EMAIL PROTECTED]> wrote: > On Wed, 1 May 2002 00:17:34 -0400, "James K.Lowden" > <[EMAIL PROTECTED]> wrote: > > I propose: Leave the feature on. Reverse dragging selects > > intersecting objects, and Forward dragging does not. If the user > > h

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

2002-05-16 Thread James K. Lowden
On Tue, 07 May 2002 11:44:33 +0200 "Ben Hetland" <[EMAIL PROTECTED]> wrote: > On Wed, 1 May 2002 00:17:34 -0400, "James K.Lowden" > <[EMAIL PROTECTED]> wrote: > > I propose: Leave the feature on. Reverse dragging selects > > intersecting objects, and Forward dragging does not. If the user > > h

S&O-dialog vs. gettext

2002-05-16 Thread Torben H. Nielsen
Hi Shouldn't app/sheets_dialog.c be listed in po/POTFILES.in ?? Allso should all translators be aware that this dialog introduces some new words to be translated. Torben _ Yahoo! Grupper Over 4000 grupper at blive medlem af - eller opret helt

Sheets and objects dialog vs. unicode

2002-05-16 Thread Torben H. Nielsen
Hi, I just noticed that the 'Sheets and objects dialog' does not handle unicode text strings properly! It justs writes the raw string instead Torben _ Yahoo! Grupper Over 4000 grupper at blive medlem af - eller opret helt din egen! www.yah

Re: CVS build

2002-05-16 Thread James Michael DuPont
--- Cyrille Chepelov <[EMAIL PROTECTED]> wrote: > My script autogen's it every morning, 9:30. And I > build it rather frequently > from CVS. I'm not alone... Cyrille, like always, impressive. Thanks, I will report my status. mike = James Michael DuPont

Re: CVS build

2002-05-16 Thread James Michael DuPont
--- Cyrille Chepelov <[EMAIL PROTECTED]> wrote: > My script autogen's it every morning, 9:30. And I > build it rather frequently > from CVS. I'm not alone... Cyrille, like always, impressive. Thanks, I will report my status. mike = James Michael DuPont

Re: CVS build

2002-05-16 Thread James Michael DuPont
--- Cyrille Chepelov <[EMAIL PROTECTED]> wrote: > My script autogen's it every morning, 9:30. And I > build it rather frequently > from CVS. I'm not alone... Cyrille, like always, impressive. Thanks, I will report my status. mike = James Michael DuPont

Dia ChangeLog report for Thu May 16 07:23:01 2002 (UTC)

2002-05-16 Thread Dia ChangeLog Daemon
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous Wed May 15 09:23:56 2002 +++ dia-cvs-snapshot/ChangeLog Thu May 16 09:23:05 2002 @@ -1,3 +1,22 @@ +2002-05-15 Cyrille Chépélov <[EMAIL PROTECTED]> + + * lib/charconv