summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10Fix typosAndrea Gelmini1-2/+2
Change-Id: I49ac790b4f1b09f5041ec95b8cdf0d6323d036d9 Reviewed-on: https://gerrit.libreoffice.org/78796 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2015-10-13tdf#94042 Change autorecovery & autosave to 10 minutesYousuf Philips1-1/+1
Change-Id: I53ee3002db38cc7d79cd431fc6254fde5427b751 Reviewed-on: https://gerrit.libreoffice.org/19136 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2014-02-07remove the 4 send crash report tabpagesCaolán McNamara1-11/+0
and other logical consequences of officecfg::Office::Recovery::CrashReporter::Enabled == false because we have this disabled by default since the first LibreOffice release and we have no backend infrastucture to handle the submissions anyway and it's blocking conversion of legacy .src dialogs to .ui format Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc
2013-04-27xmllint: reformat filesThomas Arnhold1-136/+136
Change-Id: I7c1806285a325447e0a5ab19212cf1d4779988ef
2013-03-22officecfg: remove author tag from xcs filesThomas Arnhold1-2/+0
git blame does the same Change-Id: I79ff6866bc0de02ae841df9d15599278ade06e31
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-1/+1
removed unnecessary prop. name "Document/UserAutoSave" from saveopt.cxx fixed autosave feature setting "losing its value" set autosave feature default value to False Change-Id: I473154b21bab53bf595a5a59e87dc16e472dcbf9 Reviewed-on: https://gerrit.libreoffice.org/2663 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter1-0/+6
Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patch contributed by: Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 imported patch package_eventlistener.patch http://svn.apache.org/viewvc?view=revision&revision=1172103 Patch contributed by Pedro Giffuni Accept Google Chrome OS fonts as equivalent to MS fonts. http://svn.apache.org/viewvc?view=revision&revision=1233155 http://svn.apache.org/viewvc?view=revision&revision=1233408 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i114600#: remove forbidden characters from list of unencoded characters http://svn.apache.org/viewvc?view=revision&revision=1172370 Patches contributed by Oliver Rainer-Wittman some clean up in JPEGReader due to memory constraints http://svn.apache.org/viewvc?view=revision&revision=1299729 119114 - method <UpdateDialog::addSpecificError(..)> - create entry with correct type http://svn.apache.org/viewvc?view=revision&revision=1305265 Patches contributed by Ariel Constenla-Haile i118707 - make toolbar control's popup window grab focus http://svn.apache.org/viewvc?view=revision&revision=1225846 Patches contributed by Herbert Duerr #i118662# remove usage of BerkeleyDB in desktop module http://svn.apache.org/viewvc?view=revision&revision=1213171 minor cleanups in dp_persmap.* http://svn.apache.org/viewvc?view=revision&revision=1215064 flush early to prevent problem with extension manager not cleaning up its objects http://svn.apache.org/viewvc?view=revision&revision=1228147 i118726 do not flush *pmap file while reading it http://svn.apache.org/viewvc?view=revision&revision=1230614 #i119048# migrate BDB extension entries using a simple heuristic http://svn.apache.org/viewvc?view=revision&revision=1300972 #i119048# handle edge cases when importing BDB hash files http://svn.apache.org/viewvc?view=revision&revision=1301428 #i119113# fix of-by-one when importing BDB files http://svn.apache.org/viewvc?view=revision&revision=1305420 restore our encryption settings, icon themes, and dictionaries. removed wrapper hacks, kill obsolete bundled extension blob / pre-registration handling, remove duplicated quickstart code. remove OS/2 conditionals.
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann1-9/+9
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
2011-08-19fdo#37206 toggle default config to false for crash-reporter installedCaolán McNamara1-1/+1
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]1-4/+1
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-08autorecovery: merge after rebase to m69Frank Schoenheit [fs]1-17/+22
2010-01-05autorecovery: define a new css.document.XDocumentRecovery interface, ↵Frank Schoenheit [fs]1-17/+22
implement it in both SFX and DBACCESS, and use it in the autorecovery In this course, the auto recovery learned to restore multiple views of a document. Also, in the course of the change, the LoadDispatchListener became superfluous, and was removed. Also, the loader code in dbaccess was slightly adjusted, since now the connectController call is in the responsibility of the loader, and must not happen inside the XController::attachModel call anymore. This change made the ModelControllerConnector class superfluous, so it has been removed, too.
2009-12-03#i105172# allow to request storing of documents from the user on session ↵Mikhail Voitenko1-0/+13
shutdown
2008-04-11INTEGRATION: CWS changefileheader (1.7.526); FILE MERGEDRüdiger Timm1-24/+19
2008/03/31 12:48:16 rt 1.7.526.1: #i87441# Change license header to LPGL v3.
2005-12-21INTEGRATION: CWS fwk27 (1.6.28); FILE MERGEDOliver Bolte1-3/+15
2005/12/07 12:01:27 as 1.6.28.1: #124610# new config items to specify the required minimum disc space needed by an AutoSave
2005-11-11INTEGRATION: CWS c06 (1.4.64); FILE MERGEDRüdiger Timm1-2/+19
2005/09/19 08:14:16 cd 1.4.64.1: #i53531# Make crash reporter optional
2005-09-08INTEGRATION: CWS ooo19126 (1.4.72); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 12:02:12 rt 1.4.72.1: #i54170# Change license header: remove SISSL
2005-04-18INTEGRATION: CWS olefix (1.3.154); FILE MERGEDOliver Bolte1-3/+3
2005/04/11 13:07:51 as 1.3.154.1: #i47154# differ between recovery and session data
2004-11-28#i10000# tags changedKurt Zenker1-19/+19
2004-11-26INTEGRATION: CWS recovery04 (1.1.4); FILE ADDEDRüdiger Timm1-0/+150
2004/08/08 13:20:27 as 1.1.4.3: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/08/02 11:23:10 as 1.1.4.2: #27726# new config for recovery and emergency save 2004/07/23 13:50:11 hro 1.1.4.1: #i20882# Merging from recovery03