Ernie Pasveer
8463b1a248
Merge pull request #492 from epasveer/445-adopt-app-icons-to-kde-breeze-dark-theme
...
445 adopt app icons to kde breeze dark theme
2026-07-24 07:01:18 -05:00
Ernie Pasveer
81bd82ef50
Finished adding a Icon Theme option (auto/light/dark).
2026-07-23 11:16:48 -05:00
Ernie Pasveer
768d14e298
First work on creating a icon color mode.
2026-07-22 11:04:31 -05:00
Ernie Pasveer
fb57ffbbd7
Merge pull request #488 from tiresiasfromthebai/fix-idle-progress-indicator
...
Don't paint the progress indicator when it is stopped
2026-07-20 17:31:06 -05:00
Ernie Pasveer
e4edfcba92
Merge pull request #487 from epasveer/486-command-line-executable-and-arguments-are-overridden-by-the-default-project
...
Fixed #486 .
2026-07-19 11:34:27 -05:00
Ernie Pasveer
22e42e43f2
Fixed #486 .
2026-07-19 11:30:26 -05:00
tiresiasfromthebai
91af219d1f
Don't paint the progress indicator when it is stopped
...
paintEvent() drew the spinner (frozen at angle 0) even with the timer
inactive, defeating stop()'s stated intent to erase the indicator from
the view. The idle indicator sat frozen in the toolbar.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-18 00:10:04 +02:00
Ernie Pasveer
6544584949
Merge pull request #485 from tiresiasfromthebai/fix-scatter-marker-styling
...
Array Visualizer: fix scatter markers rendering unstyled with large arrays
2026-07-14 16:41:50 -05:00
Ernie Pasveer
ad73163c42
Change my test program to be a damped oscillator.
2026-07-14 16:36:35 -05:00
tiresiasfromthebai
f0f620c632
Array Visualizer: fix scatter markers losing their style
...
Scatter markers can be recreated by Qt Charts without inheriting the
series pen/brush, leaving nearly invisible 1 px markers. This occurs
reliably with large datasets while small ones usually render correctly.
Reapply the scatter series pen and brush after addSeries() by forcing
two actual style transitions. Since the setters are guarded, simply
reassigning the existing values is a no-op.
Verified on Qt 6.4.2 with both small (100 points) and large (4000
points) datasets. Line and spline series are unaffected.
2026-07-14 18:18:29 +02:00
Ernie Pasveer
8d3db26b9f
Merge pull request #484 from epasveer/482-array-visualizer-xy-axis-assignments-inverted-when-plotting-one-array-against-another
...
Fixed transposition in plotting.
2026-07-13 19:09:43 -05:00
Ernie Pasveer
7e88931a6d
Fixed transposition in plotting.
2026-07-13 19:02:58 -05:00
Ernie Pasveer
da87062711
Merge pull request #483 from epasveer/481-array-visualizer-scatter-mode-renders-an-empty-chart-setpointsvisiblefalse-applied-to-qscatterseries
...
Fixed bug with plotting scatter plot.
2026-07-13 17:21:16 -05:00
Ernie Pasveer
7d12064e84
Fixed bug with plotting scatter plot.
2026-07-13 17:08:17 -05:00
Ernie Pasveer
be522e48b9
Using a new QByteArray method that's not available on Ubuntu 22.
2026-06-06 17:01:45 -05:00
Ernie Pasveer
fd5f050a14
Merge pull request #478 from epasveer/441-request-enhance-seer-memory-visualizer
...
441 request enhance seer memory visualizer
2026-06-06 15:51:44 -05:00
Ernie Pasveer
61f626ca4e
Update help doc for MemoryVisualizer.
2026-06-06 12:53:03 -05:00
Ernie Pasveer
1b8d862a00
Added highlighting for bytes that change in the Memory Visualizer.
2026-06-06 12:08:18 -05:00
Ernie Pasveer
7ab132329c
Merge pull request #477 from QuangNguyenMinh123/fix/fix_build_fail_QT_6.6.3
...
SeerEditorManagerWidget: Fix build fail
2026-06-02 07:09:56 -05:00
Quang Nguyễn Minh
5f95e5cdbd
SeerEditorManagerWidget: Fix build fail
2026-06-02 07:41:57 +07:00
Ernie Pasveer
964aa8d4f3
Fixed icon colorization for >= qt6.6.3.
2026-06-01 17:42:22 -05:00
Ernie Pasveer
070805cede
Make icon colorizing dependant on Qt6.3 and above.
2026-06-01 17:28:47 -05:00
Ernie Pasveer
491205826b
Merge pull request #476 from epasveer/445-adopt-app-icons-to-kde-breeze-dark-theme
...
Seer handles dark/light color theme changes. Especially for Icons.
2026-05-31 13:54:50 -05:00
Ernie Pasveer
d1d6f7d901
Seer handles dark/light color theme changes. Especially for Icons.
2026-05-31 13:43:38 -05:00
Ernie Pasveer
5224f9b82a
Merge pull request #475 from QuangNguyenMinh123/feature/Update_testcase
...
Update embedded test case to test openocd.
No problem merging new/altered test program into main. Merged.
2026-05-29 13:21:06 -05:00
QuangNguyenMinh123
c9641c3195
Rpi4 test: Update owrt and yocto build
2026-05-30 00:36:12 +07:00
QuangNguyenMinh123
fa42989792
Test: stm32: Update livewatch test
2026-05-17 23:35:22 +07:00
Ernie Pasveer
ad6d490bd2
Merge pull request #472 from QuangNguyenMinh123/feature/Add_check_file_function
...
SeerUtl: Add check file exists function
2026-05-14 16:30:06 -05:00
QuangNguyenMinh123
270c6642d2
SeerUtl: Add check file exists function
2026-05-14 22:56:38 +07:00
Ernie Pasveer
3643f11ef4
Merge pull request #470 from epasveer/465-add-a-visualizer-for-the-gdb-monitor
...
465 add a visualizer for the gdb monitor
2026-05-06 17:25:00 -05:00
Ernie Pasveer
26c1f6f564
Scroll to bottom after printing to the view.
2026-05-05 06:40:06 -05:00
Ernie Pasveer
fff50785e5
Small rewording.
2026-05-05 06:27:39 -05:00
Ernie Pasveer
1d30ebf447
Added improved tooltip to SeerMacroToolButton.
2026-05-04 17:58:02 -05:00
Ernie Pasveer
e748528e92
Improved the help for SeerGdbMonitorWidget.
2026-05-04 17:00:57 -05:00
Ernie Pasveer
7da0e826de
Renamed Seer Monitor class.
2026-05-04 12:57:08 -05:00
Ernie Pasveer
239d32e90b
More work done.
2026-05-04 12:42:17 -05:00
Ernie Pasveer
dc180f50f1
Initial work on a GDB monitor widget.
2026-05-03 13:23:11 -05:00
Ernie Pasveer
a1646d950b
Improve README doc.
2026-04-26 10:48:30 -05:00
Ernie Pasveer
8648b1ce77
Merge pull request #442 from QuangNguyenMinh123/Update_STM32_Build
...
Update build STM32 build instruction
2026-04-19 08:51:07 -05: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
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
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