From 989cf68b68eda98b9f3942bb738e60ec649707dc Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Tue, 1 Nov 2016 14:09:54 +0300 Subject: tdf#103146 Revamp Extension Manager Dialog, Part 1 Moved the "Check for Updates", and "Add" buttons to the new row, and started moving the buttons from the ExtBoxWithBtns_Impl to the new row. Needed to create new public methods to be able to update button states of ExtMgrDialog from within the ExtBoxWithBtns_Impl class. Change-Id: Iea784d0b7237da3f8aa05862dbf1faf5acf98655 Reviewed-on: https://gerrit.libreoffice.org/30560 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- desktop/uiconfig/ui/extensionmanager.ui | 136 ++++++++++++++++++++++++-------- 1 file changed, 101 insertions(+), 35 deletions(-) (limited to 'desktop/uiconfig') diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index 7db4d203bc4e..af2f904ee737 100644 --- a/desktop/uiconfig/ui/extensionmanager.ui +++ b/desktop/uiconfig/ui/extensionmanager.ui @@ -1,5 +1,5 @@ - + @@ -32,34 +32,6 @@ True - - - Add... - True - True - True - True - True - - - False - True - 1 - - - - - Check for updates... - True - True - True - - - False - True - 2 - - gtk-close @@ -71,7 +43,7 @@ False True - 3 + 1 @@ -99,6 +71,93 @@ 0 + + + True + False + 6 + start + + + _Options + True + True + True + True + + + True + True + 0 + + + + + Check for _Updates + True + True + True + True + + + False + True + 1 + True + + + + + _Add + True + True + True + True + True + True + + + False + True + 2 + True + + + + + Remove + True + True + True + + + True + True + 3 + True + + + + + Enable + True + True + True + + + True + True + 4 + True + + + + + False + True + 1 + + True @@ -187,7 +246,7 @@ False True - 1 + 2 @@ -199,8 +258,8 @@ False True - right Adding %EXTENSION_NAME + right 0 @@ -247,11 +306,20 @@ 1 + + + + + + + + + False True - 2 + 3 @@ -265,8 +333,6 @@ help - add - update close -- cgit