Commit graph

859 commits

Author SHA1 Message Date
therecipe
5875595329
Merge pull request #1011 from angiglesias/feature-configurable_android_api
Added suport for customizable Android API level
2019-11-10 20:02:33 +01:00
therecipe
20ac5c183d bump recursive guard version 2019-11-10 20:00:15 +01:00
therecipe
6e660afb3d fix go module related docker deployment issue + hide env patch fallback warning for non go module dev on macOS + fix docker images 2019-11-10 19:46:04 +01:00
therecipe
c9ba132582 fix various minor issues 2019-11-08 13:54:10 +01:00
Ángel
5782c449a3
Added suport for customizable Android API level
The Android API level can be customized changing the ANDROID_NDK_PLATFORM environment variable in
the host system. The value of this variable will be passed to QMake to generate the correct flags
required to build cgo using the Android NDK toolchain as backend.

Signed-off-by: Ángel <angelo.fly1@gmail.com>
2019-11-08 13:45:48 +01:00
therecipe
18864661ae fix qtminimal issue + azure pipelines windows go module ci job 2019-11-02 00:23:36 +01:00
therecipe
79e83fbcfd make it possible to use NewQVariant1 + (*QVariant).ToGoType to convert a Go object to an QVariant and vice versa
* support a few more QVariant + QJSValue functions
* support for QWebEngineProfile + QJSValueIterator
* docker deployments now automatically uses the pinned tooling version for projects making use of go modules
* bump Go version for docker images to 1.13.4
2019-11-01 23:45:04 +01:00
therecipe
590f404884 fix azure pipelines windows yaml file 2019-10-23 01:34:21 +02:00
therecipe
6d18dd68e5 update README + minor fixes
* some initial fixes for Qt 5.14
* auto register moc stuct meta types
2019-10-23 01:27:33 +02:00
therecipe
1097424d65 fix go module related issues 2019-10-20 00:43:06 +02:00
therecipe
0491386233 revert go.mod and go.sum changes 2019-10-15 17:50:15 +02:00
therecipe
4faa8b1f74
Merge pull request #922 from zrnsm/master
Fix 2dpainting example build
2019-10-15 17:43:45 +02:00
therecipe
8ca5eb4577
Merge pull request #983 from angiglesias/master
Added support for Android NDK r20
2019-10-15 17:40:01 +02:00
therecipe
d89c50c657 partially revert changes made with 46410576 and cb80574c + work around "go list" bug in Go 1.13.x again 2019-10-15 17:17:40 +02:00
Ángel
a39b157b41 Reimplemented Android NDK properties parsing inside go instead of calling sed 2019-10-15 02:38:08 +02:00
therecipe
cb80574c53 qtmoc and qtminimal hotfix 2019-10-14 23:57:29 +02:00
therecipe
46410576cc fix Qt install script + work around "go list" bug in Go 1.13.x 2019-10-14 22:44:19 +02:00
therecipe
6c3ac91945 declare various additional metatypes 2019-10-14 20:30:44 +02:00
Ángel
69b7a8af79 Added support for Android NDK r20
Detailed information: https://bugreports.qt.io/browse/QTBUG-76293
2019-10-13 20:22:35 +02:00
therecipe
3904ec6ceb work around for qtmoc name clash issues 2019-10-10 19:49:05 +02:00
therecipe
98ccee3b6f fix qtrcc issue + skip initEnv for docker deployments 2019-10-10 19:41:53 +02:00
therecipe
9cc9109f8e work around a docker bug on azure pipelines 2019-10-07 01:11:56 +02:00
therecipe
e9f3046c76 new (*QObject).ConnectSignal function + new fedora docker image
* new docker images to make it easier to deploy to "embedded" armv6/armv7/arm64 systems such as Raspberry Pi, Orange Pi, Banana Pi, BeagleBone, BeagleBoard, ODROID, Asus Tinker Board, ...
2019-10-06 22:14:18 +02:00
therecipe
73192f6811 support for QProcess and QProcessEnvironment 2019-10-02 11:52:16 +02:00
therecipe
d11e9c4c9c minor fix 2019-09-30 18:07:06 +02:00
therecipe
9c4a28ad5b fix felgo application crashes + new felgo examples 2019-09-30 17:52:29 +02:00
therecipe
d6c31d908a remove falsely committed felgo-live cache file 2019-09-29 14:20:16 +02:00
therecipe
2683e87a2d remove felgo-live cache files automatically 2019-09-29 10:10:39 +02:00
therecipe
a87c9281c6 new felgo examples 2019-09-28 19:59:57 +02:00
therecipe
cd53818b8f new felgo module + support for env related QtGlobal functions + new QT_RESOURCES_BIG env var 2019-09-28 18:21:38 +02:00
therecipe
383164b950 fix docker deployment issue on linux 2019-09-26 01:36:43 +02:00
therecipe
521980c887 new msvc docker image + new charts/modeldata example + minor docker image cleanups + update example links 2019-09-24 23:11:42 +02:00
therecipe
60e39e0bfc more msvc related fixes + minor cleanups 2019-09-24 00:03:23 +02:00
therecipe
4c87557032 fix go module related issue 2019-09-14 21:31:31 +02:00
therecipe
46e554d25d fix go module related issues + re-add various functions 2019-09-14 19:07:15 +02:00
therecipe
fe13d77631 fix msvc deployments + fix quickcompiler support on windows 2019-09-12 19:23:17 +02:00
therecipe
164b4a7405 fix go module related docker deployment issues 2019-09-12 01:01:17 +02:00
therecipe
a29105c9a8 revert some changes made with 33ee7b24 + minor msvc related fix 2019-09-11 16:27:33 +02:00
therecipe
bc4f7f38e0 fix path issue + support for custom docker hub images 2019-09-11 02:42:41 +02:00
therecipe
33ee7b247d experimental support for the msvc builds to get the webengine/webview modules working on windows
* Go 1.13 related fixes for js/wasm
* fix windows docker deployment issue
* new 3rdparty/UGlobalHotkey example
* fix webengine module on arch linux
* support for the prebuilt Qt wasm builds
* make use of -trimpath if available
* bump Go version in docker images to 1.12.9
2019-09-10 20:17:30 +02:00
therecipe
d6c64b2b90 fixes for Go 1.13 2019-09-04 02:09:11 +02:00
therecipe
5aa0dd4260 fix static linux deployment issue + re-add various QWebEnginePage/View functions
* make changes from 38467ad2 available for js/wasm as well
2019-09-03 18:23:46 +02:00
therecipe
9192b4eabd fix qtrcc issues + fix linux_ft ci 2019-08-30 17:55:56 +02:00
therecipe
8d58cdb2e4 fix azure pipelines issue again 2019-08-30 00:30:04 +02:00
therecipe
32c6f2dd5f
Merge pull request #910 from logrusorgru/master
qtrcc fix uic generating for windows
2019-08-30 00:28:55 +02:00
therecipe
8276180912 fix azure pipelines issue again 2019-08-29 04:06:51 +02:00
therecipe
ab15bfadb9 fix azure pipelines issue again 2019-08-29 02:41:19 +02:00
therecipe
dd09a2c386 fix azure pipelines issue + fix android_arm64 docker deployment 2019-08-29 02:39:37 +02:00
therecipe
cf2c541126 fix azure pipelines issue 2019-08-29 02:22:40 +02:00
therecipe
16c2eccafc inform user about the need to run qtsetup + fix docker related js deployment issue 2019-08-27 23:09:01 +02:00