Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous Sat Jul 13 09:23:17 2002
+++ dia-cvs-snapshot/ChangeLog Tue Jul 16 09:23:05 2002
@@ -1,3 +1,12 @@
+2002-07-15 Lars Clausen <[EMAIL PROTECTED]>
+
+ * app/interface.c
On Mon, Jul 15, 2002 at 03:39:41PM +0100, Alan Horkan wrote:
>
> i drew a whole bunch of them a few weeks ago
> stars, crosses and other stuff.
> they are in CVS
...
> you must have written code not just XML
I already have your shapes, they are very nice. I coded the star and n-gon specifically
another idea for sheets - what about making the items in sheets menu
checkboxes, so you could select more than one at one - the shape icons
from different sheets would be separated by line. This way you could
more easily draw diagrams with objects from various sheets
There would be of course som
On Mon, 15 Jul 2002, Dolores Alia de Saravia wrote:
> Still I have some problem but I'll look around before asking more help
> (message: render_eps.c :527 structure has no member called scale)
My bad, that line (renderer->scale = scale;) should be inside #ifdef
HAVE_FREETYPE.
-Lars
--
Lars Cl
On Tue, 16 Jul 2002, ed hunter wrote:
> another idea for sheets - what about making the items in sheets menu
> checkboxes, so you could select more than one at one - the shape icons
> from different sheets would be separated by line. This way you could
> more easily draw diagrams with objects fro
does anyone know of
a source for 2d building shapes i.e. doors, kitchen cabinets, sinks toilets,
tubs, furniture, etc for dia? I would like to use it as a poor man's cad program
for planning my construction project on my house.
thanks
ps I am using the
win32 version
On Tue, 16 Jul 2002, Michael Plotsker wrote:
> does anyone know of a source for 2d building shapes i.e. doors, kitchen
> cabinets, sinks toilets, tubs, furniture, etc for dia? I would like to
> use it as a poor man's cad program for planning my construction project
> on my house.
Someone was talk
On Tue, Jul 16, 2002 at 09:38:57AM -0500, Lars Clausen wrote:
> On Tue, 16 Jul 2002, ed hunter wrote:
> > another idea for sheets - what about making the items in sheets menu
> > checkboxes, so you could select more than one at one - the shape icons
> > from different sheets would be separated by
On 15 Jul 2002 16:32:37 -0500, Lars Clausen <[EMAIL PROTECTED]> wrote:
> On Mon, 15 Jul 2002, James Michael DuPont wrote:
> >
> > I think that one of the problems that I have with dia is the missing
> > concept of an application. Call me a windows user, but I dont like
> > fighting with all these
... given the recent patches I've made. Could someone with
access do this please? I'll open another one regarding the
maintainer/author list on the web site, which is a slightly
separate issue...
Now to decide what to work on next... once I've got back from
holiday (going to Australia, woohoo!).
Package: dia
Severity: minor
Version: CVS
Synopsis: 'Diagram tree' menu item in wrong place?
Bugzilla-Product: dia
Bugzilla-Component: general
Description:
It seems inconsistent to have the 'Diagram Tree' menu item on the main
File
menu. The 'View' submenu on the diagram pop-up menu would be a be
Package: dia
Severity: trivial
Version: CVS
Synopsis: 'Plugins' window should be resizable
Bugzilla-Product: dia
Bugzilla-Component: general
Description:
Some of the contents of the 'plugins' window
does not fit in the window, and one has to scroll.
This might not happen on different systems with
> But the point of the concept of an application being somehow linked to
> the document remains. How can I store the GUI settings as a config that
> is somehow linked to the docuement?
Could the document not have another tag, ie: ?
--
Tim Ellis
DBA, Gamet
> > > I think that one of the problems that I have with dia is the missing
> > > concept of an application. Call me a windows user, but I dont like
> > > fighting with all these windows. I just want them to go away and get
> > > out of my way when i minimize the window!!!
>
> AIUI, an X client te
> Now to decide what to work on next... once I've got back from
> holiday (going to Australia, woohoo!). Anyone got any
> suggestions of work going? Maybe an import/export filter that
> needs finishing? Nothing too urgent would be good...
Here's one that may be easy, and may be useful? I'll let t
> Here's one that may be easy, and may be useful? I'll let the list decide.
>
> How about an export via filter?
>
> For example, I might like to export to the following:
>
> "grep attribute | sed -e 's/ABC/DEF/' > munged.txt"
>
> How's that?
Maybe I'm missing the point, but what stops you d
I use Dia and GIMP on Windows. Does anyone know of a windows manager that
also runs on Windows?
Thanks,
Rob Campbell
[EMAIL PROTECTED]
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Tim Ellis
> Sent: Tuesday, July 16, 2002 12:37 PM
> To: [EMAIL P
On Tue, 16 Jul 2002, Andrew Ferrier wrote:
> Package: dia
> Severity: trivial
> Version: CVS
> Synopsis: 'Plugins' window should be resizable
> Bugzilla-Product: dia
> Bugzilla-Component: general
>
> Description:
> Some of the contents of the 'plugins' window
> does not fit in the window, and one
On 2002-07-16 at 12:08 -0500, Lars Clausen wrote:
> > Description:
> > Some of the contents of the 'plugins' window
> > does not fit in the window, and one has to scroll.
> > This might not happen on different systems with
> > different fonts, but, in general, windows like this
> > should be resi
On 2002-07-16 at 18:25 +0100, Andrew Ferrier wrote:
> From: Andrew Ferrier <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Tue, 16 Jul 2002 18:25:37 +0100 (BST)
> Subject: Re: 'Plugins' window should be resizable
>
> On 2002-07-16 at 12:08 -0500, Lars Clausen wrote:
>
> > > Description:
> > >
Dear All,
I am running some backlogs at work and decided to test dia under win2k.
The SVG export is very impressive with the adobe plugin.
The PNG looks flawless
I am interested in using the python scripting as the start of my
adventures in customizing DIA Many people use Python, and perl
> Anyway,
> So I have installed python2.2.1 and diawin32, also downloaded
> the patches. I had to put the dia\bin stuff in my path, and play with
>
> the python_start.py to get it to load first.
> __FILE__ was not know, i guess that is argv[0], so i just hacked it.
>
> The plugin says that it is
> > For example, I might like to export to the following:
> > "grep attribute | sed -e 's/ABC/DEF/' > munged.txt"
>
> Maybe I'm missing the point, but what stops you doing:
>
> export in dia to diagram.dia, say.
>
> cat diagram.dia | grep attribute | sed -e 's/ABC/DEF/' > munged.txt
>
> Do
--- James Michael DuPont <[EMAIL PROTECTED]> wrote:
> > Anyway,
> > So I have installed python2.2.1 and diawin32, also downloaded
> > the patches. I had to put the dia\bin stuff in my path, and play
> with
> >
> > the python_start.py to get it to load first.
> > __FILE__ was not know, i guess th
On 2002-07-16 at 12:11 -0700, Tim Ellis wrote:
> > Maybe I'm missing the point, but what stops you doing:
> >
> > export in dia to diagram.dia, say.
> >
> > cat diagram.dia | grep attribute | sed -e 's/ABC/DEF/' > munged.txt
> >
> > Does that not do the same thing? Do you really think this
> > fe
> Dia would have a configuration directory (something like
> /usr/share/dia/exportpipes.d).
Overridden by ~/.dia/
> When programs such as tedia2sql
> got installed, they would install a configuration file in this
> directory which would specify what pipes, scripts etc. dia
> needed to use in ord
On 2002-07-16 at 14:10 -0700, Tim Ellis wrote:
> > Dia would have a configuration directory (something like
> > /usr/share/dia/exportpipes.d).
>
> Overridden by ~/.dia/
Maybe --- this would be a 'not much extra effort' feature. But
tedia2sql and similar would be system-wide, would they not? I
su
On Tue, 16 Jul 2002, Andrew Ferrier wrote:
> On 2002-07-16 at 14:10 -0700, Tim Ellis wrote:
>
>> > Dia would have a configuration directory (something like
>> > /usr/share/dia/exportpipes.d).
>>
>> Overridden by ~/.dia/
>
> Maybe --- this would be a 'not much extra effort' feature. But
> tedia2s
On 2002-07-16 at 17:17 -0500, Lars Clausen wrote:
> > Also, I think this would be best implemented using a
> > special pseudo-export filter for dia, which would read the
> > appropriate config. files and add the appropriate 'export
> > file types'.
> >
> > This seems a fairly major idea: what do
29 matches
Mail list logo