Latest Bugs & Tasks
Ticket #9762 (Artifacts on Desktop) created
When i minimize windows on Desktop, often (not always) these windows leave artifacts on screen. If i drag another window on these artifacts, this acts like an eraser in a paint software.
I don't recall this issue in Alpha 4.1 and on older nigtlies.
Screenshot attached.
hrev45606
Ticket #3283 (app_server crash while changing screen resolutions with intel_extreme) closed
Closing - I haven't actually seen this issue in years and it was probably fixed somewhere along the way.
Ticket #3798 ([PATCH] Arch-specific capabilities patch for HaikuImage) closed
I'd say this can be closed - now that we're successfully using it to distinguish x86 and x86_64.
Ticket #9761 (Tracker doesn't update image files) created
I have noticed that Tracker doesn't update image files.
Eg:
I take a screenshot named "screenshot1.png", and this screenhot contain a picture of WebPositive. Then i take another screenshot, this time of the Desktop. I will save this screenshot, again, as screenshot1.png, overwriting the previous one.
Now i open this last screenshot: it show again WebPositive (like the first screenshot), but if i rename screenshot1 to screenshot2 the image will be updated.
hrev45606 and i have also noticed that since months.
Maybe is related to Be File Sytem? For now i set "Tracker".
Ticket #9760 ([Debugger] Automatically determine the correct start symbol for a program) created
Currently, the debugger is primarily oriented towards C/C+++, and as such presumes that the starting function will always be main(). Unfortunately, this isn't necessarily the case for other language ABIs such as {Free}Pascal. In the case of a debug executable, this can potentially be inferred from DWARF (still needs to be investigated in the spec), but a mechanism needs to be derived in order to generally guess/infer the target language, and consequently, the correct start symbol.
Ticket #9751 (SATA controller not detected on Thinkpad x120e) closed
That's weird. Please reopen if needed.
Ticket #9759 (Debugger: Rename "File" menu entries) closed
Changed in hrev45653.
Ticket #9759 (Debugger: Rename "File" menu entries) created
I am not a huge fan of naming the first menu entry always "File". Only if the window represents something that is also stored in a file on disk. As such, I would rename the menu to "Team". There is only one entry "Quit" and it refers to the currently debugged team. It will not quit Debugger as a whole if there is more than one debugged team. Maybe renaming that to "Close" would avoid any confusion that this entry would quit all of Debugger.
Ticket #9758 (Debugger: Add optional command line output capture) created
This is really low on the list of needed features, I mainly wanted to record the idea.
Debugger could detect whether or not the user sees the command line output of the debugged team (assuming that's possible somehow). If the user would not otherwise see it, there could be another view for the debugged team's stdout and stderr streams. I would place that in another tab with the variables/registers group. Just because Eclipse puts it there by default. Along the bottom would be another option.
Ticket #9753 (Menu Field with frame (non-layout) and not fixed size should truncate ...) closed
Fixed (for real this time) in hrev45651. The menu field is once again in auto-resize mode, but if the width of the selected menu item is wider than the available space allotted for the menu than the menu field truncates the menu item to fit. This reproduces the behavior on BeOS more-or-less.
Ticket #9757 (VL-Gothic fonts is updated to version 20130510.) created
VL-Gothic fonts is updated to version 20130510.
URL: http://sourceforge.jp/projects/vlgothic/downloads/58803/VLGothic-20130510.zip/
Changelog: http://sourceforge.jp/projects/vlgothic/releases/58803/changelog
Ticket #9097 (Haiku Alpha/Nightlies fails to boot on Asus 990FX with HPET enabled) closed
Ticket #9756 (Debugger: Structure images list by path components of entries) closed
Implemented in hrev45645.
Ticket #9753 (Menu Field with frame (non-layout) and not fixed size should truncate ...) reopened
Ticket #9753 (Menu Field with frame (non-layout) and not fixed size should truncate ...) closed
AFAIK this was not caused by my recent changes, but I fixed it anyway in hrev45644
Ticket #9756 (Debugger: Structure images list by path components of entries) created
It is often too cumbersome to find code in the images list. The list structure is not optimal. Instead of being structured like this:
src/tools/text/TextCode.cpp
src/tools/text/Font.cpp
src/tools/text/Paragraph.cpp
src/tools/brush/Brush.cpp
src/tools/brush/Stroke.cpp
It should be structured like this:
src
tools

