Changes between Version 2 and Version 3 of Ticket #50701
- Timestamp:
- Feb 24, 2016, 7:29:04 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50701 – Description
v2 v3 4 4 5 5 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.0_macosx_scrolledwindow.patch wxwidgets-3.0.0_macosx_scrolledwindow.patch] (include; also in 3.0 branch) 6 - some scrolling events6 - Some scrolling events 7 7 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.2_macosx_magnify_event.patch wxwidgets-3.0.2_macosx_magnify_event.patch] (include; not in 3.0 branch) 8 - adds support for a magnifying mouse gesture (possibly compare the patch with `master`)8 - Adds support for a magnifying mouse gesture (possibly compare the patch with `master`) 9 9 10 10 === not in master === 11 11 12 12 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxpython-3.0.0_macosx_multiarch.patch wxpython-3.0.0_macosx_multiarch.patch] 13 - handles arch flags in build scripts, most likely not needed 14 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.0_macosx.patch wxwidgets-3.0.0_macosx.patch] 15 - it replaces carbon with cocoa at some places and fixes overlays (I don't completely understand it) 16 - the patch for wxPython is slightly different from the patch for wxWidgets (why?) 13 - Handles arch flags in build scripts, most likely not needed 14 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.0_macosx.patch wxwidgets-3.0.0_macosx.patch] and [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxpython-3.0.0_macosx.patch wxpython-3.0.0_macosx.patch] 15 - iI replaces carbon with cocoa at some places and fixes overlays (I don't completely understand it) 16 - The patch for wxPython is slightly different from the patch for wxWidgets (why?) 17 - Is there any ticket on the wxWidgets tracker about this issue? 17 18 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.0_macosx_bug_15908.patch wxwidgets-3.0.0_macosx_bug_15908.patch] 18 - some dirty patch to avoid crashes (I don't understand it, not sure what to do)19 - see also http://trac.wxwidgets.org/ticket/1590819 - Some dirty patch to avoid crashes (I don't understand it, not sure what to do) 20 - See also http://trac.wxwidgets.org/ticket/15908 20 21 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.0_macosx_soname.patch wxwidgets-3.0.0_macosx_soname.patch] 21 - it avoids running `change-install-names`22 - similar patch was already in MacPorts in the past; see also http://trac.wxwidgets.org/ticket/1545223 - most likely this is some weird practice of wxWidgets build system, but wxWidgets should work finewith the patch or without22 - It avoids running `change-install-names` 23 - Similar patch was already in MacPorts in the past; see also http://trac.wxwidgets.org/ticket/15452 24 - Most likely this is some weird practice of wxWidgets build system, but wxWidgets should work fine for us either with the patch or without 24 25 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.2_macosx_data_view_ctrl.patch wxwidgets-3.0.2_macosx_data_view_ctrl.patch] 25 26 - I don't understand it 26 27 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.2_macosx_retina_opengl.patch wxwidgets-3.0.2_macosx_retina_opengl.patch] 27 - conflicting informations are circulating around about support of retina displays, so I'm a bit confused about why this is needed28 - see also https://forums.wxwidgets.org/viewtopic.php?t=3668429 - see also https://wiki.wxwidgets.org/WxMac-specific_topics#Retina_display_support28 - Conflicting informations are circulating around about support of retina displays, so I'm a bit confused about why this is needed 29 - See also https://forums.wxwidgets.org/viewtopic.php?t=36684 30 - See also https://wiki.wxwidgets.org/WxMac-specific_topics#Retina_display_support 30 31 - [http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/patches/wxwidgets-3.0.2_macosx_yosemite.patch wxwidgets-3.0.2_macosx_yosemite.patch] 31 - why exactly is this needed and not included upstream?32 - should the patch only be applied to Yosemite (and El Capitan) or to all versions?32 - Why exactly is this needed and not included upstream? 33 - Should the patch only be applied to Yosemite (and El Capitan) or to all versions? 33 34 34 35 And here's an [http://bazaar.launchpad.net/~adamwolf/+junk/kicad-mac-packaging/files alternative link] with patches and build scripts.