Commit Graph

21 Commits

Author SHA1 Message Date
Róbert Kiss
0f558e4132 refactore: create feature modules (#387)
* add @angular/cli to the project

* increase nodejs version -> 8.2.1

* add lerna

* merge web and shared module

* move electron module into packages as uhk-agent

Electron agent functionality is not working

* delete symlinker

* convert private properties to public of component if used in html

* revert uhk-message.component

* fix component path

* fix the correct name of the uhk-message.component.scss

* building web and electron module

* delete uhk-renderer package

* handle device connect disconnect state

* add privilege detection

* fix set privilege functionality

* turn back download keymap functionality

* add bootstrap, select2 js and fix null pointer exception

* turn back upload data to keyboard

* fix send keymap

* fix test-serializer

* add missing package.json

* merging

* fix appveyor build

* fix linting

* turn back electron storage service

* commit the missing electron-datastorage-repository

* update node to 8.3.0 in .nvmrc and log node version in appveyor build

* set exact version number in appveyor build

* vertical align privilege and missing device components

* set back node version to 8 in appveyor

* move node-usb dependency from usb dir to root

maybe it is fix the appveyor build

* revert usb to root

* fix electron builder script

* fix electron builder script

* turn off electron devtools

* remove CTRL+U functionality

* fix CTRL+o

* fix lint error

* turnoff store freeze

* start process when got `Error: EPERM: operation not permitted` error

* move files from root usb dir -> packages/usb
2017-08-19 20:02:17 +02:00
László Monda
97770f67c0 Add USB stick icon. 2017-08-16 14:44:50 +02:00
Attila Csanyi
e713c52df8 Launch application scancodes (closes #328) (#331) 2017-07-07 10:10:38 +02:00
Attila Csanyi
2598109f8c Add new system scan codes (#316)
Closes #304
2017-06-21 20:09:39 +02:00
László Monda
6a7efcc2b1 Remove execution permission from SVGs. 2016-12-30 01:53:44 +01:00
Farkas József
c382418dbe Fix typo in filename 2016-10-02 17:30:23 +02:00
Arpad Csanyi
ec3ff54775 Rename icon, as "switch-keymap" is more consistent with the UI elements. 2016-05-16 12:48:04 +02:00
Arpad Csanyi
e42d459f77 Add toggle icon. #27
This toggle icon can be used with the layer switcher keys.
2016-05-03 17:32:42 +02:00
Arpad Csanyi
9c9219e489 Add menu icon. It will more likely change in the future. #27 2016-05-03 17:29:49 +02:00
Arpad Csanyi
0b94f77257 Rename the modifier keys of the default layer.
This way we are following the naming convention of the other key icons.
2016-05-03 17:19:51 +02:00
Arpad Csanyi
e02082e3d2 Add icon for the long press action. #27 2016-05-03 17:17:04 +02:00
Arpad Csanyi
c84fe7a864 Fix typo in filenames. 2016-05-03 17:13:41 +02:00
Arpad Csanyi
0ed88d4792 Add modifier keys' icons. #27 2016-05-02 23:38:45 +02:00
Arpad Csanyi
aa0c88e619 Fix typo in filenames. 2016-05-02 23:38:45 +02:00
Arpad Csanyi
70ea0318ac Add scroll and move directional icons. #27 2016-05-01 23:41:33 +02:00
Arpad Csanyi
a926ce92c2 Add newly created mouse icon. #27 2016-04-28 22:41:33 +02:00
Arpad Csanyi
86d32dc6f8 Add new icon for the macros instead of the play icon. 2016-04-25 22:59:12 +02:00
Arpad Csanyi
cbf42c760d Add missing keyboard icon. #27 2016-04-21 18:21:37 +02:00
Arpad Csanyi
1cfbe35ae1 Add new icons used on the key titles. #27 2016-04-19 00:07:04 +02:00
Arpad Csanyi
9bbd5f39b1 Add icons for the fn layer. #27
The icon for the screen lock was created from two icons: display and
lock4.
2016-04-17 21:47:00 +02:00
Arpad Csanyi
a2be0d4e25 Add first batch of icons for being able to work on the sprite. #27 2016-04-16 21:10:18 +02:00