Commit Graph

  • 1abd5b3bc7
    Merge pull request #41 from mappu/miqt-cgo-handle master mappu 2024-10-13 19:24:10 +1300
  • 594631ddbb qt: rebuild (marshal slot callbacks with intptr_t) mappu 2024-10-13 19:06:06 +1300
  • 0154e3507b genbindings: marshal cgo.Handle via intptr_t instead of void* mappu 2024-10-13 19:05:52 +1300
  • 0e705a4e6e handbindings: avoid unsafe.Pointer when marshalling cgo.Handle mappu 2024-10-13 18:31:18 +1300
  • 84da40efde
    Merge ffe0a0aed3 into 204f886760 mappu 2024-10-11 06:07:27 +0000
  • ffe0a0aed3 qt: rebuild for qt6 (experimental) qt6 mappu 2024-10-11 18:48:16 +1300
  • c29748a146 qt6: initial support mappu 2024-10-11 18:38:10 +1300
  • 204f886760
    Merge pull request #39 from mappu/genbindings-qt6-support mappu 2024-10-11 19:01:46 +1300
  • b7d84fd707 qt: rebuild (changes for some integer types) mappu 2024-10-11 18:43:04 +1300
  • bcfdb4ea15 genbindings/integers: properly treat char as signed int8, not byte mappu 2024-10-11 18:37:38 +1300
  • c783029317 genbindings/integers: c-style cast for qsizetype, qintptr pointers mappu 2024-10-11 17:30:26 +1300
  • f733ce29bc genbindings/signals: support connecting to a const signal mappu 2024-10-11 17:29:49 +1300
  • a4eb43c9fd genbindings: fix early Empty() if header only contains enums mappu 2024-10-08 18:22:14 +1300
  • 60600530c6 genbindings/ints: ssize_t support mappu 2024-10-08 18:21:59 +1300
  • 6eb60232a9 genbindings/typedefs: support type alias declarations mappu 2024-10-08 18:21:38 +1300
  • fc7aeecabf genbindings/go: fix for classes inheriting namespaced/inner classes mappu 2024-10-08 17:37:13 +1300
  • 8d8d802029 genbindings/templates: skip some c++17 template things mappu 2024-10-08 17:36:40 +1300
  • 5f1b704c1a genbindings/namespace: support unnamed namespace { } blocks mappu 2024-10-08 17:36:25 +1300
  • c0ff37a9c6 genbindings/enum: skip over deprecated enum values mappu 2024-10-08 17:36:02 +1300
  • 8585fc05f4 genbindings/enums: handle enum values with comments mappu 2024-10-07 18:31:32 +1300
  • 11d0eaf5f4 genbindings: run multiple clang workers in parallel mappu 2024-10-07 19:25:27 +1300
  • 3143374fbf genbindings/clangexec: show clang stderr mappu 2024-10-07 18:31:19 +1300
  • bd15f9c10f doc/README: MSYS2: add version details used for test mappu 2024-10-11 17:31:21 +1300
  • e41aa625bd
    Merge pull request #35 from mappu/miqt-next mappu 2024-10-05 18:25:57 +1300
  • c88543c051 doc/README: add architecture diagram about uic/rcc mappu 2024-10-05 18:19:48 +1300
  • 2f8b3eecc5 Merge branch 'master' into miqt-next mappu 2024-10-05 17:58:35 +1300
  • 9bfec79040
    Merge pull request #36 from mappu/made-with-miqt mappu 2024-10-05 17:57:29 +1300
  • ab5dcce9e8 doc/README: add initial made-with-miqt section mappu 2024-10-05 17:53:15 +1300
  • de1951684d doc/README: add note re QString UTF8/UTF16 conversion mappu 2024-10-05 17:52:30 +1300
  • 3fffa86823 uic: support standard button connections in dialogs mappu 2024-10-05 17:49:21 +1300
  • b64d48a974 uic: support colspan/rowspan in grid layouts mappu 2024-10-05 17:49:10 +1300
  • 1a4d34185f uic: support enum-set properties mappu 2024-10-05 17:48:58 +1300
  • 7e320004f5 uic: support icons on tabs mappu 2024-10-03 19:32:28 +1300
  • 773cbec6b0 uic: move all setCurrentIndex() calls to end, to match qt uic output mappu 2024-10-03 19:32:17 +1300
  • 6ed51553ac uic: support <column> elements mappu 2024-10-03 19:32:05 +1300
  • 8d07be763a uic: emit warnings for unhandled item properties mappu 2024-10-03 19:31:52 +1300
  • 4c6062de1f uic: support icons using iconset mappu 2024-10-03 18:51:50 +1300
  • a0a4624563 uic: add extra AddWidget() calls for QSplitter/QStackedWidget mappu 2024-10-03 18:51:34 +1300
  • 699f1389e2 rcc: support rebuilding with go generate mappu 2024-10-03 18:51:11 +1300
  • a3d527ca6b uic: layout spacing and margins mappu 2024-10-03 18:07:43 +1300
  • 975f18b7b0 rcc: initial commit mappu 2024-10-03 18:07:13 +1300
  • 693c9fc0b7 uic: support more properties, support QToolBar actions mappu 2024-10-03 17:23:12 +1300
  • 12b4e083ee uic: support promoted widgets assuming default ctor naming scheme mappu 2024-10-03 17:22:49 +1300
  • 2c05d876f9 uic: support for spacers mappu 2024-10-03 17:11:30 +1300
  • 0ba1f0f6fa uic: better support for miqt's style of enums mappu 2024-10-03 17:10:09 +1300
  • 11f99b876a uic: improve error messages on failure mappu 2024-10-03 17:09:52 +1300
  • e012ab6fdb doc/README: add MSYS2 build example for windows mappu 2024-10-02 19:51:25 +1300
  • 81767b1bfb doc/README: fix `go install` line for dockerfile caching mappu 2024-10-02 19:51:14 +1300
  • efcb73b26c doc/README: add a small country badge mappu 2024-09-28 15:29:55 +1200
  • 98c2cfd22a doc/README: separate FAQ and build how-to sections mappu 2024-09-28 15:04:59 +1200
  • 3623a3dad1
    Merge pull request #30 from mappu/uic mappu 2024-09-28 14:55:18 +1200
  • 4140b539d1 uic: add development README mappu 2024-09-28 14:52:13 +1200
  • 6ebe54adbd examples/uidesigner: add README and screenshots mappu 2024-09-28 14:47:41 +1200
  • 16435f1565 examples/uidesigner: remove fmt package dependency mappu 2024-09-28 14:47:31 +1200
  • 7de20812b2 uic: support QTabWidget.title, QDockWidget locations mappu 2024-09-28 14:39:56 +1200
  • 18e30eaf70 doc/README: add note re overloaded methods in subclasses mappu 2024-09-28 14:27:29 +1200
  • 99a689996f uic: deeper implementation, add uidesigner example mappu 2024-09-28 14:27:19 +1200
  • 2a9fe93e21 uic: recursive emit basic go implementation mappu 2024-09-28 13:04:31 +1200
  • 5a2c8b726f uic: add main flag handling, add go:generate comment with preserved flags mappu 2024-09-20 18:51:47 +1200
  • 6198406bfb uic: gitignore IDE-generated binary mappu 2024-09-20 18:39:20 +1200
  • c6e3f924c3 uic: test suite and fixture mappu 2024-09-20 18:39:12 +1200
  • 691b7c42ab uic: initial commit mappu 2024-09-20 18:39:01 +1200
  • 2a28c17a64 doc/CHANGELOG: summary for v0.5.0 v0.5.0 mappu 2024-09-24 20:54:14 +1200
  • 8272d8a43d
    Merge pull request #34 from mappu/android-support mappu 2024-09-24 19:30:58 +1200
  • aaf23ff087 examples/mdoutliner: update screenshots mappu 2024-09-24 19:13:56 +1200
  • 0bd1e741c3 gitignore: more accurate exclusions for genbindings cache + android files mappu 2024-09-24 19:13:48 +1200
  • 8818371c70 examples/mdoutliner: fix build for latest enum support mappu 2024-09-24 19:13:32 +1200
  • 91835dd808 doc/README: android should also use `-ldflags "-s -w"` mappu 2024-09-24 18:59:47 +1200
  • 7f189815cf doc: track editable working file for android architecture diagram mappu 2024-09-24 18:56:30 +1200
  • 239ed883c2 miqt: android support mappu 2024-09-24 18:55:27 +1200
  • b0fe164bb5
    Merge pull request #32 from mappu/void-pointers mappu 2024-09-21 12:35:32 +1200
  • 74e6cf6b15 qt: rebuild (add some void* / unsafe.Pointer types) mappu 2024-09-21 10:32:57 +1200
  • 9055f6e2ae genbindings: centralize AllowSignal/AllowMethod exceptions, block metacast signal mappu 2024-09-21 10:29:20 +1200
  • aadc37eb2d genbindings: allow void* as unsafe.Pointer mappu 2024-09-20 19:30:32 +1200
  • 172b6e850e
    Merge pull request #31 from mappu/qflags-types mappu 2024-09-21 11:30:24 +1200
  • 4c6dac6d88 examples/mdoutliner: update for new enum names mappu 2024-09-21 11:29:48 +1200
  • d8239b6a91 genbindings/transform: fix missing enums/typedefs from inner classes mappu 2024-09-21 11:02:05 +1200
  • b11e21092a qt: rebuild (use long names if there is an enum collision) mappu 2024-09-21 10:43:31 +1200
  • a6dab929e6 genbindings: add collision detection for short enum names mappu 2024-09-21 10:43:18 +1200
  • 85025715a8 exceptions: suppress QFormLayout::ItemRole* out-pointers mappu 2024-09-20 19:19:58 +1200
  • ad41e2ef0b qt: rebuild (simpler enum naming) mappu 2024-09-20 19:13:26 +1200
  • 6a958309b0 genbindings/go: simpler enum naming mappu 2024-09-20 19:13:15 +1200
  • d0e28fa69c genbindings/clang2il: add some minor function comments mappu 2024-09-20 19:13:00 +1200
  • 664df77359 qt: rebuild (type QFlag types as their inner type) mappu 2024-09-20 18:40:03 +1200
  • 869e316715 genbindings/qflags: emit qflags as inner type mappu 2024-09-19 19:39:17 +1200
  • 286cfa90c9 genbindings/typedefs: centralize exceptions mappu 2024-09-19 19:39:05 +1200
  • 841605a279 doc/README: mention blockers for macOS ARM64 support mappu 2024-09-19 19:46:32 +1200
  • 125238ab47 doc/README: MSVC is not compatible with CGO mappu 2024-09-19 18:52:38 +1200
  • d476988ec0 doc/README: document native Windows compilation instructions mappu 2024-09-19 18:30:53 +1200
  • 9c673492c8 qt/cflags: set minimum C std version for Clang cgo compatibility mappu 2024-09-19 18:30:42 +1200
  • ae45c8bbbd doc/README: add "go report card" website badge mappu 2024-09-18 17:23:01 +1200
  • 8145c1e3bd
    Merge pull request #29 from mappu/miqt-next mappu 2024-09-18 13:59:46 +1200
  • 3f1c8cb1b8 genbindings/go: add extra type cast for QIntegerForSizeof<void *>::Signed mappu 2024-09-18 13:43:25 +1200
  • f6d1ef8ade genbindings/go: fix missing type cast calling go->cabi mappu 2024-09-18 13:33:50 +1200
  • e2fd134509 genbindings/qset: fixes for qset marshalling mappu 2024-09-18 13:27:53 +1200
  • eae85ac325 genbindings: preserve const/ptr attributes through typedefs mappu 2024-09-18 13:08:18 +1200
  • db09326a76 qt: rebuild (more accurate enum/typedef handling) mappu 2024-09-18 12:12:02 +1200
  • 99aaf69b13 genbindings: remove uintptr fallbacks for more and accurate enum/typedef handling mappu 2024-09-18 12:11:48 +1200
  • b7a488dac0 genbindings: more accurate enum type handling mappu 2024-09-18 09:35:53 +1200
  • 25008355a7 genbindings: initial QSet<> support mappu 2024-09-17 21:48:26 +1200