Ghostkeeper
f630b84788
Replace ScrollView with QtControls2 ListView
...
I can't update the buttons (not part of this ticket) so I kept those Controls1.
The ScrollView is no longer necessary, just a ListView now with customised scroll bar.
Contributes to issue CURA-8686.
2022-01-18 14:53:25 +01:00
Ghostkeeper
10303c10f9
Use new ScrollBar with controls 2
...
Contributes to issue CURA-8686.
2022-01-17 17:15:23 +01:00
Jaime van Kessel
0501b71e13
Also accept original casing to match with ID for material profile
...
This fixes an issue reported by Essentium. They used capitals in their
id, so it could never match that with a material profile
2022-01-17 10:53:52 +01:00
Jaime van Kessel
b614cabae6
Put back import
2022-01-14 13:05:07 +01:00
Ghostkeeper
73a151ab49
Put focus on search bar when Digital Library opens
...
Fixes CURA-8768.
2022-01-13 13:55:42 +01:00
Ghostkeeper
3c12a2629e
Only attempt to remove hidden container stacks if the directory exists
...
Otherwise we can't even look for them.
Contributes to issue CURA-8591.
2022-01-05 17:25:51 +01:00
Jaime van Kessel
6e4143ba59
Merge branch '4.13' of github.com:Ultimaker/Cura
2022-01-05 14:08:00 +01:00
Jaime van Kessel
61a7203726
Only reset marketplace page if the window isn't visible
...
CURA-8588
2022-01-04 13:13:31 +01:00
Jaime van Kessel
2aa931cbca
Remove unneded styles import
2022-01-04 09:48:02 +01:00
Jaime van Kessel
f11d728c6b
Merge branch 'master' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
2022-01-03 15:32:58 +01:00
Jaime van Kessel
3bfea5b970
Ensure that stored log lines are sent to sentry if they haven't already been logged
...
CURA-8760
2022-01-03 14:10:36 +01:00
Jaime van Kessel
27e5905a32
Fix typing
...
CURA-8588
2022-01-03 11:44:05 +01:00
Jaime van Kessel
7deeb26e13
Merge branch 'marketplace_redesign' of github.com:Ultimaker/Cura into CURA-8588_replace_toolbox_with_marketplace
2022-01-03 11:32:06 +01:00
Jaime van Kessel
60e6d7bcae
Fix too large clickable area for author info in package card
...
CURA-8588
2022-01-03 11:20:27 +01:00
Jaime van Kessel
89c82964c3
Simplify restart check
...
CURA-8588
2022-01-03 11:14:28 +01:00
Jaime van Kessel
852076460f
Remove unused imports
...
CURA-8588
2022-01-03 11:13:28 +01:00
Jaime van Kessel
6a39862349
Merge RestartManager into marketplace
...
CURA-8588
2022-01-03 11:12:52 +01:00
Jaime van Kessel
6af2677c52
Remove TabManager
...
Since marketplace itself already needed to be a qObject, there wasn't
really a need to have a seperate object for it
2022-01-03 11:06:19 +01:00
Jaime van Kessel
3b2be48390
Ensure that check for updates is called on startup of Cura
...
CURA-8588
2022-01-03 11:01:17 +01:00
Jaime van Kessel
0615369cba
Clean up import order
...
CURA-8588
2022-01-03 10:29:15 +01:00
Jaime van Kessel
408b649db7
Add typing to tabmanager
...
CURA-8588
2022-01-03 10:22:36 +01:00
Jaime van Kessel
7692a6db78
Merge pull request #11165 from Ultimaker/8658_Implement_Notifications_for_the_new_marketplace
...
8658 implement notifications for the new marketplace
2022-01-03 10:18:20 +01:00
Jaime van Kessel
c92fcc8e03
Simplify the notifaction icon logic
...
CURA-8658
2022-01-03 10:14:22 +01:00
Ghostkeeper
a878cfae7a
Merge branch 'master' into marketplace_redesign
2021-12-31 14:07:51 +01:00
casper
02c81234d0
Remove references to the toolbox plugin from the themes.json
...
Some other components were (incorrectly) using these theme variables.
Replaced them by another theme variable with the same value.
CURA 8588
2021-12-30 13:38:16 +01:00
casper
fe30a3c19e
Add notification badge for the gear icon in the Market Place
...
CURA 8658
2021-12-30 12:24:14 +01:00
Remco Burema
1cdeaffab7
Make new Marktetplace react to 'get more materials'.
...
part of CURA-8588
2021-12-30 11:53:42 +01:00
Remco Burema
b794ad6ed2
Delete old 'Toolbox' in favour of new Marketplace.
...
part of CURA-8588
2021-12-30 11:51:54 +01:00
Remco Burema
c8ed3634ed
Qt5->Qt6: Even more renaming stuff.
...
part of CURA-8591
2021-12-29 12:43:56 +01:00
Remco Burema
448fbf7408
Qt5->Qt6: Register QML enums as (uncreatable) meta object not type.
...
part of CURA-8591
2021-12-29 11:37:18 +01:00
Remco Burema
20b435af76
Qt5->Qt6: More renamed stuff.
...
part of CURA-8591
2021-12-29 11:18:49 +01:00
Remco Burema
6586bcc762
Qt5->Qt6: Fix cause of stack-overflow errors for newer Python/Qt.
...
part of CURA-8591
2021-12-29 09:23:11 +01:00
Remco Burema
895488a07b
Qt5->Qt6: Usee key-constants namespace.
...
part of CURA-8591
2021-12-29 09:10:19 +01:00
Remco Burema
6dc6020217
Qt5->Qt6: GUI-attributes and flips params register singletons.
...
part of CURA-8591
2021-12-28 18:36:28 +01:00
Remco Burema
7021ff0b67
Qt5->Qt6: Replace QT_ENUMS with pyqtEnum.
...
part of CURA-8591
2021-12-28 14:59:25 +01:00
Remco Burema
32b52c6166
Qt5->Qt6: Rectify constant locations: UserRole, CppOwnership
...
part of CURA-8591
2021-12-28 14:54:56 +01:00
Remco Burema
abe7c1bf7f
Search/replace Qt5->Qt6.
...
part of upgrading Qt to v6.2: CURA-8591
2021-12-28 14:46:02 +01:00
Ghostkeeper
f97f7ca6af
Port relative mode handling to Repetier flavour too
...
As requested in #9518 .
2021-12-24 16:18:13 +01:00
Jaime van Kessel
cf7772a40a
Ensure that local list has update URL
...
CURA-8587
2021-12-22 14:27:24 +01:00
Jaime van Kessel
532c7a2109
Let new marketplace also check for updates
...
CURA-8587
2021-12-22 10:19:33 +01:00
Jaime van Kessel
8259868160
Fix update URL
...
CURA-8587
2021-12-22 10:04:27 +01:00
Jaime van Kessel
fd411512c6
Merge branch '4.13' of github.com:Ultimaker/Cura
2021-12-20 13:08:50 +01:00
Jaime van Kessel
afef4f761b
Update documentation
...
CURA-8587
2021-12-20 10:17:30 +01:00
fieldOfView
bec12c124f
Add a description to the Simulation View plugin that better explains its purpose
2021-12-19 11:48:52 +01:00
Jaime van Kessel
8df204b327
Remove unneeded control
...
CURA-8587
2021-12-17 16:49:16 +01:00
Jaime van Kessel
a2a76fefdd
Move cleaning up of request to after signals are disconnected
...
CURA-8587
2021-12-17 16:48:06 +01:00
Jaime van Kessel
83c78c4b4d
Remove canInstallChanged signal
...
It's not needed, this can just be handled with a direct call!
CURA-8587
2021-12-17 16:41:52 +01:00
Jaime van Kessel
8a198f7911
Simplify sorting
...
CURA-8587
2021-12-17 16:31:11 +01:00
Jaime van Kessel
d015d94965
Update plugins/Marketplace/LocalPackageList.py
...
CURA-8587
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2021-12-17 16:23:54 +01:00
Remco Burema
0e3524cddb
Reintroduce hack for waiting state in monitor.
...
Some printers don't send the correct state it seems, so we have to have this hack back.
CURA-8764
2021-12-17 11:50:45 +01:00