Re: Calculator

2018-07-24 Thread Nate Graham
Hi Markus, Please file a bugzilla ticket at bugs.kde.org to request this new feature. The product is "kdeplasma-addons" FWIW, a slightly easier way to accomplish what you want to do today is to use KRunner, which has a built-in calculator that accepts pasted text at least. Nate On Thu,

Re: Calculator

2010-04-11 Thread Matteo Agostinelli
On Thursday 01 April 2010 20:11:41 Aaron J. Seigo wrote: > On April 1, 2010, you wrote: > > Hi, > > > > I am currently working on improving the calculator runner, by adding an > > optional dependency on libqalculate. If the library is found, the > > calculator runner will be built against libqalcu

Re: Calculator

2010-04-03 Thread Matteo Agostinelli
Yes, it is backwards compatible. The runner is executued when you put a '=' at the beginning or at the end of the expression. The syntax for common math operations is the same. Cheers, Matteo On Sat, Apr 3, 2010 at 17:35, Richard Moore wrote: > On Thu, Apr 1, 2010 at 1:15 PM, Matteo Agostinelli

Re: Calculator

2010-04-03 Thread Richard Moore
On Thu, Apr 1, 2010 at 1:15 PM, Matteo Agostinelli wrote: > I am currently working on improving the calculator runner, by adding an > optional dependency on libqalculate. If the library is found, the calculator > runner will be built against libqalculate and it will support "advanced" > operations

Re: Calculator

2010-04-01 Thread Aaron J. Seigo
On April 1, 2010, you wrote: > Hi, > > I am currently working on improving the calculator runner, by adding an > optional dependency on libqalculate. If the library is found, the > calculator runner will be built against libqalculate and it will support > "advanced" operations (such as currency co

Re: Calculator runner

2009-10-08 Thread Richard Moore
On Wed, Oct 7, 2009 at 8:33 AM, Matteo Agostinelli wrote: > Yes, I am aware of the existence that runner, however I was not > entirely satisfied by its functionality.  First, instead of using > libqalculate it uses an external 'qalc' process and then reads the > result from standard output. Second

Re: Calculator runner

2009-10-07 Thread Matteo Agostinelli
Yes, I am aware of the existence that runner, however I was not entirely satisfied by its functionality. First, instead of using libqalculate it uses an external 'qalc' process and then reads the result from standard output. Second, it is not easily configurable. Then there were probably other rea

Re: Calculator runner

2009-10-06 Thread Aleix Pol
On Tue, Oct 6, 2009 at 10:27 PM, Aaron J. Seigo wrote: > On October 6, 2009, Aleix Pol wrote: > > Well, depends a lot on how odd it is, you could install it within kdeedu > > the same way we do with the kalgebra plasmoid. There's no odd dependency > > crossing here. > > the problem would be tha

Re: Calculator runner

2009-10-06 Thread David Baron
On Tuesday 06 October 2009 22:36:52 Aaron J. Seigo wrote: > On October 6, 2009, David Baron wrote: > > On Tuesday 06 October 2009 19:09:02 Matteo Agostinelli wrote: > > > Hello, > > > > > > as suggested by Aaron in a previous discussion, I am having a look at > > > the calculator runner with the pu

Re: Calculator runner

2009-10-06 Thread Aaron J. Seigo
On October 6, 2009, David Baron wrote: > On Tuesday 06 October 2009 19:09:02 Matteo Agostinelli wrote: > > Hello, > > > > as suggested by Aaron in a previous discussion, I am having a look at the > > calculator runner with the purpose of extending the capabilities of the > > runner by using libqal

Re: Calculator runner

2009-10-06 Thread Aaron J. Seigo
On October 6, 2009, Aleix Pol wrote: > Well, depends a lot on how odd it is, you could install it within kdeedu > the same way we do with the kalgebra plasmoid. There's no odd dependency > crossing here. the problem would be that we would then have two calculation plugins: one in kdebase (becau

Re: Calculator runner

2009-10-06 Thread David Baron
On Tuesday 06 October 2009 19:09:02 Matteo Agostinelli wrote: > Hello, > > as suggested by Aaron in a previous discussion, I am having a look at the > calculator runner with the purpose of extending the capabilities of the > runner by using libqalculate when it is available... There already is s

Re: Calculator runner

2009-10-06 Thread Matteo Agostinelli
In data martedì 6 ottobre 2009 20:56:07, Aaron J. Seigo ha scritto: : > On October 6, 2009, Matteo Agostinelli wrote: > > * how should I detect the presence of qalculate on the system? Should I > > let CMake find the library and then use the preprocessor (#ifdef, ) > > thus making it a compile-

Re: Calculator runner

2009-10-06 Thread Matteo Agostinelli
In data martedì 6 ottobre 2009 20:57:00, Aleix Pol ha scritto: : > Well, depends a lot on how odd it is, you could install it within kdeedu > the same way we do with the kalgebra plasmoid. There's no odd dependency > crossing here. > > Benefits, you would be using some maintained code inside KDE

Re: Calculator runner

2009-10-06 Thread Aleix Pol
Well, depends a lot on how odd it is, you could install it within kdeedu the same way we do with the kalgebra plasmoid. There's no odd dependency crossing here. Benefits, you would be using some maintained code inside KDE. Technically kalgebra still lacks some features though, but I'm working on i

Re: Calculator runner

2009-10-06 Thread Aaron J. Seigo
On October 6, 2009, Aleix Pol wrote: > You can use KAlgebra code which is inside kdeedu. instead of libqalculate? besides creating an odd dependency, what would the benefits be? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE cor

Re: Calculator runner

2009-10-06 Thread Aleix Pol
On Tue, Oct 6, 2009 at 7:09 PM, Matteo Agostinelli wrote: > Hello, > > as suggested by Aaron in a previous discussion, I am having a look at the > calculator runner with the purpose of extending the capabilities of the > runner > by using libqalculate when it is available, otherwise falling back t