* Added Travis Geiselbrecht for his NewOS kernel.

* Moved Adi Oanca and Matthijs Hollemans to the list of contributors, as they are
  no longer active developers.
* Moved Michael Lotz to the list of active developers.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16853 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-22 12:55:31 +00:00
parent 32379481e3
commit 8d4005f236
+21 -20
View File
@@ -300,15 +300,15 @@ AboutView::AboutView(const BRect &rect)
fCreditsView, B_FOLLOW_ALL, B_WILL_DRAW | B_FRAME_EVENTS, false, true, B_PLAIN_BORDER); fCreditsView, B_FOLLOW_ALL, B_WILL_DRAW | B_FRAME_EVENTS, false, true, B_PLAIN_BORDER);
AddChild(creditsScroller); AddChild(creditsScroller);
rgb_color darkgrey = { 100, 100, 100, 255 }; rgb_color darkgrey = { 100, 100, 100, 255 };
rgb_color haiku_green = { 42, 131, 36, 255 }; rgb_color haikuGreen = { 42, 131, 36, 255 };
rgb_color haiku_orange = { 255, 69, 0, 255 }; rgb_color haikuOrange = { 255, 69, 0, 255 };
rgb_color haiku_yellow = { 255, 176, 0, 255 }; rgb_color haikuYellow = { 255, 176, 0, 255 };
BFont font(be_bold_font); BFont font(be_bold_font);
font.SetSize(font.Size() + 4); font.SetSize(font.Size() + 4);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_green); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuGreen);
fCreditsView->Insert("Haiku\n"); fCreditsView->Insert("Haiku\n");
font.SetSize(be_bold_font->Size()); font.SetSize(be_bold_font->Size());
@@ -317,7 +317,7 @@ AboutView::AboutView(const BRect &rect)
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert("Copyright " B_UTF8_COPYRIGHT "2001-2006 Haiku, Inc.\n\n"); fCreditsView->Insert("Copyright " B_UTF8_COPYRIGHT "2001-2006 Haiku, Inc.\n\n");
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_orange); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuOrange);
fCreditsView->Insert("Team Leads:\n"); fCreditsView->Insert("Team Leads:\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
@@ -334,7 +334,7 @@ AboutView::AboutView(const BRect &rect)
"Michael Wilber\n" "Michael Wilber\n"
"\n"); "\n");
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_orange); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuOrange);
fCreditsView->Insert("Developers:\n"); fCreditsView->Insert("Developers:\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
@@ -344,15 +344,14 @@ AboutView::AboutView(const BRect &rect)
"Stefano Ceccherini\n" "Stefano Ceccherini\n"
"Rudolf Cornelissen\n" "Rudolf Cornelissen\n"
"Jérôme Duval\n" "Jérôme Duval\n"
"Matthijs Hollemans\n"
"Waldemar Kornewald\n" "Waldemar Kornewald\n"
"Thomas Kurschel\n" "Thomas Kurschel\n"
"Adi Oanca\n" "Michael Lotz\n"
"Niels Reedijk\n" "Niels Reedijk\n"
"Bryan Varner\n" "Bryan Varner\n"
"\n"); "\n");
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_orange); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuOrange);
fCreditsView->Insert("Contributors:\n"); fCreditsView->Insert("Contributors:\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
@@ -363,13 +362,13 @@ AboutView::AboutView(const BRect &rect)
"Cian Duffy\n" "Cian Duffy\n"
"Marc Flerackers\n" "Marc Flerackers\n"
"Daniel Furrer\n" "Daniel Furrer\n"
"Matthijs Hollemans\n"
"Erik Jaesler\n" "Erik Jaesler\n"
"Marcin Konicki\n" "Marcin Konicki\n"
"Elad Lahav\n" "Elad Lahav\n"
"Santiago Lema\n" "Santiago Lema\n"
"Oscar Lesta\n" "Oscar Lesta\n"
"Jerome Leveque\n" "Jerome Leveque\n"
"Michael Lotz\n"
"Graham MacDonald\n" "Graham MacDonald\n"
"Brian Matzon\n" "Brian Matzon\n"
"Christopher ML Zumwalt May\n" "Christopher ML Zumwalt May\n"
@@ -379,6 +378,7 @@ AboutView::AboutView(const BRect &rect)
"MrSiggler\n" "MrSiggler\n"
"Alan Murta\n" "Alan Murta\n"
"Frans Van Nispen\n" "Frans Van Nispen\n"
"Adi Oanca\n"
"Pahtz\n" "Pahtz\n"
"Michael Paine\n" "Michael Paine\n"
"Michael Phipps\n" "Michael Phipps\n"
@@ -402,26 +402,27 @@ AboutView::AboutView(const BRect &rect)
"\n" B_UTF8_ELLIPSIS " and probably some more we forgot to mention (sorry!)" "\n" B_UTF8_ELLIPSIS " and probably some more we forgot to mention (sorry!)"
"\n\n"); "\n\n");
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_orange); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuOrange);
fCreditsView->Insert("Special Thanks To:\n"); fCreditsView->Insert("Special Thanks To:\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert("Travis Geiselbrecht (and his NewOS kernel)\n");
fCreditsView->Insert("Michael Phipps (project founder)\n\n"); fCreditsView->Insert("Michael Phipps (project founder)\n\n");
font.SetSize(be_bold_font->Size() + 4); font.SetSize(be_bold_font->Size() + 4);
font.SetFace(B_BOLD_FACE); font.SetFace(B_BOLD_FACE);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_green); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuGreen);
fCreditsView->Insert("\nCopyrights\n\n"); fCreditsView->Insert("\nCopyrights\n\n");
font.SetSize(be_bold_font->Size()); font.SetSize(be_bold_font->Size());
font.SetFace(B_BOLD_FACE | B_ITALIC_FACE); font.SetFace(B_BOLD_FACE | B_ITALIC_FACE);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("AntiGrain Geometry\n"); fCreditsView->Insert("AntiGrain Geometry\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert("Copyright (C) 2002-2006 Maxim Shemanarev (McSeem)\n\n"); fCreditsView->Insert("Copyright (C) 2002-2006 Maxim Shemanarev (McSeem)\n\n");
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("PDFLib\n"); fCreditsView->Insert("PDFLib\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert( fCreditsView->Insert(
@@ -429,14 +430,14 @@ AboutView::AboutView(const BRect &rect)
"All rights reserved.\n" "All rights reserved.\n"
"PDFlib and the PDFlib logo are registered trademarks of PDFlib GmbH.\n\n"); "PDFlib and the PDFlib logo are registered trademarks of PDFlib GmbH.\n\n");
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("FreeType2\n"); fCreditsView->Insert("FreeType2\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert("Portions of this software are copyright (C) 1996-2006 The FreeType" fCreditsView->Insert("Portions of this software are copyright (C) 1996-2006 The FreeType"
" Project (www.freetype.org). All rights reserved.\n\n"); " Project (www.freetype.org). All rights reserved.\n\n");
// Mesa3D (http://www.mesa3d.org) copyrights // Mesa3D (http://www.mesa3d.org) copyrights
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("Mesa\n"); fCreditsView->Insert("Mesa\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert( fCreditsView->Insert(
@@ -444,7 +445,7 @@ AboutView::AboutView(const BRect &rect)
"Mesa3D project (www.mesa3d.org). All rights reserved.\n\n"); "Mesa3D project (www.mesa3d.org). All rights reserved.\n\n");
// SGI's GLU implementation copyrights // SGI's GLU implementation copyrights
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("GLU\n"); fCreditsView->Insert("GLU\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert( fCreditsView->Insert(
@@ -452,7 +453,7 @@ AboutView::AboutView(const BRect &rect)
"SGI's Software FreeB license. All rights reserved.\n\n"); "SGI's Software FreeB license. All rights reserved.\n\n");
// GLUT implementation copyrights // GLUT implementation copyrights
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("GLUT\n"); fCreditsView->Insert("GLUT\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert( fCreditsView->Insert(
@@ -462,7 +463,7 @@ AboutView::AboutView(const BRect &rect)
"Copyright (c) 1999 Jake Hamby. \n\n"); "Copyright (c) 1999 Jake Hamby. \n\n");
// Konatu font // Konatu font
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("Konatu font\n"); fCreditsView->Insert("Konatu font\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert( fCreditsView->Insert(