AboutSystem: some updates to the contributors list

- Move Kyle Ambroff-Kao to the maintainers
- Add Diver, Vidrep and Luroh as bug triaging and testing team (your
  work deserves more credit, thanks a lot!)
- Move Koki back into "past website/marketing team"

Change-Id: I3f198277804aaa2dedf0551ced65e5f94393f3ea
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2624
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Adrien Destugues 2020-05-09 14:15:07 +02:00 committed by waddlesplash
parent fc86ef2cef
commit 566914fad4
2 changed files with 16 additions and 5 deletions

View File

@ -594,6 +594,7 @@ AboutView::AboutView()
.Add(_CreateLabel("uptimelabel",
B_TRANSLATE("Time running:")))
.Add(fUptimeView)
.AddGlue()
.SetInsets(5, 5, 5, 5)
.End()
// TODO: investigate: adding this causes the time to be cut
@ -602,7 +603,7 @@ AboutView::AboutView()
.Add(_CreateCreditsView());
float min = fMemView->MinSize().width * 1.1f;
fCreditsView->SetExplicitMinSize(BSize(min, min));
fCreditsView->SetExplicitMinSize(BSize(min * 3, min));
}
@ -956,6 +957,12 @@ AboutView::_CreateCreditsView()
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert(kPastWebsiteTeam);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);
fCreditsView->Insert(B_TRANSLATE("Testing and bug triaging:\n"));
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert(kTestingTeam);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);
fCreditsView->Insert(B_TRANSLATE("Contributors:\n"));

View File

@ -380,6 +380,7 @@ static const Translation kTranslations[] = {
#define kNumberOfTranslations (sizeof(kTranslations) / sizeof(Translation))
#define kCurrentMaintainers \
"Kyle Ambroff-Kao\n" \
"Stephan Aßmus\n" \
"Augustin Cavalier\n" \
"Stefano Ceccherini\n" \
@ -459,8 +460,13 @@ static const Translation kTranslations[] = {
"Siarzhuk Zharski\n" \
"\n"
#define kTestingTeam \
"luroh\n" \
"Robert Mercer (Vidrep)\n" \
"Sergei Reznikov\n" \
"\n"
#define kContributors \
"Kyle Ambroff-Kao\n" \
"Andrea Anzani\n" \
"Sean Bartell\n" \
"Sambuddha Basu\n" \
@ -521,13 +527,11 @@ static const Translation kTranslations[] = {
"Brian Luft\n" \
"Christof Lutteroth\n" \
"Graham MacDonald\n" \
"Jorge G. Mare (Koki)\n" \
"Jan Matějek\n" \
"Brian Matzon\n" \
"Christopher ML Zumwalt May\n" \
"Andrew McCall\n" \
"Nathan Mentley\n" \
"Robert Mercer (Vidrep)\n" \
"Marius Middelthon\n" \
"Marco Minutoli\n" \
"Misza\n" \
@ -548,7 +552,6 @@ static const Translation kTranslations[] = {
"Jeremy Rand\n" \
"Hartmut Reh\n" \
"Daniel Reinhold\n" \
"Sergei Reznikov\n" \
"Chris Roberts\n" \
"Samuel Rodríguez Pérez\n" \
"Thomas Roell\n" \
@ -583,6 +586,7 @@ static const Translation kTranslations[] = {
#define kPastWebsiteTeam \
"Phil Greenway\n" \
"Gavin James\n" \
"Jorge G. Mare (Koki)\n" \
"Urias McCullough\n" \
"Richie Nyhus\n" \
"Jonathan Yoder\n" \