aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor/bineditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust license headershjk2012-10-051-21/+20
* bineditor: fix cursor down in small fileshjk2012-09-271-1/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: add watchpoint option to memoryview context menuhjk2012-06-041-21/+30
* texteditor: use an enum instead of QString as color idshjk2012-05-031-1/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-2/+2
* BinEditor: Fix opening filesDaniel Teske2012-03-131-12/+24
* Removed module names from #include directives.Erik Verbruggen2012-02-151-17/+17
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Removed dead assignmentRobert Loehning2011-10-211-1/+0
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-09-151-2/+2
|\
| * Simplified codeRobert Loehning2011-09-021-2/+2
* | Fix gcc warnings about signed/unsigned comparisonKai Koehne2011-08-121-1/+1
|/
* Enable some cursor keys for binary editor again.Eike Ziller2011-08-041-0/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* bineditor: start making width flexiblehjk2011-04-211-53/+56
* memoryview: save a few pixelshjk2011-04-211-0/+1
* Bin editor: Improve tooltip.Friedemann Kleint2011-04-201-100/+221
* Bin-Editor: Markup/Make widget usable as standalone-view.Friedemann Kleint2011-04-191-11/+34
* add errorString output argument to IFile::save()Oswald Buddenhagen2011-04-181-15/+21
* Update license.hjk2011-04-131-14/+13
* pick a better temp file locationOswald Buddenhagen2011-03-111-1/+1
* bineditor: simplify codehjk2011-02-281-7/+5
* Debugger: Quieten bin editor used as memory editor.Friedemann Kleint2011-02-281-0/+7
* bineditor: remove unused m_fixedSize memberhjk2011-02-251-2/+1
* debugger: work on writable memory viewhjk2011-02-251-1/+3
* bineditor: make all "lazy"hjk2011-02-241-155/+96
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | bineditor: allow copying also if selection is "backwards"hjk2010-12-171-23/+24
* | bineditor: code cosmeticshjk2010-12-171-12/+20
* | bineditor: extend selection by 1 if cursor is left of anchor.hjk2010-12-151-2/+8
* | bineditor: don't draw blinking cursor when we have a selectionhjk2010-12-151-2/+3
* | bineditor: visualize data differences after updateshjk2010-12-151-9/+59
* | bineditor: remove flicker by using cached old datahjk2010-12-141-20/+36
* | bineditor: add a facility to invalidate the cache from the outsidehjk2010-12-081-1/+9
|/
* Merge commit '52b9fcca2ddd5d5e95c6e13cbded018699c7dd68' (origin/2.0)con2010-07-131-8/+19
|\
| * BinEditor: Implement "Jump to start/end of file" for lazy data.ck2010-07-071-8/+19
* | Merge remote branch 'origin/2.0'con2010-07-061-7/+79
|\|
| * BinEditor: Add a bit of value interpretation.ck2010-07-051-7/+79
* | Merge remote branch 'origin/2.0'con2010-07-051-10/+35
|\|
| * BinEditor: Add "jump to address" functionality.ck2010-07-021-5/+1
| * BinEditor: Refactor new range requesting.ck2010-07-021-7/+15
| * BinEditor: Request new range when start/end of current one is reached.ck2010-07-021-1/+22
| * BinEditor: Get rid of (bogus) MSVC warning.ck2010-06-251-2/+3
* | Fix parameters hidden by local variables.Bill King2010-06-111-3/+3
* | BinEditor: Get rid of (bogus) MSVC warning.ck2010-05-201-2/+3
|/
* Reserving needed amount of memory before copying.Robert Loehning2010-03-081-0/+2