[03:43:42] <CIA-123> aldeck * r42518 /haiku/branches/developer/aldeck/tracker_layout/src/kits/tracker/ (4 files): [03:43:42] <CIA-123> * Use templating for DefaultAttributeMenu so that the same code can be used for [03:43:42] <CIA-123> both BMenu and BPopUpMenu version of the same menu while still keeping a BMenu [03:43:42] <CIA-123> inheritance. [03:55:28] <CIA-123> aldeck * r42519 /haiku/branches/developer/aldeck/tracker_layout/src/kits/tracker/ (7 files): * Rename DefaultAttributeMenu simply to AttributesMenu [04:17:17] <CIA-123> aldeck * r42520 /haiku/branches/developer/aldeck/tracker_layout/src/kits/tracker/ (5 files): * Simplify naming, remove DefaultXxx prefix [16:23:02] *** Duggan has quit IRC [16:23:17] *** Duggan has joined #haiku-jp [16:48:00] <CIA-123> pulkomandy * r42521 /haiku/trunk/src/servers/input/InputServer.cpp: [16:48:00] <CIA-123> * Don't eat alt+space if there is only one input method available (the shortcut is meant to switch input methods) [16:48:00] <CIA-123> Makes it useable in applications and less confusing. Fixes #6468. [18:51:05] <CIA-123> kallisti5 * r42522 /haiku/trunk/src/add-ons/accelerants/radeon_hd/mode.cpp: bug fix, POWER_SHUTDOWN vs POWER_ON [20:13:34] <CIA-123> pulkomandy * r42523 /haiku/trunk/src/add-ons/accelerants/intel_extreme/mode.cpp: [20:13:34] <CIA-123> Always set the palette registers even if the head is not connected. This will not do anything bad (if the display is disabled, it has no [20:13:34] <CIA-123> effect), and since the test was a bit too constraining (I have an LVDS panel on head A), it would prevent setting colors for the CMAP modes. [20:13:34] <CIA-123> This finally gets the \n demo working from the original binary from BeOS, without any change. [21:48:28] *** Duggan2 has joined #haiku-jp [21:49:52] *** Duggan has quit IRC [21:51:27] *** Duggan has joined #haiku-jp [21:55:12] *** Duggan2 has quit IRC [22:01:18] *** Duggan has quit IRC [22:41:24] <CIA-123> aldeck * r42524 /haiku/branches/developer/aldeck/tracker_layout/src/kits/tracker/ (PoseView.cpp PoseView.h): [22:41:24] <CIA-123> * Re-enabled autoscrolling, was standing in the way during the rewrite. [22:41:24] <CIA-123> * Simplified conditional call to BScrollbar::SetValue() vs BView::ScrollBy(). [22:41:24] <CIA-123> Looking at the source, simply calling BView::ScrollBy() will behave correctly [22:41:24] <CIA-123> in both cases. Quick tests apparently confirms this. [22:41:24] <CIA-123> If i recall correctly R5 could go into a loop and needed such workaround, but [22:41:25] <CIA-123> hopefully that was fixed in Haiku.