7
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Oct 05, 2024 — Oct 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #849 from howaboutuser/master More... 1 day ago
Merge pull request #671 from howaboutuser/master More... 1 day ago
Improve handling of equations when calculating interval using interval arithmethic (refine previous commit); Calculate with interval/uncertainty in where expression even if exact mode; Fix display of "calculate as you type" and "save config" options, and remove duplicate "save mode" on Windows, in mode list; Update names for Loschmidt, Molary volume of ideal gas, and Sackur tetrode constants to improve consistency; Minor adjustment to Fine-Structure and Rydberg constants to more precisely reflect CODATA values for derived constants; Update value of HiggsBoson, quark_c, and quark_t constants; Add StandardGravity_unit name; Simplify display of value for variables in qalc; Move erg/gram from equivalent to absorbed dose category (issue #848); Add examples to addTime() function; If last character is a digit, include both letters and numerals in matched word for completion (issue #847); Prioritize LC_MESSAGES over LANG; Improve defs2doc output
Hanna Knutsson
as Hanna K.
More... 2 days ago
update traditional chinese translation More... 2 days ago
update traditional chinese translation More... 2 days ago
update traditional chinese translation More... 2 days ago
update traditional chinese translation More... 2 days ago
add unit translation (traditional chinese) More... 2 days ago
Avoid slow display of extreme numbers (> 2^10000000) with calculate-as-you-type; Fix exact calculate-as-you-type result not reset; Fix multiple calculate-as-you-type results shown in window title; Fix 10 in scientific notation for approximate number in variable value displayed with decimals; Replace "MeV/c^2" and "MeV*c^(-2)" with "MeV/c²" in titles
Hanna Knutsson
as Hanna K.
More... 7 days ago
Avoid slow display of extreme numbers (> 2^10000000) with calculate-as-you-type; Show warning and ask for confirmation when decativating interval arithmetic; (Re)activate interval arithmetic in qalc (if configuration from prevision version); Fix title matching for word preceded by parenthesis; Match object name on words after underscore (e.g. oz in fl_oz); Fix restoring of expression after command when expression is not kept after calculation; Improve "to mixed" (without preceding expression); Improve handling of hidden units (e.g. kph and cc) in completion and conversion menu; Fix 10 in scientific notation for approximate number in variable value displayed with decimals; Replace "MeV/c^2" and "MeV*c^(-2)" with "MeV/c²" in titles; Update manual; Increment version number
Hanna Knutsson
as Hanna K.
More... 7 days ago
Show warning and ask for confirmation when decativating interval arithmetic in qalc; (Re)activate interval arithmetic in qalc (if configuration from prevision version); Add min/km and min/mile (pace); Refine fix for log() with interval arithmetic disabled; Refine exclusion of expressions with certain functions and variables from exact recalculation; Refine object matching; Avoid slow display of extreme numbers (> 2^10000000) with calculate-as-you-type; Fix output of extremely large exact number with unnecessarily low precision with PrintOptions::preverve_precision activated; Restrict number of digits (10000) for extremely large numbers when saving variable to file; Fix 10 in scientific notation for approximate number in variable value displayed with decimals; Improve handling of intervals in where expressions; Replace "/" in category titles (when not used as separator subcategories); Move jerk, snap, crackle, and pop to subcategory; Change title "Gee" to "Standard Gravity (unit)" and add standard gravity per second
Hanna Knutsson
as Hanna K.
More... 7 days ago
Improve handling of equations when calculating interval using interval arithmethic (issue #846)
Hanna Knutsson
as Hanna K.
More... 7 days ago
Match object name on words after underscore (e.g. oz in fl_oz); Automatically update calculate-as-you-type calculations every second when the expression contains now or uptime variable, or time() function; Improve handling of hidden units (e.g. kph and cc) in completion and conversion menu; Fix segfault when pressing convert button after history has been cleared; Minor tweaks
Hanna Knutsson
as Hanna K.
More... 9 days ago
Add cubic centimeter and cc (hidden) units (issue #843)
Hanna Knutsson
as Hanna K.
More... 10 days ago
Fix segfault when calculating log(a^n, a) function when interval arthmetic is disabled
Hanna Knutsson
as Hanna K.
More... 12 days ago
Fix language option without encoding (without ".utf8" at end); Fix LANGUAGE and LANG variables for translation of definitions on platforms other than Window; Improve automatic update of time-based calculations; Do not use plural form in unit titles; "Scuple" -> "Scruple"; Hide questionable IUNS calorie unit; Initialize tm_isdst with -1 to make time zone determination more predictable, and accurate, for time around when daylight saving changes
Hanna Knutsson
as Hanna K.
More... 13 days ago
Merge pull request #841 from aib/fix-bad-local-timezone More... 13 days ago
Fix uninitialized struct tm causing date/time functions to fail (issue #840) More... 14 days ago
Add Kayser, Lambert, Foot-Lambert, Darcy, and Millidarcy units; "footcandle" -> "foot_candle"; Fix unit selection for automatic conversion from single unit with quantity one in some cases (e.g. barye); Make titles for derived units without special symbols ("composite" units) more consistent; Fix id of uptime variable (was same as id for plus infinity)
Hanna Knutsson
as Hanna K.
More... 15 days ago
Automatically update calculate-as-you-type calculations every second when the expression contains now or uptime variable, or time() function (issue #659); Automatically calculate expression with "to"-operator even if it contains no other operator or number
Hanna Knutsson
as Hanna K.
More... 15 days ago
Move (micro)einstein/(m²⋅s) to new category (molar flux) and add corresponding SI units (issue #839); "Watt per Square Meter Steradian" -> "Watt per Steradian per Square Meter"; Improve name matching
Hanna Knutsson
as Hanna K.
More... 17 days ago
Fix find/list with search term with multiple words (first word were ignored) and match object name on words after underscore (e.g. oz in fl_oz) (issue #836); Specify minimal vector size for linearfit(), quadraticfit(), and cubicfit() functions; Lower max bit width in bitrot(), bitset(), and setbits() functions, and max steps in shift(); Add erg/(cm²⋅s) unit; Use mol as base unit for Einstein and clarify that Einstein refers to one mole of photons (issue #838)
Hanna Knutsson
as Hanna K.
More... 18 days ago
Fix compilation with Qt 5; Fix compiler warnings (with Clang); Show Unicode line separator as new line (replace with "<br>") in history; Fix result index > 999 not completely shown with some fonts/platforms (add 2 px); Fix title matching for word preceded by parenthesis; Improve "to mixed" (without preceding expression); Fix restoring of expression after command when expression is not kept after calculation; Only show one result for calculate-as-you-type in window title; Fix initial text in new variable and insert function dialog with calculate-as-you-type result; Increment version number
Hanna Knutsson
as Hanna K.
More... 19 days ago
Fix inequality with 1/f(x) on one side, e.g. "1/(x-2) <= 2" (issue #837)
Hanna Knutsson
as Hanna K.
More... 19 days ago
Fix search term with more than one word and search for word preceded by parenthesis in title (issue #836)
Hanna Knutsson
as Hanna K.
More... 20 days ago
More efficient reducing of vector size (fixes segfault when aborting plot with very large number of samples); Fix endless loop in Calculator::hasToExpression() with expression containing negative circled sans-serif digit dingbat; Add (reduced) compton wavelength for muon, neutron, proton, and tau; Add ƛ_C symbol to reduced compton wavelength and change alternative symbol for natural unit of length to ƛ_unit; Stricter command argument in command() function; Minor tweaks; Update ChangeLog and README; Increment version number
Hanna Knutsson
as Hanna K.
More... 20 days ago
Update list of features
Hanna Knutsson
as Hanna K.
More... 20 days ago
Fix compilation
Hanna Knutsson
as Hanna K.
More... 22 days ago
Improve filtering of items in conversion menu; Avoid possible freeze with malformed "to" expression
Hanna Knutsson
as Hanna K.
More... 23 days ago
Fix segfault when plot data generation is aborted
Hanna Knutsson
as Hanna K.
More... 23 days ago