https://bugs.kde.org/show_bug.cgi?id=442007

Friedrich W. H. Kossebau <kosse...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |0.26.7
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/okteta/commit/6f7c812
                   |                            |58b0bda11bdc99fabce22430c82
                   |                            |dd7069

--- Comment #1 from Friedrich W. H. Kossebau <kosse...@kde.org> ---
Git commit 6f7c81258b0bda11bdc99fabce22430c82dd7069 by Friedrich W. H.
Kossebau.
Committed on 21/02/2022 at 19:33.
Pushed by kossebau into branch '0.26'.

Tools: store used settings in the config
FIXED-IN: 0.26.7

M  +21   -2    kasten/controllers/view/bytetable/bytetableview.cpp
M  +1    -0    kasten/controllers/view/bytetable/bytetableview.hpp
M  +99   -2   
kasten/controllers/view/charsetconversion/charsetconversiontool.cpp
M  +40   -1    kasten/controllers/view/checksum/checksumtool.cpp
M  +1    -0    kasten/controllers/view/checksum/checksumtool.hpp
M  +28   -16   kasten/controllers/view/checksum/checksumview.cpp
M  +2    -1    kasten/controllers/view/checksum/checksumview.hpp
M  +52   -2    kasten/controllers/view/filter/filtertool.cpp
M  +11   -1    kasten/controllers/view/filter/filtertool.hpp
M  +29   -5    kasten/controllers/view/filter/filterview.cpp
M  +2    -0    kasten/controllers/view/filter/filterview.hpp
M  +22   -7   
kasten/controllers/view/libbytearraychecksum/abstractbytearraychecksumalgorithm.cpp
M  +6    -2   
kasten/controllers/view/libbytearraychecksum/abstractbytearraychecksumalgorithm.hpp
M  +3    -1   
kasten/controllers/view/libbytearraychecksum/algorithm/adler32bytearraychecksumalgorithm.cpp
M  +3    -1   
kasten/controllers/view/libbytearraychecksum/algorithm/crc32bytearraychecksumalgorithm.cpp
M  +21   -1   
kasten/controllers/view/libbytearraychecksum/algorithm/crc64bytearraychecksumalgorithm.cpp
M  +2    -0   
kasten/controllers/view/libbytearraychecksum/algorithm/crc64bytearraychecksumalgorithm.hpp
M  +38   -0   
kasten/controllers/view/libbytearraychecksum/algorithm/crc64bytearraychecksumparameterset.cpp
M  +6    -0   
kasten/controllers/view/libbytearraychecksum/algorithm/crc64bytearraychecksumparameterset.hpp
M  +21   -2   
kasten/controllers/view/libbytearraychecksum/algorithm/modsum16bytearraychecksumalgorithm.cpp
M  +2    -0   
kasten/controllers/view/libbytearraychecksum/algorithm/modsum16bytearraychecksumalgorithm.hpp
M  +21   -2   
kasten/controllers/view/libbytearraychecksum/algorithm/modsum32bytearraychecksumalgorithm.cpp
M  +2    -0   
kasten/controllers/view/libbytearraychecksum/algorithm/modsum32bytearraychecksumalgorithm.hpp
M  +21   -2   
kasten/controllers/view/libbytearraychecksum/algorithm/modsum64bytearraychecksumalgorithm.cpp
M  +2    -0   
kasten/controllers/view/libbytearraychecksum/algorithm/modsum64bytearraychecksumalgorithm.hpp
M  +3    -1   
kasten/controllers/view/libbytearraychecksum/algorithm/modsum8bytearraychecksumalgorithm.cpp
M  +38   -1   
kasten/controllers/view/libbytearraychecksum/algorithm/modsumbytearraychecksumparameterset.cpp
M  +6    -0   
kasten/controllers/view/libbytearraychecksum/algorithm/modsumbytearraychecksumparameterset.hpp
M  +2    -2   
kasten/controllers/view/libbytearraychecksum/algorithm/qca2bytearraychecksumalgorithm.cpp
M  +1    -1   
kasten/controllers/view/libbytearraychecksum/algorithm/qca2bytearraychecksumalgorithm.hpp
M  +3    -1   
kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumalgorithm.cpp
M  +24   -13  
kasten/controllers/view/libbytearraychecksum/bytearraychecksumalgorithmfactory.cpp
M  +22   -7   
kasten/controllers/view/libbytearrayfilter/abstractbytearrayfilter.cpp
M  +6    -2   
kasten/controllers/view/libbytearrayfilter/abstractbytearrayfilter.hpp
M  +1    -0   
kasten/controllers/view/libbytearrayfilter/abstractbytearrayfilterparametersetedit.hpp
M  +21   -2   
kasten/controllers/view/libbytearrayfilter/filter/andbytearrayfilter.cpp
M  +2    -0   
kasten/controllers/view/libbytearrayfilter/filter/andbytearrayfilter.hpp
M  +3    -1   
kasten/controllers/view/libbytearrayfilter/filter/invertbytearrayfilter.cpp
M  +75   -3   
kasten/controllers/view/libbytearrayfilter/filter/operandbytearrayfilterparameterset.cpp
M  +23   -3   
kasten/controllers/view/libbytearrayfilter/filter/operandbytearrayfilterparameterset.hpp
M  +10   -3   
kasten/controllers/view/libbytearrayfilter/filter/operandbytearrayfilterparametersetedit.cpp
M  +21   -2   
kasten/controllers/view/libbytearrayfilter/filter/orbytearrayfilter.cpp
M  +2    -0   
kasten/controllers/view/libbytearrayfilter/filter/orbytearrayfilter.hpp
M  +22   -2   
kasten/controllers/view/libbytearrayfilter/filter/reversebytearrayfilter.cpp
M  +2    -0   
kasten/controllers/view/libbytearrayfilter/filter/reversebytearrayfilter.hpp
M  +18   -1   
kasten/controllers/view/libbytearrayfilter/filter/reversebytearrayfilterparameterset.cpp
M  +6    -0   
kasten/controllers/view/libbytearrayfilter/filter/reversebytearrayfilterparameterset.hpp
M  +2    -0   
kasten/controllers/view/libbytearrayfilter/filter/reversebytearrayfilterparametersetedit.cpp
M  +21   -2   
kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilter.cpp
M  +2    -0   
kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilter.hpp
M  +22   -1   
kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilterparameterset.cpp
M  +6    -0   
kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilterparameterset.hpp
M  +5    -1   
kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilterparametersetedit.cpp
M  +21   -2   
kasten/controllers/view/libbytearrayfilter/filter/shiftbytearrayfilter.cpp
M  +2    -0   
kasten/controllers/view/libbytearrayfilter/filter/shiftbytearrayfilter.hpp
M  +4    -1   
kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilter.cpp
M  +21   -2   
kasten/controllers/view/libbytearrayfilter/filter/xorbytearrayfilter.cpp
M  +2    -0   
kasten/controllers/view/libbytearrayfilter/filter/xorbytearrayfilter.hpp
M  +49   -4    kasten/controllers/view/poddecoder/poddecodertool.cpp
M  +18   -2    kasten/controllers/view/stringsextract/stringsextracttool.cpp

https://invent.kde.org/utilities/okteta/commit/6f7c81258b0bda11bdc99fabce22430c82dd7069

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to