Home
last modified time | relevance | path

Searched refs:crashedApp (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/
H A Ddrkonqidialog.cpp92 const CrashedApplication *crashedApp = DrKonqi::crashedApplication(); in buildIntroWidget() local
100 crashedApp->name())); in buildIntroWidget()
103 if (!crashedApp->bugReportAddress().isEmpty()) { in buildIntroWidget()
122 crashedApp->bugReportAddress()); in buildIntroWidget()
123 } else if (crashedApp->hasDeletedFiles()) { in buildIntroWidget()
144 crashedApp->name()); in buildIntroWidget()
156 crashedApp->fakeExecutableBaseName(), in buildIntroWidget()
158 QString::number(crashedApp->pid()), in buildIntroWidget()
159 crashedApp->signalName(), in buildIntroWidget()
213 …reportButton->setEnabled(!crashedApp->bugReportAddress().isEmpty() && crashedApp->fakeExecutableBa… in buildDialogButtons()
[all …]
H A Dstatusnotifier.cpp32 CrashedApplication *crashedApp = DrKonqi::crashedApplication(); in StatusNotifier() local
35 …nc("Placeholder is an application name; it crashed", "%1 Closed Unexpectedly", crashedApp->name()); in StatusNotifier()
52 CrashedApplication *crashedApp = DrKonqi::crashedApplication(); in show() local
77 if (canBeRestarted(crashedApp)) { in show()
79 connect(action, &QAction::triggered, crashedApp, &CrashedApplication::restart); in show()
81 connect(crashedApp, &CrashedApplication::restarted, action, [action](bool success) { in show()
129 CrashedApplication *crashedApp = DrKonqi::crashedApplication(); in notify() local
131 const QString title = m_activationAllowed ? m_title : crashedApp->name(); in notify()
146 if (canBeRestarted(crashedApp)) { in notify()
155 } else if (canBeRestarted(crashedApp)) { in notify()
[all …]
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/bugzillaintegration/
H A Dproductmapping.cpp20 ProductMapping::ProductMapping(const CrashedApplication *crashedApp, BugzillaManager *bzManager, QO… in ProductMapping() argument
22 , m_crashedAppPtr(crashedApp) in ProductMapping()
29 m_bugzillaProduct = crashedApp->fakeExecutableBaseName(); in ProductMapping()
34 if (!crashedApp->productName().isEmpty()) { in ProductMapping()
35 const auto l = crashedApp->productName().split(QLatin1Char('/'), Qt::SkipEmptyParts); in ProductMapping()
40 m_bugzillaProduct = crashedApp->productName(); in ProductMapping()
45 map(crashedApp->fakeExecutableBaseName()); in ProductMapping()
H A Dreportinterface.cpp133 const CrashedApplication *crashedApp = DrKonqi::crashedApplication(); in generateReportFullText() local
139 …append(QStringLiteral("Application: %1 (%2)\n").arg(crashedApp->fakeExecutableBaseName(), crashedA… in generateReportFullText()
267 const CrashedApplication *crashedApp = DrKonqi::crashedApplication(); in generateAttachmentComment() local
273 …ppend(QStringLiteral("%1 (%2) using Qt %4\n\n").arg(crashedApp->fakeExecutableBaseName(), crashedA… in generateAttachmentComment()
H A Dassistantpage_conclusion.cpp52 const CrashedApplication *crashedApp = DrKonqi::crashedApplication(); in finishClicked() local
53 BugReportAddress reportAddress = crashedApp->bugReportAddress(); in finishClicked()
58 subject = subject.arg(crashedApp->name()); in finishClicked()
59 subject = subject.arg(crashedApp->datetime().toString(QStringLiteral("yyyy-MM-dd"))); in finishClicked()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/src/libcrashreporter-gui/linux-backtrace-generator/
H A Dbacktracegenerator.cpp38 const CrashedApplication* crashedApp, in BacktraceGenerator() argument
45 m_crashedApplication(crashedApp) in BacktraceGenerator()
H A Dbacktracegenerator.h46 const CrashedApplication* crashedApp,