Ernie Pasveer
b88d68afd3
Add copyright header to each source file.
2025-08-26 17:26:05 -05:00
Ernie Pasveer
bc36dfda01
Add optional timestamp to Seer and Gdb log widgets.
2025-03-09 13:01:34 -05:00
Ernie Pasveer
82d59e3ae2
Fixed 'unescaping' text going the the gdb log window.
...
Went with a hybrid solution suggested by the user in task #238 and
some things I ran across.
Maybe not the best overall solution. But it should work for most
cases.
2024-09-07 13:02:28 -05:00
Ernie Pasveer
4bb5cf2a14
Fixed escape problem for "\n", et al.
2024-05-03 15:08:37 -05:00
Ernie Pasveer
00e5b71dcc
Fixed Seer working with 'avr-gdb'. Can use 'simavr' as a gdbserver.
2024-01-02 16:26:49 -06:00
Ernie Pasveer
9c49fb7f63
Initial iteration for Qt6 port.
2023-05-16 15:25:28 -05:00
Ilia Sharin
67df2c1d6f
Made adaptation to Qt6. Now it compiles without any errors and runs.
...
More work is required to get rid of Qt5Compat shims
2023-05-05 17:00:08 -04:00
Ernie Pasveer
60a300109c
Add gdb '@' channel to gdb log monitor.
2022-10-17 17:43:09 -05:00
Kevin Ernst
379d094191
Updates to build on Ubuntu 18.04 LTS (…)
...
- replace `add_compile_definitions` (added in CMake ≥3.12) with
`add_definitions` in `CMakeLists.txt`
* hat tip to: https://stackoverflow.com/a/61250302/785213
- add #ifdef's to support Qt 5.9.5 for Ubuntu 18.04 by replacing QString
`.front()` and `.back()` methods with `.at(0)` and `.at(s.size() - 1)`
* hat tip to: https://github.com/pawelsalawa/sqlitestudio/commit/90ca398
- add #ifdef's to replace `QFontMetrics` `.horizontalAdvance()` method
with `.width()` to support Qt 5.9.5 on Ubuntu 18.04
* hat tip to: https://github.com/Sigil-Ebook/Sigil/commit/a32f890
- closes #107
2022-10-07 00:32:46 -04:00
Ernie Pasveer
b7e5702a23
Refresh breakpoints from a manually entered break command.
2022-04-17 18:38:59 -05:00
Ernie Pasveer
0ebd594d6e
Fixed moving to end of SeerLogWidget.
2022-03-12 17:51:32 -06:00
Ernie Pasveer
7ef7f9cd63
Rename the Seer and Gdb log widgets.
...
Direct all '=' from the gdb log to the seer log.
2022-02-14 20:44:54 -06:00