summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-8/+10
* Git: Cache author and encoding for instant blameAndre Hartmann2023-05-171-6/+21
* Git: Fix missing instant blame with line foldingAndre Hartmann2023-05-171-1/+1
* Vcs: Use PagedSettings for all plugin settingshjk2023-05-153-59/+46
* Git: Also use the latest settings setup approachhjk2023-05-1510-63/+63
* All: Use the shorter access to aspect values in a few placeshjk2023-05-122-4/+4
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-125-11/+8
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-3/+4
* Remove ineffective resize() callsAlessandro Portale2023-05-101-2/+0
* Tasking::Tree: Rename Tree into TaskTreeTaskJarek Kobus2023-05-101-1/+1
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-092-14/+13
* Git: Use LayoutBuilder in Gerrit options pagehjk2023-05-084-84/+78
* Git: Small simplification to Gerrit "plugin" setuphjk2023-05-083-14/+13
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-3/+8
* Git: Change default shortcuts for "Current Project" to RepositoryOrgad Shaneh2023-05-081-6/+6
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-048-8/+8
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-0410-54/+54
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-034-4/+4
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-034-15/+15
* Fix compiler warningsEike Ziller2023-05-021-2/+2
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-0/+1
* Utils: Make Layouting a top level namespacehjk2023-04-253-3/+3
* Git: Use IOptionPage::setWidgetCreator() for gerrit settingshjk2023-04-202-128/+78
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-172-2/+1
* Git: Fix crash when menu is closed before fast-forward check resultOrgad Shaneh2023-03-301-4/+6
* Git: Fix explanation in GerritPushDialogRobert Löhning2023-03-271-1/+1
* VcsBase: Use QtConcurrent invocation for async runJarek Kobus2023-03-092-9/+10
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-221-1/+2
|\
| * Git: Fix soft asserts on failing instant blameAndre Hartmann2023-02-191-1/+2
* | TaskTree: Add TreeStorage::operator*()Jarek Kobus2023-02-211-3/+3
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-162-2/+2
|\ \ | |/
| * Some fixes in translated stringsEike Ziller2023-02-152-2/+2
* | Git: Reduce sync processesOrgad Shaneh2023-02-146-75/+151
|/
* Git: Filter out tags on command executionOrgad Shaneh2023-02-141-2/+6
* Git: Call updateUpstreamStatus for all branches in a single placeOrgad Shaneh2023-02-141-1/+14
* Git: Do *not* use ctrlc stub for rev-listOrgad Shaneh2023-02-131-1/+0
* Git: Reduce PATH searches for executableOrgad Shaneh2023-02-132-5/+14
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-8/+8
* Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-14/+16
* Translations: Remove stray Q_DECLARE_TR_FUNCTIONS(...)Alessandro Portale2023-02-101-2/+0
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-2/+3
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-4/+2
* Git: Avoid passing strings to resolve text encodingsAndre Hartmann2023-01-304-30/+33
* Git: Fix instant blame text encodingAndre Hartmann2023-01-301-1/+2
* TaskTree: Merge DynamicSetup with OnGroupSetupJarek Kobus2023-01-231-1/+1
* Git: Some more FilePath proliferationhjk2023-01-233-40/+35
* TaskTree: Remove GroupConfig / GroupActionJarek Kobus2023-01-201-2/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-209-58/+56