Commit History

Author SHA1 Message Date
  Saumya Jain 68669794de selected printer is active printer also in case it is a cloud printer 10 months ago
  Saumya Jain c879809836 selected printer is active printer in UCP 10 months ago
  saumya.jain f9981d3df1 Clicking Show all connected printers shows all cloud printers offline and online 1 year ago
  jspijker fe4679e4e8 Check before removing 2 years ago
  Joey de l'Arago dd0411f171 isOnline was incorrectly being used instead of isNetworked. This caused offline printers not to show an Icon. 2 years ago
  Joey de l'Arago 57e1c7a4ce Commit suggestion by Jelle 2 years ago
  Joey de l'Arago 62274c4dac Revert Some of "Fix show/hide button in WorkSpaceDialog printer selector" 2 years ago
  Joey de l'Arago bbadc9c887 Apply suggestions from code review 2 years ago
  c.lamboo 0c79ec738e Fix show/hide button in WorkSpaceDialog printer selector 2 years ago
  c.lamboo 06a2886139 Clean up section property logic 2 years ago
  Joey de l'Arago 1ebf5bb650 Update MachineListModel to optionally take a list of global stack to show in list instead of searching the container registry. 2 years ago
  Remco Burema ce6f7c20ca Abstract printer types: Sort newer ones on top. 2 years ago
  c.lamboo 9bacbb5825 Sort cloud printers in printer selection dropdown menu 2 years ago
  c.lamboo 2079bd5a6e Sort "other printers" list 2 years ago
  Remco Burema 5866560540 Merge remote-tracking branch 'origin/main' into CURA-9278_choose_printer_dialog 2 years ago
  c.lamboo 148263a068 Move `hasNetworkedConnection` to `GlobalStack` 2 years ago
  Casper Lamboo 6253fb2fdc Add typing to function argument 2 years ago
  c.lamboo 48b8585ce6 Make sure online printers are always shown in the correct tab 2 years ago
  Remco Burema a56a21cf93 W.I.P.: Press print on abstract cloud printer. User should see dialog. 2 years ago
  c.lamboo 6d0acbe095 Always show correct number of connected machines 2 years ago
  Jaime van Kessel ded3873249 Fix abstract machines being displayed twice 2 years ago
  Remco Burema a713b1e9e9 Merge pull request #13165 from Ultimaker/CURA-8463_cloud_configuration 2 years ago
  joeydelarago ab722eb93c Default printers should be collapsed 2 years ago
  Casper Lamboo dccffdeca3 Update cura/Machines/Models/MachineListModel.py 2 years ago
  joeydelarago 19835844bf Change listType -> componentType. Makes it a bit more clear that this variable decides which component should be used for the model. 2 years ago
  Jaime van Kessel 4c55befad7 Merge branch 'main' of github.com:Ultimaker/Cura into CURA-8463_cloud_configuration 2 years ago
  joeydelarago b999a88b26 Update function name to match code style 2 years ago
  joeydelarago 9f204f2e43 Update isAbstractMachine to match Role name format. 2 years ago
  joeydelarago 760e53c401 Fix indentation 2 years ago
  joeydelarago daab1aae71 QML was attempting to fetch variables that were emtpy. Using self.clear() properly removed unused items when the list is resized to be smaller. 2 years ago
  c.lamboo aa1c09591f Typo 2 years ago
  c.lamboo 60b12b9247 Use list model to display show hide buttons 2 years ago
  c.lamboo ac732e9604 Add button to hide/show connected printers 2 years ago
  joeydelarago f3b9040561 Add sanity check for printers that are online. They must have an online connection type. This can pop up when adding a printer from a 3mf since we do not store the connection_type but we do store is_online=True. 2 years ago
  Jaime van Kessel 506f2b9820 Remove code duplication in createAbstractMachine 2 years ago
  c.lamboo ff7c9eddde Add documentation 2 years ago
  c.lamboo f000b75661 Move `getMachinesWithDefinition` to `MachinesManager` 2 years ago
  c.lamboo 8b84db7059 Remove AbstractMachine 2 years ago
  joeydelarago 04580b8fdc Simplify logic by having abstract printers always be online. 2 years ago
  joeydelarago 1e898ff930 Remove redundant comment 2 years ago
  joeydelarago 91b8c97dae Subtract online printers from list of all printers instead of searching for offline printers. 2 years ago
  joeydelarago 035fb27ab0 Code style 2 years ago
  joeydelarago 93e2bef303 Group printers by section (Connected Printers/Other Printers) 2 years ago
  joeydelarago b18080c332 Rename AbstractStacksModel.py -> MachineListModel.py since this model includes both abstract machine stacks and regular machines 2 years ago