Skip to content
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

Release v0.6.0 #19

Merged
merged 39 commits into from
Sep 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
db26c67
Split easyApp content to Gui and Logic
AndrewSazonov May 14, 2021
555fec9
Add rich text to table header
AndrewSazonov May 17, 2021
fd0f454
Change check for updates button text
AndrewSazonov May 17, 2021
b4d7890
Add new release date property
AndrewSazonov May 17, 2021
8b3a3e1
Fix disabled combo box color
AndrewSazonov May 17, 2021
dc9c1f0
Update preferences dialog style
AndrewSazonov May 17, 2021
d2cfa77
Fix preferences dialog height
AndrewSazonov May 17, 2021
2aee597
Fix path to MaintenanceTool for Linux and Windows
AndrewSazonov May 19, 2021
f83b97c
Bump version to 0.1.0
AndrewSazonov May 19, 2021
51bdeb9
Minor refactoring
AndrewSazonov May 19, 2021
5127191
Fix changelog path
AndrewSazonov May 19, 2021
48dc9d3
Fix check on app start label
AndrewSazonov May 28, 2021
74efdb1
Add nunito font
AndrewSazonov Jun 4, 2021
6751f2a
Store app preferences tabs as global vars
AndrewSazonov Jun 4, 2021
2291067
Fixed dependencies after refactoring
rozyczko Jun 16, 2021
7d705b5
Add support for iconified names in fitting constraints
AndrewSazonov Jun 28, 2021
7e8bcaa
Fix ComboBox Label padding
AndrewSazonov Jun 28, 2021
e49751d
Merge branch 'develop' into subproxies
rozyczko Jul 1, 2021
9f7e00d
Remove vertical insets for ComboBox
AndrewSazonov Aug 17, 2021
98ea7b4
Merge pull request #2 from easyScience/subproxies
rozyczko Aug 17, 2021
3fdf942
Set elide middle to be default for the TableViewLabel
AndrewSazonov Aug 25, 2021
40c71a3
Fix vertical spacing on the preferences window
AndrewSazonov Sep 14, 2021
4fc05ba
Define 3rd line for Bokeh charts, showing current phase profile
rozyczko Nov 19, 2021
9bf9704
Add multiple phases support to the analysis chart
AndrewSazonov Dec 7, 2021
a7841dc
Add support for the multiple HKL sets
AndrewSazonov Dec 8, 2021
7e2c94d
Replaced GNU license with BSD-3.
rozyczko Feb 2, 2022
bbb4bc0
Update license description
rozyczko Feb 2, 2022
d432f71
update license copyright year
rozyczko Feb 3, 2022
695bfbc
Expand python versions and add RichText (#4)
arm61 May 31, 2022
edfbcab
Fixing a typo (#5)
arm61 Jun 1, 2022
39e5ec4
Merge branch 'master' into develop
rozyczko Jul 28, 2022
8647def
dicttoxml -> XMLSerializer
rozyczko Nov 23, 2022
327dea3
Plotly (#9)
AndrewSazonov Dec 8, 2022
f50891f
Add another Plotly example: 2D Heatmap
AndrewSazonov Dec 8, 2022
e047727
Merge pull request #11 from easyScience/io_serialize
rozyczko Mar 28, 2023
3363aeb
Update pyproject.toml
AndrewSazonov Jul 17, 2024
deaae0c
New interface (#18)
AndrewSazonov Sep 2, 2024
8986fae
Update release info
AndrewSazonov Sep 2, 2024
2de487e
Merge branch 'master' into develop
AndrewSazonov Sep 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update license copyright year
  • Loading branch information
rozyczko committed Feb 3, 2022
commit d432f71a98ac240e10b9476a082e9bddb6128cc1
2 changes: 1 addition & 1 deletion easyApp/Gui/Components/AboutDialog.qml
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ EaElements.Dialog {
// Footer
EaElements.Label {
anchors.horizontalCenter: parent.horizontalCenter
text: "© 2019-2021 • All rights reserved"
text: "© 2019-2022 • All rights reserved"
}
}