Commit graph

65 commits

Author SHA1 Message Date
therecipe
d1ee5a37c9 build minimal binaries 2016-05-28 18:18:42 +02:00
therecipe
d3c2172eb3 minor qtmoc enhancement 2016-05-26 17:31:33 +02:00
therecipe
63cdd63768 fat binaries for iOS + always strip on darwin + raised minVersion for darwin and iOS 2016-05-25 23:13:17 +02:00
therecipe
eae239a0da update readme 2016-05-23 18:37:12 +02:00
therecipe
d6b71ff69f fix qtmoc CamelCase 2016-05-22 00:54:06 +02:00
therecipe
9476e3ff5b qtmoc fix + support for variables + goroot fix 2016-05-21 22:50:57 +02:00
therecipe
8670fc11d2 use gradle + minor android and ios fixes 2016-05-19 21:28:54 +02:00
therecipe
0b11b4b152 update examples 2016-05-16 23:59:37 +02:00
therecipe
989f3cecb5 minor android fix again 2016-05-16 19:15:54 +02:00
therecipe
e179b49b31 minor windows fix 2016-05-16 19:10:30 +02:00
therecipe
de2b0f97a6 noninvasive android support 2016-05-16 17:39:45 +02:00
therecipe
54bd9aaf76 minor cleanup and support for iOS 2016-05-15 22:07:05 +02:00
therecipe
7e98e7f877 update to qt 5.6.0 2016-05-11 15:33:24 +02:00
therecipe
6b689af93f minor qtmoc fix 2016-05-01 20:25:46 +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
9689100ad4 fix qtmoc 2016-04-26 03:16:52 +02:00
therecipe
90499426f4 partial support for QGraphicsItem 2016-04-23 04:19:03 +02:00
therecipe
56ad2ec5f1 support for QPointF QSizeF QRectF 2016-04-22 20:39:34 +02:00
therecipe
bef0945d9a new quick/translate example 2016-04-19 23:21:35 +02:00
therecipe
100b0677bd fix qmodelindex and added return for own slots 2016-04-18 22:31:34 +02:00
therecipe
6743c6a25d mapped qbytearray to string 2016-04-16 23:38:16 +02:00
therecipe
aec7889885 new qtmoc tool and preparation for qt 5.6 2016-04-16 18:48:26 +02:00
therecipe
6345d3326b Merge pull request #19 from longlongh4/master
add an example to show how to mix QObject with go
2016-04-15 03:06:42 +02:00
hailong
8507502f3b add signal handler for quick example 2016-04-14 13:24:26 +08:00
hailong
0f1ba82282 add an example to show how to mix QObject with golang 2016-04-14 11:19:50 +08:00
hailong
f7fe3d9b0c ignore deploy folder 2016-04-14 10:10:59 +08:00
therecipe
a14a2606f5 new quick/bridge example 2016-04-13 17:33:41 +02:00
therecipe
fc4684c14d fix abstract constructor generator bug 2016-04-12 16:32:38 +02:00
therecipe
f4affbb74b added WinId support 2016-02-10 22:23:13 +01:00
therecipe
3bc511e9d1 fix minor android issues 2016-01-26 17:58:25 +01:00
therecipe
30d6bc687b fix windows x64 install bug 2016-01-16 03:55:33 +01:00
therecipe
ce0d07fb80 minor cleanup 2016-01-14 00:52:51 +01:00
therecipe
f254a2b93a merged *.go files, include guards for *.h files, minor fixes 2016-01-08 02:44:20 +01:00
therecipe
e6a610ace1 fix windows cc1plus.exe install bug, new uitools module + example 2016-01-05 23:44:50 +01:00
therecipe
42594ec180 fix linux install bug 2016-01-05 16:14:47 +01:00
therecipe
dba4442496 fix pure derived bug, fix QModelIndex bug 2016-01-04 22:49:47 +01:00
therecipe
7bd928bff7 fix pure derived 2016-01-04 18:24:19 +01:00
therecipe
f99c6f5437 fix impure derived slot 2016-01-04 03:43:27 +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
e00bb8e973 fixed objectName issue and added the widgets/graphicsscene example 2016-01-03 20:27:03 +01:00
therecipe
fe67fdc7a1 virtual functions cleanup 2015-12-23 16:51:16 +01:00
therecipe
1c3b032143 override virtual functions in parent classes 2015-12-23 16:22:00 +01:00
therecipe
6a7ec8bcde minor cleanup 2015-12-22 16:59:41 +01:00
therecipe
b08e88bdb4 added qtmultimedia subnamespace enums 2015-12-18 19:03:39 +01:00
therecipe
83fd9e9574 minor cleanup 2015-12-16 17:18:38 +01:00
therecipe
8684b48292 fix overloaded signal names, fix readme 2015-12-16 13:51:53 +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