mgr
a90d1b24d3
Special copy for the binary editor including addresses, hex and ASCII #1485
...
Added a new copy action to the binary editor context menu for copying the
selected text as seen by the user, instead of the stream of hexadecimal
digits copied by default by qhexedit.
In order to support copying from the context menu, qhexedit has been
modified for not resetting the selection when the left mouse button is
pressed. This will be converted to a pull request to qhexedit afterwards.
See related issue #1485
2018-09-30 23:51:49 +02:00
Martin Kleusberg
b5345fe676
Update QHexEdit library to 0.8.3
...
This adds support for editing the ASCII data on the right side of the
hex editor widget.
2017-02-14 18:00:52 +01:00
Iulian Onofrei
54e56c5304
Update QHexEdit library to version 0.7.8
...
- closes #692
2016-08-02 22:17:27 +03:00
Iulian Onofrei
ff302c4b6b
Update QHexEdit library to version 0.7.7 ( #692 )
2016-08-01 18:02:55 +01:00
Samir Aguiar
c8ea53bf4f
qhexedit: Fix initialization order in QHexEditPrivate
...
This prevents use of uninitialized values in conditional jumps
as reported by Valgrind. It's already fixed in QHexEdit repository.
2015-03-20 23:31:45 +01:00
Sean T. Hayes
5647fa86e0
Minor changes to support building with Visual Studio.
2014-02-14 00:47:18 +01:00
Peinthor Rene
de1fb9ff2f
qt5: full qt5 compability
...
ifdef rest of the code which can't be ported 100%
add CMake option USE_QT5 to use qt5 ;)
Thanks to stretchtiberius for initial patch
2014-02-14 00:28:42 +01:00
Peinthor Rene
202b6c915e
qt5: toAscii() -> toLatin1()
2014-02-13 23:52:03 +01:00
Martin Kleusberg
0cf9ecd158
Add the QHexEdit widget
...
Add the QHexEdit widget as some sort of library. Feel free to improve
the project files - I won't, every build system ever made is just
horrible.
2013-03-16 23:36:36 +01:00