summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Git: Fix log for repo/projectOrgad Shaneh2019-09-241-5/+8
* Core: Make InfoBar::GlobalSuppressionMode an enum classAndre Hartmann2019-09-121-1/+1
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-112-2/+2
* Git: Add a toggle button for Follow Renames on LogOrgad Shaneh2019-09-053-1/+8
* Remove usages of deprecated APIsSona Kurazyan2019-09-032-2/+2
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-022-2/+2
* Compile fix with recent Qt devhjk2019-07-291-4/+2
* Wizards: Do some input validation on repository URLsChristian Kandeler2019-07-264-45/+13
* Utils: Add CommandLine convenience constructorshjk2019-07-233-8/+8
* Avoid warning on empty expressionshjk2019-07-232-4/+4
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-045-30/+44
|\
| * More Utils::toSet/toListhjk2019-07-041-3/+3
| * Git: Correctly handle aborting pull commandsAndre Hartmann2019-07-022-4/+7
| * Git: Fix popping of branch-stash after checkoutOrgad Shaneh2019-07-015-23/+34
* | Utils: Use CommandLine in ShellCommandhjk2019-06-117-10/+10
* | Git: Minor cleanup in ChangeSelectionDialogOrgad Shaneh2019-06-102-37/+9
* | Git: Archive supportTasuku Suzuki2019-06-106-0/+68
|/
* Utils: Rename FileName to FilePathhjk2019-05-2814-40/+40
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-272-2/+2
* Qt Creator CMake portCristian Adam2019-05-171-0/+41
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-3/+2
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-3/+2
* Git: Show at least 5 entries in Branches even if they're oldOrgad Shaneh2019-05-092-12/+63
* Git: Move parseOutputLine to BranchModel::PrivateOrgad Shaneh2019-05-062-19/+17
* Git: Fix CppCheck warnings in BranchModelOrgad Shaneh2019-05-061-3/+4
* Git: Suggest to force-push on non-fast-forward failureOrgad Shaneh2019-05-021-2/+23
* Git: Give BranchAddDialog for tags a parentAndre Hartmann2019-04-131-1/+1
* Git: Support different reset types in branches viewOrgad Shaneh2019-04-062-6/+9
* Git: Add tags from log windowAndre Hartmann2019-04-035-9/+52
* BranchAddDialog: Simplify a bitOrgad Shaneh2019-04-022-11/+8
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-021-1/+1
|\
| * Git: Show success message after resetOrgad Shaneh2019-03-281-1/+1
* | GitEditor: Simplify reset menuOrgad Shaneh2019-03-281-28/+21
* | Git: Support non-recursive grepOrgad Shaneh2019-03-182-3/+15
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-051-1/+2
|\ \ | |/
| * Git: Suppress command logging for "log" in fixup commit editorOrgad Shaneh2019-03-021-1/+2
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-011-1/+4
|\ \ | |/
| * VCS: Fix display of diff/show commands in progress barOrgad Shaneh2019-02-281-1/+4
* | Squash more deprecation warningshjk2019-02-271-1/+1
* | Replace static_casts by QOverload where possiblehjk2019-02-263-5/+5
|/
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-113-4/+5
* Git: set git config diff.color to falseXiaofeng Wang2019-01-301-0/+2
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-172-3/+3
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-162-2/+2
* Git: Track external changes to HEADOrgad Shaneh2019-01-091-1/+13
* GitEditor: Convert some one-line slots to lambdasAndre Hartmann2018-12-222-29/+13
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-034-19/+19
|\
| * Git: Use ICore::dialogParent as dialog parentOrgad Shaneh2018-11-294-19/+19
* | Git: Allow direct checkout in add branch dialogAndre Hartmann2018-11-264-7/+28
* | Git: add svn dcommitAndre Hartmann2018-11-253-0/+10