QodeAssist/ChatView
Povilas Kanapickas 61196cae90
chore: Run clang-format over the codebase (#82)
This commit is a result of the following commands:

clang-format-19 --style=file -i $(git ls-files | fgrep .cpp)
clang-format-19 --style=file -i $(git ls-files | fgrep .hpp)
2025-03-02 22:44:20 +01:00
..
icons feat: Add possibility to link files to the current system prompt 2025-01-23 10:17:38 +01:00
qml fix: Chat item code style 2025-02-24 19:37:29 +01:00
ChatModel.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChatModel.hpp feat: Add possibility to link files to the current system prompt 2025-01-23 10:17:38 +01:00
ChatRootView.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChatRootView.hpp fix: Saving name of chat in native language 2025-01-26 23:06:51 +01:00
ChatSerializer.cpp feat: Add possibility to link files to the current system prompt 2025-01-23 10:17:38 +01:00
ChatSerializer.hpp feat: Add saving and loading chat history 2024-12-23 18:34:01 +01:00
ChatUtils.cpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ChatUtils.h feat: Add saving and loading chat history 2024-12-23 18:34:01 +01:00
ChatWidget.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChatWidget.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ClientInterface.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ClientInterface.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
CMakeLists.txt feat: Add possibility to link files to the current system prompt 2025-01-23 10:17:38 +01:00
MessagePart.hpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00