aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor
Commit message (Expand)AuthorAgeFilesLines
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-1/+1
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-6/+2
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-0/+5
* binaryeditor: fix reloadFawzi Mohamed2014-02-041-0/+3
* Core: Merge Find and Locator into Core pluginhjk2014-01-143-21/+20
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-082-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-088-8/+8
* BinEditor: Fix selection behavior and paintingEike Ziller2013-11-252-31/+15
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-272-10/+41
|\
| * Doc: move bineditor docs from header to sourceLeena Miettinen2013-09-062-10/+41
* | Apply static pattern to TextEditorSettinghjk2013-09-201-3/+3
* | EditorFactory: Replace some virtual functions with data membershjk2013-08-022-19/+3
* | BinEditor: Support wrapping on findOrgad Shaneh2013-08-012-4/+28
* | BinEditor: Fix selection on findOrgad Shaneh2013-08-011-8/+8
* | BinEditor: Remove unused includeOrgad Shaneh2013-07-181-1/+0
* | Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-5/+8
* | Move IEditor::isTemporary to IDocumentEike Ziller2013-07-123-11/+3
* | Move displayName from IEditor to IDocumentEike Ziller2013-07-101-10/+1
* | Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-11/+11
* | Make IDocument::fileName a member with setter.Eike Ziller2013-07-091-27/+18
|/
* Core: Let IDocument also report failed file reload operationsNikolai Kosjar2013-06-241-3/+3
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* BinEditor/Debugger: Simplify signal and slot signatureshjk2013-05-293-15/+17
* BinEditor: Code cosmeticshjk2013-05-293-24/+27
* BinEditor: Rename Editor->EditorWidget, Editable->Editorhjk2013-05-294-134/+136
* Editors: Provide a base implementation for {save,restore}Statehjk2013-05-271-3/+0
* Editors: Provide a base implementation for duplicate{,Supported}hjk2013-05-271-3/+0
* Fix dependency information according to output of dependency checkerTobias Hunger2013-05-221-0/+1
* Allow nested IContexts and use it to give extra editor windows a contextEike Ziller2013-05-212-27/+10
* BinEditor: Replace hard assert with softhjk2013-05-071-1/+1
* auto-generate <dependencyList> in .pluginspec filesOswald Buddenhagen2013-04-111-4/+1
* derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-1/+0
* make library and plugin dependencies declarativeOswald Buddenhagen2013-04-031-3/+6
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
* automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
* Fix Krazy warnings about includes/header guards in various editors.Friedemann Kleint2013-03-121-1/+0
* Editors: Delete context menu if editor widget is deletedNikolai Kosjar2013-02-191-30/+36
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-317-7/+7
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-297-7/+7
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-1/+1
|\|
| * BinEditor: Do not warn about empty file for memory editorOrgad Shaneh2012-12-201-1/+1
* | Generalize QT_NO_CAST_FROM_ASCIIOrgad Shaneh2013-01-162-5/+0
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-7/+4
* | BinEditor: Allow selection using Shift+LeftClickOrgad Shaneh2012-12-281-1/+2
* | BinEditor: Fix tooltip and context menuOrgad Shaneh2012-12-281-14/+7
* | BinEditor: Fix Ctrl+Home/End for filesOrgad Shaneh2012-12-283-28/+16
* | BinEditor: update correct lines when selection becomes empty...Orgad Shaneh2012-12-261-5/+4