diff options
author | Vert D <devoptmsoi@gmx.com> | 2020-09-25 17:58:15 -0500 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-11-23 11:29:04 +0100 |
commit | 6b1de6057082bd8720594231839f967bff5372ae (patch) | |
tree | 57ae7c1982f3b270e3a42dec0bff909f6e250410 /sfx2/Library_sfx.mk | |
parent | 3c4b09a250605c9d73e48df83a6ee36a8bc2fb8b (diff) |
tdf#104154 WIP:Add list view to template manager
*Added Thumbnail View and List View Buttons,
*selection is remembered for the next launch of the template manager.
*List view added to local view and search view.
*Added columns: name, category, application, modified, size and path.
*Added column sorting.
*Search, move, set as default and other existing tasks.
Change-Id: I7615f7e41020916ae518b639dba915a0a9340ff5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103418
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index cf3eaed6f81a..b7f69f1d8e5b 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -150,6 +150,8 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/control/templatelocalview \ sfx2/source/control/templatecontaineritem \ sfx2/source/control/templatesearchview \ + sfx2/source/control/templatedlglocalview \ + sfx2/source/control/listview \ sfx2/source/control/thumbnailviewitem \ sfx2/source/control/thumbnailviewacc \ sfx2/source/control/thumbnailview \ |