Uranium icon indicating copy to clipboard operation
Uranium copied to clipboard

A Python framework for building Desktop applications.

Results 59 Uranium issues
Sort by recently updated
recently updated
newest added

If the name was missing it would cause Cura to crash. If the type was missing it wouldn't crash, but it would silently fail to load the model which is...

Ultimaker/Cura#12386

PR: Translation 🇮🇪
PR: Community Contribution :crown:

Zoom toward mouse always referenced the mouse position as half the actual position. Mainly due to calculations based on the viewport centre rather than the dimensions and native mouse positions....

Re: https://community.ultimaker.com/topic/34232-how-do-i-add-my-printers-logo-to-the-cura-bed/?do=findComment&comment=293900 The x, y, z offset is read in from the user .cfg file as a string, but the code expects a list of floats. The check for 3...

This PR adds a preference to make the system tray icon (and notifications popped up from it) optional. The PR also has a minor cleanup of a merge conflict from...

help wanted
PR: Translation 🇮🇪
PR: Community Contribution :crown:

Some 24px icons designed for the colored notification badges were saved in the wrong folder. I moved and renamed the icons in https://github.com/Ultimaker/Cura/pull/10857 and with this PR I updated the...

This to makes it possible to flip the image in RecolorImage which is needed for some icons when translating Apps to support Right to Left languages

PR: Community Contribution :crown:

PR: Translation 🇮🇪
PR: Community Contribution :crown:

Since the introduction of the QtQuick Controls 2 UM.MenuItem, it is no longer possible to display an ampersand ("&") in menu items, because any ampersand is treated as a prefix...