Commit Graph

  • 329ea18df8 genbindings: move applyQuirks into a transform pass, isolate packageName mappu 2025-04-12 14:38:19 +12:00
  • 9c8338b7ec genbindings/cabi: remove not-triggered integer cases mappu 2025-04-12 14:22:18 +12:00
  • 336cbeef3a qt: rebuild (integer type parameters - no change in practice) mappu 2025-04-11 23:01:51 +12:00
  • ac1d692b52 c: simplify integer mappings Jacek Sieka 2025-04-11 22:59:04 +12:00
  • d66a0915bf qt: rebuild (allow QVariantList methods) [BREAKING] mappu 2025-04-11 22:56:11 +12:00
  • a58ac873a2 genbindings/transform: sort QVariant(QVariantList) ctor to end mappu 2025-04-11 22:55:57 +12:00
  • b3b783f3d6 Allow QVariantList - seems to work just fine Jacek Sieka 2025-04-11 22:43:04 +12:00
  • a64bbdf249 qt: rebuild (accurate container header imports) mappu 2025-04-11 22:34:14 +12:00
  • 5af3cc6dfe genbindings: remember precise QList/QMap container types mappu 2025-04-11 22:32:22 +12:00
  • 79024a373f [BREAKING] qt: rebuild (consistent numbering of method overloads) mappu 2025-04-11 22:33:28 +12:00
  • c93eb2cd00 genbindings/transform: move "With" names outside the proposedName ctr mappu 2025-04-11 22:20:20 +12:00
  • a5ae83b018 genbindings/transform: trigger same name fixups for optional parameters mappu 2025-04-11 22:08:20 +12:00
  • beb33ce780 qt: rebuild (identify more linuxonly quirks in qsocketnotifier) mappu 2025-04-11 22:21:39 +12:00
  • aff87f98a2 genbindings: apply quirks to ctors, merge LinuxOnly into quirks mappu 2025-04-11 22:07:15 +12:00
  • c2e299d381
    Merge pull request #195 from rcalixte/qt69_const mappu 2025-04-11 19:15:14 +12:00
  • 1c04e1a749
    qt: rebuild (QObjectData_dynamicMetaObject handling for Qt 6.9) Rick Calixte 2025-04-10 19:46:01 -04:00
  • 9d72a3f601
    emitcabi.go: add version check macro and version-based const return type Rick Calixte 2025-04-10 19:44:36 -04:00
  • 1fa992f324
    config-allowlist.go: add const return type for QObjectData::dynamicMetaObject for Qt 6.9+ Rick Calixte 2025-04-10 19:42:37 -04:00
  • 7f3fa3b248
    intermediate.go: add BecomesConstInVersion to CppParameter Rick Calixte 2025-04-10 19:41:05 -04:00
  • 9c67c56e2e
    Merge pull request #189 from VelorumS/feat/qml mappu 2025-04-05 22:40:09 +13:00
  • 2917e7d4b1 doc/README: debian packages qml runtime modules separately mappu 2025-04-04 19:48:34 +13:00
  • 3fb3031411 examples/helloqml6: add gitignore, add screenshot mappu 2025-04-04 19:46:47 +13:00
  • e8a8be0921 Merge branch 'master' into feat/qml mappu 2025-04-05 22:10:00 +13:00
  • c17fbeabd7
    Merge pull request #192 from mappu/miqt-fix-compilation mappu 2025-04-05 22:04:00 +13:00
  • dbf009b68b qt5/qmultimedia: rebuild (blocks some abstract classes) mappu 2025-04-05 21:31:17 +13:00
  • 52b1749f2f qt5/qmultimedia: blocks some abstract classes mappu 2025-04-05 21:31:09 +13:00
  • 92af81ce3d scintillaedit: rebuild (use noexcept + block some abstract classes) mappu 2025-04-05 21:20:02 +13:00
  • 88896b4459 scintillaedit: block some Scintilla::Internal abstract classes mappu 2025-04-05 21:30:46 +13:00
  • 88c6d51dc1 genbindings: add noexcept support for overrides mappu 2025-04-05 21:19:44 +13:00
  • 6cb0296e6d genbindings: move exception from clang2il into standard config-allowlist mappu 2025-04-05 21:18:37 +13:00
  • 97155eb771 examples/windowsmanifest: fix QPushButton overload mappu 2025-04-05 20:54:13 +13:00
  • f3422815c2 docker/genbindings: fix missing QScintilla6.pc mappu 2025-04-05 20:53:09 +13:00
  • 3d2c1d5501 makefile, ci: run go build ./... in CI mappu 2025-04-05 20:48:41 +13:00
  • 3a65857ad8 makefile: move dockerexec to helper, bind GOCACHE/GOMODCACHE by env mappu 2025-04-05 20:48:24 +13:00
  • c806a27a4b makefile: use split .PHONY declarations mappu 2025-04-05 20:48:00 +13:00
  • 1aa91da92e makefile: use bash as shell mappu 2025-04-05 20:47:26 +13:00
  • 8916551d77 makefile: use immediate variable evaluation mappu 2025-04-05 20:47:17 +13:00
  • b2c153392a README: Manjaro installation commands for Qt libraries velorums 2025-04-02 20:36:22 +02:00
  • 364a76e2c1 README: Add Qt 6 Qml packages velorums 2025-04-02 20:32:32 +02:00
  • 7533371ccf Add Qt 6 Qml example velorums 2025-04-02 20:28:13 +02:00
  • f7963788ee Add Qt 6 Qml bindings/wrappers velorums 2025-04-02 20:27:17 +02:00
  • 3a92648bd8 genbindings: ignore QQmlNetworkAccessManagerFactory::create, QQmlEngine::networkAccessManager to prevent dependency on Network for now velorums 2025-04-04 08:51:48 +02:00
  • 1797cb542d genbindings: ignore QQmlV4Function, QJSEngine::handle, qmlAttachedProperties velorums 2025-04-02 20:26:41 +02:00
  • f7f0d4a0b9 config-libraries.go: Add Qt 6 Qml velorums 2025-04-02 20:23:41 +02:00
  • fa8d795c09 genbindings.Dockerfile: Add Qt 6 Qml package velorums 2025-04-02 20:22:22 +02:00
  • 9471f70816 .gitignore: vscode velorums 2025-04-02 20:21:01 +02:00
  • 539202cb5b
    Merge 24cf11dc28a3ad800da34450548f3efa402285f5 into dcc990a3543e0bcb97ccb7c7bbc074246e7d7fbc Rick Calixte 2025-04-01 19:06:47 -04:00
  • dcc990a354
    Merge pull request #187 from rcalixte/qt_charts mappu 2025-03-31 22:09:42 +13:00
  • 8a3fd7c98b
    README: Amend Qt Charts licensing Rick Calixte 2025-03-31 03:23:38 -04:00
  • f241fe741d
    .gitignore: Update charts6 example output path Rick Calixte 2025-03-31 02:35:18 -04:00
  • ee6f087125
    Update chart6 example for update package Rick Calixte 2025-03-31 02:34:38 -04:00
  • ff93ac88f9
    charts6/cflags.go: Update package name Rick Calixte 2025-03-31 02:34:01 -04:00
  • 9e14c7ed30
    Merge pull request #186 from rcalixte/qt_charts mappu 2025-03-31 19:13:23 +13:00
  • 78f74aa804
    genbindings.Dockerfile: Add Qt 6 Charts package Rick Calixte 2025-03-29 16:27:15 -04:00
  • f59dce64f2
    .gitignore: Add Qt 6 Charts example binary output Rick Calixte 2025-03-29 14:50:19 -04:00
  • 43e98a6dd9
    Add Qt 6 Charts example Rick Calixte 2025-03-29 14:49:45 -04:00
  • 5946517cad
    README: Add Qt 6 Charts packages Rick Calixte 2025-03-29 14:47:53 -04:00
  • b0e2ff9f35
    Add Qt 6 Charts bindings/wrappers Rick Calixte 2025-03-29 14:46:28 -04:00
  • 9dc9718f98
    config-libraries.go: Add Qt 6 Charts Rick Calixte 2025-03-29 14:43:18 -04:00
  • 63e59eec4c
    Merge 4b747aa9b1fb910d3821d9938eae24c693ffd665 into 635a3050f1caa83babd8424059457e067190d282 Alex Hughes 2025-03-12 12:00:46 +01:00
  • 635a3050f1 doc/README: add links to seaqt + libqt6zig projects mappu 2025-03-12 18:12:20 +13:00
  • 2afe4641e1
    Merge pull request #182 from rcalixte/update_cmds mappu 2025-03-12 17:50:01 +13:00
  • f1ba4faf04
    README: Update installation commands for Qt libraries Rick Calixte 2025-03-02 22:03:22 -05:00
  • 9ed0144d5b doc/CHANGELOG: release notes for v0.9.0 v0.9.0 mappu 2025-03-01 15:46:06 +13:00
  • 2d84dbbb83 doc/README: add test notes re Qt 6 windows static container mappu 2025-03-01 15:45:44 +13:00
  • c8b9337fff
    Merge pull request #178 from mappu/miqt-mingw-qt6-static-docker mappu 2025-03-01 15:23:01 +13:00
  • a0879aa00a github/ci: disable flakey miqt_android_qt6 pipeline mappu 2025-03-01 12:22:00 +13:00
  • 68d5a6ab7d docker: add qt6 static mingw container, add cflags file mappu 2025-02-22 16:55:18 +13:00
  • f0517fb088
    Merge pull request #177 from mappu/miqt-android-qt6 mappu 2025-02-15 18:40:30 +13:00
  • d6ad680e28 doc/README: update docker instructions for Qt6 android build mappu 2025-02-15 18:20:49 +13:00
  • 99e6bd2a87 github/ci: add test for android qt6 build mappu 2025-02-15 17:13:24 +13:00
  • 394ff705dd github/ci: include version/platform in all cache key names mappu 2025-02-15 17:13:16 +13:00
  • 6eb3650918 examples/android6: add screenshot from built apk mappu 2025-02-15 18:21:01 +13:00
  • a67d7cfe65 examples: add android6 example mappu 2025-02-15 17:10:34 +13:00
  • 98567bf4ee android: update mktemplate and stub-gen for the new qt6-android container mappu 2025-02-15 17:10:26 +13:00
  • 53ae4b7d16 qt: rebuild (prevent using qsharedmemory on android) mappu 2025-02-15 17:10:12 +13:00
  • da874c95ed genbindings: prevent using qt6 qsharedmemory on android mappu 2025-02-15 17:10:03 +13:00
  • f8e429b362 docker: qt6-android: add initial container based on aqtinstall mappu 2025-02-15 17:09:42 +13:00
  • 1a29763a4b docker: qt5-android: the -D_Bool=bool trick is no longer required mappu 2025-02-15 17:09:04 +13:00
  • 96ddff8c71
    Merge pull request #176 from mappu/miqt-virtualbase-fix mappu 2025-02-15 17:13:37 +13:00
  • 34c93530cb qt: rebuild (prevent recursive calls in virtualbase) mappu 2025-02-15 14:34:18 +13:00
  • 2f6817ac32 genbindings: virtualbase calls should not call the subclass mappu 2025-02-15 14:34:07 +13:00
  • 24dd359228
    Sort either as a LongLong or as a String based on column number Alex Hughes 2025-02-11 13:08:27 -08:00
  • acb51f0434
    Set userData for filename and swap to ParseInt Alex Hughes 2025-02-11 11:31:51 -08:00
  • 4bba1b8c01
    Introduce an example of implementing a custom QAbstractItemModel and QSortFilterProxyModel Alex Hughes 2025-02-10 15:59:09 -08:00
  • 2c04594b71
    Merge pull request #172 from mappu/miqt-friend-virtuals mappu 2025-02-08 15:09:23 +13:00
  • aa6a401fb6 qt: rebuild (replace virtualbase wrappers with friend functions) mappu 2025-02-08 13:52:43 +13:00
  • 83989fd87e genbindings: replace virtualbase wrapper with friend function mappu 2025-02-08 13:52:19 +13:00
  • 1e26114255 genbindings: extract fixupProtectedReferences() to separate function mappu 2025-02-08 14:42:08 +13:00
  • d94f21f322
    Merge pull request #166 from mappu/miqt-protected-methods mappu 2025-02-08 13:36:54 +13:00
  • 38602912cc qt: rebuild (add protected methods) mappu 2025-02-06 15:05:01 +13:00
  • f045d87bf5 genbindings: workaround clang access to protected enums from friend funcs mappu 2025-02-08 11:48:25 +13:00
  • d63facdcda genbindings: add another name-helper for the virtual subclass mappu 2025-02-08 11:48:05 +13:00
  • 78fae7cbcb genbindings/cabi: zero values in CABI should use enum's underlying type mappu 2025-02-06 18:46:41 +13:00
  • f192a6a330 genbindings/go: conditionally disable extra return type indirection mappu 2025-02-06 17:36:51 +13:00
  • c1bf148a5a genbindings: generate bindings for protected methods mappu 2025-02-06 13:30:37 +13:00
  • 73c30809d2 genbindings: add ProtectedMethods() helper Jacek Sieka 2025-02-06 13:29:50 +13:00
  • a2192d8eab genbindings: fix linter warning about function comment mappu 2025-02-06 13:29:28 +13:00
  • 12df341a57
    Merge pull request #167 from mappu/miqt-uic-rcc-updates mappu 2025-02-08 10:37:30 +13:00
  • 5eed43069e rcc/test: verify mtime changes mappu 2025-02-07 19:11:30 +13:00