[Libreoffice-ux-advise] [Bug 104154] Add list view to template manager

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jan 24 09:57:27 UTC 2017


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

--- Comment #5 from Akshay Deep <akshaydeepiitr at gmail.com> ---
Hi Samuel, Abhilash,
I can think of a slightly different approach here. It will be good to subclass
SvSimpleTable class to create a custom widget which displays lists of templates
along with their properties. All the features can be implemented in the custom
widget similar to TemplateLocalView. It can then be dynamically shown or kept
hidden according to the user preference.
Similar work of creating a custom list view has been seen here:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=08da15cabdcef60191f4ed98ed694eba3e35b5e1

when the user switches from listview to thumbnailview or vice-versa, controls
can just be reloaded. See-> TemplateLocalView::Reload and a similar function in
the list view widget has to be implemented.

After this is done, other tasks such as move, copy, delete, rename, search, etc
can be implemented to the custom listview widget.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list