Ruben D
|
fb2a8c8d57
|
Fix typing of paths
There is still something up with the E values. Most probably an actual bug. We'll investigate.
Contributes to issue CURA-5330.
|
2018-05-09 13:25:41 +02:00 |
|
Ruben D
|
af06096e08
|
Add typing
As per code style.
Contributes to issue CURA-5330.
|
2018-05-09 13:25:41 +02:00 |
|
Jack Ha
|
45fc8480a1
|
CURA-5296 fix first startup not loading bundled packages
|
2018-05-09 13:18:02 +02:00 |
|
Ian Paschal
|
7ac7f91d5d
|
Merge pull request #3790 from Ultimaker/CURA-5296_bundled_packages
Cura-5296 Make bundled resources visible to CuraPackageManager
|
2018-05-08 17:03:55 +02:00 |
|
Ian Paschal
|
4a78825f55
|
CURA-5296 Delete package info individually
|
2018-05-08 17:03:09 +02:00 |
|
Ian Paschal
|
d6ad8ed09e
|
CURA-5296 Move installed plugins to "installed" dict
|
2018-05-08 16:52:09 +02:00 |
|
Ian Paschal
|
db15b1c2a1
|
CURA-5296 Fix packages.json path
|
2018-05-08 16:28:28 +02:00 |
|
Ian Paschal
|
0561c66e47
|
CURA-5096 Remove unused leftovers
|
2018-05-08 15:38:18 +02:00 |
|
Ian Paschal
|
4b931326fd
|
CURA-5296 Set packages version with super secret method
|
2018-05-08 15:04:19 +02:00 |
|
Ian Paschal
|
0accdc6320
|
Cura-5296 Use separate packages.json files in app and user data
|
2018-05-08 11:54:19 +02:00 |
|
Aleksei S
|
d083426497
|
Added MimeTypeDatabase for UFP extension
CURA-5323
|
2018-05-08 10:59:05 +02:00 |
|
Aleksei S
|
9779c41071
|
Use MimeTypeDatabase to find loaded file extension and set proper project name
CURA-5323
|
2018-05-08 10:47:59 +02:00 |
|
Ghostkeeper
|
304c23b87e
|
Fix check for existence of gcode_dict variable
getattr raises an error if it doesn't exist. It doesn't make the variable None or anything.
|
2018-05-08 10:44:19 +02:00 |
|
Ian Paschal
|
6dbbfe91db
|
Merge remote-tracking branch 'origin/master' into CURA-5296_bundled_packages
|
2018-05-07 15:47:28 +02:00 |
|
Ian Paschal
|
4cfd047b11
|
CURA-5296 Simplifications to CuraPackageManager
|
2018-05-07 15:47:03 +02:00 |
|
Diego Prado Gesto
|
a6676fb477
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2018-05-07 12:57:33 +02:00 |
|
Diego Prado Gesto
|
b576423747
|
Adapt ovewritten method signature
|
2018-05-07 11:49:30 +02:00 |
|
Jack Ha
|
467e814f88
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2018-05-07 10:30:50 +02:00 |
|
Jack Ha
|
00d8427e42
|
Add sanity check for GlobalStack CURA-5045
|
2018-05-07 10:30:45 +02:00 |
|
Diego Prado Gesto
|
58289a7b45
|
Remove useful comment
|
2018-05-04 17:28:39 +02:00 |
|
Ghostkeeper
|
551cfa9d71
|
Ignore Mypy cache
Don't want to commit that accidentally after running tests.
Contributes to issue CURA-5330.
|
2018-05-04 15:57:06 +02:00 |
|
Ghostkeeper
|
651f2ffbc9
|
Return proper exit value if test failed
Return 1 then.
Contributes to issue CURA-5330.
|
2018-05-04 15:57:06 +02:00 |
|
Ghostkeeper
|
ffd1c5cc09
|
Run Mypy as normal automated test
This tests all code for good style.
Contributes to issue CURA-5330.
|
2018-05-04 15:57:06 +02:00 |
|
Diego Prado Gesto
|
7eda915471
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2018-05-04 15:50:47 +02:00 |
|
Diego Prado Gesto
|
2283bb530d
|
CURA-4644 Fix unselectable item in the Toolbox
|
2018-05-04 15:49:37 +02:00 |
|
Diego Prado Gesto
|
b8d442a1ac
|
Merge pull request #3760 from fieldOfView/fix_missing_units
Add some missing units to machine settings
|
2018-05-04 15:07:09 +02:00 |
|
Diego Prado Gesto
|
be81d4c4cc
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2018-05-04 15:01:16 +02:00 |
|
Ian Paschal
|
4a2e36978e
|
Merge remote-tracking branch 'origin/master' into CURA-5296_bundled_packages
|
2018-05-04 15:00:40 +02:00 |
|
Diego Prado Gesto
|
8c4dc1cc2b
|
CURA-5264 Don't need the if statement since the hardware-typeid is the
right value to look at and it is in the firmware api.
|
2018-05-04 14:59:59 +02:00 |
|
Ian Paschal
|
858108920a
|
Merge pull request #3765 from fieldOfView/fix_toolbox_appearance
Fix toolbox appearance
|
2018-05-04 14:25:01 +02:00 |
|
Diego Prado Gesto
|
a3028e2c7d
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2018-05-04 14:04:13 +02:00 |
|
Diego Prado Gesto
|
b00d51a6eb
|
CURA-4644 Set the property in the component where is being used.
|
2018-05-04 14:03:26 +02:00 |
|
Ghostkeeper
|
736f28bdb9
|
Move platform model slightly further down
Otherwise it clips with the build volume. This looks much nicer.
|
2018-05-04 13:30:28 +02:00 |
|
Diego Prado Gesto
|
6b214d2443
|
CURA-4644 Change the return type to QObject
|
2018-05-04 13:05:29 +02:00 |
|
fieldOfView
|
4e305079ec
|
Simplify
|
2018-05-04 11:42:45 +02:00 |
|
fieldOfView
|
1f675f505f
|
Tweak margins
|
2018-05-04 10:42:03 +02:00 |
|
fieldOfView
|
89322b9db6
|
Move toolbox button style into theme
|
2018-05-04 10:41:45 +02:00 |
|
Aleksei S
|
4a26cf0cbd
|
Merge branch 'master' of github.com:Ultimaker/cura
|
2018-05-04 10:30:03 +02:00 |
|
Aleksei S
|
dfd9283ed5
|
Project name after importing
CURA-5323
|
2018-05-04 10:29:09 +02:00 |
|
Diego Prado Gesto
|
c8f73d303e
|
Merge pull request #3699 from Ultimaker/M&P-Setting-Optimization
PP formula based temperatures fix
|
2018-05-04 09:43:30 +02:00 |
|
Diego Prado Gesto
|
61a6a176b9
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2018-05-04 09:09:20 +02:00 |
|
Jaime van Kessel
|
7c80bc203c
|
Fixed bunch of wrong / missing typing
|
2018-05-03 21:14:06 +02:00 |
|
Jaime van Kessel
|
7d2257838b
|
Added missing typing
|
2018-05-03 20:42:06 +02:00 |
|
Jaime van Kessel
|
34483b4b34
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2018-05-03 20:27:35 +02:00 |
|
Jaime van Kessel
|
21e2fcbcf6
|
Also added missing context usage of archive
|
2018-05-03 20:27:02 +02:00 |
|
Ruben D
|
f3be394080
|
Properly get the application
Why are we getting this passed via parent???
|
2018-05-03 20:26:20 +02:00 |
|
Jaime van Kessel
|
7665f8a7cb
|
Reading packages from archive now uses With context
|
2018-05-03 20:22:38 +02:00 |
|
Aleksei S
|
defb22dc07
|
Keep 'dot' in file name for type *.gcode.gz
CURA-5323
|
2018-05-03 18:11:45 +02:00 |
|
Diego Prado Gesto
|
a1e6792664
|
Set the LocalContainerProvider as a required plugin.
|
2018-05-03 18:03:30 +02:00 |
|
Aleksei S
|
c5e9acf664
|
Fix: Manually added printer by ip address shows proper printer type
CURA-5264
|
2018-05-03 17:14:56 +02:00 |
|