summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-172-2/+2
* Utils: Make PagedSettings::readSettings() calls shorterhjk2023-05-161-1/+1
* Vcs: Use PagedSettings for all plugin settingshjk2023-05-151-2/+2
* All: Use the shorter access to aspect values in a few placeshjk2023-05-122-3/+3
* VcsBase: Remove unused settings memberhjk2023-05-121-3/+0
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-122-7/+6
* Remove ineffective resize() callsAlessandro Portale2023-05-102-3/+0
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* VCS: fix compile of CommonVcsSettingsDavid Schulz2023-05-091-2/+0
* VcsPlugin: shift signalling of settings changeshjk2023-05-093-10/+10
* VcsBase: Move some private pieces off vcsplugin.hhjk2023-05-082-34/+39
* VcsBase: Use functor for apply in CommonSettingsWidgethjk2023-05-081-54/+41
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-046-6/+6
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-047-22/+22
* Layouts: Add/remove contentMargins where neededAlessandro Portale2023-05-041-4/+4
* Layouting: Handle attach types via setterhjk2023-05-031-2/+3
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-032-2/+2
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-4/+4
* All Plugins: Use global future synchronizerJarek Kobus2023-04-253-14/+3
* DiffEditor: Fix jumping to context line immediately on git showJarek Kobus2023-04-241-0/+1
* VCS: Fix jumping to last line on some editorsOrgad Shaneh2023-04-211-0/+1
* Utils: Continue Environment/EnvironmentChange consolidationhjk2023-03-241-3/+3
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-091-11/+2
* VcsBase: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-14/+15
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-021-0/+1
|\
| * VCS: Fix bad wrapping on LinuxOrgad Shaneh2023-03-011-0/+1
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-013-10/+12
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-221-4/+12
|\ \ | |/
| * VCS: Recover clearer actions when closing commit editorOrgad Shaneh2023-02-181-4/+12
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-161-1/+1
|\ \ | |/
| * Use common tool tip for "Configure..." kind of buttonsEike Ziller2023-02-161-1/+1
* | Git: Reduce sync processesOrgad Shaneh2023-02-142-0/+19
|/
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-102-3/+4
* Remove unneeded includes of QFutureWatcher/InterfaceJarek Kobus2023-02-011-1/+0
* Git: Fix instant blame text encodingAndre Hartmann2023-01-302-2/+4
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-206-59/+47
* VcsBase: Convert to Tr::trhjk2023-01-1822-172/+170
* Subversion: Mask credentials in command line everywhereOrgad Shaneh2023-01-172-6/+17
* VCS: Clean up code for vcs toolbarTasuku Suzuki2023-01-162-36/+1
* VCS: Add a button to open settings on Commit FormTasuku Suzuki2023-01-161-0/+10
* Git: improve "The commit subject is very short."Tasuku Suzuki2023-01-161-2/+8
* Prefix Tr::tr contexts with ::hjk2023-01-133-4/+4
* VcsPlugins: Use multi-arg for stringsJarek Kobus2023-01-111-8/+5
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-102-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0654-54/+54
* VcsBaseDiffEditorController: Use setUseCtrlCStub for vcs commandsJarek Kobus2022-12-151-0/+1
* VcsBaseDiffEditorController: Remove unused stuffJarek Kobus2022-12-152-137/+0
* VcsBaseDiffEditorController: Make post processing reusableJarek Kobus2022-12-152-9/+31