[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

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

Heiko Tietze  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rayk...@gmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #21 from Heiko Tietze  ---
(In reply to Jim Raykowski from comment #20)
> If there are no objections I'll take it.

Please do so.

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

[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

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

--- Comment #20 from Jim Raykowski  ---
Hi All,

It's been a while since I posted code pointers for this and there has been no
takers. If there are no objections I'll take it. It's something that at times
I've found would be useful while hacking on LO. Sure, I can move the assigned
command back into the list of available commands and see the info in the
tooltip or description box, or search the commands xcu files, but, well, I
think it would be nice not to have to do that :-)

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

[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

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

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

2021-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

Muhammet Kara  changed:

   What|Removed |Added

   Keywords|needsDevEval|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

2021-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

Jim Raykowski  changed:

   What|Removed |Added

 CC||rayk...@gmail.com

--- Comment #19 from Jim Raykowski  ---
code pointers:

cui/source/customize/cfg.cxx
SvxMenuEntriesListBox
add connect_query_tooltip 

cui/source/customize/SvxNotebookbarConfigPage.cxx
SvxNotebookbarEntriesListBox
remove the inherited connect_query_tooltip and add a new one

cui/uiconfig/ui/menuassignpage.ui
add has_tooltip property to 'toolcontents' and 'menucontents' tree views

See patch that adds tooltip for Available Commands list box,
CuiConfigFunctionListBox:
https://gerrit.libreoffice.org/c/core/+/84555

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

2020-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237
Bug 112237 depends on bug 118148, which changed state.

Bug 118148 Summary: [NEWHELP] Handle  tags in the UI
https://bugs.documentfoundation.org/show_bug.cgi?id=118148

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

2020-02-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

Muhammet Kara  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, needsDevEval,
   ||skillCpp, topicUI

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

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

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

2020-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

--- Comment #18 from Heiko Tietze  ---
(In reply to Muhammet Kara from comment #17)
> Any objections?

Not from my side.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112237] Add the multiline tooltip on the Available Commands also to the Assigned Commands in the Customize dialog

2020-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

Muhammet Kara  changed:

   What|Removed |Added

Summary|Cannot get description of   |Add the multiline tooltip
   |used commands in new|on the Available Commands
   |customize dialog|also to the Assigned
   ||Commands in the Customize
   ||dialog

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs