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 4,587 public repositories matching this topic...
-
Updated
Jan 7, 2021 - Go
To quote eishiya from the Tiled forum:
When highlighting a layer, have an option for a light colour as the fade colour. The dark default doesn’t work well with dark tiles, as they blend in.
Could probably be added alongside the grid color configuration.
Sometimes I want to numerate a few series on the same screenshot.
I would love to be able to start a new numeration with "1" again.
Also sometimes I have a saved screenshot with numeration on it.
I would love to add a new number starting from the last number already appears.
-
Updated
Jan 23, 2021 - Python
-
Updated
Jan 23, 2021 - Python
-
Updated
Jan 21, 2021 - C++
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
Jan 23, 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
Jan 11, 2021 - TypeScript
-
Updated
Dec 31, 2020 - 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
In osx/updater/updater.go, we're referencing an ancient Go package, which has moved to a new location. Right now, the updater doesn't build (should we test this on travis?).
-
Updated
Jan 23, 2021 - Python
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
Jan 10, 2021 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Jan 23, 2021 - C
-
Updated
Dec 11, 2020 - C++
Required skills: Cython
Difficulty: Medium
SMX is the graphics storage format in AoE2:DE. We export these files to PNG in the converter.
Because of the different storage formats and layers, the
process_drawing_cmdsfunction exists 3 times in smp.pyx, and 5 times in smx.pyx, both inopenage/convert/value_object/read/media/.We can use one generic function (one for
smp, o