summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Add FileSystemWatcher::clear()Eike Ziller2021-09-151-1/+1
* Vcs: Use QtcProcessArtem Sokolovskii2021-08-251-6/+5
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-9/+9
* Git: Use QtcProcess in GitClienthjk2021-08-201-9/+9
* Git: Use QtcProcess in ChangeSelectionDialoghjk2021-08-202-13/+13
* Use more FileUtils based file dialogshjk2021-08-192-8/+7
* Utils: Return FilePath from PathChooser::homePath()hjk2021-08-191-2/+1
* Git: FilePathify GitClient::tryLauchingGitK and surroundingshjk2021-08-172-29/+22
* Git: Proliferate FilePath use in GerritModel a bithjk2021-08-176-55/+53
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-175-9/+10
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-173-6/+8
* Use refactored ProcessModeJarek Kobus2021-08-092-3/+0
* Git: Use FilePath in findRepositoryForDirectoryhjk2021-08-023-10/+10
* Vcs: Use more FilePath for file pathshjk2021-08-0238-481/+535
* VCS: Partially use FilePath in VcsBaseClienthjk2021-07-303-3/+3
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-293-52/+54
* Git: Fix regression on cherry-pickOrgad Shaneh2021-07-071-1/+1
* Git: Fix regression in log output on WindowsOrgad Shaneh2021-07-061-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-233-47/+47
* Core: filepathify expected document changesDavid Schulz2021-06-171-1/+1
* Git: fix archive file nameTasuku Suzuki2021-06-151-1/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-142-10/+10
* BaseFileFind: Centralize waiting for search to finishEike Ziller2021-06-082-6/+1
* GitGrep: Do not access global state from non-main threadEike Ziller2021-06-081-29/+26
* Wait for all searches to be finished in d'torsJarek Kobus2021-06-072-1/+6
* Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePathhjk2021-06-031-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-023-40/+40
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-022-12/+10
* Core: filepathify IDocumentDavid Schulz2021-05-192-5/+5
* Utils: filepathify fileutilsDavid Schulz2021-05-183-3/+4
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-2/+5
* Core: Unify INavigationWidget creation a bithjk2021-05-182-45/+43
* Vcs: Simplify VcsCommand::runCommand interfacehjk2021-05-171-1/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-143-186/+205
* Do QFutureWatcher::setFuture() after connecting to watcher's signalsJarek Kobus2021-05-121-1/+1
* Use Utils::FutureSynchronizer instead of QFutureSynchronizerJarek Kobus2021-05-121-2/+2
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-103-3/+3
* Git: Use QtcProcess instead of SychronouceProcess helper functionshjk2021-05-051-7/+9
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-056-20/+17
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-051-1/+2
|\
| * Git: Fix crash when opening git grep search result with treeOrgad Shaneh2021-04-281-1/+2
* | Git: Avoid one use of SynchronousProcesshjk2021-04-301-5/+7
* | Git: Improve technical term "Tarball" for archiveTasuku Suzuki2021-04-071-8/+13
* | Git: Use the new AspectContainer::applied signalhjk2021-04-063-67/+37
* | Git: Fix a conditionhjk2021-04-011-1/+1
* | Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* | VcsBase: Remove VcsBaseClientSettingshjk2021-03-221-2/+2
* | Git: Remove note in settings dialog that does not apply anymorehjk2021-03-192-13/+0
* | Git: Aspectify settingshjk2021-03-1915-515/+255
|/