diff options
author | adam <adam@pkgsrc.org> | 2006-06-14 20:14:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-06-14 20:14:21 +0000 |
commit | 0ac95802aee8816bf6c9988ab832c862aad3e938 (patch) | |
tree | 78efd7ddba6c97db9fda36ac4917964faa35c8dc /math/qalculate-gtk/PLIST | |
parent | e061ea3b5a3f322eff9139e82ff1bb854a2ca069 (diff) | |
download | pkgsrc-0ac95802aee8816bf6c9988ab832c862aad3e938.tar.gz |
Changes 0.9.4:
* 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
Diffstat (limited to 'math/qalculate-gtk/PLIST')
-rw-r--r-- | math/qalculate-gtk/PLIST | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/qalculate-gtk/PLIST b/math/qalculate-gtk/PLIST index bec889b291b..f1cd75a130f 100644 --- a/math/qalculate-gtk/PLIST +++ b/math/qalculate-gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/28 18:35:06 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/06/14 20:14:21 adam Exp $ bin/qalculate-gtk share/applications/qalculate-gtk.desktop share/gnome/help/qalculate-gtk/C/appendixa.xml @@ -24,13 +24,16 @@ share/gnome/help/qalculate-gtk/C/figures/mainwindow-screen.png share/gnome/help/qalculate-gtk/C/figures/mainwindow.png share/gnome/help/qalculate-gtk/C/figures/plot-data.png share/gnome/help/qalculate-gtk/C/figures/plot-settings.png +share/gnome/help/qalculate-gtk/C/figures/rpn-mode.png share/gnome/help/qalculate-gtk/C/figures/store-variable.png share/gnome/help/qalculate-gtk/C/figures/unit-manager.png share/gnome/help/qalculate-gtk/C/figures/variable-manager.png share/gnome/help/qalculate-gtk/C/legal.xml share/gnome/help/qalculate-gtk/C/qalculate-gtk.xml +share/locale/nl/LC_MESSAGES/qalculate-gtk.mo share/locale/sv/LC_MESSAGES/qalculate-gtk.mo share/omf/qalculate-gtk/qalculate-gtk-C.omf +share/pixmaps/qalculate.png share/qalculate-gtk/glade/about.glade share/qalculate-gtk/glade/argumentrules.glade share/qalculate-gtk/glade/csvexport.glade @@ -41,14 +44,15 @@ share/qalculate-gtk/glade/decimals.glade share/qalculate-gtk/glade/functionedit.glade share/qalculate-gtk/glade/functions.glade share/qalculate-gtk/glade/main.glade +share/qalculate-gtk/glade/matrix.glade share/qalculate-gtk/glade/matrixedit.glade share/qalculate-gtk/glade/namesedit.glade share/qalculate-gtk/glade/nbases.glade -share/qalculate-gtk/glade/nbexpression.glade share/qalculate-gtk/glade/periodictable.glade share/qalculate-gtk/glade/plot.glade share/qalculate-gtk/glade/precision.glade share/qalculate-gtk/glade/preferences.glade +share/qalculate-gtk/glade/setbase.glade share/qalculate-gtk/glade/unit.glade share/qalculate-gtk/glade/unitedit.glade share/qalculate-gtk/glade/units.glade |