Commit Graph

107 Commits

Author SHA1 Message Date
dependabot-preview[bot]
db4dfa30df Bump @types/node from 12.12.21 to 13.1.2 (#322)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.21 to 13.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-31 20:38:27 +05:30
Atul R
7680c0e6ed
Docs update script (#312)
* fix build issues

* Fix docs script
2019-12-29 10:45:40 +05:30
Atul R
20cf4cc080
Cleans up (fixes build errors) (#310) 2019-12-29 09:37:05 +05:30
Atul R
392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30
Atul R
8521efbe32
0.12.1 (#305) 2019-12-26 19:47:27 +05:30
Atul R
0061ba43d8
Bump version to 0.12 (#301)
* 0.12.0

* change to prerelease
2019-12-26 13:34:26 +05:30
Atul R
8793f172e3
Cleanup and bump version (#285)
* Cleans up and bumps version

* Change to npm blacklist

* geometry now returns QRect
2019-12-19 23:10:32 +05:30
Atul R
80209ba155
Adds automatic alpha release for master branch (#281)
Adds auto alpha release on master commit
2019-12-19 03:06:54 +05:30
Atul R
16a74dc589
updating to 0.10 (#274) 2019-12-17 01:46:49 +05:30
Atul R
d79ba0620d
bugifx: layout insertion and qvariant (#255) 2019-12-08 22:33:27 +01:00
Atul R
30486ed486 bump versions 2019-12-08 21:23:03 +01:00
Atul R
b0c9bca53a
bumps nodegui to 0.8.0 and fix tabwidget layout issue (#248)
* bumps nodegui to 0.8.0

* Fixes a size issue with tabWidgets

* Fixes tabwidget not stretching

* change to nodewidget
2019-12-04 20:19:39 +01:00
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