j.spijker@ultimaker.com
34d6a2ba29
Credits given where credits due
...
The Update copyright feature of Pycharm automatically removed the
mentioning of one of our main contributors in this license header.
Added it manually again, unchecked the Update Copyright check box from
the commit window (on the second attempt) and order is restored to the
universe.
Mea Culpa @fieldOfView, Mea Maxima Culpa
2022-03-23 16:42:26 +01:00
j.spijker@ultimaker.com
54ccc12649
Drop support for CTM files
...
Open CTM has been used 5 times on million of slices
the past year. Since OpenCTM seems to be abounded
since 2012 we have decided to drop support. There
are plenty of conversion tools for this file type
available.
See ultimaker/cura-build-environment#333456c068944ff6b3e7afb2f02a243f0f488371
Contributes to CURA-8640
2022-03-23 16:28:58 +01:00
j.spijker@ultimaker.com
ca430c80be
Change imported namespace pySavitar to Savitar
...
Because we had to rename our Python bindings module from Savitar to
pySavitar we also changed our import downstream (Cura and Uranium). But
in order to limit the changes on our existing code we decided during the
review that we should just import pySavitar as Savitar.
Contributes to CURA-7924
2022-02-28 10:44:16 +01:00
j.spijker@ultimaker.com
47588393e8
Use Arcus as namespace
...
Because we had to rename our Python bindings module from Arcus to pyArcus
we also changed our import downstream (Cura and Uranium). But in order
to limit the changes on our existing code we decided during the review
that we should just import pyArcus as Arcus.
Contributes to CURA-7924
2022-02-28 10:41:24 +01:00
Remco Burema
7511ac843e
Changes needed wrt how we build Savitar with Sip 6.
...
part of CURA-7924
2022-02-25 14:31:51 +01:00
Remco Burema
08c49c6c13
Changes needed wrt how we build Arcus with Sip 6.
...
part of CURA-7924
2022-02-25 14:27:06 +01:00
Remco Burema
99449dbc34
Get rid of some errors first.
...
Was using Qt5 still, even though we're dumping that. Need a bit of a level playing field for an update to the way we handle libArcus and libSavitar.
part of CURA-7924
2022-02-25 13:25:35 +01:00
Ghostkeeper
c7d7dd11d1
Merge branch 'master' into PyQt6_upgrade
...
Conflicts:
cura/PlatformPhysics.py -> Removed shapely on master, while QTimer import got updated to Qt6.
plugins/Toolbox -> Entire folder is deleted in master, but it was updated to Qt6 here. This can all be removed.
2022-02-21 11:52:28 +01:00
Ghostkeeper
5fc89b6053
Merge branch 'patch-1' of https://github.com/inigoml/Cura into inigoml-patch-1
2022-02-16 12:46:47 +01:00
Jaime van Kessel
cfb0604067
Clarify some documentation in the PerObjectSettingVisibilityHandler
...
We often used shorthands for stack / instance / definition, but this made it
harder for people that are very familiar with the code to understand what is
going on.
Contributes to #11455
2022-02-11 13:40:21 +01:00
j.delarago
6f154ea444
Add new icon styles
...
Change backup image name from icon to backup
Cura-8681
2022-02-09 16:55:28 +01:00
j.delarago
c57220f33c
Fix search icon having no left padding in DF search bar.
2022-02-07 13:20:45 +01:00
j.delarago
85973f4a1a
Center Align Checkbox in per model settings visibilty menu
2022-02-07 11:55:03 +01:00
Evangelos Trantos
d7c3495509
Merge pull request #11328 from Ultimaker/CURA-8378_improve_checkbox_visibility
...
Cura 8378 improve checkbox visibility
2022-02-02 19:54:34 +02:00
Ghostkeeper
06bbeff21a
Merge branch 'marketplace_redesign'
2022-02-02 15:39:21 +01:00
Jaime van Kessel
56c25db83a
Ignore the type of certifi
2022-02-01 13:47:14 +01:00
Jaime van Kessel
c70c312286
Fix check if spec in postprocessing was None
2022-02-01 13:41:33 +01:00
Jaime van Kessel
ab2439f561
Fix first parameter of PositionOptional
2022-02-01 13:39:56 +01:00
j.delarago
05d542c8d0
Bump UM version for CheckBox
2022-01-26 09:53:17 +01:00
j.delarago
a73ae6b655
Replace Cura.CheckBoxWithTooltip with UM.CheckBox.
...
Remove Cura.CheckBoxWithTooltip.qml from qmldir module definition.
Remove Cura.CheckBox.qml from qmldir module definition as it has been moved to Uranium
2022-01-25 11:08:52 +01:00
j.delarago
5788ea8d00
The visibility settings in the preferences is defined in Uranium rather than Cura. The CheckBox has been moved to Uranium so that all parts of the project have access to this default styled component.
2022-01-24 14:03:47 +01:00
j.delarago
9b11483428
Cura.Checkbox requires vertical alignment since it no longer takes up the same amount of vertical space.
2022-01-21 18:09:02 +01:00
j.delarago
951e1cb37b
Swap CheckBox for styled Cura.CheckBox
2022-01-21 18:07:45 +01:00
j.delarago
670872f8d1
Specify width and height in Cura.Checkbox
...
Update Dialogs to use Cura.CheckBox instead of QtQuick. This will make it easier to update the QtQuick checkbox version.
2022-01-20 17:31:00 +01:00
Ghostkeeper
efcd00e2f3
Merge branch 'master' into marketplace_redesign
...
Conflicts:
plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml -> Some things were probably accidentally committed here and then later also changed in master.
2022-01-20 15:57:28 +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
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
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