aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-14/+14
* VCS: Replace more uses of QTextCodec with its namehjk2025-05-091-17/+15
* Utils: Merge the two FileSaver::write() overloadshjk2025-04-231-1/+1
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* Core: Return a Result<> from IDocument::setContentshjk2025-04-232-4/+6
* Utils: Return Result<> from one of the FileSaver::finalize() overloadshjk2025-04-231-1/+4
* Perforce: Replace one use of FileReaderhjk2025-04-151-4/+5
* Perforce: Remove dead endsJarek Kobus2025-02-064-29/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-6/+6
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-2/+2
* Utils: Simplify FileReader interfacehjk2024-12-131-2/+2
* Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-203-7/+9
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* ProjectExplorer: Add VCS log for selected directoryAndre Hartmann2024-09-081-0/+3
* VCS: Unify displayName()Andre Hartmann2024-09-061-1/+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
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-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-6/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-282-2/+2
* Perforce: Add missing full stopEike Ziller2024-02-261-1/+1
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-091-11/+5
* VCS: Simplify VcsEditor setuphjk2024-02-071-35/+23
* 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-3/+3
* Perforce: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-10/+9
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-26/+26
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+2
* Perforce: Get rid of the message field from PerforceResponse structJarek Kobus2024-01-211-17/+8
* Perforce: Move logging the error directly into the synchronousProcess()Jarek Kobus2024-01-211-3/+3
* Perforce: Merge fullySynchronousProcess() with synchronousProcess()Jarek Kobus2024-01-211-86/+4
* Perforce: Use exitMessage() in synchronousProcess()Jarek Kobus2024-01-211-24/+5
* Perforce: Inline msgWhereFailed() helperJarek Kobus2024-01-211-11/+5
* Perforce: Simplify fileNameFromPerforceName()Jarek Kobus2024-01-213-14/+10
* Perforce: Hide plugin class definition in .cpphjk2024-01-153-42/+33
* BaseAnnotationHighlighter: Get rid of QTextDocument arg from c'torJarek Kobus2023-11-212-5/+3
* SyntaxHighlighter: Make setChangeNumbers private functionArtem Sokolovskii2023-11-213-5/+5
* SyntiaxHighlighter: Move VCS highlighters creating to TextDocumentArtem Sokolovskii2023-11-202-4/+3
* All: Even less #include <QSettings>hjk2023-09-271-1/+0
* Utils: Make FilePathAspect::setDefaultValue take a QStringhjk2023-08-171-1/+2
* Perforce: Inline PerforcePluginPrivate::applySettingshjk2023-08-101-11/+4
* Perforce: Allow delay-created settingshjk2023-08-083-62/+67
* Bazaar, Cvs, Fossil, Mercurial, Perforce, Svn: Simplify returnsJarek Kobus2023-08-022-6/+6