https://bugs.documentfoundation.org/show_bug.cgi?id=32581

--- Comment #30 from abhilash300si...@gmail.com ---
The content in popup.src doesn't make sense with the context menu you get on
right clicking media objects. The code pointer might be wrong. Comment 23
mentions about giving detailed code pointers, but doesn't do so. It would be
great if the same happens. 

The code for playback toolbar is apparently located here -
http://opengrok.libreoffice.org/xref/core/avmedia/source/framework/mediacontrol.cxx.
We can just display a textlabel showing the file path in this toolbox. Items
can be inserted in toolbox(maToolBox) using InsertItem function. The problem
is, currently this function is overloaded only to handle insertion of
buttons(play, pause etc). We need to insert a text label. If someone can mentor
me in writing that function, this should be easy.

-- 
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

Reply via email to