aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fossil
Commit message (Expand)AuthorAgeFilesLines
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* Drop a few unneeded #includeshjk2025-03-041-2/+0
* Fossil: Remove unused methodsJarek Kobus2025-02-052-24/+0
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-104-7/+7
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+1
* VCS: Detect VCS directories even for disabled VCS pluginsEike Ziller2024-12-101-0/+3
* VCS: Move convenience function to Core::VcsManagerEike Ziller2024-11-291-1/+1
* VCS: Consolidate managesDirectory()Eike Ziller2024-11-291-1/+2
* VCS: Remove an unnecessary indirectionEike Ziller2024-11-293-7/+1
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-202-5/+6
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Fossil: Fix warning about unneeded moc includeJarek Kobus2024-09-241-2/+0
* Fossil: Remove unneeded Q_OBJECT macrosJarek Kobus2024-09-241-8/+0
* VcsBase: Fix a crash on shutdownJarek Kobus2024-09-121-1/+1
* Fossil: Replace "SHA1" with "hash" in commentsAndre Hartmann2024-09-092-2/+2
* ProjectExplorer: Add VCS log for selected directoryAndre Hartmann2024-09-081-0/+9
* VCS: Unify displayName()Andre Hartmann2024-09-061-6/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Fossil: Hide FossilEditorWidget definitionhjk2024-07-154-50/+33
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* VCS: Improve performance of isVcsFileOrDirectory implementationsDavid Schulz2024-06-101-3/+2
* VCS: Fix handling of default executableChristian Stenger2024-06-041-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+5
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-3/+3
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-12/+8
* Make it possible to add wizards paths via plugin meta dataEike Ziller2024-05-063-5/+3
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-201-1/+1
|\
| * VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-1/+1
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-122-12/+13
* Vcs: Hide topic cache in new IVersionControl pimplhjk2024-02-091-18/+7
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-092-14/+7
* VCS: Simplify VcsEditor setuphjk2024-02-071-31/+18
* Vcs: Move VcsEditorFactory closer to its producthjk2024-02-071-1/+0
* Vcs: Merge basevcssubmiteditorfactory.* into vcsbasesubmiteditor.*hjk2024-02-071-1/+0
* Vcs: Make submit editor setup a bit more compacthjk2024-02-071-13/+8
* Vcs: Rename VcsBasePluginPrivate to VersionControlBasehjk2024-02-061-4/+4
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-3/+6
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-21/+21
* Random warning cleanuphjk2023-12-081-1/+1
* BaseAnnotationHighlighter: Get rid of QTextDocument arg from c'torJarek Kobus2023-11-212-5/+3
* SyntaxHighlighter: Make setChangeNumbers private functionArtem Sokolovskii2023-11-213-7/+6
* SyntiaxHighlighter: Move VCS highlighters creating to TextDocumentArtem Sokolovskii2023-11-202-5/+3
* Fossil: Move plugin class definition to .cpphjk2023-11-205-58/+44
* Fossil: Delay-create FossilClienthjk2023-11-205-100/+82
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1