Alexander Shaduri
871cd51e8a
Merge pull request #121 from OldMan2525/main
...
Use bundled icons when theme icons are too small
2026-07-08 20:57:37 +02:00
OldMan2525
fa31a696a7
Use bundled icons when theme icons are too small
...
Some icon themes may return a lower-resolution icon than requested.
For example, under XQuartz on macOS, Gtk::IconTheme::load_icon()
returns a 16x16 drive-harddisk icon even when a 64x64 icon is
requested.
Because the theme lookup succeeds, the bundled higher-resolution
icons are never used, resulting in tiny drive icons in the main
window.
Fall back to the bundled icon when the theme-provided icon is
smaller than the requested size.
2026-07-07 02:13:11 -07:00
Alexander Shaduri
cab21bd6dd
Add scam alert and download instructions to index.md
...
Added a scam alert regarding a phishing site and provided guidance on downloading GSmartControl from official sources.
2026-05-31 11:55:43 +02:00
Alexander Shaduri
19c50fdd72
Add scam alert and official download links to README
...
Added a scam alert about a phishing site and provided official download links.
2026-05-31 11:54:47 +02:00
Alexander Shaduri
57a16f6971
Fix compilation.
2026-03-08 19:08:51 +01:00
Alexander Shaduri
79f1c7d5b0
Merge pull request #106 from ashaduri/claude/fix-red-text-legibility
...
Red text is barely legible when using a dark theme
2026-03-08 19:05:19 +01:00
Alexander Shaduri
a7f0cb78cd
Merge remote-tracking branch 'origin/claude/fix-red-text-legibility' into claude/fix-red-text-legibility
...
# Conflicts:
# src/applib/warning_colors.h
# src/gui/gsc_info_window.cpp
2026-03-08 19:04:00 +01:00
Alexander Shaduri
3642afc46f
Use readable text highlight colors in dark mode.
2026-03-08 18:52:27 +01:00
Alexander Shaduri and Copilot
e4c9afeed0
Update src/applib/warning_colors.h
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-08 18:52:27 +01:00
Alexander Shaduri and Copilot
06a0a75349
Update src/gui/gsc_info_window.cpp
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-08 18:52:27 +01:00
anthropic-code-agent[bot] and ashaduri
c322e96741
Revert to umbrella gtkmm.h include per maintainer request
...
Co-authored-by: ashaduri <2302268+ashaduri@users.noreply.github.com >
2026-03-08 18:52:27 +01:00
anthropic-code-agent[bot] and ashaduri
a6e2dd0cc6
Add GTK init guard and optimize theme detection
...
- Guard theme detection with Gtk::Main::level() check to avoid crashes in non-GUI executables
- Use narrow headers (gtkmm/settings.h, gtkmm/main.h) instead of umbrella gtkmm.h
- Return early from app_property_get_label_highlight_color() for WarningLevel::None
Co-authored-by: ashaduri <2302268+ashaduri@users.noreply.github.com >
2026-03-08 18:52:27 +01:00
anthropic-code-agent[bot] and ashaduri
6de9bb897d
Implement theme-aware red text colors for dark theme legibility
...
Co-authored-by: ashaduri <2302268+ashaduri@users.noreply.github.com >
2026-03-08 18:52:27 +01:00
anthropic-code-agent[bot]
ef30450c5f
Initial plan
2026-03-08 18:52:27 +01:00
Claude
083936e99b
Add Windows dark mode detection and automatic GTK theme switching ( #111 )
2026-03-08 18:31:58 +01:00
Alexander Shaduri and Copilot
68032c4f3c
Update src/applib/warning_colors.h
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-07 17:39:35 +01:00
Alexander Shaduri and Copilot
7e626460c0
Update src/gui/gsc_info_window.cpp
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-07 16:15:24 +01:00
anthropic-code-agent[bot] and ashaduri
258d06b755
Revert to umbrella gtkmm.h include per maintainer request
...
Co-authored-by: ashaduri <2302268+ashaduri@users.noreply.github.com >
2026-03-06 19:08:06 +00:00
anthropic-code-agent[bot] and ashaduri
525fcfe3af
Add GTK init guard and optimize theme detection
...
- Guard theme detection with Gtk::Main::level() check to avoid crashes in non-GUI executables
- Use narrow headers (gtkmm/settings.h, gtkmm/main.h) instead of umbrella gtkmm.h
- Return early from app_property_get_label_highlight_color() for WarningLevel::None
Co-authored-by: ashaduri <2302268+ashaduri@users.noreply.github.com >
2026-03-06 14:36:54 +00:00
anthropic-code-agent[bot] and ashaduri
f692e2879c
Implement theme-aware red text colors for dark theme legibility
...
Co-authored-by: ashaduri <2302268+ashaduri@users.noreply.github.com >
2026-03-04 21:56:40 +00:00
anthropic-code-agent[bot]
d110c7abbc
Initial plan
2026-03-04 21:50:41 +00:00
Alexander Shaduri
5343ba9dae
Cleanups
2026-03-04 22:48:21 +01:00
Alexander Shaduri
3d1e962107
Agentic: Tweak instructions.
2026-03-04 22:37:05 +01:00
Alexander Shaduri
c14d7a7791
Windows: Manually install nsis since it's no longer available by default in CI.
2026-03-04 22:33:57 +01:00
Alexander Shaduri
4f3745f8ec
Add copilot helper files.
2026-03-04 22:06:57 +01:00
Alexander Shaduri
dadfd60ed3
Fix gcc shadow warning.
2025-11-25 19:29:46 +01:00
copilot-swe-agent[bot]
6c8fea7309
Add new natural sort order tests.
2025-11-25 19:29:28 +01:00
copilot-swe-agent[bot]
9d9e3b1a4d
Update .gitignore to exclude CodeQL build directory
2025-11-25 13:00:03 +01:00
copilot-swe-agent[bot] and ashaduri
54425a306a
Implement natural sort order for drive names
...
Co-authored-by: ashaduri <2302268+ashaduri@users.noreply.github.com >
2025-11-25 12:59:41 +01:00
Alexander Shaduri
be601f514d
Upgrade CodeQL actions to version 4
...
Updated CodeQL actions to version 4 in the workflow configuration.
2025-11-18 19:44:28 +01:00
Alexander Shaduri
a7c7c8190c
Update CodeQL SARIF upload action to v4
2025-11-18 19:43:57 +01:00
Alexander Shaduri
44948de7d0
Fixed typos and updated visible copyright years.
2025-06-11 09:43:36 +02:00
Alexander Shaduri
e2efde2d1a
Updated nlohmann json to version 3.12.0.
2025-05-16 17:48:32 +04:00
Alexander Shaduri
6630116ba1
Properly implemented persistence of manually added devices ( #87 ). Added --forget-devices option to clear the list if any of the devices causes trouble.
2025-04-28 18:51:42 +04:00
Alexander Shaduri
1f7c2b6a92
Manually added devices can be persistent now.
2025-04-28 11:19:44 +00:00
Alexander Shaduri
10ad6b74eb
Merge remote-tracking branch 'origin/main'
2025-04-25 12:22:38 +04:00
Alexander Shaduri
f62de567df
MSYS no longer supports 32-bit Windows, so disable it in CI.
2025-04-25 12:12:52 +04:00
Alexander Shaduri
d96dc79943
Merge pull request #86 from checktext00/patch-1
...
Update 36535 to 65535 hours in selftest log tooltip.
2025-04-17 11:32:32 +04:00
Alexander Shaduri
e35c301605
Update gsc_info_window.cpp
...
Looking at the smartmontools code, it should be 65535 I believe.
2025-04-17 11:31:13 +04:00
checktext00
7af8dba9f3
update 36535 to 65536 hours
2025-04-16 11:58:09 +00:00
Alexander Shaduri
caa80a30d1
Merge pull request #83 from stanislav-brabec/main
...
Typo fix in Czech desktop translation.
2025-03-12 20:46:01 +04:00
Stanislav Brabec
db4928e78f
Typo fix in Czech desktop translation.
2025-03-12 16:43:39 +01:00
Alexander Shaduri
af96fa2cda
Merge pull request #82 from stanislav-brabec/main
...
Add desktop translations
2025-03-11 11:55:47 +04:00
Stanislav Brabec
c08ef9070b
Add desktop translations
...
Add desktop translations imported from the openSUSE
desktop-file-translations project.
https://l10n.opensuse.org/projects/desktop-file-translations/
2025-03-10 22:10:45 +01:00
Alexander Shaduri
6fe5b43bc1
Document Vista.
2025-03-02 19:13:32 +04:00
Alexander Shaduri
b3056aedd0
Update download links for 2.0.2.
2025-02-24 16:50:08 +04:00
Alexander Shaduri
b2912950c9
Fixed Windows CI packaging.
v2.0.2
2025-02-24 16:08:36 +04:00
Alexander Shaduri
af2e47308c
Bumped version to 2.0.2.
2025-02-24 16:04:30 +04:00
Alexander Shaduri
37be3a413a
Updated NEWS for 2.0.2 release.
2025-02-24 16:03:48 +04:00
Alexander Shaduri
a7281b7b1e
Document GCC 11 support.
2025-02-24 16:03:22 +04:00