SHA256
1
0
forked from pool/qalculate
Commit Graph

33 Commits

Author SHA256 Message Date
Matthias Mailänder
c4f53b12e3 Accepting request 903874 from home:susnux:branches:science
Update to 3.19.0

OBS-URL: https://build.opensuse.org/request/show/903874
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=11
2021-07-04 17:58:38 +00:00
c40a13e6cc Accepting request 883503 from home:polslinux:branches:science
------------------------------------------------------------------
- Update to 3.18.0:
  * Improve handling of expressions with log-based units
  * Improve conversion of expression with multiple units
    to a single unit (e.g. m/W to W)
  * Output (kilo)gram instead of tonne with small prefix
  * New functions for statistical distributions: probit(), betadist(),
    cauchydist(), chisqdist(), expinv(), fdist(), gammadist(),
    tdist(), wblinv(), weibulldist()
  * Improve functions for statistical distribution
  * Improve sexagesimal input and output, and add geodistance()
    for calculation of distance between two GPS coordinates
  * Add command() function, which runs an external command
    and returns the output
  * erfinv() function and support for solving equations
    with error functions
  * Fix conversion with relative temperature units activated
  * Fix gammainc() function
  * Fix keyboard focus when run hidden automatically at startup
  * Temperature calculation modes (absolute, relative, hybrid)
  * Allow prefixes, with full name, without units (e.g. kilo = 10^3)
  * Extended and improved simplified Chinese translation
  * Save handle vector function argument property
  * Fix never ending loop when calculating []*[]
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/883503
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=10
2021-04-09 10:04:34 +00:00
Matthias Mailänder
37bfd1b627 Accepting request 862052 from home:avindra
New version

OBS-URL: https://build.opensuse.org/request/show/862052
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=9
2021-01-10 10:06:36 +00:00
Matthias Mailänder
ba7b48a0c3 Accepting request 854472 from home:polslinux:branches:science
- Update to 3.15.0:
  * Automatic and dual approximation and fractions mode in qalc
    and Gnome shell search provider
  * Do not ask before overwriting temporary variables in qalc
  * Add keyboard shortcuts for approximation (Ctrl+E), fraction
    mode (Ctrl+F), and save variable (Ctrl+R) in qalc
  * Add "precalculate expression" argument (default false) to
    save() function (this also changes the behaviour of ":=")
  * Support multiple equivalent custom digits, separated by
    semicolon (e.g. "0;aA1;bB2;cC3"), and phoneword digit set
    in base() function
  * Always place unit with prefix first (fixes kWh)
  * Fix local time zone on Windows
  * Fix matrix/vector multiplication with approximate
    matrix/vector variable
  * Fix parsing of expression with multiple degree signs
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/854472
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=8
2020-12-17 19:01:49 +00:00
fabe3a9b76 Accepting request 846484 from home:matthewtrescott:branches:science
- Update to 3.14.0:
  * Support traditional calculator memory (MR/MC/MS/M+/M-)
  * Add Rutherford (Rd), millirem (mrem), mrem/s, and erg/g units
  * Add yr and annus names for year unit, röntgen name for
    roentgen (R) unit, and rem for roentgen equivalent man
  * Add matrix rank (rk) and reduced row echelon form (rref)
    functions
  * Support for different character encodings in code() function
  * Keep angle units in calculations involving both length and
    (plane) angle units (fixes lumen calculations)
  * Improve plot speed for functions defined using expression
  * Always perform conversion to optimal (SI) unit when the
    expression is a number multiplied by a unit and input equals
    output
  * Improvements and fixes for qalc on Windows
  * Compiled definitions without GIO and with support for
    out-of-tree builds
  * Fix availability of many currencies before manual exchange
    rates update (global exchange rates file was not installed)
  * Minor bug fixes and feature improvements

Corrected line lengths in this version.

OBS-URL: https://build.opensuse.org/request/show/846484
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=7
2020-11-06 14:35:58 +00:00
91f5ae270c Accepting request 828527 from home:polslinux:branches:science
- Update to 3.12.1:
  * Fix BTC, BYN, and BYR exchange rates
  * Fix exchange rates update time
  * Fix parsing of negative power in function arguments without
    parenthesis
  * Add arcsin, arccos, arsinh, arcosh, etc. as names for inverse
    trigonometric and hyperbolic functions
  * Interpret sin^-1, cos^-1, etc. as inverse functions
    (arcsin, arccos, etc.)
  * Add deftorad() and totient() functions

OBS-URL: https://build.opensuse.org/request/show/828527
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=6
2020-08-21 15:09:47 +00:00
Dirk Stoecker
07c68f0952 Accepting request 823391 from home:polslinux:branches:science
- Update to 3.12.0:
  * Improved exact simplification of roots (e.g. sqrt(2)-2/sqrt(2)=0)
  * Only apply negative exponents option to units, and always use
    negative exponents instead of division for unit expressions with
    only negative exponents
  * Support use of right arrow (including "->") as alternative to "to"
    for conversion (e.g. 5m->ft)
  * Use middle dot instead of multiplication x in unit expressions
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/823391
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=5
2020-08-03 12:42:44 +00:00
cfdc2c2d82 Accepting request 818125 from home:polslinux:branches:science
- Update to 3.11.0:
  * Allow multiple "to"-conversions in one expression (e.g. "5 m/s
    to hex to ft to h = 0xE6AF.1E*ft∕h)
  * Support specification of number of bits for hexadecimal "to"
    conversion (4 to hex16 = 0004)
  * Improvements and fixes for sexagesimal numbers and time format
  * Support for +, -, (, ) Unicode superscripts, and
    N-Ary Summation symbol
  * Syntax highlighting using colours in qalc
  * Enable Unicode by default in qalc
  * Improved display of unit expressions
  * Support for automatic updates of self-contained binaries
  * Fix use of equals sign in qalc command line arguments 
  * Fixes for the Gnome shell search provider
  * Minor bug fixes and feature improvements
  * Support for comments in expressions, using # (number sign)
  * Gnome shell search provider
  * Tau (2pi) constant
  * Allow angle as argument in nextlunarphase()
  * Fix automatic conversion to Newton
  * Fix x^2=25m^2 when x is assumed positive (was evaluated as
    false), and similar in exact mode
  * Fix display of repeating decimals
  * Fix segfault with empty sin() or sinh() in equation
  * Minor bug fixes and feature improvements
  * Fix segfault during calculation of atan(acos(x)),
    atan(asin(x)), and asin(atan(x))
    when angle unit is degrees or gradians
  * Fix order of prime factors
  * Fix immediate closing of plot window if qalc is started in
    non-interactive mode 
  * New icon (v3.9.0a)
  * Fix nextlunarphase(), for values > 0.8 and < 0.2 (v3.9.0a)
  * Fix segfault when running qalc in non-interactive mode
    without gnuplot (v3.9.0a)
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/818125
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=4
2020-07-01 20:20:13 +00:00
4853d1eb91 Accepting request 766411 from home:cgiboudeaux:branches:science
- Update to 3.7.0
  * New functions: bernoulli(), erfi(), fresnels(), fresnelc()
  * Improved zeta(), with exact values for negative and even
    integers, support for all real values, and optional second
    argument for calculation of Hurwitz zeta
  * Support for complex numbers in Ei(), li(), Si(), Ci(),
    Shi(), and Chi()
  * Support for all branches and complex numbers in lambertw()
  * Extended argument support in Li()
  * Add base units (or local currency) for unit conversion when
    units are missing in original expression (e.g. 5 to
    ft = 5 m to ft)
  * Belarusian ruble (BYN)
  * Improvements and fixes for integrals
  * Fix crash when used in Cantor (caused by conflict with
    Poppler library)
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/766411
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=3
2020-01-22 23:13:27 +00:00
Dominique Leuenberger
f30d2f947c Accepting request 752492 from science
OBS-URL: https://build.opensuse.org/request/show/752492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=30
2019-12-03 11:40:20 +00:00
Dominique Leuenberger
ffe79540a1 Accepting request 742536 from KDE:Distro:Factory
- Update to 3.5.0

  * Option to use binary prefixes by default for information units and "b?"
    syntax for conversion to optimal prefix (e.g. 8192 bits to b?byte = 1 kibibyte)
  * Bijective base-26 support (including bijective() function)
  * Option to use 'j' as default symbol for the imaginary unit (placed in front
    of the imaginary part)
  * Angle/phasor notation for complex numbers
  * poisson() function
  * Fix for steradian conversion
  * Fix and improve integral of abs(f(x))
  * Add calculate-as-you-type result to history after idle time (GUI)
  * Negate, sum, and "LAST x" RPN buttons, keyboard shortcuts for RPN
    stack manipulation, and various other RPN improvements (GUI)
  * Fix segfault when saving mode/settings (on exit) if history is empty (GUI)
  * Minor bug fixes and feature improvements

-------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/request/show/742536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=29
2019-10-27 12:39:51 +00:00
Dominique Leuenberger
f04035b460 Accepting request 732796 from KDE:Distro:Factory
Update to 3.4.0

OBS-URL: https://build.opensuse.org/request/show/732796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=28
2019-09-30 13:50:45 +00:00
Dominique Leuenberger
8c36d24eba Accepting request 719258 from KDE:Distro:Factory
Update to 3.3.0

OBS-URL: https://build.opensuse.org/request/show/719258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=27
2019-07-30 12:01:49 +00:00
Dominique Leuenberger
c2247d6823 Accepting request 706639 from KDE:Distro:Factory
- Fix file conflicts when installing qalculate-data with old qalculate

- Update to 3.2.0
  * Updated physical constants (CODATA 2018)
  * Programming keypad (GUI) and programming mode (CLI)
  * Bookmarks and protect (from disappearing of the end of the list) option for
    history (GUI)
  * New and updated keypad buttons (GUI)
  * Keypad in number bases dialog (GUI)
  * bitrot() function for bit rotation
  * Bitwise XOR, mod and rem operators, % as modulo, // and \ operators for
    integer division
  * Change order of operations for logical and bitwise operators to better
    match C operator precedence
  * Improved support for functions, variables and units with input base > 10
  * Unicode support in char() and code()
  * Simplification and factorization improvements
  * RPN syntax improvements
  * Recognize "factor" and "expand" commands at the beginning expressions
  * For vector + scalar, add scalar to all components
  * uptime variable
  * Fix random segfault on automatic unit category selection (GUI)
  * Fix display of number in sexagesimal base or time format (GUI)
  * Fix abs(x)=a for complex x
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/706639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=26
2019-06-01 08:14:02 +00:00
Dominique Leuenberger
7a2a590843 Accepting request 698123 from KDE:Distro:Factory
Update to 3.1.0

OBS-URL: https://build.opensuse.org/request/show/698123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=25
2019-05-03 20:35:45 +00:00
Dominique Leuenberger
b70f65a914 Accepting request 688582 from KDE:Distro:Factory
Update to 3.0.0

OBS-URL: https://build.opensuse.org/request/show/688582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=24
2019-03-27 15:16:08 +00:00
Dominique Leuenberger
13ca8688a3 Accepting request 646001 from KDE:Distro:Factory
Update to 2.8.0

OBS-URL: https://build.opensuse.org/request/show/646001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=23
2018-11-06 14:37:57 +00:00
Yuchen Lin
9ffa276462 Accepting request 635594 from KDE:Distro:Factory
OBS-URL: https://build.opensuse.org/request/show/635594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=22
2018-09-16 16:30:55 +00:00
Dominique Leuenberger
2d68bfcba0 Accepting request 624203 from KDE:Distro:Factory
Update to 2.6.1

OBS-URL: https://build.opensuse.org/request/show/624203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=21
2018-07-21 08:17:59 +00:00
Dominique Leuenberger
fe6ed8b7f8 Accepting request 612425 from KDE:Distro:Factory
Update to 2.5.0

OBS-URL: https://build.opensuse.org/request/show/612425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=20
2018-06-02 09:52:50 +00:00
Dominique Leuenberger
9a64485bf9 Accepting request 605327 from KDE:Distro:Factory
- Add patch to fix FD leak (boo#1092329):
  * 0001-Fix-leaking-of-FDs-created-by-pipe.patch

OBS-URL: https://build.opensuse.org/request/show/605327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=19
2018-05-11 09:28:08 +00:00
Dominique Leuenberger
a1218adc33 Accepting request 585322 from KDE:Distro:Factory
- Use %license
- Clean .spec file
- Update to 2.2.1:
  * Fix electric constant, magnetic constant, and characteristic impedance of vacuum.
  * Fix handling of Unicode symbols in expressions with quotation marks.
  * Fix segfault in solve() function.
  * sinc() function.
  * Add vacuum_permeability and vacuum_permittivity as alternative names for magnetic and electric constants.
  * Add completion only names to enable completion of Greek letters from the Roman letter names.
  * Suppress gnuplot output in terminal.

OBS-URL: https://build.opensuse.org/request/show/585322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=18
2018-03-20 20:34:51 +00:00
Dominique Leuenberger
a4febbd371 Accepting request 558268 from KDE:Distro:Factory
- Update to 2.2.0
  * Bitcoin support
  * Fix wrong partial calculation of square root in exact mode in some cases
  * Equation solving enhancements
  Check http://qalculate.github.io/news.html for the complete changelog

OBS-URL: https://build.opensuse.org/request/show/558268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=17
2017-12-23 11:18:50 +00:00
Dominique Leuenberger
a2a1f28d19 Accepting request 519637 from KDE:Distro:Factory
- Update to 2.0.0:
  * CLN has been replaced with GMP and MPFR for low-level numerical calculations.
  * The Glib dependancy has been removed. It has partly been replaced with libiconv and icu. Libqalculate can be compiled without them and libiconv is only used the CLI application.
  * GVFS and wget have been replaced by libcurl for exchange rates retrieval.
  * Date functions have been rewritten and now support much larger numbers.
  * Trigonometric functions with angle unit other than radians have been fixed.
  * Functions with more than one argument can now also be applied to the RPN stack.
  * New functions: airy(), arg(), besselj(), bessely(), conj(), digamma(), erf(), erfc()
  * Binary installer for Microsoft Windows.
  * Increased efficiency and many minor enhancements and bug fixes.

OBS-URL: https://build.opensuse.org/request/show/519637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=16
2017-09-04 10:21:56 +00:00
Dominique Leuenberger
67a1203920 Accepting request 507911 from KDE:Distro:Factory
- Update to 0.9.12:
  * Fixes to unit parsing in adaptive parsing mode, build fixes and other minor bug fixes
- Update to 0.9.11:
  * Mixed units conversion (e.g. "15 in = 1 ft + 3 in" and "3,2 h = 3 h + 12 min")
  * Fixes to unit conversion (e.g. "1/(1 ns) to GHz")
  * Fix slow calculation of exponentiations with big numerators in exponents (e.g. "2^0.333333333")
  * Critical fixes for RPN syntax
  * Fix degree sign
  * Fix transformation of last arguments to vector, when only one last argument (fixes function("1+\x"; 1))
  * Plot functions (makes possible plotting, using gnuplot, in qalc)
  * "Swap, "pop", "copy", "rotate" and "move" commands for RPN stack manipulation in qalc
  * Enable both (or one of) RPN stack and syntax with the "rpn" command in qalc
  * New commands for creation of simple functions and variables (without calculation of the expression) in qalc
  * Various other minor enhancements and bug fixes...

OBS-URL: https://build.opensuse.org/request/show/507911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=15
2017-07-08 10:25:11 +00:00
Dominique Leuenberger
6770002e88 Accepting request 451867 from KDE:Distro:Factory
1

OBS-URL: https://build.opensuse.org/request/show/451867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=14
2017-01-31 11:15:04 +00:00
Dominique Leuenberger
ba73eb0e3c Accepting request 449956 from KDE:Distro:Factory
1

OBS-URL: https://build.opensuse.org/request/show/449956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=13
2017-01-19 09:36:12 +00:00
Dominique Leuenberger
78023f0bee Accepting request 398085 from KDE:Distro:Factory
- add gcc-6-compile.patch: Fix compilation with gcc 6 (forwarded request 398084 from jirislaby)

OBS-URL: https://build.opensuse.org/request/show/398085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=12
2016-05-31 10:11:15 +00:00
Stephan Kulow
d66e69206c Accepting request 143304 from KDE:Distro:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/143304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=8
2012-11-28 15:33:17 +00:00
Stephan Kulow
99eafc1b5e Accepting request 95846 from KDE:Distro:Factory
forward to factory

OBS-URL: https://build.opensuse.org/request/show/95846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=6
2011-12-12 15:59:00 +00:00
Sascha Peilicke
8be28bb308 Autobuild autoformatter for 80388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=4
2011-09-01 12:54:52 +00:00
Sascha Peilicke
7ef237d902 Accepting request 80388 from KDE:Distro:Factory
- the usage of find_lang is mandatory (forwarded request 80387 from coolo)

OBS-URL: https://build.opensuse.org/request/show/80388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=3
2011-09-01 12:54:45 +00:00
OBS User autobuild
840e08c6a8 Accepting request 48652 from KDE:Distro:Factory
Copy from KDE:Distro:Factory/qalculate based on submit request 48652 from user rwooninck

OBS-URL: https://build.opensuse.org/request/show/48652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=1
2010-09-23 23:08:06 +00:00