summaryrefslogtreecommitdiff
path: root/ui/logview.h
AgeCommit message (Collapse)Author
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item.
2025-08-01Add log message dialog for showing stack tracesRusty Wagner
2025-08-01Add LogForException APIs to pass stack trace information separate from the ↵Rusty Wagner
message
2025-02-27Fix for log/scripting views having a BinaryView context for non-viewframe tabs.Brian Potchik
2025-01-13Add 'ui.log.wordWrap' setting with a default of disabled.Brian Potchik
2024-09-24Make the LogView UI much more responsiveJosh Ferrell
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-02-05Sidebar improvementsRusty Wagner
2023-08-29Fix logview header.Brian Potchik
2023-08-29Fix logview header.Brian Potchik
2023-08-29Fix copy paste for selections in the Log.Brian Potchik
2023-06-22Added a boolean to log view to stop restore logic.Alexander Taylor
2023-06-22Revert "support for sticky log filter"Peter LaFosse
This reverts commit dc35205050bdcefce6a1298c993bb11329a12ec7.
2023-06-06support for sticky log filterJordan Wiens
2023-05-10Store log tokens in entries (for perf)Glenn Smith
2023-02-17LogView: keep a local cache of bv valid ranges to avoid taking a lock in the ↵Peter LaFosse
core while painting
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-10-05Deprecate BNLogRegisterLoggerCallback and make its use in the LogView ↵Peter LaFosse
unnecessary
2022-05-25Prevent error/warning indicators from opening a new tabPeter LaFosse
2022-05-19Add to LogView combo box from main threadPeter LaFosse
2022-04-29Improve navigation to correct tab when error/warn indicator is clickedPeter LaFosse
Fix potential hang and new tab navigation when clicking error/warn indicator
2022-03-17Fix crash when changing log filters with with items selectedPeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-01-28Format All FilesKyleMiles
2021-10-26Replace log/scripting console dock widgets with global area conceptRusty Wagner
2020-12-03Allow setting ui.log.maxSize without requiring restart.Brian Potchik
2020-12-01convert log maxsize to a settingJordan Wiens
2020-04-13Make addresses clickable in scripting consolePeter LaFosse
2019-05-10Use Qt qobject casting style for DockWidgets.Brian Potchik
2019-05-01DockWidget interface updates to better support UI plugins.Brian Potchik
2019-04-01Repaint logview when changing tabs.Brian Potchik
2019-03-20Add in progress UI API headersRusty Wagner