summaryrefslogtreecommitdiff
path: root/src/plugins/copilot
Commit message (Expand)AuthorAgeFilesLines
* Use new FilePathAspect in a few more placeshjk2023-05-173-12/+9
* Copilot: remove unused function and memberDavid Schulz2023-05-112-9/+0
* Copilot: Use functor to apply settingshjk2023-05-091-5/+4
* FakeVim: Block SuggestionsMarcus Tillmanns2023-05-021-1/+1
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* CoPilot: Fix leak in authwidgetMarcus Tillmanns2023-04-242-0/+8
* Copilot: set the correct suggestion document for inline suggestionsDavid Schulz2023-04-241-1/+9
* Copilot: Add setting for automatic completionDavid Schulz2023-04-244-0/+12
* Copilot: Take advantage of IOptionPage::setWidgetCreator()hjk2023-04-214-31/+11
* Copilot: Add insert next word actionMarcus Tillmanns2023-04-063-3/+49
* CoPilot: Fix warningChristian Stenger2023-03-291-1/+1
* Copilot: add copilot suggestion tooltipsDavid Schulz2023-03-298-50/+286
* TextEditor: introduce text suggestion interfaceDavid Schulz2023-03-291-8/+38
* Copilot: fixup compression timer cleanupDavid Schulz2023-03-242-7/+1
* Copilot: correctly cleanup compression timerDavid Schulz2023-03-242-0/+6
* TextEditor: set the cursor to the widget before closing the edit blockDavid Schulz2023-03-171-1/+2
* Copilot: remove unused client instance functionDavid Schulz2023-03-162-12/+0
* Copilot: Add missing includeMarcus Tillmanns2023-03-151-0/+2
* Copilot: add command to explicitly request copilot suggestionsDavid Schulz2023-03-152-5/+19
* TextEditor: support inline suggestionsDavid Schulz2023-03-151-4/+13
* Copilot/Terminal: Use Qtc::... as translation contextshjk2023-03-141-1/+1
* Copilot: Update authenticator widget while changing settingsDavid Schulz2023-03-133-66/+59
* Copilot: improve client handlingDavid Schulz2023-03-134-27/+23
* Copilot: robustify authentication widgetDavid Schulz2023-03-131-11/+24
* Copilot: Fix warningChristian Kandeler2023-03-061-0/+1
* Fix qbs buildChristian Kandeler2023-03-061-2/+0
* Copilot: robustify request logicDavid Schulz2023-03-038-161/+127
* Copilot: do not activate the editor when requesting completionsDavid Schulz2023-03-021-8/+9
* Copilot: Add explanatory text to settingsMarcus Tillmanns2023-03-011-1/+20
* Copilot: Settings/options iconAlessandro Portale2023-02-286-2/+9
* Copilot: Various coverity warning fixesMarcus Tillmanns2023-02-273-17/+23
* Copilot: Enable translationsMarcus Tillmanns2023-02-271-1/+0
* Copilot: Merge copilotoptionspagewidget.{h,cpp} into copilotoptionspage.cpphjk2023-02-235-56/+29
* Copilot: Fix Qbs buildChristian Stenger2023-02-221-0/+2
* Copilot: Add LSP plugin for CopilotMarcus Tillmanns2023-02-2123-0/+1152