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
a382e458
Commit
a382e458
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rename GUI/View/Main/PyImportAssistant -> GUI/View/Loader/
parent
da90c4c4
No related branches found
No related tags found
1 merge request
!2451
rmdir GUI/View/Manager
Pipeline
#134189
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
GUI/View/Loader/PyImportAssistant.cpp
+2
-2
2 additions, 2 deletions
GUI/View/Loader/PyImportAssistant.cpp
GUI/View/Loader/PyImportAssistant.h
+4
-4
4 additions, 4 deletions
GUI/View/Loader/PyImportAssistant.h
GUI/View/View/SampleView.cpp
+1
-1
1 addition, 1 deletion
GUI/View/View/SampleView.cpp
with
7 additions
and
7 deletions
GUI/View/
Main
/PyImportAssistant.cpp
→
GUI/View/
Loader
/PyImportAssistant.cpp
+
2
−
2
View file @
a382e458
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/
Main
/PyImportAssistant.cpp
//! @file GUI/View/
Loader
/PyImportAssistant.cpp
//! @brief Implements class PyImportAssistant.
//!
//! @homepage http://www.bornagainproject.org
...
...
@@ -14,7 +14,7 @@
#ifdef BORNAGAIN_PYTHON
#include
"GUI/View/
Main
/PyImportAssistant.h"
#include
"GUI/View/
Loader
/PyImportAssistant.h"
#include
"BABuild.h"
#include
"Base/Util/Assert.h"
#include
"Base/Util/SysUtil.h"
...
...
This diff is collapsed.
Click to expand it.
GUI/View/
Main
/PyImportAssistant.h
→
GUI/View/
Loader
/PyImportAssistant.h
+
4
−
4
View file @
a382e458
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/
Main
/PyImportAssistant.h
//! @file GUI/View/
Loader
/PyImportAssistant.h
//! @brief Implements class PyImportAssistant.
//!
//! @homepage http://www.bornagainproject.org
...
...
@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_
MAIN
_PYIMPORTASSISTANT_H
#define BORNAGAIN_GUI_VIEW_
MAIN
_PYIMPORTASSISTANT_H
#ifndef BORNAGAIN_GUI_VIEW_
LOADER
_PYIMPORTASSISTANT_H
#define BORNAGAIN_GUI_VIEW_
LOADER
_PYIMPORTASSISTANT_H
#ifdef BORNAGAIN_PYTHON
...
...
@@ -32,4 +32,4 @@ SampleItem* importMultiLayer();
#endif // BORNAGAIN_PYTHON
#endif // BORNAGAIN_GUI_VIEW_
MAIN
_PYIMPORTASSISTANT_H
#endif // BORNAGAIN_GUI_VIEW_
LOADER
_PYIMPORTASSISTANT_H
This diff is collapsed.
Click to expand it.
GUI/View/View/SampleView.cpp
+
1
−
1
View file @
a382e458
...
...
@@ -21,7 +21,7 @@
#include
"GUI/Model/Sample/ParticleLayoutItem.h"
#include
"GUI/Model/Sample/SamplesSet.h"
#include
"GUI/View/Base/mainwindow_constants.h"
#include
"GUI/View/
Main
/PyImportAssistant.h"
#include
"GUI/View/
Loader
/PyImportAssistant.h"
#include
"GUI/View/Modelview/SetView.h"
#include
"GUI/View/Realspace/RealspacePanel.h"
#include
"GUI/View/Realspace/RealspaceWidget.h"
...
...
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