aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* BinEditor: Clean up translation contextshjk2022-09-307-81/+67
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-012-7/+8
* Use SPDX license identifiersLucie GĂ©rard2022-08-2610-240/+20
* BinEditor: Support character encodings for the text partOrgad Shaneh2022-08-054-14/+65
* BinEditor: Use inline member initializationOrgad Shaneh2022-08-032-43/+28
* Use setClipboardAndSelection more broadlyhjk2022-07-151-10/+9
* Add plugintr.h files to all pluginshjk2022-06-273-1/+39
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-2/+2
* BinEditor: Fix compiler warningEike Ziller2022-05-191-1/+1
* Remove qmake build filesEike Ziller2022-01-202-22/+0
* BinEditor: Proliferate FilePath usehjk2021-08-273-14/+15
* Fix some compiler warningsChristian Kandeler2021-08-181-1/+1
* BinEditor: Make it work with remote fileshjk2021-08-031-50/+47
* Core: filepathify IDocumentDavid Schulz2021-05-191-16/+14
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+2
* IDocument: Simplify permission changesEike Ziller2021-01-141-19/+8
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-301-1/+1
|\
| * BinEditor: Fix MSVC warningOrgad Shaneh2020-11-271-1/+1
* | Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
|/
* Avoid more uses of non-explicit QChar(int) constructorhjk2020-11-101-5/+7
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-221-2/+2
|\
| * BinEditor: Crash less on searchhjk2020-06-171-2/+2
* | BinEditor/ClangCodeModel: Remove non-uses of #include <QRegExp>hjk2020-06-111-1/+0
* | Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-4/+4
* | Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-201-2/+2
|/
* Misc: Fix MSVC warningsOrgad Shaneh2020-02-251-1/+1
* Core: Make IEditorFactory::createEditor use a function objecthjk2020-02-052-26/+21
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-4/+4
* Use even less nullptr for default flagshjk2020-01-202-5/+3
* BinEditor: Fix a dead storeNikolai Kosjar2019-11-141-1/+0
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+0
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+10
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-051-1/+1
|\
| * Bin editor: Fix UI textLeena Miettinen2019-03-041-1/+1
* | Plugins: Code cosmeticshjk2019-02-271-2/+0
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-17/+17
|/
* BinEditor: ModernizeAlessandro Portale2018-11-084-29/+29
* BinEditor: Support copying of hex value as a numberOrgad Shaneh2018-11-061-1/+16
* Fix missing translation contextsEike Ziller2018-10-251-2/+2
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Fix reload behavior of binary editorEike Ziller2018-08-221-2/+1
* BinEditor: Fix "Find Next" for a single charOrgad Shaneh2018-07-161-1/+1
* BinEditor: Fix auto-updating for debugger memory viewshjk2018-06-191-1/+5
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-162-15/+28
|\
| * BinEditor: Do now show tool tip if mouse is not over dataEike Ziller2018-03-132-15/+28