Releases: Simsys/qhexedit2
Releases · Simsys/qhexedit2
Release 0.8.5, 2018-12-12
- Dynamic bytesPerLine property
- Russian translation
- QDesigner plugin
- Bug fixes
build100
Release 0.8.4, 2017-01-16
- Test Appveyor deployment
Release 0.8.3, 2017-01-09
- Ascii area ist now editable
- New property hexCaps
- Bugfixes
- Translation updates
- Bump lib version to 4.0.0
Release 0.8.2, 2016-12-19
- New feature: Bytes per line is now adjustable
- Fix build for MSVC
- Allow hex input chars 'a'...'f' and 'A'...'F'
- Typos
- Bug fix: Glitch address area background color when view slided left
- Bug fix: Glitch when view slided left and paint event
- Bump lib version to 3.1.0
Release 0.8.1, 2016-11-08
- Bump lib version to 3.0.0
Release 0.8.0, 2016-11-07
- Add copyright and license statement
- Make python example work (binary read)
- setFont() ist not longer 'virtual' (minimal change in lib interface)
- Fix leak memory issue
Release 0.7.8, 2016-08-01
- Adjust include directory for qt5 in setup.py for Ubuntu 16.04
- Initialize values in constructor
Horizontal scrolling bug fixes
Release 0.7.7, 2016-04-14
- Take horizontal scrolling position into account, when calculation cursor
position from graphical (mouse click) position - Adjust horizontal scrollbar, when the cursor leaves the viewport
Calculation of cursor position corrected, when scrolling horizontally
Release 0.7.6, 2016-06-07
- Miscalculation of the position of cursor when scrolling horizontally corrected