From db231633af4667e24281e0be69ab63ad3081fdc3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 23 Aug 2016 15:24:23 +0300 Subject: Simplify user name option GUI: Just a single "name" field See https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/ And it makes the code simpler. Win-win. It is just a single full name that is stored in ODF and OOXML anyway. Take care of migrating separate given names, father's names and surnames from older user profiles if modifying the data. Handle the "Eastern" (as the code calls it) case, too. Change-Id: Iebf59f224995f722669f844d03053a55c088bc6e --- cui/uiconfig/ui/optuserpage.ui | 204 +---------------------------------------- 1 file changed, 5 insertions(+), 199 deletions(-) (limited to 'cui/uiconfig') diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui index 93a7db478f96..009ec6ec73be 100644 --- a/cui/uiconfig/ui/optuserpage.ui +++ b/cui/uiconfig/ui/optuserpage.ui @@ -39,9 +39,9 @@ False True end - First/last _name/initials: + Name/initials: True - firstname + lastname 0 @@ -142,24 +142,6 @@ False True 6 - - - True - True - center - True - - - - First name - - - - - 0 - 0 - - True @@ -169,12 +151,12 @@ - Last name + Name - 1 + 0 0 @@ -192,7 +174,7 @@ - 2 + 1 0 @@ -424,182 +406,6 @@ 12 - - - False - True - end - Last name/first _name/father’s name/initials: - True - ruslastname - - - 0 - 2 - - - - - False - True - 6 - - - True - True - center - True - - - - Last name - - - - - 0 - 0 - - - - - True - True - center - True - - - - Father's name - - - - - 2 - 0 - - - - - True - True - center - - 7 - - - Initials - - - - - 3 - 0 - - - - - True - True - center - True - - - - First name - - - - - 1 - 0 - - - - - 1 - 2 - - - - - False - True - end - Last/first _name/initials: - True - eastlastname - - - 0 - 3 - - - - - False - True - 6 - - - True - True - center - True - - - - Last name - - - - - 0 - 0 - - - - - True - True - center - True - - - - First name - - - - - 1 - 0 - - - - - True - True - center - - 7 - - - Initials - - - - - 2 - 0 - - - - - 1 - 3 - - False -- cgit