Commit Graph

  • 405869fefe [next] Active profile tracking Adam Honse 2026-02-08 00:08:47 -06:00
  • 526d0bd2ca Apply profiles server-side rather than client-side, signal active profile update, forward loaded profile to local client for plugins Adam Honse 2026-02-03 11:36:29 -06:00
  • 1b5a1aa561 Split HID and wrapped HID detector lists into specific detectors (with exact VID/PID matching) and generic detectors (with only IPU matching) and prioritize specific detectors when detecting HID devices Adam Honse 2026-02-02 22:49:42 -06:00
  • 8bafba65fd Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues Adam Honse 2026-02-02 17:10:37 -06:00
  • b26e3f25fd Add detectors for filtering on IPU only (no VID/PID) Adam Honse 2026-01-31 22:25:20 -06:00
  • 9c8c57cc39 Drop support for old hidapi versions that don't support usage information Adam Honse 2026-01-31 22:14:20 -06:00
  • d358f1d2da Add some validity checks to mode setters and getters in RGBController Adam Honse 2026-01-28 23:29:21 -06:00
  • f4cd06df38 [next] SDK v6: Implement client and server flags to indicate capabilities and... Adam Honse 2026-01-28 11:49:59 -06:00
  • 15d2c30fa6 SDK documentation updates Adam Honse 2026-01-25 16:17:35 -06:00
  • 4f3eb52e18 Expose LogManager in ResourceManager so that plugins can use it Adam Honse 2026-01-24 22:33:40 -06:00
  • 4c52e4bfba Update NetworkClient to use log manager and use common name constant in server logs Adam Honse 2026-01-24 10:07:41 -06:00
  • d586324885 Use std::string.assign when setting strings in the SDK protocol and description handlers so that string size limit is enforced, then strip out null terminators Adam Honse 2026-01-23 11:46:39 -06:00
  • 5dd0c18194 Add optional HID device hotplug support (requires https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug) Adam Honse 2026-01-22 13:02:56 -06:00
  • f6f3633ec0 SDK v6: Use unique IDs for identifying RGBControllers in SDK protocol Adam Honse 2026-01-16 12:01:30 -06:00
  • 985120903b Rework list handling in ResourceManager by having NetworkClient own its own list rather than sharing ResourceManager's list Adam Honse 2026-01-14 19:55:24 -06:00
  • 614f95a30a Move HID detector calls to RunHIDDetector/RunHIDWrappedDetector functions and return controller list from detector functions Adam Honse 2026-01-12 19:05:21 -06:00
  • f732f57a4c Detection progress SDK integration, NetworkClient callback rework Adam Honse 2026-01-12 13:35:30 -06:00
  • 7b299d7d7f Split out detection system from ResourceManager into DetectionManager * Split detection system out into its own class, DetectionManager * Clean up ResourceManger's many callbacks into just two, one for detection and one general purpose Adam Honse 2026-01-08 23:35:50 -06:00
  • ab3edd6df5 SDK Version 6 Updates * SDK Protocol * Server sends its name to client * ProfileManager * Rename existing profile commands * Add Upload Profile, Download Profile, and Get Active Profile commands * SettingsManager * Add Get, Set, and Save Settings commands * Add zone::active_mode, zone::mode fields for zone-specific modes * Add NET_PACKET_ID_RGBCONTROLLER_UPDATEZONEMODE packet for updating zone modes * Add segment::matrix_map to segment packet * Add NET_PACKET_ID_RGBCONTROLLER_SIGNALUPDATE packet for passing SignalUpdate signal from server to clients * NetworkServer * Formatting cleanup * Use per-controller threads for handling NetworkServer controller-specific packets to avoid delays from controller mutexes * NetworkClient * Formatting cleanup * RGBController * Clean up and modularize descriptor functions Adam Honse 2025-07-16 00:01:03 -05:00
  • e6d1c37306 Rework Profiles to use JSON format * Update OpenRGB Plugin Interface to include functions for loading/saving profile JSON data into OpenRGB profiles * Update ProfileManager to handle auto-load profiles (Exit, Open, Resume, Suspend) and move their settings to ProfileManager section * Update ProfileManager to store profiles in "profiles" folder in .json format * Update ProfileManager to store size profile in sizes.json * Update ProfileManager to perform device UpdateMode/UpdateColors when loading profile * Code cleanup of ProfileManager and profile-related code Adam Honse 2025-11-09 15:12:11 -06:00
  • b083537b36 RGBController API Overhaul * Reorganize and clean up RGBController API functions * Add functions to get protected RGBController member values * Make NetworkClient, ProfileManager, and ResourceManager friend classes so they can access protected members * Protected previously-public RGBController members * Information strings (name, vendor, description, version, serial location) * Device type * Active mode * Flags * LEDs vector * LED alternate names vector * Modes vector * Colors vector * Zones vector * Add CONTROLLER_FLAG_HIDDEN to allow plugins to hide controllers from control GUI * Add update reason codes to RGBController update callback and signal updates on more RGBController events * Add loop zone types and segmented zone type * Add matrix map field to segments * Rework matrix_map_type from using pointers to vector to prevent memory leaks * Rework KeyboardLayoutManager to return new matrix_map_type * Add access mutex to RGBController API * Add per-zone modes ot RGBController API * Add JSON description functions to RGBController API Adam Honse 2025-09-23 20:38:37 -05:00
  • 0c431c8340 Move plugin SDK integration from callback into plugin API and PluginManager Adam Honse 2025-07-24 12:08:11 -05:00
  • e606b57acd Update Plugin API to 5 and SDK Protocol to 6 Adam Honse 2025-09-23 20:34:55 -05:00
  • 77c70776cb Update default builds to Qt6 * Update Debian packages to use Qt6 * Update Fedora packages to use Qt6 * Update default AppImage builds to use Qt6 * Update default Windows builds to use Qt6 * Update default MacOS builds to use Qt6 Adam Honse 2025-05-02 08:20:02 -05:00
  • cf79a04f05 Revert "Nollie 2.1 firmware for Master" Adam Honse 2026-05-05 01:37:04 -05:00
  • 3dc1365d39 Add PowerShell implementation of build-msi for building MSI on Windows, add additional information about PawnIO and the OpenRGB system service to the installer. Adam Honse 2026-06-02 06:39:51 -05:00
  • 253f74f5bd Add PowerShell implementation of build-msi for building MSI on Windows, add additional information about PawnIO and the OpenRGB system service to the installer. build_msi_on_windows Adam Honse 2026-06-02 06:39:51 -05:00
  • b03cd94ae8 Fix incorrect firmware packet format and add timeouts to HID reads in ThermaltakeRiingController Adam Honse 2026-06-02 01:07:33 -05:00
  • bbf348d273 Add HyperX Eve 1800 keyboard support Jefferson González 2026-06-02 05:15:19 +00:00
  • dce48eb415 Add MSI Raider A18 HX A9WJG SteelSeries RGB David Glushkov 2026-06-02 05:05:18 +00:00
  • decf14635d Add Fnatic Streak65 support Ox HaK 2026-06-01 13:27:17 +00:00
  • a4de85363a Add ConfigureDevice and the ability to configure device name next_configuredevice Adam Honse 2026-05-28 22:01:36 -05:00
  • db4f49bbba Implement Direct mode support for Roccat Vulcan TKL (non-Pro) Richard Harris 2026-05-31 17:38:57 +00:00
  • 26824fcb6e Added support for Colorful iGame GeForce RTX 5060 Ultra W OC HorrorTroll 2026-05-31 15:12:36 +07:00
  • 8afad91b33 Add support for RealtekBridgeController Jerry Fan 2026-05-29 20:46:22 +08:00
  • 69de0b13c4 Update PawnIO modules to 0.2.6 and enable Intel Skylake IMC SMBus module Adam Honse 2026-05-28 23:22:15 -05:00
  • 5fc61d9e88 Add SetHidden SDK packet Adam Honse 2026-05-26 17:44:06 -05:00
  • 7ce0b51116 Use RGBControllerInterface for plugin API Adam Honse 2026-05-16 16:54:49 -05:00
  • 71386d9e5f Add another thread in NetworkClient for handling ProfileManager requests outside of the main listener thread, to avoid deadlocking the waiting receivers Adam Honse 2026-05-17 15:01:54 -05:00
  • a52766df76 Update translation files and fix some translation related issues Adam Honse 2026-05-12 12:19:20 -05:00
  • 3ae14c9d70 NetworkClient cleanup and internal API standardization Adam Honse 2026-05-12 01:06:45 -05:00
  • 41994f4291 NetworkServer cleanup and internal API standardization Adam Honse 2026-05-11 20:19:10 -05:00
  • 1ca10a5622 Add indication of standalone or local client mode to about page Adam Honse 2026-05-10 23:45:55 -05:00
  • 12a61009a7 Implement network request to get list of I2C buses so that the Get Hardware IDs dialog works in local client mode Adam Honse 2026-05-10 03:22:37 -05:00
  • d4effd7c13 Add option to force compact tabs and option to move tabs from left to top Adam Honse 2026-05-09 21:11:02 -05:00
  • bf6795a282 More LogManager cleanup, default to a log file count of 10, fix bug in log rotation Adam Honse 2026-05-08 16:41:48 -05:00
  • b65c1b376b Log manager SDK protocol Adam Honse 2026-05-06 17:43:13 -05:00
  • aadc90cace Log Console Updates Adam Honse 2026-05-06 23:54:29 -05:00
  • ea4029caad LogManager cleanup Adam Honse 2026-05-05 20:20:21 -05:00
  • c61a0d9c5a Settings Rework * Add JSON string configuration field to RGBController to store device-specific configurations * This JSON string holds both configuration and schema * Add settings schema tracking to SettingsManager * Implement dynamic settings widget that generates a settings UI based on a JSON schema * Implement SettingsManager callback for notifying of settings changes and settings schema updates * Always enable Entire Device zone option and use it to enable Edit Device * Rename SaveSizes to SaveConfiguration in ProfileManager and Sizes.json to Configuration.json * Add zone flag for indicating that a zone's geometry may change, informing profile manager to ignore this check * Remove Theme setting and Theme Manager, as this didn't work on most setups anyways and Qt6 has proper Windows dark theming Adam Honse 2026-04-15 11:51:28 -05:00
  • a32a766fbb Fix losing software info upon changing language [next] Dmitry Kychanov 2026-04-21 04:14:50 +04:00
  • 4b359766eb Fix device tabs not applying compact mode when hotplugging Dmitry Kychanov 2026-04-21 06:40:10 +04:00
  • 833778f2a3 Close SDK connection if magic value is not correctly received Adam Honse 2026-04-14 01:02:00 -05:00
  • 4fe6e45b9f Implement size verification on RGBController set description functions Adam Honse 2026-04-13 21:06:17 -05:00
  • c0d64bc790 Clean up zone initialization dialog Adam Honse 2026-04-12 16:37:44 -05:00
  • 9924e573f1 Require local client permission for DeleteProfile, SaveProfile, UploadProfile, SetSettings, and SaveSettings operations, some general cleanup Adam Honse 2026-04-12 15:25:50 -05:00
  • ca23ae4452 Sanitize profile filenames Adam Honse 2026-04-11 18:30:07 -05:00
  • fb16226bc0 Add RescanDevices to plugin API Adam Honse 2026-04-09 23:19:19 -05:00
  • 763eb3e87c Implement segment groups in zone editor Adam Honse 2026-04-09 21:55:31 -05:00
  • 967153bc10 Add support for ASUS ROG Gladius III Core alstruit 2026-05-25 12:08:43 -05:00
  • 971d9be1bd Added Colorful iGame RTX 5060TI 16GB Ultra W DUO Variant JAO1988 2026-05-24 04:10:36 +00:00
  • b86be6b75d Use RGBControllerInterface for plugin API next_plugin_interface Adam Honse 2026-05-16 16:54:49 -05:00
  • 7a3faef886 Initial commit for ASUS TUF GeForce RTX 5070 Ti Gaming White OC Mark Willis 2026-05-22 13:25:59 -04:00
  • c11090a4cf Add another thread in NetworkClient for handling ProfileManager requests outside of the main listener thread, to avoid deadlocking the waiting receivers Adam Honse 2026-05-17 15:01:54 -05:00
  • f67030fcc7 Add support for the Gigabyte AORUS RTX 5080 MASTER ICE Purrple Kitten 2026-05-18 12:30:37 +00:00
  • 7353e99449 Fix AMD GPU i2c bus PCI ID detection on Linux (sysfs path traversal) Alex Jawhari 2026-05-18 04:58:21 +00:00
  • 91d9597c89 Added Support for ASUS ROG ASTRAL GeForce RTX 5080 WHITE JAO1988 2026-05-18 04:47:55 +00:00
  • a69390e5a8 Update translation files and fix some translation related issues Adam Honse 2026-05-12 12:19:20 -05:00
  • a900d5c402 NetworkClient cleanup and internal API standardization Adam Honse 2026-05-12 01:06:45 -05:00
  • f870dcdc3a NetworkServer cleanup and internal API standardization Adam Honse 2026-05-11 20:19:10 -05:00
  • 9a105ccdaf Add indication of standalone or local client mode to about page Adam Honse 2026-05-10 23:45:55 -05:00
  • 1faa2b1d31 Implement network request to get list of I2C buses so that the Get Hardware IDs dialog works in local client mode Adam Honse 2026-05-10 03:22:37 -05:00
  • 91923f3a82 Add option to force compact tabs and option to move tabs from left to top Adam Honse 2026-05-09 21:11:02 -05:00
  • fcb594cb0e More LogManager cleanup, default to a log file count of 10, fix bug in log rotation Adam Honse 2026-05-08 16:41:48 -05:00
  • 32f0f1a9a2 Log manager SDK protocol Adam Honse 2026-05-06 17:43:13 -05:00
  • 4d379b97c6 Log Console Updates Adam Honse 2026-05-06 23:54:29 -05:00
  • a3e5296bf2 LogManager cleanup Adam Honse 2026-05-05 20:20:21 -05:00
  • 072d27d9dd Settings Rework * Add JSON string configuration field to RGBController to store device-specific configurations * This JSON string holds both configuration and schema * Add settings schema tracking to SettingsManager * Implement dynamic settings widget that generates a settings UI based on a JSON schema * Implement SettingsManager callback for notifying of settings changes and settings schema updates * Always enable Entire Device zone option and use it to enable Edit Device * Rename SaveSizes to SaveConfiguration in ProfileManager and Sizes.json to Configuration.json * Add zone flag for indicating that a zone's geometry may change, informing profile manager to ignore this check * Remove Theme setting and Theme Manager, as this didn't work on most setups anyways and Qt6 has proper Windows dark theming Adam Honse 2026-04-15 11:51:28 -05:00
  • 2eb569912b XPGSummonerKeyboardController - Remove fake modes Adam Honse 2026-05-13 11:49:05 -05:00
  • 9410d9c066 Add support for Thrustmaster Sol series joystick RGB LEDs Ken Sanislo 2026-05-09 05:21:40 +00:00
  • 29d8788e25 Allow value 0x27 at address 0x00 for Galax GPU controllers at address 0x23 Adam Honse 2026-05-08 20:05:40 -05:00
  • 0304c50bc6 Add support for Gigabyte AORUS RX 7900 XTX ELITE 24G Elvis Pranskevichus 2026-05-08 05:12:43 +00:00
  • 201f2d7aba Fix losing software info upon changing language [next] Dmitry Kychanov 2026-04-21 04:14:50 +04:00
  • 28cd45b8c0 Fix device tabs not applying compact mode when hotplugging Dmitry Kychanov 2026-04-21 06:40:10 +04:00
  • 7a9aab5a37 Close SDK connection if magic value is not correctly received Adam Honse 2026-04-14 01:02:00 -05:00
  • 24ea50df71 Implement size verification on RGBController set description functions Adam Honse 2026-04-13 21:06:17 -05:00
  • 75df39252b Clean up zone initialization dialog Adam Honse 2026-04-12 16:37:44 -05:00
  • 385f123816 Require local client permission for DeleteProfile, SaveProfile, UploadProfile, SetSettings, and SaveSettings operations, some general cleanup Adam Honse 2026-04-12 15:25:50 -05:00
  • e1fc54de85 Sanitize profile filenames Adam Honse 2026-04-11 18:30:07 -05:00
  • e22e88d97d Add RescanDevices to plugin API Adam Honse 2026-04-09 23:19:19 -05:00
  • 0ba254e38f Implement segment groups in zone editor Adam Honse 2026-04-09 21:55:31 -05:00
  • 9d35d28a6a Rework server initialization * Only create server instance if server is actually needed * Pass initial server host and port through ResourceManager * Allow setting default server host and port in Server settings Adam Honse 2026-04-05 21:25:12 -05:00
  • b4b4f3b891 Sort profiles list alphabetically stephen iacovelli 2026-04-05 19:52:33 +00:00
  • e1086712ad Organize OpenRGBSettingsPage with Group Boxes Adam Honse 2026-04-05 03:55:33 -05:00
  • fd7ccad1e6 Correct spelling Busses -> Buses Kasslim 2026-02-10 21:48:49 +01:00
  • 8bc1a0cb8f Add Nollie controller OS2.1 诺诺 2026-04-02 00:21:37 +00:00
  • 5112224240 Initial implementation of OpenRGB SDK protocol Wireshark dissector Adam Honse 2026-03-31 01:49:05 -05:00
  • 5e2cc42290 Add ACK to network packets processed by NetworkServer Adam Honse 2026-03-30 21:32:11 -05:00
  • b1436a8435 Only update device view when RGBController::UpdateLEDs signal is sent to OpenRGBDevicePage, fix device view not refreshing if multiple LEDs are selected Adam Honse 2026-03-29 01:02:12 -05:00
  • a8d4e25642 Don't emit selection update on mouse click event to avoid sending unnecessary events, also only send one type of event per mouse release event. Fix LED box not being updated Adam Honse 2026-03-29 00:45:45 -05:00