29480 Commits

Author SHA1 Message Date
j.spijker@ultimaker.com
cbe8a90b35 Use local folder
Contributes to CURA-9365
2022-07-07 19:51:38 +02:00
j.spijker@ultimaker.com
c22999c314 handle local packages correctly
Contributes to CURA-9365
2022-07-07 19:49:04 +02:00
j.spijker@ultimaker.com
ab4c62e46f Also create package when unit-test workflow is changed
needed due to the install without a dot

Contributes to CURA-9365
2022-07-07 17:20:48 +02:00
j.spijker@ultimaker.com
dea224718b Use the exported package
Since the VirtualPythonEnv seems to be broken

Contributes to CURA-9365
2022-07-07 17:19:38 +02:00
Jelle Spijker
c16e1fcf60
Use venv folder 2022-07-07 17:08:21 +02:00
j.spijker@ultimaker.com
d84133c484 Remove redundant options for conan install
Contributes to CURA-9365
2022-07-07 17:00:36 +02:00
j.spijker@ultimaker.com
7ed81f0110 Also test when unit-test workflow changes
Contributes to CURA-9365
2022-07-07 16:57:08 +02:00
j.spijker@ultimaker.com
df5446b4c6 Add unit-tests
Contributes to CURA-9365
2022-07-07 16:55:41 +02:00
Rijk van Manen
55375a22d4 increase printing temperature BAM 0.1 layerheight
reduced printing temperature for BAM 0.1mm layer height profile causes extrusion issues. No drawback for increasing to the default printing temperature are found. PP-190
2022-07-07 15:35:54 +02:00
Jaime van Kessel
93bcd544ac
Merge pull request #12695 from Ultimaker/fix_crash_project_deleted_user
Fix crash if a Digital Library project is made by deleted user
2022-07-07 15:23:29 +02:00
joeydelarago
5d5c83ec11
Add missing background color to WorkspaceSummaryDialog.qml
CURA-9402
2022-07-07 15:06:53 +02:00
Ghostkeeper
15c1b96d7b
Fix crash if a Digital Library project is made by deleted user
If the user that created a project has been deleted, the response from the API doesn't include a username. This crashes Cura because it had no default for the username.
The organization_shared field was also optional.

Done as a small fry to fix a bug found by a colleague.
2022-07-07 15:04:15 +02:00
j.spijker@ultimaker.com
4d98ba3540 Fixed missing qoutes
Contributes to CURA-9365
2022-07-07 07:07:32 +02:00
j.spijker@ultimaker.com
5191d4f9da Add missing comma
Contributes to CURA-9365
2022-07-07 06:13:15 +02:00
j.spijker@ultimaker.com
c100f68f58 Add missing info.plist
2ce60de673/packaging/Info.plist.in (L5)

Contributes to CURA-9365
2022-07-07 05:58:58 +02:00
j.spijker@ultimaker.com
b84ee29627 ducktype the PyInstaller BUNDLE
Should be an acceptable workaround for pyinstaller/pyinstaller#6612

The `assemble` method is probably to0 specific to contribute with
a PR against PyInstaller.

Contributes to CURA-9365
2022-07-07 05:38:08 +02:00
j.spijker@ultimaker.com
48539bb7f8
Only convert path to string
Contributes to CURA-9365
2022-07-06 14:28:43 +02:00
j.spijker@ultimaker.com
c9587c3d21
convert to posixpath string
Contributes to CURA-9365
2022-07-06 14:17:53 +02:00
j.spijker@ultimaker.com
7405b55d7d
Fix missing dash
Contributes to CURA-9365
2022-07-06 14:10:17 +02:00
j.spijker@ultimaker.com
d3b32b549a
Add libxkbcommon-x11-dev to system deps for Ubuntu
Might fix the segfault on some Linux distro's

Contributes to CURA-9365
2022-07-06 14:01:10 +02:00
j.spijker@ultimaker.com
db8ec3994e
Add conan_install_info.json to the builds
Should help with debugging, We could maybe even use it
later on to update the about page and/or logs

If you want to create a package you should also
pass the `--json <venv_path>/conan_install_info.json` to
the install command.

Contributes to CURA-9365
2022-07-06 13:54:44 +02:00
jellespijker
bfd1c6eea5 Use correct env variable MAC_NOTARIZE_PASS
Contributes to CURA-9365
2022-07-06 11:37:11 +02:00
jellespijker
4344ef066f Fixed paths for the dmg_sign_notarize script
Contributes to CURA-9365
2022-07-06 10:50:01 +02:00
jellespijker
13d5d33ec8 Fixed typo
Contributes to CURA-9365
2022-07-06 10:04:53 +02:00
Jelle Spijker
44bb953b27
Fix wrong env variable for bash 2022-07-06 09:30:10 +02:00
j.spijker@ultimaker.com
feebf6d003 uniform name on macos
Contributes to CURA-9365
2022-07-06 08:32:05 +02:00
j.spijker@ultimaker.com
bee2b22edf uniform name on linux
Contributes to CURA-9365
2022-07-06 07:51:24 +02:00
j.spijker@ultimaker.com
17d2fb8b02 Unlock the keychain as late as possible
Contributes to CURA-9365
2022-07-06 07:43:12 +02:00
j.spijker@ultimaker.com
4fb7d0e691 Falling back to original Notarizing script
Alternative steps were there for debugging purposes

Contributes to CURA-9365
2022-07-06 07:39:53 +02:00
j.spijker@ultimaker.com
2ee58e24bc Don't strip binaries
On some Linux systems it fails due to an invalid Elf handle.
Stripping the binaries on Linux/MacOS is a likely culprit.
Disabling this option seems a save choice at least for now.

Contributes to CURA-9365
2022-07-06 07:37:46 +02:00
jellespijker
8a14406c63 Add dynamic libs from lib path to binaries
Should fix missing protoc on MacOS

Contributes to CURA-9365
2022-07-05 22:34:19 +02:00
jellespijker
03af1dbd4f Use forked pyinstaller
Contributes to CURA-9365
2022-07-05 17:30:07 +02:00
jellespijker
67d840f505 Revert "Deal with missing build version number"
This reverts commit d91b93b3d7916f1472f3a33a65d0d85781c65f80.
2022-07-05 14:13:42 +02:00
jellespijker
fd7c5abdc0 Set build version to 0 if build version is ''
Contributes to CURA-9365
2022-07-05 14:13:05 +02:00
jellespijker
68a79684fd Remove hacked version
Contributes to CURA-9365
2022-07-05 14:07:45 +02:00
jellespijker
baec0e75f7 Merge remote-tracking branch 'origin/5.1' into 5.1 2022-07-05 14:07:11 +02:00
jellespijker
16d9dd5c08 Fix release tag and channel
Contributes to CURA-9365
2022-07-05 14:06:19 +02:00
Jaime van Kessel
905104159b Fix incorrect z_hop speed for alfawise
Fixes #12641
2022-07-05 13:51:32 +02:00
Jaime van Kessel
bafffa994c Fix toolbar being drawn over monitor page
CURA-9401
2022-07-05 13:43:20 +02:00
Jelle Spijker
f4c21631ed
removed pound sign from name 2022-07-05 12:56:17 +02:00
Jelle Spijker
f01f97830d
dirty version hack 2022-07-05 12:39:14 +02:00
Jelle Spijker
d7f103c9fe
dirty fix build number 2022-07-05 12:23:53 +02:00
Ghostkeeper
d91b93b3d7
Deal with missing build version number
Makes it a bit more messy and weird, but that's what you get when your script has 16 parameters, I guess.

Contributes to issue CURA-9365.
5.1-beta
2022-07-05 11:51:44 +02:00
jellespijker
54f9384d27 Use regular Python for the release
Contributes to CURA-9365
2022-07-05 11:45:48 +02:00
Ghostkeeper
b1af3b6703
Broaden scope of tags that get built
We want to build the beta tags too. Honestly, I think we could just build any tag automatically, but I'll be good and leave it at this.
I also broadened the tags to build for the stable releases to allow zeroes in the major version number, e.g. if we're going to release version 10.1.0.

Contributes to issue CURA-9365.
2022-07-05 10:33:37 +02:00
jellespijker
e226dc5030 Also copy build libs
Hoping this fixes the missing protoc

Contributes to CURA-9365
2022-07-04 16:45:07 +02:00
jellespijker
08c11f0c28 Use correct bundle id
Contributes to CURA-9365
2022-07-04 16:00:13 +02:00
jellespijker
cd288f3d8b Use correct bundle id
Contributes to CURA-9365
2022-07-04 14:38:42 +02:00
jellespijker
3d422e1e29 Copy libs to lib_dir
Contributes to CURA-9365
2022-07-04 13:51:09 +02:00
j.spijker@ultimaker.com
5bc61324ee Also use dylib of cpython
Contributes to CURA-9365
2022-07-04 12:04:48 +02:00