
Kalkulon
Source (link to git-repo or to original if based on someone elses unmodified work):
changes in 3.0.1.4
- bugfix: call explicitly 'setlocale' because this changed by QApplication
changes in 3.0.1.3 (code only)
- code only: make compilable with g++ 4.4.0 on Windows (different include structure)
changes in 3.0.1.2 (fixes for Qt4.5 only)
- bugfix: call explicitly 'setlocale' because this changed by QApplication
- change: size of input window changed (QTextEdit has a larger margin in Qt4.5)
changes in 3.0.1.1 (code only)
- code only: make compilable with g++ 4.3.2 (different include structure)
changes in 3.0.1.0 (GUI only)
- add: mark matching parenthesis, brackets etc. while editing
changes in 3.0.0.2
- add: SetRecursionLimit(n), recursion is limited to 150 as default
- change: SetNumFormat, SetHexFormat etc. now return old format string
- change: Type(n) == 2, for all numbers n (integer or not)
- bugfix: no stack overflow through unlimited recursion
- bugfix: strings containing "" are properly displayed in label window
- code only: safer handling of snprintfs
- code only: faster handling of DataObject
changes in 3.0.0.1 (GUI only)
- bugfix: Help file opens even if there are spaces in Kalkulon path
- bugfix: Options dialog stays always in foreground of main window
- bugfix: in base window decimal number (2. line) wrap aroung like hex and bin
- code only: eliminate some warnings
Ratings & Comments
1 Comment
That's the kind of program a like, fast, easy to use and a very simple and clean design. Was planning to write my own one already, but no I will use Kalkulon instead.