Warning: session_start(): open(/tmp/sess_9haemqkkc1ogu3u3uuknh0jl04, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Qalculate! openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (2) .- Knowledge Base  . 

Qalculate!

   0.9.6  

KDE Scientific

Score 86%
Qalculate!
zoom


Qalculate!
zoom


Qalculate!
zoom


Link:  Link
Downloads:  5536
Submitted:  Jun 2 2005
Updated:  Jun 17 2007

Description:

Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface (KDE or GTK+).




Changelog:

- 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
- 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




LicenseGPL
Send to a friend
Subscribe
Other  Content  from NiQ
Report inappropriate content



goto page:  1  2  3 

-
.

 build issues

 
 by jsantiagoh on: Jun 3 2005
 
Score 50%

I'm using kde 3.4.1 and qt 3.3.4 and couldn't compile qalculate-kde because i get lots of std::string to QString convertion errors, i have no idea about qt programming but it seems that it need some kind of convertion, I wonder if it's just me having this issue. The autor seems to have tested it with the same version of the libraries, that's what's confusing me. Ah and got some problem with the CNL in the configure, easly solved. BTW libqalculate and qalculate-gtk are working fine.
Great news there is a qalculate-kde, i use this app a lot and i love it. Hope can make it work.

Thanks


Reply to this

-

 Re: build issues

 
 by NiQ on: Jun 3 2005
 
Score 50%

I'm a bit confused with QString and std::string. I used QString::ascii() for conversion but I sometimes forgot it and it worked anyway (in some cases). I guess I should go through the code and make sure that I use QString::ascii() everywhere.

I expect there will be lots of problems in this first version that soon will be fixed.


Reply to this

-

 Re: Re: build issues

 
 by NiQ on: Jun 3 2005
 
Score 50%

oops. I'm sorry. I see now that the problem was in the other direction (std::string -> QString). Can please post the error messages.


Reply to this

-

 Re: Re: Re: build issues

 
 by jsantiagoh on: Jun 3 2005
 
Score 50%

The list of archives whith the issue is long, i'll post a bug in sf with an attached text list.

I also get:
checking for CLN - version >= 1.1.0... no
*** Could not run CLN test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means CLN was incorrectly installed
*** or that you have moved CLN since it was installed. In the latter case, you
*** may want to edit the cln-config script: /usr/bin/cln-config.
configure: error: No suitable installed version of CLN could be found.


in configure, even when libqalculate and qalculate-gtk where compiled and installed wihout problem.


Reply to this

-

 Re: Re: Re: Re: build issues

 
 by NiQ on: Jun 3 2005
 
Score 50%

can you please also post config.log (in a bug or directly to me). how did you solve/bypass it?


Reply to this

-

 Re: Re: Re: Re: Re: build issues

 
 by jsantiagoh on: Jun 3 2005
 
Score 50%

I didn't look into it, just supposed that was a configure.in error detecting CNL so i removed the CNL check in configure.in, did autoconf; automake and then ./configure && make.

I'll post the config.log in bug.


Reply to this

-

 build fails on...

 
 by thomas12777 on: Jun 11 2005
 
Score 50%

... --enable-final simple reason: preferences.h misses #ifndef PREFERENCES_H #define PREFERENCES_H ... #endif statements btw, great app! and btw more: i cannot mail you: ... Deferred: Connection timed out with mx.altern.org. Warning: message still undelivered after 12 hours Will keep trying until message is 5 days old (the addy's correct, i just resited to post a valid mail address)


Reply to this

-
.

 Re: build fails on...

 
 by thomas12777 on: Jun 11 2005
 
Score 50%

and where did my linebreaks go???


Reply to this

-

 Re: build fails on...

 
 by NiQ on: Jun 11 2005
 
Score 50%

I have uploaded a fixed tarball replacing the old.



The email will arrive sooner or later. altern.org seems to have a bit too much downtime and I have now changed my e-mail address on kde-apps.org.


Reply to this

-

 Fonts?

 
 by lucher on: Jun 11 2005
 
Score 50%

Which fonts are you using in the window decoration and in the menu bar. Do you know where I can download them? They really look kool.


Reply to this

-

 Re: Fonts?

 
 by NiQ on: Jun 12 2005
 
Score 50%

In the screenshot, the window title font is "Script MT Bold" and the menu font is "Copperplate Gothic Light" (both unfortunately commercial fonts included in ms office). On the desktop "French Script MT" is used and the rest is "Bitstream Charter" (Type1).


Reply to this

-
.

 Gentoo ebuilds?

 
 by anmaster on: Sep 11 2005
 
Score 50%

Are there any ebuilds for Qalculate!?


I love Gentoo. :)
Reply to this

-

 Re: Gentoo ebuilds?

 
 by NiQ on: Sep 22 2005
 
Score 50%

yes.

just do
emerge qalculate-kde
or
ACCEPT_KEYWORDS="~x86" emerge qalculate-kde
to get the much improved 0.8.1 version


Reply to this

-
.

 Program icon

 
 by Lenz on: Sep 23 2005
 
Score 50%

First of all, I have to say that your program is a very useful calculator.

I use the KDE version. Would anyone make an icon for this great app?


-- Lenz


Reply to this

-
.

 SlackWare TGZPackage

 
 by gohanz on: Nov 10 2005
 
Score 50%

A SlackWare 10.2 TGZ Package with SlackBuild script is ready to download!!

http://www.slacky.it


http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=737&parent=category


Reply to this

goto page:  1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team