d07996d2ed
genbindings/headers: more detailed include guards, use pragma once
2024-11-17 19:18:02 +13:00
2d665dd840
genbindings/fmt: replace trivial sprintf with strconv
2024-11-17 19:17:54 +13:00
f6acae63bb
genbindings/cabi: normalize container comments
2024-11-17 19:17:48 +13:00
58ec6e1821
genbindings: add QPair<> support
2024-11-17 19:17:31 +13:00
dc39b7ca65
genbindings/containers: fixes for special characters in container names
2024-11-17 19:17:22 +13:00
e1cbcb4629
genbindings/qmap: fix not applying typedefs to inner types
2024-11-17 19:17:16 +13:00
598b8bdb89
genbindings/cabi: inline return statements in emitAssignCppToCabi
2024-11-17 19:17:09 +13:00
caee076af8
genbindings/go: implement cabi type roundtrips for pointer types
2024-11-17 19:17:03 +13:00
5a3c3556a1
genbindings/intermediate: add Void() helper method
2024-11-17 19:16:51 +13:00
4fbf4c702a
genbindings: refactor move state tracker to new file
2024-11-17 19:16:45 +13:00
6ae2235cb4
genbindings/typedefs: refactor extract single method helper
2024-11-17 19:16:40 +13:00
0ffb24d11a
genbindings/blocklist: refactor extract single method helper
2024-11-17 19:16:34 +13:00
d9bfece505
genbindings/state: track class lookup locations
2024-11-17 19:16:25 +13:00
ed18c216f3
genbindings/exceptions: move QGADGET to exceptions file
2024-11-17 19:16:07 +13:00
ba4c212805
Merge pull request #77 from rcalixte/quick_lint
...
genbindings: Lint cleanup
2024-11-14 18:49:43 +13:00
Rick Calixte
a067210548
genbindings: Lint cleanup
2024-11-13 08:33:51 -05:00
4669ec0632
Merge pull request #75 from mappu/fix-qt6-multimedia
...
Qt6Multimedia: Fix compilation, add example
2024-11-12 18:25:57 +13:00
0b16793f6c
Merge pull request #66 from rcalixte/trivialwizard6
...
Add trivialwizard6
2024-11-11 19:10:43 +13:00
c69b704a61
multimedia: add qt6 version of the example
2024-11-11 19:07:38 +13:00
3c8c85a43e
multimedia: rebuild
2024-11-11 19:05:14 +13:00
a6d314559f
multimedia: add blocklist for QWaveDecoder::setIODevice
2024-11-11 19:05:09 +13:00
953dfa0e02
Merge pull request #67 from rcalixte/mdoutliner6
...
Add mdoutliner6
2024-11-11 18:49:41 +13:00
Rick Calixte
060838bee1
Add trivialwizard6
...
This uses Qt6 QWizardPage instances to create a sample introductory wizard for
an application.
This is ported from:
https://github.com/jimmykuu/therecipe-qt-examples/blob/master/widgets/dialogs/trivialwizard/trivialwizard.go
2024-11-10 00:50:20 -05:00
Rick Calixte
e22833f4b7
Add mdoutliner6
2024-11-10 00:48:54 -05:00
3a1437263f
Merge pull request #64 from rcalixte/readme_linux
...
Add Linux ARM64 support to README
2024-11-08 19:18:30 +13:00
Rick Calixte
7f0ef690b1
Add Linux ARM64 support to README
...
I have tested this with a Debian Linux ARM64 system. Both compilation and
execution worked well. This did however fail on Asahi Linux but I believe that
is because of an issue with Asahi.
2024-11-07 19:33:36 -05:00
92ec0bc0a4
Merge pull request #57 from mappu/miqt-libraries
...
Add Qt Network and Qt Multimedia bindings
2024-11-06 19:48:42 +13:00
b9b457eb8b
doc/README: update headline with current library support list
2024-11-06 18:44:05 +13:00
c40d54ef5e
doc/README: simplify FAQ entry about library bindings
2024-11-06 18:44:05 +13:00
91990c65a1
qscintilla6: initial build
2024-11-06 18:44:05 +13:00
841a7a2835
qscintilla6: definitions
2024-11-06 18:44:05 +13:00
7253798b9b
qmultimedia: add example
2024-11-06 18:44:05 +13:00
3d2a20172e
qmultimedia: initial commit
2024-11-06 18:44:05 +13:00
df7aae6f1b
qmultimedia: add support in genbindings
2024-11-06 18:44:02 +13:00
62aa3fb25e
qnetwork: add example
2024-11-06 18:39:29 +13:00
d716265ca1
qnetwork: initial commit
2024-11-06 18:39:26 +13:00
e41f991a23
qnetwork: add support in genbindings
2024-11-06 18:38:25 +13:00
910babe1d2
qt/cbor: rebuild for new subpackage path [BREAKING]
2024-11-06 18:38:25 +13:00
9e33eb65b6
qt/cbor: split cbor into separate package
2024-11-06 18:38:18 +13:00
b4b6204832
gitignore: streamline exe exclusions for windows examples
2024-11-04 22:25:08 +13:00
ce8dd5631a
qprintsupport: rename to qt/printsupport [BREAKING]
2024-11-04 22:24:54 +13:00
6491d1aede
examples/qt6: move libraries/qt6 to helloworld6
2024-11-04 22:23:20 +13:00
7c824c28d5
Merge pull request #56 from mappu/miqt-container-types
...
Add QMap<> binding
2024-11-04 22:21:22 +13:00
7a177546b4
examples/marshalling: add test case for QMap<> marshalling
2024-11-04 21:33:55 +13:00
90e1695b6a
doc/README: add note re qmap/qhash type projection
2024-11-04 21:33:55 +13:00
7ea5a250bb
qt: rebuild (add qmap/qhash support, impacts QVariant ctor ordering)
2024-11-04 21:33:51 +13:00
a009008525
genbindings: add qmap/qhash support
2024-11-04 21:33:45 +13:00
69011a5acb
genbindings/cabi: refactor and simplify getReferencedTypes
2024-11-04 20:48:56 +13:00
ad29389e9e
doc/README: add more notes about libicu on Windows
2024-11-04 20:18:53 +13:00
eb59a97d2a
doc/README: use capital MIQT in sentence
2024-11-04 20:18:43 +13:00