filter for inkscape and OpenDocument
by Jon Phillips
Heya,
I just read your nice interview at groklaw
(http://www.groklaw.net/article.php?story=20050130002908154). First of all, this
is really exciting, but I wonder if you could write up more about what is needed
of Inkscape for this new format. I see in your interview you note that there is
a needed filter for Inkscape, but it is not clarified what this means. I'm
cc'ing the Inkscape development list about this. I just wonder how this
OpenDocument format (the newly standardized open office xml format) relates to
Inkscape and what you are asking to be done.
Or do you want a filter that say one has an SVG file, then one can convert that
to an OpenDocument file. I don't think that would be difficult. But, what about
OpenOffice support for the SVG file format?
Please copy me and/or the Inkscape-devel list and I will make sure they get the
response. Or, please reply to me and the list if you are on Inkscape's list.
Thanks,
Jon
--
Jon Phillips
USA PH 510.499.0894
jon@...235...
http://www.rejon.org
Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org)
CVS Book (http://cvsbook.ucsd.edu)
Scale Journal (http://scale.ucsd.edu)
18 years, 4 months
Re: [Inkscape-user] autosave ?
by MenTaLguY
On Sat, 2004-06-19 at 18:04, Florent wrote:
> So I'm appealing to anyone who can create an autosave :-)
We already have autosave-on-crash already, actually. The one catch is
that for crashes due to failed assertions (like this one), it isn't
triggered yet.
(I'm CCing the development mailing list, if anyone's interested in
attacking this right now:
At least on Unix, this is relatively easy to fix -- just set up a
SIGABRT handler similar to the SIGSEGV handler we have now. The one
catch is that the handler will need to disable itself as soon as it is
triggered, because the autosave code raises SIGABRT when it is done.
Also we should make sure we've got SIGBUS covered if we don't already.)
-mental
18 years, 5 months
Freehand drawing tool
by Bryce Harrington
There'd been some comments about the quality of the Inkscape drawing
tool compared with Sodipodi. I experimented around a bit with both. I
see what they mean, but it's difficult to quantify the issue.
Inkscape's drawing tool "feels" snappier, it doesn't lag like Sodipodi,
and it produces lines smoothly, but it just doesn't "feel" right.
I can't draw worth beansy, but I could see the difference when I tried
writing my name:
http://bryceharrington.com/freehand_drawing.png
Try signing your name with the two apps and see if you notice a
difference.
Bryce
18 years, 6 months
layer commands we need
by bulia byak
Here's a list of layer commands that we need to implement, comments
and additions welcome:
Layers... // opens the Layers dialog
-------------------
Move to Layer Above Shift+PgUp
// move selection to the top of sibling layer above, or to the
top of parent layer (but not root) if no siblings
Move to Layer Below Shift+PgDn
// move selection to the top of sibling layer below, or to the
bottom of parent layer (but not root) if no siblings
Move to Layer... // let me choose the
layer name to move selection to
-------------------
Unlock All Layers // unlock all layers in the document (or
all siblings of the current layer?)
Unhide All Layers
-------------------
Unlock All in Layer // unlock all children of the current layer
Unhide All in Layer
-------------------
Group to Layer // convert group to layer
Layer to Group
18 years, 6 months
g_file_test
by Kees Cook
I've been playing with Jon Cruz's updates to the profile_path and mkdir
stuff. Short story: it works. Long story: g_file_test isn't utf sane.
*bang head*
So, the test for the directory fails, but making it works just fine.
--
Kees Cook @outflux.net
18 years, 7 months
Status needed for ReleaseNotes
by Bryce Harrington
One other task needed before we get too much further is to update the
Roadmap. Mental, Ted, Ishmal, and others, can you give us some quick
status on the following items?
[Perl, Python scripting; XSLT]
[embed/outbed, gamma scripts]
[Effects menu]
[extensions warning and logging]
[Namespace changes]
[Making reprs private]
Also, Arpad, can you give us a list of the translations that were
updated from 0.40 to 0.41?
Thanks,
Bryce
18 years, 7 months
new bugs
by bulia byak
I consider these two bugs to be MUSTFIX as well:
- the one found by Kees (without pref file, objects are drawn black),
see my post with more details on why this happens
- the new crash on load:
http://sourceforge.net/tracker/index.php?func=detail&aid=1113187&group_id...
The first of these bugs appears mild, but they both are in the new
repr code by Mental and therefore may be signs of something more
sinister which we haven't found yet. And both are regressions compared
to 0.40.
Mental, will you please look into them? If you need my help I'll do
what I can, though currently I'm swamped by work.
18 years, 7 months
typos and a translation question
by Arpad Biro
Hi,
A typo in src/extension/extension.cpp:
beacuse
Double colon in src/extension/dependency.cpp:
out_file << _("Dependency::") << std::endl;
Also a question: in this piece of code from
src/extension/dependency.cpp:
gchar const * Dependency::_location_str[] = {
N_("path"),
N_("extensions"),
N_("absolute")
does "path" mean "filesystem path" (as opposed to "vector path")?
Arpad Biro
__________________________________
Do you Yahoo!?
Yahoo! Mail - 250MB free storage. Do more. Manage less.
http://info.mail.yahoo.com/mail_250
18 years, 7 months
RE: [Inkscape-devel] Inkboard linking/dependencies
by Montgomery, Steven S
Yah, we had done that for the files in src and in dialogs. I don't
think it was even attempting to build them before we edited the
Makefile_insert files...
Steven
-----Original Message-----
From: inkscape-devel-admin(a)lists.sourceforge.net
[mailto:inkscape-devel-admin@lists.sourceforge.net] On Behalf Of Bryce
Harrington
Sent: Saturday, January 29, 2005 3:30 PM
To: Montgomery, Steven S
Cc: inkscape-devel(a)lists.sourceforge.net
Subject: Re: [Inkscape-devel] Inkboard linking/dependencies
On Sat, 29 Jan 2005, Montgomery, Steven S wrote:
> Where/how do you set dependencies in the Inkscape makefile setup?
When
> integrating this new code(which is of course in it's own file) to be
> called from a dialog, we're having issues with linking. It finds the
> function definition, but then gives the following error:
> dialogs/libspdialogs.a(inkboard-connect.o)(.text+0xa91): In function
> `sp_inkboardConnect_dialog_inkboardConnect(_GObject*, _GObject*)':
> dialogs/inkboard-connect.cpp:226: undefined reference to
> `connect_and_auth(char*, char*, char*)'
>
> connect_and_auth is defined in src/inkboard.cpp and is called from
> src/dialogs/inkboard-connect.cpp when the user clicks a button on the
> new dialog.
>
> I ran mkfiles.pl and mkdep.pl. Make.dep lists inkboard-connect.o
being
> dependent on inkboard.h, but it's not picking up the function
> definition.
>
> We appreciate any help/direction on this. Thanks,
> Steven
Hi Steven,
Whenever you add a new file to the codebase, you need to add that file
to the makefile as well.
Look in src/Makefile_insert, and try adding a line to the
libinkpre_a_SOURCES = .... section like this:
inkboard.cpp inkboard.h \
You may also need to add inkboard-connect.cpp to the Makefile_insert in
the src/dialogs directory as well.
Bryce
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Inkscape-devel mailing list
Inkscape-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
18 years, 7 months
Re: Bug Status for 0.41 -- 1/27
by Bryce Harrington
Wow, 45 points worth of bugs closed today has put us well over the top
of our goals. Nice! :-)
Bug ID# PRI Owner Description
------------------------------------------------------------------------
1095300 6 ishmal WIN: Save as: no formats to choose from
1082188 9 joncruz Linux: File->Import crash
1044322 6 joncruz Relative Locations <image> tags.
1085586 6 bulia Error in opening AI / EPS file
1103936 6 bulia Bad markup found in translations
1109223 6 mental CVS: Error using calligraphy tool
1108231 6 mental sp_repr_set_position_absolute breakage
1108620 9 joncruz Drag and drop case sensitive
1107775 3 pjrm wrong paper sizes
1105787 9 johncl Installation problem: libatk-1.0-0.dll not found
990677 6 ted readme needed for extensions
1107562 9 bulia Node Align Crash
1101210 3 bulia CVS: Flowtext not working
1103001 3 ted Grid is shown non-uniform
1102318 9 kees Crash on "save as"
1104741 6 bulia Printout 25% too large
1105352 6 pjrm Markers are not shown in Plain-SVG-Export
1075860 9 pjrm WIN: assert when doing stamping during move
1080252 9 bryce crash on intersectiion
1068116 6 mental complie error in gc.cpp with inkscape-20041116
1076872 6 kees ngettext isn't used
933461 6 kees Win32 Install Directories
1068299 6 kees Build failure on mips(el)
1100675 6 mental svg tag requires xmlns attribute in CVS2005-01-10
1097652 9 pjrm crash on whitespace property value
------------------------------------------------------------------------
Current: 165
Goal: 150
Feature Freeze - Jan 26
Hard Freeze - Feb 1
Release - Feb 5-6
Bryce
On Sat, 8 Jan 2005, Bryce Harrington wrote:
> Okay, since there were no comments to the contrary, I suppose it's safe
> to assume this proposal is acceptable to everyone. If not, lemme know.
> We'll shoot for 150 points for low/med/high (3/6/9 pts) that are closed
> as FIXED (i.e., no points for dups, won't fix, invalid, etc.) and that
> are confirmed as present in 0.40 or in CVS.
>
> Bryce
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Inkscape-devel mailing list
Inkscape-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Inkscape-devel mailing list
Inkscape-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
18 years, 7 months