7
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix input expression on history result double-click, or with "Replace with result" active, when result contains comma as thousands separator but ignore comma is not enabled
Hanna Knutsson
as Hanna K.
More... 3 months ago
Fix segfault when removing row or column with defined custom button
Hanna Knutsson
as Hanna K.
More... 3 months ago
Fix handling of show-mode-in-prompt when emacs mode is used; Handle interactive readline mode switches
Hanna Knutsson
as Hanna K.
More... 3 months ago
Fix calculate as you type and indentation in readline vi mode (with custom ins mode string), and after custom prompt has been set (without restart) (issue #810)
Hanna Knutsson
as Hanna K.
More... 3 months ago
Support input of second argument of log function with a number before parenthesis (e.g. log153(23409) = log_153(23409) = log(23409, 153); Add lb and log_2 names to log2 function, and lg and log_10 to log10; Add micron unit (issue #809); Convert micron and kph before calculation
Hanna Knutsson
as Hanna K.
More... 3 months ago
Add micron unit (= 1 μm) (issue #809)
Hanna Knutsson
as Hanna K.
More... 3 months ago
Fix "Illegal value" error for "set digits" in qalc; Fix locale used for definitions when language option is set in qalc; Fix typo in base function description
Hanna Knutsson
as Hanna K.
More... 3 months ago
Only apply color change (from PR #807) to "E" in scientific E notation
Hanna Knutsson
as Hanna K.
More... 3 months ago
Merge pull request #807 from markozajc/colorize-decimal-exponent More... 3 months ago
Change decimal exponent color and fix HTML output More... 3 months ago
Merge pull request #806 from Cookie04DE/new_optimal_si_prefix More... 3 months ago
Colorize E and digits following it in scientific notation More... 3 months ago
Merge pull request #805 from Cookie04DE/new_binary_si More... 3 months ago
feat: fixed logic choosing optimal prefix to account for new si prefixes More... 3 months ago
feat: added the two new binary si prefixes More... 3 months ago
Fix non-localized data set key properties for languages where translations for multiple territories is available (e.g. zh_CN and zh_TW) (issue #768)
Hanna Knutsson
as Hanna K.
More... 3 months ago
Use semicolon as argument separator in output when comma is used as digit group separator; Add indentation to each line of error/warning/information message with newline character (e.g. data object property list); Fix dataset copyright translation (the last translation in the data file were used regardless of language); Hide class property in elements data set
Hanna Knutsson
as Hanna K.
More... 3 months ago
Fix segmentation fault when closing application with preferences open
Hanna Knutsson
as Hanna K.
More... 3 months ago
New version
Hanna Knutsson
as Hanna K.
More... 3 months ago
Customizable prompt (issue #804); Remove extraneous whitespace in code
Hanna Knutsson
as Hanna K.
More... 3 months ago
New version
Hanna Knutsson
as Hanna K.
More... 3 months ago
Update checksum for snap package
Hanna Knutsson
as Hanna K.
More... 3 months ago
Minor language fixes in manual; Update ChangeLog and meta info file
Hanna Knutsson
as Hanna K.
More... 3 months ago
Improve handling, in some cases, of text argument with function, returning text, with argument containing quotation marks; Fix potential endless loop during precalculation if random number functions; Remove more translations duplicating original text strings (but without r property) from data files; Fix Swedish octodecillion translation; Fix Russian permyriad translation; Increment library revision; Update ChangeLog
Hanna Knutsson
as Hanna K.
More... 3 months ago
Fix segfault caused by title (generated from value) cut of in the middle of a Unicode character (e.g. when creating variable using "abc = 1/(i*2pi*50Hz*300uF)") (issue #653)
Hanna Knutsson
as Hanna K.
More... 4 months ago
Improve check for functions not compatible with calulate-as-you-type; QFont::setFeature() requires Qt >= 6.7; Improve updating of number bases, as you type, when expression contains "where" and/or "to"; Increment version number; Update translations
Hanna Knutsson
as Hanna K.
More... 4 months ago
Fix compiler warning; Increment version number; Update ChangeLog, COPYING, manual, and translations
Hanna Knutsson
as Hanna K.
More... 4 months ago
Use inverse when converting from s to Hz (and similar) (issue #801); Improve check for functions not compatible with calulate-as-you-type (less false positives); Do not overwrite user definitions when running tests (variables.batch); Increment version number; Update ChangeLog, COPYING, README.translate, and translations
Hanna Knutsson
as Hanna K.
More... 4 months ago
Merge pull request #652 from Skirlez/master More... 4 months ago
fix suggestions window offset when on wayland with multiple monitors More... 4 months ago