Commit graph

88 commits

Author SHA1 Message Date
therecipe
89b7941f48 overall deployment speedup and size reduction
* various fixes for js/wasm ([]byte support, quickcompiler support, moc fixes)
* docker go modules support
* android arm64 support
* hide rarely used dependencies behind build flags
* various minor fixes
2019-05-13 20:37:59 +02:00
therecipe
9f97258ffe support for quickcompiler + minor cleanup + qtmoc speedup 2019-05-01 02:39:02 +02:00
therecipe
746779e4c0 minor cleanup + fix iOS linking issue 2019-04-28 02:44:55 +02:00
therecipe
79b8fae1a7 breaking changes: support *long + change internal qt.{Connect,Get,Lend}Signal signature
* various minor fixes and cleanups
* support interface{} returns for js/wasm
* fix android builds on darwin
* support for the virtualkeyboard module
* fixes for docker image builds
* cleanup callback handling
* fix possible moc memory leaks
* new virtualkeyboard examples
2019-04-20 19:34:45 +02:00
therecipe
c97efc221f fix nativeEvent functions + various fixes for minor issues 2019-03-22 20:48:57 +01:00
therecipe
531ee97d86 fix race conditions 2018-11-27 01:26:11 +01:00
therecipe
308a4f1aa8 various changes for js/wasm 2018-11-06 18:16:33 +01:00
therecipe
9221349d0b bring back QAbstractTextDocumentLayout.Draw + workaround for logrus issue 2018-10-31 18:12:08 +01:00
therecipe
70c935202e fixes for various minor issues + webassembly support 2018-10-30 16:53:05 +01:00
therecipe
3de3e2be88 more aggressive caching + new docker images 2018-10-23 23:33:34 +02:00
therecipe
c1f31803cb fixes for various minor issues 2018-10-14 18:50:54 +02:00
therecipe
c963a694b5 fix linux deployment issue + support console output on windows + add virtualkeyboard module to rpi images 2018-07-15 21:40:07 +02:00
therecipe
2df4248fbc fixes for several bugs + change js string conversion + fix showcase example 2018-07-11 16:42:34 +02:00
therecipe
a7a1b3fd2b update to Qt 5.11.1 + split js docker image 2018-06-25 18:32:27 +02:00
therecipe
491342284b initial support for the js target 2018-06-09 02:31:50 +02:00
therecipe
44a39f2bf5 fix qtmoc QMap redefinition issues 2018-04-27 18:58:50 +02:00
therecipe
f1d82edc12 fix qtmoc property regression introduced with c38504e 2018-04-12 21:42:26 +02:00
therecipe
b95c8155e7 add comply and dynamic flags + syntactic sugar for moc structs 2018-04-07 21:05:41 +02:00
therecipe
c38504e5a8 fix qtmoc namespace issues + fix ubports issues 2018-04-03 16:14:05 +02:00
therecipe
eb5394a587 support sailfish and ubports docker deployments 2018-03-29 12:09:04 +02:00
therecipe
3412d43d35 add backward compatibility for Qt 5.4.x + minor fixes 2018-03-26 09:59:04 +02:00
therecipe
a76e708146 update to Qt 5.10.0 + support for Go 1.10 2018-01-17 20:38:03 +01:00
Alexander Wuerstlein
5ae3962eea remove spurious #include <ui> 2017-12-30 13:32:06 +01:00
therecipe
f404f386ec add missing OpenGL classes + new OpenGL examples 2017-08-01 19:43:48 +02:00
therecipe
4e40d6b7b4 register missing prop types for moc 2017-07-19 18:45:25 +02:00
therecipe
0f99eb634c initial inclusion of vagrant + register missing std types for moc 2017-07-11 23:33:08 +02:00
therecipe
fad568a285 fix qtrcc issue with non existing qml folder 2017-06-28 19:58:42 +02:00
therecipe
37cb43fb1f fix inherited constructor issues + qtmoc map issue 2017-06-27 23:56:31 +02:00
therecipe
4976ffa337 fix unregistered maps and quintptr + docker ownership + remove qtrcc qml dir creation 2017-06-23 22:07:09 +02:00
therecipe
947ae3fdd8 fix qtmoc isBool issue 2017-06-21 22:05:59 +02:00
therecipe
2e6a226ed9 support for pure go types in signals/slots/properties + plist fix 2017-06-14 16:12:17 +02:00
therecipe
fa6231902d make properties connectable + fix android docker image 2017-06-12 19:52:01 +02:00
therecipe
c03a6d48d7 fix widget package 2017-06-12 16:32:15 +02:00
therecipe
404e54013b fixes for 5.9 + qml related qtmoc fixes 2017-06-10 21:37:03 +02:00
therecipe
9b0ed9da10 constructor support for objects instantiated in qml 2017-05-31 15:05:10 +02:00
therecipe
ca652e24be build tag support for qtmoc/qtminimal + new sql/masterdetail_qml example 2017-05-16 00:06:35 +02:00
therecipe
54686f2b6c fix qtmoc issue 2017-05-10 16:29:50 +02:00
therecipe
be6b443264 fix qtmoc + typos in readme 2017-04-17 21:13:53 +02:00
therecipe
0216427884 fix qtmoc + fix readme (links + example) 2017-04-14 20:31:39 +02:00
Kenneth Shaw
567a430704 Dropping exec permissions on files 2017-04-12 15:21:13 +07:00
therecipe
9b7d566d6d add missing qmlRegisterType function 2017-04-05 17:13:51 +02:00
therecipe
03ca38c3b8 fix android + qtmoc 2017-03-28 17:41:57 +02:00
therecipe
2536e26395 fix qtmoc
sub-classing of moc structs from other packages
moc structs from other packages in signals/slots or as properties
2017-03-23 00:45:45 +01:00
therecipe
473eeae2d7 new webchannel/webview example 2017-03-20 22:27:56 +01:00
therecipe
b2418c2c22 partially fix constructors with polymorphic inputs 2017-03-20 18:33:55 +01:00
therecipe
5200161c61 qmake related changes + some refactoring 2017-03-04 19:01:53 +01:00
therecipe
4e702e0d6e fix missing header for minimal builds + change empty string behaviour 2017-02-21 14:13:05 +01:00
therecipe
6ed0e19c15 fix missing network header + new webengine function + started porting the official examples 2017-02-19 21:11:49 +01:00
therecipe
177d16c013 new webview module + example + more subnamespace functions 2017-02-17 18:55:39 +01:00
therecipe
1f38ea29e3 fix missing enum headers 2017-02-16 16:38:33 +01:00