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-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
2022-04-23Reenable script(s) active indicator iconAldo Hoeben
2022-04-22Fix missing icons since move to PyQt6fieldOfView
2022-04-22Merge pull request #11876 from Ultimaker/CURA-9146_missing_placeholder_imagesRemco Burema
CURA-9146 missing placeholder images for Marketplace
2022-04-22Path for placeholder image was one to many folders up.j.delarago
CURA-9146
2022-04-22Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-04-22Prevent error message when no further pages in marketplace could be loadedJaime van Kessel
Contributes to #11858
2022-04-22Merge pull request #11839 from ↵Casper Lamboo
Ultimaker/CURA-9144_scrollbar_in_marketplace_libary_wrong CURA-9144 Scrollbar in Marketplace and Digital Library are acting up
2022-04-22Use right enums for single instanceJaime van Kessel
CURA-9183
2022-04-22Merge pull request #11838 from Ultimaker/CURA-9134_misalinged_machine_labelRemco Burema
CURA-9134 Misaligned machine label
2022-04-21Fix scrollbar filling space by replacing custom implementation with generic ↵j.delarago
UM.ScrollBar CURA-9144
2022-04-21Subtract previously unused rightMargin from MachineSelectorButton width.j.delarago
CURA-9143
2022-04-21Merge branch 'CURA-9146_account_sync' into 5.05.0-betaGhostkeeper
2022-04-21Mostly? fix scrollbars in settings-tooltips.Remco Burema
CURA-9112
2022-04-21Merge pull request #11835 from Ultimaker/ChangelogJelle Spijker
Update change_log.txt
2022-04-21Merge branch '5.0' into CURA-9146_account_syncGhostkeeper
2022-04-21Update change_log.txtChangelogfvrmr
Removed @ from the contributors
2022-04-21Fix copyright headers and code style a bitGhostkeeper
Contributes to issue CURA-9146.
2022-04-21Merge branch 'CURA-9070_dont_lose_focus_search_field' of ↵Jaime van Kessel
github.com:Ultimaker/Cura into 5.0
2022-04-21Merge pull request #11831 from Ultimaker/ChangelogCURA-9177_Fix_CI_CDRemco Burema
Update change_log.txt
2022-04-21Update change_log.txtfvrmr
Made some changes, discussed with @rburema
2022-04-21Merge pull request #11833 from Ultimaker/CURA-9149_object_settings_ovelapJelle Spijker
CURA-9149 Fix PerObjectSettings remove button layout
2022-04-21Update change_log.txtfvrmr
Fixed a typo
2022-04-21Wrapping Retrieval in DFRetrieval does not seem to work in QT6, the object ↵j.delarago
returned only undefined for all enum values. Fixed by creating and registering the enum inside DigitalFactoryController.py CURA-9126
2022-04-21Center remove button in row by giving it the same height as the input.CURA-9149_object_settings_ovelapj.delarago
Adjust width of rows when scrollbar is present so they don't overlap. CURA-9149
2022-04-21Fix infill to 0% on upgrade to Cura 5.0.Remco Burema
This is a weird one, fortunately Jaime had the idea that it had to do with a spurious update to the visual element of the slider. CURA-9127
2022-04-21Update change_log.txtfvrmr
Updated the changelog
2022-04-21Properly add and remove menu itemsc.lamboo
Not really part of the ticket but logging was complaining CURA-9146
2022-04-21Resolve urls through qmlc.lamboo
CURA-9146
2022-04-21Use QML defined enum in sync statec.lamboo
These are the enums from cura/API/account.py somehow exposing these enums from python to QML doesn't work properly anymore A better solution should be found in the very near future CURA-9146
2022-04-21Use updated type definitionsc.lamboo
CURA-9146
2022-04-21Fix search field losing focus when scrolling the setting listGhostkeeper
When scrolling the setting list, it was clearing the focus in order to close the pop-ups in the setting list. If pop-ups like for the infill pattern or extruder selection settings are not closed, the pop-up part is still rendered even if the user scrolls those settings out of view, causing the pop-up to appear somewhere on top of completely unrelated interface elements. It scrolls all the way to the top of the screen, effectively. I couldn't find a way to cause pop-ups to be clipped with the rest of the contents of the ListView. They are always rendered on top due to the nature of the pop-up. I could find a way to trigger pop-ups to close upon changing the scrolled position without changing the focus, but that method was fairly complex with a bunch of `Connection`s and an extra signal. This is by far the simplest solution. Contributes to issue CURA-9070.