|
c36d14c540
|
genbindings: allow some classes to inherit from QList<>
|
2024-11-23 19:32:09 +13:00 |
|
|
4997641327
|
genbindings: allow subclassing abstract classes
|
2024-11-23 19:31:27 +13:00 |
|
|
b643477cca
|
cflags: remove -fPIC from all cflags
|
2024-11-23 18:33:43 +13:00 |
|
|
c6018d1c07
|
examples/subclass: also test KeyPressEvent
|
2024-11-23 18:33:04 +13:00 |
|
|
f45604ee13
|
genbindings: move QAccessibleWidget hack into standard config
|
2024-11-23 18:05:15 +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 |
|
|
6e0c417f00
|
genbindings/config: update for Qt 6.8
|
2024-11-22 19:05:48 +13:00 |
|
|
2a502f24ff
|
genbindings: change simple operator== to use infix syntax
|
2024-11-22 18:58:56 +13:00 |
|
|
33c5bbaafb
|
ci: test compile with latest 6.8
|
2024-11-22 18:58:38 +13:00 |
|
|
2a96bf5a2f
|
docker: add qt6.8 container
|
2024-11-22 18:57:46 +13:00 |
|
|
75d562d352
|
Merge pull request #90 from jamalsa/fix-printsupport-package
Fix wrong package name on printsupport cflags
|
2024-11-22 08:17:27 +13:00 |
|
Jamal Saepul Aziz
|
8935c4daeb
|
Fix wrong package name on printsupport cflags
|
2024-11-21 16:15:30 +07:00 |
|
|
7d59d5667e
|
Merge pull request #78 from mappu/miqt-subclass
Add subclassing support
|
2024-11-19 21:50:46 +13:00 |
|
|
60e096829a
|
examples/subclass: add screenshot
|
2024-11-19 20:46:42 +13:00 |
|
|
1b577f86bd
|
doc/README: add note regarding virtual subclassing
|
2024-11-19 20:45:51 +13: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 |
|
|
392a92434a
|
genbindings/config: omit QxxPrivate::xx
|
2024-11-19 20:00:40 +13:00 |
|
|
b50870b9d9
|
genbindings: intptr_t-qintptr pointer casts require C-style casts
|
2024-11-19 20:00:35 +13:00 |
|
|
90de7178f2
|
genbindings: fix some cases of missing :: escaping
|
2024-11-19 19:59:55 +13:00 |
|
|
0884f371c1
|
qt: rebuild (constructors, subclasses)
|
2024-11-19 19:33:14 +13:00 |
|
|
0ff750727c
|
examples/subclass: show super() calls
|
2024-11-19 19:28:40 +13:00 |
|
|
40abeecd54
|
genbindings/subclassing: accurate pointer type management for subclasses
|
2024-11-19 19:28:30 +13:00 |
|
|
6fa97722c5
|
genbindings: delete either subclass or direct class
|
2024-11-19 19:28:00 +13:00 |
|
|
fb56258334
|
genbindings: constructors return every subclass pointer
|
2024-11-19 19:27:19 +13:00 |
|
|
eca87471ee
|
genbindings/types: pointer and return type fixes
|
2024-11-19 19:25:48 +13:00 |
|
|
c6381d40e8
|
genbindings/util: add slice_copy helper
|
2024-11-19 19:24:57 +13:00 |
|
|
8d1c871de3
|
genbindings/inherits: direct vs indirect inheritance
|
2024-11-19 19:24:50 +13:00 |
|
|
73089d5120
|
examples/subclass: initial commit
|
2024-11-19 19:17:37 +13:00 |
|
|
943ccf7b3a
|
genbindings: subclass support for all virtual methods (3/3)
|
2024-11-19 19:17:37 +13:00 |
|
|
58f212303e
|
genbindings: subclass support for all virtual methods (2/3)
|
2024-11-19 19:17:37 +13:00 |
|
|
2ae1e6090c
|
genbindings/clang2il: detect pure virtual, detect overrides
|
2024-11-19 19:17:36 +13:00 |
|
|
d25301c910
|
genbindings: track private methods, exclude from virtual overrides
|
2024-11-19 19:17:36 +13:00 |
|
|
aa2fdf98ca
|
genbindings: subclass support for all virtual methods (1/3)
|
2024-11-19 19:17:36 +13:00 |
|
|
9b37750d64
|
genbindings: support protected methods
|
2024-11-19 19:17:36 +13:00 |
|
|
47d4581628
|
Merge pull request #83 from mappu/miqt-lockosthread
Call runtime.LockOSThread() automatically for the Qt main thread
|
2024-11-19 17:48:34 +13:00 |
|
|
30c6cb4f07
|
Merge pull request #82 from rcalixte/qt6_cbor
Modify qt6/cbor for proper builds
|
2024-11-19 08:00:10 +13:00 |
|
|
281b1a832c
|
doc/README: add note about LockOSThread affinity
|
2024-11-18 19:35:02 +13:00 |
|
|
5955fdb6ef
|
qt: rebuild (call runtime.LockOSThread in QApplication ctors)
|
2024-11-18 19:34:48 +13:00 |
|
|
fe6e9ce30b
|
genbindings/qapplication: use LockOSThread() to bind Qt main thread
|
2024-11-18 19:28:36 +13:00 |
|
|
eada004116
|
qt6/cbor: rebuild (fixes wrong header paths)
|
2024-11-18 19:12:54 +13:00 |
|
Rick Calixte
|
92208545df
|
Modify qt6/cbor for proper builds
Tested with Debian 12 and Qt 6.4
|
2024-11-17 11:22:24 -05:00 |
|
|
4f57b3bd5e
|
Merge pull request #81 from mappu/miqt-refactor
Add QPair, improved include guards, container comments
|
2024-11-17 21:42:06 +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 |
|
|
2f99f450a5
|
genbindings/enums: remove some excess logging
|
2024-11-17 19:18:08 +13:00 |
|
|
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 |
|