Commit Graph

654 Commits

Author SHA1 Message Date
12618a309c
Merge pull request #70 from rcalixte/goroutine6
Add goroutine6
2024-12-30 17:12:49 +13:00
ee156b8e7a
Merge pull request #113 from mappu/miqt-doc-freebsd
Add official documentation for FreeBSD support
2024-12-29 18:56:33 +13:00
d72bc4c568 doc/goroutine6: add example screenshot 2024-12-29 18:27:19 +13:00
6768a39090 doc/README: add guidelines about mainthread 2024-12-29 18:25:52 +13:00
e347084d94 goroutine6: use mainthread.Wait() helper function 2024-12-29 18:25:21 +13:00
f71dc1c303 goroutine6: use simpler downcasts 2024-12-29 18:25:07 +13:00
8777a73081 goroutine6: run as many workers as GOMAXPROCS 2024-12-29 18:25:01 +13:00
38a75178ca mainthread: add helper function to run code in main Qt thread 2024-12-29 18:24:15 +13:00
3c716baf7f Merge branch 'master' into goroutine6 2024-12-29 18:05:57 +13:00
ed3f414a7c doc: add notes for FreeBSD 14.2 2024-12-29 17:12:30 +13:00
60052793be doc/CHANGELOG: release notes for v0.7.1 2024-12-16 18:44:03 +13:00
6aca27dadb gitignore: fix path for mdoutliner6 2024-12-16 18:43:57 +13:00
4474952246 doc/CHANGELOG: fix typo in v0.7.0 changelog 2024-12-16 18:43:29 +13:00
b31a1e3dfe
Merge pull request #103 from mappu/miqt-automatic-bool
Automatic handling for -D_Bool=bool where required
2024-12-14 10:21:22 +13:00
cdcd1e71e0 doc/README: updated MSYS2 install instructions 2024-12-11 19:56:11 +13:00
240d1c3925 doc/README: remove requirement for manual bool define 2024-12-11 19:55:59 +13:00
7f114f1538 qt: rebuild (add -D_Bool=bool handling) 2024-12-11 19:55:47 +13:00
641dbd6d21 genbindings/cabi: add automatic -D_Bool=bool handling 2024-12-11 19:55:32 +13:00
02fd3dae07
Merge pull request #101 from mappu/miqt-derived-bases
Fixes for calling methods on base classes
2024-12-08 14:39:06 +13:00
26d3e8170e qt: rebuild (base class pointers) 2024-12-07 17:44:30 +13:00
5a7a46e28f genbindings: use separate virtbase helper to get base pointers 2024-12-07 17:44:27 +13:00
398abfd574 qt: rebuild (merge some temporary variables) 2024-12-07 15:02:06 +13:00
1baf7342e5 genbindings: merge codepaths for go return value construction 2024-12-07 15:00:03 +13:00
ce87828d36 qt: rebuild (add panic on invalid subclass attempt) 2024-12-07 14:43:28 +13:00
5271f8d4a1 genbindings: panic when trying to override methods on non-subclass 2024-12-07 14:18:47 +13:00
138883fb2d doc/README: add link to benchmarks thread 2024-12-07 14:18:06 +13:00
Rick Calixte
60022e37e7
Add goroutine6
Ported from:
https://github.com/therecipe/examples/blob/master/advanced/widgets/goroutine/main.go
2024-11-27 21:36:36 -05:00
5f7b9a47b8 doc/CHANGELOG: release notes for v0.7.0 2024-11-27 20:59:47 +13:00
863fd72333 doc/CHANGELOG: add extra entry for initial development 2024-11-27 20:59:40 +13:00
67c935c10b
Merge pull request #96 from mappu/miqt-webengine
Add bindings for QtWebEngine
2024-11-27 20:42:33 +13:00
a6eab7a514 doc/README: update latest list of package bindings 2024-11-27 18:19:01 +13:00
b04953bc5f doc/README: update latest Linux build test notes 2024-11-27 18:18:53 +13:00
77cd3f2e79 webengine: add examples 2024-11-27 18:16:55 +13:00
ad55d185da webengine: initial generation 2024-11-27 18:16:48 +13:00
6b2935add1 webengine: add genbindings integration 2024-11-27 18:16:40 +13:00
ac3bb31a71 qt/network: rebuild (fix enum name collision) 2024-11-27 18:16:25 +13:00
9d587fdadf genbindings/go: avoid name collisions between enums and enum entries 2024-11-27 18:12:40 +13:00
ee8d115cde qt6/network: fix wrong package name in cflags.go 2024-11-27 18:00:42 +13:00
5b25ae9cad genbindings: enums by reference also need c-style cast 2024-11-27 18:00:23 +13:00
eb23d0e1fa
Merge pull request #95 from mappu/miqt-more-libraries
Draft: Add bindings for Qt5Svg, Qt6Svg, Qt5Script, Qt5Webkit
2024-11-27 08:11:50 +13:00
b91500af07 webkit: add example 2024-11-26 22:31:41 +13:00
2c067edda5 webkit: initial generation 2024-11-26 22:31:32 +13:00
db5fadaeb7 webkit: add genbindings support 2024-11-26 22:31:23 +13:00
96bdaffef0 qt: rebuild (add missing header includes for container types) 2024-11-26 20:10:11 +13:00
bfbaeaf514 genbindings: add missing header includes for some container types 2024-11-26 20:09:30 +13:00
10d01df372 qtscript: add example 2024-11-26 19:55:26 +13:00
2526335d5d qtscript: initial generation 2024-11-26 19:55:18 +13:00
d28621c941 qtscript: genbindings configuration 2024-11-26 19:55:10 +13:00
23e4e307d9 svg: add example 2024-11-26 19:54:57 +13:00
86a8f2b6b8 svg: initial build 2024-11-26 19:54:46 +13:00