Commit Graph

4 Commits

Author SHA1 Message Date
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