Summary: | Offset in file is not shown in decimal but only in hex in status bar | ||
---|---|---|---|
Product: | [Applications] okteta | Reporter: | Nicholas Allen <nick.allen> |
Component: | general | Assignee: | Friedrich W. H. Kossebau <kossebau> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Nicholas Allen
2009-03-14 13:02:46 UTC
Thanks for the report. The current position should be shown in the same coding as the offset numbers in the table, I guess you agree with that. What is missing is a setting to control the offset display to either decimal or hexadecimal. Pending... SVN commit 1311241 by kossebau: Added: option to display all offset values in decimal, not hexadecimal FIXED-IN:0.10.0 (part of KDE Apps 4.10) M +12 -0 gui/abstractbytearrayview.cpp M +7 -1 gui/abstractbytearrayview.h M +18 -0 gui/abstractbytearrayview_p.cpp M +7 -0 gui/abstractbytearrayview_p.h M +5 -5 gui/offsetcolumnrenderer.cpp M +4 -1 gui/offsetcolumnrenderer.h M +2 -2 gui/offsetformat.h M +11 -2 kasten/controllers/view/bookmarks/bookmarklistmodel.cpp M +1 -0 kasten/controllers/view/bookmarks/bookmarklistmodel.h M +5 -2 kasten/controllers/view/bookmarks/bookmarkscontroller.cpp M +10 -1 kasten/controllers/view/bookmarks/bookmarkstool.cpp M +2 -0 kasten/controllers/view/bookmarks/bookmarkstool.h M +11 -2 kasten/controllers/view/stringsextract/containedstringtablemodel.cpp M +3 -1 kasten/controllers/view/stringsextract/containedstringtablemodel.h M +18 -16 kasten/controllers/view/stringsextract/stringsextracttool.cpp M +2 -3 kasten/controllers/view/stringsextract/stringsextracttool.h M +4 -1 kasten/controllers/view/stringsextract/stringsextractview.cpp M +25 -1 kasten/controllers/view/viewconfig/viewconfigcontroller.cpp M +3 -0 kasten/controllers/view/viewconfig/viewconfigcontroller.h M +11 -0 kasten/controllers/view/viewprofiles/viewprofileedit.cpp M +1 -0 kasten/controllers/view/viewprofiles/viewprofileedit.h M +42 -25 kasten/controllers/view/viewstatus/viewstatuscontroller.cpp M +3 -2 kasten/controllers/view/viewstatus/viewstatuscontroller.h M +12 -0 kasten/gui/io/bytearrayviewprofilesynchronizer.cpp M +3 -1 kasten/gui/io/bytearrayviewprofilesynchronizer.h M +4 -1 kasten/gui/system/bytearrayviewprofilemanager.cpp M +12 -0 kasten/gui/view/bytearrayjanusview.cpp M +3 -0 kasten/gui/view/bytearrayjanusview.h M +12 -0 kasten/gui/view/bytearrayview.cpp M +3 -0 kasten/gui/view/bytearrayview.h M +6 -0 kasten/gui/view/bytearrayviewprofile.cpp M +2 -0 kasten/gui/view/bytearrayviewprofile.h M +4 -3 program/oktetaui.rc WebSVN link: http://websvn.kde.org/?view=rev&revision=1311241 |