Commit Graph

1681 Commits

Author SHA1 Message Date
QuangNguyenMinh123 c88cf5b71c Enable Terminate button on Openocd mode 2026-04-17 23:54:03 +07:00
QuangNguyenMinh123 964ed6151f Add embedded icon 2026-04-16 23:04:57 +07:00
QuangNguyenMinh123 2d55830bdf Change OpenOCD API 2026-04-16 22:58:54 +07:00
QuangNguyenMinh123 63831a1c53 Add basic SeerOpenocdConfigPage 2026-04-16 22:58:46 +07:00
Ernie Pasveer 589768c8c7 Merge pull request #458 from epasveer/455-ability-to-stop-at-the-first-entry-point-address---add-a-starti-mode
455 ability to stop at the first entry point address   add a starti mode
2026-04-14 09:39:55 -05:00
Ernie Pasveer 593d7ff99c Some cosmetics. 2026-04-14 09:33:08 -05:00
Ernie Pasveer 9039178db6 Merge pull request #448 from QuangNguyenMinh123/feature/add_OpenOCD_Widget
add open ocd widget
2026-04-14 07:27:21 -05:00
Ernie Pasveer aff6c427d5 Merge pull request #457 from parona-source/include-icons-in-archive
Don't exclude icons from archive
2026-04-13 18:35:45 -05:00
Alfred Wingate b82a485f2a Don't exclude icons from archive
ninja: error: '/var/tmp/portage/dev-util/seer-2.7/work/seer-2.7/src/resources/icons/hicolor/32x32/seergdb.png', needed by 'qrc_resource.cpp', missing and no known rule to make it

See-Also: 12c6cd7c4a
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2026-04-13 19:56:44 +03:00
QuangNguyenMinh123 8653bf541f Add SeerOpenOCDWidget, add openocd option to SeerDebugDialog 2026-04-12 22:19:29 +07:00
Ernie Pasveer b1eb6b620a Update CHANGELOG. 2026-04-12 10:11:11 -05:00
Ernie Pasveer 920c3549f0 Add 'starti' mode to debug program at first instruction. 2026-04-12 09:43:53 -05:00
Ernie Pasveer 2c00ec1a35 Merge pull request #456 from mgrojo/main
Add Ada syntax highlighting and refactor UI for editor config page to accomodate more languages
2026-04-11 09:36:58 -05:00
mgrojo 06b23c22d2 Refactor the UI for the editor config page for future new languages
Using a tab for each language it will take less stacked vertical space and new languages will just be added as new tabs.

If a new language is added, a new tab should be simply added to the `.ui` and  a new branch in `handleLanguageTabChanged()` for updating the sample text.
2026-04-10 23:46:35 +02:00
mgrojo 3db2515b50 Add Ada support to editor configuration and settings 2026-04-10 23:46:35 +02:00
mgrojo 5901b98c68 Add Ada syntax highlighting 2026-04-10 23:46:35 +02:00
Ernie Pasveer 568deffc4c Fixup list of reddit pages. 2026-04-06 16:48:02 -05:00
Ernie Pasveer e049087ea3 Start 2.8 dev cycle. 2026-04-06 15:47:59 -05:00
Ernie Pasveer ff1cbea1d4 Release Seer 2.7 v2.7 2026-04-06 07:55:38 -05:00
Ernie Pasveer e873ebe72f Touch up flatpak manifest for url. 2026-04-04 10:40:27 -05:00
Ernie Pasveer 3ffafbdb19 Merge pull request #452 from epasveer/451-no-proper-return-from-stepping-into-non-user-functions
451 no proper return from stepping into non user functions
flatpak-latest
2026-04-02 09:53:14 -05:00
Ernie Pasveer e0c7690941 Remove debug statement. 2026-04-01 17:45:27 -05:00
Ernie Pasveer 543fa97541 Load skips on Seer startup. 2026-04-01 17:05:13 -05:00
Ernie Pasveer dec8210285 Merge pull request #450 from epasveer/446-editorfont-dialog-not-all-monospace-fonts-are-displayed
446 editorfont dialog not all monospace fonts are displayed
2026-03-31 11:17:23 -05:00
Ernie Pasveer e699e1e713 Fixed regression when setting a breakpoint via an address. 2026-03-31 10:56:49 -05:00
Ernie Pasveer a39874414c Add option to list all fonts, not just Monospace. 2026-03-30 15:55:11 -05:00
Ernie Pasveer de00e0cb19 Fixed opening search bar for Assembly view. 2026-03-30 15:03:28 -05:00
Ernie Pasveer 15291ed49b Add 'upperCase' mode to Assembly view. 2026-03-30 14:46:12 -05:00
Ernie Pasveer 47a3ba3468 Merge pull request #444 from lvntky/feat-copy-value
Feat: add copy value only option on logger and tracker
2026-03-23 14:41:57 -05:00
Ernie Pasveer d72a2ef065 Fix latent bug with adding '&' or '*' to variable for visualizers. 2026-03-23 14:34:11 -05:00
Ernie Pasveer 41be1b80db Remove physical tabs from changes. 2026-03-23 14:09:47 -05:00
Levent Kaya fa35f30dfa Feat: add copy value only option on logger and tracker 2026-03-23 11:29:46 +03:00
Ernie Pasveer e9a73fa310 Changed from Ctrl+Click to Alt+Click. 2026-03-21 17:13:27 -05:00
Ernie Pasveer 25659d7e51 Merge pull request #437 from QuangNguyenMinh123/feature/Go_to_definition_Ctrl_Click
Go to definition, but with Ctrl + Click
2026-03-21 10:49:25 -05:00
Ernie Pasveer 325c45872d Update SeerEditorManager help for this new feature. 2026-03-21 10:37:31 -05:00
QuangNguyenMinh123 f850e2d98e Add Go to Definition with Ctrl + Click 2026-03-21 14:04:48 +07:00
QuangNguyenMinh123 d49b425fb1 Update build STM32 build instruction 2026-03-20 23:58:33 +07:00
Ernie Pasveer 872f5784f6 Merge pull request #402 from QuangNguyenMinh123/feature/Go_to_definition
Add feature: Go to definition
2026-03-19 11:45:15 -05:00
Ernie Pasveer e38e5cd27f Fixed bug with 'readSettings' and 'moveTab'. 2026-03-17 15:17:26 -05:00
Ernie Pasveer 2373079b0f Merge pull request #440 from QuangNguyenMinh123/feature/Close_Source_unused_tabs
SeerSourceSymbolLibraryManagerWidget: Add close un-used tabs option
2026-03-17 14:50:29 -05:00
Ernie Pasveer 952ad241a0 Merge branch 'feature/Close_Source_unused_tabs' of https://github.com/QuangNguyenMinh123/seer into feature/Close_Source_unused_tabs 2026-03-17 14:07:03 -05:00
Ernie Pasveer ae1f701cb9 Fixed some recurion problem with 'readSettings' calling 'writeSettings'. 2026-03-17 14:06:31 -05:00
Ernie Pasveer 40fba4119a Merge branch 'main' into feature/Close_Source_unused_tabs 2026-03-17 12:11:24 -05:00
Ernie Pasveer 485858c9ba Show/Hide tabs in CommandLogs widget. 2026-03-17 12:08:10 -05:00
Ernie Pasveer 6f14f51c94 Modify other managers with Tab settings. 2026-03-17 11:47:47 -05:00
Ernie Pasveer 4b832ace27 Update code to save to QSettings. Remove need for "dummy" tab. 2026-03-16 19:05:58 -05:00
Ernie Pasveer 3ff7d93293 More cleanup. 2026-03-13 10:14:07 -05:00
Ernie Pasveer 54c83c63a5 Clean up SeerSourceBrowserWidget. 2026-03-13 10:12:17 -05:00
Ernie Pasveer 306292e164 Removed SeerEditorManagerWidget knowing SeerSourceBrowserWidget. Not needed. 2026-03-13 07:22:19 -05:00
QuangNguyenMinh123 8137f8dff2 SeerSourceSymbolLibraryManagerWidget: Add close un-used tabs option 2026-03-12 22:05:38 +07:00