Commit Graph

84 Commits

Author SHA1 Message Date
7f114f1538 qt: rebuild (add -D_Bool=bool handling) 2024-12-11 19:55:47 +13:00
26d3e8170e qt: rebuild (base class pointers) 2024-12-07 17:44:30 +13:00
398abfd574 qt: rebuild (merge some temporary variables) 2024-12-07 15:02:06 +13:00
ce87828d36 qt: rebuild (add panic on invalid subclass attempt) 2024-12-07 14:43:28 +13:00
ad55d185da webengine: initial generation 2024-11-27 18:16:48 +13:00
2c067edda5 webkit: initial generation 2024-11-26 22:31:32 +13:00
96bdaffef0 qt: rebuild (add missing header includes for container types) 2024-11-26 20:10:11 +13:00
2526335d5d qtscript: initial generation 2024-11-26 19:55:18 +13:00
86a8f2b6b8 svg: initial build 2024-11-26 19:54:46 +13:00
377addf0b1 qt: rebuild (do not subclass QAbstractEventDispatcher) 2024-11-23 21:11:35 +13:00
26fc94d421 qt: rebuild (extended subclassing support) 2024-11-23 19:34:52 +13:00
b643477cca cflags: remove -fPIC from all cflags 2024-11-23 18:33:43 +13:00
45db3c6bb1
Merge pull request #91 from mappu/miqt-qt68
Qt 6.8 compatibility
2024-11-22 20:09:08 +13:00
3ec795d6f5 qt: rebuild (operator== and qt6.8 changes) 2024-11-22 19:06:01 +13:00
Jamal Saepul Aziz
8935c4daeb Fix wrong package name on printsupport cflags 2024-11-21 16:15:30 +07:00
bbc75b8ef1 linuxonly: fix ifdef quirks for building on windows 2024-11-19 20:45:45 +13:00
3902c9d36b qt: rebuild (hide private classes, fix qintptr pointers) 2024-11-19 20:01:02 +13:00
0884f371c1 qt: rebuild (constructors, subclasses) 2024-11-19 19:33:14 +13:00
5955fdb6ef qt: rebuild (call runtime.LockOSThread in QApplication ctors) 2024-11-18 19:34:48 +13:00
ae70105920 QDeadlineTimer: remove non-public method 2024-11-17 19:33:38 +13:00
9583866dff qt: rebuild (updated header guards, container comments, add QPair) 2024-11-17 19:21:37 +13:00
3d2a20172e qmultimedia: initial commit 2024-11-06 18:44:05 +13:00
d716265ca1 qnetwork: initial commit 2024-11-06 18:39:26 +13:00
910babe1d2 qt/cbor: rebuild for new subpackage path [BREAKING] 2024-11-06 18:38:25 +13:00
ce8dd5631a qprintsupport: rename to qt/printsupport [BREAKING] 2024-11-04 22:24:54 +13:00
7ea5a250bb qt: rebuild (add qmap/qhash support, impacts QVariant ctor ordering) 2024-11-04 21:33:51 +13:00
a7295e9292 qt: rebuild (QList/QSet using miqt_array pass by value) 2024-11-04 20:18:27 +13:00
addde79d58 qt: rebuild (remove comments about malloc sizes) 2024-11-04 18:46:23 +13:00
e94ad1ff1d build/android: switch to pkg-config definitions 2024-10-27 18:35:12 +13:00
0fe8b2b30f qt/cflags: merge and combine qt 5 cflags files 2024-10-27 12:46:44 +13:00
4be5863d5e qt: rebuild (reorder constructor overloads) 2024-10-26 13:46:42 +13:00
cfad1477e5 qt: rebuild (qt 6.7 support) 2024-10-26 12:35:27 +13:00
f32038e23b qt, qt6: rebuild (skip some empty generated files) 2024-10-21 19:10:31 +13:00
9bbb93945b qt5: remove some unused QPrivate bindings 2024-10-21 19:10:31 +13:00
6da9849a4a qt: rebuild (fixes buffer overflow in qstringlist) 2024-10-19 16:09:47 +13:00
bbcb3c3e8f qt: rebuild (miqt_string by value, remove qbytearray, namespace fixes, allow more short enum names, char* returns) 2024-10-19 13:06:53 +13:00
3a274ec9c5 qprintsupport: initial commit 2024-10-16 18:08:07 +13:00
050a578057 qt: rebuild (add UnsafePointer/UnsafeNew, moved binding helpers) 2024-10-16 18:07:56 +13:00
562590fa96 libmiqt: move binding helpers to standalone package, support const_char 2024-10-16 18:05:07 +13:00
594631ddbb qt: rebuild (marshal slot callbacks with intptr_t) 2024-10-13 19:06:06 +13:00
b7d84fd707 qt: rebuild (changes for some integer types) 2024-10-11 18:43:04 +13:00
239ed883c2 miqt: android support 2024-09-24 18:55:27 +12:00
74e6cf6b15 qt: rebuild (add some void* / unsafe.Pointer types) 2024-09-21 11:32:59 +12:00
d8239b6a91 genbindings/transform: fix missing enums/typedefs from inner classes 2024-09-21 11:02:05 +12:00
b11e21092a qt: rebuild (use long names if there is an enum collision) 2024-09-21 10:43:31 +12:00
85025715a8 exceptions: suppress QFormLayout::ItemRole* out-pointers 2024-09-20 19:23:47 +12:00
ad41e2ef0b qt: rebuild (simpler enum naming) 2024-09-20 19:13:26 +12:00
664df77359 qt: rebuild (type QFlag types as their inner type) 2024-09-20 18:41:22 +12:00
9c673492c8 qt/cflags: set minimum C std version for Clang cgo compatibility 2024-09-19 18:30:42 +12:00
3f1c8cb1b8 genbindings/go: add extra type cast for QIntegerForSizeof<void *>::Signed 2024-09-18 13:43:25 +12:00