generated from easyscience/EasyExampleApp
-
Notifications
You must be signed in to change notification settings - Fork 2
Capitalised app name and fixed ubuntu tutorials #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
73b1a36
Fix atom color if valency is present
AndrewSazonov 7d2ea04
Update MSPS table
AndrewSazonov 8f6ce45
Test ubuntu only (without video tutorials)
AndrewSazonov a3ae1b4
Bump pyinstaller to 5.2 and QtInstallerFramework to 4.4.1
AndrewSazonov 99fa928
Fix QtInstallerFramework online repository file path
AndrewSazonov 4d00dd4
Freeze PyInstaller version to 5.2
AndrewSazonov 162d471
Bump pefile to 2022.5.30
AndrewSazonov ee37b71
Debug QtIFW path on ubuntu
AndrewSazonov 55a5a39
More debug
AndrewSazonov 72277bb
More debug
AndrewSazonov 591a1cf
Add install libxcb-shape0 on ubuntu
AndrewSazonov 627eaa5
Clean up MakeInstaller script after debug
AndrewSazonov 8abcda3
Bump opencv and ffmpeg
AndrewSazonov ca4da76
Capitalize `Easy` in `EasyDiffraction`
AndrewSazonov 1375679
Fix package name
AndrewSazonov 8cc20f6
Fix .desktop file name
AndrewSazonov 8e2ac93
Some debug
AndrewSazonov 55314f5
Enable all platforms
AndrewSazonov 06da5f2
Merge remote-tracking branch 'origin/release-0.8.4' into capital_e
baa8c0d
Back to pyinstaller 4.5.1
AndrewSazonov dc24cd5
Actually get back to pyinstaller 4.5.1
AndrewSazonov 7edb05a
Enable test videos on Ubuntu
AndrewSazonov 27c018c
Update README.md [ci skip]
de6fed7
Bragg peaks display fix in EasyDiffLib
3c2b9ea
Decrease sleep time and trigger build with new EDL
4c1341f
Modify layout of the experiment group
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ### Changes | ||
| ### Bug Fixes | ||
|
|
||
| - The application installer on macOS is now signed. | ||
| - The Python-based backend framework has been updated from version 3.7 to 3.8. | ||
| - CI for all 3 platforms now works, including making a test video. | ||
| - CrysFML simulation now shows Bragg peaks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will make the Windows installer 64-bit. We will have to test it extensively then, as it is a rather significant change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the only platforms supported in QtInstallerFramework 4.4.1.