aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor/bineditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* 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-051-21/+20
* Use even less nullptr for default flagshjk2020-01-201-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* BinEditor: ModernizeAlessandro Portale2018-11-081-6/+6
* 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: Remove the concept of a current editorhjk2018-02-021-102/+71
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* 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
* | Debugger/BinEditor: Standardize interfacehjk2016-07-211-35/+28
|/
* BinEditor: Rename bineditor files to bineditorwidgetOrgad Shaneh2016-06-271-1/+1
* BinEditor: Some modernizationhjk2016-06-031-58/+53
* BinEditor: Raise size limit to 32 GBhjk2016-06-011-2/+3
* BinEditor: Fix crash on editor initializationOrgad Shaneh2016-03-081-2/+4
* Add support for contents() to BinEditorDocumentUlf Hermann2016-01-221-2/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-4/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-2/+2
* Add override to IDocument hierarchyEike Ziller2015-06-111-11/+15
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-8/+8
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-7/+10
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-4/+4
* BinEditor: remove unused membersNikita Baryshnikov2015-04-081-1/+1
* BinEditor: Showing error when opening file bigger than 2GBLibor Tomsik2015-03-101-0/+8
* BinEditor: Complain about missing file, not empty sizeEike Ziller2015-03-031-11/+11
* Use new mime databaseEike Ziller2015-02-171-1/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-19/+19
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-12/+11
|/
* BinEditor: Close removed files silently.David Schulz2014-11-061-0/+6
* BinEditor remove m_widget memberNikita Baryshnikov2014-11-031-10/+16
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | BinEditor: Also camel-case the namespacehjk2014-08-221-24/+31
* | CppCheck: Initialize pointer member in the constructorTobias Hunger2014-08-041-1/+1
|/
* IFindSupport::clearResults --> ::clearHighlightsEike Ziller2014-07-021-1/+1
* IDocument: Make mimeType a value memberhjk2014-07-011-5/+1