Commit Graph

29 Commits

Author SHA1 Message Date
ck
985878cf96 BinEditor: Get rid of (bogus) MSVC warning. 2010-06-25 09:19:54 +02:00
Robert Loehning
09807e7391 Reserving needed amount of memory before copying. 2010-03-08 20:20:28 +01:00
Robert Loehning
bec01778d9 Fixed crash when trying to copy large binary file
Reviewed-by: Oswald Buddenhagen
Task-number: QTCREATORBUG-484
2010-03-08 20:19:33 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
ck
bd82c8f052 BinEditor: Properly set cursor position on new data range. 2010-02-18 11:55:51 +01:00
ck
d8e7bb9ca0 BinEditor: Flatten context menu. 2010-02-18 11:35:29 +01:00
ck
d87d7694bc BinEditor/MemoryView: Follow pointers, potentially in new window.
Reviewed-by: hjk
2010-02-17 17:41:09 +01:00
ck
18dd273547 BinEditor: Copy data as displayed in hex column.
Instigated-by: hjk
2010-02-02 11:06:27 +01:00
ck
fb7e4ef256 BinEditor: Use 64-bit wide addresses only when they are required.
Reviewed-by: mae
2009-09-30 11:14:20 +02:00
mae
9832cff1bb Fix monospace font optimization on Mac OS X. Trouble on the mac
is that monospace is not exactly monospace, there can be a
fractional component.

Thanks to Andreas Kling <info@andreaskling.com> for spotting
this and providing a fix.
2009-09-16 15:40:08 +02:00
con
c94d2d2fff Missing initialization in bin editor. 2009-09-16 08:20:13 +02:00
ck
6f5cea2aaa Various improvements for BinEditor.
- Saving to file only takes modified data into account.
- Search functionality does not exhaust memory anymore.
- Searches can be canceled. This required updating the IFindSupport
  interface and all classes implementing it. No functional changes
  were done in those.

Reviewed-by: mae
2009-09-09 17:11:00 +02:00
ck
85dcd851da Added 64 bit support to BinEditor. 2009-09-08 11:59:21 +02:00
hjk
ec2b2330aa small refactoring in the bineditor 2009-08-18 16:47:01 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
hjk
89ffffc183 debugger: use the bineditor to show memory dumps 2009-08-12 14:49:15 +02:00
con
0f26d4e223 Fix build with Qt 4.5 2009-07-22 18:18:12 +02:00
mae
162c152fd9 removed qt-4.6 dependency 2009-07-22 17:18:27 +02:00
mae
d5cd80f91c find support for lazily loaded binary editors. Added
case-insensitive search capatibilities (the default). Slower but
fits better with the other editors.
2009-07-22 14:36:57 +02:00
mae
ded5d6f36b support lazy data loading in the binary editor (find functionality
still needs porting)
2009-07-22 14:36:56 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
342caa2141 some more whitespace changes 2008-12-09 11:07:24 +01:00
hjk
ab83dcd87c off-by-one in headers 2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3 end-of-line whitespace correction of the new headers 2008-12-02 14:17:16 +01:00
hjk
f61e8672db more cosmetic changes 2008-12-02 14:09:21 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00