summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Utils: Collapse most of porting,hhjk2022-07-131-1/+1
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-125-34/+26
* ShellCommand: De-virtualize runCommand()Jarek Kobus2022-07-122-16/+4
* VcsBase: Remove some ssh related methodsJarek Kobus2022-07-124-24/+6
* ShellCommand: Make processEnvironment() protectedJarek Kobus2022-07-122-4/+3
* Remove Core::ShellCommandJarek Kobus2022-07-113-20/+45
* VcsBaseSubmitEditor: Don't use QtcProcess::readDataFromProcess()Jarek Kobus2022-07-051-30/+11
* Add plugintr.h files to all pluginshjk2022-06-273-1/+39
* Remove a the necessity of a few weak vtableshjk2022-06-226-0/+11
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* Core: FilePathify WindowTitleHandlerDavid Schulz2022-06-171-3/+3
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-1/+0
* Utils: Replace Environment::size() check by some isValid() functionhjk2022-06-031-1/+1
* VCSbase: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-238-23/+28
* VCS: Append newlines to system messages in output paneOrgad Shaneh2022-05-191-3/+3
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* VcsBase: Fix MSVC warningOrgad Shaneh2022-05-151-14/+15
* VcsBase: Add a convenience function execBgCommandOrgad Shaneh2022-05-122-0/+21
* VcsBase: Remove unused argument in enqueueJobOrgad Shaneh2022-05-122-4/+2
* Merge "Merge remote-tracking branch 'origin/7.0'"The Qt Project2022-05-091-1/+6
|\
| * Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-091-1/+6
| |\
| | * VCS: Fix possible crash on shutdownEike Ziller2022-05-061-1/+6
* | | QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-092-0/+2
|/ /
* | CMake: Qt Creator Static build supportCristian Adam2022-04-292-0/+3
* | VcsBase: Apply text editor's font settings to the output paneAlessandro Portale2022-04-041-0/+7
* | QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-024-8/+13
|/
* VcsOutputLineParser: Allow copying links to clipboardAndre Hartmann2022-02-091-0/+4
* Remove qmake build filesEike Ziller2022-01-202-78/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-062-10/+7
* Core: Use FilePaths in IVersionControl::additionalToolsPath()hjk2021-11-113-5/+5
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-101-1/+3
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-041-6/+2
|\
| * Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-6/+2
* | EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-023-3/+3
|/
* VCS: use context menu actions of TextEditor in VcsBaseEditorDavid Schulz2021-10-131-2/+4
* VCS: update the text cursor of VcsBaseEditorWidgetDavid Schulz2021-10-131-10/+11
* Add text search functionality to output window centrallyEike Ziller2021-09-201-5/+0
* VCS: Remove unused local variableAndre Hartmann2021-09-131-1/+0
* VCS: Fix commit message verification for empty subjectAndre Hartmann2021-09-111-3/+3
* Fix some warningsChristian Kandeler2021-09-021-26/+0
* Merge CppTools into CppEditorChristian Kandeler2021-09-013-3/+3
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-202-7/+7
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-1/+1
* Core: PatchTool code cosmeticshjk2021-08-171-1/+1
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-178-35/+36
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Utils: Use EnvironmentChange instead of Environment in several placeshjk2021-08-111-4/+3
* Use refactored ProcessModeJarek Kobus2021-08-091-1/+0
* Vcs: Use more FilePath for file pathshjk2021-08-0215-164/+182
* VCS: Partially use FilePath in VcsBaseClienthjk2021-07-302-15/+25