openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Qalculate!
Settings
|
Report Duplicate
7
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
2 days
ago.
Sep 04, 2025 — Oct 04, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
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...
6 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...
6 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...
6 days ago
Improve handling of equations when calculating interval using interval arithmethic (issue #846)
Hanna Knutsson
as Hanna K.
More...
6 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...
8 days ago
Add cubic centimeter and cc (hidden) units (issue #843)
Hanna Knutsson
as Hanna K.
More...
9 days ago
Fix segfault when calculating log(a^n, a) function when interval arthmetic is disabled
Hanna Knutsson
as Hanna K.
More...
11 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...
12 days ago
Merge pull request #841 from aib/fix-bad-local-timezone
Hanna Knutsson
More...
12 days ago
Fix uninitialized struct tm causing date/time functions to fail (issue #840)
Orhan "aib" Kavrakoglu
More...
13 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...
14 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...
14 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...
16 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...
17 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...
18 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...
18 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...
19 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...
19 days ago
Update list of features
Hanna Knutsson
as Hanna K.
More...
19 days ago
Fix compilation
Hanna Knutsson
as Hanna K.
More...
21 days ago
Improve filtering of items in conversion menu; Avoid possible freeze with malformed "to" expression
Hanna Knutsson
as Hanna K.
More...
22 days ago
Fix segfault when plot data generation is aborted
Hanna Knutsson
as Hanna K.
More...
22 days ago
Add automated random expression testing; Improve filtering of items in conversion menu; Avoid possible freeze with malformed "to" expression; Make behaviour of convert button and keyboard shortcut more consistent; Avoid updating of window title on new result when result is not displayed in window title
Hanna Knutsson
as Hanna K.
More...
22 days ago
Fix segfault (infinite loop) in Calculator::findMatchingUnit() with "sr*Pa^2"; Improve abortion of prime functions, and fix segfault when aborting prevprime() function; Fix possible freeze when creating CompositeUnit with malformed expression (primarily relevant when parsing expression after "to" operator); Lower highest number of bits (to 10 000) in floating point conversion functions to avoid application freezing
Hanna Knutsson
as Hanna K.
More...
24 days ago
Fix value of planck unit (was rounded to 7 decimals) (issue #834)
Hanna Knutsson
as Hanna K.
More...
25 days ago
Improve filtering of items in conversion menu; Remove separator before percent in conversion menu; Ellipsize very long results in window title; Add translation comments for Unicode character names; Fix for Swedish translation
Hanna Knutsson
as Hanna K.
More...
26 days ago
Add asterisk and middle dot as multiplication sign alternatives (use a drop menu instead a of check box)
Hanna Knutsson
as Hanna K.
More...
27 days ago
Merge pull request #220 from hugok79/patch-5
Hanna Knutsson
More...
27 days ago
Update Portuguese (Portugal) translation
Hugo Carvalho
More...
28 days ago
Relocate qalc.history to $XDG_STATE_HOME (~/.local/state) (issue #808); "save config" setting should not affect history saving or "save mode" command
Hanna Knutsson
as Hanna K.
More...
28 days ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree