-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-picking fixes from master branch into 4.3-release branch:
- Fix AbstractQuery's copy ctor/assignment operator not copying join_ field Added test for AbstractQuery::join() join() was working properly, but AbstractQuery's copy ctor was not: it did not copy the join_ field. - widgetgallery: Fixed WDataSeries doc-link - WWebWidget: move id_ out of OtherImpl This fixes an issue when setId() is used. The destructor of jsScrollVisibilityChanged_ (a JSignal) in OtherImpl uses WWebWidget::id() to unexpose the signal. However, resetting the otherImpl_ causes it to be set to nullptr, so the WObject's id is used instead of the id set in OtherImpl. Simply moving this id_ out of OtherImpl and making sure it gets destroyed after OtherImpl solves this problem. - Changing Windows libs to lowercase When cross-compiling with MinGW on Linux, the libraries are lowercase, and Windows is case-insensitive, so let's make them all lowercase. - Issue #7505: it's not necessary to disable Direct2D/DirectWrite with MinGW It works fine, even when cross-compiling (tested on Fedora), so let's just enable it.
- Loading branch information
1 parent
61563b1
commit 1d18db5
Showing
11 changed files
with
89 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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