[05:04:24] <CIA-123> kallisti5 * r42652 /haiku/trunk/src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp: * a few additions to the PCI ID list [11:02:41] *** Duggan has quit IRC [11:22:15] *** Duggan has joined #haiku-jp [11:43:41] <CIA-123> phoudoin * r42653 /haiku/trunk/src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp: [11:43:41] <CIA-123> Now always retrieve the team icon from the first B_APP_IMAGE image entry_ref. [11:43:41] <CIA-123> Using team_info.args as before was not safe: when truncated, the [11:43:41] <CIA-123> entry_ref could be an intermediate folder, which display a folder [11:43:41] <CIA-123> icon as team's icon! [12:11:12] <CIA-123> zooey * r42654 /haiku/trunk/src/preferences/locale/LanguageListView.h: Minor cleanup: match indentation level with styleguide. [12:27:37] <CIA-123> zooey * r42655 /haiku/trunk/src/preferences/locale/LanguageListView.cpp: [12:27:37] <CIA-123> Drop TODO since the commented code doesn't have any effect and nothing else seems to be [12:27:37] <CIA-123> missing either. [14:21:35] <CIA-123> siarzhuk * r42656 /haiku/vendor/freebsd/current/dev/de/ (. dc21040reg.h if_de.c if_devar.h): Going to merge support of DEC 21140 (Tulip) into dec21xxx driver. [14:25:25] <CIA-123> siarzhuk * r42657 /haiku/vendor/freebsd/RELEASE_8_2_0/dev/de/: tagging DEC 21143 support in RELEASE_8_2_0 [14:52:36] <CIA-123> siarzhuk * r42658 /haiku/trunk/src/ (9 files in 5 dirs): (log message trimmed) [14:52:36] <CIA-123> * FreeBSD compatibility layer for network drivers is modified to handle [14:52:36] <CIA-123> NULL-terminated list of driver_t* entries instead of single entry. [14:52:36] <CIA-123> That allows to combine multiple FreeBSD drivers into single Haiku [14:52:37] <CIA-123> driver add-ons; [14:52:37] <CIA-123> * Support for DEC 21140 (Tulip) chipsets (provided by the 'de' driver) [14:52:38] <CIA-123> incorporated into dec21xxx driver. That brings network connectivity to [15:07:45] <CIA-123> phoudoin * r42659 /haiku/trunk/src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp: [15:07:45] <CIA-123> Followed Ingo's suggestion: use private get_app_ref(). This reduce code duplication. [15:07:45] <CIA-123> Thanks. [15:42:14] <CIA-123> phoudoin * r42660 /haiku/trunk/src/apps/processcontroller/ (Jamfile Utilities.cpp): [15:42:14] <CIA-123> Fixed in ProcessController the same icon issue than in Debugger's running teams window. [15:42:14] <CIA-123> Also get right of the ugly raster default app icon that was still used and visible in [15:42:14] <CIA-123> memory & teams/threads submenus. [16:10:22] <CIA-123> phoudoin * r42661 /haiku/trunk/src/add-ons/kernel/network/devices/dialup/dialup.cpp: [16:10:22] <CIA-123> Fix gcc 4.5.2 build (unused static function is now an error). [16:10:22] <CIA-123> No functional change, sorry. [18:08:14] <CIA-123> kallisti5 * r42662 /haiku/trunk/headers/private/graphics/common/video_electronics.h: [18:08:14] <CIA-123> * add a new generic video electronics define, [18:08:14] <CIA-123> this seems like it could be useful for more then [18:08:14] <CIA-123> just radeon_hd. [18:08:14] <CIA-123> * idea from linux drm driver [18:08:14] <CIA-123> * feedback / flames welcome [18:08:14] <CIA-123> * can move into radeon_hd private defines if requested [18:31:45] <CIA-123> axeld * r42663 /haiku/trunk/src/preferences/time/ (AnalogClock.cpp AnalogClock.h): [18:31:45] <CIA-123> * Applied patch by hamish to fix layouting the clock. [18:31:45] <CIA-123> * This closes #7937, thanks! [19:03:41] <CIA-123> siarzhuk * r42664 /haiku/trunk/src/add-ons/kernel/drivers/network/dec21xxx/dev/ (dc/glue.c de/glue.c): No functional changes. Code style violations fixes. Thanks to Axel for pointing out. [19:24:39] <CIA-123> zooey * r42665 /haiku/trunk/ (2 files in 2 dirs): [19:24:39] <CIA-123> * add protected accessor for baseline offset to StringItem, as that value is of [19:24:39] <CIA-123> interest to derived classes [19:25:56] <CIA-123> zooey * r42666 /haiku/trunk/ (2 files in 2 dirs): * add predicate FormattingConventions::AreCountrySpecific() [19:31:55] <CIA-123> zooey * r42667 /haiku/trunk/src/preferences/locale/ (LanguageListView.cpp LanguageListView.h LocaleWindow.cpp): (log message trimmed) [19:31:55] <CIA-123> Fix drawing artefacts in Locale prefs (and IMHO improve the look): [19:31:55] <CIA-123> * separate LanguageListItemWithFlag from LanguageListItem [19:31:55] <CIA-123> * draw the flag in front of the text instead of at wherever the right bounds happen to [19:31:55] <CIA-123> be, fixing the drawing artefacts when scrolling [19:31:55] <CIA-123> * size the flag to match the size of the list item, which looks much better when [19:31:56] <CIA-123> using a largish default font [19:38:22] <CIA-123> kallisti5 * r42668 /haiku/trunk/ (3 files in 2 dirs): [19:38:22] <CIA-123> * add video_electronics.c [19:38:22] <CIA-123> (.c to keep compatibility with older C accelerants) [19:38:22] <CIA-123> * use functions for decoding video_electronics [19:38:23] <CIA-123> * thanks for the guidance Axel! [21:59:10] *** Duggan has quit IRC [22:51:53] *** Duggan has joined #haiku-jp [22:54:36] *** Duggan2 has joined #haiku-jp [22:56:45] *** Duggan has quit IRC [23:01:30] *** Duggan2 has quit IRC [23:17:52] <CIA-123> kallisti5 * r42669 /haiku/trunk/src/add-ons/accelerants/radeon_hd/atombios/atom.cpp: [23:17:52] <CIA-123> * remove tracing on AtomBIOS parser [23:17:52] <CIA-123> * fix a few compile issues when tracing is disabled [23:20:23] *** Duggan has joined #haiku-jp [23:26:32] *** Duggan has quit IRC [23:29:06] <CIA-123> kallisti5 * r42670 /haiku/trunk/src/add-ons/accelerants/radeon_hd/ (6 files in 2 dirs): [23:29:06] <CIA-123> * add gConnector for card connector storage [23:29:06] <CIA-123> * add detect_connectors to detect card connectors [23:29:06] <CIA-123> * add infinitely compex detect_connectors_manual [23:29:06] <CIA-123> (used when detect_connectors fails) [23:29:07] <CIA-123> * add missing AtomBIOS header [23:35:52] <CIA-123> zooey * r42671 /haiku/trunk/src/preferences/time/ZoneView.cpp: Fix typo that (suprisingly only) broke the gcc4 build. [23:37:53] <CIA-123> zooey * r42672 /haiku/trunk/src/preferences/locale/LanguageListView.cpp: Follow hint by Marcus and make colors static *const*.