Cura/resources/qml/Preferences
HellAholic 48b449b32e Rewrite experiment
- Removed the version 2.x
- Rewrite onTextChanged -> add logic to not execute if text is unchanged
- Rewrite currentIndex & onActivated -> use findIndex instead of for loop
- Add reuseItems: true -> recycle items instead of instantiating from the delegate
- Remove cacheBuffer -> memory overhead (2GB for the entire list to load in one go)
- Rewrite delegate -> wrap loader as a component (based on documentation), remove switch case and replace with condition check, set asynchronous to false (introduces a bit of stutter but items are loaded when viewed).
2025-03-13 22:32:10 +01:00
..
Materials Merge pull request #16120 from Ultimaker/CURA-10687_Restore_Color_Picker 2023-07-13 13:20:27 +02:00
GeneralPage.qml Update description Add (restart required) 2024-12-07 16:10:42 +01:00
MachinesPage.qml creating pyqtslot for desired functionality 2024-02-07 15:20:52 +01:00
ProfilesPage.qml Fix injection warning for hamburger menu 2022-05-10 13:30:24 +02:00
ReadOnlyTextArea.qml Update ReadOnlyTextArea import 2022-03-15 14:50:02 +01:00
SettingVisibilityCategory.qml Move CategoryButton to cura repo 2022-03-11 13:11:36 +01:00
SettingVisibilityItem.qml Margin wasn't wide enough to see that it's a tree. 2025-03-04 14:54:12 +01:00
SettingVisibilityPage.qml Rewrite experiment 2025-03-13 22:32:10 +01:00