Commit graph

36 commits

Author SHA1 Message Date
therecipe
299f21022a cgo fix for Go 1.10 + fixes for various memory leaks + fix homebrew support 2018-03-19 20:54:58 +01:00
therecipe
a76e708146 update to Qt 5.10.0 + support for Go 1.10 2018-01-17 20:38:03 +01:00
therecipe
a7d7d6588c update to Qt 5.9.1 + new module 2017-08-30 23:38:52 +02:00
therecipe
c6cb74d45e support for strings containing null bytes + fix docker file ownership 2017-06-20 22:43:48 +02:00
therecipe
404e54013b fixes for 5.9 + qml related qtmoc fixes 2017-06-10 21:37:03 +02:00
Kenneth Shaw
567a430704 Dropping exec permissions on files 2017-04-12 15:21:13 +07:00
therecipe
177d16c013 new webview module + example + more subnamespace functions 2017-02-17 18:55:39 +01:00
therecipe
3efb5f57e8 removed unnecessary overridden functions 2017-02-15 17:48:35 +01:00
therecipe
9cb2c840ec initial update to Qt 5.8 + breaking changes + new speech module
1. the qt api changed in various places
2. dropped the "_minimal" suffix for the deployment folders
3. to keep using older versions of Qt (5.7.1 for example), one would
now need to explicit export "QT_VERSION=5.7.1" and also
"QT_DIR=/path/to/Qt5.7.1"
2017-02-10 18:18:44 +01:00
therecipe
5ab071adf7 support for map[T]T in slots 2017-01-29 18:43:19 +01:00
therecipe
3456e5280a initial support for generic lists / containers 2017-01-27 20:22:58 +01:00
therecipe
aa03aa56d5 cleanup + refactor 2017-01-18 19:28:40 +01:00
therecipe
9a3de4ded2 new virtual functions + new sql/querymodel example 2017-01-04 23:14:55 +01:00
therecipe
986dd10067 support various additional functions 2016-12-19 21:13:41 +01:00
therecipe
e6da611e3d minor cleanup internal/templater 2016-12-14 21:12:51 +01:00
therecipe
d10ed7da32 cleanup internal/parser 2016-12-11 21:03:06 +01:00
therecipe
4cfc656bdc fix multimedia pkg 2016-11-15 23:18:35 +01:00
therecipe
4afb83f930 partial support of generic containers 2016-11-15 23:07:05 +01:00
therecipe
2ac66d2373 remove (QByteArray == string) + better primitive conversion 2016-11-09 19:31:25 +01:00
therecipe
634982b4b6 added callbacks for virtual destructors 2016-08-27 01:22:01 +02:00
therecipe
57465bf582 fix memory leaks + more primitives + cleanup 2016-08-23 22:51:01 +02:00
therecipe
5135ca6e12 update to qt 5.7.0 + new modules 2016-06-16 17:49:55 +02:00
therecipe
d1ee5a37c9 build minimal binaries 2016-05-28 18:18:42 +02:00
therecipe
9476e3ff5b qtmoc fix + support for variables + goroot fix 2016-05-21 22:50:57 +02:00
therecipe
7e98e7f877 update to qt 5.6.0 2016-05-11 15:33:24 +02:00
therecipe
5fb71bed09 new modules and fixed missing virtual functions 2016-04-30 19:03:25 +02:00
therecipe
c0571eec4e cleanup and support for abstract classes 2016-04-28 19:43:44 +02:00
therecipe
56ad2ec5f1 support for QPointF QSizeF QRectF 2016-04-22 20:39:34 +02:00
therecipe
6743c6a25d mapped qbytearray to string 2016-04-16 23:38:16 +02:00
therecipe
f4affbb74b added WinId support 2016-02-10 22:23:13 +01:00
therecipe
f254a2b93a merged *.go files, include guards for *.h files, minor fixes 2016-01-08 02:44:20 +01:00
therecipe
1313b6c743 functions for the connected virtual-functions and signals, as well as for the default implementations 2016-01-04 02:05:31 +01:00
therecipe
b08e88bdb4 added qtmultimedia subnamespace enums 2015-12-18 19:03:39 +01:00
therecipe
45e7985486 broke dependency circle, more primitives + overloaded signals, new widgets/video_player example 2015-12-16 02:02:59 +01:00
therecipe
6415019ade support for impure virtual functions that return void, android stdout to logcat 2015-12-15 02:01:51 +01:00
therecipe
291bbd34fa extended androidextras, android objectname fix, merged and cleaned *.h and *.cpp with stable code generation, recovering from panics, updated readme with screenshots 2015-12-06 00:56:16 +01:00