mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
e5e5e796f7b66616934ad8a777732c349d678249
On XCB platforms, the initialization of native windows is an async task. When floating a dock widget, a new top level window is created, followed by further customizations (changes to title and status bar, child rearrangements etc). The customizations might be triggered at a time when Qt was still processing XCB events and the QWindows state not yet fully initialized. In some random cases, this caused the Window to be invisible. By sleeping for 100 ms on XCB platforms, we make sure that all customizations are delayed long enough that the XCB event thread can continue to process. By then all XCB communication should be finished and the window setup complete. refs #754
Introduction
How to use this repository
The directory (folder) structure
The .info files
The .README files and metadata standards
.README files are a place to specify what should be captured by the individual .info files and are very project specific, so are kept blank in this empty repository. You'll need to decide what is appropriate at a project level.
Citations
Doxygen Documentation
Doxygen documentation is generated automatically. Please note it will take a bit of time on git push. Documentation is available at: https://dev.vatsim-germany.org/vatpilotclient/doc/ Doxygen documentation generation log is available at: https://dev.vatsim-germany.org/vatpilotclient/doxygen.log The trailing / is mandatory.
Description
Languages
C++
96.4%
CMake
1.4%
HTML
1%
Python
0.6%
Objective-C++
0.2%
Other
0.2%