[Libreoffice-bugs] [Bug 155179] Strange "=>" used in solver dialog for "greater or equal"

2023-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155179

BogdanB  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||buzea.bog...@libreoffice.or
   ||g
   Assignee|libreoffice-b...@lists.free |buzea.bog...@libreoffice.or
   |desktop.org |g

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155179] Strange "=>" used in solver dialog for "greater or equal"

2023-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155179

Hossein  changed:

   What|Removed |Added

   Keywords|needsDevEval, topicUI   |difficultyBeginner,
   ||easyHack, skillUI

--- Comment #3 from Hossein  ---
(In reply to Stéphane Guillou (stragu) from comment #1)
> Seen in:
> 
> Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: 002ae41bb6088002ba3ed0188ac822fb823a23f9
> CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
> Locale: en-AU (en_AU.UTF-8); UI: en-US
> Calc: threaded
> 
> Weirdly enough, OOo 3.3 had >= but LO 6.0 had =>, so it must have been
> changed deliberately at some stage?
> 
> We could even consider using characters like ≥ or ⩾ and ≤ or ⩽
> 
> Hossein, an easyhack ?
I think this is suitable for an EasyHack. Searching for a string from the UI
leads to the below UI file, in which one can easily modify:

$ git grep -l "Limiting Conditions"
sc/uiconfig/scalc/ui/solverdlg.ui

Using a text editor, the change in the UI file would be minimal. Please note
that there are 4 instances of each of these characters in the UI file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155179] Strange "=>" used in solver dialog for "greater or equal"

2023-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155179

--- Comment #2 from Mike Kaganski  ---
(In reply to Stéphane Guillou (stragu) from comment #1)
> We could even consider using characters like ≥ or ⩾ and ≤ or ⩽

Just a note: when considering Unicode symbols, remember that the system font
used for their rendering could not have it. Cue: bug 133089 caused by a fix to
tdf#124471 (but PUA codepoints were used there, so might be moot).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155179] Strange "=>" used in solver dialog for "greater or equal"

2023-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155179

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|unspecified |6.0.0.3 release
 Blocks||113360
 Ever confirmed|0   |1
 CC||hoss...@libreoffice.org
   Severity|normal  |trivial
   Priority|medium  |lowest
   Keywords||needsDevEval
 Status|UNCONFIRMED |NEW

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Seen in:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 002ae41bb6088002ba3ed0188ac822fb823a23f9
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Weirdly enough, OOo 3.3 had >= but LO 6.0 had =>, so it must have been changed
deliberately at some stage?

We could even consider using characters like ≥ or ⩾ and ≤ or ⩽

Hossein, an easyhack ?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113360
[Bug 113360] [META] Solver-related bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.