Commit Graph

821 Commits

Author SHA1 Message Date
László Monda
d7c39d83d1 Add agent-icon.svg 2017-02-18 17:23:38 +01:00
Farkas József
2c0781fd24 Move agent icon to images folder 2017-02-18 13:45:05 +01:00
Farkas József
d3459f7c70 Minor changes at CopyWebpackPlugin options 2017-02-18 13:24:13 +01:00
Farkas József
e9911fa842 Fix immutability in KeymapActions.SAVE_KEY reducer 2017-02-14 21:06:17 +01:00
Farkas József
8aa2029f55 Add keymap downloading
Closes #199
2017-02-14 20:35:50 +01:00
Farkas József
61c20cd678 Improve npm scripts consistency
Closes #255
2017-02-13 23:10:22 +01:00
Farkas József
846fd8941e Fixes node-usb requiring from electron's renderer thread 2017-02-13 23:07:50 +01:00
Farkas József
b883853a3c Update dependencies 2017-02-13 20:11:23 +01:00
Farkas József
d51726a62f Rename electron window title 2017-02-12 23:08:36 +01:00
Farkas József
25aa61295d Hide electron menubar
Closes #265
2017-02-12 23:01:03 +01:00
Farkas József
e87f64b5e3 Show github ribbon only in web build
Closes #264
2017-02-12 22:39:07 +01:00
Farkas József
cbb5ab765f Enable sending user configuration from every screen 2017-02-11 23:48:50 +01:00
Farkas József
28ac42c583 Fix layer-tab toggling label
Fixes #263
2017-02-11 23:31:15 +01:00
Farkas József
0d95b20e70 Send configuration with ctrl + o
Missing request of #213
2017-02-11 22:52:04 +01:00
Farkas József
9a4c5bacb0 Revert "cleanup: Remove .editorconfig and add to gitignore"
This reverts commit 717d5e0f39.
2017-02-11 22:46:58 +01:00
Farkas József
f1f8a8d64e Add the whole user configuration to the AppState
Closes #252
Fixes #219
2017-02-11 10:08:04 +01:00
Farkas József
e41a62be13 Remove newAbbr from KeymapState 2017-02-07 21:42:47 +01:00
Farkas József
9dcdd6b3b2 refactor: Keymap add component 2017-02-07 20:30:20 +01:00
Farkas József
dd9ce4827f Change detection optimization 2017-02-07 20:22:41 +01:00
Farkas József
4031509acd Add app icon to electron
Closes #134
2017-02-07 19:24:59 +01:00
Farkas József
bd05da4316 Replace template/styles with templateUrl/styleUrls 2017-02-05 21:39:18 +01:00
Farkas József
604e9cb2b0 Update dependencies 2017-02-05 20:38:46 +01:00
Farkas József
983eb72892 Seperate electron and web target building 2017-02-05 20:31:52 +01:00
Farkas József
517aed1b1c Transfer the layer/keymap/config with node-usb on shortcuts 2017-02-05 20:31:52 +01:00
László Monda
4ed81331b3 Add file. 2017-01-26 01:52:35 +01:00
Farkas József
c237d7ab09 Update dependencies 2017-01-19 23:14:19 +01:00
László Monda
e99d9da072 Use let instead of var all the way. 2017-01-16 01:16:42 +01:00
László Monda
99be63e5a8 Remove initLeds() and initLedCommands because it's better to rather not mess around with the LED control registers. 2017-01-16 01:13:15 +01:00
László Monda
c3457e33b7 Add script. 2017-01-16 01:00:35 +01:00
László Monda
941639e3da Update usage information. 2017-01-15 14:42:19 +01:00
László Monda
c2774030c2 Add intervals in usage explanation. 2017-01-15 14:39:47 +01:00
László Monda
8343547906 Add set-led-values.js 2017-01-15 14:38:28 +01:00
László Monda
b0b292066c Control the PWM brightness of the left and right keyboard halves separately. 2017-01-15 04:53:01 +01:00
László Monda
93b284cd07 Add script. 2017-01-15 03:58:34 +01:00
László Monda
a1f191a324 Rename script. 2017-01-15 03:53:14 +01:00
László Monda
e2002dd63b Expose uhk.sendUsbPackets() and implement uhk.sendUsbPacket() based on it. 2017-01-15 03:51:00 +01:00
László Monda
a826bd25cb Name file more aptly because both LEDs get toggled. 2017-01-15 03:38:11 +01:00
László Monda
d61e7ed128 Move UhkConnection.js and uhkcmd to the newly created legacy directory. 2017-01-15 03:29:18 +01:00
László Monda
e54c1df13e Vastly simplify jump-to-bootloader.js by using uhk.sendUsbPacket() 2017-01-15 03:24:33 +01:00
László Monda
73f682193a Expose usb.sendUsbPacketsByCallback() and use it to vastly simplify blink-test-led.js and led-pwm.js 2017-01-15 03:22:13 +01:00
László Monda
e87fbb3c11 Dashify filename to be consistent with the other scripts. 2017-01-15 02:24:53 +01:00
László Monda
d6d8144bc3 Use let instead of var. 2017-01-15 02:24:08 +01:00
László Monda
bdb9c85031 Expose uhk.sendUsbPacket() and vastly simplify {write,read}-eeprom.js by using it. Make led_pwm.js use uhk.js instead of the obsoleted util.js file. 2017-01-15 02:20:44 +01:00
László Monda
339602178a Rename util.js to uhk.js and refactor the dependent scripts to utilize its API. 2017-01-15 01:31:23 +01:00
László Monda
e83a7b8cf6 Add usbCommands. 2017-01-15 01:12:01 +01:00
László Monda
0e59a99e36 Ues ES6 features all across util.js 2017-01-15 01:03:29 +01:00
László Monda
199030effb Extract getUsbEndpoints() to util.js. Use ES6 features in led_pwm.js 2017-01-15 01:00:55 +01:00
László Monda
180d40a7a5 Add script. 2017-01-13 22:58:05 +01:00
László Monda
a89039ee27 Update CONTRIBUTING.md 2017-01-08 21:44:58 +01:00
László Monda
99012ca976 Add module.json files for add-ons. Add description and slot fields. 2017-01-06 17:43:54 +01:00