Joshua Goins

Results 9 issues of Joshua Goins

On screens that are limited in height (like the Steam Deck) some parts of the input configuration window are cut off. This includes the motion control configuration, which is a...

# Description This was failing to build on my machine, since I guess one of the std headers did not include as expected. ## Type of change Please delete options...

This allows Rust and CXX-Qt applications to send messages to the Qt logger.

This adds an optional key to ImageContent, for displaying a blurhash on the client before an image is loaded. Example consumer in Neochat: https://invent.kde.org/network/neochat/-/merge_requests/1151

enhancement

### Current Behavior Viewing the README of a crate that is originally from a workspace (take [imgui-rs](https://crates.io/crates/imgui) as an example) the image is not found. This is specifically member crates...

C-bug 🐞
A-backend ⚙️

I needed to compile this library on MSVC, so here's a bunch of fixes for that. * Make PkgConfig optional * Add .dll.a to the search path for gcrypt (not...

A few more fields I found that are somewhat useful, I guess

breaking change
requested changes

This is controlled with the SCons option ``threads``. Now it's documented as another knob you can turn when compiling the web template.

enhancement
area:contributing

I tried to deploy an application on Windows using [the new qt_generate_deploy_app_script function](https://www.qt.io/blog/cmake-deployment-api), and it ended up failing: ``` Unable to find dependent libraries of C:\Qt\6.7.0\msvc2019_64\bin\qt6keychaind.dll :Cannot open 'C:/Qt/6.7.0/msvc2019_64/bin/qt6keychaind.dll': The...