Chris M
12e7127422
Removed redundant copies of OpenRGBConsolePage.*
2023-11-08 23:35:12 +11:00
Adam Honse
ad9e50c9d3
Fix metainfo links
2023-10-20 21:41:37 +00:00
Mola19
af53230244
Disable "Apply All Devices" button, if mode is not a custom mode
2023-10-02 02:41:22 +00:00
morg
f8c20128ef
Plugin manager: simplifies code, fixes a crash on exit
2023-09-27 15:31:54 +02:00
Adam Honse
41b7dc3102
Show incompatible plugins in the Plugins settings page with a note that it is incompatible, allow it to be removed
2023-09-26 23:41:33 -05:00
Adam Honse
c6408eb752
Add SDK Version and Plugin API Version to Information Settings tab
2023-09-26 21:14:27 -05:00
Arcitec
a909818406
Accurate character labels in Nordic KBD layout
...
* The previous layout was not the real Nordic layout. Every character has now been fixed to use the correct, technical terms and accurate key legends. It now correctly represents the Nordic ISO layout standard.
2023-09-03 17:15:12 +02:00
Dmitry K
51712f08b5
Removed include directives from ResourceManager.h to speed up build process
2023-07-12 14:51:47 +00:00
TheRogueZeta
9c2a648d09
Set custom width for HardwareID colums and auto expand list
2023-07-10 16:23:09 +00:00
Adam Honse
b5f46e3f1d
OpenRGB version 0.9
2023-07-09 22:51:47 -05:00
Dmitry K
0c16108c89
Fixed a typo in translation (HUE Bridge)
2023-07-09 20:57:58 +00:00
Chris
bc91bd2838
Corrected language label in Croatian translation
2023-07-08 17:47:53 +10:00
Adam Honse
d6e5645bb9
Cleanup qt folder
2023-07-07 02:03:33 -05:00
gogogogi
75fd43c131
Add Croatian translation
2023-07-06 21:28:41 +00:00
morg
3256bc3296
Replace all png icons with a custom font
2023-07-06 17:05:38 +00:00
Adam Honse
25d7ea3e6a
Fix warnings in OpenRGBHardwareIDsDialog.cpp
2023-07-05 23:08:58 -05:00
k1-801
2ffef5facf
Updated the Device IDs dialog to use a tree
2023-07-04 22:37:20 +04:00
k1-801
50629dc4f9
Russian translation updated
2023-07-04 17:26:04 +00:00
slichtzzz
1d45ca42ce
Update Russian translation
2023-06-30 13:38:20 +00:00
Chris M
ca46e3a22f
Fixed broken link to Resize.html help on website
2023-06-21 07:32:32 +10:00
Geoffrey Mon
8d5d109eb8
LED view selection should have no effect if not in per-LED mode
2023-06-04 21:14:07 +00:00
rando onyx
ccb8997764
Japanese lang file add
2023-06-04 16:50:40 +00:00
umbreon222
90db870161
Fix IP overwritten with name for lifx & kasa settings pages
2023-05-29 11:28:17 -05:00
Adam Honse
d0ccd9f746
Re-enable resizing of mode-specific colors
2023-05-24 22:41:20 -05:00
Adam Honse
9d988444b1
Fix warning in OpenRGBDMXSettingsEntry.cpp
2023-05-24 11:28:35 -05:00
Adam Honse
e2cbac0e83
Fix warnings in OpenRGBZoneResizeDialog.cpp
2023-05-24 11:26:41 -05:00
Adam Honse
4bc8b7139c
Fix warning in OpenRGBHardwareIDsDialog.cpp
2023-05-19 00:51:30 -05:00
Chris M
d3b3663ef5
Fix type issue in Resize Dialog
...
* Converted Int to String when appending to name
2023-05-12 07:57:26 +10:00
Adam Honse
6c91ce6a1b
Automatically name new segment and disallow empty name
2023-05-11 11:44:57 -05:00
Adam Honse
9866f61032
Segment size verification in Edit dialog
...
* Remove Start field and calculate it from previous segment sizes
* Add segment size slider
* Gray out OK when segment configuration is invalid
2023-05-09 23:58:55 +00:00
Adam Honse
5a0d0d65aa
Add use cool and warm white check boxes to Philips Wiz settings
2023-05-07 21:46:15 -05:00
Adam Honse
94ca670cbe
Add a UI option to disable expanding keys in the device view
2023-05-06 22:51:47 -05:00
Adam Honse
81aaf67ff0
Initial DMX (Enttec OpenDMX USB) support and serial_port improvements
...
* Support DMX RGB lights (PAR lights, spotlights, wash lights, etc)
* Configurable R/G/B channel and Brightness/Master channel
* Add configurable parameters to serial_port needed to configure a port for DMX
* Add DMX tab to settings
2023-05-06 08:06:19 +00:00
Adam Honse
1190c2875d
Use snprintf instead of sprintf in OpenRGBHardwareIDsDialog, update buffer size to account for sprintf check warning
2023-05-01 20:05:20 -05:00
Adam Honse
0033845eae
Fix warnings in OpenRGBDevicePage.cpp
2023-05-01 20:01:48 -05:00
flora
240414e12b
More logic on RGB HSV tab order
2023-04-01 19:51:58 +02:00
Adam Honse
0adfa7ea87
Restrict segment editing to all linear zones only if device is an LED Strip type
2023-03-29 21:43:37 -05:00
morg
9f8e33b1e8
Adds segments support for all LINEAR zones
2023-03-22 14:39:27 +01:00
サイバーキラー
1f9948b4c2
added detection for signal aboutToQuit when system shutdown
2023-03-18 22:44:13 +00:00
morg
a4130ba373
UI: add a dialog that shows local hardware IDs
2023-03-17 15:59:52 +00:00
Chris M
35453db3e0
Initial commit for the Keyboard Layout Manager
...
* Implements physical size:
Full Size
TKL
60%
* Implements regional layouts
ANSI QWERTY
ISO QWERTY
QWERTZ
AZERTY
JIS
* Customisible layouts produced by adding and swapping custom keys
allowing for keyboard SKU variants
* Exportable matrix maps filled by map count, matrix index or filled by an
array of values.
* Matrix map size adjustable to fixed width and height to support size
specific protocols. e.g. Razer
* Debug keyboards are customisable by adding the following values into
the JSON list.
"Layout" (int),
"Size" (int),
"Linear" (bool),
"Underglow" (bool),
"Insert" array[ { "Zone" (int), "Row" (int), "Col" (int), "Val"
(int), "Name": (string) } ],
"Swap" array[ { "Zone" (int), "Row" (int), "Col" (int), "Val" (int),
"Name": (string) } ]
2023-03-15 21:34:08 +00:00
flora
4aa4bd3a42
Added led amount condition for toggleledview
2023-03-06 14:56:47 +01:00
Devin Wendt
de43a02a1b
Add support for TP-Link's Kasa Smart light bulbs
2023-02-26 04:59:04 +00:00
Chris
847b10bda9
Initial commit for Razer Blade 14 2022 to resolve #3067
...
+ Adding entry for the Blade 14 2022 PID
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
+ Adding QWERTZ layout to Blade 12 2022 mapping
+ Adding missing DE key names to RGBControllerKeyNames and
DeviceView.cpp
2023-02-01 22:51:09 +11:00
Wojciech Lazarski
98c5c177ab
Added Polish translations
2023-01-25 15:51:20 +01:00
Adam Honse
c27bfe2f5f
Fix zone box index processing when clicking the resize/edit button
2023-01-20 19:00:45 +00:00
Adam Honse
890a5846e6
Update UI after editing a zone to refresh zone list
2023-01-20 19:00:45 +00:00
Adam Honse
5ee1968b25
Fix DeviceView clicking on Zone and Segment names
2023-01-20 19:00:45 +00:00
Adam Honse
72d8e66c91
Allow selection of segments within Zone box
2023-01-20 19:00:45 +00:00
Adam Honse
447e936464
Segments
2023-01-20 19:00:45 +00:00