aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/subversion
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a TextCodec::displayName() and use ithjk2025-05-141-6/+1
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-9/+9
* VCS: Fix ClearCase and Subversion MSVC compilingAndre Hartmann2025-05-111-1/+1
* VCS: Replace more uses of QTextCodec with its namehjk2025-05-091-9/+8
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* Core: Return a Result<> from IDocument::setContentshjk2025-04-232-8/+10
* Subversion: Remove dead endsJarek Kobus2025-02-061-36/+0
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-102-6/+6
* VCS: Detect VCS directories even for disabled VCS pluginsEike Ziller2024-12-101-0/+5
* VCS: Move convenience function to Core::VcsManagerEike Ziller2024-11-291-1/+1
* VCS: Consolidate managesDirectory()Eike Ziller2024-11-291-34/+6
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* GitClient: Rename VcsBaseEditorConfig subclassesJarek Kobus2024-09-241-1/+0
* VcsBase: Fix a crash on shutdownJarek Kobus2024-09-121-1/+1
* SVN: Clarify "Current Project" menu and locator entryAndre Hartmann2024-09-091-37/+53
* ProjectExplorer: Add VCS log for selected directoryAndre Hartmann2024-09-081-0/+3
* 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-5/+3
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* VCS: Improve performance of isVcsFileOrDirectory implementationsDavid Schulz2024-06-101-2/+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
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-0/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-201-3/+2
|\
| * VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-3/+2
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* Fix i18n issuesEike Ziller2024-02-211-3/+3
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-122-4/+6
* Vcs: Hide topic cache in new IVersionControl pimplhjk2024-02-091-29/+6
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-092-12/+6
* VCS: Simplify VcsEditor setuphjk2024-02-071-21/+13
* Subversion: More direct access to client singletonhjk2024-02-073-22/+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
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-2/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-24/+24
* VcsCommand: Fix clearing repositoryJarek Kobus2024-01-181-2/+0
* Subversion: Move plugin class definition to .cpphjk2024-01-172-44/+44
* Subversion: Get rid of unused extraOptions argJarek Kobus2024-01-162-7/+2
* Subversion: Get rid of a fake overloadJarek Kobus2024-01-163-11/+12
* BaseAnnotationHighlighter: Get rid of QTextDocument arg from c'torJarek Kobus2023-11-212-5/+3
* SyntaxHighlighter: Make setChangeNumbers private functionArtem Sokolovskii2023-11-213-9/+7
* SyntiaxHighlighter: Move VCS highlighters creating to TextDocumentArtem Sokolovskii2023-11-202-4/+4