2005-09-11 19:01:14 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Include intltool/buildlink3.mk to pull in all dependencies required to
run intltool.
|
2005-08-04 07:56:39 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Fix BUILDLINK_PKGSRCDIR.qalculate.
|
2005-08-03 15:40:38 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
buildlink3.mk added
|
2005-08-03 15:36:05 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 0.8.1:
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-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 13:06:59 by Alistair G. Crooks | Files touched by this commit (101) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2005-02-01 17:16:16 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.7.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-17 23:09:51 by Min Sik Kim | Files touched by this commit (1) |
Log message:
This package uses intltool; include intltool/buildlink3.mk.
|
2004-11-25 11:03:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
Changes 0.7.1:
* 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!
|