[01:05:38] <CIA-123> leavengood * r42306 /haiku/trunk/src/apps/showimage/ShowImageWindow.cpp: [01:05:38] <CIA-123> When the toolbar is hidden by animation it is moved, and so we need to move it [01:05:38] <CIA-123> back when showing it again but not using animation. [01:05:38] <CIA-123> Fixes #7734. [01:29:05] <CIA-123> leavengood * r42307 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: [01:29:05] <CIA-123> In fullscreen mode, hide and show the toolbar based on the mouse's position, [01:29:05] <CIA-123> not just any mouse movement. When the mouse reaches the top 15 pixels, show the [01:29:05] <CIA-123> toolbar, otherwise hide it. [01:29:05] <CIA-123> Implements #7735. [01:29:06] <CIA-123> On a related note, the animation for toolbar showing and hiding which Stephan [01:29:07] <CIA-123> implemented is really nice. We need more animation in Haiku! [04:05:06] <CIA-123> scottmc * r42308 /haiku/trunk/build/jam/OptionalPackages: Updated python to 2.6.7. [04:42:53] <CIA-123> czeidler * r42309 /haiku/trunk/src/servers/app/Desktop.cpp: Don't forget to unlock when there is no desktop listener for the message. [05:21:04] <CIA-123> leavengood * r42310 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: [05:21:04] <CIA-123> Changing the order of function calls in SelectAll() causes the selection rect [05:21:04] <CIA-123> size to show up correctly in the status bar. [05:21:04] <CIA-123> Fixes #7710. [06:21:33] <CIA-123> leavengood * r42311 /haiku/trunk/src/apps/showimage/ (ShowImageView.cpp ShowImageView.h): [06:21:34] <CIA-123> Make the zoom "sticky" at 1.0 for about half a second when zooming with the mousewheel. [06:21:34] <CIA-123> It might be a bit annoying, not sure yet. [06:21:34] <CIA-123> Implements #7253. [12:46:07] <CIA-123> korli * r42312 /haiku/vendor/freebsd/current/dev/mii/ (mii.c mii.h miidevs miivar.h): updating to FreeBSD 8.2 release [12:47:00] <CIA-123> korli * r42313 /haiku/vendor/freebsd/RELEASE_8_2_0/dev/mii/: tagging driver from FreeBSD 8.2.0 [12:59:57] <CIA-123> korli * r42314 /haiku/trunk/src/libs/compat/freebsd_network/ (bus.c compat/net/if_media.h compat.c): added some missing functions and definitions for FreeBSD 8.2 [13:02:17] <CIA-123> korli * r42315 /haiku/trunk/src/libs/compat/freebsd_network/compat/sys/bus.h: added some missing functions and definitions for FreeBSD 8.2 [13:21:34] <CIA-123> korli * r42316 /haiku/trunk/src/libs/compat/freebsd_network/ (compat/dev/mii/mii.h compat/dev/mii/miivar.h fbsd_mii.c): mii files from FreeBSD 8.2 with our diffs applied [13:23:12] <CIA-123> korli * r42317 /haiku/trunk/src/add-ons/kernel/drivers/network/ (12 files in 3 dirs): merged changes from 8.2 FreeBSD release for ale, alc and ae drivers [22:45:31] <CIA-123> anevilyak * r42318 /haiku/trunk/src/apps/debugger/value/value_nodes/BMessageValueNode.cpp: Rework BMessageValueNode to find its needed addresses via member value locations.