Commit graph

202 commits

Author SHA1 Message Date
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
9470f7dba3 android jni related fixes + clear finalizers upon destroy + qtmoc fix 2017-06-09 01:47:53 +02:00
therecipe
35143f319a fix destructors 2017-06-02 16:18:30 +02:00
therecipe
9b0ed9da10 constructor support for objects instantiated in qml 2017-05-31 15:05:10 +02:00
therecipe
06a1fd8bdf fix destroyed signals 2017-05-30 23:01:01 +02:00
therecipe
73d9e74dd7 fix qtmoc 2017-05-30 14:26:27 +02:00
therecipe
92b770863d fix qtmoc + add some missing functions 2017-05-29 20:40:13 +02:00
therecipe
bdd7427f14 fix linux deployment + fix homebrew webkit support 2017-05-29 16:52:42 +02:00
therecipe
4db4e9c202 misc changes
recursive dependency resolution for qtrcc
fix ci qtmoc issue
support for fluid + demo
support for kirigami + demo
init files for c++ modules
new webkit 5.8.0 *.index file
2017-05-28 20:43:28 +02:00
therecipe
bb6259c35d new env variable for qml debugging and profiling 2017-05-18 00:17:02 +02:00
therecipe
ee8fb89908 fix build tag issue + add version flags 2017-05-16 17:27:12 +02:00
therecipe
ca652e24be build tag support for qtmoc/qtminimal + new sql/masterdetail_qml example 2017-05-16 00:06:35 +02:00
therecipe
d0995a0002 new sql/masterdetail example 2017-05-11 20:20:22 +02:00
therecipe
54686f2b6c fix qtmoc issue 2017-05-10 16:29:50 +02:00
therecipe
459900ceb6 fix qtmoc issues + new qml/extending examples 2017-05-08 14:55:18 +02:00
therecipe
d9ade1b5be fix poly issue 2017-05-07 19:31:28 +02:00
therecipe
118c850fc3 fix ios + sailfish setup 2017-04-23 00:26:34 +02:00
therecipe
be6b443264 fix qtmoc + typos in readme 2017-04-17 21:13:53 +02:00
therecipe
d0787d4a4d support for android-emulator + minor qtmoc fix 2017-04-17 19:21:21 +02:00
therecipe
cd21181457 minor fix 2017-04-14 23:02:30 +02:00
therecipe
0216427884 fix qtmoc + fix readme (links + example) 2017-04-14 20:31:39 +02:00
therecipe
b7543161ff minor fixes 2017-04-12 18:56:24 +02:00
Kenneth Shaw
567a430704 Dropping exec permissions on files 2017-04-12 15:21:13 +07:00
therecipe
2162f6ccc4 fix qtmoc 2017-04-12 00:20:26 +02:00
therecipe
6d11509f78 add support for the WebKit module 2017-04-10 23:38:26 +02:00
therecipe
88938f41fe update the readme + preparations for Qt 5.9.0 2017-04-08 19:46:06 +02:00
therecipe
2a0989d91f new qml/todo (quickflux) example + preparations for static msys2 2017-04-05 21:49:26 +02:00
therecipe
9b7d566d6d add missing qmlRegisterType function 2017-04-05 17:13:51 +02:00
therecipe
0e63c2bf71 fix qtmoc + make more use of go list 2017-04-04 17:00:36 +02:00
therecipe
4a6fbe292c minor fix for the docker setup on windows + minor fix for logrus 2017-03-31 16:16:23 +02:00
therecipe
8afded013b fix qtsetup/check on windows 2017-03-29 21:11:55 +02:00
therecipe
6943fe08ad fix qtmoc 2017-03-28 21:02:08 +02:00
therecipe
03ca38c3b8 fix android + qtmoc 2017-03-28 17:41:57 +02:00
therecipe
19b9f87854 new qmlRegisterType functions + partially fix sailfish setup 2017-03-26 23:18:25 +02:00
therecipe
6bcfb21c9a fix qtmoc 2017-03-23 18:05:27 +01: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
b144b9ffd3 several fixes + rpi docker images 2017-03-17 21:36:32 +01:00
therecipe
1c2fcd441f breaking changes; make use of qmake + drop legacy code
The cgo files are now generated by parsing the Makefiles generated by
qmake.
This greatly simplifies the support for additional targets, and also
removes the need to maintain extra backward and forward compatibility
code.

But these (backend) changes needed to come along with some breaking
changes to the (fontend) tooling.
So there is now the need to always specify the target when you use
qtmoc, qtrcc or qtminimal.

Some other minor breaking changes were:
The moc and rcc files are not automatically removed anymore by qtdeploy.
Because qtdeploy now has a -fast flag to make used of these cached
files.

The use of docker is now specified by using the -docker flag.

And the docker images were renamed to make their use case more clear.
2017-03-16 20:18:32 +01:00
therecipe
9a8884dd2f fix sailfish os 2017-03-15 20:43:01 +01:00
therecipe
b47d2addd4 fix CI + qtsetup 2017-03-11 20:08:40 +01:00
therecipe
b07306acc2 further qmake related changes + more refactoring 2017-03-10 22:54:09 +01:00
therecipe
8fc476c30c fix connect functions 2017-03-10 17:40:29 +01:00
therecipe
5200161c61 qmake related changes + some refactoring 2017-03-04 19:01:53 +01:00
therecipe
70f198d247 fix connect functions, dynamic mxe lookup, futher qmake related changes 2017-03-02 19:24:25 +01:00
therecipe
256c681ec8 further preparations for qmake + pre-build openssl for docker 2017-02-26 22:03:27 +01:00
therecipe
96cb56ef6e fix CI 2017-02-25 00:07:57 +01:00
therecipe
a15e5055c5 preparation for qmake + new update mechanism + qtmoc fix 2017-02-24 22:53:17 +01:00