diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-05-01 13:05:00 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-05-20 13:54:17 +0000 |
commit | ca040d16d06fead95ad7ed8d10f5995fbade1219 (patch) | |
tree | 23ab08bcb53eebc9a2757e5bcffbca8c9c3f38c6 /sfx2/UIConfig_sfx.mk | |
parent | 365c4d8c60e89fd57a91f51ca51a8796fe91edd7 (diff) |
New Template Manager
1. Save Mode removed from Template Manager
2. Context Menu for TemplateViewItems (Handled from LocalView for Local Repos)
3. 'showAllTemplates()' replacing 'showRootRegion()'
4. Filter Combobox for templates (Remembers filters also)
5. Search Filter (Synchronized with Filter ComboBoxes)
6. Removed Tabs from Template Manager
7. Removed Buttons from TemplateAbstractView
8. Unused GtkToolButtons removed
9. PushButtons in UI
10. Modal dialog for Import and Move (Works from "All Categories" now too)
11. ContextMenu for TemplateSearchView
12. Delete Categories(Folder) in Settings Menu
13. Save As Template Dialog
Change-Id: I88f6568c35271c17dbd7e6877d50119a8cfe4d60
Reviewed-on: https://gerrit.libreoffice.org/24545
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/UIConfig_sfx.mk')
-rw-r--r-- | sfx2/UIConfig_sfx.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/UIConfig_sfx.mk b/sfx2/UIConfig_sfx.mk index 5e90b5af6590..a7f532dce520 100644 --- a/sfx2/UIConfig_sfx.mk +++ b/sfx2/UIConfig_sfx.mk @@ -44,6 +44,8 @@ $(eval $(call gb_UIConfig_add_uifiles,sfx,\ sfx2/uiconfig/ui/singletabdialog \ sfx2/uiconfig/ui/startcenter \ sfx2/uiconfig/ui/templatedlg \ + sfx2/uiconfig/ui/saveastemplatedlg \ + sfx2/uiconfig/ui/templatecategorydlg \ sfx2/uiconfig/ui/versionsofdialog \ sfx2/uiconfig/ui/versioncommentdialog \ sfx2/uiconfig/ui/versionscmis \ |