Rick Calixte
5a39358a1e
qt: Rebuild (Add Qt PDF)
2025-04-20 13:11:21 -04:00
858536e378
qt: rebuild (split sctp, dtls, qt6qmlwebchannel; invert linux ifdefs)
2025-04-15 20:57:06 +12:00
dc4c83998a
genbindings: split qt5/6 QNetwork and qt6 QWebChannel into subpackages
2025-04-15 20:49:13 +12:00
ee8c4c5ff3
qt: rebuild (block deprecated QWebEngineQuotaRequest)
2025-04-13 19:57:44 +12:00
336cbeef3a
qt: rebuild (integer type parameters - no change in practice)
2025-04-11 23:01:51 +12:00
d66a0915bf
qt: rebuild (allow QVariantList methods) [BREAKING]
2025-04-11 22:56:11 +12:00
a64bbdf249
qt: rebuild (accurate container header imports)
2025-04-11 22:34:14 +12:00
79024a373f
[BREAKING] qt: rebuild (consistent numbering of method overloads)
2025-04-11 22:33:28 +12:00
beb33ce780
qt: rebuild (identify more linuxonly quirks in qsocketnotifier)
2025-04-11 22:21:39 +12:00
dbf009b68b
qt5/qmultimedia: rebuild (blocks some abstract classes)
2025-04-05 21:32:05 +13:00
53ae4b7d16
qt: rebuild (prevent using qsharedmemory on android)
2025-02-15 17:19:43 +13:00
34c93530cb
qt: rebuild (prevent recursive calls in virtualbase)
2025-02-15 15:01:03 +13:00
aa6a401fb6
qt: rebuild (replace virtualbase wrappers with friend functions)
2025-02-08 14:42:41 +13:00
38602912cc
qt: rebuild (add protected methods)
2025-02-08 12:29:03 +13:00
bea571e2dc
qt: rebuild (fix names changing in the Go projection)
2025-02-01 14:36:10 +13:00
Jacek Sieka
4e78075fa7
qt: rebuild (update name mangling)
2025-02-01 13:45:22 +13:00
Jacek Sieka
439f3a1fb5
const
in callbacks
...
Since callback signatures are now generated in C++, might as well go
ahead and retain `const` and the pointer type, removing a `const_cast`
in the process.
2025-01-27 14:14:23 +01:00
e4756d1e76
qt: rebuild (add checks for zero length byte slices)
2025-01-24 18:52:12 +13:00
f635e606a3
qt: rebuild (add more virtual override functions)
2025-01-19 17:07:29 +13:00
328e80e929
qt: rebuild (check the dynamic_cast return value)
2025-01-18 17:57:48 +13:00
693760653d
qt: rebuild (final classes, simpler destructors)
2025-01-18 17:46:56 +13:00
0b96c758ee
mainthread: add qt5 port
2025-01-11 16:03:04 +13:00
Jacek Sieka
a0c6344ecd
Avoid dependency on exported go header
...
The expected type of the callback is already known from the AST - this
change reduces dependency on cgo specifics and makes the generated C ABI
entirely cgo-independent - in particular, there is no need to include
`_cgo_export.h` any more.
2025-01-07 12:55:40 +01:00
913d4886ce
qt: rebuild (add conversion operators)
2025-01-04 12:48:03 +13:00
6036380daa
cflags/windowsqtstatic: update for new 32-bit containers
2024-12-31 16:49:37 +13:00
421013ccb8
qt: rebuild (move 64-bit constants to separate build file)
2024-12-31 16:49:05 +13:00
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