[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package inkscape - 0.48.3-0ubuntu1 --- inkscape (0.48.3-0ubuntu1) precise; urgency=low * New upstream release (LP: #933188). Fixes several Ubuntu bugs: - inkscape fails to build with glib 2.31 (LP: #898538) - ctrl c ctrl v of text in edit mode cras

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-02-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~valavanisalex/ubuntu/precise/inkscape/fix-933188 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notific

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-02-15 Thread Ted Gould
** Changed in: inkscape Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notificat

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-02-01 Thread Krzysztof Kosinski
** Tags removed: backport-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notifications about this bug go to: https:/

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-31 Thread John Smith
Yes, works well on Ubuntu 11.10. Thanks for the quick fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notifications about

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-31 Thread Krzysztof Kosinski
Fixes for edge cases (cancelling a drag of a line segment and drag of a handle that is within dragtolerance of its node) added in 10926, both revisions backported and committed to stable branch as 9859. ** Changed in: inkscape Assignee: John Smith (john-smithi) => Krzysztof Kosinski (tweenk)

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-31 Thread Launchpad Bug Tracker
** Branch linked: lp:inkscape/0.48.x -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notifications about this bug go to: https

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-31 Thread Krzysztof Kosinski
The improved fix has been committed as r10925 to trunk, please test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notificat

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-31 Thread Launchpad Bug Tracker
** Branch linked: lp:inkscape -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notifications about this bug go to: https://bugs

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-31 Thread Krzysztof Kosinski
The patch looks unnecessarily intrusive. It is possible to fix this without requiring every type of control point to implement custom cancellation handling by simulating a drag event to the origin before ungrabbing. I am working on an improved fix. -- You received this bug notification because yo

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-30 Thread JazzyNico
** Changed in: inkscape Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notifications

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-30 Thread ~suv
> Do you think this is good enough to commit ? Based on my tests, yes - AFAICT it restores the old and expected behavior of the node tool in prior releases. Local tests have been done using Inkscape with keyboard and external mouse/internal trackpad (laptop) - maybe feedback by advanced tablet us

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-30 Thread John Smith
@suv, this looks like one of the last issues tagged as 0.48.3. Do you think this is good enough to commit ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when u

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-23 Thread John Smith
** Changed in: inkscape Assignee: Krzysztof Kosinski (tweenk) => John Smith (john-smithi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-22 Thread ~suv
** Tags added: backport-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool To manage notifications about this bug go to: https://b

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-22 Thread Alex Valavanis
** Tags removed: patch ** Tags added: patch-forwarded-upstream ** Changed in: inkscape (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-22 Thread ~suv
Patch tested and fix confirmed (same behavior as in the old node tool of 0.47): - OS X Lion (64bit), GTK+/X11 2.24.8 - Mac OS X Leopard (32bit), GTK+/Quartz 2.24.8 When running Inkscape under X11 (XQuartz 2.6.3 (xorg-server 1.10.3)) , pressing escape still seems to somehow keep the mouse focus par

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-22 Thread Ubuntu Foundation's Bug Bot
The attachment "788560.patch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from t

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2012-01-22 Thread John Smith
Patch for pressing Esc with one or more nodes or a node handle dragged resets to previous position. > Was it changed by design? This appears to be a todo in the code ... // TODO add ESC keybinding as drag cancel Tested on Ubuntu 11.10 and WIndows 7. ** Patch added: "788560.patch" https://b

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2011-11-09 Thread ScislaC
** Changed in: inkscape Milestone: None => 0.48.3 ** Changed in: inkscape Assignee: (unassigned) => Krzysztof Kosinski (tweenk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title:

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2011-10-10 Thread ~suv
** Changed in: inkscape Importance: Undecided => Low ** Changed in: inkscape Status: New => Confirmed ** Tags added: regression -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title:

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2011-05-27 Thread ~suv
> Is this behaviour intended? I can confirm that in Inkscape 0.46 and 0.47 (old node tool), cancels a node drag and restores the prior location of the dragged node(s). In Inkscape 0.48.0, 0.48.1 and current trunk (new node tool), doesn't cancel dragging a selection. @Krzysztof - can you comme

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2011-05-27 Thread Alex Valavanis
I can confirm this behaviour in inkscape_0.48.1-2ubuntu2 in Ubuntu Natty @upstream - Is this behaviour intended? ** Also affects: inkscape Importance: Undecided Status: New ** Changed in: inkscape (Ubuntu) Importance: Undecided => Low ** Changed in: inkscape (Ubuntu) Status:

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2011-05-26 Thread Devius
The tested Inkscape version is actually 0.48.1 r9760 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title: ESC doesn't cancel move when using the Node Tool -- ubuntu-bugs mailing list ubuntu