History log of /haiku/src/servers/debug/DebugWindow.cpp
Revision Date Author Comments
# 338570d8 28-Feb-2023 Augustin Cavalier <waddlesplash@gmail.com>

debug_server: Remove duplicate setting of B_FLOATING_ALL_WINDOW_FEEL.


# 4f3a8009 28-Feb-2023 Augustin Cavalier <waddlesplash@gmail.com>

debug_server: Make crash prompt appear above all other windows.

With B_MODAL_WINDOW, others can be brought in front. But with
B_MODAL_WINDOW_LOOK plus B_FLOATING_ALL_WINDOW_FEEL, it will
retain its current appearance, but always stay on top of all other
windows.

Since debug_server does not have a Deskbar entry, this will prevent
such windows from getting "lost" and then having to minimize all others
in order to find them (or forgetting about them altogether by accident.)


# 9d679d7f 29-Nov-2022 Augustin Cavalier <waddlesplash@gmail.com>

debug_server: Restore <algorithm> include to appease GCC2.


# b85db63d 29-Nov-2022 Augustin Cavalier <waddlesplash@gmail.com>

debug_server: Make use of BControlLook::ComposeIconSize.

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


# 801a1fe1 31-Dec-2019 X512 <danger_mail@list.ru>

debug_server: make crash dialog button default

Change-Id: If05f775fe919445b3e18d356a9837fdb6fabf5cf
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2063
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 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>