Commit Graph

95 Commits

Author SHA1 Message Date
dependabot-preview[bot]
420f6db56b Bump node-addon-api from 1.7.1 to 2.0.0 (#234)
Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 1.7.1 to 2.0.0.
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodejs/node-addon-api/compare/1.7.1...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 22:40:27 +01:00
Atul R
518fe1f3cc
bump version to 0.7.0 (#233) 2019-11-29 08:11:16 +01:00
Atul R
06a787bedf
export abstract button (#230)
* export abstract button

* bump version
2019-11-27 23:49:27 +01:00
Atul R
3a404d24a1
Bugfix: inline stylesheet (#228)
* Bugfix: inline stylesheet

* bump version
2019-11-26 20:29:23 +01:00
Atul R
2b2d83d0a6
Mainwindow takeCentralWidget (#225)
* Adds takeCentralWidget to qmainwindow

* lint fix

* bump version to 0.6.7
2019-11-26 01:00:53 +01:00
Atul R
71c58db50e
Bumps version to 0.6.6 (#224) 2019-11-25 23:28:25 +01:00
Atul R
6ac7303e16
Adds automatic test and linting on pull requests for nodegui (#215)
* adds test action

* make c++11 mandatory

* fix

* fix

* fix broken tests in windows

* upgrade qode to 1.0.6

* Fixes recursive hell for layouts

* adds cross env for windows

* change to pull request
2019-11-22 23:43:54 +01:00
Atul R
8a93f69e03
bump version (#214) 2019-11-22 19:40:57 +01:00
Atul R
681689b7dd
Fixes the dist in latest release (#212)
* bump version

* bumping version
2019-11-22 00:26:58 +01:00
Atul R
cce917681f
Bug fixes: Flexlayout. Fixes layout issues (#211)
* bump version

* Fixes size control for the flex layout

* Bumps version
2019-11-22 00:02:49 +01:00
Atul R
6dc34d5cae
bump version to 0.6 (#208) 2019-11-19 01:38:12 +01:00
Atul R
ece01d3803
Add qvariant object translation (#189)
* working - translation of any wrapped object

* clang format

* Adds QVariant and Qbject property. Also adds QPixmap fromQVariant

* fixes breaking test cases

* Adds build to prepush hook aswell
2019-11-10 20:48:41 +01:00
Atul R
21e5e78876
Add qvariant object translation (#185)
* working - translation of any wrapped object

* clang format
2019-11-10 12:30:26 +01:00
Atul R
f8696508fa fix dist and bump version 2019-11-10 01:21:54 +01:00
Atul R
febbaa82cc Bump version 2019-11-10 01:13:46 +01:00
Atul R
95cdcb37be
Adds QObject exports (#184)
* Adds QObject wrapper

* disable source map in the dist since its of no use

* rename to nodeobject

* Adds qobject setProperty and auto conversion of napi to qvariant (mvp version)

* fix

* moved qobject methods to qobject from qwidget

* added qobject test cases
2019-11-10 01:04:37 +01:00
Atul R
ce6860dd86 Bumps version 2019-11-09 00:16:26 +01:00
Atul R
3c57b550df
Bump yoga to 1.18.0 and typescript to 3.7.2 (#181)
* Updates yoga to v1.18.0

* Testing the flex layout a bit
2019-11-08 21:10:02 +01:00
Atul R
ae81e2aae5 cleanup plugin.js 2019-11-08 20:39:08 +01:00
Atul R
bd65329641
Adds linters, code formatters for both js and c++ and adds prepush hook (#178) 2019-11-08 19:30:01 +01:00
dependabot-preview[bot]
e32cb6ce10
Bump cmake-js from 5.3.2 to 6.0.0
Bumps [cmake-js](https://github.com/unbornchikken/cmake-js) from 5.3.2 to 6.0.0.
- [Release notes](https://github.com/unbornchikken/cmake-js/releases)
- [Changelog](https://github.com/cmake-js/cmake-js/blob/master/changelog.md)
- [Commits](https://github.com/unbornchikken/cmake-js/compare/v5.3.2...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-01 11:52:34 +00:00
Atul R
3a94699c39 bumps version 2019-10-30 23:39:05 +01:00
Atul R
d3ec9e76bd Version bump 2019-10-26 22:22:37 +02:00
Atul R
cb535e33e7
Adds support for keyboard shortcuts, systray menu and systray actions (now run nodegui apps as a service). (#156)
* Added actions and tooltips to qmenu

* Adds support for nested submenu creation

* Added supported for onclick handlers in actions

* Adds support for keyboard shortcuts

* adds enabled and shortcut context

* Adds support for shortcuts and menus

* Added support for keyboard shortcuts
2019-10-26 15:31:02 +02:00
Atul R
36329a44b3
Experimental menu and tests (#139)
* Adds basic tests for window and label

* Adds few test cases for QWidget

* Adds working tests setup

* Adds inital code for menus
2019-10-07 19:24:17 +02:00
Atul R
8a0a24d0e7 bump version 2019-09-22 23:19:25 +02:00
Atul R
968415806d upload files 2019-09-22 18:06:22 +02:00
Atul R
c9b802b7a1 version 2 bump 2019-09-22 18:03:19 +02:00
Atul R
e87485441e Adds include and linkings for plugins 2019-09-22 14:24:46 +02:00
Atul R
1acb9e722e Adds exports and removed automoc script as we no longer need it (as cmake handles it for us) 2019-09-21 00:11:24 +02:00
Atul R
75e8140318 Adds cmake build support 2019-09-20 23:41:11 +02:00
Atul R
1c385b33f1 Adds stuff for windows and linux 2019-09-20 23:37:52 +02:00
Atul R
3c97199a10 Adds cmake as a build system for mac instead of node-gyp 2019-09-20 23:37:52 +02:00
Atul R
bc84346bf5 bumps nodegui and qode version 2019-09-11 22:38:59 +02:00
Atul R
8924a26c86 upgrade node-gyp to v5.0.3 2019-09-08 22:29:06 +02:00
Atul R
620a85e417 Bumps version 2019-09-07 21:59:52 +02:00
Atul
614e0ce8ce bump version 2019-08-31 19:08:52 +02:00
Atul
cf40acf2ff Bumped latest qode version 2019-08-31 18:44:11 +02:00
Atul R
fa6fbaf96a bump version 2019-08-26 17:31:47 +02:00
Atul R
38cda7aab9 bumps version 2019-08-22 22:43:51 +02:00
Marcus S. Abildskov
4dc1c58fbe
chore(): add typings to package.json
Fixes declarations not being resolved. 

![Screenshot](https://i.imgur.com/kA8g9Gz.png)
2019-08-22 11:15:12 +02:00
Atul R
7d07068f3e bumps qode and version 2019-08-22 00:01:17 +02:00
Atul R
49873c01e1 Moves examples to a separate repo and removes dependency on bindings node module 2019-08-17 19:28:26 +02:00
Atul R
b84f779ef8 Updates qode to latest 1.0.2 2019-08-16 19:49:40 +02:00
Atul R
cc5ab04c39 bumps qode version and lib version 2019-08-16 06:15:13 +02:00
Atul
49de0cbe2e disabling separate dll build for deps and bumping qode version 2019-08-16 06:12:01 +02:00
Atul R
243cb9da01 bump version 2019-08-12 20:33:20 +02:00
Atul R
9e6c199f22 Fix dependencies 2019-08-11 23:35:52 +02:00
Atul R
1779b7466c Bumping version and release 2019-08-11 21:21:42 +02:00
Atul R
7ad7c389c3 bump version 2019-08-10 22:31:17 +02:00