- WAnchor
- clicked
- doubleClicked
- enterPressed
- escapePressed
- gestureChanged
- gestureEnded
- gestureStarted
- image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set(CMAKE_SYSTEM_NAME Windows) | |
| set(MSYS 1) | |
| set(BUILD_SHARED_LIBS ON CACHE BOOL "BUILD_SHARED_LIBS" FORCE) | |
| set(BUILD_STATIC_LIBS ON CACHE BOOL "BUILD_STATIC_LIBS" FORCE) | |
| set(BUILD_SHARED ON CACHE BOOL "BUILD_SHARED" FORCE) | |
| set(BUILD_STATIC ON CACHE BOOL "BUILD_STATIC" FORCE) | |
| set(LIBTYPE STATIC) | |
| set(CMAKE_EXPORT_NO_PACKAGE_REGISTRY ON) | |
| set(CMAKE_PREFIX_PATH /tmp/mxe-ref/usr/i686-w64-mingw32.static) | |
| set(CMAKE_FIND_ROOT_PATH /tmp/mxe-ref/usr/i686-w64-mingw32.static) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From b287c203474f75df6a33b0bfa35c961fae6e32f9 Mon Sep 17 00:00:00 2001 | |
| From: Boris Nagaev <bnagaev@gmail.com> | |
| Date: Sun, 30 Oct 2016 22:29:33 +0100 | |
| Subject: [PATCH] Makefile: refactor definitions of some variables | |
| --- | |
| Makefile | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| diff --git a/Makefile b/Makefile |
= List of Wt classes bound to luawt
- WAnchor
- clicked
- doubleClicked
- enterPressed
- escapePressed
- gestureChanged
- gestureEnded
- gestureStarted
- image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !!set | |
| ? !!python/tuple | |
| - WAbstractItemView | |
| - alternatingRowColors | |
| - alternatingRowColors() | |
| : null | |
| ? !!python/tuple | |
| - WAbstractItemView | |
| - closeEditors | |
| - closeEditors(bool) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !!set | |
| ? !!python/tuple | |
| - WAbstractItemView | |
| - alternatingRowColors | |
| - alternatingRowColors() | |
| : null | |
| ? !!python/tuple | |
| - WAbstractItemView | |
| - clearSelection | |
| - clearSelection() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 47082bb66cd8e20cdb9d1ea13e22c216618e2afa Mon Sep 17 00:00:00 2001 | |
| From: Boris Nagaev <bnagaev@gmail.com> | |
| Date: Fri, 30 Dec 2016 20:00:48 +0100 | |
| Subject: [PATCH] gst-plugins-bad: depend on neon and fix its header | |
| fix https://github.com/mxe/mxe/issues/1619 | |
| --- | |
| src/gst-plugins-bad-1-fixes.patch | 41 +++++++++++++++++++++++++++++++++++++ | |
| src/gst-plugins-bad.mk | 2 +- | |
| 2 files changed, 42 insertions(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From ec220f61f51566a0aee9099e9d51f587542b554d Mon Sep 17 00:00:00 2001 | |
| From: Boris Nagaev <bnagaev@gmail.com> | |
| Date: Fri, 30 Dec 2016 20:00:48 +0100 | |
| Subject: [PATCH] gst-plugins-bad: depend on neon and fix its header | |
| fix https://github.com/mxe/mxe/issues/1619 | |
| --- | |
| src/gst-plugins-bad-1-fixes.patch | 28 ++++++++++++++++++++++++++++ | |
| src/gst-plugins-bad.mk | 2 +- | |
| 2 files changed, 29 insertions(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Entering directory `/home/mxe/mxe-pkg-dscr-in-mk' | |
| uname -a | |
| Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux | |
| git log --pretty=tformat:"%H - %s [%ar] [%d]" -1 | |
| d1c60ffaec2ba8856d7c35515a7e0a4bec6bb255 - Introducing hamlib [25 hours ago] [ (HEAD, pkg-dscr-in-mk)] | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux 7.11 (wheezy) | |
| Release: 7.11 | |
| Codename: wheezy |