crash in hmm dunno
by David Christian Berg
I have the latest debian package, but dunno what that is... can't you
put something in the about dialog, so that I know... I never remember
this terminal stuff.
Anyways, I get a crash when I try to copy a text with a gradient fill.
That is strange on the one hand and annoying on the other. I hope it's
an easy to fix or fixed already.
David
19 years, 1 month
math operation in dialogs
by David Christian Berg
just wondering if I should file a bug, or if it's so simple that I don't
need to.
Especially in the guides and the positioning dialog it would be helpful
to be able to put mathimatical stuff in there. Imagine you have a guide
at 45.6 and want one 7 mm further to the right, you'd just type 45.6+7
and there you go... even more important is something like dividing by 2
or 3, I need that quite often.
Btw: Since my laptop was for repair, I used CorelDraw, and I think for
basic vector editing and layouting inkscape is by now better than Corel.
That is something!
Which also brings me to one other thing I'm missing: Baseline Grid. Even
for simple flyers and brochures it's nice (or rather necessary) to have.
CorelDraw just pissed me of for not having it!
I got my laptop back, with working ethernet card, Yeah!! Take care!
David
19 years, 1 month
Re: [Sodipodi-list] Karbon14: Bool-Ops, SVG-Import (fwd)
by Bryce Harrington
May be worth checking out the codebase of Karbon to scope out if it'd be
worth borrowing code/algorithms from it. I've added a task to wiki to
do so.
Bryce
---------- Forwarded message ----------
Date: Thu, 30 Oct 2003 11:33:19 +0300
From: yemu@...7...
To: sodipodi-list(a)lists.sourceforge.net
Subject: Re: [Sodipodi-list] Karbon14: Bool-Ops, SVG-Import
> I just read some information about the upcoming K-Office 1.3,
which contains a vector drawing app called Karbon14:
> http://www.koffice.org/karbon/
karbon 14 seems to be very interesting app. hopefully it'll be
possible to use boolops code (or other like eps import) from them.
it looks like karbon is a little ahead of Sodipodi, so maybe itwould
be possible to use what they have done already.
best regards
yemu
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Sodipodi-list mailing list
Sodipodi-list(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sodipodi-list
20 years
latest commits
by Nathan Hurst
I've been working my way through sodipodi making everything work with g++.
At this point I have done:
libnr/* libnrtype/* inkscape.c
Not complete, but partly working:
helpers widgets
to test, just change the CC=gcc line in the makefile and make clean && make
the aim is to have inkscape compile both in gcc and g++.
biggest problem is _(). most effort has been fixing variables named
'new' and 'class' and sorting out the various string types.
I also found a bug thanks to the type system (two params swapped) :).
njh
20 years
Planned tasks for milestone 0
by Bryce Harrington
Given that we really just started this yesterday, it's impressive how
far we've got so suddenly. The remaining tasks for this milestone are
quite modest, and I think we could quite easily get them finished up
today and have our first milestone behind us. :-)
Bryce
=== Milestone 0 ===
Inkscape Production:
* (DONE) Post hydra-october patchset to Sodipodi mailing list [bryce]
* (DONE) Import sodipodi into inkscape CVS as module 'inkscape' from
hydra-october [mental]
* (DONE) Unsodipodify the tree, replacing instances of 'Sodipodi' with
'Inkscape' where appropriate (we will be keeping the sodipodi XML
namespace for compatibility) [mental]
* (DONE) Install inkscape 0.00 for personal use [bryce]
* (DONE) Install inkscape 0.00 for personal use [mental]
* Install inkscape 0.00 for personal use [ted]
* Install inkscape 0.00 for personal use [njh]
* Decide what release number N to use (0.00? 0.33? 1.00?) [mental]
Inkscape Experimental
* (DONE) Decide name for Mental's sketch 'inkscape-experimental'?
'experimental'? 'inkscape-next-gen'? -- It shall be called
'experimental' [mental]
* Import code into CVS [mental]
Inkscape Website
* (DONE) Set up a Wiki [bryce]
* (DONE) Post sketchy website with homepage, contact info, news, and
pointer to wiki [bryce]
* (DONE) Set up website to auto-rebuild every few minutes [bryce]
20 years
CVS commit diff
by Bryce Harrington
I expect most people already know this but in case not here's a trick to
get cvs commit to display a diff of what you're checking in:
Create a file called ~/bin/cvsdiffedit:
----------------------------------
#!/bin/bash
echo Building diff...
cvs diff -u 2>/dev/null | perl -ne 'print "CVS: $_" unless /^\?/' >> $1
exec emacs $1
----------------------------------
(Change 'emacs' to your favorite editor)
Then put this in your .cshrc:
----------------------------------
...
if (-e $HOME/bin/cvsdiffedit) then
setenv CVSEDITOR "$HOME/bin/cvsdiffedit"
endif
...
----------------------------------
Or if you use BASH or similar:
----------------------------------
...
export CVSEDITOR=~/bin/cvsdiffedit
...
----------------------------------
Bryce
20 years
Website auto-rebuild
by Bryce Harrington
The website is set to auto-update every couple minutes.
To modify the website, check out inkscape_web, cd into src/, add or edit
files and directories as desired, and do cvs commit.
Docs on the EtText format are available from ettext.taint.org.
Bryce
20 years
New mailing lists
by Bryce Harrington
I've added two "auto-notify" mailing lists.
inkscape-tracker@...6... is configured to get CC'd for all Bug,
Patch, or Feature Request submissions sent by users. Useful for keeping
in touch with what users are wanting.
inkscape-cvs@...6... gets sent every CVS commit message. Useful
for tracking what developers are doing.
Enjoy,
Bryce
20 years
Install inkscape
by Bryce Harrington
Now that Mental has imported inkscape into CVS, I recommend that each of
us make an effort to download, compile, and install it within the next
few days, and to force ourselves to start using it instead of sodipodi
for all of our own personal vector drawing needs.
I've created tasks for each of us to do this, on the plan. Please mark
them (DONE) when you've finished installing it on your system.
http://www.inkscape.org/cgi-bin/wiki.pl?DevelopmentRoadmap
Bryce
20 years
Skeleton website
by Bryce Harrington
I blatantly stole the web structure, etc. from OSDL for us.
http://www.inkscape.org/
I expect we'll chuck the color and look & feel stuff, but this gives us
the basic structure, navigational elements, etc.
This is checked into cvs as inkscape_web.
This doesn't use php, so our URL's are going to be like normal URLs
instead of hanging everything off of an index.php?foo=bar type thing.
Since it uses TT2 we can still do a lot of the same scripting type stuff
that can be done in PHP, only without any processing overhead.
Bryce
20 years