Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/API
AgeCommit message (Expand)Author
2022-08-01Deprecate additionalRights propertyGhostkeeper
2022-07-25Add property to get the list of permissions for the userGhostkeeper
2022-07-25Upon syncing, get account permissions from APIGhostkeeper
2022-03-31Return account widget to it's former gloryJaime van Kessel
2021-12-29Qt5->Qt6: Fix another stack-overflow error for newer Python/Qt.Remco Burema
2021-12-28Qt5->Qt6: Replace QT_ENUMS with pyqtEnum.Remco Burema
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2021-11-23Modernize typing usageJelle Spijker
2021-11-22Typing: When the user profile changes, it may also become NoneGhostkeeper
2021-11-22Add a few missing typesGhostkeeper
2021-11-19Don't emit with new profileGhostkeeper
2021-11-19Store account information asynchronously when completing requestGhostkeeper
2021-10-27Merge branch 'master' into CURA-8609_sync_materials_to_printerGhostkeeper
2021-10-18Only show certain App Switcher icons when account has DF accessJelle Spijker
2021-10-18Renamed OAuth scopeGhostkeeper
2021-10-18Add material profile writing permissionGhostkeeper
2021-07-28Merge pull request #10198 from Ultimaker/CURA-8418_update_messages_with_new_t...Jelle Spijker
2021-07-27Change warning logging to debugJaime van Kessel
2021-07-27Update messages to use the message_typesJaime van Kessel
2021-07-23Add extra logging to auth serverJaime van Kessel
2021-04-30Decrease update interval to 60 secJaime van Kessel
2021-04-08Delete the auth data on upgrade from 4.8 if the scope doesn't matchKostas Karmas
2020-12-18Change client scope in the AccountKostas Karmas
2020-06-29Additional typing fixesNino van Hooff
2020-06-29Apply suggestions from code review Nino van Hooff
2020-06-26Connect sync timer to sync() for consistency and add unit tests.Nino van Hooff
2020-06-26Add Install Pending Updates button to Account popupNino van Hooff
2020-06-17Merge pull request #7935 from Ultimaker/CURA-7418-update-profile-windowNino van Hooff
2020-06-15Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7418-update-prof...Jaime van Kessel
2020-06-15Re-implement ConnectionStatus by adding a pyqtSignal to HttpRequestMgrNino van Hooff
2020-06-15Fix typingKostas Karmas
2020-06-15Refactor the connection status to be informed by the autosyncKostas Karmas
2020-06-11Use property & states instead of listening to changed signalJaime van Kessel
2020-06-09Process Review feedback for CURA-7438Nino van Hooff
2020-06-04Remove overly spammy loggingJaime van Kessel
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-28Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext...Nino van Hooff
2020-05-28Merge pull request #7831 from Ultimaker/CURA-7437_no_internet_cloud_statusKonstantinos Karmas
2020-05-28Change connection status checking interval to 10sNino van Hooff
2020-05-26Merge branch 'CURA-7290_manual_account_sync' of github.com:Ultimaker/CuraJaime van Kessel
2020-05-26Fix sync button not appearing when opening popup after clicking awayKostas Karmas
2020-05-20Add Cura.API.connectionStatusNino van Hooff
2020-05-19Change account sync date format back to dd/mm/YYYYNino van Hooff
2020-05-19Add type hint in cura/API/Account.pyNino van Hooff
2020-05-19Update cura/API/Account.pyNino van Hooff
2020-05-15Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext...Nino van Hooff
2020-05-15Log sync state transitionsNino van Hooff
2020-05-14Refactor setManualSyncEnabledNino van Hooff
2020-05-13Additional scenarios for enabling/disabling the manual sync buttonNino van Hooff
2020-05-13Only show the manual sync button after the account popup was closedNino van Hooff