aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* Clean up some includeshjk14 days2-2/+0
* Utils: Introduce a Utils::TextCodec classhjk14 days2-4/+4
* Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-121-1/+1
* DiffEditor: FilePath-ify DiffCurrentFileControllerhjk2025-05-121-13/+14
* Utils: Make TextFileFormat::readFile() a member functionhjk2025-05-091-10/+6
* DiffEditor: Eliminate some FilePath::toUrlishString()hjk2025-05-092-11/+12
* DiffEditor: Remove unused variablesJarek Kobus2025-05-091-3/+0
* Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-092-18/+11
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-232-25/+23
* Core: Return a Result<> from IDocument::setContentshjk2025-04-232-3/+3
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-172-6/+6
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-1/+1
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-162-11/+11
* Editor: use forked plaintexteditDavid Schulz2025-04-152-2/+2
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-112-9/+9
* Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-031-6/+4
* Editor: move block related infos out of the layoutDavid Schulz2025-04-012-6/+5
* DiffEditor: Remove some unneeded Q_OBJECT declarationsJarek Kobus2025-03-042-6/+0
* Core: FilePathify DiffServiceDavid Schulz2025-03-031-25/+27
* Icons: Update icons, batch #1Alessandro Portale2025-02-276-0/+0
* DiffEditor: Improve translatable stringAndre Hartmann2025-02-271-1/+1
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-251-1/+0
|\
| * DiffEditor: Don't try to moc diffeditor.hAlessandro Portale2025-02-241-1/+0
* | DiffEditor: Show warning when file cannot be openedAndre Hartmann2025-02-241-0/+3
* | Utils: allow setting ANSI escaped text on all document based editorsDavid Schulz2025-02-201-1/+1
|/
* Core: Always use dialogParent() for CodecSelectorhjk2025-01-311-2/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-6/+6
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-2/+2
* TextEditor: Protect access to TextFileFormat::[m_]codechjk2024-12-191-6/+6
* DiffEditor: Code cosmetics in diffeditordocument.cpphjk2024-12-121-8/+1
* Editor: move code setCodeStyle from widget to documentDavid Schulz2024-12-061-1/+1
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-5/+6
* DiffEditor: Remove private indirectionJarek Kobus2024-11-201-31/+19
* DiffEditor: Dismantle diffeditorplugin.hJarek Kobus2024-11-204-62/+37
* DiffEditor: Remove unused static variableJarek Kobus2024-11-202-9/+0
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Revert "Plugins: Improve display names of plugins"Eike Ziller2024-10-161-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-10-161-1/+1
* DiffEditor: Move IDiffView hierarchy to diffeditor.cpphjk2024-10-106-355/+244
* Utils: Use the new Result class in some FilePath functionshjk2024-10-012-11/+9
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-253-13/+13
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-242-7/+7
* TaskTree: Refactor For loopsJarek Kobus2024-09-161-2/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Revert "DiffEditorController: Add an option to set a syntax highlighter"Jarek Kobus2024-08-065-35/+0
* Git: Use ANSI colors for show descriptionOrgad Shaneh2024-08-064-1/+16
* DiffEditorController: Add an option to set a syntax highlighterJarek Kobus2024-08-055-0/+35
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* DiffEditor: Hide DiffEditor definition in .cpphjk2024-07-187-131/+92