Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
### GUI:

- [ ] Better help in configuration. A foldable dedicated text browser widget to show info?
- [ ] Implement UserTally options/definition in GUI
- [X] Implement UserTally options/definition in GUI
- [X] Getting Started
- [X] About

Expand Down Expand Up @@ -99,8 +99,8 @@ Tally:
### User

- GUI:
- [ ] Add a database of pre-defined materials with full definition: composition, density, Ed, etc
- [ ] Pressing add material presents to the user a selection/search function to discover & select
- [X] Add a database of pre-defined materials with full definition: composition, density, Ed, etc
- [X] Pressing add material presents to the user a selection/search function to discover & select

- CLI:
- [X] Block Ctrl-C signal so that data is saved before the program is aborted
Expand Down
4 changes: 4 additions & 0 deletions source/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ set(GUI_HEADERS
simulationoptionsview.h
periodictablewidget.h
materialsdefview.h
materialdatabasedialog.h
usertallyview.h
optionsmodel.h
floatlineedit.h
mydatawidgetmapper.h
Expand All @@ -31,6 +33,8 @@ set(GUI_SOURCES
simulationoptionsview.cpp
periodictablewidget.cpp
materialsdefview.cpp
materialdatabasedialog.cpp
usertallyview.cpp
optionsmodel.cpp
floatlineedit.cpp
mydatawidgetmapper.cpp
Expand Down
Loading