Commit graph

752 commits

Author SHA1 Message Date
therecipe
91ffc25c1b fix -fast flag when used in combination with stub mode 2017-04-11 21:24:26 +02:00
therecipe
bc5bdbc293 make qtdeploy faster by filtering out std packages 2017-04-11 21:07:16 +02:00
therecipe
8dda8718f2 Merge pull request #282 from m8m5/patch-1
readme: fix for github pages
2017-04-11 21:04:10 +02:00
MRMillon
b3088d3244 readme: fix for github pages 2017-04-11 15:03:48 +06:00
therecipe
6d11509f78 add support for the WebKit module 2017-04-10 23:38:26 +02:00
therecipe
0e5263d72c Merge pull request #280 from theGeekPirate/patch-1
Fixed Docker Tags in Readme
2017-04-10 22:56:58 +02:00
theGeekPirate
657a568934 Fixed Docker Tags
- Corrected the Docker tags for windows_32_shared and windows_64_shared
2017-04-10 13:10:14 -07:00
therecipe
053d54a2eb Set theme jekyll-theme-cayman 2017-04-08 21:13:04 +02:00
therecipe
88938f41fe update the readme + preparations for Qt 5.9.0 2017-04-08 19:46:06 +02:00
therecipe
3221164870 new qml/printslides example 2017-04-07 22:40:09 +02:00
therecipe
8300eb0dfb minor fixes 2017-04-06 23:33:28 +02:00
therecipe
ef93593858 update readme + screenshots 2017-04-06 23:22:01 +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
a94e900cd5 fix qtsetup/prep link issue 2017-04-03 22:46:49 +02:00
therecipe
87e59bbdaa Merge pull request #269 from MathyV/gentoo
Added Gentoo detection
2017-04-03 19:43:41 +02:00
therecipe
b4b5a13a1f Merge pull request #270 from MathyV/versiondetect
Add pkg-config based Qt version detection
2017-04-03 19:43:24 +02:00
Mathy Vanvoorden
8dd94475dc
Add pkg-config based Qt version detection 2017-04-01 21:03:41 +02:00
Mathy Vanvoorden
f54fabd677
Added Gentoo detection 2017-04-01 20:52:43 +02:00
therecipe
dbb5e1d7d9 minor sailfish fix 2017-04-01 20:13:20 +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
256e4454bd fix qtmoc + docker setup on windows 2017-03-30 22:26:52 +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
a0460f5a46 selfstanding docker setup 2017-03-23 21:06:55 +01:00
therecipe
6bcfb21c9a fix qtmoc 2017-03-23 18:05:27 +01:00
therecipe
b470027a32 fix CI 2017-03-23 01:13:09 +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
2df4e957c6 new widgets/share example 2017-03-20 20:27:34 +01:00
therecipe
b2418c2c22 partially fix constructors with polymorphic inputs 2017-03-20 18:33:55 +01:00
therecipe
067db73d52 new webchannel examples 2017-03-18 17:15:46 +01:00
therecipe
b144b9ffd3 several fixes + rpi docker images 2017-03-17 21:36:32 +01:00
therecipe
bbb7fb2927 Merge pull request #249 from m8m5/patch-1
readme: fix for latest github markdown changes
2017-03-17 17:59:53 +01:00
MRMillon
82b823c5b9 readme: fix for latest github markdown changes
https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown
2017-03-17 11:56:47 +06:00
therecipe
9fb3a72d81 minor cleanup 2017-03-16 22:27:11 +01:00
therecipe
9220fa5bbb fix docker images 2017-03-16 20:51:27 +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
7743ba06ff fix CI 2017-03-10 23:13:00 +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
b2ff80dbde fix webengine deployment for linux again 2017-03-01 17:36:43 +01:00
therecipe
5a85b07e29 fix webengine deployment for linux again 2017-03-01 17:09:30 +01:00