Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
82bd0a03
Commit
82bd0a03
authored
9 years ago
by
Van Herck, Walter
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix-1.5.1' into develop
parents
cc5031e3
64f9b0b7
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
GUI/coregui/Models/JobResultsPresenter.cpp
+1
-1
1 addition, 1 deletion
GUI/coregui/Models/JobResultsPresenter.cpp
GUI/coregui/Models/item_constants.h
+1
-1
1 addition, 1 deletion
GUI/coregui/Models/item_constants.h
VERSION.cmake
+1
-1
1 addition, 1 deletion
VERSION.cmake
with
8 additions
and
3 deletions
CHANGELOG
+
5
−
0
View file @
82bd0a03
BornAgain-1.5.1, released 2016.02.18
Hotfix:
* Bug #1341: GUI crashes if simulating with 1D lattice interference function
* Bug #1338: Crash while saving certain project file
BornAgain-1.5.0, released 2016.02.15
> API changes
1) FTDecayFunctions introduced to use together with lattices (setDecayFunction)
...
...
This diff is collapsed.
Click to expand it.
GUI/coregui/Models/JobResultsPresenter.cpp
+
1
−
1
View file @
82bd0a03
...
...
@@ -102,7 +102,7 @@ void JobResultsPresenter::updateDataAxes(IntensityDataItem *intensityItem,
void
JobResultsPresenter
::
saveIntensityData
(
JobItem
*
jobItem
,
const
QString
&
projectDir
)
{
IntensityDataItem
*
dataItem
=
jobItem
->
getIntensityDataItem
();
if
(
dataItem
)
{
if
(
dataItem
&&
dataItem
->
getOutputData
()
)
{
QString
filename
=
projectDir
+
QStringLiteral
(
"/"
)
+
dataItem
->
itemName
();
std
::
unique_ptr
<
OutputData
<
double
>>
dataToSave
(
...
...
This diff is collapsed.
Click to expand it.
GUI/coregui/Models/item_constants.h
+
1
−
1
View file @
82bd0a03
...
...
@@ -156,7 +156,7 @@ const ModelType DistributionExtendedGroup = "Distribution extended group";
const
ModelType
FTDistribution1DGroup
=
"PDF 1D"
;
const
ModelType
FTDistribution2DGroup
=
"PDF 2D"
;
const
ModelType
FTDecayFunction1DGroup
=
"Decay function 1D"
;
const
ModelType
FTDecayFunction2DGroup
=
"Decay function
1
D"
;
const
ModelType
FTDecayFunction2DGroup
=
"Decay function
2
D"
;
const
ModelType
LatticeGroup
=
"Lattice group"
;
const
ModelType
MaterialGroup
=
"Material group"
;
const
ModelType
ResolutionFunctionGroup
=
"Resolution function group"
;
...
...
This diff is collapsed.
Click to expand it.
VERSION.cmake
+
1
−
1
View file @
82bd0a03
set
(
BornAgain_VERSION_MAJOR 1
)
set
(
BornAgain_VERSION_MINOR 5
)
set
(
BornAgain_VERSION_PATCH
0
)
set
(
BornAgain_VERSION_PATCH
1
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment