QodeAssist/settings
Povilas Kanapickas 3b188740e8
fix: Make settings dialogs button order consistent (#84)
Currently on Linux most dialogs follow the following order of action
buttons: "OK", "Cancel" (left to right). However, several dialogs are
constructed explicitly and don't follow this convention.

This commit fixes this discrepancy.

Fixes: https://github.com/Palm1r/QodeAssist/issues/83
2025-03-03 19:12:01 +01:00
..
Assisttr.h Upgrade to version 0.3.0 2024-10-14 00:10:24 +02:00
ButtonAspect.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChatAssistantSettings.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChatAssistantSettings.hpp feat: Add auto sync open files with model context 2025-01-24 00:22:44 +01:00
CMakeLists.txt feat: Add check plugin update and dialog for update 2025-01-13 20:11:27 +01:00
CodeCompletionSettings.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
CodeCompletionSettings.hpp feat: Separate system prompt for fin and non-fim models 2025-02-26 22:51:38 +01:00
CustomPromptSettings.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
CustomPromptSettings.hpp Move ButtonAspect 2024-11-10 18:56:57 +01:00
GeneralSettings.cpp fix: Make settings dialogs button order consistent (#84) 2025-03-03 19:12:01 +01:00
GeneralSettings.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
PluginUpdater.cpp feat: Update dialog offer open plugin folder 2025-01-27 00:54:49 +01:00
PluginUpdater.hpp feat: Add check plugin update and dialog for update 2025-01-13 20:11:27 +01:00
ProjectSettings.cpp fix: path to chat file without project 2024-12-23 23:17:43 +01:00
ProjectSettings.hpp feat: Add saving and loading chat history 2024-12-23 18:34:01 +01:00
ProjectSettingsPanel.cpp feat: Add saving and loading chat history 2024-12-23 18:34:01 +01:00
ProjectSettingsPanel.hpp feat: Add project settings panel 2024-12-21 14:11:45 +01:00
ProviderSettings.cpp fix: Saving mistral and google keys to settings 2025-02-25 19:21:44 +01:00
ProviderSettings.hpp feat: Add Google AI provider and template 2025-02-25 14:26:56 +01:00
SettingsConstants.hpp refactor: Remove duplicate constants from SettingsConstants.hpp (#81) 2025-03-02 22:25:25 +01:00
SettingsDialog.cpp Impove UX general setting by added helpers dialogs for user (#42) 2024-11-16 15:25:28 +01:00
SettingsDialog.hpp Impove UX general setting by added helpers dialogs for user (#42) 2024-11-16 15:25:28 +01:00
SettingsTr.hpp fix: Add tooltip about where log messages can be seen (#86) 2025-03-03 19:00:25 +01:00
SettingsUtils.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
UpdateDialog.cpp feat: Update dialog offer open plugin folder 2025-01-27 00:54:49 +01:00
UpdateDialog.hpp chore: Update plugin to QtCreator 15.0.1 2025-01-24 13:29:44 +01:00