History log of /haiku/src/servers/debug/DebugWindow.h
Revision Date Author Comments
# 09250fd5 24-Oct-2019 Axel Dörfler <axeld@pinc-software.de>

debug_server: Be a bit more enthusiastic

* Improved the "Oh no!" text of the button.

Change-Id: I9b15f3dccca24a5e394d42890985fd42c49f7587
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1925
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Stephan Aßmus <superstippi@gmx.de>


# b4e2eff2 31-Aug-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

DebugWindow: improve layout

Fixes #15155.


# 515d86da 17-May-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

debug_server: build a new debug window

Use radio buttons laid out vertically so that locales with long labels
(no short word for "write core file") can still look nice. This is open
for experiment, buttons laid out vertically are another option. At least
now we have a window t work from, as BAlert doesn't cut it here.

While I'm at it, use a ladybug icon for this one, so it's visibly
different from normal application alerts.

Change-Id: I08ba9573f132901484224e107404348e7dca97f4
Reviewed-on: https://review.haiku-os.org/c/1459
Reviewed-by: waddlesplash <waddlesplash@gmail.com>