~ultimaker/uranium/+git/Uranium:qt5_backup

Last commit made on 2022-04-06
Get this branch:
git clone -b qt5_backup https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
qt5_backup
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

f035f03... by Jaime van Kessel <email address hidden>

Revert "Remove get & set message for Job"

This reverts commit 38d61b0f23e497b00e94e0c5e8d1e1edfe5b9033.

3e9104c... by Jaime van Kessel <email address hidden>

Revert "Remove getSceneLock"

This reverts commit 7fc8c8c884fdf3522e6c13b45cd5e027a85c40e0.

fadddf2... by Jaime van Kessel <email address hidden>

Revert "Remove setIconSOurce and IconSource from stage"

This reverts commit 01a4131aa56ec9ea7ff81ca8400ac2199319d6fd.

06adfee... by Jaime van Kessel <email address hidden>

Revert "Remove collapse() as it was deprecated"

This reverts commit e6029f3f66b3fe7a3d00c616ce7ca8be75b65def.

f36c940... by Jaime van Kessel <email address hidden>

Revert "Remove unused imports"

This reverts commit 4237b5e9fe95b1c7b255136eb1766dfc1af79132.

9f7c17e... by Jaime van Kessel <email address hidden>

Revert "Remove unneeded test"

This reverts commit 8c9323342a70006045e2af90af3874030d5aa8da.

9360c04... by Joey de l'Arago

Merge pull request #801 from Ultimaker/CURA-7810_remove_deprecated_functions

Remove deprecated functions

fd59384... by "c.lamboo" <email address hidden>

Listen to return key to trigger default action in MessageDialog

As the key events didn't bubble through to the message dialog component we had to find a workaround; on opening of the `MessageDialog` set focus on the primary button. If a button has focus, then events _do_ get triggered. By triggering the click event on the return key pressed event.

f3e9535... by Jaime van Kessel <email address hidden>

Update filter dict type

It seems that the way that you set the type does matter! With the old
type notiation, mypy didn't catch the issue. With the new one it did...

8c93233... by Jaime van Kessel <email address hidden>

Remove unneeded test

Whoops. SHould have removed that when removing iconSource

CURA-7810