aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/circularclipboardassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* CircularClipboard: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-051-5/+4
* TextEditor: Delay-construct ClipboardAssistProviderhjk2023-11-161-12/+18
* Utils: Cache theme icon accesshjk2023-09-011-2/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-6/+2
* Editor: unify assist processor handlingDavid Schulz2022-11-141-6/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* TextEditor: ModernizeAlessandro Portale2018-11-301-1/+1
* TextEditor: ModernizeOrgad Shaneh2018-09-201-2/+2
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-031-5/+0
* Reserve some elementsMontel Laurent2017-04-141-0/+1
* Move icons to UtilsUlf Hermann2016-08-051-2/+3
* TextEditor: Fix compile with gcc 4.7.3Christian Stenger2016-02-021-0/+2
* Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-021-2/+2
* TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-011-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-2/+2
* TextEditor: Fix memory leak in CircularClipboardAssistDaniel Teske2015-10-061-0/+1
* texteditor: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-2/+2
* CodeAssist: Support asynchronous processing without threadsNikolai Kosjar2015-06-031-2/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-3/+2
* | TextEditor: Wiggle codeassist setuphjk2014-09-221-3/+1
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-16/+15
* | TextEditor: Move base of operation from Editor to *Widgethjk2014-09-081-2/+2
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-2/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-171-2/+4
* TextEditors: Make function staticEike Ziller2014-01-151-1/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* TextEditor: De-noise IAssistProcessor derived classesNikolai Kosjar2013-10-021-2/+0
* TextEditor: CodeAssist: Allow immediate proposalsNikolai Kosjar2013-10-011-0/+2
* TextEditor: Move isAsynchronous() up to IAssistProviderNikolai Kosjar2013-10-011-0/+5
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-1/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* TextEditor: menu for pasting from clipboard history.Francois Ferrand2012-06-051-0/+127