Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-15Use `UM.Window` in the material sync dialog and the preference pagesc.lamboo
CURA-9428
2022-07-11Add background color for rename dialogsJaime van Kessel
CURA-9465
2022-07-11Set background color for machine actionsJaime van Kessel
Otherwise the background is always white, which makes it unusuable for darktheme CURA-9465
2022-07-11Remove stray printJaime van Kessel
2022-07-07Add missing background color to WorkspaceSummaryDialog.qmljoeydelarago
CURA-9402
2022-07-05Fix toolbar being drawn over monitor pageJaime van Kessel
CURA-9401
2022-07-01Merge pull request #12635 from ↵Remco Burema
Ultimaker/CURA-9270_discard_or_keep_changes_not_updating Add the "clear" hack to the tableModel for discardOrkeepchanges
2022-07-01Merge pull request #12634 from Ultimaker/CURA-9402_fix_background_dark_themeRemco Burema
Fix background dark theme
2022-07-01Set proper background color for open project dialogs.Remco Burema
part of CURA-9402
2022-06-29Add the "clear" hack to the tableModel for discardOrkeepchangesCURA-9270_discard_or_keep_changes_not_updatingJaime van Kessel
It's the same hack that we already use for the other instances where we use the tableModel. For some reason it wasn't done here, so we also had the not updating bug CURA-9270
2022-06-29Merge pull request #12573 from Ultimaker/CURA-8849_more_intent_fixesCasper Lamboo
[CURA-8849] more intent fixes
2022-06-29Properly set background for AboutDialogCURA-9402_fix_background_dark_themeJaime van Kessel
CURA-9402
2022-06-28Fix implicitWidth binding loop.CURA-8849_more_intent_fixesj.delarago
CURA-8849
2022-06-28Fix height binding loopsj.delarago
CURA-8849
2022-06-22Adjust space between configuration warning and resolution options to closer ↵j.delarago
match design. CURA-8849
2022-06-21Fix tooltip showing on hover when no tooltipText in provided.j.delarago
CURA-8849
2022-06-21Instead of having a seperate tooltip for the checkbox and the text area, the ↵j.delarago
two have been combined into one tooltip. The reason for this is that hovering the mouse between the checkbox and text was causing some strange behaviour where sometimes the tooltip would not appear. The effect of the changes in RecommendedSupportSelector.qml are the same as RecommendedAdhesionSelector.qml. It just required a bit of refactoring to have the checkbox and the textlabel in the same component. CURA-8849
2022-06-21Fix the font for searchbars being styled correctlyJaime van Kessel
By setting the font.italic to true, we actually reset the entire font. Fixes #12565
2022-06-20Change flashing yellow warning on resolution combobox to blue flashing lining.j.delarago
Removed alwaysRunToEnd on animation since we would like the previous animation to stop if a user clicks through multiple intents triggering multiple animations. CURA-8849
2022-06-20Update reset settings icon in print settings to match new color used in ↵j.delarago
recommeded settings CURA-8849
2022-06-20Add tooltip to IconWithText.qml,j.delarago
Use this to display tooltips for Infill, Support and Adhesion in recommended settings. CURA-8849
2022-06-17Remove incorrect enum usageJaime van Kessel
This only needs to happen in code that uses PyQt, not in qml code
2022-06-17PrintQuality icon is slightly too right aligned due to the icon not filling ↵j.delarago
the entire svg. There is no additional margin on the left that can be removed, so instead I've given it a small negative margin CURA-8849
2022-06-16Remove todos that are no longer applicablej.delarago
Remove debug print statement CURA-9321
2022-06-16Add text wrapping for very long custom profile names.j.delarago
CURA-8849
2022-06-16Intent button was showing when only a single intent is available.j.delarago
This was caused by visible being overridden. CURA-8849
2022-06-16Remove left margins which don't align with the intended design.j.delarago
CURA-8849
2022-06-16We are using recommendedResolutionSelector._previousResolution to see if the ↵j.delarago
resolution had changed before highlighting the resolution selector. This updates when intents change but not when qualities change. I tried updating when the qualities change but this was updating before this line if(recommendedResolutionSelector._previousResolution !== Cura.MachineManager.activeQualityType) which caused this always to resolve as true The solution was to update _previousResolution after we select an item in the drop down. CURA-8849
2022-06-16Increase margins on warning to match designj.delarago
CURA-8849
2022-06-16Items in intent selection settings column were not filling width, the result ↵j.delarago
of this was any item with more than one child would have these children squished together. Fix is to have the children fill their width CURA-8849
2022-06-15Merge pull request #12528 from Ultimaker/CURA-8849Casper Lamboo
[CURA-8849] Improve intent profile selection
2022-06-15Suggested changesj.delarago
CURA-8849
2022-06-15Switch to column layout in RecommendedPrintSetup.qml so that left margins ↵j.delarago
can be put on infill selector and items below it. Add warning and reset button when custom profile is select and/or settings have been changed CURA-8849
2022-06-15Add campaign linkj.delarago
CURA-8849
2022-06-15Remove typoj.delarago
CURA-8849
2022-06-14Add actual link to help page for when a profile is not supportedCURA-8849Ghostkeeper
Doesn't have UTM tags though. Maybe that's not important here. Contributes to issue CURA-8849.
2022-06-14Show UnsupportedProfileIndication if list of quality types is emptyGhostkeeper
And otherwise show the intent and quality level selectors. This is currently quite broken because the list of quality levels is not correct. It should only show a quality type if it is supported by all extruders. Contributes to issue CURA-8849.
2022-06-14Add a design for the notification when there's no recommended profileGhostkeeper
Looks more harsh than it should be, perhaps. I'd prefer if we could add some text that says that you can create your own custom profiles too... Contributes to issue CURA-8849.
2022-06-14Fix QML warning about no variable 'transparent' existingGhostkeeper
It's a colour name. It should be within quotes here. Contributes to issue CURA-8849.
2022-06-14Hide intent category selector if there's just 'default' intentGhostkeeper
It doesn't make sense to let the user choose then. Contributes to issue CURA-8849.
2022-06-14Add a horizontal line between sections of recommended set-upGhostkeeper
This delimits the selecting of the profile from the few basic settings. Contributes to issue CURA-8849.
2022-06-14Fix triggering first pulseGhostkeeper
Before the first pulse, the _previousResolution property was still bound to the activeQualityType property of the MachineManager. When it then checks if it changed, it finds that it didn't change because it checks against that same property, but the _previousResolution automatically updated with it. After that it loses its binding because it's set in the function itself to a fixed value. Instead, we'll now give it its initial value with the Component.onCompleted function so that it doesn't bind, and then doesn't change along with the first change. Contributes to issue CURA-8849.
2022-06-14Implement pulse animation option for ComboBox widgetGhostkeeper
You can now call pulse() on it and it'll pulse in the warning colour. Contributes to issue CURA-8849.
2022-06-14Implement sending a signal when changing intent changes quality levelGhostkeeper
For now it does nothing. But I'm adding a function that should cause the combobox to pulse. That'll be a new feature so I'm implementing it in a separate commit. Contributes to issue CURA-8849.
2022-06-14Add circle with letter inside for non default intentsj.delarago
CURA-8849
2022-06-14Show profile group name in boldGhostkeeper
That highlights it relative to the layer height. Contributes to issue CURA-8849.
2022-06-14Allow configuring combobox with whether they allow styled text or notGhostkeeper
For some models we'd like to have the possibility to have rich text in the combobox. For some we'd like to prevent that, for instance to prevent the user from using colours in their profile names, or boldface, or even images. Contributes to issue CURA-8849.
2022-06-14Added new intent selection buttons and resolution drop down to replace the ↵j.delarago
matrix. We are now selecting intents first and then quality, however the container hierarchy quality -> intents. This is the reason for the new functions inside machine manager. CURA-8849
2022-06-13Add spacing option between icon and text in IconWithText.qmlj.delarago
2022-06-13Remove the NoIntentIconJaime van Kessel
CURA-8623