Qt
Qt is a cross-platform application framework used for developing gui applications that can run on various hardware and software platforms, including Linux, macOS, iOS, Windows, and Blackberry. Qt is available with both proprietary and open source licenses.
Here are 5,057 public repositories matching this topic...
Flameshot version
(All versions)
Describe the bug
There are lots of Linux-only files installed when Windows MSI package is installed:
Probably we should add an if() statement in src/CMakeLists.txt file and do not call those configure_file() instructions on Windows/
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look
-
Updated
Jan 7, 2021 - Go
Goal:
- Make level designing with Objects more natural by changing the order of placement and rotation / flipping Objects.
AsIs:
- Select Object from Tileset.
- MouseCursor turns into a "GhostPreview" showing the selected Object in a half-transparent way.
- Place Object in the Map by pressing LMB.
- Optional: Rotate / flip placed Object. (This feels inconvenient because when the
A common protocol structure is to have a header containing a length field, followed by data of length bytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.
I do not know the best way to address this, but quick and easy way to support
-
Updated
Jul 25, 2021 - Python
-
Updated
Jul 21, 2021 - C++
Type of Issues (Enhancement, Error, Bug, Question)
Bug:
- Initialize Window
- Show it (
window.Read()) - Run
window.Disable() - The whole desktop environment freezes, nothing is clickable anymore
- Change to tty terminal and kill application
- Things are normal again
Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi
-
Updated
Jul 25, 2021 - Python
The "Find/Go To" popup has two problems:
- Its Edit menu label is currently "Find". It should be "Find / Go To" (per MuseScore 3.6)
- The popup itself doesn't contain any text labels.
To Reproduce
- Click Edit
- Select "Find"
This popup appears:
<img width="571" alt="Screenshot 2021-07-15 at 19 21 06" src="https://user-images.githubusercontent.com/86290556/125799648-28b3d62a-728
-
Updated
Apr 6, 2021 - TypeScript
-
Updated
Jul 24, 2021 - C++
MGLTilePyramidOfflineRegion should have a countOfTiles method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::util::tileCount() function added in #9906.
This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica
For classes declared with struct, forward declarations should also use struct. Currently, only struct Message violates this in a few header files (2 or so?).
-
Updated
Jul 23, 2021 - Python
-
Updated
May 4, 2021 - TypeScript
Video problems
I have analyzed video problems and below is the summary. All tested with examples/http_server.py from the pywebview-3 branch.
Windows
- CEF / MSHTML / EdgeHTML. No problems with either. CEF supports only WebM and Ogg out of the box (MP4 not supported).
Cocoa
- Only video frame is displayed, video not playing. Youtube works fine. There are a bunch of flags related to media in WKWeb
-
Updated
Jul 23, 2021 - C++
-
Updated
Jul 21, 2021 - C++
-
Updated
Oct 3, 2020 - C++
- Parser::parse: more complex examples, errors detecting
- Lexer::detokenize
- utils_sql (for splitQueries() check the CREATE TRIGGER)
- utils
- SelectResolver
- SchemaResolver

Bug report
Bug summary
Adding a legend to a
SubFiguredoesn't workCode for reproduction