Ruben D
33e49bebbe
Don't connect when aborting while the signal is not yet connected
...
Do this using try-except so that it is thread safe.
2018-05-31 10:59:17 +02:00
Lipu Fei
f1bb0e58e7
Do not use CuraVersion data if strings are empty
...
CURA-5357
2018-05-30 09:20:02 +02:00
Ian Paschal
13b3e4afa5
CURA-5357 Drag & dribble multiple packages like a plugable trickle, yo
...
Also improved interfacing with `CuraVersion.py`
2018-05-30 09:11:49 +02:00
Ian Paschal
8a35d52ddd
Rename "cura_version" to "sdk_version"
2018-05-28 17:21:08 +02:00
Lipu Fei
57ca41291a
Fix package upgrade
...
CURA-5296
The removal of already installed package is already handled by the
package manager in the package upgrade. Removing the package before the
download starts will make the package to be removed before the new
content is available and its license gets approved by the user.
2018-05-28 13:10:42 +02:00
Lipu Fei
ad131ab30c
Fix downgrade packages to bundled version
...
CURA-5296
2018-05-28 11:18:24 +02:00
ChrisTerBeke
a91916cc1d
Merge branch 'master' into feature-backup-manager
...
* master:
Adds release notes link in version upgrade messagebox CURA-5348
CURA-5385 Project summary should use scroll view
CURA-5296 Small QML bug fix
Enabled drag-n-drop for curapackages
CURA-5296 Added "canDowngrade" functionality
Fix CURA_PACKAGES_VERSION
CURA-5254 Keep track of the latest manual entry key, so it is then selected in the list.
CURA-5296 Improve button styling
Add CURA_PACKAGES_VERSION to CMakeLists.txt
Add CuraPackageVersion
Remove extra "if" statement and unused code
Fix support blocker on older (legacy) opengl
Correct the test to hide bed temperature when no heated bed is present.
2018-05-22 19:03:09 +02:00
Ian Paschal
0b0fb4cd2f
CURA-5296 Added "canDowngrade" functionality
...
Shows "Downgrade" instead of "Uninstall" for bundled packages with an upgrade installed.
2018-05-22 14:52:22 +02:00
ChrisTerBeke
d27ac3cf31
Merge branch 'master' into feature-backup-manager
2018-05-15 16:50:25 +02:00
Jack Ha
9281c23555
Fix uninstallable user package which was also bundled; make update package somewhat better by not trying to uninstall builtin package
2018-05-15 16:23:54 +02:00
ChrisTerBeke
b7f26ddcc7
Small code improvements
2018-05-15 13:29:01 +02:00
ChrisTerBeke
c9145c6661
Small code improvements
2018-05-15 13:28:33 +02:00
ChrisTerBeke
82a1c95d98
Merge branch 'master' into feature-backup-manager
2018-05-15 12:56:19 +02:00
Ian Paschal
d30bbd48fb
CURA-5296
...
- Changed API to not use staging
- Fixed crash when pressing cancel
- Added loading icon
2018-05-15 12:53:05 +02:00
ChrisTerBeke
0617a95cd0
Add API root as cura version variable
2018-05-15 11:13:27 +02:00
Jack Ha
c54957540b
Merge branch 'master' into bugfix-toolbox-update
2018-05-15 09:45:14 +02:00
Jack Ha
fccfff14bc
Now using api.ultimaker.com instead of api-staging.ultimaker.com
2018-05-15 09:44:58 +02:00
Jack Ha
1f088aabc4
Cleanup and simplify toolbox plugin update
2018-05-14 16:11:44 +02:00
Jack Ha
0f0b6a9712
Fix/Implement update in toolbox
2018-05-14 16:01:59 +02:00
Diego Prado Gesto
04534936c3
CURA-5358 Change the name in the dict to search for the 'qualities' that
...
are inside a curapackage.
2018-05-14 11:36:19 +02:00
Diego Prado Gesto
527f269b5d
Fix an issue that kept the plugins in the "installed" list despite of
...
already being removed from the data folder.
2018-05-11 16:32:31 +02:00
Diego Prado Gesto
fa97d5830b
Fix some crashes and issues in the Toolbox when working with no
...
internet connection.
2018-05-11 15:23:40 +02:00
Ian Paschal
3dda3f04fb
CURA-5296 Improvement to using CuraVersion
2018-05-10 08:42:14 +02:00
Ian Paschal
20a2ea4f2c
CURA-5296 Don't crash if no CuraVersion
2018-05-09 17:09:21 +02:00
Ian Paschal
4b931326fd
CURA-5296 Set packages version with super secret method
2018-05-08 15:04:19 +02:00
Diego Prado Gesto
6b214d2443
CURA-4644 Change the return type to QObject
2018-05-04 13:05:29 +02:00
Jaime van Kessel
7d2257838b
Added missing typing
2018-05-03 20:42:06 +02:00
Jaime van Kessel
7665f8a7cb
Reading packages from archive now uses With context
2018-05-03 20:22:38 +02:00
ChrisTerBeke
b62b682570
Make Qt network redirects work in both 5.8 and 5.9+
2018-05-03 13:33:32 +02:00
Diego Prado Gesto
7850f5a18e
Merge branch 'master' of github.com:Ultimaker/Cura
2018-05-03 09:30:29 +02:00
Diego Prado Gesto
65a6c751cd
Change attribute of the download request to follow redirects. That makes the download feature of the Toolbox compatible with Qt 5.8.2.
2018-05-03 09:29:04 +02:00
Ian Paschal
5a194bb6d1
CURA-5035 Removed debug statement
2018-05-02 18:43:57 +02:00
Ian Paschal
0872d499f8
CURA-5035 Add compatibility chart
2018-05-02 18:43:12 +02:00
Ian Paschal
4e62c58ee6
CURA-5035 No more crash without internet connection
...
Still needs a timer or something to show the fetch failed though.
2018-05-02 14:30:31 +02:00
Ian Paschal
62aeb6c954
CURA-5035 Review feedback
2018-05-02 12:01:29 +02:00
Ian Paschal
bb7f9feb5e
CURA-5035 Better download resets
2018-05-01 09:02:24 +02:00
Ian Paschal
2d54251be0
CURA-5035 Aproaching the asymptote of done
2018-04-30 17:05:46 +02:00
Ian Paschal
01007946b4
CURA-5035 Separate API calls!
2018-04-30 16:42:11 +02:00
Ian Paschal
679f87ebb3
CURA-5035 Don't show required plugins
...
Also renamed folder of UserAgreementPlugin to UserAgreement
2018-04-26 15:11:32 +02:00
Ian Paschal
ec8b95591e
CURA-5035 Fixed typo
2018-04-26 13:06:30 +02:00
Lipu Fei
d79bbe5725
Remove unnecessary check for plugins_showcase models creation
...
Already created in __init__()
2018-04-25 16:48:01 +02:00
Lipu Fei
3ea80c7c7c
Compare ints instead of floats for progress check
2018-04-25 16:46:20 +02:00
Ian Paschal
f2301eec31
CURA-5035 Simplify selection
2018-04-24 15:34:05 +02:00
Ian Paschal
0944bba86b
CURA-5035 Added typings
2018-04-20 16:21:57 +02:00
Ian Paschal
fbf73176d3
Use UM.Version instead of VersionTools
2018-04-20 11:25:39 +02:00
Ian Paschal
8f8d709b64
CURA-5035 Removed debug statements
2018-04-18 17:05:01 +02:00
Ian Paschal
d3ba684b15
CURA-5035 Installed plugins instantly move to the installed tab
2018-04-18 17:03:27 +02:00
Ian Paschal
f8672ecbc6
CURA-5035 Improved details pages
2018-04-18 16:35:55 +02:00
Ian Paschal
7a0fe74989
CURA-5035 Added material authors + icons
2018-04-17 17:07:06 +02:00
Ian Paschal
85ebe741a8
CURA-5035 Don't show authors with 0 packages
2018-04-13 17:27:57 +02:00