Joey de l'Arago
cd07647b24
Change misleading variable names
...
CURA-9424
2022-11-15 14:57:39 +01:00
Joey de l'Arago
dd0411f171
isOnline was incorrectly being used instead of isNetworked. This caused offline printers not to show an Icon.
...
Fixed
CURA-9424
2022-11-15 14:56:25 +01:00
Joey de l'Arago
d6cab972c6
Fix call to incorrect function after revert.
...
CURA-9424
2022-11-14 12:57:38 +01:00
Joey de l'Arago
62274c4dac
Revert Some of "Fix show/hide button in WorkSpaceDialog printer selector"
...
This reverts commit 0c79ec73
2022-11-11 17:04:39 +01:00
Joey de l'Arago
44d9df57e4
Update drop down to show correct printer icons in header
...
CURA-9424
2022-11-11 16:34:22 +01:00
c.lamboo
0c79ec738e
Fix show/hide button in WorkSpaceDialog printer selector
...
CURA-9424
2022-11-09 23:05:06 +01:00
Joey de l'Arago
088ea0a768
Swap out UpdatableMachinesModel for MachineListModel.
...
This has to be instantiated with the WorkspaceDialog but attaching the listeners throws an error because it is done too early. The listeners are not needed anyway, so they have been disabled.
Update WorkspaceDialog.qml to use MachineListModel
CURA-9424
2022-11-04 16:44:04 +01:00
Ghostkeeper
0f12b012cf
Create InstallMissingPackageDialog with newly-exposed function from Marketplace
...
This adds a new function to the API of the Marketplace plug-in.
It's not pretty, but it's going to be how it is for a while.
Done to fix a critical build issue. The 'import plugins' thing works from source but not on the build.
2022-06-08 10:19:51 +02:00
c.lamboo
76180eee01
Show warning on-close of the install missing packaged dialog
...
CURA-6990
2022-06-06 22:49:49 +02:00
c.lamboo
eccef62dc7
Add typing
...
CURA-6990
2022-06-03 15:22:29 +02:00
c.lamboo
8fe53163b3
Add Action button and learn more link to warning message
...
CURA-6990
2022-06-02 17:33:56 +02:00
c.lamboo
812b728636
Show warning when opening file without installing missing materials
...
CURA-6990
2022-06-02 15:36:53 +02:00
j.delarago
0df21e6073
Refactor missing packages dialog into model (MissingPackageList) and controller (InstallMissingPackagesDialog.qml)
...
Rename classes and files to have unified naming.
CURA-6990
2022-06-01 16:50:53 +02:00
j.delarago
5a3836b841
Fix missingPackages not updating
...
CURA-8610
2022-06-01 10:39:03 +02:00
c.lamboo
cd9fde946f
Add typing
...
CURA-6990
2022-06-01 10:09:57 +02:00
j.delarago
5c1b7470a7
Add pyqt access to missing package metadata.
...
CURA-6990
2022-05-31 15:26:56 +02:00
j.delarago
ce0623664a
Include all missing package metadata instead of just ids so we have something to display before searching the package on the marketplace. This is also important so we can show something if we can't find the package on the marketplace.
...
CURA-6990
2022-05-31 15:21:11 +02:00
j.delarago
4572d53e11
Read package.json required package information. Put package_ids for packages we don't have installed inside the WorkspaceDialog
...
CURA-6990
2022-05-31 15:12:52 +02:00
Remco Burema
abe7c1bf7f
Search/replace Qt5->Qt6.
...
part of upgrading Qt to v6.2: CURA-8591
2021-12-28 14:46:02 +01:00
Ghostkeeper
9ea418c0a1
Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7""
...
This reverts commit 28f4d8513db7efce17bfd8b80fa7c8b237fd1c18.
The original revert was to revert an accidental merge from master to 4.7. This now reverts the revert on Master, so that we still have those changes on Master.
2020-08-20 16:35:52 +02:00
Ghostkeeper
28f4d8513d
Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"
...
This reverts commit 7f47f12bf0a9cf305542b6c21600ce9b804c1dfd, reversing
changes made to dd42c87da762d2030ee2220bc6f0a3e44cf85c28.
2020-08-20 16:01:46 +02:00
Jaime van Kessel
c8771124ad
Change function name to better reflect what it does
...
CURA-7609
2020-08-05 14:56:39 +02:00
Kostas Karmas
4e20c7dddc
Rework the open project dialog to contain only 1 dropdown
...
With the caveat that the qtQuickControls had to be updated to 2.3, due to a qt bug in 1.x that did
not update the dropdown popup list according to the ListModel.
This leads to a different look in the dropdowns and in the buttons of the open project dialog,
compaired to the rest of the application.
CURA-7609
2020-08-04 16:33:11 +02:00
Kostas Karmas
e5d3271698
Fix mypy complaining that Application has no createQmlComponent
...
Using CuraApplication instead fixes the problem
CURA-7609
2020-08-03 17:43:14 +02:00
Kostas Karmas
9ad046654a
Add typing in WorkspaceDialog.py
...
In response to feedback comment https://github.com/Ultimaker/Cura/pull/8142#discussion_r464309170
CURA-7609
2020-08-03 17:31:21 +02:00
Kostas Karmas
ce72bb1a0b
Fix creating new machine being reverted to overridde in some cases
...
CURA-7609
2020-08-03 15:47:01 +02:00
Kostas Karmas
52ea3e8fcc
Change variable names (available -> updatable)
...
CURA-7609
2020-07-29 17:19:24 +02:00
Kostas Karmas
98cc87d1cf
Allow picking any printer of the same type when opening project file
...
A ComboBox was added under the "Update existing" combobox which will display all the available
printers that are of the same type with the printer in the project file. With this feature, the
user will be able to select any same-type preexisting printer in Cura to be updated, instead of
always create a new one when the project file's printer is not in Cura.
CURA-7609
2020-07-29 13:02:34 +02:00
Nino van Hooff
8f3827d5ae
Convert doxygen to rst for 3MFReader/Writer and AMFReader
2020-05-08 15:14:39 +02:00
Lipu Fei
8d77726089
Add intent logic for project loading
...
CURA-6800
2019-09-23 13:05:36 +02:00
Lipu Fei
6892307be3
Fix typo
2019-04-05 10:49:36 +02:00
Ghostkeeper
bd1712cb10
Spelling fix: Overriden -> Overridden
...
I think some of us got the spelling of this word wrong in their heads.
2019-04-04 14:39:01 +02:00
Diego Prado Gesto
56c7c6f2b2
CURA-5518 Check whether the the findDefinitionContainers return any
...
element or not.
2018-06-29 10:41:54 +02:00
Lipu Fei
6d21a6bddb
Show printer group and which machine to update in project loading
...
CURA-5125
2018-03-20 16:23:23 +01:00
Lipu Fei
b8d3cbfe16
Refactor project loading
...
CURA-4966
2018-03-08 19:50:45 +01:00
ChrisTerBeke
e3f1144d97
Update creating QML component in plugin browser - CURA-4568
2017-11-28 14:25:09 +01:00
Jaime van Kessel
0613b1e4b7
Creating components is now done with the prefab function
...
CURA-4568
2017-11-27 13:00:49 +01:00
Lipu Fei
245eec9314
Hide settings visibility row if it is not in preferences
...
CURA-4344
Hide the row which shows the number of settings that are visible on the
project file loading dialog if this information is not available.
2017-10-10 11:31:37 +02:00
ChrisTerBeke
91e8e5812b
add back missing function
2017-10-10 09:24:48 +02:00
Diego Prado Gesto
1d70426224
onVisibilityChanged function removed because it's never called - CURA-4405
2017-10-09 16:36:48 +02:00
Lipu Fei
8a25605413
Fix lock issue with workspace dialog
...
CURA-4405
- Add try-except around lock release
- Fix closing the dialog with ESC
2017-10-09 15:17:56 +02:00
Mark
59fbbef43e
first hide the dialog then release the lock
...
CURA-4405
2017-10-09 11:58:00 +02:00
Lipu Fei
0eeded7930
Fix KeyError in WorkspaceDialog
...
CURA-4404
2017-10-05 14:11:16 +02:00
Diego Prado Gesto
104926c6ed
Updating when new definition changes should be created when loading project - CURA-4413
2017-10-04 13:14:07 +02:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
alekseisasin
d7ed8244ae
In project loading dialog the CANCLE button did not work
...
CURA-4345
2017-09-25 14:32:02 +02:00
Jaime van Kessel
e5f3d45385
When project loading needs to create a new machine, also create a new definition changes
...
CURA-4345
2017-09-19 14:02:01 +02:00
Lipu Fei
577fc0f082
Fix WorkspaceDialog to include resolve for definition_changes
...
CURA-3756
2017-05-10 13:07:45 +02:00
Jaime van Kessel
b284e8508a
Added extra checks to prevent unneeded signal emits
2017-01-24 13:29:33 +01:00
Simon Edwards
a5181f157e
Applied the profiler's pyqtSlot decorator to all of the code.
2017-01-10 13:35:39 +01:00