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-03-22Show active material in italicscasper
behaviour is not perfect; only one (of the possible multiple if you have multiple materials) active material is shown in italics. However, this behavior is similar as the behavior in cura v4.13 see https://github.com/Ultimaker/Cura/pull/11668/files#diff-ba2e4797d4d21e847be25e2c272d6a7a45e3bab97def420bed7643d762be8cfaL54 CURA-9044
2022-03-22Re-implement showing active profile as italiccasper
This went got removed during a merge conflict see https://github.com/Ultimaker/Cura/pull/11696 https://github.com/Ultimaker/Uranium/pull/798 CURA-9044
2022-03-21Merge pull request #11668 from Ultimaker/CURA-8979_Materials_Preference_PageCasper Lamboo
Materials preference page
2022-03-21Merge branch 'master' into CURA-8979_Materials_Preference_Pagecasper
# Conflicts: # resources/qml/Preferences/ProfilesPage.qml
2022-03-21Merge pull request #11695 from Ultimaker/8980_Fix_buttons_in_USB_monitoring_Casper Lamboo
CURA-8980 fix buttons in usb monitoring
2022-03-21Use correct font and line height for the category btn in materials listcasper
CURA-8979
2022-03-21Merge branch 'master' into CURA-8979_Materials_Preference_Pagecasper
# Conflicts: # resources/qml/ColorDialog.qml # resources/qml/Preferences/ProfilesPage.qml
2022-03-21Merge pull request #11696 from ↵Jaime van Kessel
Ultimaker/CURA-9044_show_italic_for_active_profile Remove reference to Cura in UM component
2022-03-21Simplify materials preference page by wrapping scroll items in ListViewcasper
CURA-8979
2022-03-21Add scroll bar to print monitor if content is overflowingcasper
Fixes https://github.com/Ultimaker/Cura/issues/11629 CURA-8980
2022-03-21Show Yes and No buttons in abort dialogcasper
CURA-8980
2022-03-20Adjust description of Change Retraction for rel. extrusionGhostkeeper
A patch-up until we have a real solution, as suggested in #11487.
2022-03-18Remove reference to Cura in UM componentCURA-9044_show_italic_for_active_profilej.delarago
Add isActiveModelFunction that can be overwritten in inheriting components Override isActiveModelFunction in Profiles page, this is done because quality models do not have a unique id that can be assigned to activeId CURA-9044
2022-03-18Fixes this errorCURA-8979_Materials_Preference_Pagej.delarago
QML Column: ScrollBar must be attached to a Flickable or ScrollView by wrapping the Column in a ScrollView the same way that is done for the information page. CURA-8979
2022-03-18Accept click events on materials items in materials listj.delarago
CURA-8979
2022-03-18Anchor material name to star icon so text doesn't display under star icon.j.delarago
CURA-8979
2022-03-18Add tooltip to materials list itmes.j.delarago
CURA-8979
2022-03-18updated imagenew-splashscreen10r3n20
2022-03-18Swap materials page SpinBox for NumericTextFieldWithUnitj.delarago
This fixes, filament cost iterating backwards with spinbox ( who knows why it did this ) text not updating when different material selected value with decimals not saving Remove margin from NumericTextFieldWithUnit.qml. Not sure why this was present, it made the TextField slightly smaller than the rest. Remove some parsing str to float/int. Not needed since settings are stored as str CURA-8979
2022-03-17Merge pull request #11639 from Ultimaker/more_intuitive_line_thresholdsRemco Burema
More intuitive line thresholds
2022-03-17Merge pull request #11674 from Ultimaker/CURA-9039_combobox_open_out_of_windowJoey de l'Arago
[CURA-9039] fix combobox scrolling out of view
2022-03-16Merge pull request #11675 from Ultimaker/PP-115_unify-wall-thicknessJaime van Kessel
PP-115_unify-wall-thickness
2022-03-16updated splash screens10r3n20
2022-03-16Merge pull request #11663 from Ultimaker/CURA-9007_burger_menuRemco Burema
[CURA-9007] Update Burger Menus
2022-03-16Merge branch 'PP-126_set_horizontal_expansion' of github.com:Ultimaker/CuraJaime van Kessel
2022-03-16Merge pull request #11664 from Ultimaker/CURA-8921Remco Burema
[CURA-8921] Workaround for windows not giving dialogs the correct width.
2022-03-16Merge pull request #11635 from ↵Remco Burema
Ultimaker/CURA-8981_resolve_for_interface_and_raft_extruder Add resolve values for raft & interface extruders
2022-03-16Change OnYChanged out for OnPositionChanged inside scrollbar. Makes a bit ↵CURA-9039_combobox_open_out_of_windowj.delarago
more sense logically and this can be reused in ScrollViews as well. Added OnPositionChanged to General Page CURA-8979
2022-03-16Use intConversion instead of Str for extruder & optionalExtruderCURA-8981_resolve_for_interface_and_raft_extruderJaime van Kessel
CURA-8981
2022-03-16Merge pull request #11671 from Rolzad73/masterJaime van Kessel
- fixed snapmaker2 End-Gcode definition for Z return variable
2022-03-15- fixed snapmaker2 End-Gcode definition for Z return variableRolzad73
2022-03-15Merge pull request #11660 from Ultimaker/CURA-8890_combobox_widthJaime van Kessel
[CURA-8890] combobox width
2022-03-15Merge branch 'CURA-8945_spinbox_behaviour' of github.com:Ultimaker/CuraJaime van Kessel
2022-03-15restore old top_bottom_thicknessPP-115_unify-wall-thicknessRijk van Manen
Since we changed wall thickness, but do not want to change the top_bottom_thickness these values need be set hardcoded. PP-115
2022-03-15forgot to remove one statementRijk van Manen
PP-115
2022-03-15Fix typoj.delarago
CURA-8979
2022-03-15Move TabRow below so it renders over the top lining of content rectangles.j.delarago
Update Tab styles to match designs CURA-8979
2022-03-15Add space, so content isn't bellow scrollbarj.delarago
CURA-8979
2022-03-15Remove Italicsj.delarago
CURA-8979
2022-03-15show star on hoverj.delarago
CURA-8979
2022-03-15Update ReadOnlyTextArea importj.delarago
Update ReadOnlyTextArea style (It's not really read only 🤔) CURA-8979
2022-03-15Merge branch 'CURA-9007_burger_menu' of github.com:Ultimaker/Cura into ↵CURA-9007_burger_menuJaime van Kessel
CURA-9007_burger_menu
2022-03-15Fix poup rescaling the burgermenu weirdlyJaime van Kessel
CURA-9007
2022-03-15Move background circle into backgroundj.delarago
Change burger icon color to correct color for dark+light mode CURA-9005
2022-03-15remove all wall_thickness statementsRijk van Manen
All print profiles are following the global rules, no print profile specific exceptions. PP-115
2022-03-15Merge branch 'CURA-9039_combobox_open_out_of_window' of ↵Jaime van Kessel
github.com:Ultimaker/Cura
2022-03-15Merge branch 'master' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
CURA-8979_Materials_Preference_Page
2022-03-15Fix various QML warningsJaime van Kessel
CURA-8979
2022-03-15Fix sizing of materialBrandSelectionJaime van Kessel
This also cleans up some stuff from the theme. Huzzah CURA-8979
2022-03-15Add identation for the materials preferences pageJaime van Kessel
CURA-8979