[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

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

--- Comment #6 from Khushi Gautam  ---
I guess the presets are more than 20 , because when we select 2 adjecent cells,
the presets are different which are not included in the excel sheet

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2023-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

Buovjaga  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

--- Comment #5 from Heiko Tietze  ---
(In reply to Radhey Parekh from comment #4)
> ...till what index, do we need to assign the RID_SVXSTR to the code line?

Why not use all 20?

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2023-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

Radhey Parekh  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2023-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

--- Comment #4 from Radhey Parekh  ---
I would like to look into this. One doubt, till what index, do we need to
assign the RID_SVXSTR to the code line? Like you have started from (0,...) then
'(1,)', so till which index we need to assign this? Thanks :)

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2022-11-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

Hossein  changed:

   What|Removed |Added

 Whiteboard||reviewed:2022

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2022-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

Heiko Tietze  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org,
   ||mentoring@documentfoundatio
   ||n.org
 Status|UNCONFIRMED |NEW
   Keywords|needsUXEval |difficultyBeginner,
   ||easyHack, skillCpp, topicUI

--- Comment #3 from Heiko Tietze  ---
The toolbar button uses include/svx/strings.hrc starting with #define
RID_SVXSTR_TABLE_PRESET_NONE while the sidebar is defined in a ui file with
tooltips for each item. I suggest to assign the RID_SVXSTR* tooltips per code
like 

sc/source/ui/sidebar/CellBorderStyleControl.cxx

#include 
#include 

void CellBorderStylePopup::Initialize()
{
mxTBBorder1->connect_clicked ( LINK(this, CellBorderStylePopup,
TB1SelectHdl) );
mxTBBorder1->set_item_tooltip_text(0,
SvxResId(RID_SVXSTR_TABLE_PRESET_NONE));
mxTBBorder1->set_item_tooltip_text(1, SvxResId(
...

Perhaps it makes sense to clean up tooltip from the ui file to remove
confusion.

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2022-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

Rafael Lima  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||rafael.palma.l...@gmail.com
   Keywords||needsUXEval
 Whiteboard| QA:needsComment|

--- Comment #2 from Rafael Lima  ---
I support this request. As a user, I also find it weird to have so many
differences between the toolbar and the sidebar.

Let's add the UX team in the loop.

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2022-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

stragu  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||1774

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2022-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2021-12-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

--- Comment #1 from stragu  ---
Created attachment 177189
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177189=edit
Overview of options between toolbar, sidebar and dialog (LO 7.3)

This spreadsheet shows the differences between toolbar, sidebar and cell format
dialog.

The cells sharing a background colour are the ones that currently have
different tooltips when they should probably have the same one.

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

[Libreoffice-bugs] [Bug 146468] Use same border preset tooltips between toolbar and sidebar

2021-12-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146468

stragu  changed:

   What|Removed |Added

 Blocks||113654, 103428
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6466


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103428
[Bug 103428] [META] Properties deck/tab of the sidebar
https://bugs.documentfoundation.org/show_bug.cgi?id=113654
[Bug 113654] [META] Toolbar border controls bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.