aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fossil/fossilclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Make synchronousMove() work remotely also for non-git VCShjk2025-07-171-3/+4
* Vcs: Use FilePaths in void IVersionControl::filesChanged()hjk2025-07-111-1/+1
* Fossil: Remove 2 overloadsJarek Kobus2025-07-111-20/+0
* Fossil: Avoid repeating a call to synchronousGetRepositoryURL()Jarek Kobus2025-07-111-14/+2
* Vcs: Drop return value from pull and push commandsJarek Kobus2025-07-111-9/+6
* Vcs: Replace enqueueJob() with enqueueCommand()Jarek Kobus2025-07-091-8/+5
* Fossil: Fix revisionSpec()Jarek Kobus2025-07-091-30/+7
* Fossil: Drop addAuthOptions arg from logCurrentFile()Jarek Kobus2025-07-071-6/+5
* Fossil: Reuse executeInEditor()Jarek Kobus2025-07-071-2/+1
* Vcs: Reuse executeInEditor()Jarek Kobus2025-07-071-3/+3
* Vcs: Replace VcsBaseClient::changed() with 2 other signalsJarek Kobus2025-07-031-3/+3
* Fossil: Fix revertAll()Jarek Kobus2025-07-031-1/+1
* Fossil: Fix a few FilePath uses that would be wronghjk2025-07-031-5/+5
* VcsOutputWindow: Add working directory to append functionsAndre Hartmann2025-06-261-3/+3
* VCS: Further reduce QTextCodec dependencyhjk2025-06-131-4/+4
* Drop a few unneeded #includeshjk2025-03-041-2/+0
* Fossil: Remove unused methodsJarek Kobus2025-02-051-23/+0
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* VCS: Remove an unnecessary indirectionEike Ziller2024-11-291-5/+0
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-4/+4
* Fossil: Fix warning about unneeded moc includeJarek Kobus2024-09-241-2/+0
* Fossil: Remove unneeded Q_OBJECT macrosJarek Kobus2024-09-241-8/+0
* Fossil: Replace "SHA1" with "hash" in commentsAndre Hartmann2024-09-091-1/+1
* Fossil: Hide FossilEditorWidget definitionhjk2024-07-151-4/+3
* VCS: Improve performance of isVcsFileOrDirectory implementationsDavid Schulz2024-06-101-3/+2
* VCS: Fix handling of default executableChristian Stenger2024-06-041-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-6/+6
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-3/+6
* Fossil: Delay-create FossilClienthjk2023-11-201-4/+8
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1
* FossilPlugin: Drop namespace specifiersJarek Kobus2023-08-041-2/+2
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-4/+8
* Utils: Make FilePathAspect::value() return a QStringhjk2023-07-211-2/+2
* Vcs: Code cosmeticshjk2023-07-141-2/+2
* Utils: Further split StringAspect and FilePathAspecthjk2023-07-111-1/+1
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-05-231-9/+3
|\
| * Fossil: Remove unused variableEike Ziller2023-05-221-9/+3
* | Fossil: Use a bit more FilePath{Aspect}hjk2023-05-231-3/+2
|/
* Use more FilePathAspecthjk2023-05-191-1/+1
* Fossil: Make settings more directly accessiblehjk2023-05-151-22/+15
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Fossil: Force open a repository by defaultChristian Stenger2023-02-101-1/+2
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-1/+3
* Fossil: Tr::Tr()Alessandro Portale2023-02-071-17/+17
* Fossil: Convert to SPDX-style copyright headershjk2023-02-011-24/+2
* Fossil: Import from super repoOrgad Shaneh2023-01-311-0/+1205