Simon Edwards
81c31f4de3
Fix some uninitialise memory access reported by Valgrind
2022-04-27 10:04:14 +02:00
Simon Edwards
0e33e39759
Remove most unneeded or buggy Napi:HandleScope uses ( #895 )
2021-12-03 19:02:06 +01:00
Atul R
c742712f6f
Qwidget wrap fix ( #433 )
...
* skip setting up miniqt if customQt is on
* adds opengl context
* adds NodeWidgetWrap
* changed the mode of qode.js to make it executable
* 0.15.3
2020-03-08 16:47:56 +01:00
feng8848
c47f788094
Add QScrollBar and other improvements ( #383 )
...
* Add QScrollBar and other improvements
* Add Windows plugin export
* Fixes QDateEdit and QTimeEdit.
Co-authored-by: Atul R <atulanand94@gmail.com>
2020-02-07 20:22:49 +01:00
mspencer92
fd270c18ac
Added QMessageBox ( #326 )
...
* Added QMessageBox
* Adds Qdialog
* Fixes inheritance and adds pointer based event listener
* Cleans up Qmessagebox so that we create all buttons
* change to abstract button
* fix rawData fetching from the template
* formatting fixes
* change to Objectwrap for better type casting
* Adds Native element part in qpushbutton
* Adds NapiExternal check and use ptr for initialization
* Adds all button classes
* fix c
* fix merge conflicts
* lint fix
Co-authored-by: Atul R <atulanand94@gmail.com>
2020-01-05 15:53:49 +05:30
Atul R
97c67219e2
Adds Abstract button - QPushbutton, checkbox and radiobutton methods and tests ( #206 )
...
* Adds QAbstract button and related methods to QPushbutton, checkbox and radiobutton
Also adds QIcon to QVariant
* Adds iconSize to abstract button
2019-11-19 01:27:26 +01:00
Atul R
edcdbb510e
Adds dynamic content support for flex layout. ( #199 )
...
* layout performance fix
* adjust size, webdefaults
* Add flexlayout owner to the context
* revert
* reorders setlayout and setflexnode
* add defaults
* fix mainwindow rootNode
* properties to methods
* Adds defaultsAdds flexutils measurewidget
* introduce configure for all types of nodes.
* lint fix
* Revams flexlayout to handle dynamic content
* Adds dynamic layout support for flex layout.
* lint fix
* fix few code updates
2019-11-18 00:52:29 +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
382f2d7da6
Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. ( #182 )
2019-11-09 00:05:25 +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
Atul R
a287d9ca59
separates include headers and implementation
2019-09-21 22:53:25 +02:00