Le mar, mai 22, 2001, à 11:31:57 +0200, Hubert Figuiere a écrit:
> According to Gérard Milmeister <[EMAIL PROTECTED]>:
> > When I select an item in the popup Tools submenu,
> > for example Tools->Line, dia crashes (Seg fault).
> >
>
> Which version du you use ?
>
> I get with the CVS HEAD versi
I think I'm going to turn it as enabled by default, at least for the current
CVS cycle.
I haven't been able to crash this code, and it works at least as good as the
previous code with respect to i18n (it should of course be better).
Any loud screams ?
-- Cyrille
--
Grumpf.
Le lun, mai 28, 2001, à 09:07:01 +0800, James Henstridge a écrit:
> > Any loud screams ?
>
> Nope. We should also look at switching the internal encoding in .dia
> files to utf8. This will be needed when we switch over to gtk+ 2.0 and
> libxml2 (even though you can compile dia with libxml2 at
Le lun, mai 28, 2001, à 06:49:22 +0200, Hubert Figuiere a écrit:
> Well. objects are defined in the objects directory. They a categorized
> by sheet. So UML objects are in objects/UML, network objects are in
> objects/network, and so on. So you'll have to create a subdir (like
> objects/chaplin f
Le lun, mai 28, 2001, à 03:51:15 +0800, James Henstridge a écrit:
> On Mon, 28 May 2001, Cyrille Chepelov wrote:
>
> > Normally, XML files already embed character set encoding information in the
> > very first element (
>
> That sounds like the best way to discriminate b
Le lun, jun 04, 2001, à 09:23:06 +0200, Dia ChangeLog Daemon a écrit:
> + * app/preferences.c : do proper initialization for DiaPrefsData:
> + render_bounding_boxes. It would be a real surprise if 'hidden'
> + properties would have ever worked before.
Indeed ; in a previous iteration
Le mar, jun 05, 2001, à 01:44:08 -0600, shea martin a écrit:
> I am making UML diagrams. I have many vertical 'call' arrows. I would like their
>message to be vertical as well. Is there a way to attain this?
This depends on us being able to rotate text, which depends on having
capable and ma
Le mer, jun 06, 2001, à 07:49:30 +, Lyle Bateman a écrit:
> How can I export a dia file so that it is editable by Visio or CorelDraw
> (ie, a simple bitmap export isn't good enough here)? I have tried dfx
> and neither Visio nor Corel seem to be able to read the file, though
> they recognize
Le jeu, jun 07, 2001, à 11:47:07 -0400, Kostas Oikonomou a écrit:
>
> Hello,
>
> I'm just beginning to use Dia, and I have a couple of questions:
>
> 1. Is it possible to set paper size as a global default, e.g. in the
> ~/.dia/diarc file?
check out /etc/papersize
-- Cyrille
--
Grum
Hi all,
while I've been advocating the fun side of keeping a bazillion
translations in the same file a few weeks ago, I've now come to a few
conclusions:
1) this won't scale past the half dozen languages we have in sheets.
Certainly not to all the languages we have in PO files.
Le sam, jun 09, 2001, à 11:34:38 +0200, F. Paquet a écrit:
> Since v0.88.1 most of the UML objects wont redraw properly when
> moved to the left of the Y-Axis.
I can't reproduce this (CVS head, a half dozen objects tried, X over SSH
session). Either someone fixed this since 0.88.1 (perhaps the mo
Le sam, jun 09, 2001, à 08:19:42 -0500, Lars Clausen a écrit:
> 1) If other people distribute sheets and shapes, they can't put the
> translations into Dia's .po files. So the translation will still be done
> in the sheets for sheets outside the Dia distro. Thus the translation
> support must s
Le sam, jun 09, 2001, à 09:05:11 +0800, James Henstridge a écrit:
> It acts as a small wrapper around the gettext build scripts
> (po/Makefile.in.in), adding support for extracting and merging from
> various other formats. It should be trivial to add support for dia sheet
> files, and once that
Le sam, jun 09, 2001, à 06:52:07 -0500, Lars Clausen a écrit:
>
> I think it's a bit early to make unicode support mandatory. On Debian,
> there is not yet a libunicode in the stable distribution. We should wait
> for at least that (and probably the same for other distros, but I haven't
> check
Le sam, jun 09, 2001, à 06:13:32 +0200, Cyrille Chepelov a écrit:
> Mmmmhhh... Looks like it does what my code does (but in a more generic way).
> My little script (attached here) is more crude: it just snarfs all strings
forgot it...
--
Grumpf.
# This program extracts sheet transl
Le sam, jun 09, 2001, à 05:40:28 +0200, Hubert Figuiere a écrit:
>
> What about using UCS-2 instead for internal purpose ?
Hmmm I don't know. What happens when finally UCS-2 gets dropped in
favour of UCS-4 ? (UCS-2 is not enough to completely represent Han
characters). Besides, GTK/GNOME is
Le sam, jun 09, 2001, à 06:00:38 +0200, Hubert Figuiere a écrit:
> According to Lars Clausen <[EMAIL PROTECTED]>:
> >
> > Just wanted you all to know that 0.88.1 is in Debian testing. According to
> > rpmfind, it's also in PLD and Mandrake.
>
> unstable powerpc still have 0.83 :-(
Do you know
Le dim, jun 10, 2001, à 10:40:23 +0800, James Henstridge a écrit:
> I don't think it is as simple as a simple sed job. The xml-i18n-tools
> package needs knowledge of each format it supports. It would not be
> difficult to add support, but it has to be done.
It _is_. xml-i18n-tools works with
Le dim, jun 10, 2001, à 07:27:50 +0800, James Henstridge a écrit:
> Okay. So we would just have to change things like
> blah blah blah
> to:
> <_description>blah blah blah
>
> xml-i18n-merge then removes the underscores and adds extra lines with the
> correct xml:lang attribute. We don't n
Le dim, jun 10, 2001, à 08:44:59 -0500, Lars Clausen a écrit:
> I would add one thing, most likely to 0.90, namely optional use of the
> freetype library. While there are other areas where I have "wouldn't it be
> neat" ideas, fonts is a "this currently sucks" area. Though it is very
> quiet ab
Le lun, jun 11, 2001, à 02:29:14 +0800, James Henstridge a écrit:
> On Sun, 10 Jun 2001, Cyrille Chepelov wrote:
>
> > Ah ? xml-i18n-merge looks up the .po files for translations and merges them
> > back into the resulting XML file ? Nice: we don't even have to modify the
Le lun, jun 11, 2001, à 11:45:57 +0200, marion schmid a écrit:
> Hello!
>
> Is there anyone who can tell me why I have continously following error
> message which,if the error occurs, appears approx. 20 times?
>
> I started dia to try out the program. It is in Version 0.85.
Version 0.85 is very
Hi all,
while doing my peregrinations in UTF-8 land, I've become convinced that
we'll have to transition to libxml2 to have this right. Of course,
committing highly experimental stuff just before version 0.89 isn't exactly
the best thing to do, so here's what I'm up to, in patch form.
What it
Le mar, jun 12, 2001, à 02:31:25 +0200, Cyrille Artho a écrit:
> Hi,
> when exporting dia drawings to xfig, rectangles with rounded corners get
> broken up into lines and arcs. I had used the "Flowchart - Box" item to
> get rectangles with rounded corners which can also have text inside
> them.
>
Le mar, jun 12, 2001, à 12:47:18 -0500, Lars Clausen a écrit:
> > Both these functions pointers would be members added at the end of struct
> > RendererOps, and would be totally optional (ie, diagramdata.c's routines
> > will check for NULL members, and either repeatedly check, or fill the
> > re
Le mar, jun 12, 2001, à 03:59:25 +0100, John Palmieri a écrit:
> While this doesn't answer all layout questions it seems like a good
> start to getting rid of hard coded shapes (I'm thinking of UML) and
^ ^
> pushing dia to become a pretty nifty frontend/widget for a
Le mar, jun 12, 2001, à 01:53:50 -0500, Lars Clausen a écrit:
> > OTOH, we could have have FEATURE_ARROW etc. Both options are open (I'd
> > think have renderers give NULL ops pointers for optional functions, and
> > have something in diagramdata fill in stubs & helpers, so we don't need
> > to t
Le mar, jun 12, 2001, à 05:39:56 +0100, John Palmieri a écrit:
> That is like saying configuration files should be written in C or PNG should be
> a series of putpixel commands. Abstracting your data into XML files allows for
> an easier to manage and more flexible program.
Have you ever read
Le mer, jun 13, 2001, à 12:14:26 -0700, Lennon Day-Reynolds a écrit:
> Just for comparison, let's take the following snippet of code. If
> objects in Dia were internally represented using the libxml tree
> interfaces, then the following would work as a 'get_state' function for
> *all* object t
Le mer, jun 13, 2001, à 01:00:40 +0200, Hans Breuer a écrit:
> recent CVS doesn't allow to draw Beziergons anymore - most of
> the time. There are only some few angles for the control lines
> which give a visible outline.
>
> Bezier lines are drwan more often but there are modes which
> make the
Le jeu, jun 14, 2001, à 01:56:12 +0200, Ben A. Hetland a écrit:
> It seems the problem is because, in charconv.c, the flag
> UNICODE_WORK_IN_PROGRESS is forcibly set, which I guess there's a good
> reason for, right Cyrille?
Yes, there is. I want charconv.c to actually use the unicode primitives
James,
sorry for the slightly late answer ; as Nemo will tell you tomorrow
9:30am (my time), while I've had enjoyed almost two weeks with plenty of free
time, there are times where real work has to be done . What's good is
that in the mean-time, things have cooled and look technically much
Le ven, jun 15, 2001, à 01:49:44 +0400, Elena Zotova a écrit:
> I anderstand what svg doesn't include carc and earc, but dia don't supported 'A'
> in path.
> And my patch was very usefull for me.
> I attached it. You may see it himself.
Well, the problem is: we want to use real SVG ; perhaps a s
Le ven, jun 15, 2001, à 01:05:29 +0800, James Henstridge a écrit:
> Hopefully properties will make it easy to have generic save/load code.
> We already have some generic code for this with the current propeties
> implementation, but in many cases, it doesn't quite duplicate the save
> format of t
Le ven, jun 15, 2001, à 12:41:13 +0200, A Whittal a écrit:
> Some strange things happen each time, DIA gives the message "error parsing point"
>and then sort of shrinks and squashes my drawing, while splitting my task bars (those
>indicating the application names) into hundred pieces.
> I still
Le dim, jun 17, 2001, à 12:36:46 +0200, Jeroen Zwartepoorte a écrit:
> A side question: why different builds for GTK+ & Gnome?
Two reasons: 1) not everyone wants to bring in the whole GNOME baggage. 2)
the Win32 port can't bring the whole GNOME baggage anyway (IIRC).
> I'm relatively new to Gno
Le dim, jun 17, 2001, à 08:32:38 +0200, Sebastian Fischmeister a écrit:
> Hello.
>
> There is a bug in the network cloud.
>
> 1). insert a network cloud in a figure
> 2). put a lot of returns in there (no other text)
> 3). save the figure
>
> 4). open the figure
> 5). save the figure
>
> now
Le dim, jun 17, 2001, à 10:41:24 +, James K. Lowden a écrit:
> It seems to me it should be possible to use Dia to create Dia shapes.
[snip]
> Does anyone think this is infeasible? Worthwhile?
infeasible, certainly not. In fact, dia already has a shape export plug-in,
which isn't bad for p
Le lun, jun 18, 2001, à 11:36:51 +0200, Sebastian Fischmeister a écrit:
> Cyrille Chepelov <[EMAIL PROTECTED]> writes:
>
> > Is this with the CVS head, or with 0.88.1 ? In the former case, the
> > bug is in the custom object code (and then, it's important), in th
Hi all,
this is a short notice, regarding the "dcgettext__ symbol can't be found"
problems encountered by some people (Sebastian Fischmeister, Sergei Astanin
in particular). While struggling with this and another problem Sergei told
me about (non-latin1 handling on some systems), it seems we h
Le mer, jun 20, 2001, à 11:32:40 +0200, Jacek Pliszka a écrit:
> I am trying to compile dia on my notebook. I downloaded
> and installed all (I hope) needed packages.
> When I run ./autogen.sh I got:
Basically, you miss all devel packages (gtk-dev, libtool, libart-dev, etc
etc)
AM_ICONF and A
Hi all,
quite a quiet week (aside from the interesting UrShape discussion)...
a few things:
1) nobody answered to my plea for gettext-0.10.38. I guess this
means there are no objections. I've just re-gettextized my tree, I'll commit
when it's both compiled and correct (shouldn't be a p
Please re-check with a recent version (0.88.1 if none has been released in
the meanwhile). 0.85 is quite old.
Thank you very much.
-- Cyrille
Le mar, jun 26, 2001, à 03:06:40 +0100, Jean-Claude Tebbal a écrit:
> Got these messages:
> dia_xml.c: In function `object_find_attribute':
> di
Le mer, jun 27, 2001, à 06:17:45 +0200, Andre Kloss a écrit:
> > Could someone give a brief overview of what the ObjectOps and ObjectType
> > stuff do? Is this still used or is it depricated in the StdProps code?
> Well, I don't know. I just found it in the source and it looked
> reasonable to m
Le mer, jun 27, 2001, à 05:47:35 +0200, Xavier Ordoquy a écrit:
> Hi all.
>
> I've just read one mail about the dia port to gtk+2.0 and later, gnome
> 2.
> I have taken over the dia-newcanvas widget that was initiated by james
> henstridge. The widget is under developement but can be usefull
> fo
Le mer, jun 27, 2001, à 08:14:43 +0200, Andre Kloss a écrit:
> > OTOH, every UrShape (if UrShape are really seen as objects by the
> > core) should have at least an Object as their first member
> > (usually named obj if it's an Object, elem if it's an Element, and
> > so on).
> In my opinion it w
Le mer, jun 27, 2001, à 08:44:36 +0200, Xavier Ordoquy a écrit:
> I just looked a bit in diagramdata.c and dia-newcanvas looks pretty
> similar. I think Jamesh would explain better than I can do how this
> fits, but looks like it's fine.
> dia canvas has items (line, rectangle, ...) with some pro
> I think I need to take a closer look to this issue. However, eps and ps
> rendering is
> already targeted although not in the top priority list.
> At worst rendering in two phases is still possible.
Given that the interface between dia and dia-newcanvas renderers is very
close, I think the cu
Le jeu, jun 28, 2001, à 12:27:40 +0200, Xavier Ordoquy a écrit:
> > What I was asking for is to have similar capabilities (perhaps in a saner
> > way) included in dia-newcanvas.
... oops, forgot to include the URL in my previous mail:
http://cvs.gnome.org/bonsai/cvsblame.cgi?file=dia/lib/diagra
Le lun, jui 02, 2001, à 11:47:29 -0300, Dolores Alia de Saravia a écrit:
> I have not been able to compile from CVS; after installing automake 1.4,
> autoconf 2.50 (>2.13), libtool 1.4, GNU gettext 0.10.38, and doing
> several other things, I continue getting error messages.
> Now ty
Le lun, jui 02, 2001, ? 09:28:47 +0200, Andre Kloss a écrit:
> void element_update_handles(Element *elem);
> /* What does this do? */
position the sizing handles (green and orange ones, black also IIRC) at the
corners of the bounding box.
> void element_update_boundingbox(Element *elem);
> /* W
Le mar, jui 03, 2001, ? 12:30:16 +0200, Arne H?rseth a écrit:
> Hi!
>
> I have just started to use Dia and find it to be a great application! I am
> also a fan of the SVG graphics format. There are a few things I would like
> to mention regarding the SVG support.
> - All objects turn out black lo
Le mar, jui 03, 2001, à 09:20:37 -0300, Dolores Alia de Saravia a écrit:
>
>
> > Le lun, jui 02, 2001, à 11:47:29 -0300, Dolores Alia de Saravia a
> écrit:
> > > I have not been able to compile from CVS; after installing automake
> 1.4,
> > > autoconf 2.50 (>2.13), libtool 1.4, GNU gette
Le sam, jui 21, 2001, à 08:04:10 -0700, Andrew S . Halper a écrit:
> Do I need to upgrade gettext? I'm currently at 0.10.35.
>
> make[2]: Entering directory `/home/ashalper/dia/po'
> file=./`echo zh_TW.Big5 | sed 's,.*/,,'`.gmo \
> && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file z
Le mer, jui 25, 2001, à 12:59:51 -0400, Adam Di Carlo a écrit:
>
> Using any version of dia I've ever seen, including 0.88.1, I note that
> the export command, as in
>
> dia --export=figures/system-arch.png figures/system-arch.dia
>
> requires the use of of an X11 display.
> Is there any pos
Le jeu, jui 26, 2001, à 11:35:59 -0400, John Palmieri a écrit:
> odd reason the UrShapes sheet is showing up twice. I don't really like how it
> attaches to the plugin. I think UUID's should be used instead of names to
> identify resources but I guess that is something to put on the list for th
Hi all,
just a short notice on a new capability of the StdProp code, and a HOWTO:
First, grab the last CVS, and put a few "SADT - Annotation" objects in a
document (type a few random characters, to be able to see the text).
Now, open the property page, and click on the "click me" button. App
I don't know who wrote the EML object ; while reviewing them to bring them
to the wonderful world of standard properties, I must say I've been baffled
by their contents. They must have been copied from dia 0.82's standard
objects !
To the contributor's discharge, I'd say we have waited way too lo
Le dim, jui 29, 2001, à 11:06:33 -0700, Andrew S . Halper a écrit:
> When autogen.sh runs the configure script:
>
> Running gettextize... Ignore non-fatal messages.
> /autogen.sh: gettextize: command not found
> Running libtoolize
> aclocal: configure.in: 117: macro `AM_LANGINFO_CODESET' not fo
Le dim, jui 29, 2001, à 12:13:42 -0700, Rick Jafrate a écrit:
> I'm an avid lurker here. I have been watching with interest for some
> time now. I have been contributing to the LinuxPLC project and would
> like to use DIA as a programming interface. I have played with the RLD
> shapes a littl
Hi all,
I've got a patch ready, to switch dia over to libxml2. It works great on
my machine, but will probably break for people who use a non-latin1 charset
but can't compile dia using --enable-nls and --enable-unicode. If I apply
this patch, and after a couple clean-ups, we switch from "bewar
Le dim, jui 29, 2001, à 02:48:11 -0700, Andrew S . Halper a écrit:
> OK, thanks. More progress. I upgraded to the Rawhide gettext 0.10.38-4 RPM
> (couldn't find a Red Hat binary), which has these macros in the proper place.
> Now I'm getting an error in app/:
This looks like the big bad NLS b
Le dim, jui 29, 2001, à 09:03:35 -0700, Andrew S . Halper a écrit:
> This looks suspicious:
>
> [ashalper@rocket app]$ strings /lib/libnsl-2.2.2.so | grep dcgettext
> __dcgettext
> dcgettext
> [ashalper@rocket app]$
> and on line 19756 of preferences.i (i.e. the preprocessor output of
> prefe
Le lun, jui 30, 2001, à 07:41:05 -0500, Lars Clausen a écrit:
> >> My glibc is 2.2.2.
> >
> > This looks suspicious:
> [...]
>
> Another possibility that got me out of a gettext mess: Remove
> intl/libintl.h, make distclean, then autogen again.
...which still doesn't explain why in some situa
I've polished a bit my libxml2 tree, and here's what I'm up to:
* the fine people who brought libxml1 and libxml2 really want libxml1
to die (actually, to have died many ages ago). libxml1 has the interesting
feature (in the context of dia) of generating incorrect files as soon as yo
Le mar, jui 31, 2001, à 12:33:40 +0200, Andre Kloss a écrit:
> More than cool - That's pretty darn good news for me. Sorry for me
> answering that late, but I had a week off the net and a weekend
> sailing on the Bodensee (South Germany, don't know what you call it).
Is this the lake on which th
Le lun, jui 30, 2001, à 08:42:07 -0700, Andrew S . Halper a écrit:
> These are all the libintl.h includes in the preprocessor output:
>
> [ashalper@rocket app]$ grep libintl preferences.i
> # 1 "../intl/libintl.h" 1
> # 33 "../intl/libintl.h"
> # 34 "../intl/libintl.h" 2
> # 37 "../intl/libintl.
Le mar, jui 31, 2001, à 08:28:55 +1200, Alan Litchfield a écrit:
> I have just upgraded to Ximian 1.4 and now when I run Dia all my sheets appear
> to be missing. I have checked and they are in
>
> /usr/share/dia/shapes/
>
> They are all there but Dia doesnt see them.
>
> Just in case I have do
Le mar, jui 31, 2001, à 11:21:39 +0200, Andre Kloss a écrit:
> > it would be nice if that code was guarded by a --enable option in
> > configure.in ; with that detail, yes it'll be good to see it.
> Good idea, Cyrille. Do you mean that we could incorporate the stuff in
> the Dia cvs tree?
It's a
Le mar, jui 31, 2001, à 01:01:46 +0200, Christer Folkesson (PAC) a écrit:
> Hi,
> I'm trying to find an alternative for Island Draw to be the standard tool for Unix
>users.
> Visio is a popular tool in the Windows environment. In some text and comments it is
>mentioned that Dia could be compare
Le mer, aoû 01, 2001, à 07:45:41 -0500, Lars Clausen a écrit:
>
> When I try to ./autogen.sh the newest CVS, I get the following from
> autoheader:
>
> FATAL ERROR: Autoconf version 2.50 or higher is required for this script
So it works. Good ! :-)
> Now debian unstable autoconf (including aut
Le mer, aoû 01, 2001, à 08:31:17 -0500, Lars Clausen a écrit:
>
> Which AC_PUSH? I find it nowhere in the dia sources.
AC_LANG_PUSH in configure.in, actually. [SEE BELOW, IN FACT]
>
> Ok, a apt-get update found the new version, and it works.
>
> > The (debian package) maintainer of autoconf
Le mer, aoû 01, 2001, à 09:06:33 -0500, Lars Clausen a écrit:
> Well, it takes some time to get through to testing.
yup; but you've mentioned unstable, haven't you ? (anyway, the problem seems
to be whole on non-i386 arches).
> True. I hope this won't be until 2.50 is more commonly available.
Le jeu, aoû 02, 2001, à 07:18:17 -0700, Andrew S . Halper a écrit:
> > So it wants to use your internal gettext's libintl.h ; do you have an
> > /usr/include/libintl.h ?
>
> Yes. It is provided by glibc-devel:
Good.
> I don't have any libnsl packages that I know of:
but you do have some /lib/
Le ven, aoû 03, 2001, à 05:49:54 -0700, Andrew S . Halper a écrit:
> On 2001.08.03 08:56 Cyrille Chepelov wrote:
> > Le ven, aoû 03, 2001, à 08:27:37 -0700, Andrew S . Halper a écrit:
>
> > Which versions do you now have installed of
> > * libtool
> >
Hi all,
I'm currently transitioning all objects in objects/UML to pure StdProps.
So far, I've got all objects except class, dependency, generalization,
implements and realizes done.
The other objects had all kinds of support for StdProp, ranging from some
parts done but not activated (obje
Le sam, aoû 04, 2001, à 06:33:46 +0200, Cyrille Chepelov a écrit:
> I'm currently transitioning all objects in objects/UML to pure StdProps.
> So far, I've got all objects except class, dependency, generalization,
> implements and realizes done.
make that "all
Le sam, aoû 04, 2001, à 01:27:28 -0400, John Palmieri a écrit:
> Hey Cyrille. I saw your post about the UML changes and it occured
> to me that I'm not doing much in UrShapes to support UTF8. Actualy I
> have done nothing because I am not totaly shure how Gnome/GTK+/Dia
> handles UTF8. F
Le dim, aoû 05, 2001, à 10:43:26 -0700, Andrew S . Halper a écrit:
>
> OK, I did upgrade this stuff:
>
> docbook-utils-0.6.9-1 (from Rawhide)
> docbook-style-dsssl-1.64-3 (docbook-utils dependency, also from Rawhide)
> gnome-doc-tools-2-0 (from GNOME Documentation site, to get GNOME PNG variant
Le lun, aoû 06, 2001, à 11:59:16 -0400, John Palmieri a écrit:
> I always thought it was some primitive command. You know, "I Tarzan,
> you Jane and you are Shape". Hehe.
Hey, I like this one...
-- Cyrille
--
Grumpf.
___
Dia-list mailin
Hi all, but Hans in particular.
I had put a huge mess in properties.c (the CVS has been a witness of
only a small part of it...), and got fed up with that.
So I started doing surgery on that module, shell-and-mortar style. The
result is going to be very clean I think, and I'm extremely pleas
Le lun, aoû 06, 2001, à 08:21:37 -0400, James K. Lowden a écrit:
> P.S. I would like to know what "grumpf" means, too. Is it "GRaphical
> Utilities for the Modeling of Parallel Functions", or is that a useless use
> of google?
Actually, a kind of borborygm (with a French "r") I used as a greeti
Le mar, aoû 07, 2001, à 12:01:56 +0930, Richard Sharpe a écrit:
> Rectangles can have rounded corners, but it seems that polygons can't,
> or have I missed something?
you haven't.
> Would it be easy to hack in rounded corners?
It depends on one's geometric skills. Basically, what you need to
Le mer, aoû 08, 2001, à 01:37:08 +0100, M. Lavasani a écrit:
> Hi
>
> I 've compiled "Dia-0.88.1" on HPUX version 11.00. The program compiled without
> any problem. But when I try to run the program:
>
> ./run_dia.sh or ./dia
>
> The proram start with displaying logo and it doesn'
Mehdi,
Le jeu, aoû 09, 2001, à 09:49:19 +0100, M. Lavasani a écrit:
> I know HPUX has always had some problem in this area, but it works fine
> for the other programs, even it works for "dia-0.85".
According to GNOME Bonsai, lib/plug-ins.c has never seen significant changes
(at least, with res
Le jeu, aoû 09, 2001, à 03:31:51 +0100, M. Lavasani a écrit:
> But after printing the last line above it won't go any futher than line :
>
> info->module = g_module_open(info->real_filename, G_MODULE_BIND_LAZY);
>
> I think It can find the plugins.
So, the problem is either in gmodule, o
Le mer, aoû 08, 2001, à 10:11:13 -0400, Gary James a écrit:
> Is there any way to rotate an object 90 degrees. I tried to rotate an XOR
> gate so that it points to the right and I can't figure out how to do that.
FAQ. In the current code, no way. We are slowly taking steps towards making
this (an
Le jeu, aoû 09, 2001, à 09:05:17 -0400, John Palmieri a écrit:
> Is this going to be an object domain solution or Dia domain? As it is,
> UrShape will support arbitrary transforms (rotation and translations) of
> all visual object except the Gtk stuff(unless GTK supports this). Will
> dia as
Le dim, aoû 12, 2001, à 04:48:38 -0500, Lars Clausen a écrit:
> On Sun, 12 Aug 2001, Cyrille Chepelov wrote:
>
> > Oh, I've seen a lot of bizarre "foo.c is in the way" messages from CVS
> > this morning. Lars, is it you ?
>
> I shouldn't think so --
Le lun, aoû 13, 2001, à 02:49:35 +1000, David Vu a écrit:
> I am a new dia 0.88 WIN32 user and found that the export operation clips
> non-BACKGROUND layers, if these layers are larger than the BACKGROUND
> layer. That is, if say a visible non-BACKGROUND layer has an object
> that lies outside t
Le lun, aoû 13, 2001, à 09:05:09 +0100, Ole Lundsgaard a écrit:
> I'm fairly new to Dia and have problems that I can't figure out.
> I'm on a 0.88 WIN32 and every time I try to say alter the windowsize I
> get a dosbox warning:
> GDK-Warning**: gdkgc-win32.c:934: RelaeseDC failure.
> Then the pro
Le lun, aoû 13, 2001, à 05:52:58 +0930, Young, Robert a écrit:
> If you could make a tar ball of the latest CVS source and put it on an
> ftp/http site, I'd be able to give it a thrashing - I'd use the CVS but we
> have a serious firewall which I am not allowed to bypass.
>
> I'm also interested
Le lun, aoû 13, 2001, à 10:23:45 -0500, Lars Clausen a écrit:
>
> Cyrille, with the StdProp overhaul, how difficult would it be to add units
> to the various inputs. I'm thinking we could add two properties (kind of
> sub-properties of PROP_TYPE_INT), one for general units, one for font
> units.
Le lun, aoû 13, 2001, à 03:46:51 -0500, Lars Clausen a écrit:
> > Aaah, a tester :-) Exceptionally, I've made a tarball of a snapshot
> > (don't run ./autogen.sh), in http://traminer.dyndns.org/~cyrille/dia
>
> You know, we might want to have that generated nightly, for people like
> Robert.
De
http://stat.auckland.ac.nz/~lyndon/gdkrotated.html
it's ugly, but would it be useful to bootstrap ?
-- Cyrille
--
Grumpf.
___
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/dia-list
Le mar, aoû 14, 2001, à 06:12:24 +0930, Young, Robert a écrit:
> To get a successful compile I had to fix:
>
> lib/font.c:71 changing fprintf(...) to fprintf(FMT...) as the version of gcc
> I have didn't like the former.
done. The formatless format is a C99 construct, it seems.
> unknown funct
Le mar, aoû 14, 2001, à 07:33:58 -0700, Andrew S . Halper a écrit:
> About that... I've gotten as far as being ready to set the "name" property of
> the UML class (may not have the terminology correct here...still learning the
> StdProp interface), but now I'm kind of stuck and could use some he
=
RCS file: /cvs/gnome/dia/ChangeLog,v
retrieving revision 1.678
diff -u -r1.678 ChangeLog
--- ChangeLog 2001/08/15 07:07:24 1.678
+++ ChangeLog 2001/08/15 10:09:59
@@ -1,5 +1,10 @@
2001-08-15 Cyrille Chepelov <[EMAIL PROTECTED]>
+ * objects/custom/custom_object.c
Hans, it's good to see you're back !
Le mer, aoû 15, 2001, à 06:07:28 +0200, Hans Breuer a écrit:
> + * plug-ins/python/**/*: I gave up converting this; I can't
> + compile --with-python (problems with object.h defined both by us
> + and by Python). I'll gladly help whomever cares to
I'm now happy to announce that Nemo, the Dia ChangeLog Daemon, also builds
tarballs and diffs from the CVS.
These snapshots are temporarily stored in
http://www.crans.org/~chepelov/dia/snapshots
Whenever you see Nemo post in the list, a new snapshot is being rsync'd.
(the snapshots sho
1 - 100 of 798 matches
Mail list logo