Searched refs:changelog (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp277 PackageInfo::SetChangelog(const BString& changelog) argument
279 if (fChangelog != changelog) {
280 fChangelog = changelog;
H A DPackageInfo.h84 void SetChangelog(const BString& changelog);
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp1113 BGroupView("package changelog view", B_HORIZONTAL)
1117 fTextView = new MarkupTextView("changelog view");
1122 "changelog scroll view", fTextView);
1141 const BString& changelog = package->Changelog(); local
1142 if (changelog.Length() > 0)
1143 fTextView->SetText(changelog);
1145 fTextView->SetDisabledText(B_TRANSLATE("No changelog available."));

Completed in 91 milliseconds