- Dual clock (primary/secondary time zone) with IANA picker, persisted in XML - AutoStartManager: macOS LaunchAgent (com.clouck.clock, RunAtLoad) - Tray icon: template image, light/dark adaptation, toggle + quit menu - ConfigManager: default path moved to QStandardPaths::AppConfigLocation - Qt Test suite (ConfigManager, AutoStartManager) wired into CTest - GitHub origin renamed to upstream; private Gitea repo as origin
12 lines
422 B
XML
12 lines
422 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ClouckConfig>
|
|
<FontColor>#ff00ff00</FontColor>
|
|
<BackgroundColor>#00000000</BackgroundColor>
|
|
<FontSize>24</FontSize>
|
|
<AlwaysOnTop>true</AlwaysOnTop>
|
|
<WindowPosition>1236,784</WindowPosition>
|
|
<WindowSize>240,160</WindowSize>
|
|
<PrimaryTimeZone>Europe/Bucharest</PrimaryTimeZone>
|
|
<SecondaryTimeZone>America/Los_Angeles</SecondaryTimeZone>
|
|
</ClouckConfig>
|