[01:22:24] <CIA-123> axeld * r42420 /haiku/trunk/ (6 files in 3 dirs): [01:22:24] <CIA-123> * Imported Andy Ritger's GTF code in compute_display_timing.cpp, and mangled it [01:22:24] <CIA-123> into a usable function - this has some coding style issues I did not care to [01:22:24] <CIA-123> fix. [01:22:24] <CIA-123> * _AddBaseMode() now computes the mode in case it is not present in the list [01:22:25] <CIA-123> yet. [01:22:25] <CIA-123> * This should help with bug #7787. [01:24:31] <CIA-123> axeld * r42421 /haiku/trunk/src/add-ons/accelerants/vesa/mode.cpp: [01:24:31] <CIA-123> * The VESA accelerant now always makes sure that all supported resolutions are [01:24:31] <CIA-123> added to the mode list (in 60 Hz, but that doesn't really matter). [01:24:31] <CIA-123> * It does this by iterating over the modes found, and computes the [01:24:31] <CIA-123> display_timings from them using the GTF code. [01:24:31] <CIA-123> * This should help with one of the problems of ticket #7751. [07:16:04] *** echelog-2 has joined #haiku-jp [09:09:32] <CIA-123> czeidler * r42422 /haiku/trunk/src/libs/linprog/ (QPSolverInterface.cpp QPSolverInterface.h): Search for the correct constraint when removing an inequality constraint. This finally deletes the slack variable and the helper constraint. [09:15:26] <CIA-123> czeidler * r42423 /haiku/trunk/src/tests/libs/linprog/ (Jamfile Program.cpp): Fix linprog tests and add some more smaller test cases. [17:03:50] <CIA-123> humdinger * r42424 /haiku/trunk/src/kits/locale/LocaleRoster.cpp: Applied patch by taos to show Slovakian flag in ReadOnlyBootPrompt. Fixes #7806. Thanks. [17:48:42] <CIA-123> pulkomandy * r42425 /haiku/trunk/src/kits/interface/Slider.cpp: [17:48:42] <CIA-123> Remove over-optimization trying not to redraw the background under slider's thumbs. [17:48:42] <CIA-123> This gets sliders with custom, non-rectangle thumbs, like the one in APlayer or the example in the BeBook, working properly. [17:48:42] <CIA-123> I hope it doesn't break anything - it doesn't seem to but I may have overlooked some pixels. [17:48:42] <CIA-123> Fixes #7817. [22:27:08] <CIA-123> czeidler * r42426 /haiku/trunk/src/ (4 files in 2 dirs): [22:27:09] <CIA-123> Patch by taos. Adds missing localization to Mail status window + cosmetic changes in Mail [22:27:09] <CIA-123> preflet. Replacing B_TRANSLATE with B_TRANSLATE_COMMENT to better discern "never" and [22:27:09] <CIA-123> "Never". [23:18:48] <CIA-123> axeld * r42427 /haiku/trunk/src/add-ons/accelerants/vesa/mode.cpp: * Only add the VESA modes if there is no EDID available. [23:19:42] <CIA-123> axeld * r42428 /haiku/trunk/src/add-ons/accelerants/common/create_display_modes.cpp: * Added TODOs. [23:26:33] <CIA-123> axeld * r42429 /haiku/trunk/src/add-ons/accelerants/vesa/mode.cpp: * Fixed coding style violation introduced with the last commit.