Farkas József
2d38d8e4fb
Update Angular2 to final release
2016-09-16 22:34:04 +02:00
Farkas József
de838ed545
Fix Key label positioning bug on Firefox
...
Closes #90
2016-09-16 22:21:36 +02:00
Farkas József
ebade0097a
Fix unknown keys bug
2016-09-16 21:05:41 +02:00
Farkas József
2a709d12eb
Fix path
2016-09-16 21:04:36 +02:00
József Farkas
7e24f463a1
Disable no-string-literal tslint rule
2016-09-14 22:49:56 +02:00
Farkas József
11c642317c
Update to angular2-rc.7
2016-09-14 21:06:26 +02:00
Mikko Lakomaa
bceb4d2d27
Fix macro sorting ( #100 )
...
* Fixed: Macro action sorting
* Changed: Update dragula version in package.json
2016-09-14 19:28:59 +02:00
Mikko Lakomaa
fbb4a1cc49
Macro editor ( #87 )
2016-09-13 21:22:11 +02:00
József Farkas
8a76da8df5
Merge (Hold|Press|Release)(Key|Modifiers) into KeyMacroAction ( #99 )
2016-09-07 09:02:10 +02:00
Farkas József
858fa0d87c
Experimental electron support fixes
2016-09-04 20:15:25 +02:00
Farkas József
e5accdc939
Add experimental electron support
2016-09-04 19:49:21 +02:00
Nejc Zdovc
b0d377e978
Side menu animation ( #97 )
2016-09-04 18:52:05 +02:00
Farkas József
3c8a01ce7d
Update jQuery.
2016-09-04 16:38:27 +02:00
Farkas József
ed269a3f72
refactor: Create folders for key and macro actions.
2016-09-04 16:21:42 +02:00
Farkas József
6415ed7e2b
Move types to devDependencies
2016-09-02 00:32:52 +02:00
Farkas József
6f7f6f462c
Fix test-serializer building
2016-09-02 00:08:09 +02:00
Farkas József
717ed7fc99
Switch from es6-shim to core-js
2016-09-02 00:02:48 +02:00
Farkas József
02e31edf99
Update dependencies
2016-09-01 23:37:43 +02:00
Farkas József
df79c1aaea
Add new tslint rules (class-name, ordered-imports) and fix errors
2016-09-01 22:20:21 +02:00
Farkas József
934e02d7e1
Update to typescript@rc
2016-09-01 17:55:22 +02:00
Farkas József
a1020982b8
Update to angular2-rc.6
2016-09-01 17:44:51 +02:00
Farkas József
5367346990
refactor: Remove moduleIds
2016-09-01 17:07:57 +02:00
József Farkas
016657c30a
refactor: SvgKeyboardWrapComponent ( #94 )
2016-08-30 18:56:35 +02:00
Farkas József
d3e0639e47
Update types
2016-08-30 18:41:55 +02:00
László Monda
69204ab71c
Update README.md
2016-08-30 18:22:33 +02:00
László Monda
8b5b157737
Remove duplicate text which is already present in CONTRIBUTING.md
...
Also add npm version requirement.
2016-08-30 18:21:58 +02:00
László Monda
3fa50827eb
Rename CONTRIBUTING.md to CONTRIBUTING.md
2016-08-30 18:20:35 +02:00
László Monda
6506281c37
Create CONTRIBUTING.md
2016-08-30 18:12:56 +02:00
Nejc Zdovc
dee9c1077b
Add keymap page ( #80 )
2016-08-29 21:51:30 +02:00
József Farkas
bb3a2d77b6
Folder restructuring ( #86 )
2016-08-28 21:30:48 +02:00
László Monda
baf2d41f71
Fix README. ( #89 )
2016-08-28 20:44:16 +02:00
László Monda
875dbb9526
Update README.md ( #88 )
2016-08-28 20:33:56 +02:00
József Farkas
25a53df891
refactor: Layers ( #85 )
2016-08-28 09:01:52 +02:00
Nejc Zdovc
e54d63e1c5
refactor: Layers/Keyboard component ( #82 )
2016-08-28 00:59:19 +02:00
József Farkas
9dfc02214d
Travis: Create one script from two.
2016-08-24 23:55:51 +02:00
József Farkas
5277417ec5
Run linting in travis
2016-08-24 22:52:09 +02:00
József Farkas
20f015c254
Refactor: use index files and short import paths.
2016-08-24 21:25:20 +02:00
József Farkas
137f29b1a8
Fix all linter errors.
2016-08-24 20:06:56 +02:00
József Farkas
ec049fe7b3
Render key modifiers
2016-08-24 17:50:56 +02:00
József Farkas
3ed0b4f916
KeypressTab: Add missing scancode initialization
2016-08-19 21:56:05 +02:00
Farkas József
50ffde21e1
Travis build status badge
...
Closes #79 .
2016-08-16 17:56:28 +02:00
József Farkas
b58eefad47
Add travis config
2016-08-15 22:22:32 +02:00
József Farkas
cc246f27d9
Test serializer exit code
...
It returns 0, when the configurations identical and 1 otherwise.
2016-08-15 22:14:52 +02:00
József Farkas
1cb95840c9
Webpack now fails on error
2016-08-15 22:13:28 +02:00
József Farkas
ee5eb29f2a
Fix test-serializer building
2016-08-15 19:36:02 +02:00
Nejc Zdovc
d5b5f3293a
Move style to angular ( #72 )
...
* Move global styles to angular app
* Create dummy notification component
* Create dummy html for macro
* Fix click on sidemenu, so that link is the whole line
2016-08-15 12:59:27 +02:00
Nejc Zdovc
094060d8db
Update to Typescript 2.0 ( #71 )
...
* Switches to Typescript 2.0 and removes typings
You should remove typings folder to remove typing errors.
Closes #64
2016-08-15 11:04:30 +02:00
Nejc Zdovc
7691c88b95
Update ng2-select2 to 0.4.2 ( #77 )
2016-08-15 09:01:07 +02:00
Farkas József
d5907b66d4
Fix typo
2016-08-13 18:41:49 +02:00
József Farkas
37a7945445
Fix npm scripts on Windows
2016-08-13 17:25:36 +02:00