Skip to content

Commit

Permalink
Merge pull request #179 from Alia5/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Alia5 authored Sep 23, 2022
2 parents f7b5e30 + abeca3e commit e8b2ab0
Show file tree
Hide file tree
Showing 30 changed files with 1,912 additions and 450 deletions.
1 change: 1 addition & 0 deletions GlosSIConfig/.clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
UseTab: false
BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: "Stroustrup"
AllowShortIfStatementsOnASingleLine: false
Expand Down
3 changes: 3 additions & 0 deletions GlosSIConfig/GlosSIConfig.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,16 @@
<ClCompile Include="UIModel.cpp" />
<None Include=".clang-format" />
<None Include="GetAUMIDs.ps1" />
<None Include="qml\CollapsiblePane.qml" />
<None Include="qml\SteamInputXboxDisabledDialog.qml" />
<None Include="qml\AddSelectTypeDialog.qml" />
<None Include="qml\FluentTextInput.qml" />
<None Include="qml\InfoDialog.qml" />
<None Include="qml\RPane.qml" />
<None Include="qml\ShortcutCards.qml" />
<None Include="qml\ShortcutProps.qml" />
<None Include="qml\UWPSelectDialog.qml" />
<None Include="qml\SteamNotFoundDialog.qml" />
<QtRcc Include="qml.qrc" />
<None Include="qml\main.qml" />
</ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions GlosSIConfig/GlosSIConfig.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
</None>
<None Include=".clang-format" />
<None Include="GetAUMIDs.ps1" />
<None Include="qml\SteamNotFoundDialog.qml">
<Filter>qml</Filter>
</None>
<None Include="qml\SteamInputXboxDisabledDialog.qml">
<Filter>qml</Filter>
</None>
<None Include="qml\CollapsiblePane.qml">
<Filter>qml</Filter>
</None>
</ItemGroup>
<ItemGroup>
<QtMoc Include="UIModel.h">
Expand Down
Loading

0 comments on commit e8b2ab0

Please sign in to comment.