aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/copilot
Commit message (Expand)AuthorAgeFilesLines
* LSP: mark some clients as not activatableDavid Schulz14 days1-0/+1
* Editor: move block related infos out of the layoutDavid Schulz2025-04-011-1/+1
* Copilot: Add "--stdio" parameterMarcus Tillmanns2025-02-241-1/+1
* LSP: Notify custom handlers also for non-custom methodsLukasz Papierkowski2025-01-241-0/+1
* LayoutBuilder: Make the guard the first parameters in "slots"hjk2024-12-021-1/+1
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-11-262-1/+3
|\
| * Copilot: Change metadataMarcus Tillmanns2024-11-212-1/+3
* | Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* | Core: Provide settings categories centrallyChristian Kandeler2024-11-152-2/+5
|/
* TextEditor: filter suggestions while typingDavid Schulz2024-10-111-1/+0
* Copilot: Fix qbsMarcus Tillmanns2024-10-101-0/+6
* Copilot: Move description into markdown fileMarcus Tillmanns2024-10-103-5/+10
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* TextEditor: Move suggestion apply functions to base implementationDavid Schulz2024-09-101-1/+1
* Copilot: move CopilotHoverHandler to TextEditorDavid Schulz2024-09-106-214/+1
* TextEditor: add generic cyclic suggestionDavid Schulz2024-09-047-182/+43
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Copilot: add Apply Line action to tooltipDavid Schulz2024-08-303-11/+38
* Copilot: Allow applying suggestions over line breaksDavid Schulz2024-08-302-5/+26
* Utils: Add guardedCallback() helperMarcus Tillmanns2024-08-091-13/+5
* Copilot: Fix crash when closing settings while checking stateMarcus Tillmanns2024-07-301-47/+56
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Use the new BaseAspect::addOnChanged in a few placeshjk2024-07-122-3/+3
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Copilot: Remove agent.js from the translationMarcus Tillmanns2024-06-101-7/+13
* Merge remote-tracking branch 'origin/13.0' into 14.0Eike Ziller2024-06-041-2/+6
|\
| * Copilot: Adapt to agent.js => language-server.js renameMarcus Tillmanns2024-06-041-2/+6
* | LayoutBuilder: Add a few Label related functionshjk2024-05-311-35/+32
* | Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+6
* | PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
|/
* CoPilot: Replace QMap with QHashJarek Kobus2024-01-292-8/+9
* Utils: Introduce FilePathAspect::setDefaultPathValue(FilePath)hjk2024-01-241-2/+2
* LSP: fix compile with Qt 6.2David Schulz2024-01-122-8/+8
* LSP: Avoid running strlen() on json keyshjk2023-12-185-28/+31
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-6/+6
* Copilot: Move plugin class definition to .cpphjk2023-11-225-140/+119
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-201-1/+1
|\
| * Copilot: fix applying copilot suggestions word by wordDavid Schulz2023-11-171-1/+1
* | ProjectExplorer: Let ProjectPanelFactories auto-registerhjk2023-11-161-1/+0
* | Copilot: Use new construction pattern for project panel factoryhjk2023-11-163-19/+25
* | CoPilot: Use ActionBuilderhjk2023-11-131-47/+36
|/
* Copilot: Fix some stringsEike Ziller2023-10-181-5/+5
* Tr: Use more arg() and move tags outEike Ziller2023-10-182-8/+11
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-181-2/+2
* Copilot: Use normal checkboxes in settingsEike Ziller2023-10-181-5/+0
* Copilot: Fix UI text for proxy settingsLeena Miettinen2023-10-171-10/+10
* Copilot: Add more search paths for agent.jsMarcus Tillmanns2023-10-131-9/+21
* Copilot: Do not request completions for read only editorsDavid Schulz2023-10-121-1/+1
* Copilot: Fix connectionMarcus Tillmanns2023-10-121-2/+2
* Copilot: start the client in the delayed initialize phaseDavid Schulz2023-08-312-4/+10