[PR #230] [MERGED] V2 #293

Closed
opened 2026-05-05 11:58:13 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/230
Author: @kusti8
Created: 9/21/2019
Status: Merged
Merged: 1/19/2020
Merged by: @kusti8

Base: masterHead: v2


📝 Commits (10+)

  • f3ff3d4 Add initial test structure and some tests for Window
  • 48682e4 Start on rewriting registerComponent
  • 4375fde Add View support
  • a310fcb Add flexbox support, still need to test more
  • 3f02002 Add styling and better props management
  • ccf03d1 Add nested text support
  • 03c8552 Fix text measurement and qt hogging layout styles
  • 14421c6 Font size must be in px, so convert if it isn't
  • ada109c Add stylesheet
  • 87df58e Various changes, start adding tests

📊 Changes

208 files changed (+31500 additions, -15202 deletions)

View changed files

📝 .babelrc (+3 -6)
.github/ISSUE_TEMPLATE/bug_report.md (+28 -0)
.github/ISSUE_TEMPLATE/documentation-issue.md (+16 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+20 -0)
📝 .gitignore (+1 -0)
.travis.yml (+23 -0)
📝 .vscode/launch.json (+14 -29)
📝 CONTRIBUTING.md (+2 -6)
Demo.js (+0 -17)
📝 LICENSE (+18 -4)
📝 README.md (+19 -15)
__mocks__/node-qt.js (+9 -0)
📝 docs/README.md (+30 -7)
📝 docs/_coverpage.md (+4 -3)
📝 docs/_sidebar.md (+13 -45)
📝 docs/about.md (+14 -29)
docs/calculator.png (+0 -0)
docs/catapi_v2.png (+0 -0)
docs/component_APIs/app.md (+0 -35)
docs/component_APIs/area.md (+0 -132)

...and 80 more files

📄 Description

Merge v2 (tracked in #213 ).

Not all features are implemented, but most basic features are implemented.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/230 **Author:** [@kusti8](https://github.com/kusti8) **Created:** 9/21/2019 **Status:** ✅ Merged **Merged:** 1/19/2020 **Merged by:** [@kusti8](https://github.com/kusti8) **Base:** `master` ← **Head:** `v2` --- ### 📝 Commits (10+) - [`f3ff3d4`](https://github.com/kusti8/proton-native/commit/f3ff3d4e220ccf9cd948bd3bdf8aebfc4db62d2a) Add initial test structure and some tests for Window - [`48682e4`](https://github.com/kusti8/proton-native/commit/48682e461aab29e48bda50a96998b9154beffa37) Start on rewriting registerComponent - [`4375fde`](https://github.com/kusti8/proton-native/commit/4375fde8757bb211d84d206660e5c2976142fae5) Add View support - [`a310fcb`](https://github.com/kusti8/proton-native/commit/a310fcbb7f0d820d1906aeb9882dcc6adff666fc) Add flexbox support, still need to test more - [`3f02002`](https://github.com/kusti8/proton-native/commit/3f0200209a2ba75fa423103fcefca8d4e44896cf) Add styling and better props management - [`ccf03d1`](https://github.com/kusti8/proton-native/commit/ccf03d179fe558a50ec94547b38f8d7a69de1673) Add nested text support - [`03c8552`](https://github.com/kusti8/proton-native/commit/03c8552fafe54b7a1eca95c9996abd591f129eb4) Fix text measurement and qt hogging layout styles - [`14421c6`](https://github.com/kusti8/proton-native/commit/14421c664235cc77cac03a502db281e868631b4b) Font size must be in px, so convert if it isn't - [`ada109c`](https://github.com/kusti8/proton-native/commit/ada109c4d3639da09ae15b79fc2cc9b18b58279f) Add stylesheet - [`87df58e`](https://github.com/kusti8/proton-native/commit/87df58e374caaf226a5ad57da735920f29267819) Various changes, start adding tests ### 📊 Changes **208 files changed** (+31500 additions, -15202 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+3 -6) ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+28 -0) ➕ `.github/ISSUE_TEMPLATE/documentation-issue.md` (+16 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+20 -0) 📝 `.gitignore` (+1 -0) ➕ `.travis.yml` (+23 -0) 📝 `.vscode/launch.json` (+14 -29) 📝 `CONTRIBUTING.md` (+2 -6) ➖ `Demo.js` (+0 -17) 📝 `LICENSE` (+18 -4) 📝 `README.md` (+19 -15) ➕ `__mocks__/node-qt.js` (+9 -0) 📝 `docs/README.md` (+30 -7) 📝 `docs/_coverpage.md` (+4 -3) 📝 `docs/_sidebar.md` (+13 -45) 📝 `docs/about.md` (+14 -29) ➕ `docs/calculator.png` (+0 -0) ➕ `docs/catapi_v2.png` (+0 -0) ➖ `docs/component_APIs/app.md` (+0 -35) ➖ `docs/component_APIs/area.md` (+0 -132) _...and 80 more files_ </details> ### 📄 Description Merge v2 (tracked in #213 ). Not all features are implemented, but most basic features are implemented. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:58:13 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#293
No description provided.