Skip to content

Commit

Permalink
chore: Rename files for main executables
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Jul 14, 2024
1 parent cfe72ce commit c8dac13
Show file tree
Hide file tree
Showing 56 changed files with 66 additions and 66 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
IF(BUILD_BINARIES)

add_executable(DyssolC
${CMAKE_SOURCE_DIR}/DyssolConsole/main.cpp
${CMAKE_SOURCE_DIR}/DyssolCLI/main.cpp
)

set(libdyssolnames
Expand Down Expand Up @@ -109,7 +109,7 @@ IF(BUILD_BINARIES)
INCLUDE_DIRECTORIES(${Graphviz_INCLUDE_DIR})
ENDIF(Graphviz_FOUND)

CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/DyssolMainWindow/config.ini.in" "${CMAKE_BINARY_DIR}/config.ini")
CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/DyssolGUI/config.ini.in" "${CMAKE_BINARY_DIR}/config.ini")
INSTALL(FILES "${CMAKE_BINARY_DIR}/config.ini" DESTINATION ${INSTALL_CONFIG_PATH})
INSTALL(FILES "${CMAKE_SOURCE_DIR}/Materials.dmdb" DESTINATION ${INSTALL_MATERIALDB_PATH})

Expand All @@ -119,7 +119,7 @@ IF(BUILD_BINARIES)

ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/Units")
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/Solvers")
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/DyssolMainWindow")
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/DyssolGUI")

SET(INSTALL_DOCS_PATH ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/Dyssol/docs)

Expand Down
4 changes: 2 additions & 2 deletions Dyssol.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dyssol", "DyssolMainWindow\DyssolMainWindow.vcxproj", "{06FC09C8-3DBA-40B5-A5D2-5A33CD23F917}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dyssol", "DyssolGUI\DyssolGUI.vcxproj", "{06FC09C8-3DBA-40B5-A5D2-5A33CD23F917}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CacheHandler", "CacheHandler\CacheHandler.vcxproj", "{55AD8231-176F-4282-88FA-A0A0E71A51C6}"
EndProject
Expand Down Expand Up @@ -84,7 +84,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release", "Release", "{37D9
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Unit_Agglomerator", "Units\Agglomerator\Agglomerator.vcxproj", "{1BE27265-F358-42F3-B550-ADCAF0CB9FCC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DyssolC", "DyssolConsole\DyssolConsole.vcxproj", "{1641EA84-6364-4CAF-AB4F-8BFB995C0B48}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DyssolC", "DyssolCLI\DyssolCLI.vcxproj", "{1641EA84-6364-4CAF-AB4F-8BFB995C0B48}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Unit_HeatExchanger", "Units\HeatExchanger\HeatExchanger.vcxproj", "{A9D881A3-3E9A-46C4-B743-85C71BAE7BC9}"
EndProject
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MACRO(SUBDIRLIST result curdir)
ENDMACRO()

set(DyssolGUInames
"DyssolMainWindow"
"DyssolGUI"
"GUIDialogs"
"GUIWidgets"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion DyssolInstallers/Scripts/Main.iss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ OutputBaseFilename={#MyAppName} {#MyAppVersion} setup
#endif
OutputDir={#SolutionDir}\DyssolInstallers\Installers
LicenseFile={#SolutionDir}\LICENSE
SetupIconFile={#SolutionDir}\DyssolMainWindow\Resources\Icon.ico
SetupIconFile={#SolutionDir}\DyssolGUI\Resources\Icon.ico
WizardImageFile={#SolutionDir}\DyssolInstallers\Data\WizardImageFile.bmp
WizardSmallImageFile={#SolutionDir}\DyssolInstallers\Data\WizardSmallImageFile.bmp
DisableStartupPrompt=False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Calculation sequence</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Expand Down Expand Up @@ -204,7 +204,7 @@
<tabstop>buttonOk</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections>
<connection>
Expand Down
4 changes: 2 additions & 2 deletions GUIDialogs/CompoundsManager/CompoundsManager.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Used compounds</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<property name="autoFillBackground">
Expand Down Expand Up @@ -237,7 +237,7 @@
<tabstop>pushButtonCancel</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/DustFormationTesterTab/DustFormationTesterTab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Dust formation tendency</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="1,4">
Expand Down Expand Up @@ -348,7 +348,7 @@ Wet bulk</string>
<tabstop>listWidgetUnits</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc"/>
<include location="../../DyssolGUI/Resources.qrc"/>
</resources>
<connections/>
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/FlowsheetEditor/FlowsheetEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>CFlowsheetEditor</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
Expand Down Expand Up @@ -661,7 +661,7 @@
<tabstop>buttonRemoveListValue</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/FlowsheetEditor/FlowsheetViewer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Flowsheet</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QGridLayout" name="mainLayout">
Expand Down Expand Up @@ -132,7 +132,7 @@
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc"/>
<include location="../../DyssolGUI/Resources.qrc"/>
</resources>
<connections/>
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/GridEditor/DimensionParameters.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>CDimensionParameters</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,1">
Expand Down Expand Up @@ -304,7 +304,7 @@
<tabstop>tableGrid</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/GridEditor/GridEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Grid specification</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -171,7 +171,7 @@
<tabstop>listDims</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/HoldupsEditor/HoldupsEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Holdups editor</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,4">
Expand Down Expand Up @@ -134,7 +134,7 @@
<tabstop>holdupsList</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/MaterialsDatabaseTab/CorrelationEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>CCorrelationEditor</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="1,0,0,0">
Expand Down Expand Up @@ -237,7 +237,7 @@
<tabstop>tableParams</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/MaterialsDatabaseTab/DescriptionEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Description</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Expand All @@ -36,7 +36,7 @@
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc"/>
<include location="../../DyssolGUI/Resources.qrc"/>
</resources>
<connections/>
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/MaterialsDatabaseTab/MaterialsDatabaseTab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<string>Compounds editor</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_2">
Expand Down Expand Up @@ -1152,7 +1152,7 @@
<tabstop>labelCompound1</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/MaterialsDatabaseTab/PropertyAdder.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Add property</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
Expand Down Expand Up @@ -210,7 +210,7 @@
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc"/>
<include location="../../DyssolGUI/Resources.qrc"/>
</resources>
<connections>
<connection>
Expand Down
4 changes: 2 additions & 2 deletions GUIDialogs/MaterialsDatabaseTab/PropertyEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Dependent property editor</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_2" rowstretch="1,0,1,0" columnstretch="1,0">
Expand Down Expand Up @@ -395,7 +395,7 @@
<tabstop>lineCalcVal</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/ModulesManagerTab/ModulesManagerTab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Models manager</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="1,3">
Expand Down Expand Up @@ -178,7 +178,7 @@
<tabstop>tableModels</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
4 changes: 2 additions & 2 deletions GUIDialogs/OptionsEditor/OptionsEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<string>Options</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<property name="sizeGripEnabled">
Expand Down Expand Up @@ -1162,7 +1162,7 @@
<tabstop>checkBoxSplitFile</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections>
<connection>
Expand Down
4 changes: 2 additions & 2 deletions GUIDialogs/PhasesEditor/PhasesEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Phases editor</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -118,7 +118,7 @@
<tabstop>pushButtonCancel</tabstop>
</tabstops>
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
6 changes: 3 additions & 3 deletions GUIDialogs/SettingsEditor/SettingsEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Settings</string>
</property>
<property name="windowIcon">
<iconset resource="../../DyssolMainWindow/Resources.qrc">
<iconset resource="../../DyssolGUI/Resources.qrc">
<normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
Expand Down Expand Up @@ -201,8 +201,8 @@
</widget>
<layoutdefault spacing="6" margin="11" />
<resources>
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolMainWindow/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
<include location="../../DyssolGUI/Resources.qrc" />
</resources>
<connections />
</ui>
Loading

0 comments on commit c8dac13

Please sign in to comment.