Commit graph

103 commits

Author SHA1 Message Date
therecipe
2fa4966d4f cleanup 2017-01-02 17:01:18 +01: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
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
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
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
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
1941c35710 fix android-sdk link for linux again 2016-12-14 16:07:24 +01:00
therecipe
279ae4e3bc update various dependencies 2016-12-13 23:13:10 +01:00
therecipe
d10ed7da32 cleanup internal/parser 2016-12-11 21:03:06 +01:00
therecipe
9a9972953e fix qtdeploy for android on windows 2016-12-06 19:46:08 +01:00
therecipe
bc0d27a76d remove qtmoc cleanup function 2016-12-05 21:10:25 +01:00
Bruno Clermont
2384b753c0 Refactor Internal (#135)
* add WalkFilterBlacklist func

* add WalkOnlyDirectory

* add WalkFilterError

* add WalkOnlyFile

* add WalkOnlyFile

* fix assert parameter order, add WalkOnlyExtension

* refactor qtmoc

* remove WalkFilterError

* raise error

* move logging to GetModule

* put back moc_cleanup.json
2016-12-05 21:09:16 +01:00
therecipe
ee48eb4016 Merge pull request #134 from bclermont/qtmoc-cleanup
improve usability of qtmoc
2016-12-01 17:44:40 +01:00
therecipe
6732383953 Update qtminimal.go 2016-12-01 17:30:11 +01:00
Bruno Clermont
f4e32c9bdf just be a little more verbose 2016-12-01 21:55:10 +07:00
Bruno Clermont
e1438c850b improve help 2016-12-01 21:51:34 +07:00
Bruno Clermont
90b0a58426 flag requires parameters to be passed first 2016-12-01 21:50:24 +07:00
Bruno Clermont
7c2e915d55 improve usability of qtmoc
- switch to flag to CLI parsing
- add logging
- add a `-debug` mode
- flatten code
- cleanup
2016-12-01 21:38:13 +07:00
Bruno Clermont
0e042d7a7e support multiple GOPATH 2016-12-01 11:54:47 +07:00
therecipe
65aca8fddb use android sdk build tools 25.0.1 2016-11-23 18:45:46 +01:00
therecipe
e8efd8a423 new widgets/textedit example + new functions 2016-11-23 18:08:37 +01:00
Bruno Clermont
12ac604dc4 more GOPATH fix 2016-11-22 18:23:41 +07:00
therecipe
6cdfc0c047 minor fix + cleanup 2016-11-21 21:15:53 +01:00
therecipe
c9176cdd9a cleanup qtmoc + static qRegisterMetaType 2016-11-21 17:55:44 +01:00
therecipe
02751dcb9c support for qRegisterMetatype 2016-11-18 20:29:31 +01:00
Bruno Clermont
9138c4c48b Use original GOPATH
`utils.MustGoPath()` return only the `GOPATH` where `github.com/therecipe/qt` leave original `GOPATH` value intact.
2016-11-18 14:33:57 +07:00
therecipe
cf4073023c fix qtminimal + qtmoc 2016-11-18 02:31:08 +01:00
therecipe
27a8eac365 fix qtmoc 2016-11-16 21:02:19 +01:00
therecipe
37329a0a70 fix quick/dynamic example 2016-11-16 17:43:02 +01:00
therecipe
4afb83f930 partial support of generic containers 2016-11-15 23:07:05 +01:00
therecipe
8720755230 fix qtdeploy for android 2016-11-15 18:21:28 +01:00
therecipe
8aef8a1721 fix qtsetup 2016-11-13 17:34:16 +01:00
therecipe
71c4fb9fdc fix qtsetup + circleci 2016-11-13 17:28:49 +01:00
therecipe
0ffd648614 fixes + windows 64 docker image 2016-11-12 16:06:57 +01:00
therecipe
e0fca8b8fd update widgets/renderer example 2016-11-10 17:50:18 +01:00
therecipe
50cd42546f new widgets/renderer example 2016-11-10 03:24:52 +01:00
therecipe
59acd97d34 new quick/dynamic example 2016-11-09 23:19:35 +01:00
therecipe
26cfcccaed support cross compilation on Linux for Windows 64bit 2016-11-07 02:48:18 +01:00
therecipe
48d3171bdd fix qtdeploy on linux 2016-11-07 00:19:03 +01:00
therecipe
de96785a74 fix qtmoc 2016-11-05 22:13:29 +01:00
therecipe
d0152ba905 support MSYS2 2016-11-05 20:49:45 +01:00
therecipe
295dde0726 new examples 2016-11-03 20:35:55 +01:00
therecipe
980a9a09e6 make qtminimal and qtmoc faster + integrate new examples 2016-11-02 22:17:37 +01:00
therecipe
cc7e289e5d fix qtdeploy docker support 2016-10-30 20:51:15 +01:00
therecipe
3917516184 minor cleanup 2016-10-30 03:53:56 +01:00
therecipe
bac79d8fdd cleanup + split qtdeploy 2016-10-29 23:28:13 +02:00