Adam Honse
eb64a245a9
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
2026-01-01 17:47:37 -06:00
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
2025-09-28 00:47:08 -05:00
Adam Honse
719d7b8801
Store name in MSIRGBController to avoid setting it in detector
2025-08-14 10:19:11 -05:00
Dmitry Kychanov
300abac9a8
Removed unused includes
2024-10-15 00:24:32 +00:00
Adam Honse
67f7c40fa5
Update MSI-RGB controller files to new standardized header comment
2024-06-01 00:50:19 -05:00
Adam Honse
1bbfded78a
Update more file header comments to standardized new format, move some locally owned files out of the dependencies folder
2024-05-08 11:53:07 -05:00
KerJoe
3ee6af0dfd
Added "MSI PRO B550M-P GEN3" motherboard ID.
2023-07-10 18:46:38 +00:00
Adam Honse
92f0720639
Remove RGB controllers argument from standard detector
2023-01-26 20:36:02 -06:00
Adam Honse
060567548f
Use RegisterRGBController for standard detectors
2023-01-26 20:35:52 -06:00
Marcelo Bezerra
b3d787ddc4
Enable MSI TRX40 PRO WIFI support
2022-10-27 03:00:29 +00:00
Adam Honse
75104ba424
Fix error from multiply defined name across different files
2022-09-15 18:21:46 -05:00
Adam Honse
9caf7802ed
Remove SetCustomMode from all controllers beginning with the letter M
2022-08-14 18:49:41 -05:00
Chris
524675108d
Automatic generation of markdown pages for supported devices
...
+ Added build-supported-devices.sh script
+ Added new target in CI/CD to build at compile time
2022-05-30 13:30:44 +10:00
Chris
bc10e3f772
Automatic generation of udev rules for supported devices
...
+ Added build-udev-rules.sh script
+ Added new custom target in Linux section of .pro to accommodate new rules location
2022-04-17 12:31:02 +10:00
TheRogueZeta
e3cc9b9dac
Enable B350 KRAIT GAMING (MS-7B08) in the MSIRGBcontroller
2022-01-31 14:49:06 +00:00
Krystof Pistek
7ea36a5948
Add support (detection code only) for MSI B350M Mortar motherboard
...
(MS-7A37)
2022-01-25 00:10:33 +01:00
TheRogueZeta
707df85d1f
DMI Info for MSI-RGB boards
2021-05-23 00:08:43 -07:00
Adam Honse
0bf9156374
Add MSI-RGB board 7A34 (MSI B350 PC Mate)
2021-03-16 20:04:43 -05:00
morg
dba814215d
Fixing memory leaks in controllers
2021-02-05 16:25:46 +01:00
alpemwarrior
4bbb824ce1
check for msi dmi without trailing dot
2021-01-17 15:35:32 +01:00
alpemwarrior
03bf187c7b
Filter msi-rgb by dmi
...
Commits squashed by Adam Honse <calcprogrammer1@gmail.com >
2020-12-08 23:22:15 -06:00
Adam Honse
09a9a5c257
Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page
2020-12-01 19:24:52 -06:00
alpemwarrior
54cccaa4a7
Now for real
2020-10-15 09:57:14 -05:00
alpemwarrior
912af1555a
Fix initialisation of msi-rgb boards
2020-10-15 09:57:05 -05:00
Adam Honse
f3ccaf1a2b
Move RGBController files for device controllers into the Controllers directory
2020-09-29 20:54:04 +00:00
Pol Rius
db64cd66a1
Invert colors depending on the boards DMI (For MSI RGB boards)
...
Commits in pull request !147 squashed and minor code style changes by Adam Honse <calcprogrammer1@gmail.com >
2020-09-10 12:16:46 -05:00
Adam Honse
f716a05947
Add detector names and display them in the progress bar
2020-08-07 14:01:59 -05:00
pobrn
ddc69778dc
Modular detection system with resource manager.
...
Includes pull request !87 with modifications by Adam Honse (calcprogrammer1@gmail.com ).
2020-08-05 00:23:34 -05:00
Stefan Reiter
c69a98096b
Remove debug print
...
Annoying when in CLI mode
2020-02-23 23:39:13 -06:00
Adam Honse
f38be5119e
MSI-RGB driver based on https://github.com/nagisa/msi-rgb
2020-02-19 20:19:12 -06:00