summaryrefslogtreecommitdiff
path: root/src/plugins/bineditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-16/+30
|\ \ | |/
| * BinEditor: Fix that posAt could be larger than available bytesEike Ziller2018-03-131-6/+5
| * Fix binary editor tool tipEike Ziller2018-03-131-10/+25
* | BinEditor: Remove the concept of a current editorhjk2018-02-022-140/+77
|/
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* BinEditor: Avoid overflows in dataLastIndexOfRobert Loehning2017-03-211-2/+2
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Keep bineditor zoom in sync with global settingsJarek Kobus2016-11-252-16/+28
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-211-6/+7
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-171-7/+6
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-311-1/+2
|\