Commit Graph

  • 25e10f2824 genbindings/cabi: QFlags<>& use C-style cast mappu 2024-11-26 19:52:29 +13:00
  • d3dffc4976
    Merge pull request #93 from mappu/miqt-next-1123 mappu 2024-11-24 10:26:56 +13:00
  • 377addf0b1 qt: rebuild (do not subclass QAbstractEventDispatcher) mappu 2024-11-23 21:11:35 +13:00
  • 13deba55b7 genbindings/config: do not subclass platform-specific QAbstractEventDispatcher mappu 2024-11-23 21:11:24 +13:00
  • a0e56bf7c2 examples/modelview: initial commit mappu 2024-11-23 20:02:41 +13:00
  • 26fc94d421 qt: rebuild (extended subclassing support) mappu 2024-11-23 19:34:52 +13:00
  • 7f2e4d07df genbindings/config: prevent some classes from subclassing mappu 2024-11-23 19:34:38 +13:00
  • a5dafbf132 genbindings: fix trying to add super parameters for pure virtual methods mappu 2024-11-23 19:34:22 +13:00
  • 756086cd50 genbindings: enforce AllowVirtualForClass at construction time mappu 2024-11-23 19:34:05 +13:00
  • c36d14c540 genbindings: allow some classes to inherit from QList<> mappu 2024-11-23 19:32:09 +13:00
  • 4997641327 genbindings: allow subclassing abstract classes mappu 2024-11-23 19:31:27 +13:00
  • b643477cca cflags: remove -fPIC from all cflags mappu 2024-11-23 18:33:34 +13:00
  • c6018d1c07 examples/subclass: also test KeyPressEvent mappu 2024-11-23 18:33:04 +13:00
  • f45604ee13 genbindings: move QAccessibleWidget hack into standard config mappu 2024-11-23 18:05:15 +13:00
  • 45db3c6bb1
    Merge pull request #91 from mappu/miqt-qt68 mappu 2024-11-22 20:09:08 +13:00
  • 3ec795d6f5 qt: rebuild (operator== and qt6.8 changes) mappu 2024-11-22 19:06:01 +13:00
  • 6e0c417f00 genbindings/config: update for Qt 6.8 mappu 2024-11-22 19:05:48 +13:00
  • 2a502f24ff genbindings: change simple operator== to use infix syntax mappu 2024-11-22 18:58:56 +13:00
  • 33c5bbaafb ci: test compile with latest 6.8 mappu 2024-11-22 18:58:38 +13:00
  • 2a96bf5a2f docker: add qt6.8 container mappu 2024-11-22 18:57:46 +13:00
  • 75d562d352
    Merge pull request #90 from jamalsa/fix-printsupport-package mappu 2024-11-22 08:17:27 +13:00
  • 8935c4daeb Fix wrong package name on printsupport cflags Jamal Saepul Aziz 2024-11-21 16:15:30 +07:00
  • 7d59d5667e
    Merge pull request #78 from mappu/miqt-subclass mappu 2024-11-19 21:50:46 +13:00
  • 60e096829a examples/subclass: add screenshot mappu 2024-11-19 20:46:42 +13:00
  • 1b577f86bd doc/README: add note regarding virtual subclassing mappu 2024-11-19 20:45:51 +13:00
  • bbc75b8ef1 linuxonly: fix ifdef quirks for building on windows mappu 2024-11-19 20:45:45 +13:00
  • 3902c9d36b qt: rebuild (hide private classes, fix qintptr pointers) mappu 2024-11-19 20:01:02 +13:00
  • 392a92434a genbindings/config: omit QxxPrivate::xx mappu 2024-11-19 20:00:40 +13:00
  • b50870b9d9 genbindings: intptr_t-qintptr pointer casts require C-style casts mappu 2024-11-19 20:00:35 +13:00
  • 90de7178f2 genbindings: fix some cases of missing :: escaping mappu 2024-11-19 19:59:55 +13:00
  • 0884f371c1 qt: rebuild (constructors, subclasses) mappu 2024-11-19 19:29:06 +13:00
  • 0ff750727c examples/subclass: show super() calls mappu 2024-11-19 19:28:40 +13:00
  • 40abeecd54 genbindings/subclassing: accurate pointer type management for subclasses mappu 2024-11-19 19:28:30 +13:00
  • 6fa97722c5 genbindings: delete either subclass or direct class mappu 2024-11-19 19:28:00 +13:00
  • fb56258334 genbindings: constructors return every subclass pointer mappu 2024-11-19 19:27:19 +13:00
  • eca87471ee genbindings/types: pointer and return type fixes mappu 2024-11-19 19:25:48 +13:00
  • c6381d40e8 genbindings/util: add slice_copy helper mappu 2024-11-19 19:24:57 +13:00
  • 8d1c871de3 genbindings/inherits: direct vs indirect inheritance mappu 2024-11-19 19:24:50 +13:00
  • 73089d5120 examples/subclass: initial commit mappu 2024-11-15 19:55:52 +13:00
  • 943ccf7b3a genbindings: subclass support for all virtual methods (3/3) mappu 2024-11-15 19:55:43 +13:00
  • 58f212303e genbindings: subclass support for all virtual methods (2/3) mappu 2024-11-15 15:37:51 +13:00
  • 2ae1e6090c genbindings/clang2il: detect pure virtual, detect overrides mappu 2024-11-15 15:31:07 +13:00
  • d25301c910 genbindings: track private methods, exclude from virtual overrides mappu 2024-11-15 14:27:44 +13:00
  • aa2fdf98ca genbindings: subclass support for all virtual methods (1/3) mappu 2024-11-11 18:27:28 +13:00
  • 9b37750d64 genbindings: support protected methods mappu 2024-11-11 18:27:15 +13:00
  • 47d4581628
    Merge pull request #83 from mappu/miqt-lockosthread mappu 2024-11-19 17:48:34 +13:00
  • 30c6cb4f07
    Merge pull request #82 from rcalixte/qt6_cbor mappu 2024-11-19 08:00:10 +13:00
  • 281b1a832c doc/README: add note about LockOSThread affinity mappu 2024-11-18 19:35:02 +13:00
  • 5955fdb6ef qt: rebuild (call runtime.LockOSThread in QApplication ctors) mappu 2024-11-18 19:34:48 +13:00
  • fe6e9ce30b genbindings/qapplication: use LockOSThread() to bind Qt main thread mappu 2024-11-18 19:23:30 +13:00
  • eada004116 qt6/cbor: rebuild (fixes wrong header paths) mappu 2024-11-18 19:12:54 +13:00
  • 92208545df
    Modify qt6/cbor for proper builds Rick Calixte 2024-11-17 11:22:24 -05:00
  • 4f57b3bd5e
    Merge pull request #81 from mappu/miqt-refactor mappu 2024-11-17 21:42:06 +13:00
  • ae70105920 QDeadlineTimer: remove non-public method mappu 2024-11-17 19:33:38 +13:00
  • 9583866dff qt: rebuild (updated header guards, container comments, add QPair) mappu 2024-11-17 19:21:37 +13:00
  • 2f99f450a5 genbindings/enums: remove some excess logging mappu 2024-11-17 18:26:40 +13:00
  • d07996d2ed genbindings/headers: more detailed include guards, use pragma once mappu 2024-11-17 18:26:25 +13:00
  • 2d665dd840 genbindings/fmt: replace trivial sprintf with strconv mappu 2024-11-17 16:10:24 +13:00
  • f6acae63bb genbindings/cabi: normalize container comments mappu 2024-11-17 16:07:39 +13:00
  • 58ec6e1821 genbindings: add QPair<> support mappu 2024-11-15 18:41:36 +13:00
  • dc39b7ca65 genbindings/containers: fixes for special characters in container names mappu 2024-11-15 18:40:57 +13:00
  • e1cbcb4629 genbindings/qmap: fix not applying typedefs to inner types mappu 2024-11-15 18:39:44 +13:00
  • 598b8bdb89 genbindings/cabi: inline return statements in emitAssignCppToCabi mappu 2024-11-15 15:10:52 +13:00
  • caee076af8 genbindings/go: implement cabi type roundtrips for pointer types mappu 2024-11-15 15:09:29 +13:00
  • 5a3c3556a1 genbindings/intermediate: add Void() helper method mappu 2024-11-15 14:25:17 +13:00
  • 4fbf4c702a genbindings: refactor move state tracker to new file mappu 2024-11-15 14:24:24 +13:00
  • 6ae2235cb4 genbindings/typedefs: refactor extract single method helper mappu 2024-11-15 14:23:41 +13:00
  • 0ffb24d11a genbindings/blocklist: refactor extract single method helper mappu 2024-11-15 14:23:30 +13:00
  • d9bfece505 genbindings/state: track class lookup locations mappu 2024-11-11 18:26:14 +13:00
  • ed18c216f3 genbindings/exceptions: move QGADGET to exceptions file mappu 2024-11-11 18:25:40 +13:00
  • ba4c212805
    Merge pull request #77 from rcalixte/quick_lint mappu 2024-11-14 18:49:43 +13:00
  • a067210548
    genbindings: Lint cleanup Rick Calixte 2024-11-13 08:33:51 -05:00
  • 4669ec0632
    Merge pull request #75 from mappu/fix-qt6-multimedia mappu 2024-11-12 18:25:57 +13:00
  • 0b16793f6c
    Merge pull request #66 from rcalixte/trivialwizard6 mappu 2024-11-11 19:10:43 +13:00
  • c69b704a61 multimedia: add qt6 version of the example mappu 2024-11-11 19:05:23 +13:00
  • 3c8c85a43e multimedia: rebuild mappu 2024-11-11 19:05:14 +13:00
  • a6d314559f multimedia: add blocklist for QWaveDecoder::setIODevice mappu 2024-11-11 19:05:09 +13:00
  • 953dfa0e02
    Merge pull request #67 from rcalixte/mdoutliner6 mappu 2024-11-11 18:49:41 +13:00
  • 060838bee1
    Add trivialwizard6 Rick Calixte 2024-11-09 20:23:01 -05:00
  • e22833f4b7
    Add mdoutliner6 Rick Calixte 2024-11-09 21:21:25 -05:00
  • 3a1437263f
    Merge pull request #64 from rcalixte/readme_linux mappu 2024-11-08 19:18:30 +13:00
  • 7f0ef690b1
    Add Linux ARM64 support to README Rick Calixte 2024-11-07 19:32:38 -05:00
  • 92ec0bc0a4
    Merge pull request #57 from mappu/miqt-libraries mappu 2024-11-06 19:48:42 +13:00
  • b9b457eb8b doc/README: update headline with current library support list mappu 2024-11-06 18:37:06 +13:00
  • c40d54ef5e doc/README: simplify FAQ entry about library bindings mappu 2024-11-06 18:36:56 +13:00
  • 91990c65a1 qscintilla6: initial build mappu 2024-11-06 18:30:07 +13:00
  • 841a7a2835 qscintilla6: definitions mappu 2024-11-06 18:29:56 +13:00
  • 7253798b9b qmultimedia: add example mappu 2024-11-04 23:35:24 +13:00
  • 3d2a20172e qmultimedia: initial commit mappu 2024-11-04 23:15:32 +13:00
  • df7aae6f1b qmultimedia: add support in genbindings mappu 2024-11-04 23:15:10 +13:00
  • 62aa3fb25e qnetwork: add example mappu 2024-11-04 23:02:50 +13:00
  • d716265ca1 qnetwork: initial commit mappu 2024-11-04 22:53:04 +13:00
  • e41f991a23 qnetwork: add support in genbindings mappu 2024-11-04 22:51:52 +13:00
  • 910babe1d2 qt/cbor: rebuild for new subpackage path [BREAKING] mappu 2024-11-04 22:24:09 +13:00
  • 9e33eb65b6 qt/cbor: split cbor into separate package mappu 2024-11-04 22:16:01 +13:00
  • b4b6204832 gitignore: streamline exe exclusions for windows examples mappu 2024-11-04 22:14:11 +13:00
  • ce8dd5631a qprintsupport: rename to qt/printsupport [BREAKING] mappu 2024-11-04 22:13:59 +13:00
  • 6491d1aede examples/qt6: move libraries/qt6 to helloworld6 mappu 2024-11-04 22:11:51 +13:00
  • 7c824c28d5
    Merge pull request #56 from mappu/miqt-container-types mappu 2024-11-04 22:21:22 +13:00
  • 7a177546b4 examples/marshalling: add test case for QMap<> marshalling mappu 2024-11-04 21:32:39 +13:00