Commit Graph

15 Commits

Author SHA1 Message Date
Ernie Pasveer 0555713688 Fixed source wildcard search for older QT version. 2022-10-10 17:08:46 -05:00
Ernie Pasveer 60e1682af4 Support older QT5.12 version.
Note, QTextBrowser::setMarkdown() doesn't exist. Have to
use QTextBrowser::setText(). This will result in bad rendering.
2022-10-02 13:07:52 -05:00
Ernie Pasveer 766eeb5f96 Added Source config to better sort files in "Source", "Header", and "Misc" for SourceBrowser. 2022-09-08 10:21:27 -05:00
Ernie Pasveer cb28803219 Add filter patterns to source browser for Misc, Source, and Header folders. 2022-09-07 17:34:32 -05:00
Ernie Pasveer 42b14fa2a8 Fixed up help. 2022-05-13 19:27:48 -05:00
Ernie Pasveer e6c15037f9 Clean up code for lint errors. 2022-04-28 20:20:37 -05:00
Arne Morten Kvarving 7bc32c1b78 added: consider .C files as C++ 2022-04-12 20:07:33 +02:00
Ernie Pasveer 0bb793393b Remove duplicate source files returned by gdb. 2022-04-09 18:24:43 -05:00
Ernie Pasveer 693fa4a96e Show source filename where possible. Not including path. 2022-02-28 20:49:34 -06:00
Ernie Pasveer 2845d3b887 Handle a generic "*stopped" message better.
dprintf will result in a very plain "*stopped" message if the
dprintf is told to call a function that may throw an exception, thus
calling std::terminate.
2022-02-20 17:51:06 -06:00
Ernie Pasveer b2a1ce8d0a Fixed bug with list of source files start with a '/'. 2022-02-09 19:41:01 -06:00
Ernie Pasveer 1afdf82f91 Switch from __PRETTY_FUNCTION__ to qSetMessagePattern() 2022-01-20 10:40:56 -06:00
Ernie Pasveer 0c5fd0dc5b Checkpoint for "source open error". 2021-12-13 19:57:37 -06:00
Ernie Pasveer 8617bf70ac Add ToolTips to the important browsers. 2021-10-10 12:57:30 -05:00
Ernie Pasveer 6357b7a0ef Move source into a 'src' directory. Update README.md file for build
instructions.
2021-09-04 17:02:25 -05:00