Commit Graph

503 Commits

Author SHA1 Message Date
Atul R
5c68f07208
Merge pull request #168 from nodegui/dependabot/npm_and_yarn/types/jest-24.0.21
Bump @types/jest from 24.0.18 to 24.0.21
2019-11-01 22:25:33 +01:00
Atul R
b08bd05909
Merge pull request #169 from dimitarnestorov/patch-1
Fixing code example of QSystemTrayIcon
2019-11-01 22:25:15 +01:00
Atul R
e1f3a3fe27
Merge pull request #171 from dimitarnestorov/master
Added isSeparator and setSeparator to QAction
2019-11-01 22:24:36 +01:00
Atul R
d27409f949
Update README.md 2019-11-01 21:09:40 +01:00
Atul R
38c6e2af9a
Update README.md 2019-11-01 21:05:19 +01:00
Dimitar Nestorov
0c4fabfa85 Added isSeparator and setSeparator to QAction 2019-11-01 21:59:09 +02:00
Dimitar Nestorov
1b20031cd7
Fixing code example of QSystemTrayIcon 2019-11-01 21:12:18 +02:00
dependabot-preview[bot]
c698d6cae7
Bump @types/jest from 24.0.18 to 24.0.21
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.18 to 24.0.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-01 11:54:31 +00:00
Atul R
2ce0247063
Merge pull request #167 from nodegui/dependabot/npm_and_yarn/cross-env-6.0.3
Bump cross-env from 6.0.0 to 6.0.3
2019-11-01 12:54:29 +01:00
Atul R
a66827790f
Merge pull request #164 from nodegui/dependabot/npm_and_yarn/types/node-12.12.3
Bump @types/node from 12.7.3 to 12.12.3
2019-11-01 12:53:31 +01:00
dependabot-preview[bot]
0bc25f0c01
Bump cross-env from 6.0.0 to 6.0.3
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 6.0.0 to 6.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v6.0.0...v6.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-01 11:53:04 +00:00
Atul R
950456ba99
Merge pull request #165 from nodegui/dependabot/npm_and_yarn/typescript-3.6.4
Bump typescript from 3.6.3 to 3.6.4
2019-11-01 12:52:49 +01:00
dependabot-preview[bot]
23af06525d
Bump typescript from 3.6.3 to 3.6.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-01 11:52:08 +00:00
dependabot-preview[bot]
044ec9e2c0
Bump @types/node from 12.7.3 to 12.12.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.7.3 to 12.12.3.
- [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-11-01 11:51:22 +00:00
Atul R
463d23fd2c
Update README.md 2019-10-31 13:27:22 +01:00
Atul R
94362dbf07
Update getting-started.md 2019-10-30 23:48:54 +01:00
Atul R
3a94699c39 bumps version 2019-10-30 23:39:05 +01:00
Atul R
33d621d8cc
Fixes Qt moc issue on ubuntu 1910 (#162) 2019-10-30 23:31:17 +01:00
Dimitar Nestorov
576ba1ace6 Implemented QAction checkable and checked (#159) 2019-10-27 10:41:16 +01:00
Atul R
42790d5321
Update FUNDING.yml 2019-10-26 23:58:14 +02:00
allcontributors[bot]
38dd031c7f docs: add dimitarnestorov as a contributor (#158)
* docs: update README.md

* docs: update .all-contributorsrc
2019-10-26 23:56:15 +02:00
Dimitar Nestorov
bd1c334722 Added QIcon isMask and setIsMask (#157) 2019-10-26 23:55:37 +02:00
Atul R
b5f21bae0b updates doc of systemtray icon to include context menu 2019-10-26 22:30:20 +02:00
Atul R
d3ec9e76bd Version bump 2019-10-26 22:22:37 +02:00
Atul R
a9a1535a12 Adds menubar, menu, systemtrayicon, shortcut and action docs 2019-10-26 22:21:17 +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
2541feebe7
fixes the crash on keyevent (#155) 2019-10-24 19:34:27 +02:00
Ardeshir81
5a65d378d2 Fix minor English grammar issues in Debug docs (#153)
Also correct typing of NodeJS Is used (no dot '.' between Node and JS
2019-10-23 11:57:31 +02:00
Ardeshir81
3b83c75e5f Minor English grammar issue fix (#152) 2019-10-23 11:57:08 +02:00
Ardeshir81
204bbeb7f5 Fix minor English grammar issue in Layout docs (#151) 2019-10-23 11:56:48 +02:00
Ardeshir81
b18c22ec83 Minor English grammar issue fix on arch docs (#150) 2019-10-23 11:56:28 +02:00
Atul R
9dc282f1fc
Update README.md 2019-10-14 21:30:26 +02:00
Mattis Larsson
d95b1c53c5 Small copy fix. (#140) 2019-10-13 01:27:12 +02:00
Soonwoo Hong
ff665e0d94 add a documentation for QSystemTrayIcon (#141) 2019-10-13 01:26:45 +02:00
Jerod Santo
e8908b23e3 Add JS Party episode badge to README (#142) 2019-10-08 17:22:43 +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
28483e669b adds talk link 2019-10-04 19:41:29 +02:00
Atul R
e08f6c4039
Update README.md 2019-10-04 19:22:03 +02:00
Atul R
04999bfb4e
Update README.md 2019-10-04 17:41:14 +02:00
Atul R
34134c8f08
Update README.md 2019-10-04 17:39:26 +02:00
Atul R
de9310a452 Update docs on style props 2019-10-01 22:23:16 +02:00
Atul R
7c06858d17
Update README.md 2019-10-01 00:39:07 +02:00
Atul R
ebfa0710cb
Update README.md 2019-09-30 21:46:42 +02:00
Sebastián Gurin
4d617c9321 inherits (#125) 2019-09-30 21:33:30 +02:00
Atul R
92a23b185f
Update README.md 2019-09-30 10:06:59 +02:00
Atul R
27e9591630 typo fix 2019-09-29 21:22:47 +02:00
Atul R
90d927df0a removes old docs 2019-09-29 21:19:24 +02:00
Atul R
ea046e7d7c Fix docs build 2019-09-29 20:40:45 +02:00
Atul R
eca218ac79
Adds new doc site (#124)
* Adds base template for new docs site

* Adds Apis to docs

* add some css from rn

* Fix right side sidebar functionality

* Basic docs

* adds old docs

* Cleans up unnecessary files

* Chane links

* Adds docusaurus v2

* Styling fixes

* adds wip and new assets

* adds code image

* Add FAQ link

* Adds analytics

* adds cname

* cleanup blogs
2019-09-29 20:14:35 +02:00
Atul R
eb26616752
Merge pull request #122 from cancerberoSgx/qpixmap-save
qpixmap save()
2019-09-29 20:11:34 +02:00