Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Николай Степанов
2023_1_DDT
Commits
acdda938
Commit
acdda938
authored
1 year ago
by
Николай Степанов
Browse files
Options
Download
Patches
Plain Diff
add advanced solution window
parent
d4fcdcf2
service_fix
dev
2 merge requests
!24
MVP+
,
!22
add return codes
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
client/internal/core/include/Core.h
+1
-1
client/internal/core/include/Core.h
client/internal/core/src/Core.cpp
+2
-2
client/internal/core/src/Core.cpp
client/internal/entities/include/Solution.h
+4
-0
client/internal/entities/include/Solution.h
client/internal/gui/include/SolutionsWindow.h
+6
-0
client/internal/gui/include/SolutionsWindow.h
client/internal/gui/src/SolutionsWindow.cpp
+29
-6
client/internal/gui/src/SolutionsWindow.cpp
client/internal/httpClient/include/HttpClientManager.h
+1
-1
client/internal/httpClient/include/HttpClientManager.h
client/internal/httpClient/include/Serializer.h
+1
-0
client/internal/httpClient/include/Serializer.h
client/internal/httpClient/src/HttpClientManager.cpp
+5
-3
client/internal/httpClient/src/HttpClientManager.cpp
client/internal/httpClient/src/Serializer.cpp
+17
-0
client/internal/httpClient/src/Serializer.cpp
server/internal/httpServer/include/Serializer.h
+1
-0
server/internal/httpServer/include/Serializer.h
server/internal/httpServer/src/Serializer.cpp
+12
-0
server/internal/httpServer/src/Serializer.cpp
server/internal/httpServer/src/SolutionManager.cpp
+4
-3
server/internal/httpServer/src/SolutionManager.cpp
with
83 additions
and
16 deletions
+83
-16
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets