Cura/resources/qml
Ghostkeeper dff94b4559
Make ExtruderManager a QML context item
There were two singletons of this manager: One created by QML and managed by QML, and one created by us and managed by our own singleton pattern. That won't work! So we now manage just our own singleton type, and make it a context item for QML so it can use the manager too.

Contributes to issues CURA-340 and CURA-1278.
2016-06-07 11:55:14 +02:00
..
Preferences Show settings in profile as a sorted list with section headers 2016-06-07 11:18:09 +02:00
Settings Make ExtruderManager a QML context item 2016-06-07 11:55:14 +02:00
WizardPages Remove extruder drive upgrade option 2016-05-23 17:19:18 +02:00
AboutDialog.qml Add width, height in addition to minimumWidth, minumumHeight to fix retina issue on OSX 2016-04-07 18:06:38 +02:00
Actions.qml Updating non-readonly profiles is now possible again 2016-06-03 13:03:56 +02:00
AddMachineDialog.qml Moved addMachine to machineManager 2016-05-12 15:18:13 +02:00
AddMachineWizard.qml Use resolvedUrl since that does give the right path for qml files 2015-09-03 10:13:47 -07:00
Cura.qml Fix Profile (application-)menu and add separators to profiles dropdown 2016-06-06 17:10:56 +02:00
EngineLog.qml Code style & switch to translation catalog 2015-08-27 16:04:02 +02:00
GeneralPage.qml Remove dependency on QtQml.Models 2016-06-06 17:53:34 +02:00
JobSpecs.qml Fix creating a jobname after loading a file 2016-06-02 16:38:06 +02:00
MachinesPage.qml Fix highlighting the currently active (printer|quality|material) on their management pages 2016-06-01 10:47:04 +02:00
ProfileSetup.qml Fix Profile (application-)menu and add separators to profiles dropdown 2016-06-06 17:10:56 +02:00
SaveButton.qml Fix creating a jobname after loading a file 2016-06-02 16:38:06 +02:00
Sidebar.qml Rearrange sidebar top 2016-05-26 09:42:04 +02:00
SidebarAdvanced.qml Use the local SettingView in SidebarAdvanced 2016-05-10 17:31:32 +02:00
SidebarHeader.qml Make ExtruderManager a QML context item 2016-06-07 11:55:14 +02:00
SidebarSimple.qml Remove stray debug print 2016-06-02 11:12:37 +02:00
SidebarTooltip.qml Improve positioning of tooltips in advanced mode 2016-05-11 17:19:31 +02:00
Toolbar.qml Instantiate models instead of using the Models object 2016-05-11 17:19:31 +02:00
ViewPage.qml Merge branch '2.1' 2016-01-28 15:25:18 +01:00