From 0ac5a7803117f9ac94d1827dd1fa7954fa8f8d3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Borecki?=
Date: Thu, 22 Aug 2019 09:42:05 +0200
Subject: [PATCH 1/8] Added export for Orientation enum
---
src/index.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/index.ts b/src/index.ts
index 5db84e0a2..1e6480ef8 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,5 +1,5 @@
// enums
-export { AspectRatioMode, WidgetAttribute, WindowType } from "./lib/QtEnums";
+export { AspectRatioMode, WidgetAttribute, WindowType, Orientation } from "./lib/QtEnums";
export { QApplication } from "./lib/QtGui/QApplication";
export { QWidget, QWidgetEvents } from "./lib/QtGui/QWidget";
export { QPixmap } from "./lib/QtGui/QPixmap";
From 4dc1c58fbeadc7b0d6a90d1f9e59f70ed6de0427 Mon Sep 17 00:00:00 2001
From: "Marcus S. Abildskov" <8391194+marcus-sa@users.noreply.github.com>
Date: Thu, 22 Aug 2019 11:15:12 +0200
Subject: [PATCH 2/8] chore(): add typings to package.json
Fixes declarations not being resolved.

---
package.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/package.json b/package.json
index 718bd2229..6b6fd91d7 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"version": "0.1.4",
"description": "A cross platform library to build native desktop apps.",
"main": "dist/index.js",
+ "typings": "dist/index.d.ts",
"files": [
"dist",
"config",
From a3540195abe83f066bbb3cd09cd590eac37a5db4 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 22 Aug 2019 16:50:14 +0000
Subject: [PATCH 3/8] docs: update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ecf34022d..0bf9cb266 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# NodeGUI
-[](#contributors)
+[](#contributors)
Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀
@@ -98,6 +98,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 Nahuel José 💬 |
 Kakul Gupta 💻 |
 Rahul Gaba 💻 |
+  Marcus S. Abildskov ⚠️ |
From db4388e3221dc1b821195add4564c42714944c61 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 22 Aug 2019 16:50:15 +0000
Subject: [PATCH 4/8] docs: update .all-contributorsrc
---
.all-contributorsrc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 888c4f7fd..08cd0e52d 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -49,6 +49,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "marcus-sa",
+ "name": "Marcus S. Abildskov",
+ "avatar_url": "https://avatars0.githubusercontent.com/u/8391194?v=4",
+ "profile": "http://marcus-sa.me",
+ "contributions": [
+ "test"
+ ]
}
],
"contributorsPerLine": 7,
From 3dbfdb359f0644303ccf8f100f4687728bb5ea0c Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 22 Aug 2019 16:50:42 +0000
Subject: [PATCH 5/8] docs: update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ecf34022d..9e49dbaf4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# NodeGUI
-[](#contributors)
+[](#contributors)
Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀
@@ -98,6 +98,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 Nahuel José 💬 |
 Kakul Gupta 💻 |
 Rahul Gaba 💻 |
+  Paweł Borecki 💻 |
From 0884ba5ab3f3ff93a666b35fcf4be78ceee35a47 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 22 Aug 2019 16:50:43 +0000
Subject: [PATCH 6/8] docs: update .all-contributorsrc
---
.all-contributorsrc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 888c4f7fd..50d548bd8 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -49,6 +49,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "Uriziel01",
+ "name": "Paweł Borecki",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/568207?v=4",
+ "profile": "http://uriziel.pl",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,