7
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow use of non-existing variables, without using quotation marks or backslash (now also supported in X variable value), in plot expressions, and set appropriate assumptions in all cases. This affects GUIs but not the plot() function. (issue #821)
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Parse 'p' in hexadecimal number as an operator (raise and multiply after parsing during calculation, e.g. 5p10 = 0x5 * 0x2^10), as with scientific E-notation, in order to improve display of parsed expression and avoid slow and very memory intensive calculations which might cause segfault in mpz_ui_pow_ui (issue #824)
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Fix cor() function; cor() and pearson() are the same function; Simplify (do not use csum() function) poolvar(), covar(), meandev(), var(), varp(), rms(), geomean(), and harmmean() functions
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Fix poolvar() and ttest() functions; Simplify weighmean() function; Change default quantile algorithm from 8 to 7; Only allow positive values in geomean() and harmmean() functions; Extend tests for statistical functions
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Fix calculate as you type and indentation with prompt string containing Unicode characters, control characters, and/or escape sequences (issue #820)
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Add "save config" option (if disabled qalc.cfg is never automatically updated)
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Fix names/symbols for imperial pint; Use plural in descriptions for rand() and randbetween(); Fix space in in save() description; "complex part" -> "imaginary part" (in isReal() description); "explicitely" -> "explicitly"; Update translations
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Fix state of "Use E-notation instead of 10^n" in preferences when never modified (issue #209)
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Add symbols/abbreviations with variant name (US, UK) as suffix (shown as subscript), and hide corresponding symbol/abbreviation with variant as prefix; Add TeX scaled point unit; Change "ATA Pica" to "Johnson Pica" and "ATA Point" to "American Point", and make corresponding name/symbol changes; Revert Johnson/ATA pica value change; Clarify that the random values returned by rand() and randbetween() are uniformly distributed; Improve language in linearfit function description; Set minimum preferred prefix to 0 for metric ton; Update description of addTime() function; Return first argument of uncertainty() function directly without evaluation, in midpoint() function; Improve translation comments for qalc commands
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Improve avoidance of unusable prefix and unit combinations in completion; Do not show prefixes not recommended for specific unit (e.g. only show binary prefixes for information units) in completion; Show conversion suggestions from the unit category in both input and output if base unit is the same (e.g. typography and length units)
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Improve avoidance of unusable prefix and unit combinations in completion; Do not show prefixes not recommended for specific unit (e.g. only show binary prefixes for information units) in completion; Show conversion suggestions from the unit category in both input and output if base unit is the same (e.g. typography and length units)
Hanna Knutsson
as Hanna K.
More... about 2 months ago
Update pt unit title, add description, and remove recently added names/symbols; Improve precision of ATA pica (and point); Add twip and agate typography units
Hanna Knutsson
as Hanna K.
More... about 2 months ago
sync Russian translations with GUI and add TeX point unit (#817) More... about 2 months ago
Merge pull request #661 from adem4ik/ru_upd_250805 More... 2 months ago
Do edit-clear icon for "C" button on theme change
Hanna Knutsson
as Hanna K.
More... 2 months ago
Updated Windows binaries
Hanna Knutsson
as Hanna K.
More... 2 months ago
Replace edit-clear icon on keypad button with "C"
Hanna Knutsson
as Hanna K.
More... 2 months ago
Replace edit-clear icon on keypad button with "C"
Hanna Knutsson
as Hanna K.
More... 2 months ago
Fix alignment of light edit-clear icon
Hanna Knutsson
as Hanna K.
More... 2 months ago
Update Russian translation More... 2 months ago
Merge pull request #207 from adem4ik/ru_upd_250804 More... 2 months ago
New version
Hanna Knutsson
as Hanna K.
More... 2 months ago
Update Russian translation More... 2 months ago
New version
Hanna Knutsson
as Hanna K.
More... 2 months ago
Remove duplicate statement
Hanna Knutsson
as Hanna K.
More... 2 months ago
Enable exchange rates warning and always return false in checkExchangeRates when libqalculate has been compiled without support for updating exchange rates; Update changelog in metainfo
Hanna Knutsson
as Hanna K.
More... 2 months ago
Enable exchange rates warning and always return false in checkExchangeRates when libqalculate has been compiled without support for updating exchange rates; Update manual; Update changelog in metainfo
Hanna Knutsson
as Hanna K.
More... 2 months ago
Load exchange rates even if exchange rates updates is not enabled (compiled with --without-libcurl), and show error message exrates command is used in this case; Allow relation and exponent other than 1 for unit with "<mix>-1</mix>" for forced conversion to base unit; Minor optimizations; Replace tab with spaces in datasets.xml for consistency; Fix capitalization of some function arguments; Fix segfault when parsing "( \" followed by operator with RPN syntax; Fix segfault in parsing of text argument in some cases (with RPN syntax); Increment version number; Update translations, exchange rates, and ChangeLog
Hanna Knutsson
as Hanna K.
More... 2 months ago
Add support for input of functions with more than one argument using RPN syntax (issue #816)
Hanna Knutsson
as Hanna K.
More... 2 months ago
Fix case when convert button is used on expression ending with conversion operator when result is automatically calculated; Disable "Update exchange rates" menu item if not supported by libqalculate; Reduce duplicated code; Comma interpretation dialog tweaks; Fix typo in Swedish translation; Increment version number
Hanna Knutsson
as Hanna K.
More... 2 months ago