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
AgeCommit message (Collapse)Author
2020-12-17Disable survey buttonJaime van Kessel
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-06-09Process Review feedback for CURA-7438Nino van Hooff
Renames UltimakerCloudAuthentication to UltimakerCloudConstants Cura-7438
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-03-26Merge pull request #7299 from Ultimaker/CURA-7173_validate_uploadsRemco Burema
CURA-7173_validate_uploads
2020-03-23Hide upload message progress when upload is doneNino van Hooff
CURA-7150
2020-03-20Merge remote-tracking branch 'origin/CURA-7150_proper_http_request_headers' ↵Nino van Hooff
into CURA-7150_proper_http_request_headers
2020-03-20Set progress of backup message to 100% when doneNino van Hooff
CURA-7150
2020-03-20Do not use the JsonDecorator scope for binary downloadsNino van Hooff
CURA-7150
2020-03-19Fix mypy issue in CreateBackupJobNino van Hooff
CURA-7173
2020-03-18Show error backup exceeds maximum backup size and log event to sentryNino van Hooff
CURA-7173
2020-03-16Add missing typingJaime van Kessel
CURA-7150
2020-03-12Move UltimakerCloudAuthentication and UltimakerCloudScopeNino van Hooff
...to their own module Fixes an import error where UltimakerCloudScope was used my both the Toolbox and CuraDrive plugins CURA-7150
2020-03-12Add None-check for download urlNino van Hooff
CURA-7150
2020-03-12Process review comments in Cura projectNino van Hooff
CURA-7150
2020-03-10Extra comment for RestoreBackupJobNino van Hooff
2020-03-10Refactor the restore backup implementation to RestoreBackupJobNino van Hooff
2020-03-10Refactor the create backup implementation to CreateBackupJobNino van Hooff
2020-03-02Refactor createBackup to use HttpRequestManagerNino van Hooff
2020-03-02Revert: Refactor UploadBackupJob to use HttpRequestManagerNino van Hooff
It doesn't make sense to have a Job using HttpRequestManager because both are async and Note that the job itself should not emit finished, the JobQueue does that.
2020-03-02Fix UploadBackupJobNino van Hooff
2020-03-02Convert doxygen to rst for DriveApiServiceNino van Hooff
2020-02-28Refactor UploadBackupJob to use HttpRequestManagerNino van Hooff
2020-02-28Refactor delete backups call to use HttpRequestManagerNino van Hooff
2020-02-28Refactor restore backups call to use HttpRequestManagerNino van Hooff
2020-02-28Fix bug: typo in variable nameNino van Hooff
2020-02-28Refactor refresh backups call to use HttpRequestManagerNino van Hooff
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-11-12Make backup window modalJaime van Kessel
It could get hidden on osx quite easily, which is confusing as hell
2019-10-23Change Backup (Drive) plugin version to 7.0Nino van Hooff
CURA-6858
2019-04-23Handle requests ConnectionErrors in Backup pluginLipu Fei
CURA-6471
2019-02-26Merge pull request #5363 from Ultimaker/backup-list-response-error-handlingJaime van Kessel
Add extra validation to backup list response
2019-02-26Add extra validation to backup list responseChrisTerBeke
2019-02-18Merge remote-tracking branch 'origin/4.0'Lipu Fei
2019-02-18Prevent crash for backup plugin if there is no internet connectionJaime van Kessel
2019-01-28Merge branch '4.0'Ghostkeeper
Conflicts: cura/GlobalStacksModel.py -> CuraContainerRegistry being used in stead of ContainerRegistry, but imports were reordered. plugins/CuraDrive/src/DrivePluginExtension.py -> Typing being solved in two ways.
2019-01-28Fix typing issuesJaime van Kessel
2019-01-24Cast plug-in path of self to strGhostkeeper
Because it can't be None.
2019-01-24Don't repeat the plug-in nameGhostkeeper
If it changes, this will crash Cura.
2019-01-17Merge pull request #5158 from Ultimaker/marketplace_use_busy_indicatorRemco Burema
Remove loading gif
2019-01-16Add the maximum backups message to the backups pluginDiego Prado Gesto
It didn't work after previous changes, so now it will show again when the user already has 5 backups. Contributes to CURA-6005
2019-01-13Remove loading gifDiego Prado Gesto
Instead of an external gif, use the BusyIndicator that exists in the ActionButton.
2019-01-11Add a small margin in the right so the close button is never behind the ↵Diego Prado Gesto
scrollbar Contributes to CURA-6005.
2019-01-09Use getPluginPath()Lipu Fei
CURA-6005
2019-01-08No caching preferencesLipu Fei
CURA-6005
2019-01-08Remove unused importLipu Fei
CURA-6005
2019-01-08Add comments for http status >=300 checkLipu Fei
CURA-6005
2019-01-04Codestyle & typingJaime van Kessel
2019-01-04Fix typingJaime van Kessel