Commit Graph

58 Commits

Author SHA1 Message Date
PLAZMAMA 40574b59be clarify install from source instructions 2024-03-01 19:26:03 -05:00
Maor Cohen 5feab948d5 Fix installation note 2024-03-01 19:21:56 -05:00
Maor Cohen 410f98befd Improve pamac installation format 2024-03-01 19:19:44 -05:00
Maor Cohen 4f15255274 Fix typo in install from package 2024-03-01 19:09:49 -05:00
PLAZMAMA 255772a4c4 add installation section 2024-03-01 19:05:19 -05:00
Ernie Pasveer df21014ab8 Update README.md
Seer no longer compiles with Qt5.
2024-02-18 13:06:08 -06:00
Ernie Pasveer 4f6eefbe00 More Qt6/Qt5 changes to README. 2023-06-03 11:32:11 -05:00
Ernie Pasveer 8ab4d5bfb3 Update README for Qt6 and Qt5 building. 2023-06-03 11:16:43 -05:00
Ernie Pasveer 28449e2bba Update README.md
Add notes for Qt6
2023-05-16 15:54:32 -05:00
Ernie Pasveer b0ce627120 Update README.md
Prep for Qt6.
2023-05-12 15:40:14 -05:00
Ernie Pasveer 7989d89fe9 Update README.md
Point tasks to Wiki.
2023-04-30 16:24:42 -05:00
Ernie Pasveer 475257fa94 Update README.md
Point starting Seer to Wiki.
2023-04-30 16:22:14 -05:00
Ernie Pasveer 87fd0e0aa1 Update README.md
Point build instructions to Wiki.
2023-04-30 16:19:22 -05:00
Ernie Pasveer 7743b939a3 Update README.md 2023-04-29 09:06:41 -05:00
Ernie Pasveer 76099912a9 Touchups for RR. 2023-04-23 12:53:46 -05:00
Ben a15863599b Fix typos 2023-03-07 14:34:23 +01:00
Ernie Pasveer 3fbae54ecb Release version 1.15. 2023-03-04 10:12:06 -06:00
Ernie Pasveer 12877a84f9 Added alternate file to load symbols from (instead of the debugee executable). 2022-12-29 19:03:18 -06:00
Ernie Pasveer c9147bea7e Update main page with latest screenshots. 2022-12-26 11:11:06 -06:00
Ernie Pasveer 1bfac01995 Update screenshots with Reverse Debugging examples. 2022-10-09 15:36:42 -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 1eed48172b Add limited support for the older QT5.12 library.
People still use it.
2022-10-03 19:53:38 -05:00
Luca Leon Happel da0291e508 Fixed spelling mistake 2022-09-27 10:30:54 +02:00
Ernie Pasveer 5e745343bc Update README.md 2022-08-30 18:26:07 -05:00
Ernie Pasveer 15cb9834e1 Fix up rename of Seer binary to seergdb. 2022-08-30 18:23:08 -05:00
Ernie Pasveer 103dafd1a3 Update screenshots. 2022-08-08 18:47:13 -05:00
Ernie Pasveer 7db3b17154 Lots more changes for starting a program.
o Alternate breakpoint instead of main.
o Randomize starting address.
o Show assembly tab on startup.
2022-07-31 11:20:38 -05:00
Ernie Pasveer 459b7b9085 Update README with assembly mode. 2022-07-03 14:05:48 -05:00
Ernie Pasveer af9c6c1a70 Merge pull request #68 from nolange/proper_debian_packaging
Proper debian packaging
2022-06-19 10:05:04 -05:00
Norbert Lange 4242003d83 Convert into a native debian package 2022-06-17 22:49:00 +02:00
Ernie Pasveer 30ab8737bb Small improvement on --config help. 2022-06-17 08:47:27 -05:00
Ernie Pasveer 5b6672b933 Update README.md for new --config option. 2022-06-16 19:30:40 -05:00
Ernie Pasveer 4624a9843e Update README.md
Add notes for 'seer_deb.sh'.
2022-06-11 09:33:44 -05:00
Ernie Pasveer 5cb58a7fc8 Fixed small typo. 2022-06-06 11:46:40 -05:00
Ernie Pasveer 01127f86d1 Show examples for improved Array Visualizer. 2022-06-06 11:43:21 -05:00
Ernie Pasveer ce4f72546f touchup. 2022-05-31 18:11:28 -05:00
Ernie Pasveer aa5673c49e touchup. 2022-05-31 18:10:53 -05:00
Ernie Pasveer 2699307a1e Add new example pics for array visualizer. 2022-05-31 18:09:12 -05:00
Ernie Pasveer 343ec67731 Update README.md
Add screenshot for disassembly view in Memory Visualizer.
2022-05-27 18:15:05 -05:00
Ernie Pasveer 668912e41e Update readme. 2022-05-18 16:23:20 -05:00
Ernie Pasveer 5880feadd2 Update README.md 2022-05-13 14:52:53 -05:00
Ernie Pasveer 59c6882fe3 Update README.md
State we now need QT5.15.2 or newer to build Seer.
2022-05-02 17:10:47 -05:00
Ernie Pasveer c4ce1e1e9e Update README.md file. 2022-03-26 13:20:32 -05:00
Ernie Pasveer 90d20e0a94 Mention QtCharts is now required. 2022-03-24 15:08:05 -05:00
Ernie Pasveer fae21d5648 Update README.md with an ArrayVisualzer picture. 2022-03-24 15:06:34 -05:00
Ernie Pasveer 0458fd4d4c Added doc about CTLR, SHIFT, and CTRL+SHIFT with Logger. 2022-02-15 17:34:40 -06:00
Ernie Pasveer 079b11348f Update version number in prep of the next release. 2022-02-14 21:03:38 -06:00
Ernie Pasveer 90b066819c Fix small typo. 2022-01-30 09:52:53 -06:00
Ernie Pasveer 1a10445281 Update some images and project description. 2022-01-29 18:07:40 -06:00
Ernie Pasveer aad63e8dc6 Fixed some deprecated function calls.
Code was calling QFontMetrics::width(), which is deprecated.
Changed code to QFontMetrics::horizontalAdvance().

Added missing include file for QPainterPath.

Added 'install' target to CMakeLists.txt
2021-09-10 15:32:23 -05:00