[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2020-08-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350066

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||668feb3e17809f3da0f1a2b6a36
   ||b95d970d7e694
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.20

--- Comment #6 from Nate Graham  ---
Git commit 668feb3e17809f3da0f1a2b6a36b95d970d7e694 by Nate Graham, on behalf
of Alexander Lohnau.
Committed on 04/08/2020 at 00:53.
Pushed by ngraham into branch 'master'.

Allow x and multiplication symbol instead of *
FIXED-IN: 5.20

This will allow us to run queries like:
4x4
4x4,2
4x,2

But if we explicitly want the x to be interpreted as a
variable by qalculate we can run:
=4x*4

M  +23   -1runners/calculator/calculatorrunner.cpp
M  +1-0runners/calculator/calculatorrunner.h

https://invent.kde.org/plasma/plasma-workspace/commit/668feb3e17809f3da0f1a2b6a36b95d970d7e694

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2020-07-23 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=350066

Alexander Lohnau  changed:

   What|Removed |Added

   Assignee|m...@vhanda.in|alexander.loh...@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2020-07-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=350066

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/163

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2020-07-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350066

--- Comment #4 from Christoph Feck  ---
This is not 'x' but '×'. Behavior probably depends on whether the calculator
runner is compiled against libqalculate or plain javascript.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2020-07-18 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=350066

Alexander Lohnau  changed:

   What|Removed |Added

 CC||alexander.loh...@gmx.de

--- Comment #3 from Alexander Lohnau  ---
>Additionally, '=3×2' returns garbage

Well it depends on how you interpret the x. The engine thinks of x as a
variable, consequently the statement 3x2 gets interpreted as 3*x*2.

But from a usability point of view the bug makes sense, I will look into
writing a patch :-).

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2020-07-17 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=350066

Christophe Giboudeaux  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #2 from Christophe Giboudeaux  ---
Still valid.

Additionally, '=3×2' returns garbage

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2020-07-17 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=350066

Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||christo...@krop.fr

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 350066] Multiplications with x (instead of *) append x to the result

2016-04-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350066

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---
When I now enter =5779x3691 I just get no result whatsoever.

-- 
You are receiving this mail because:
You are watching all bug changes.