| Commit message (Expand) | Author | Age | Files | Lines |
| * | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
| * | Tr: Small fixes like full stops, whitespace and typos | Eike Ziller | 2023-10-18 | 1 | -2/+2 |
| * | Core: Use an aspect for the Patch tool path setting | hjk | 2023-08-16 | 1 | -20/+7 |
| * | Tr: Add missing full stops | Eike Ziller | 2023-05-26 | 1 | -1/+1 |
| * | Tr: Wrap file paths with "" | Eike Ziller | 2023-05-26 | 1 | -1/+2 |
| * | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h} | Jarek Kobus | 2023-05-04 | 1 | -1/+1 |
| * | Utils: Rename QtcProcess -> Process | Jarek Kobus | 2023-05-04 | 1 | -1/+1 |
| * | Core: Use "patch" from git on Windows | Cristian Adam | 2023-03-01 | 1 | -1/+10 |
| * | Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settings | hjk | 2023-01-10 | 1 | -2/+2 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | PatchTool: Preserve CRLF when reverting a chunk | Orgad Shaneh | 2023-01-04 | 1 | -2/+1 |
| * | DiffEditor/VCS: Save document before applying/reverting patch chunk | Orgad Shaneh | 2022-10-19 | 1 | -2/+4 |
| * | PatchTool: Introduce PatchAction enum | Jarek Kobus | 2022-09-29 | 1 | -29/+32 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | QtcProcess: Make timeoutS a default arg of 30 seconds | Jarek Kobus | 2022-07-11 | 1 | -1/+1 |
| * | QtcProcess: Get rid of unneeded arg from readDataFromProcess() | Jarek Kobus | 2022-07-11 | 1 | -1/+1 |
| * | Replace QtcProcess::stopProcess() by stop() plus waitForFinished | hjk | 2022-06-16 | 1 | -1/+2 |
| * | Utils: Introduce a FilePath::searchInPath() convenience function | hjk | 2021-08-23 | 1 | -1/+1 |
| * | Core: PatchTool code cosmetics | hjk | 2021-08-17 | 1 | -30/+25 |
| * | Utils: Introduce a FilePath constructor from char arrays | hjk | 2021-08-17 | 1 | -1/+1 |
| * | Use refactored ProcessMode | Jarek Kobus | 2021-08-09 | 1 | -4/+1 |
| * | Utils: Move QProcess base to QtcProcessPrivate | hjk | 2021-06-02 | 1 | -0/+3 |
| * | Utils: Make Environment::setEnglishOutput a proper member function | hjk | 2021-05-21 | 1 | -1/+1 |
| * | Core: Use QtcProcess instead of SynchronousProcess helpers in PatchTool | hjk | 2021-05-07 | 1 | -10/+12 |
| * | Core: Save less settings | Eike Ziller | 2020-12-11 | 1 | -2/+2 |
| * | Core: Remove legacy settings reading from 2014 | Eike Ziller | 2020-12-11 | 1 | -22/+2 |
| * | Core: Use new MessageManager API | Eike Ziller | 2020-12-08 | 1 | -11/+26 |
| * | Utils: Rename FileName to FilePath | hjk | 2019-05-28 | 1 | -1/+1 |
| * | Core: check whether the patch tool defined in settings exist | David Schulz | 2017-09-12 | 1 | -0/+6 |
| * | Change "Executing in" to "Running in" | Kavindra Palaraja | 2017-01-09 | 1 | -1/+1 |
| * | Set LC_MESSAGES instead of LC_ALL for parsing the error output | Jarek Kobus | 2016-04-11 | 1 | -1/+2 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | PatchTool: Fix patching files with CRLF on linux | Orgad Shaneh | 2015-09-28 | 1 | -5/+23 |
| * | PatchTool: Enable using git instead of patch. | Friedemann Kleint | 2015-08-28 | 1 | -0/+6 |
| * | Utils: Make SynchronousProcess use second based timeouts | Orgad Shaneh | 2015-04-15 | 1 | -1/+1 |
| * | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 1 | -6/+6 |
| |\ |
|
| | * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | | Core: Cosmetics | Orgad Shaneh | 2014-11-26 | 1 | -3/+3 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 1 | -7/+8 |
| |\ |
|
| | * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | | Replace QLatin1String("x") with QLatin1Char('x') where possible | Kai Koehne | 2014-09-04 | 1 | -1/+1 |
| |/ |
|
| * | Implement unified diff editor | jkobus | 2014-06-06 | 1 | -1/+3 |
| * | Move patch command out of VcsPlugin | jkobus | 2014-05-20 | 1 | -0/+134 |