aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/patchtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-181-2/+2
* Core: Use an aspect for the Patch tool path settinghjk2023-08-161-20/+7
* Tr: Add missing full stopsEike Ziller2023-05-261-1/+1
* Tr: Wrap file paths with ""Eike Ziller2023-05-261-1/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Core: Use "patch" from git on WindowsCristian Adam2023-03-011-1/+10
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* PatchTool: Preserve CRLF when reverting a chunkOrgad Shaneh2023-01-041-2/+1
* DiffEditor/VCS: Save document before applying/reverting patch chunkOrgad Shaneh2022-10-191-2/+4
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-29/+32
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QtcProcess: Make timeoutS a default arg of 30 secondsJarek Kobus2022-07-111-1/+1
* QtcProcess: Get rid of unneeded arg from readDataFromProcess()Jarek Kobus2022-07-111-1/+1
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-1/+2
* Utils: Introduce a FilePath::searchInPath() convenience functionhjk2021-08-231-1/+1
* Core: PatchTool code cosmeticshjk2021-08-171-30/+25
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Use refactored ProcessModeJarek Kobus2021-08-091-4/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-0/+3
* Utils: Make Environment::setEnglishOutput a proper member functionhjk2021-05-211-1/+1
* Core: Use QtcProcess instead of SynchronousProcess helpers in PatchToolhjk2021-05-071-10/+12
* Core: Save less settingsEike Ziller2020-12-111-2/+2
* Core: Remove legacy settings reading from 2014Eike Ziller2020-12-111-22/+2
* Core: Use new MessageManager APIEike Ziller2020-12-081-11/+26
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Core: check whether the patch tool defined in settings existDavid Schulz2017-09-121-0/+6
* Change "Executing in" to "Running in"Kavindra Palaraja2017-01-091-1/+1
* Set LC_MESSAGES instead of LC_ALL for parsing the error outputJarek Kobus2016-04-111-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* PatchTool: Fix patching files with CRLF on linuxOrgad Shaneh2015-09-281-5/+23
* PatchTool: Enable using git instead of patch.Friedemann Kleint2015-08-281-0/+6
* Utils: Make SynchronousProcess use second based timeoutsOrgad Shaneh2015-04-151-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: CosmeticsOrgad Shaneh2014-11-261-3/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* Implement unified diff editorjkobus2014-06-061-1/+3
* Move patch command out of VcsPluginjkobus2014-05-201-0/+134