Commit Graph

164 Commits

Author SHA1 Message Date
József Farkas
bd7add80cf Update dependencies
Angular 4.2.3
2017-06-17 10:56:12 +02:00
József Farkas
3ab808c61e Update electron-builder 2017-06-17 10:14:57 +02:00
Róbert Kiss
367bc42457 refactor(store): Refactor reducer initialisation (#298)
* refactor(store): Refactor reducer initialization

Refactored the ngrx/store reducer initialization, because hard to extend the original solution.
Bad practise the object initialization inside the components / services. The new solution use angular DI everywhere.
Separated the web and electron configuration store.

* Media key support (#294)

* Introduce type for KeystrokeAction

* Increment dataModelVersion

New property 'type' for KeystrokeAction

* Mapping for media keys

* Media key selecting support for KeypressTab

* refactor: Use more meaningful name (selectedScancodeOption)

* Store the keystroke type in key action type instead of a new field

* Fix NoneAction validation
Fixes #301

* Update electron version

It fixes electron build. The types are part of the electron package itself.

* Fix keystroke selection when additional field is given but no scancode (#306)

* Additional media keys with icons (#307)

* Add missing scancodes for media keystrokes

* Use icons for media keys

* Fix media scancodes.

* Create README.md

* build: upgrade electron and typescript version

Electron contains the typings files.

* refactor(store): Refactor reducer initialization

Refactored the ngrx/store reducer initialization, because hard to extend the original solution.
Bad practise the object initialization inside the components / services. The new solution use angular DI everywhere.
Separated the web and electron configuration store.

* build: upgrade electron and typescript version

Electron contains the typings files.

* fix(store): Remove the I prefix from IDataStorageRepositoryService

* fix(store): fix observer operator import

* fix(store): Add missing rxjs imports to user-config effect

* fix(store): Add missing rxjs imports to keymap effect
2017-06-13 14:41:40 +02:00
József Farkas
e2fef4fb3e Update electron version
It fixes electron build. The types are part of the electron package itself.
2017-06-11 16:16:27 +02:00
László Monda
e4a905d2e1 chore(release): 1.0.0 2017-06-05 23:44:16 +02:00
Róbert Kiss
f2b358ba96 Add electron-builder packager (#293)
* style(.editorconfig): Add json rule to editorconfig file

* build(build): Add application images

These images need to create installers
Contains images for:
- Win
- Mac
- Linux

* fix(device): Mac is not allow excusive right to use USB

* build(npm): Add standard-version script

* chore(device): Fix comment in UhkDeviceService

* chore(release): 1.0.0-alpha.1

* ci(travis): Change travis to c language and add osx, linux build matrix

* build(build): Windows icon size must be at least 256x256

* ci(appveyor): Add temporary GH_TOKEN to test msi installer

* build(tsconfig): Optimalize tsconfigs

Needed a tsconfig.json in the shared/src library because if it not exist the code builded after the second build on mac, and travis linux. Reproduce the error:
- Delete node_modules directory
- npm i
- npm run build
- error occured (ERROR in ./shared/src/polyfills.ts
Module build failed: error while parsing tsconfig.json)
Created a new tscfonfig.json in the project root folder.
The old config files extends this root configs.

* build(tsconfig): in tsconfig-electron-main not override module version

* chore(editorconfig): Delete json rule

* style: Reformat the main package.json to apply editorconfig style
2017-06-05 23:34:46 +02:00
Róbert Kiss
14392fe580 Add appveyor CI integration (#292)
* build(npm): Add .nvmrc file

* style(.editorconfig): Add json rule to editorconfig file

* build(npm): Add test srcipt command to the package.json file

* build(appveyor): Add appveyor CI

* build(appveyor): not npm upgrade to the latest version

* style(editorconfig): Revert json rule
2017-05-31 21:30:55 +02:00
József Farkas
a48b99ea05 Update dependencies 2017-04-23 21:26:40 +02:00
József Farkas
36d68d1a68 Update dependencies 2017-03-24 19:26:37 +01:00
J??zsef Farkas
f6744b737a Update angular to 4.0.0 2017-03-24 19:24:31 +01:00
József Farkas
0e8165a0b4 Update dependencies 2017-03-18 23:08:54 +01:00
József Farkas
242de59540 Use webpack watch mode when developing with electron
Closes #273
2017-03-12 20:10:41 +01:00
József Farkas
76a718c324 Update angular 2017-03-12 16:52:30 +01:00
József Farkas
d93409ca05 Update dependencies 2017-03-12 16:31:50 +01:00
József Farkas
9f18a2e975 Update electron 2017-03-12 15:50:30 +01:00
Farkas J??zsef
67c8b12eac Update to webpack 2.x 2017-03-12 15:47:09 +01:00
József Farkas
908c7e1e8c Fix building errors 2017-03-11 13:39:49 +01:00
József Farkas
971af0868c Linux permission setup
Closes #260
2017-03-11 12:23:02 +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
b883853a3c Update dependencies 2017-02-13 20:11:23 +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
Farkas József
c237d7ab09 Update dependencies 2017-01-19 23:14:19 +01:00
NejcZdovc
61bd915440 Version 1.0.0-alpha.1 2017-01-02 22:22:34 +01:00
Nejc Zdovc
28159ec9c0 Update ng2-select2 (#234)
Fixed init value for keypress tab 
Fixes #230
2016-12-25 16:47:57 +01:00
Farkas József
38be204dfc Update dependencies 2016-12-22 22:55:45 +01:00
Farkas József
3cc5077f13 Make node integration work in electron 2016-12-18 14:53:40 +01:00
Farkas József
4ba7d712e5 Bundle 3rd party libs into seperate chunk 2016-12-18 14:51:31 +01:00
NejcZdovc
4700391b67 Updated ng2-select2 library and added custom filter for keypress tab
Resolves #214
2016-12-18 00:53:21 +01:00
Farkas József
dca2475217 Update webpack-svgstore-plugin to 3.x.x
Closes #119
2016-12-16 23:02:44 +01:00
Farkas József
35e0a45a30 Update ng2-dragula 2016-12-16 22:42:44 +01:00
Farkas József
8d4ecb75c7 Update tslint to 4.x.x
Closes #166
2016-12-16 22:13:05 +01:00
Farkas József
f5427dbcae Dependencies update 2016-12-15 19:12:31 +01:00
Farkas József
310cf86981 Update dependencies 2016-12-13 23:30:34 +01:00
Farkas József
c42cff71ae Downgrade angular to 2.2.3 and zone.js to 0.6.26 2016-11-27 18:27:49 +01:00
Farkas József
17e144e534 Bump dependencies 2016-11-24 18:21:12 +01:00
Farkas József
3d629e370d Lock angular version 2016-11-23 21:53:06 +01:00
Farkas József
34eb09ee9c Bump dependencies 2016-11-20 14:32:45 +01:00
Farkas József
e9f0d63f45 Update dependencies (angular to 2.1.0) 2016-10-13 19:18:41 +02:00
Farkas József
5bf0da3b52 Update dependencies (angular 2.1.0-rc.0, ...) 2016-10-06 20:14:04 +02:00
NejcZdovc
c28f564e3f Updated angular to version 2.1.0-beta.0 and select2 to version 0.5.1 2016-09-30 23:04:47 +02:00
Farkas József
fd78b19002 Update dependencies (typescript 2.0.3, ...) 2016-09-23 15:33:22 +02:00
Farkas József
e07a036156 npm: Update zone.js to 0.6.25 2016-09-20 18:49:18 +02:00
Farkas József
a883a88cd8 npm: Update types 2016-09-20 18:46:20 +02:00
Farkas József
799d1f3839 npm: Remove sortablejs 2016-09-20 18:36:06 +02:00
Farkas József
c10699173e cleanup: Remove gulp 2016-09-20 18:25:48 +02:00
Farkas József
2c86b08d21 npm: Remove handlebars 2016-09-20 18:11:34 +02:00