From 6b1de6057082bd8720594231839f967bff5372ae Mon Sep 17 00:00:00 2001 From: Vert D Date: Fri, 25 Sep 2020 17:58:15 -0500 Subject: 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 Reviewed-by: Heiko Tietze --- sfx2/uiconfig/ui/templatedlg.ui | 316 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 314 insertions(+), 2 deletions(-) (limited to 'sfx2/uiconfig') diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index 7e0caa03052d..2a352fb268a3 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -35,6 +35,16 @@ False sfx2/res/actionaction013.png + + True + False + svx/res/galicon.png + + + True + False + svx/res/gallist.png + True False @@ -53,6 +63,24 @@ + + + + + + + + + + + + + + + + + + 740 500 @@ -171,6 +199,50 @@ True False 12 + + + True + False + + + True + True + True + Thumbnail View + image8 + none + True + + + False + True + 0 + + + + + True + True + True + List View + image9 + none + True + + + False + True + 1 + + + + + False + True + end + 0 + + True @@ -217,7 +289,7 @@ False True end - 0 + 1 @@ -230,7 +302,7 @@ False True end - 1 + 2 @@ -326,6 +398,246 @@ 1 + + + True + True + True + True + in + + + True + True + True + True + True + tree_store + False + 0 + False + + + multiple + + + + + + + + 0 + + + + + + + True + 6 + Name + True + True + + + 3 + + + 1 + + + + + + + True + 6 + Category + True + + + 3 + + + 2 + + + + + + + True + Application + True + + + 3 + + + 3 + + + + + + + True + Modified + True + + + 3 + + + 4 + + + + + + + True + Size + True + + + 3 + + + 5 + + + + + + + + + True + True + 2 + + + + + True + True + True + True + in + + + True + True + True + True + True + tree_store + False + 0 + False + + + multiple + + + + + + + + 0 + + + + + + + True + 6 + Name + True + True + + + 3 + + + 1 + + + + + + + True + 6 + Category + True + + + 3 + + + 2 + + + + + + + True + Application + True + + + 3 + + + 3 + + + + + + + True + Modified + True + + + 3 + + + 4 + + + + + + + True + Size + True + + + 3 + + + 5 + + + + + + + + + True + True + 3 + + -- cgit