Roberth Rajala impulsivefps
  • Sweden
  • https://lemonlink.eu
  • Tinkerer, self-hosting entusiast, coffee enjoyer, streamer, administrator and gamer

  • Joined on 2026-02-01
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 23:21:56 +00:00
eba2e029e3 fix: QTimer parent - use self.app instead of self (EUUtilityApp is not QObject)
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 21:19:52 +00:00
18289eb646 fix: QAction import - moved from QtWidgets to QtGui for PyQt6 compatibility
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 20:18:44 +00:00
56a6a5c622 feat: System Tray Icon + EU Focus Detection
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 19:08:35 +00:00
2d8983ece3 fix: Activity Bar init order - hide_timer must be created before _apply_config
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 19:06:00 +00:00
0feaf24732 feat: Redesigned Activity Bar - Windows 11 Taskbar Style
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:44:57 +00:00
acbdef6133 fix: perfect_ux.py errors - remove box-shadow and fix layout call
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:41:45 +00:00
747b74b6f6 fix: QShortcut import - move from QtWidgets to QtGui
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:39:28 +00:00
d5adfd9873 feat: Perfect UX Design - Nielsen Heuristics + Material Design 3
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:34:57 +00:00
c7f2a62759 feat: Classy Dashboard UI with modern glassmorphism design
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:23:03 +00:00
4a22593c2f Add API test suite final report
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:22:24 +00:00
40d07f4661 Add comprehensive API test suite - 6 test plugins for Three-Tier API validation
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:19:17 +00:00
b37191e606 fix: Syntax error in external_api.py - unterminated triple-quoted string
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:15:20 +00:00
0b3b86b625 feat: Development Swarm - Comprehensive Test Suite
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:07:21 +00:00
7d34f17be4 fix: Maintain backward compatibility for core.plugin_api imports
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 18:07:09 +00:00
3311edf4e5 feat: Three-tier API Architecture (v2.2.0)
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 17:56:12 +00:00
0ffdc17fbd feat: Add hotkey (Ctrl+Shift+B) to toggle Activity Bar
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 17:54:23 +00:00
e49fd2a5ba feat: Activity Bar - macOS-style in-game overlay
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 16:20:42 +00:00
7be9e1d763 fix: Refresh widgets tab dynamically when switching to it
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 16:19:02 +00:00
d73020db99 fix: Remove activateWindow() call to fix focus warning
impulsivefps pushed to main at impulsivefps/EU-Utility 2026-02-15 16:18:05 +00:00
84b73298e8 cleanup: Remove ClockWidget and SystemMonitorWidget from core