History log of /haiku/src/apps/debugger/user_interface/gui/team_window/StackTraceView.h
Revision Date Author Comments
# 93f52106 24-Sep-2017 Rene Gollent <rene@gollent.com>

Revert "Debugger: Implement #10671."

This reverts commit 02c7127cb914cfe9c0ffcf44efba0ea019573731.


# 02c7127c 14-Nov-2014 Rene Gollent <rene@gollent.com>

Debugger: Implement #10671.

- The stack trace view now remembers the last selected frame index for stopped
threads when switching between them.


# a7376ac1 30-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Fix remaining flickering for #9841.

- Revert hrev45802. However, implement the same essential logic in
the TeamWindow itself, and have it guard the StackTraceView,
VariablesView, and step control buttons. This fixes flickering
in between short steps since it prevents the intermediate clear
from happening unnecessarily.
- Implement appropriate guards for the interim wait state.


# fcf72bc4 29-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Reduce flicker in StackTrace display when single stepping.

When asked to clear the current stack trace, delay actually doing so
by .25 seconds. If the stack trace is set to a new one in the meantime,
the operation is aborted so we don't reset the trace twice.

Thanks Ingo for the suggestion.


# 11102e38 19-Nov-2011 Rene Gollent <anevilyak@gmail.com>

Reworked GUI settings storage.

- Simplified things so each window simply records all its settings into
a BMessage, which is what ultimately goes into the actual UI settings.

- Added settings storage/retrieval to the various sub views of the
team window. This means that the column widths/positioning on all
views hosting a column list view are now also preserved and restored.


# e3a631c0 15-Oct-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Introduced interface UserInterface, which abstracts the user interface code.
* Added implementation GraphicalUserInterface for the current GUI.

TeamDebugger does no longer know about TeamWindow.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33594 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02c7127cb914cfe9c0ffcf44efba0ea019573731 14-Nov-2014 Rene Gollent <rene@gollent.com>

Debugger: Implement #10671.

- The stack trace view now remembers the last selected frame index for stopped
threads when switching between them.


# a7376ac17537ebef664373fada57d5d75ac2e818 30-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Fix remaining flickering for #9841.

- Revert hrev45802. However, implement the same essential logic in
the TeamWindow itself, and have it guard the StackTraceView,
VariablesView, and step control buttons. This fixes flickering
in between short steps since it prevents the intermediate clear
from happening unnecessarily.
- Implement appropriate guards for the interim wait state.


# fcf72bc4b4ceedb7bcacd25942ce273213969718 29-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Reduce flicker in StackTrace display when single stepping.

When asked to clear the current stack trace, delay actually doing so
by .25 seconds. If the stack trace is set to a new one in the meantime,
the operation is aborted so we don't reset the trace twice.

Thanks Ingo for the suggestion.


# 11102e3848bcd78ce9a90478ad6992f966fae5c6 19-Nov-2011 Rene Gollent <anevilyak@gmail.com>

Reworked GUI settings storage.

- Simplified things so each window simply records all its settings into
a BMessage, which is what ultimately goes into the actual UI settings.

- Added settings storage/retrieval to the various sub views of the
team window. This means that the column widths/positioning on all
views hosting a column list view are now also preserved and restored.


# e3a631c0b48d904a9502dabb157639539484da53 15-Oct-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Introduced interface UserInterface, which abstracts the user interface code.
* Added implementation GraphicalUserInterface for the current GUI.

TeamDebugger does no longer know about TeamWindow.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33594 a95241bf-73f2-0310-859d-f6bbb57e9c96