aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * BinEditor: Do not call openImpl without a file nameDavid Schulz2016-08-251-1/+2
* | Fix warnings about inconsistent use of overrideTobias Hunger2016-07-221-5/+5
* | Debugger/BinEditor: Standardize interfacehjk2016-07-217-79/+239
|/
* BinEditor: Export BinEditorWidgetOrgad Shaneh2016-06-274-1/+40
* BinEditor: Rename bineditor files to bineditorwidgetOrgad Shaneh2016-06-275-6/+6
* BinEditor: Clear data on setSizesOrgad Shaneh2016-06-221-1/+1
* BinEditor: Remove unneeded viewport updateOrgad Shaneh2016-06-221-1/+0
* BinEditor: Complete Qt5-style connectsOrgad Shaneh2016-06-072-3/+2
* BinEditor: Some modernizationhjk2016-06-034-71/+63
* BinEditor: Raise size limit to 32 GBhjk2016-06-013-69/+68