WEBFORM live bookmarks / rss
by pbhj
Message from Inkscape submission form
Please note, that the submitter may not read this list.
CC your answer to the submitter
name: pbhj
email: inkscape@...1029...%0Acc:pbhj@...19...
submitted the following:
RSS feed, great!
No <link> in page header makes it v.hard for Firefox users to add a livemark though.
<link rel=\"alternate\" type=\"application/rss+xml\" title=\"inkscape news\" href=\"/inkscape.rss\" />
Cheers
pbhj
17 years, 4 months
RSS feed not synced with website news
by Luca Bruno
Hi all,
I've just noticed that the RSS feed for inkscape.org[1] isn't synced
with latest news on the website. It's currently missing at least latest
post by rejon. Can anyone please check why and fix it?
I remember the feed-generator script is called from a cron (which?),
maybe the problem is there or in the switch between CVS and SVN repo...
Greetings, Luca
[1] http://www.inkscape.org/inkscape.rss
--
.''`. ** Debian GNU/Linux ** | Luca Bruno
: :' : The Universal O.S. | luca.br(AT)uno.it
`. `'` | GPG Key ID: 3BFB9FB3
`- http://www.debian.org | Proud Debian GNU/Linux User
17 years, 4 months
Flash Export
by unknown@example.com
Hello everyone. I've been playing with Inkscape for a while now, keep up the good work.
I am interested in Flash export functionality for Inkscape. Are any developers working on this? I would be interested in helping out.
Brian
17 years, 4 months
Visual feedback while snapping
by Mathieu Dimanche
Hi everyone
Since it's my first attempt at trying to make things improve in a
software, using cvs, and trying to understand a whole project (and
written in c++... sometimes), please don't be too harsh on me and on my
english level, I'm just a little frenchy :)
Very used to illustrator, I miss some little things that make life
easier, like moreeffective snapping.
So I tried to understand the whole object tree, reading both the doxygen
and the code (...when there were comments) and finally managed to have a
patch made. The functionnality is a pretty little one, I just made
guides highlight when moved objects snap against them. For now, this
only works for dragged objects and rectangles being drawed.
I post this for anyone to check if I do right, naming functions,
indenting, thinking the whole problem, so please, feel free to
over-comment my "work", for me to know if I can go on with these kind of
updates. This is the first patch of my life, I hope I've made it well.
Could you test that ?
Next things I could look at could be :
- Snapping modes (enable/disable) Bounding box and dots snapping. I
thik it could be great too temporarily disable bounding box snapping,
just to make sure only dots do it.
- Providing visual feedback of which of these is used now (you grab
a rectangle, its bounding box snaps a guide, the guide turns red
(default highlight color), and a little text appears along the guide
saying (snapping to boungbox). If you drag farther, the boundingbox will
stop snapping and it's the corner dot that will do, so the text'll be
"dot snapping" or something like this... maybe snapped dots could be
highlited too
- Making grid lines highlight when snapped, just like guides (it was
much easier for guides since they are separate objects and the
color/hicolor alread existed)
- Trying to make more snapping objects... maybe angled guides,
objects themselves, middle of objects, etc... all these could be mode
enabled/disabled.
What do people think ? What feature would you like most ?
17 years, 4 months
export dialog patch
by Osei Poku
Hi All,
I have attached a patch that uses GtkFileChooserDialog instead of
GtkFileSelection when you click browse in the export dialog.
I realize after reading the roadmap that the export dialog is due for
an upgrade to gtkmm. However, I figured that it wouldn't hurt to have
this in anyway until then.
Otherwise, thanks for a great piece of software.
--
Osei Poku
Graduate Student,
Dept. of ECE, CMU
17 years, 5 months
NEW: calligraphic tremor
by bulia byak
Even when using a graphics tablet with pressure sensitivity, the
Calligraphy pen's strokes often look too smooth and artificial. To
enable a more natural look, the new Tremor parameter is added to the
Calligraphy tool in this version. Adjustable in the Controls bar from
0.0 to 1.0, it will affect your strokes producing anything from slight
unevenness to wild blotches and splotches. This significantly expands
the creative range of the tool.
--
bulia byak
Inkscape. Draw Freely.
http://www.inkscape.org
17 years, 5 months
Patch: Undo History dialog
by Gustav Broberg
Hi,
I have recently uploaded a patch[1] which provides an undo history
dialog. It is similar to those found in e.g. GIMP[2] and Photoshop[3]
(I don't know if it's in Illustrator, CorelDRAW, etc). To get an idea
what it looks like without having to apply the patch, here's a
screencast (in flash, sorry ;) showing it in action:
http://www.csc.kth.se/~broberg/undo-history.html
First of all, I'm not sure if this is a requested addition to Inkscape
-- I can't recall any discussion about it on the list and I didn't
find anything in the wiki. Personally, however, I do find it useful
(at least occasionally), so I went ahead and implemented it.
Secondly (if it's found to be of value), this patch could use some
rather heavy reviewing. It's my first patch and I'm not confident
enough with the code base to feel sure about what the "right"
solutions are.
Here are some additional concerns:
* To get the type of an event I rely entirely on the current event
context. This obviously not (always) a correct assumption. An example
of this problem: setting an object's color while the node tool is the
current context.
* In order to populate the tree with icons I added a help function to
widget/icon.cpp to get the internal Pixbuf of an icon. This could
be solved in much a better way when the gktmmified stock icon
system is in place, but for now, this was easiest way for me to
solve it.
* There are bugs lurking which I have not been able to
reproduce. Some seem to be the result of problems with undoing of
certain types of events; i.e. the bugs are in the current code. I'm
looking into this... For now, here is at least one I managed to
nail down and put in the tracker:
http://sourceforge.net/tracker/index.php?func=detail&aid=1423038&group_id...
1. http://sourceforge.net/tracker/index.php?func=detail&aid=1423034&group_id...)
2. http://docs.gimp.org/images/dialogs/dialogs-undo-history.png
3. http://homepage.cs.uri.edu/tutorials/PhotoshopEl/Help/images/wa_11.gif
--
Gustav Broberg
17 years, 5 months
Re: please check whether current svn compiles again with gtkmm-2.4
by jiho
On 31 Mar 2006, at 12:38 , Peter Moulder wrote:
> Ted has addressed some of the things that caused the compile
> failure you
> reported. Can you confirm whether this is enough for it to compile
> for
> you, assuming you haven't upgraded libgtkmm-2.4-dev in the meantime?
sorry I supposed that once more I forgot to reply to all and replied
to ted only instead of replying to the list.
yes it compiles like a charm with gtkmm 2.4.10 now and I am using it
right now.
thank you for the reminder... and for the software.
> Thanks,
>
> pjrm.
>
>
> ----- Forwarded message from Ted Gould <ted@...11...> -----
>
> X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on
> bowman.csse.monash.edu.au
> X-Spam-Level:
> X-Spam-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,
> RCVD_IN_BL_SPAMCOP_NET autolearn=no version=3.1.0
> Envelope-to: pmoulder@...89...
> Delivery-date: Thu, 30 Mar 2006 16:49:16 +1100
> From: Ted Gould <ted@...11...>
> Subject: [Inkscape-devel] Unparents removed
> To: Inkscape Devel List <inkscape-devel(a)lists.sourceforge.net>
> X-BeenThere: inkscape-devel(a)lists.sourceforge.net
> X-Mailman-Version: 2.0.9-sf.net
> List-Post: <mailto:inkscape-devel@lists.sourceforge.net>
> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/
> inkscape-devel>,
> <mailto:inkscape-devel-request@lists.sourceforge.net?
> subject=subscribe>
> List-Unsubscribe:
> <https://lists.sourceforge.net/lists/listinfo/inkscape-devel>,
> <mailto:inkscape-devel-request@lists.sourceforge.net?
> subject=unsubscribe>
> List-Archive:
> <http://sourceforge.net/mailarchive/forum.php?forum=inkscape-devel>
> List-Help: <mailto:inkscape-devel-request@lists.sourceforge.net?
> subject=help>
> List-Id: <inkscape-devel.lists.sourceforge.net>
>
>
> I removed the unparent, so it should (in theory) compile on GTKmm
> 2.4.x
> now.
>
> --Ted
>
>
>
> ----- End forwarded message -----
JiHO
---
Windows, c'est un peu comme le beaujolais nouveau :
a chaque nouvelle cuvee on sait que ce sera degueulasse,
mais on en prend quand meme par masochisme.
---
http://jo.irisson.free.fr/
17 years, 5 months