aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller9 days1-2/+2
|\
| * Various UI text fixesEike Ziller2025-05-141-2/+2
* | Proliferate use of Utils::TextCodechjk2025-05-141-14/+12
|/
* Core: Return a Result<> from IDocument::setContentshjk2025-04-231-3/+3
* Utils: Return Result<> from one of the FileSaver::finalize() overloadshjk2025-04-231-3/+2
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-171-21/+13
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-1/+1
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-161-25/+14
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-17/+17
* ProjectExplorer, Texteditor: Remove a few explicit uses of QTextCodechjk2024-12-191-4/+5
* 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
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-19/+17
* Remove a few unneded #include <QTemporaryFile>hjk2024-09-271-1/+0
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-5/+8
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-9/+6
* BinEditor: Set error string more systematically when savinghjk2024-09-201-16/+25
* BinEditor: Replace FilePath::toStringAndrii Semkiv2024-09-131-3/+5
* BinEditor: Check some optional valuesEike Ziller2024-09-111-3/+9
* BinEditor: Fix crash when selecting "None" in codec chooserEike Ziller2024-09-041-16/+17
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* BinEditor: Fix searchArtem Sokolovskii2024-08-291-7/+31
* BinEditor: Use LayoutBuilder for toolbarhjk2024-08-191-13/+14
* BinEditor: Don't register editor factory in global object poolhjk2024-08-091-6/+3
* BinEditor: Remove bineditorconstants.hhjk2024-08-094-16/+4
* BinEditor: Move action setup from factory to editorhjk2024-08-092-64/+39
* Debugger: Fix memory view as an editorEike Ziller2024-08-081-1/+2
* BinEditor: Drop the widget() from the EditorInterfacehjk2024-08-012-7/+2
* BinEditor: Fix crash on debugger restarthjk2024-08-011-13/+59
* BinEditor: Simplify editor setuphjk2024-08-011-46/+29
* BinEditor: Support duplicationhjk2024-08-011-23/+45
* BinEditor: Also create IEditors, but don't show them for memory viewshjk2024-08-011-20/+9
* BinEditor: Clean up a bithjk2024-07-192-72/+34
* BinEditor: Remove BinEditor::modificationChanged() signalhjk2024-07-191-7/+4
* BinEditor: Simplify address field updateshjk2024-07-191-13/+6
* BinEditor: Clean up Widget setup phasehjk2024-07-171-13/+6
* BinEditor: Make BinEditorDocument independent of BinEditorWidgethjk2024-07-171-31/+39
* BinEditor: Disentangle widget and document a bit furtherhjk2024-07-171-18/+13
* BinEditor: Move most data related operation from widget to documenthjk2024-07-151-214/+225
* BinEditor: Clean up a bithjk2024-07-151-22/+6
* BinEditor: Move factory service out of BinEditorWidgethjk2024-07-152-70/+85
* BinEditor: Move address widget to BinEditorWidgethjk2024-07-151-19/+23
* BinEditor: Split doc and widget initialization a bithjk2024-07-151-8/+10
* BinEditor: Split out BinEditorDocument class definitionhjk2024-07-151-123/+139
* BinEditor: De-pimpl BinEditorWidgethjk2024-07-122-104/+73
* BinEditor: Re-organize plugin setuphjk2024-07-121-72/+58
* BinEditor: Merge widget and plugin fileshjk2024-07-125-1981/+1928
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1