# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: a> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/crashreportdlg.cxx
AgeCommit message (Expand)Author
2020-05-21don't show inaccessible crashreport linksAndras Timar
2020-05-21Collabora Crashreport DialogAndras Timar
2019-10-02Refactoring of the class CrashReporterJuergen Funk
2019-04-02weld CrashReportDialogCaolán McNamara
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-04-17make it possible to show crashreport error messageMarkus Mohrhard
2016-10-12CrashReportDialog: Enter safemode only after sending crash reportSamuel Mehrbrodt
2016-10-12safemode: Add flag to indicate safemodeSamuel Mehrbrodt
2016-10-11Allow entering safemode after crashSamuel Mehrbrodt
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-05use a dynamic library for minidump shared codeMarkus Mohrhard
2016-06-19loplugin:defaultparamsStephan Bergmann
2016-06-18better message for crash report dialogMarkus Mohrhard
2016-06-06svx: -Werror=unused-functionMichael Stahl
2016-06-04report the crash id back to the userMarkus Mohrhard
2016-06-04integrate the minidump upload into the normal LibreOfficeMarkus Mohrhard
2016-06-01loplugin:stringconcatStephan Bergmann
2016-05-30use the existing URL to path toolsMarkus Mohrhard
2016-05-24use correct path for minidump_upload on windowsMarkus Mohrhard
2016-03-01loplugin:sallogareasStephan Bergmann
2016-02-27add TODO comment for showing the user the generated uuidMarkus Mohrhard
2016-02-27work on adding crash report UIMarkus Mohrhard