Chris
166bc13dec
Adding ability to save QTwindow geometry to config solving #1245
...
+ Load window geometry from config added to constructor
+ Save window geometry to config added to destructor
+ Added an opt out boolean to allow for saving / not saving geometry
+ Consolidated the Minimize settings into the "UI_Settings" in config
+ Code to initialise config values.
Amended for code style by Adam Honse <calcprogrammer1@gmail.com >
2021-05-10 22:15:20 -05:00
Adam Honse
47e4dc7431
Add MSI Mystic Light 7D09 PID to 185 byte controllers list
2021-05-10 08:47:10 -05:00
Adam Honse
20b149aeef
Implement direct mode for Corsair K57, only in wired mode.
2021-05-09 15:09:29 -05:00
Adam Honse
91dd39f3f3
Start implementing Corsair Wireless (K57) controller. Detects both keyboard and dongle, no other functionality implemented yet
2021-05-08 13:40:19 -05:00
Dmitry K
647670a04a
Skip Inpout-dependent detection when inpout is not available
2021-05-06 23:11:30 +00:00
morg
23db961be3
Refactor OpenRGBDialog2 + add SettingsTab as plugin location
2021-05-06 17:57:28 +02:00
morg
59a0bec399
Toggle plugins visibility for all locations
2021-05-06 01:16:06 +00:00
morg
3543218722
Automatically create the plugins folder
2021-05-06 01:02:08 +00:00
morg
0fbe96f8ec
Add button to open settings folder
2021-05-06 01:00:34 +00:00
Gabriel Marcano
30f88d5fcf
Fix mismatched new[] / delete
...
- The device description buffer was allocated using new[] in
RGBController. Make sure to free it using delete[].
2021-05-05 02:07:19 -07:00
Adam Honse
198a246af1
Add timeouts to prevent lockup of Razer Naga Epic Chroma
2021-05-02 12:02:46 -05:00
silas
827c78da13
Fix window getting larger when spamming toggle LED view
...
Commit amended to only implement size hint change by Adam Honse <calcprogrammer1@gmail.com >
2021-05-02 11:33:20 -05:00
Adam Honse
08d495941e
Add effect handling for per-LED Razer devices
2021-05-02 01:50:19 -05:00
morg
8ee0b12ef8
Auto hide/show plugin containers
...
Commit amended for code style and to add comments by Adam Honse <calcprogrammer1@gmail.com >
2021-05-02 00:01:52 -05:00
TheRogueZeta
84371c3cd8
Add Asus Strix 2070S A8G Gaming PCIe ID
2021-05-02 02:16:24 +00:00
morg
0b4a8ffce2
Software info: add website link, make links clickable
2021-04-30 21:02:35 +02:00
Bernhard Held
2df555d864
Add support for Gainward RTX 2070 Super Phantom
2021-04-30 16:06:34 +00:00
Adam Honse
429068760d
Fix more warnings
2021-04-30 10:56:40 -05:00
Tam Do
47877193a7
rename mode to reactive, behavior is that key changes from color1 to color2 when pressed, and fades back to color1 after some time configured by the speed parameter
2021-04-30 01:42:49 +00:00
Tam Do
7952a035b5
Continued the work started by !62 with respect to adding support for Cooler Master keyboards using the libcmmk library.
...
Commits squashed and amended for code style by Adam Honse <calcprogrammer1@gmail.com >
2021-04-30 01:42:49 +00:00
Lukas Niederbremer
7e4b9c0cb0
Add experimental Cooler Master MasterKeys support
2021-04-30 01:42:49 +00:00
shawnc722
b3e1cc6552
Fix invalid serial numbers crashing the python interface.
...
(cherry picked from commit a5ff98940cbe2e91ecaf2445febd87e373f35723)
2021-04-29 19:17:09 +00:00
shawnc722
13b1da9d64
Removed various brightness modes and made highest brightness into Direct mode. Can use relative intensity to set brightness, ie RGB(255,0,255) (magenta) at ~60% brightness is RGB(150,0,150)
...
(cherry picked from commit b43cfd3b04e9faf980e319c596be5de49140f9b0)
2021-04-29 19:14:54 +00:00
Adam Honse
5616f547e4
Fix a bunch of warnings
2021-04-29 13:42:49 -05:00
shawnc722
37d58ee1a6
Add support for ASUS GTX 1080
2021-04-29 00:17:10 +00:00
TheRogueZeta
74b05f17fd
Add ASUS ROG STRIX RTX 2060 EVO Gaming 6G
2021-04-26 12:31:44 -07:00
Chris
6a8524f371
Adding ASUS GTX 1070 Strix OC
...
* As per yozukiRR adding 0x8599 for the ASUS GTX 1070 Strix OC
2021-04-26 09:42:38 -05:00
k1-801
ad2cd89128
Add filesystem header to select between std::filesystem and std::experimental::filesystem depending on system availability.
...
Commit amended by Adam Honse <calcprogrammer1@gmail.com >
2021-04-25 22:55:49 -05:00
shawnc722
05d72ba96f
Fixed detection of Apex 350 and tweaked display names of OG Apex
2021-04-25 17:06:57 -05:00
k1-801
402423e338
Fix a memory leak in NetworkClient
2021-04-25 16:55:15 -05:00
Adam Honse
dd4865c3e0
Add initial version of the Plugin Container, which prevents plugins from resizing the window unless shown
2021-04-23 22:45:30 -05:00
Adam Honse
30623b36fd
Use Debian Bullseye for CI builds
2021-04-23 22:37:39 -05:00
Chris
9b8d2c38d3
Changed "Set All Devices"
...
* Changed `Set All Devices` to `Apply To All Devices`
* Added a tooltip to `Apply to All`
* Added Black and White quick colour swatches and left them "not flat" to
ensure visibility in Light and Dark mode.
Commit amended to fix display issues on Windows and to group buttons in layout by Adam Honse <calcprogrammer1@gmail.com >
2021-04-23 11:44:59 -05:00
Adam Honse
be1fbc27ca
Add device type string for virtual device
2021-04-22 16:24:48 -05:00
TheRogueZeta
95f40039eb
Correct errant hyphen with underscore and update CI names
2021-04-22 19:44:17 +00:00
TheRogueZeta
cd8e455b79
Update CI config to rename artifacts.zip with build info
2021-04-22 00:08:17 -05:00
morg
57db50f642
Fix VisualMap plugin URL in README
2021-04-22 00:11:22 +00:00
TheRogueZeta
9789ac0fde
Remove 7z compression on Windows builds
2021-04-21 16:05:48 -07:00
morg
c45f864977
Add virtual device type
2021-04-21 21:37:50 +02:00
Gareth Hancock
28af2da1c2
Added support for EVGA 2080Ti FTW3 Ultra
2021-04-21 15:44:44 +00:00
Cheerpipe
b32ef76121
Creative Sound BlasterX G6 support
...
Commits squashed and amended for code style by Adam Honse <calcprogrammer1@gmail.com >
2021-04-21 00:03:46 -05:00
edbgon
a300e80f47
AMD Reference 6800 cards custom mode set to static
2021-04-21 04:15:32 +00:00
Boothin
e098bb5c41
Added Rival 310 and compatible special editions to detector
2021-04-20 22:25:17 -04:00
Adam Honse
f06b0ee952
Use NULL (shared) libusb context
2021-04-20 20:30:58 -05:00
Luca Lovisa
0da484bffc
Add support for the Lian Li Uni Hub
...
Commits squashed and amended for code style by Adam Honse <calcprogrammer1@gmail.com >
2021-04-20 20:30:57 -05:00
Adam Honse
bea2ae2fdc
Add OpenRGB Visual Map plugin link to README
2021-04-20 12:07:19 -05:00
morg
2a6b457324
Add UnregisterRGBController method to ResourceManager
...
Commit amended by Adam Honse <calcprogrammer1@gmail.com >
2021-04-20 09:21:24 -05:00
TheRogueZeta
50adf9ab51
Correct SetCustomMode() to use virtual mode.
2021-04-18 21:42:54 +00:00
Diogo Trindade
5e2b04618d
Initial Wooting One controller
...
Commits squashed and amended for code style by Adam Honse <calcprogrammer1@gmail.com
2021-04-18 16:26:18 -05:00
Artur Pieniazek
65c626b8c1
Fix Corsair K95 Platinum software mode initialization
2021-04-18 20:49:28 +00:00