summaryrefslogtreecommitdiff
path: root/math/qalculate/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-11-05update to 0.9.6drochner1-3/+3
changes: -Use Lambert W to solve more equations and avoid infinite loop when solving some equations -More data on elements -Fix simplification of (1-1/x)^3 and similar -Fix clumsy mistakes in with prefixes leading to crashes -Fix parsing of unit expressions (when converting) such as W/(m K) -Add more exact values for sin() and cos() and avoid floating point underflow by, in approximate mode, checking against the value of pi -Always input decimal separator sign on keypad separator press -Fix crash when expression entry reclaims focus if compiled with optimizations (GTK+) -New units: typographic units, pouce, pied du roi, grams of TNT and tons of TNT -New functions: lambertW(), addDays(), addMonths(), addYear(), addTime(), isNumber(), isReal(), isRational(), isInteger(), representsNumber(), representsReal(), representsRational(), representsInteger() -New variable: omega constant -Other minor fixes and enhancements also fix wrong inclusion of scrollkeeper/bl3
2007-02-22Drop the pthrea check in configure completely and just setjoerg1-1/+3
PTHREAD_AUTO_VARS.
2007-02-20Changes 0.9.5:adam1-4/+7
* French translation (not fully complete yet) * Return value in save() and add "name := value" as shortcut * Integer factorization * Interpret 0x[0-9,a-f] as hexadecimal number (do not require first digit to be 0-9) * Add "Engineering" display mode * Several fixes to display of units and prefixes * Show value for variables without title in expression completion * New functions: cross(), heaviside(), rectangular(), triangular(), ramp() kronecker(), sigmoid(), and logit() * Use radius as argument for circumference() * Add optional upper and lower limit arguments to integrate() for definite integrals * Fix precision in logn() * Ability to set shortcuts for meta modes (KDE) * Make separate options for "Sort Minus Last" and "Negative Exponents" in numerical display menu * Add "Edit Expression", "Edit Result", and "Insert Result Variable" to history context menu (KDE) * Global shortcut for show/hide (KDE) * Use localized comma for insert matrix/vector * Remove use of libgnomeui completely and add --with-libgnome configure option * Fix parsing of "x!)!" * Use Julian year for light-year value * Add several accelerator keys (GTK+) * Connect "Exp" button Exp RPN operation and add Ctrl+Shift+E shortcut * Fixes for old KDE and Qt versions * New command line options for qalc: -terse (-t), -nodefs (-n), -nocurrencies, -nodatasets, -nofunctions, -nounits, -novariables
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-14Changes 0.9.4:adam1-4/+3
* True RPN mode with stack manipulation * Dutch translation (from Jaap Woldringh and the Dutch KDE translation team) * New application icons (from Thomas Lübking) * API documentation (approximately halfway) * Enhanced edit matrix/vector dialogs, with widget for GTK+ * View/edit/insert matrix/vector menu items (GTK+) * Combined dialog for number bases in result and expression (GTK+) * Fix comma as decimal sign with KDE GUI * "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE) * Ignore commas (with dot as decimal sign) in numbers and option to use dot as thousands separator * Fix removal of factors in simplifaction ("1 kg m/s" was simplified to "1000 m/s") * Fix libqalculate.so unresolved symbols * Fix bug that caused all number arguments to require numbers to be rational * Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers, respectively, when base is decimal * Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN) * Set vectors and matrices as the first argument by default * New functions * Fix integration * New unit: psi * New name format in data files for more flexible translations * Change some dubious mathematical wordings
2006-06-08Third attempt to get a correct PLIST for qalculate:joerg1-2/+2
Add locale message for sv. Bump revision. Fix configure to detect libintl correctly on NetBSD. Don't remove the entry again, fix the script if necessary!
2006-05-26Fix PLIST, bump PKGREVISION, remove BROKEN_IN.wiz1-4/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-11Uses C++.joerg1-1/+2
2006-04-22Fix PLIST. Bump revision.joerg1-1/+2
2006-04-17Changes 0.9.3:adam1-5/+4
* Avoid floating point overflow and underflow * Do not use "Read Precision" in plot * cos(x*pi*rad) equals 1 if x is even, not -1 * isodate(), localdate(), timestamp(), stamptodate() functions * Fix show ending zeroes * Fix prefixes with automatic simplification/factorization * Approximate comparison * ...and some more...
2006-04-12Fix PLIST. LIBTOOL_OVERRIDE is done by default, remove it as well.joerg1-3/+3
Bump revision.
2006-03-11The i18n file is not installed on NetBSD, so removed it from the PLIST.rillig1-2/+2
Bumped PKGREVISION.
2006-02-24Changes 0.9.2:adam1-4/+3
- Enhanced factorization, with square free factorization of rational multivariate polynomials - New simplification using the enhanced factorization - Much more efficient determinant and matrix inverse calculation - Greatly enhanced and reworked solving of equations and inequalities - More efficient evaluation avoiding recalculations - Generally enhanced and more correct algebraic functionality - Faster calculation of powers with large exponent and base close to one - Option to automatically simplify or factorize - Option to warn about denominators assumed non-zero - Fix negative exponents with lower-case e - Fix fetching of exchange rates with gnome-vfs < 2.10 - Polynomial functions: coeff(), lcoeff(), pcontent(), degree(), etc. - Fix ln(e^x) - Display "x < 3 && x > 1" as "1 < x < 3" - Display "&&" and "||" as "and" and "or" by default - Fix display of fractions in "Decimal (Try Exact)" mode - Compile without errors or warnings with -pedantic and -Wextra - Unicode fixes - ...and many more minor fixes and enhancements (and probably some new bugs)...
2006-02-24Match PKGCONFIG_OVERRIDE with reality. Replace hard-coded -lpthreadjoerg1-3/+8
reference to unbreak qalculate subpackages on DragonFly. Bump revision.
2006-02-19Add missing file to PLIST. Bump PKGREVISION.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-03pthread user => include pthread.b3.mk. Use PTHREAD_* instead ofjoerg1-1/+2
hard-wired -lpthread. Use sys/wait.h on DragonFly as well.
2005-10-11Changes 0.8.2:adam1-5/+5
* Use gnomevfs instead of wget if available * Allow user to specify wget options * Update currencies
2005-09-11Include intltool/buildlink3.mk to pull in all dependencies required tominskim1-1/+2
run intltool.
2005-08-03Changes 0.8.1:adam1-11/+7
Remove requirement glib-2.0 >= 2.4 and require libxml2 >= 2.3.8 Do not use unicode prefix names for long names Add even(), odd() and shift() functions and operators "<<" and ">>" Compile with kdelibs and Qt >= 3.1 (KDE) Add glib-2.0 and libxml-2.0 to PKG_CHECK_MODULES (KDE) Display prefix in object info (KDE) Confirm overwriting result and plot image files (KDE) Use KIO instead of wget for fetching exchange rates (KDE) Close gnuplot and disable save button when no series defined (KDE)
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-01Changes 0.7.2:adam1-2/+2
* Show base (if not decimal, hexadecimal or non-standard) as subscript * Use singular instead of abbreviated name for completion * Fix "Convert result" button * Use the last operator for leftover stack values * Fix RPN crash and don't add lonely stack value to itself * Workaround freeze with message dialog without buttons
2004-12-17This package uses intltool; include intltool/buildlink3.mk.minskim1-1/+2
2004-11-25Changes 0.7.1:adam1-2/+2
* Only use unicode character if available in the used font Fixes plus sign not displayed correctly in keypad, and wide keypad * Do not round exact integers not in exponential format. Fixes display of large numbers in non-decimal number bases * Fix crash on systems, such as amd64, where size_t is not long int * Do not update plot data when not changed * Rearrange plot dialog and make x variable separate for each plot function * Generate vector function * Fix some cases with nested trigonometric functions by adding option to set default angle unit to none, to allow angle unit in argument * Try with assumptions set to unknown in solve function if not successful * Be more picky in comparisons with units * Fix comparison of unit with unknown * Fix 0.5!
2004-11-19Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux.adam1-0/+31
It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a graphical interface (GTK+) that uses a one-line fault-tolerant expression entry (although it supports optional traditional buttons).