Commit Graph

821 Commits

Author SHA1 Message Date
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
József Farkas
baf55077ce Update angular2 to rc.5 and its router to rc.1.
Closes #70.
2016-08-10 18:29:59 +02:00
József Farkas
23b5dab284 reflect-metadata versioning
reflect-metadata should match with the exact version for now.
2016-08-10 12:37:37 +02:00
József Farkas
a33f0dc4ff Remove magic numbers in popover.component. 2016-08-08 22:32:19 +02:00
József Farkas
8038f255ec MouseTabComponent template refactoring. 2016-08-08 22:04:33 +02:00
József Farkas
940ce6bcae Remove magic numbers in KeypressTabComponent. 2016-08-08 21:56:02 +02:00
József Farkas
ffce89023c Move styles in keypress-tab.component from html to scss. 2016-08-08 21:48:22 +02:00
József Farkas
b0b76fe1c2 Remapping: Popover tabs initialization accordance with the key action 2016-08-06 17:26:36 +02:00
Farkas József
a09bc3cccc Remove browser-sync and update README.md about setup. 2016-08-03 22:05:56 +02:00
Arpad Csanyi
f34edcd7d1 Add publicPath to webpack config to fix dev-server's livereload.
The issue was that the webpack-dev-server seemed to serve the old files
instead of the newly bundled ones.
The explanation of the solution can be found here:
https://github.com/webpack/webpack-dev-server/issues/24#issuecomment-44366325
2016-08-01 21:37:03 +02:00
Arpad Csanyi
d591927840 Create flex layout for the popover tabs. #56 2016-08-01 09:49:46 +02:00
Arpad Csanyi
351296d22c Remove fix width from popover layout. #56
By default Bootstrap Popovers are having a max width which has to be
overriden.
2016-08-01 09:49:33 +02:00
József Farkas
ac96838e99 Update dependencies. 2016-07-30 14:48:36 +02:00
József Farkas
3282410bf7 Correct stylelint rule. 2016-07-30 14:46:14 +02:00
Farkas József
d67efd57ef Remove base href from index.html
Closes #67.
2016-07-23 16:19:28 +02:00