Commit Graph

  • 9182d1e566 Add ConfigureDevice and the ability to configure device name Adam Honse 2026-05-28 22:01:36 -05:00
  • 893de3f076 Add SetHidden SDK packet Adam Honse 2026-05-26 17:44:06 -05:00
  • 4f1c623093 Use RGBControllerInterface for plugin API Adam Honse 2026-05-16 16:54:49 -05:00
  • 7846d22bd8 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
  • 68ae9ef9d5 Update translation files and fix some translation related issues Adam Honse 2026-05-12 12:19:20 -05:00
  • 44641ca8a6 NetworkClient cleanup and internal API standardization Adam Honse 2026-05-12 01:06:45 -05:00
  • 152f16b31c NetworkServer cleanup and internal API standardization Adam Honse 2026-05-11 20:19:10 -05:00
  • b87f7150fc Add indication of standalone or local client mode to about page Adam Honse 2026-05-10 23:45:55 -05:00
  • 831a7cf5eb 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
  • f99843a550 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
  • 35217bce51 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
  • 00077347b4 Log manager SDK protocol Adam Honse 2026-05-06 17:43:13 -05:00
  • b2c9ace9c8 Log Console Updates Adam Honse 2026-05-06 23:54:29 -05:00
  • fd7dbd618d LogManager cleanup Adam Honse 2026-05-05 20:20:21 -05:00
  • 103b5f27bb 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
  • 71c1ffe91c Fix losing software info upon changing language [next] Dmitry Kychanov 2026-04-21 04:14:50 +04:00
  • 0154f3c5dc Fix device tabs not applying compact mode when hotplugging Dmitry Kychanov 2026-04-21 06:40:10 +04:00
  • 60bc375345 Close SDK connection if magic value is not correctly received Adam Honse 2026-04-14 01:02:00 -05:00
  • 5a2dca1ced Implement size verification on RGBController set description functions Adam Honse 2026-04-13 21:06:17 -05:00
  • c80f3be283 Clean up zone initialization dialog Adam Honse 2026-04-12 16:37:44 -05:00
  • 52f757ced2 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
  • 156b7d0f89 Sanitize profile filenames Adam Honse 2026-04-11 18:30:07 -05:00
  • 69a8c84b4d Add RescanDevices to plugin API Adam Honse 2026-04-09 23:19:19 -05:00
  • d30f3a5f03 Implement segment groups in zone editor Adam Honse 2026-04-09 21:55:31 -05:00
  • 2868f61766 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
  • 5d1c990b18 Sort profiles list alphabetically stephen iacovelli 2026-04-05 19:52:33 +00:00
  • e6eeb906b8 Organize OpenRGBSettingsPage with Group Boxes Adam Honse 2026-04-05 03:55:33 -05:00
  • ea00807a06 Correct spelling Busses -> Buses Kasslim 2026-02-10 21:48:49 +01:00
  • 95b1133395 Add Nollie controller OS2.1 诺诺 2026-04-02 00:21:37 +00:00
  • d56a9133ab Initial implementation of OpenRGB SDK protocol Wireshark dissector Adam Honse 2026-03-31 01:49:05 -05:00
  • 8c96bf03f5 Add ACK to network packets processed by NetworkServer Adam Honse 2026-03-30 21:32:11 -05:00
  • 79e546fa43 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
  • baed37ecc7 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
  • c0be211236 Have dummy controller shut down its background thread immediately during constructor to save resources Adam Honse 2026-03-26 23:34:33 -05:00
  • 55506f984e DeviceView code cleanup, formatting, commenting Adam Honse 2026-03-26 00:52:54 -05:00
  • d03ca67ae5 Fix selecting LEDs in device view Adam Honse 2026-03-25 20:04:14 -05:00
  • b7f8eeb034 TabLabel sets its own tooltip so all tabs have a tooltip rather than just devices Adam Honse 2026-03-25 11:06:30 -05:00
  • e8e0362d85 Resize tabs when width is small Adam Honse 2026-03-24 07:33:45 -05:00
  • e9f430d8ed Rework adding segments with ConfigureZone Adam Honse 2026-03-23 01:29:55 -05:00
  • a306cf815b Zone and Segment type updates * Add zone flags to indicate if fields are manually configurable and if they have been manually configured * Add flags field to segment type * Add segment flags for group start and group member * Add color mode support flags to zone (RGB, RBG, GRB, GBR, BRG, BGR) * Add color mode enum to zone * Update zone and segment description functions to support new fields * Rename the effects-only configurable size flag * Remove zone type and matrix map configuration from E1.31 manual configuration, use zone editor instead * Rework DeviceResizeZone to DeviceConfigureZone * Rework most ARGB controllers to allow zone customizations * Rework DRGBController to define devices in DRGBDevices list (similar to RazerDevices) * Rework NollieController to define devices in NollieDevices list (similar to RazerDevices) Adam Honse 2026-02-22 23:31:00 -06:00
  • 7c0eba1dc3 Add matrix map automatic generation to matrix map editor Adam Honse 2026-02-23 22:44:29 -06:00
  • 5d20744653 RGBController API changes and segment configuration updates * Make the Get/Set RGBControler descriptor functions static * Add functions for getting the matrix_map_type for zone and segment matrix maps * Rename zone resize dialog to zone editor dialog * Add additional segment types * Add option to import segments configuration from JSON file in zone editor dialog * Update device view to be able to display matrix segment types * Add matrix map editor dialog for creating/editing segment matrix maps * Add option to export segments configuration to JSON file in zone editor dialog Adam Honse 2026-02-20 00:45:39 -06:00
  • 7e74c295a3 When updating existing profile without profile editor dialog, keep saved states for unavailable controllers, base color, and only update plugins already part of the existing profile Adam Honse 2026-02-19 21:23:12 -06:00
  • d145ee38e7 When saving sizes/manual configuration, keep any existing controllers that are not currently available Adam Honse 2026-02-19 00:12:23 -06:00
  • 0a39673b9d Rework how manual configuration (previously sizes) are loaded to newly detected controllers, load active profile to newly detected controllers Adam Honse 2026-02-18 11:39:51 -06:00
  • 6e93443034 Profile editor dialog Adam Honse 2026-02-16 10:45:45 -06:00
  • cb71627d29 Rework API interface passed into plugins from ResourceManagerInterface to OpenRGBPluginAPIInterface Adam Honse 2026-02-08 15:58:40 -06:00
  • 35f10dfb48 [next] Active profile tracking Adam Honse 2026-02-08 00:08:47 -06:00
  • 04ef7a2c28 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
  • a58e79ba71 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
  • 3a74c85be8 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
  • 6e71cd39b9 Add detectors for filtering on IPU only (no VID/PID) Adam Honse 2026-01-31 22:25:20 -06:00
  • 248668ea7d Drop support for old hidapi versions that don't support usage information Adam Honse 2026-01-31 22:14:20 -06:00
  • 496a7a3609 Add some validity checks to mode setters and getters in RGBController Adam Honse 2026-01-28 23:29:21 -06:00
  • 112b6a2b9b [next] SDK v6: Implement client and server flags to indicate capabilities and... Adam Honse 2026-01-28 11:49:59 -06:00
  • 7c38dad1ab SDK documentation updates Adam Honse 2026-01-25 16:17:35 -06:00
  • cd1c9c705b Expose LogManager in ResourceManager so that plugins can use it Adam Honse 2026-01-24 22:33:40 -06:00
  • b7f68379c2 Update NetworkClient to use log manager and use common name constant in server logs Adam Honse 2026-01-24 10:07:41 -06:00
  • 43c0fea3be 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
  • 39f112bb98 Add optional HID device hotplug support (requires https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug) Adam Honse 2026-01-22 13:02:56 -06:00
  • 3d113dab3c SDK v6: Use unique IDs for identifying RGBControllers in SDK protocol Adam Honse 2026-01-16 12:01:30 -06:00
  • 92f397544b 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
  • fe4ca34528 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
  • 464ef419e7 Detection progress SDK integration, NetworkClient callback rework Adam Honse 2026-01-12 13:35:30 -06:00
  • 30e35eb44c 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
  • b92a8996e9 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
  • c887ea94ff 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
  • 25a753b97a 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
  • a86ab2955a Move plugin SDK integration from callback into plugin API and PluginManager Adam Honse 2025-07-24 12:08:11 -05:00
  • 259e05360e Update Plugin API to 5 and SDK Protocol to 6 Adam Honse 2025-09-23 20:34:55 -05:00
  • 36b4f52cbc 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
  • ee6343900b Revert "Nollie 2.1 firmware for Master" Adam Honse 2026-05-05 01:37:04 -05:00
  • 3818398d86 Handle differences in supported features protocol packet between Keychron QMK and ZMK Adam Honse 2026-07-07 01:34:16 -05:00
  • 0973f6149b Add Keychron Ultra 8K (ZMK) keyboards to Keychron QMK controller as they implement the same protocol Adam Honse 2026-07-07 01:22:02 -05:00
  • 1e1fb09821 Fix up mode setup in QMK Keychron controller Adam Honse 2026-07-05 17:20:39 -05:00
  • dfe099fe9b Fix warning in LogitechControllerDetect.cpp Adam Honse 2026-07-04 15:10:48 -05:00
  • 3b6450f188 Fix warnings in MSILaptopController.cpp Adam Honse 2026-07-03 17:12:25 -05:00
  • 971a2cc300 Fix warnings in QMKKeychronController Adam Honse 2026-07-03 17:08:34 -05:00
  • 6b8db478fb Fix Qt6 warning in SuspendResume_Linux_FreeBSD.cpp and clean up includes in SuspendResume files Adam Honse 2026-06-30 01:27:37 -05:00
  • 3932a9614c Minor cleanups and warning fixes Adam Honse 2026-06-29 18:08:48 -05:00
  • 4dde4fffe3 Fix unused variable warning in CorsairCommanderCoreController.cpp Adam Honse 2026-06-29 14:40:29 -05:00
  • 57d38be688 Fix unused variable warnings in CorsairDRAMController.cpp Adam Honse 2026-06-29 14:39:30 -05:00
  • b79522a955 Fix unused variable warning in NanoleafScanningThread.cpp Adam Honse 2026-06-29 14:10:20 -05:00
  • 94333ff2f1 Fix QChar warning in Qt6 builds from OpenRGBPluginList.cpp Adam Honse 2026-06-29 14:08:41 -05:00
  • d3f4bfe192 Fix warning in OpenRGBSystemInfoPage.cpp Adam Honse 2026-06-29 14:04:39 -05:00
  • d130e64f69 Add 1.0rc3 to releases in metainfo Adam Honse 2026-06-28 23:43:10 -05:00
  • f7e9cddae9 Change suffix back to get after 1.0rc3 release candidate Adam Honse 2026-06-28 23:40:32 -05:00
  • 6fbcf62d76 OpenRGB Release Candidate 1.0rc3 release_candidate_1.0rc3 Adam Honse 2026-06-28 00:58:54 -05:00
  • 1a6943fe17 Add support for MSI PRO Z890-P WIFI (MS-7E34) Vedant Bhandare 2026-06-28 15:01:13 +05:30
  • cde2343d09 MSI Mystic Light: Add support for MSI PRO B760M-VC WIFI (MS-7D37) Dante M 2026-06-28 20:50:09 +00:00
  • c746b30287 Add Keychron K-series V2 keyboards from wls_2025q1 branch Adam Honse 2026-06-28 15:45:27 -05:00
  • 3582b96dd9 Fix Logitech G915 TKL: correct PID mapping and HID packet sizes Ace 2026-06-28 08:21:57 +00:00
  • d258065e36 Convert static class variables to defines to fix linker error in debug builds Adam Honse 2026-06-28 01:28:35 -05:00
  • 7627466891 Get Keychron firmware version Adam Honse 2026-06-28 01:27:22 -05:00
  • c476ee46f8 Flatpak is now considered official Adam Honse 2026-06-28 00:51:43 -05:00
  • 6fc68f4e62 Add the rest of the Keychron keyboards in the 2025q3 branch Adam Honse 2026-06-27 20:03:50 -05:00
  • 75bac1fd4e Add all the Keychron K series keyboards from the 2025q3 firmware branch Adam Honse 2026-06-26 10:17:06 -05:00
  • 94042375a7 Add support for SayoDevice E1 Richard Harris 2026-06-26 01:16:18 +00:00
  • 103306c6c8 Add all the Keychron C series keyboards from the 2025q3 firmware branch Adam Honse 2026-06-25 16:04:22 -05:00
  • 6d37d262ea Add all the Keychron Q series keyboards from the 2025q3 firmware branch Adam Honse 2026-06-25 12:53:06 -05:00