Commit graph

843 commits

Author SHA1 Message Date
therecipe
83311ce9ed fix static Qt deployments for darwin 2019-06-26 02:38:45 +02:00
therecipe
0e13958858 more Qt 5.12.4 related fixes
* bump Qt version of the linux and android docker images to 5.12.4
* new androidextras/service example
2019-06-25 01:50:25 +02:00
therecipe
af32cfd0e0 fixes for Qt 5.12.4 and 5.13.0 + bump android docker image Qt api to 5.12.3 2019-06-24 21:03:10 +02:00
therecipe
be44906910 fix docker images (linux, darwin, android and sailfish) 2019-06-08 03:00:47 +02:00
therecipe
601259d3f1 bump Qt version for linux and android docker images to 5.12.3 + add freebsd vagrant boxes 2019-06-07 03:02:32 +02:00
therecipe
0c188103d8 support for FreeBSD + fix webengine deployment on linux + pass PKG_CONFIG_PATH to docker 2019-06-06 01:07:51 +02:00
therecipe
d2ad1171c3
Merge pull request #875 from MDobak/patch-1
Fix QPlainTextEdit constants generated by qtrcc
2019-06-06 01:07:00 +02:00
Michał Dobaczewski
39d0bad1a9
Fix QPlainTextEdit constants 2019-06-03 16:44:24 +02:00
therecipe
0167e2b766 fix setup issues on linux + detect go version at runtime + let examples use NewQVariant1 + add pkg-config to docker images 2019-06-01 23:45:14 +02:00
therecipe
543fb14d45 fix minor qtminimal issue + let the static linux docker image use ibusplatforminputcontextplugin 2019-05-30 01:29:02 +02:00
therecipe
8161b74c70 add fcitx to static linux image + fix CGO_LDFLAGS issue 2019-05-25 03:34:21 +02:00
therecipe
eedf008a49 fix []string issue + fix docker images + add fcitx plugin to linux images 2019-05-23 00:17:16 +02:00
therecipe
8a927e9edb various minor fixes
* make private constructors work across packages
* fix go module related docker deployment issues
* make svg module optional
* bump openssl version for android docker images
* new (experimental) function to directly call qml functions from go
* fix QVariant related issue with older Qt versions
* fix qtmoc issue
2019-05-22 00:01:13 +02:00
therecipe
38467ad28e improved type compatibility with qml through the transparent type conversion of QVariant
* qml support for map[string]T, map[string]map[string]*QVariant, [][]*QVariant, []map[string]*QVariant and map[string][]*QVariant
* qml support for []*CustomMocStruct
* new "NewQVariant1(interface{}) *QVariant" and "(*QVariant).ToInterface() interface{}" functions
* fix docker go module support
2019-05-16 05:31:11 +02:00
therecipe
89b7941f48 overall deployment speedup and size reduction
* various fixes for js/wasm ([]byte support, quickcompiler support, moc fixes)
* docker go modules support
* android arm64 support
* hide rarely used dependencies behind build flags
* various minor fixes
2019-05-13 20:37:59 +02:00
therecipe
cf6956137a fix static linux docker image + uic support on linux + go module issue 2019-05-08 01:03:25 +02:00
therecipe
01e05b1d5c support for the uic
* fix faulty dealloc
* fix qtminimal issue
* fix windows 32 bit deployment issue
* update sailfish docker image
2019-05-06 23:55:31 +02:00
therecipe
9f97258ffe support for quickcompiler + minor cleanup + qtmoc speedup 2019-05-01 02:39:02 +02:00
therecipe
746779e4c0 minor cleanup + fix iOS linking issue 2019-04-28 02:44:55 +02:00
therecipe
120a741ef6 fix mxe/msys2 deployment issues + fix go module issue 2019-04-27 00:40:37 +02:00
therecipe
c8497dbdcf fix icu lib deployments + fix docker image builds + new 3rdparty/qzxing examples + new opensuse docker images 2019-04-26 04:34:32 +02:00
therecipe
3bd1af564b new docker image for darwin deployments 2019-04-25 00:07:32 +02:00
therecipe
d3bf940d22 fix docker builds again 2019-04-21 19:57:48 +02:00
therecipe
8a1f02f0e2 fix missing imports 2019-04-21 02:47:12 +02:00
therecipe
c1fcd95507 fix docker builds again + fix QT_PKG_CONFIG 2019-04-21 02:42:59 +02:00
therecipe
27fd3fea5f fix docker builds + reduce go module encapsulation + make setup more portable 2019-04-21 01:03:23 +02:00
therecipe
a06d10664e re-create symlinks 2019-04-20 19:35:32 +02:00
therecipe
79b8fae1a7 breaking changes: support *long + change internal qt.{Connect,Get,Lend}Signal signature
* various minor fixes and cleanups
* support interface{} returns for js/wasm
* fix android builds on darwin
* support for the virtualkeyboard module
* fixes for docker image builds
* cleanup callback handling
* fix possible moc memory leaks
* new virtualkeyboard examples
2019-04-20 19:34:45 +02:00
therecipe
47435cc1dd various fixes for wasm, raspberry, go 1.12 and minor issues + initial support for Felgo (former V-Play)
* js/wasm GOCACHE fix for Go 1.12+
* make use of the official Go 1.12 wasm build and replace js.NewCallback with js.FuncOf
* update docker images to Go 1.12.4
* revive raspberry images
* fix raspberry related bundling issue
* add the multimedia module to the raspberry images
* fix raspberry related QT_API issue
* remove unecessary *char to []byte copy overhead in some unlikely cases
* fix Qt install script
* initial partially support for Felgo (former V-Play) on darwin
* fix charts/audio example and darwin
* fix common/widgets_demo example on iOS (issue #451)
* fix widgets/renderer memory leak
* fix possible QT_PKG_CONFIG + QT_VERSION race condition
* fix static linux docker image
2019-04-16 18:28:55 +02:00
therecipe
18d257176d fix for msys2 setup + fix static linux build issues + various minor fixes 2019-04-12 02:49:39 +02:00
therecipe
20875b0327 work around msys2 kernel32 issue + fix deployment of multimedia libs for linux qml builds + reduce size of docker base images 2019-04-09 20:14:33 +02:00
therecipe
0b4efcc367 fix minor issues + fix static linux docker image 2019-04-08 22:32:04 +02:00
therecipe
be7a7d5463 new static linux docker image + add qtsetup failfast flag + minor fix for docker deployments 2019-04-07 00:31:32 +02:00
therecipe
da9f0689a8 fix 32bit windows builds 2019-03-30 19:23:43 +01:00
therecipe
a89eb1f067 new 32bit windows wine docker image 2019-03-30 18:08:10 +01:00
therecipe
f041de0bd7 support 32bit windows builds again 2019-03-30 17:41:02 +01:00
therecipe
582f3233f0 fix arch docker image 2019-03-28 04:03:05 +01:00
therecipe
fafeae3221 fix ios xcode 10.2 issues + fix ios morestack issue + minor example fix 2019-03-28 03:44:17 +01:00
therecipe
3dab3e932d replace golang.org/x imports with github.com/golang again + fix arch docker image 2019-03-27 02:27:55 +01:00
therecipe
6803925396 replace golang.org/x imports with github.com/golang 2019-03-26 23:29:06 +01:00
therecipe
e1b1bf0d39 fix moc inf loop issue + fixes for Qt 5.13 + fix asset dir deployment for msys2 and mxe builds 2019-03-26 22:40:13 +01:00
therecipe
c5b2d3f610 fix legacy mxe docker builds 2019-03-22 21:15:29 +01:00
therecipe
c97efc221f fix nativeEvent functions + various fixes for minor issues 2019-03-22 20:48:57 +01:00
therecipe
e73768bc9b minor fix 2019-01-21 22:14:26 +01:00
therecipe
be468a4be7 more fixes for go modules 2019-01-21 19:28:43 +01:00
therecipe
df49a978e8 fix rpath issue on linux again + more fixes for go modules 2019-01-18 04:38:48 +01:00
therecipe
38b504fabe fix rpath issue on linux 2019-01-17 22:23:02 +01:00
therecipe
0eb397b4e8 fix static windows build images 2019-01-17 01:37:21 +01:00
therecipe
e3109c215d fix missing dependency issues for mxe builds again 2019-01-16 18:26:21 +01:00
therecipe
94a0fe87cf fix missing dependency issues for mxe builds 2019-01-15 20:47:09 +01:00