From 677197b3459df2c89be32595e0cb1b8b3e144c69 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Tue, 22 Dec 2015 13:12:23 +0200 Subject: New saving behavior MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in this commit: - AlwaysAllowSave config is gone. Saving is always permitted, unless in a read only document. Also changed the behavior in dbaccess to match sfx2. - The toolbar save button is always enabled, to always give access to the dropdown. That's the case even in a read only document, except that it changes to DROPDOWNONLY, and the save as command icon+tooltip. In table/query designers we still disable the button in read only state. - When the document is modified, the toolbar button gets a special icon to indicate that. Reviewed-on: https://gerrit.libreoffice.org/20839 Reviewed-by: Maxim Monastirsky Tested-by: Maxim Monastirsky (cherry picked from commit 22328a224df4619218b88205838307f70612207e) loplugin:unreffun (cherry picked from commit ea708936c4684668f9aefc3ce9ec2001dbd4bdf2) Change-Id: I56c169bf48b78faaf53c2989ce8624f8297ffb6e Tango: Update Save icons and support “savemodified” status Change-Id: I03589895437907b9048542f07128801577fe62dc (cherry picked from commit a7198d38f0294ab5db04a7f4457565ea8b2c32f1) Reviewed-on: https://gerrit.libreoffice.org/21260 Reviewed-by: Samuel Mehrbrodt Reviewed-by: Adolfo Jayme Barrientos Tested-by: Jenkins Tested-by: Samuel Mehrbrodt --- officecfg/registry/data/org/openoffice/Setup.xcu | 1 - officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 ------- 2 files changed, 8 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 2a77ab18b877..94d2c79da758 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -884,7 +884,6 @@ /org.openoffice.Office.Common/I18N /org.openoffice.Office.Common/InternalMSExport /org.openoffice.Office.Common/Load - /org.openoffice.Office.Common/Misc/AlwaysAllowSave /org.openoffice.Office.Common/Misc/DisableUICustomization /org.openoffice.Office.Common/Misc/ExperimentalMode /org.openoffice.Office.Common/Misc/FormControlPilotsEnabled diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 7279a04b9dc5..6adfa44a1e53 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5599,13 +5599,6 @@ false - - - Determines if the user can save the document even when it's not - modified. - - false - Determines if various experimental, and potentially unstable -- cgit