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
739a8bfb
Commit
739a8bfb
authored
10 years ago
by
Van Herck, Walter
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG and version numbers
parent
80828a33
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+22
-0
22 additions, 0 deletions
CHANGELOG
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Doc/UserManual/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Doc/UserManual/CMakeLists.txt
with
24 additions
and
2 deletions
CHANGELOG
+
22
−
0
View file @
739a8bfb
BornAgain-0.9.6, released 2014.06.04
> Summary: Diverse GUI items (OutputData Widget, basic simulation functionality) + big form factor issue
* Feature #597: Attach Instrument view to session model
* Feature #598: Implement OutputData widget
* Feature #599: Extend OutputData widget with projections
* Feature #603: Rafactor GUI version of MaterialManager
* Feature #610: Generate QStandardItem objects from the domain objects
* Feature #613: Complete correspondence between domain and GUI model objects
* Feature #622: Implement JobQueueModel and View
* Feature #629: Complete connection between SessionModel and JobQueueModel
* Feature #635: Integrate Mahadi's OutputDataWidget into JobQueueView
* Feature #646: Implement serialization of subitems of ParameterizedItem
* Feature #647: Implement serialization of MaterialManager
* Feature #648: Provide serialization of ParticleItem
* Feature #653: Implement ParticleView representing ParticleItem
* Feature #654: Complete IsGISAXS01 sample generation from GUI
* Feature #655: Implement parameterized items for 1D and 2D paracrystals
* Feature #657: Provide solution for form factor of big particles
* Feature #673: Provide editing of ParameterizedItem's name in property editor.
* Feature #678: Provide automatic switch to JobView after the job is completed.
* Feature #684: Test remote compilation via distcc
BornAgain-0.9.5, released 2014.04.11
BornAgain-0.9.5, released 2014.04.11
> Summary: Refactoring in user API, working on GUI toward first beta.
> Summary: Refactoring in user API, working on GUI toward first beta.
* Bug #605: Fitting examples under Windows doesn't update graphics in realtime
* Bug #605: Fitting examples under Windows doesn't update graphics in realtime
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
739a8bfb
...
@@ -9,7 +9,7 @@ project(BornAgain)
...
@@ -9,7 +9,7 @@ project(BornAgain)
# --- The version number ---
# --- The version number ---
set
(
BornAgain_VERSION_MAJOR 0
)
set
(
BornAgain_VERSION_MAJOR 0
)
set
(
BornAgain_VERSION_MINOR 9
)
set
(
BornAgain_VERSION_MINOR 9
)
set
(
BornAgain_VERSION_PATCH
5
)
set
(
BornAgain_VERSION_PATCH
6
)
# --- General project settings ---
# --- General project settings ---
option
(
BORNAGAIN_PYTHON
"Build with python support"
ON
)
option
(
BORNAGAIN_PYTHON
"Build with python support"
ON
)
...
...
This diff is collapsed.
Click to expand it.
Doc/UserManual/CMakeLists.txt
+
1
−
1
View file @
739a8bfb
...
@@ -5,7 +5,7 @@ project(UserManual NONE)
...
@@ -5,7 +5,7 @@ project(UserManual NONE)
# user manual version number will be automatically propagated into tes
# user manual version number will be automatically propagated into tes
set
(
UM_VERSION_MAJOR 0
)
set
(
UM_VERSION_MAJOR 0
)
set
(
UM_VERSION_MINOR 2
)
set
(
UM_VERSION_MINOR 2
)
set
(
UM_VERSION_PATCH
3
)
set
(
UM_VERSION_PATCH
4
)
set
(
LATEX_COMPILER_FLAGS
set
(
LATEX_COMPILER_FLAGS
...
...
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