aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Replace more uses of QTextCodec with its namehjk2 days1-12/+14
* Editor: use forked plaintexteditDavid Schulz2025-04-151-6/+6
* Editor: move block related infos out of the layoutDavid Schulz2025-04-011-2/+2
* VcsBase: Remove some dead endsJarek Kobus2025-02-101-15/+0
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-7/+7
* ProjectExplorer, Texteditor: Remove a few explicit uses of QTextCodechjk2024-12-191-1/+1
* VCS: Small cleanup in UrlTextCursorHandler::findContentsUnderCursor()Andre Hartmann2024-09-251-2/+2
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-1/+1
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-1/+1
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-2/+1
* TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-251-3/+3
* Diff: Fix that dialog for "Revert Chunk" closes right awayEike Ziller2024-02-271-6/+12
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-1/+1
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-091-4/+4
* Vcs: Remove VcsBaseEditorPrivate::m_describeFunchjk2024-02-071-8/+2
* VCS: Simplify VcsEditor setuphjk2024-02-071-13/+10
* Vcs: Use const ref/copy to editor parameters instead of pointerhjk2024-02-071-11/+10
* Vcs: Move VcsEditorFactory closer to its producthjk2024-02-071-1/+46
* TextEditor: Merge Base- and ThreadedSyntaxHighlighterRunnerDavid Schulz2024-01-311-1/+1
* VcsBase: Use more Core namespaceJarek Kobus2024-01-171-17/+16
* SyntaxHighlighter: Move SyntaxHighlighter to separate threadArtem Sokolovskii2023-12-111-5/+5
* SyntaxHighlighter: Make setChangeNumbers private functionArtem Sokolovskii2023-11-211-9/+9
* SyntiaxHighlighter: Move VCS highlighters creating to TextDocumentArtem Sokolovskii2023-11-201-2/+2
* SyntaxHighlighter: Move highlighter creating to TextDocumentArtem Sokolovskii2023-11-201-3/+6
* VcsBase: Add Qt Jira and Gerrit URLs supportCristian Adam2023-11-071-11/+31
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* VcsPlugin: Simplify return statementsJarek Kobus2023-08-021-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-201-29/+20
* VcsBase: Convert to Tr::trhjk2023-01-181-10/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-1/+1
* DiffEditor/VCS: Save document before applying/reverting patch chunkOrgad Shaneh2022-10-191-1/+8
* VcsBase: Fix buildChristian Stenger2022-10-181-1/+1
* VCS: Fix blaming previous revisions for renamed filesOrgad Shaneh2022-10-181-3/+4
* VCS: Resolve symlinks on blameOrgad Shaneh2022-10-141-2/+2
* VCS: Use more FilePath in VcsBaseEditorOrgad Shaneh2022-10-141-38/+28
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-5/+3
* VcsBaseEditor: Get rid of diffChunkApplied()Jarek Kobus2022-09-291-6/+2
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-12/+8
* VcsBaseClient: Fix going to default line numberJarek Kobus2022-09-211-12/+7
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-201-1/+3
* VcsCommand: Get rid of abort()Jarek Kobus2022-09-021-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Limit the usage of setCookie()Jarek Kobus2022-08-021-7/+10
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-4/+4
* ShellCommand: Remove exitCode arg from finished() signalJarek Kobus2022-07-291-4/+2
* Drop Qt5: VCS: Get rid of QComboBox QOverloadJarek Kobus2022-07-191-2/+2