RC is out:
Mtn Lion:
http://rapidshare.com/files/2972309189/Inkscape-r0.48.4-r9943-10.8%2B-x86_64...
Lion:
http://rapidshare.com/files/2284187099/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
Fixed:
a) problems with keyboard: It's not really a bug. Mac OS X, for reason that evidently were valid when NeXT Step OS was designed, dispatches event to menus at a higher priority than keyboard event processor. So the menu with accelerators "sucks up" the event before it even reaches the GDK (or any other event processor) delegation system. If there are accelerators that overlap with key events , without modifers, they won't be prcessed as regular keyboard events, but as menu accelerator (the 'g' that triggers "Toolgradient" being a good example) . The fix is to modify mac.xml such that all those accelerators that overlap with simple key events are removed. I've done so. I've fixed all cases I was able to find. Let me know if you run into more.
b) clipboard exchange with GIMP. The problem is really with GIMP, not Inkscape. Given that GIMP uses the unpatched gtk2+quartz library, it can only import TIFF images from the clipboard. TIFF is not mentioned in the Inkscape Info.plist, thus Inkscape does not export TIFF format to the clipboard. I've modified Info.plist , so now Inkscape and GIMP can talk via TIFF - Inkscape now exports TIFF (among a host of other formats, to the clipboard).
Valerio
On 04/02/2013 06:34, Valerio Aimale wrote:
RC is out:
Mtn Lion:
http://rapidshare.com/files/2972309189/Inkscape-r0.48.4-r9943-10.8%2B-x86_64...
Lion:
http://rapidshare.com/files/2284187099/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
Drag&Drop has the same issues as RC3, AFAICT due to patched GTK+ (works as expected in RC2, RC1): - Import of files via Drag&Drop from Finder onto canvas fails - Filter Editor: filter primitives cannot be rearranged via drag&drop
Fixed:
a) problems with keyboard: It's not really a bug. Mac OS X, for reason that evidently were valid when NeXT Step OS was designed, dispatches event to menus at a higher priority than keyboard event processor.
AFAICT unlikely to be blamed on Mac OS X - the exact same conflicts occur under X11 (Ubuntu, X11), and with Quartz-based builds without menubar integration, when compiled with John Smith's patch - see comments here: https://bugs.launchpad.net/inkscape/+bug/998276
Conflicts in RC4 - while entering text content on-canvas: Alt+B (∫) --> triggers 'Edit > Make Bitmap Copy' Alt+Shift+B () --> triggers 'Path > Trace Bitmap' Alt+D (∂) --> triggers 'Edit > Clone > Create Clone' Alt+Shift+D (fl) --> triggers 'Edit > Clone > Unlink Clone' Alt+I (¡) --> triggers 'Object > Pattern > Object to Pattern' Alt+Shift+I (ı) --> triggers 'Object > Pattern > Pattern to Objects' Alt+h (ª) --> triggers 'Object > Flip Horizontal' Alt+v (√) --> triggers 'Object > Flip Vertical' Alt+W (∑) --> triggers 'Text > Flow into Frame' Alt+Shift+W (Á) --> triggers 'Text > Unflow' (does not happen in regular Quartz-based builds without menu integration)
Copy&Paste: - Copy&Paste (Cmd+C, Cmd+V) in text widgets anywhere in the GUI doesn't work: instead, objects on canvas are copied&pasted. If the widget displays a regular context menu, its copy and paste commands can be used as workaround.
Example: copy&pasting e.g. from/to position and size entries in toolbars does not work, and - because the entry fields of those spin buttons have a custom context menu - there is no workaround.
GUI: - 'Meta' modifier ("Cmd", "⌘") is missing in tooltips and context menus. - 'Meta+Shift+Tab', 'Meta+Tab' ('View > Previous | Next Window') conflicts with default system keyboard shortcut (app switcher), and is also not displayed in the menu.
Alternate keymap: Attaching a sample modified version of 'keys/default.xml' which doesn't simply delete the "old" (IMHO useful because shorter) single-letter keyboard shortcuts (zoom presets, flip, etc.), instead they are kept without the attribute 'display="true"'. So far I haven't noticed regressions due to this, and the old shortcuts work as expected. Maybe this would be appreciated by those migrating from older X11-based, not-integrated versions.
I have no idea what to do about the 'Alt+<letter>' and 'Alt+Shift+<letter>' combinations, though…
For Lion, please use:
http://rapidshare.com/files/3529293460/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
On 2/3/13 10:34 PM, Valerio Aimale wrote:
RC is out:
Mtn Lion:
http://rapidshare.com/files/2972309189/Inkscape-r0.48.4-r9943-10.8%2B-x86_64...
Lion:
http://rapidshare.com/files/2284187099/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
Fixed:
a) problems with keyboard: It's not really a bug. Mac OS X, for reason that evidently were valid when NeXT Step OS was designed, dispatches event to menus at a higher priority than keyboard event processor. So the menu with accelerators "sucks up" the event before it even reaches the GDK (or any other event processor) delegation system. If there are accelerators that overlap with key events , without modifers, they won't be prcessed as regular keyboard events, but as menu accelerator (the 'g' that triggers "Toolgradient" being a good example) . The fix is to modify mac.xml such that all those accelerators that overlap with simple key events are removed. I've done so. I've fixed all cases I was able to find. Let me know if you run into more.
b) clipboard exchange with GIMP. The problem is really with GIMP, not Inkscape. Given that GIMP uses the unpatched gtk2+quartz library, it can only import TIFF images from the clipboard. TIFF is not mentioned in the Inkscape Info.plist, thus Inkscape does not export TIFF format to the clipboard. I've modified Info.plist , so now Inkscape and GIMP can talk via TIFF - Inkscape now exports TIFF (among a host of other formats, to the clipboard).
Valerio
What's the difference?
On 04/02/2013 17:55, Valerio Aimale wrote:
For Lion, please use:
http://rapidshare.com/files/3529293460/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
On 2/3/13 10:34 PM, Valerio Aimale wrote:
RC is out:
Mtn Lion:
http://rapidshare.com/files/2972309189/Inkscape-r0.48.4-r9943-10.8%2B-x86_64...
Lion:
http://rapidshare.com/files/2284187099/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
Fixed:
a) problems with keyboard: It's not really a bug. Mac OS X, for reason that evidently were valid when NeXT Step OS was designed, dispatches event to menus at a higher priority than keyboard event processor. So the menu with accelerators "sucks up" the event before it even reaches the GDK (or any other event processor) delegation system. If there are accelerators that overlap with key events , without modifers, they won't be prcessed as regular keyboard events, but as menu accelerator (the 'g' that triggers "Toolgradient" being a good example) . The fix is to modify mac.xml such that all those accelerators that overlap with simple key events are removed. I've done so. I've fixed all cases I was able to find. Let me know if you run into more.
b) clipboard exchange with GIMP. The problem is really with GIMP, not Inkscape. Given that GIMP uses the unpatched gtk2+quartz library, it can only import TIFF images from the clipboard. TIFF is not mentioned in the Inkscape Info.plist, thus Inkscape does not export TIFF format to the clipboard. I've modified Info.plist , so now Inkscape and GIMP can talk via TIFF - Inkscape now exports TIFF (among a host of other formats, to the clipboard).
Valerio
Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Is there any way you could be any more awesome? because I doubt it is possible.
This release is fantastic mate. unreal!! I'm actually booting into osx daily just so I can test it out
On Mon, Feb 4, 2013 at 3:34 PM, Valerio Aimale <valerio@...2940...> wrote:
RC is out:
Mtn Lion:
http://rapidshare.com/files/2972309189/Inkscape-r0.48.4-r9943-10.8%2B-x86_64...
Lion:
http://rapidshare.com/files/2284187099/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
Fixed:
a) problems with keyboard: It's not really a bug. Mac OS X, for reason that evidently were valid when NeXT Step OS was designed, dispatches event to menus at a higher priority than keyboard event processor. So the menu with accelerators "sucks up" the event before it even reaches the GDK (or any other event processor) delegation system. If there are accelerators that overlap with key events , without modifers, they won't be prcessed as regular keyboard events, but as menu accelerator (the 'g' that triggers "Toolgradient" being a good example) . The fix is to modify mac.xml such that all those accelerators that overlap with simple key events are removed. I've done so. I've fixed all cases I was able to find. Let me know if you run into more.
b) clipboard exchange with GIMP. The problem is really with GIMP, not Inkscape. Given that GIMP uses the unpatched gtk2+quartz library, it can only import TIFF images from the clipboard. TIFF is not mentioned in the Inkscape Info.plist, thus Inkscape does not export TIFF format to the clipboard. I've modified Info.plist , so now Inkscape and GIMP can talk via TIFF - Inkscape now exports TIFF (among a host of other formats, to the clipboard).
Valerio
Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Are you planning on posting sources to the libraries you've patched? I'm pretty sure we'd all greatly appreciate it.
-- View this message in context: http://inkscape.13.n6.nabble.com/Mac-OSX-0-48-4-RC4-tp4966031p4966039.html Sent from the Inkscape - Dev mailing list archive at Nabble.com.
participants (4)
-
Andy Fitzsimon
-
UnconventionalT
-
Valerio Aimale
-
~suv