Simon Edwards
05c690dcd9
Fill in more screen and DPI support in QApplication
2021-10-24 11:19:05 +02:00
Simon Edwards
fa52c674ef
Support addEventListener() when the wrapper handles signals
2021-10-23 18:51:17 +02:00
Simon Edwards
8ce6dde45b
Add QScreen and QWindow, remove the deprecated QDesktopWidget
2021-10-22 22:15:59 +02:00
Simon Edwards
8ddc4172cd
Add more QWidget methods
2021-10-16 16:43:24 +02:00
Simon Edwards
81eeaa3a20
Don't delete QObjects which have a parent
...
Qt's memory management is built around trees of objects where deleting the root object also deletes the whole tree. Objects with a parent are owned by that parent.
2021-10-16 14:16:34 +02:00
Andreas Kröhnke
47c00fabc1
Add QBrush as an argument to QPainter.setBrush
2021-10-14 20:15:03 +02:00
Simon Edwards
3bbb7da6e7
Bump the version
2021-10-03 22:02:33 +02:00
Simon Edwards
c4d9a93e56
Add many TODO comments, methods, and signals to QComboBox
2021-09-29 21:48:56 +02:00
Simon Edwards
f92bd65407
Bump the version for a bug fix
2021-09-24 20:22:08 +02:00
Simon Edwards
c91856641c
Fix QPen being completely broken
2021-09-24 20:21:36 +02:00
Simon Edwards
3479606f83
Put the build time concurrency back on 8 (where it belongs)
2021-09-23 21:50:34 +02:00
Simon Edwards
797835ad79
Bump the version
2021-09-23 21:27:11 +02:00
Simon Edwards
96b3cbe594
Add more QPainter methods
2021-09-23 20:52:23 +02:00
Simon Edwards
3ada99b201
Add TODO comments to QPainter.ts
2021-09-23 20:26:00 +02:00
Simon Edwards
bd6b127358
Add QSizeF and QFontMetricsF
2021-09-20 21:45:14 +02:00
Simon Edwards
481062423e
Build code on install, not postinstall
2021-09-18 21:00:02 +02:00
Simon Edwards
328dcea8c8
Remove some dead code in qstyle_wrap.cpp
2021-09-18 10:43:25 +02:00
Nathanael Anderson
f8ed7d3a78
Update Process.md
...
Delete invalid documentation, as these two values are no longer valid in the later versions of Qode. There does NOT appear to be a current way to get the currently running QT.
2021-09-18 10:11:24 +02:00
milahu
12d79a62da
move to deps
2021-09-18 10:06:15 +02:00
milahu
c7b2e4c8b7
add postcss to devDependencies
2021-09-18 10:06:15 +02:00
Simon Edwards
91d652ed84
Bump our version
2021-09-18 10:02:45 +02:00
Simon Edwards
590385339c
Add QStyle.polish(), QStyle.unpolish(), and QWidget.style()
2021-09-13 19:50:53 +02:00
Simon Edwards
44bb1e5f0e
QWidget: Add TODO comments, setSizePolicy(), set max/min width/height methods
2021-09-11 12:14:43 +02:00
Simon Edwards
a4a961666a
Fill in QFontMetrics methods
2021-09-07 22:46:27 +02:00
Simon Edwards
7af718b834
Add count() to QStackedWidget
2021-09-07 20:32:50 +02:00
Simon Edwards
8060a631b1
Add dumpObjectTree() & dumpObjectTree() to QObject
2021-09-07 20:32:09 +02:00
Simon Edwards
01096abede
Fill in the QHeaderView methods
2021-09-02 21:33:09 +02:00
Simon Edwards
8110982412
Format C++ code
2021-09-02 19:15:51 +02:00
Nathanael Anderson
4429959fed
Fix QWidgetTableItem Wrapper
2021-09-02 19:10:35 +02:00
Simon Edwards
920e64404d
Bump the library version
2021-08-31 19:52:51 +02:00
Simon Edwards
87af1db2bc
Fix up QHeaderView failing on the default nodejs MS compiler
2021-08-31 18:30:31 +02:00
Simon Edwards
391971f80b
Fix QTableView.verticalHeader() and return the correct header
2021-08-30 19:24:38 +02:00
Simon Edwards
5aab3ed97d
Fix yaml problems
2021-08-29 09:49:45 +02:00
Simon Edwards
e6f838375a
Update apt package list before installing deps in CI
2021-08-29 09:38:08 +02:00
Simon Edwards
907acb5ad2
Bump version
2021-08-28 22:17:55 +02:00
Simon Edwards
b6fc24d6e0
Update README. Send discussions to GH.
2021-08-28 22:11:10 +02:00
Simon Edwards
1b399ef5be
Update README: Bump NodeJs version; Remove Spectrum link
2021-08-28 11:20:54 +02:00
Simon Edwards
c3c597df4d
Add QStyleFactory and bits to set the app style
2021-08-28 10:58:40 +02:00
Simon Edwards
25f529757e
Add width() and height() to QWidget
2021-08-26 22:19:03 +02:00
Simon Edwards
edf437f056
Fill in QAbstractItemView methods & enums; add QItemSelectionModel
2021-08-26 22:13:35 +02:00
Simon Edwards
8c79f3d093
Fix some freshly created bugs in QAbstractItemModel.ts
2021-08-26 20:17:23 +02:00
Simon Edwards
55217146ae
More methods for QAbstractItemModel
2021-08-22 09:48:17 +02:00
Simon Edwards
456824c504
Take example progs out of package.json
2021-08-22 09:48:17 +02:00
Simon Edwards
4f0f64884d
Keep backwards compatability with non-virtual connectSignalsToEventEmitter()
2021-08-22 09:48:17 +02:00
Simon Edwards
1f11f1cf8b
Make connectSignalsToEventEmitter() virtual to support wrappers on plain Qt widget instances
2021-08-22 09:48:17 +02:00
Simon Edwards
d81b781d1f
Warn when using addEventListener() on an instance not from NodeGui
2021-08-22 09:48:17 +02:00
Simon Edwards
053fc9dc65
Add (basic) QHeaderView; Support wrappers on plain Qt widgets
2021-08-22 09:48:17 +02:00
Simon Edwards
11c33771c2
Format some TS code
2021-08-22 09:48:17 +02:00
Simon Edwards
5fd23f0ba3
Tune down eslint regarding unused method parameters
2021-08-22 09:48:17 +02:00
Simon Edwards
c209fe2adc
Format cpp code
2021-08-22 09:48:17 +02:00