23 #if wxCHECK_VERSION(3, 0, 0) 25 #endif // wxCHECK_VERSION 47 cbMessageBox(
_(
"There was an error loading the \"About\" dialog from XRC file."),
53 cancelButton->SetDefault();
54 cancelButton->SetFocus();
58 _(
" is a full-featured IDE (Integrated Development Environment) " 59 "aiming to make the individual developer (and the development team) " 60 "work in a nice programming environment offering everything he/they " 61 "would ever need from a program of that kind.\n" 62 "Its pluggable architecture allows you, the developer, to add " 63 "any kind of functionality to the core program, through the use of " 78 XRCCTRL(*
this,
"txtDescription",
wxTextCtrl)->SetValue(description);
79 XRCCTRL(*
this,
"txtThanksTo",
wxTextCtrl)->SetValue(
_(
82 "Yiannis Mandravellos: Developer - Project leader\n" 83 "Thomas Denk : Developer\n" 84 "Lieven de Cock : Developer\n" 85 "\"tiwag\" : Developer\n" 86 "Martin Halle : Developer\n" 87 "Biplab Modak : Developer\n" 88 "Jens Lody : Developer\n" 89 "Yuchen Deng : Developer\n" 90 "Teodor Petrov : Developer\n" 91 "Daniel Anselmi : Developer\n" 92 "Yuanhui Zhang : Developer\n" 93 "Damien Moore : Developer\n" 94 "Micah Ng : Developer\n" 95 "Ricardo Garcia : All-hands person\n" 96 "Paul A. Jimenez : Help and AStyle plugins\n" 97 "Thomas Lorblanches : CodeStat and Profiler plugins\n" 98 "Bartlomiej Swiecki : wxSmith RAD plugin\n" 99 "Jerome Antoine : ThreadSearch plugin\n" 100 "Pecan Heber : Keybinder, BrowseTracker, DragScroll\n" 101 " CodeSnippets plugins\n" 102 "Arto Jonsson : CodeSnippets plugin (passed on to Pecan)\n" 103 "Darius Markauskas : Fortran support\n" 104 "Mario Cupelli : Compiler support for embedded systems\n" 106 "Jonas Zinn : Misc. wxSmith AddOns and plugins\n" 107 "Mirai Computing : cbp2make tool\n" 108 "Anders F Bjoerklund : wxMac compatibility\n" 110 "Contributors (in no special order):\n" 111 "-----------------------------------\n" 112 "Daniel Orb : RPM spec file and packages\n" 113 "byo,elvstone, me22 : Conversion to Unicode\n" 114 "pasgui : Providing Ubuntu nightly packages\n" 115 "Hakki Dogusan : DigitalMars compiler support\n" 116 "ybx : OpenWatcom compiler support\n" 117 "Tim Baker : Patches for the direct-compile-mode\n" 118 " dependencies generation system\n" 119 "David Perfors : Unicode tester and future documentation writer\n" 120 "Sylvain Prat : Initial MSVC workspace and project importers\n" 121 "Chris Raschko : Design of the 3D logo for Code::Blocks\n" 122 "J.A. Ortega : 3D Icon based on the above\n" 123 "Alexandr Efremo : Providing OpenSuSe packages\n" 124 "Huki : Misc. Code-Completion improvements\n" 125 "stahta01 : Misc. patches for several enhancements\n" 126 "BlueHazzard : Misc. patches for several enhancements\n" 128 "All contributors that provided patches.\n" 129 "The wxWidgets project (http://www.wxwidgets.org).\n" 130 "wxScintilla (http://sourceforge.net/projects/wxscintilla).\n" 131 "TinyXML parser (http://www.grinninglizard.com/tinyxml).\n" 132 "Squirrel scripting language (http://www.squirrel-lang.org).\n" 133 "The GNU Software Foundation (http://www.gnu.org).\n" 134 "Last, but not least, the open-source community."));
140 #if wxCHECK_VERSION(3, 0, 0) 148 #endif // wxCHECK_VERSION 149 XRCCTRL(*
this,
"lblScintillaVer",
wxStaticText)->SetLabel(scintillaStr);
150 XRCCTRL(*
this,
"lblAuthor",
wxStaticText)->SetLabel(
_(
"The Code::Blocks Team"));
158 XRCCTRL(*
this,
"txtThanksTo",
wxTextCtrl)->SetFont(font1);
162 XRCCTRL(*
this,
"txtLicense",
wxTextCtrl)->SetFont(font2);
bool ConvertAlphaToMask(unsigned char threshold=wxIMAGE_ALPHA_THRESHOLD)
const wxString AppActualVersionVerb
virtual void SetPointSize(int pointSize)
virtual bool LoadFile(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)
#define wxICON_EXCLAMATION
static wxVersionInfo GetLibraryVersionInfo()
virtual void SetBitmap(const wxBitmap &label)
const wxString AppBuildTimestamp
const wxString & _(const wxString &string)
dlgAbout(wxWindow *parent)
#define wxSCINTILLA_VERSION
const wxString AppVersion
static void DrawReleaseInfo(class wxDC &dc)
static wxString ReadDataPath()
static wxXmlResource * Get()
const wxString AppSDKVersion
static wxString Format(const wxString &format,...)
DLLIMPORT int cbMessageBox(const wxString &message, const wxString &caption=wxEmptyString, int style=wxOK, wxWindow *parent=NULL, int x=-1, int y=-1)
wxMessageBox wrapper.