~thopiekar/cura/+git/cura-thopiekar:master-draft-sentry-as-plugin

Last commit made on 2020-01-02
Get this branch:
git clone -b master-draft-sentry-as-plugin https://git.launchpad.net/~thopiekar/cura/+git/cura-thopiekar

Branch merges

Branch information

Name:
master-draft-sentry-as-plugin
Repository:
lp:~thopiekar/cura/+git/cura-thopiekar

Recent commits

2d9415c... by Thomas Karl Pietrowski

WIP: Other files

Signed-off-by: Thomas Karl Pietrowski <email address hidden> (github: thopiekar)

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

Merge branch 'CURA-6959_collapse_categories' of github.com:Ultimaker/Cura

8dbd67f... by Nino van Hooff

Merge remote-tracking branch 'origin/master' into CURA-6959_collapse_categories

# Conflicts:
# resources/qml/Menus/SettingVisibilityPresetsMenu.qml
# resources/qml/Settings/SettingView.qml

4097256... by Nino van Hooff

Clear settings search when pressing collapse all.

CURA-6959

56cf233... by Remco Burema <email address hidden>

First initialize error checking.

Change the order of initialization, so the MachineErrorChecker already has its signals attached when the first machine gets loaded.
The increased number of 'processEvents'-calls exposed this oversight by allowing it to run out of order.
(MachineErrorChecker initializes the has-errors field to True if no check has been done yet.)

261ee5b... by Remco Burema <email address hidden>

Fix SettingCheckbox.qml warning.

72497f4... by Nino van Hooff

Remove redundant brackets

CURA-6959

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

Fix the failing tests

CURA-6255

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

Merge branch 'master' of github.com:Ultimaker/Cura

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

Add "all" as a setting visibility preset

CURA-7082