aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Improve file modification status updateAndre Hartmann3 days1-37/+53
* Merge remote-tracking branch 'origin/17.0'Eike Ziller9 days1-14/+14
|\
| * Git: Rename remaining "SHA" occurrencesAndre Hartmann13 days1-13/+13
| * Various UI text fixesEike Ziller2025-05-141-1/+1
* | Clean up some includeshjk2025-05-141-1/+0
* | Utils: Introduce a Utils::TextCodec classhjk2025-05-141-17/+15
* | Merge "Merge remote-tracking branch 'origin/17.0'"The Qt Project2025-05-131-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-121-1/+1
| |\|
| | * Git: Fix stashing with messageAndre Hartmann2025-05-111-1/+1
* | | Git: Add creating patches from existing commitsAndre Hartmann2025-05-121-0/+15
* | | Utils: Add a Utils::codecForLocale()hjk2025-05-121-8/+2
|/ /
* | Git: Add applying patches from clipboardAndre Hartmann2025-05-111-9/+4
* | VCS: Replace more uses of QTextCodec with its namehjk2025-05-091-11/+18
|/
* Git: Return Result<CommitData> from readDataFromCommithjk2025-04-251-15/+16
* Git: Return Result<QString> from GitClient::synchronizedLog()hjk2025-04-251-14/+23
* Git: Return Result<CommitData> from GitClient::getCommitData()hjk2025-04-241-38/+25
* Replace remaining uses of FileReaderhjk2025-04-231-3/+7
* Utils: Return Result<> from TextFileFormat::readFileUTF8()hjk2025-04-231-2/+1
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-5/+2
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Git: Replace stash option `save` with `push`Andre Hartmann2025-04-061-1/+1
* Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-031-3/+2
* Git: Add gitignore on repo creation in existing projectAndre Hartmann2025-03-081-0/+29
* Git: Add error message when git-gui cannot be runAndre Hartmann2025-03-061-9/+18
* Git: Add diff button to "Uncommitted Changes Found"Andre Hartmann2025-03-061-0/+6
* Git: Allow creating annotated tagsAndre Hartmann2025-03-011-2/+8
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-131-1/+1
|\
| * Fix lupdate issuesEike Ziller2025-02-121-1/+1
* | Git: Add actions to show staged changesAndre Hartmann2025-02-121-12/+33
|/
* GitClient: Fix typo in diff document idAndre Hartmann2025-02-091-1/+1
* Git: Remove unused methodsJarek Kobus2025-02-051-7/+0
* Git: Remove unused functionChristian Kandeler2025-02-031-11/+0
* GitClient: Get rid of gitVersion()Jarek Kobus2025-01-241-56/+3
* Git: Add status limiting untracked changesAndre Hartmann2025-01-131-0/+5
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-19/+19
* Disambiguate translations for "All"Eike Ziller2025-01-061-4/+4
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-2/+0
* Utils: Simplify FileReader interfacehjk2024-12-131-2/+2
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* VCS: Move convenience function to Core::VcsManagerEike Ziller2024-11-291-1/+1
* VCS: Consolidate managesDirectory()Eike Ziller2024-11-291-14/+1
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-11-261-5/+5
|\
| * Git: Fix missing branch name on amend last commitAndre Hartmann2024-11-241-5/+5
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-11-201-8/+34
|\|
| * Git: Ignore submodules when reflecting file statusAndre Hartmann2024-11-161-1/+2
| * VCS: Allow disabling reflection of file statusChristian Stenger2024-11-151-7/+32
* | Git: Create new branch from a change in Log or ReflogAndre Hartmann2024-11-181-0/+25
|/
* Git: Add "show all branches" option to log windowAndre Hartmann2024-10-051-0/+5
* Git: Fix a warning about a dangling referencehjk2024-10-041-1/+1
* Git: show modification statesRenaud Guezennec2024-10-031-9/+19