11 Commits (master)

Author SHA1 Message Date
Adam Honse c71cc4f18a Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect 7 months ago
Adam Honse 64686c92cd Clean up comment formatting in AutoStart files 10 months ago
morg 59e303c882 Add missing tags in logs 1 year ago
Adam Honse f38b7485f7 Start updating file header comments to standardized new format 2 years ago
Randy Palamar 04f7fd7a7e add missing sstream include for AutoStart-Linux 2 years ago
Obiwac 6def6a7772 FreeBSD: Fix compilation 4 years ago
Vidar Karlsen 6ae5242ed5 Add FreeBSD support 4 years ago
Adam Honse 944c05814a Attempt to fix Qt file dialog issue in Windows 5 years ago
Adam Honse 06c6ec2196 Add MacOS autostart support 5 years ago
Thomas greenwood 2e540e2c6f Use consistent concurrency model with CoInitializeEx 5 years ago
Tom Greenwood 7624a70b67 Add Start at Login Option (Windows and Linux implemented, MacOS stubbed)
This merge request adds the following:

1. A new class AutoStart, designed to add login startup entries for Linux (FreeDesktop autostart) and Windows (Shortcut File).
1. CLI options to enable, disable and check for autostart. (--autostart-enable, --autostart-disable and --autostart-check). e.g. OpenRGB.exe --autostart-enable "--startminimized --server --profile Blue" --nodetect --noautoconnect
1. UI options to enable "Start At Login" with several other options (see screenshots in Comments)

Tested on KDE Neon and Windows 10 x64 (x64 build).

Commits squashed and amended for code style by Adam Honse <calcprogrammer1@gmail.com>
5 years ago