Ernie Pasveer
|
b88d68afd3
|
Add copyright header to each source file.
|
2025-08-26 17:26:05 -05:00 |
|
Ernie Pasveer
|
2ca0261926
|
WIP: writing "skip" browser.
|
2025-03-26 19:57:22 -05:00 |
|
Ernie Pasveer
|
70e114b47f
|
Bring in SeerSeerLogWidget.cpp from main.
|
2025-03-16 11:09:32 -05:00 |
|
Ernie Pasveer
|
4655c99f98
|
Merge branch 'main' into 281-look-into-gdbs-skip-command
|
2025-03-16 11:01:42 -05:00 |
|
Ernie Pasveer
|
bc36dfda01
|
Add optional timestamp to Seer and Gdb log widgets.
|
2025-03-09 13:01:34 -05:00 |
|
Ernie Pasveer
|
87f08c9c80
|
WIP
|
2025-03-03 17:32:33 -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 |
|
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
|
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 |
|