Cura/resources/qml
Jaime van Kessel 2dbaa304a0 Set textFormat for the setting items to PlainText
Based on the Qt guide on making qml run much faster, it seems that the default of textFormatting (auto)
is quite expensive. As we make a *lot* of settingItems, which we don't want to format, it's better to set it to plain.
I haven't checked how much faster it actually is, but i didn't see visual changes, so it's at least a safe step.
2018-09-20 15:22:35 +02:00
..
Menus Switch most usages of containerStackId to containerStack for settingPropertyProvider 2018-09-07 15:23:09 +02:00
Preferences Merge remote-tracking branch 'origin/3.5' 2018-09-17 16:14:49 +02:00
PrinterOutput Switch most usages of containerStackId to containerStack for settingPropertyProvider 2018-09-07 15:23:09 +02:00
Settings Set textFormat for the setting items to PlainText 2018-09-20 15:22:35 +02:00
AboutDialog.qml Update AboutDialog.qml 2018-02-17 14:58:25 +01:00
Actions.qml Remove shortcut for About 2018-09-13 10:54:46 +02:00
AddMachineDialog.qml Add bunch of ID's to qml components so it's easier to test them. 2018-09-11 16:05:53 +02:00
AskOpenAsProjectOrModelsDialog.qml Make it possible to skip project file check in readLocalFile() 2018-04-10 11:40:47 +02:00
Cura.qml Add bunch of ID's to qml components so it's easier to test them. 2018-09-11 16:05:53 +02:00
DiscardOrKeepProfileChangesDialog.qml WIP: Refactor BuildPlateModel and split MultiBuildPlateModel 2018-02-17 22:24:05 +01:00
EngineLog.qml Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ExtruderButton.qml CURA-4400 first version that disables extruder and updates available quality profiles 2018-02-28 12:56:00 +01:00
JobSpecs.qml Change default print job name to 'Untitled' 2018-08-27 09:41:19 +02:00
MachineAction.qml T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
MachineSelection.qml CURA-5158 Fix some mistakes in previous confict fixing. 2018-03-29 14:37:55 +02:00
MonitorButton.qml Fix context of pause, resume and abort labels 2018-09-18 11:25:35 +02:00
MonitorSidebar.qml Switch most usages of containerStackId to containerStack for settingPropertyProvider 2018-09-07 15:23:09 +02:00
ObjectsList.qml Made some changes so the code also works with lower versions of Qt & pyQt 2018-03-05 15:32:46 +01:00
OpenFilesIncludingProjectsDialog.qml Make it possible to skip project file check in readLocalFile() 2018-04-10 11:40:47 +02:00
PrepareSidebar.qml Switch most usages of containerStackId to containerStack for settingPropertyProvider 2018-09-07 15:23:09 +02:00
PrintMonitor.qml Switch most usages of containerStackId to containerStack for settingPropertyProvider 2018-09-07 15:23:09 +02:00
SaveButton.qml Do not show gcode.gz as an option in save file dialog 2018-08-16 15:16:32 +02:00
SidebarAdvanced.qml Made some changes so the code also works with lower versions of Qt & pyQt 2018-03-05 15:32:46 +01:00
SidebarContents.qml Bumped the required version numbers down again, as they should specifcy a min version number. 2018-02-16 11:13:40 +01:00
SidebarHeader.qml Merge branch 'master' of github.com:Ultimaker/Cura 2018-09-07 15:24:09 +02:00
SidebarSimple.qml Switch most usages of containerStackId to containerStack for settingPropertyProvider 2018-09-07 15:23:09 +02:00
SidebarTooltip.qml Bumped the required version numbers down again, as they should specifcy a min version number. 2018-02-16 11:13:40 +01:00
Toolbar.qml Show shortcut key in tool tooltips 2018-08-10 11:22:42 +02:00
Topbar.qml CURA-5253 Initialize UI elements right after the qml files were loaded. 2018-04-30 15:09:52 +02:00
WorkspaceSummaryDialog.qml Pressing enter on project window will now open the file dialog to save instead of just closing the window 2018-07-30 13:31:10 +02:00