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-05-09Give icon of onboarding banner a colourGhostkeeper
It had no colour, so it was defaulting to black. I'm making it the same as the text colour and the colour of the X button. Fixes issue CURA-9248.
2022-05-09Merge remote-tracking branch 'origin/gracefully_fail_cloud_printer' into 5.0Jelle Spijker
2022-05-06Merge pull request #12114 from Ultimaker/CURA-9141_translate_5.0Casper Lamboo
Cura 9141 translate 5.0
2022-05-05Align colors disabled settings textfield (5 min fix).Remco Burema
CURA-9252
2022-05-05Add catalog to files that weren't translatingCURA-9141_translate_5.0j.delarago
CURA-9141
2022-05-05Fix error checking never setting state to "hasError"Jaime van Kessel
CURA-9249 Fixes #12082
2022-05-05Merge branch 'Patola-5.0-beta' into CURA-9141_translate_5.0Remco Burema
2022-05-05Merge branch '5.0-beta' of https://github.com/Patola/Cura into Patola-5.0-betaRemco Burema
2022-05-05Merge pull request #12049 from sustmi/czech-translations-v5.0Remco Burema
Czech translations v5.0
2022-05-05Add 11 language translations from Smartlingj.delarago
CURA-9141
2022-05-05Merge branch '5.0' into CURA-9141_translate_5.0j.delarago
2022-05-04Set colour of placeholder text from themeGhostkeeper
Otherwise it defaults to black which is not readable in dark mode. Done as a 5 minute fix.
2022-05-04Merge pull request #11977 from Ultimaker/CURA-9185_material_menu_cut_offJaime van Kessel
[CURA-9185] Material menu cut off in menu
2022-05-04Use correct role for standardbuttonJaime van Kessel
Otherwise the no won't register... CURA-9229
2022-05-03Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-03Disable the running property of the action button by defaultJaime van Kessel
This would cause scene updates to be drawn all the time, causing constant cpu drain.
2022-05-03Finish Czech translation of v5.0Miroslav Sustek
2022-05-02Replace `SpinBox` with `NumericTextFieldWithUnit`c.lamboo
CURA-9146
2022-05-02Set `stepSize` property on `SpinBox` that reflects its `decimals`c.lamboo
CURA-9201
2022-05-02Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-02Fix size of setting extruder swatchJaime van Kessel
2022-05-02Merge pull request #12059 from fieldOfView/fix_phantom_menuJaime van Kessel
[5.0b1] Remove "phantom menu" when there is only a single FileProvider
2022-05-02Merge pull request #12055 from ↵Jaime van Kessel
Ultimaker/CURA-9232_fix_menubar_not_catching_events [CURA-9232] Fix menubar not catching events
2022-05-02Simplify enabled behaviourj.delarago
CURA-9232
2022-05-02Updated pt_BR strings for Cura 5.0Cláudio 'Patola' Sampaio
2022-05-02Updated pt_BR strings for Cura 5.0 betaCláudio 'Patola' Sampaio
2022-05-02Remove "phantom menu" when there is only a single FileProviderfieldOfView
2022-05-02The PrintSetupTooltip was catching events while invisible on the top left of ↵j.delarago
the screen. This was causing the menubar not to be clickable. I've disabled PrintSetupTooltip when not visible so that it does not catch events. CURA-9232
2022-05-02Merge pull request #11981 from Ultimaker/CURA-9194_tiny_marketplace_iconJaime van Kessel
[CURA-9194] Tiny marketplace icon
2022-05-02Almost finished Czech translation of v5.0Miroslav Sustek
2022-04-29Merge pull request #12007 from Ultimaker/CURA-9214_export_profile_doesnt_workCasper Lamboo
[CURA-9214] Can't export profiles, also fixes exporting materials
2022-04-29Apply suggestions from code reviewCasper Lamboo
2022-04-29Merge pull request #11906 from fieldOfView/fix_single_copy_multiplyJoey de l'Arago
[5.0b1] Fix creating a single copy of a model
2022-04-29Merge pull request #12009 from Ultimaker/CURA-9222_crash_for_multiple_extrudersJoey de l'Arago
Use the correct function parameters when removing objects in menu
2022-04-28Use the correct function parameters when removing objects in menuCURA-9222_crash_for_multiple_extrudersJaime van Kessel
It turns out that the order of these functions matters. So when we created a function with only one param, it would actually give it the index. Removing with the index didn't work, so the object would still be there. The Qt objects would already be deleted which caused segfaults CURA-9222
2022-04-28selectedNameFilter is now an object instead of a string. The nameFilter has ↵CURA-9214_export_profile_doesnt_workj.delarago
to be manually pulled out using the index in selectedNameFilter. If only one filter is supplied to nameFilters, the index will always be -1. I assume this is because we are not selecting the file type in the Dialog, it just defaults to the only item. This code should still work if the behaviour is changed in the future. FileDialog now uses currentFolder instead of folder. CURA-9214
2022-04-28Prevent last line of popup to be cut offJaime van Kessel
We didn't take the y offset into account CURA-9112
2022-04-26Always return int's.Remco Burema
The problem was probably 'max', but cast the others just to be sure. (This would cause the C++ part of Qt to think it wasbeing given a float from Pyton somehow.) should fix CURA-9196
2022-04-26Fix typo in property. Not sure why this didn't crash tbh.Remco Burema
done while investigating CURA-9196
2022-04-26Merge branch 'fix_missing_icons' of https://github.com/fieldOfView/Cura into 5.0Jaime van Kessel
2022-04-26Fix marketplace external link button being tiny.CURA-9194_tiny_marketplace_iconj.delarago
CURA-9194
2022-04-26Merge pull request #11979 from ↵Jaime van Kessel
Ultimaker/CURA-9203_infill_percentages_not_lining_up [CURA-9203] Infill selector misaligned
2022-04-26Change selectedTextColor for textfieldJaime van Kessel
CURA-9199
2022-04-26I've changed the dot radius so they are circles again.j.delarago
I've simplified the dot spacing logic a bit. For some reason the background does not line up perfectly with the slider. So when it is set to 0 there is still a slight offset on the slider handle. CURA-9203
2022-04-26Use screenscale factor for maximumFlickVelocityJaime van Kessel
Not sure if it fixes it for all OSes, but the documentation says that this is a platform specific setting and it increases it by 1.25 for me. Since the velocity is in pixels/s, it makes sense to have it depend on the screenscale factor CURA-9182
2022-04-26Fix popup going off the bottom of the screen by having popup push up instead ↵CURA-9185_material_menu_cut_offj.delarago
of down when they are below halfway down the list. CURA-9185
2022-04-26Fix the tooltip not re-sizingJaime van Kessel
I'm not entirely sure if this fixes it on windows, but it does at least fix things on Linux. There are a few important changes to note here: 1. Increased the time of the fade timer to 200ms 2. Removed the mousearea, instead using the hover of scrollview So why are these important? Nr 1 seems to be because updates seem to be faster? If I set it to 100 I could get it to work reasonably well on qt5, but in qt6, it's about 50% of the times that i'm too slow. So we need the extra time. As for the mouse area, it seems that the scrollview was eating up all the hover / containsMouse events. As scrollview has the same properties that we need, we can just get rid of the mouseArea CURA-9112
2022-04-25Fix crash if 3mf writer could not be importedJaime van Kessel
Fixes CURA-3NM (Sentry)
2022-04-25Update list of projects that can be updated without string freeze breakGhostkeeper
Just this one, I'm afraid. Contributes to issue CURA-9121.
2022-04-23Fix creating a single copy of a modelfieldOfView
Fixes #11897