Commit graph

430 commits

Author SHA1 Message Date
therecipe
8d6e005dd3 make qtmoc files compatible with docker 2017-01-10 14:24:52 +01:00
therecipe
ea23983855 multiple gopath support for qtdeploy with docker 2017-01-09 22:09:05 +01:00
therecipe
3efbd9c50d fix iOS build 2017-01-09 16:47:17 +01:00
therecipe
9d86d8aac3 preparation for Qt 5.8.0 2017-01-08 20:14:18 +01:00
therecipe
c4bd0d0b10 Merge pull request #182 from akamensky/master
Allow qtdeploy to embed resources in all situations
2017-01-08 17:14:49 +01:00
Alexey Kamenskiy
33b8324edc Same changes needed in deployment phase to ensure qtdeploy will embed the resources 2017-01-08 18:47:18 +08:00
Alexey Kamenskiy
2e34965cf8 Add env var QTRCC_CWD to specify where to look for resources 2017-01-08 18:46:49 +08:00
Alexey Kamenskiy
438dd998a1 Temporary fix for qtdeploy not able to pass flags to qtrcc (pass them as environment then) 2017-01-08 18:00:55 +08:00
therecipe
d9eb444d8b fix infinite recursion in utils.QT_VERSION 2017-01-08 00:56:58 +01:00
therecipe
8a83cb4e3e qt_dir & qt_version flags + partial automatic version detection 2017-01-07 18:26:06 +01:00
therecipe
afac285c24 fix qtmoc 2017-01-07 00:55:15 +01:00
therecipe
fdef10e5ac make code generation consistent again + additional cpu flag for qtsetup 2017-01-06 22:45:13 +01:00
therecipe
5451032fc4 fix qtdeploy + pure virtual function callbacks 2017-01-06 14:29:02 +01:00
therecipe
9a3de4ded2 new virtual functions + new sql/querymodel example 2017-01-04 23:14:55 +01:00
therecipe
7f3481d85f refactor + minor cleanup 2017-01-04 16:18:11 +01:00
therecipe
acb48c8d7f make qtdeploy less verbose 2017-01-04 00:01:13 +01:00
therecipe
c69117432a fix msys2 + android docker image 2017-01-03 20:03:56 +01:00
therecipe
45c02e2932 Merge pull request #171 from hvnsweeting/master
Remove dead code
2017-01-03 17:25:25 +01:00
Hung Nguyen Viet
6f1426de02 Remove dead code 2017-01-03 12:23:14 +07:00
therecipe
8fdb852dd5 fix msys2 2017-01-02 21:26:38 +01:00
therecipe
8e6d46d68e additional flags for qtrcc 2017-01-02 19:17:38 +01:00
therecipe
2fa4966d4f cleanup 2017-01-02 17:01:18 +01:00
therecipe
d3dc84dbbd Merge pull request #169 from KellyLSB/master
Added GoLang Stringer Generator
2017-01-02 14:23:26 +01:00
Kelly Lauren Summer Becker-Neuding
67e3faa9d9 Added GoLang Stringer Generator 2016-12-30 16:39:23 -08:00
therecipe
4253fd5ff2 minor cleanup 2016-12-30 23:37:32 +01:00
therecipe
0329327628 minor fixes 2016-12-30 21:40:48 +01:00
therecipe
ec70fa5bcd add QObject to QVariant help functions 2016-12-30 18:34:45 +01:00
therecipe
9e0f6f0643 new qml/gallery example + new screenshots 2016-12-29 23:31:55 +01:00
therecipe
e201af8a0f add support for custom qrc files to qtrcc 2016-12-29 18:04:48 +01:00
therecipe
dde655ca0e new qml/drawer_nav_x example 2016-12-27 22:42:13 +01:00
therecipe
93f8bed552 extend the qml/tableview example 2016-12-27 20:08:47 +01:00
therecipe
0b03390a53 fix qtmoc + new quick/hotreload example 2016-12-24 00:45:53 +01:00
therecipe
11aa6b19de partially deduce polymorphism 2016-12-23 21:35:16 +01:00
therecipe
986dd10067 support various additional functions 2016-12-19 21:13:41 +01:00
therecipe
c6e8cb0289 fix qtdeploy for android on windows 2016-12-18 04:30:32 +01:00
therecipe
8318f0c212 fix android deployment + examples 2016-12-17 21:52:41 +01:00
therecipe
203995b2f4 support for the charts + datavisualization modules 2016-12-17 01:18:44 +01:00
therecipe
28b6970117 fix sailfish + fix ios-simulator + new checks 2016-12-16 21:59:46 +01:00
therecipe
8dbcd7aecc fix recursive bug in qtmoc + remove std installation in qtsetup 2016-12-15 19:44:58 +01:00
therecipe
5751299dd5 fix qtmoc + support error as a type in qtmoc + don't pull example deps 2016-12-15 15:44:15 +01:00
therecipe
30ad41cb84 Merge pull request #150 from jordanorelli/moc-skip-vendor
blacklist the vendor directory from qtmoc
2016-12-15 15:30:38 +01:00
therecipe
8d0cd41762 Merge pull request #149 from jordanorelli/cleanup
Cleanup
2016-12-15 15:29:54 +01:00
Jordan Orelli
d53d57d8e6 blacklist the vendor directory from qtmoc 2016-12-14 18:03:43 -06:00
Jordan Orelli
5acbaa0935 clean up setup test example generation 2016-12-14 17:49:26 -06:00
Jordan Orelli
8ab8ca9dea clean up example config 2016-12-14 17:49:26 -06:00
Jordan Orelli
d99ee4d416 remove brackets around switch cases
cases don't require brackets
2016-12-14 17:49:26 -06:00
therecipe
e6da611e3d minor cleanup internal/templater 2016-12-14 21:12:51 +01:00
therecipe
cae2cd564b fix ci android-sdk deps 2016-12-14 17:08:46 +01:00
therecipe
1941c35710 fix android-sdk link for linux again 2016-12-14 16:07:24 +01:00
therecipe
b10263eaa0 Merge pull request #147 from overlordtm/fix-multi-desktop
Fix unwanted error when using multiple gopaths
2016-12-14 16:05:53 +01:00