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

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jan 21 03:58:43 UTC 2017


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

--- Comment #3 from abhilash300singh at gmail.com ---
Hi Samuel, Akshay. 

mpLocalView(http://opengrok.libreoffice.org/xref/core/sfx2/source/doc/templatedlg.cxx#162)
seems to be handling the thumbnails and mpSearchView seems to handle the same
for the searched results. As is done in the icon/list view patch Samuel
mentions above, I'll have to replace mpLocalView with "mpCurView" and set it
dynamically to either the listview or thumbnailview. 

I can't figure out what the type of "mpCurView" should be. In the reference
patch, both list/icon views derive from a parent class SvTreeListBox (
https://docs.libreoffice.org/svtools/html/classSvTreeListBox.html ). I also
need some help in figuring out code organization into different files and
breaking this task into smaller parts that I can build upon. As of now, I've
only made necessary changes in .ui file and defined click handlers. The WIP
patch is here - https://gerrit.libreoffice.org/#/c/33356/

Thanks.

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


More information about the Libreoffice-ux-advise mailing list