More name changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-05-25 11:20:37 +00:00
parent c663fbea68
commit be5a51fb59
267 changed files with 676 additions and 670 deletions

View File

@@ -41,7 +41,7 @@
\setheader{{\it Welcome}}{}{}{}{}{{\it Welcome}}%
\setfooter{\thepage}{}{}{}{}{\thepage}%
Welcome to \ctname, the easy way to configure wxWindows.
Welcome to \ctname, the easy way to configure wxWidgets.
Instead of tweaking a setup.h file, or typing a long configure
command, you can now check and uncheck options in a convenient
GUI tool, read the relevant reference document for each
@@ -63,7 +63,7 @@ The \ctname home page is at:
{\tt \cturl}
For help with \ctshortname or to report bugs,
please go to the wxWindows web site.
please go to the wxWidgets web site.
\section{Credits}
@@ -80,7 +80,7 @@ please go to the wxWindows web site.
{\it Additional programming by}
{\bf The wxWindows development team}
{\bf The wxWidgets development team}
\end{center}
@@ -107,7 +107,7 @@ in your filesystem. A directory of the form wxconfigtool-x.xx
Add the location to your PATH and run the application with
'wxconfigtool'. You may wish to set the environment variable
WXCONFIGTOOLDIR so that wxWindows Configuration Tool can find its data files.
WXCONFIGTOOLDIR so that wxWidgets Configuration Tool can find its data files.
For example:
@@ -125,14 +125,14 @@ script in a location already on your PATH, such as
\begin{verbatim}
#!/bin/sh
# Invokes wxWindows Configuration Tool
# Invokes wxWidgets Configuration Tool
export WXCONFIGTOOLDIR=/home/mydir/wxconfigtool-1.01
$WXCONFIGTOOLDIR/wxconfigtool $*
\end{verbatim}
{\bf On Mac:}
Download and unarchive the HQX file, and drag the wxWindows Configuration Tool folder to an appropriate location
Download and unarchive the HQX file, and drag the wxWidgets Configuration Tool folder to an appropriate location
on your hard disk. Then double-click on the 'wxconfigtool' executable.
\chapter{Release notes}\label{releasenotes}%
@@ -206,7 +206,7 @@ the command-line. Just like configure :-)
\section{Differences between Windows, Linux and Mac versions}\label{platformdifferences}
Although every effort has been made to make wxWindows Configuration Tool work
Although every effort has been made to make wxWidgets Configuration Tool work
the same way on different environments, some small differences
are inevitable.
@@ -299,7 +299,7 @@ the property type, it will be shown.
You can invoke help for the selected option, by clicking
on the question mark toolbar button or the {\bf Help | Configuration Item Help} menu
item. If there is a help topic defined for the option, the
wxWindows reference manual will be opened at that topic.
wxWidgets reference manual will be opened at that topic.
\begin{comment}
\chapter{Getting started: a step-by-step guide}\label{gettingstarted}%
@@ -439,9 +439,9 @@ The Help menu gives you commands related to getting help.
\twocolwidtha{5cm}
\begin{twocollist}\itemsep=0pt
\twocolitem{{\bf Contents}}{Invokes the on-line help, showing the contents page.}
\twocolitem{{\bf wxWindows Help Contents}}{Invokes the on-line wxWindows reference manual, showing the contents page.}
\twocolitem{{\bf wxWidgets Help Contents}}{Invokes the on-line wxWidgets reference manual, showing the contents page.}
\twocolitem{\hrule}{\htmlonly{\hrule}}
\twocolitem{{\bf Configuration Option Help} (F1)}{Invokes the on-line wxWindows reference manual at the topic for the selected option (if a topic
\twocolitem{{\bf Configuration Option Help} (F1)}{Invokes the on-line wxWidgets reference manual at the topic for the selected option (if a topic
is defined).}
\twocolitem{{\bf What's This?}}{Click to get help on a window or configuration option.}
\twocolitem{\hrule}{\htmlonly{\hrule}}
@@ -498,7 +498,7 @@ commands.
\twocolitem{\hrule}{\htmlonly{\hrule}}
\twocolitem{\image{}{go.png}{\bf Go}}{Saves the generated setup.h file or configurewx.sh script (according to the default setting) in the last-saved.}
\twocolitem{\hrule}{\htmlonly{\hrule}}
\twocolitem{\image{}{help.png}{\bf Help}}{Shows the wxWindows manual topic for the
\twocolitem{\image{}{help.png}{\bf Help}}{Shows the wxWidgets manual topic for the
\twocolitem{\image{}{helpcs.png}{\bf Context Help}}{Shows a context-sensitive help
cursor; click on a window to show brief help about that window.}
selected configuration item.}
@@ -546,7 +546,7 @@ The Location Settings Dialog allows you to choose various locations.
\twocolwidtha{5cm}
\begin{twocollist}\itemsep=0pt
\twocolitem{{\bf wxWindows hierarchy}}{This determines where \ctshortname will look
\twocolitem{{\bf wxWidgets hierarchy}}{This determines where \ctshortname will look
when prompting for filenames.}
\twocolitem{{\bf Use WXWIN environment variable}}{Check this to use
the value of the WXWIN variable instead of the path entered in the text field.}

View File

@@ -1,8 +1,8 @@
Congratulations! You have installed wxWindows Configuration Tool.
Please see the wxWindows web site for support:
Congratulations! You have installed wxWidgets Configuration Tool.
Please see the wxWidgets web site for support:
http://www.wxwindows.org
http://www.wxwidgets.org
Thank you for using wxWindows Configuration Tool, and we hope
you enjoy it!

View File

@@ -1,28 +1,28 @@
Welcome to wxWindows Configuration Tool!
Welcome to wxWidgets Configuration Tool!
=============================================
wxWindows Configuration Tool is a tool for
helping to configure wxWindows.
wxWidgets Configuration Tool is a tool for
helping to configure wxWidgets.
For further information, please see the manual, and the
following site:
http://www.wxwindows.org
http://www.wxwidgets.org
------------------------------------------------------
Installing wxWindows Configuration Tool on Windows
Installing wxWidgets Configuration Tool on Windows
------------------------------------------------------
Run wxconfigtool-x.yz-setup.exe and follow the instructions
to install wxWindows Configuration Tool.
to install wxWidgets Configuration Tool.
You should find a shortcut on your desktop, and you can
also find it in a group similar to this:
Start -> Program Files -> wxWindows Configuration Tool x.y
Start -> Program Files -> wxWidgets Configuration Tool x.y
------------------------------------------------------
Installing wxWindows Configuration Tool on Unix
Installing wxWidgets Configuration Tool on Unix
------------------------------------------------------
Unarchive wxconfigtool-x.yz.tar.gz to a suitable location
@@ -31,7 +31,7 @@ in your filesystem. A directory of the form wxconfigtool-x.yz
Add the location to your PATH and run the application with
'wxconfigtool'. You may wish to set the environment variable
WXCONFIGTOOLDIR so that wxWindows Configuration Tool can find its data files.
WXCONFIGTOOLDIR so that wxWidgets Configuration Tool can find its data files.
For example:
@@ -46,12 +46,12 @@ script in a location already on your PATH, such as
/usr/local/bin. For example:
#!/bin/sh
# Invokes wxWindows Configuration Tool
# Invokes wxWidgets Configuration Tool
export WXCONFIGTOOLDIR=/home/mydir/wxconfigtool-1.01
$WXCONFIGTOOLDIR/wxconfigtool $*
If you wish to associate the wxWindows Configuration Tool file extension
(pjd) with wxWindows Configuration Tool, you will need to edit your
If you wish to associate the wxWidgets Configuration Tool file extension
(pjd) with wxWidgets Configuration Tool, you will need to edit your
~/.mailcap file (or create one if it doesn't exist)
and add an entry similar to this:
@@ -60,7 +60,7 @@ and add an entry similar to this:
and add this ~/.mime.types:
type=application/wxconfigtool \
desc="wxWindows Configuration Tool Document" \
desc="wxWidgets Configuration Tool Document" \
exts="pjd"

View File

@@ -44,7 +44,7 @@ Nice-to-have
for independent apps
- possibly evolve it into a central command
centre for wxWindows: invoke other apps such
centre for wxWidgets: invoke other apps such
as poEdit, <favourite dialog editor>, help,
wizards, etc. Upgrade your wxWin version
via the web.

View File

@@ -7,7 +7,7 @@
[Icons]
Name: {group}\%APPTITLE% %VERSION%; Filename: {app}\%APPNAME%.exe; WorkingDir: {app}; IconFilename: {app}\%APPNAME%.exe; IconIndex: 0
Name: {group}\%APPTITLE% Help; Filename: {app}\%HELPFILE%; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
Name: {group}\wxWindows Reference; Filename: {app}\wx.chm; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
Name: {group}\wxWidgets Reference; Filename: {app}\wx.chm; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
Name: {group}\%APPTITLE% ReadMe; Filename: {app}\readme.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
Name: {group}\%APPTITLE% Licence; Filename: {app}\license.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
Name: {userdesktop}\%APPTITLE% %VERSION%; Filename: {app}\%APPNAME%.exe; WorkingDir: {app}; IconFilename: {app}\%APPNAME%.exe; IconIndex: 0; Tasks: desktopicon

View File

@@ -59,7 +59,7 @@ ctSettings::ctSettings()
// m_backgroundColour = wxColour(140, 172, 179); // blue-grey
m_editWindowFont = wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
m_appName = wxT("wxWindows Configuration Tool");
m_appName = wxT("wxWidgets Configuration Tool");
m_appNameShort = wxT("Configuration Tool");
m_showSplashScreen = FALSE;
m_userName = wxEmptyString;
@@ -163,7 +163,7 @@ wxString ctSettings::GenerateFilename(const wxString& rootName)
// Load config info
bool ctSettings::LoadConfig()
{
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWindows"));
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWidgets"));
config.Read(wxT("Files/LastFile"), & m_lastFilename);
config.Read(wxT("Files/LastSetupSaveDir"), & m_lastSetupSaveDir);
@@ -224,7 +224,7 @@ bool ctSettings::LoadConfig()
// Save config info
bool ctSettings::SaveConfig()
{
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWindows"));
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWidgets"));
config.Write(wxT("Files/LastFile"), m_lastFilename);
config.Write(wxT("Files/LastSetupSaveDir"), m_lastSetupSaveDir);

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: configitem.cpp
// Purpose: wxWindows Configuration Tool config item class
// Purpose: wxWidgets Configuration Tool config item class
// Author: Julian Smart
// Modified by:
// Created: 2003-06-03
@@ -246,7 +246,7 @@ void ctConfigItem::InitProperties()
m_properties.AddProperty(
new ctProperty(
wxT("<B>Help-topic</B><P> The help topic in the wxWindows manual for this component or setting."),
wxT("<B>Help-topic</B><P> The help topic in the wxWidgets manual for this component or setting."),
wxVariant(wxT(""), wxT("help-topic")),
wxT("multiline")));

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: configitem.h
// Purpose: wxWindows Configuration Tool config item class
// Purpose: wxWidgets Configuration Tool config item class
// Author: Julian Smart
// Modified by:
// Created: 2003-06-03

View File

@@ -266,7 +266,7 @@ bool ctConfigToolDoc::DoSave(const wxString& filename)
return FALSE;
stream << wxT("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
stream << wxT("<settings xmlns=\"http://www.wxwindows.org/wxs\" version=\"2.5.0.1\">");
stream << wxT("<settings xmlns=\"http://www.wxwidgets.org/wxs\" version=\"2.5.0.1\">");
DoSave(m_topItem, stream, 1);

View File

@@ -41,7 +41,7 @@ public:
virtual bool OnSaveDocument(const wxString& filename);
virtual bool OnNewDocument() { return TRUE; }
virtual bool OnCloseDocument() ;
virtual bool Save(); // Overridden only to correct bug in wxWindows, docview.cpp
virtual bool Save(); // Overridden only to correct bug in wxWidgets, docview.cpp
//// Accessors

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: configtree.h
// Purpose: wxWindows Configuration Tool tree class
// Purpose: wxWidgets Configuration Tool tree class
// Author: Julian Smart
// Modified by:
// Created: 2003-06-03

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: configtree.h
// Purpose: wxWindows Configuration Tool tree class
// Purpose: wxWidgets Configuration Tool tree class
// Author: Julian Smart
// Modified by:
// Created: 2003-06-03

View File

@@ -337,7 +337,7 @@ wxMenuBar* ctMainFrame::CreateMenuBar()
wxMenu *helpMenu = new wxMenu;
helpMenu->Append(wxID_HELP, wxT("&Help Contents"), wxT("Show Configuration Tool help"));
helpMenu->Append(ctID_REFERENCE_CONTENTS, wxT("&wxWindows Help Contents"), wxT("Show wxWindows reference"));
helpMenu->Append(ctID_REFERENCE_CONTENTS, wxT("&wxWidgets Help Contents"), wxT("Show wxWidgets reference"));
helpMenu->AppendSeparator();
helpMenu->Append(ctID_ITEM_HELP, wxT("&Configuration Option Help\tF1"), wxT("Show help for the selected option"));
helpMenu->Append(wxID_HELP_CONTEXT, wxT("&What's this?"), wxT("Show help on the clicked item"));
@@ -352,7 +352,7 @@ wxMenuBar* ctMainFrame::CreateMenuBar()
menuBar->Append(helpMenu, wxT("&Help"));
{
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWindows"));
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWidgets"));
config.SetPath(wxT("FileHistory/"));
wxGetApp().GetDocManager()->FileHistoryLoad(config);
}

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: propeditor.cpp
// Purpose: wxWindows Configuration Tool property editor
// Purpose: wxWidgets Configuration Tool property editor
// Author: Julian Smart
// Modified by:
// Created: 2003-06-03

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: propeditor.cpp
// Purpose: Property editor for wxWindows configuration tool
// Purpose: Property editor for wxWidgets configuration tool
// Author: Julian Smart
// Modified by:
// Created: 2003-06-03

View File

@@ -319,25 +319,25 @@ void ctLocationSettingsDialog::CreateControls()
wxStaticBoxSizer* item13 = new wxStaticBoxSizer(item13Static, wxVERTICAL);
item12->Add(item13, 1, wxGROW|wxALL, 5);
wxStaticText* item14 = new wxStaticText(item11, wxID_STATIC, _("&wxWindows hierarchy:"), wxDefaultPosition, wxDefaultSize, 0);
wxStaticText* item14 = new wxStaticText(item11, wxID_STATIC, _("&wxWidgets hierarchy:"), wxDefaultPosition, wxDefaultSize, 0);
item13->Add(item14, 0, wxALIGN_LEFT|wxALL|wxADJUST_MINSIZE, 5);
wxBoxSizer* item15 = new wxBoxSizer(wxHORIZONTAL);
item13->Add(item15, 0, wxGROW, 5);
wxTextCtrl* item16 = new wxTextCtrl(item11, ID_WXWIN_HIERARCHY, _(""), wxDefaultPosition, wxSize(200, -1), 0);
item16->SetHelpText(_("Enter the root path of the wxWindows hierarchy"));
item16->SetHelpText(_("Enter the root path of the wxWidgets hierarchy"));
#if wxUSE_TOOLTIPS
if (ShowToolTips())
item16->SetToolTip(_("Enter the root path of the wxWindows hierarchy"));
item16->SetToolTip(_("Enter the root path of the wxWidgets hierarchy"));
#endif
item15->Add(item16, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);
wxButton* item17 = new wxButton(item11, ID_CHOOSE_WXWIN_HIERARCHY, _("&Choose..."), wxDefaultPosition, wxDefaultSize, 0);
item17->SetHelpText(_("Click to choose the root path of the wxWindows hierarchy\\n"));
item17->SetHelpText(_("Click to choose the root path of the wxWidgets hierarchy\\n"));
#if wxUSE_TOOLTIPS
if (ShowToolTips())
item17->SetToolTip(_("Click to choose the root path of the wxWindows hierarchy\\n"));
item17->SetToolTip(_("Click to choose the root path of the wxWidgets hierarchy\\n"));
#endif
item15->Add(item17, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);
@@ -382,7 +382,7 @@ void ctLocationSettingsDialog::OnChooseWxwinHierarchy( wxCommandEvent& WXUNUSED(
wxASSERT( textCtrl != NULL );
wxString defaultPath = textCtrl->GetValue();
wxDirDialog dialog(this, _("Choose the location of the wxWindows hierarchy"),
wxDirDialog dialog(this, _("Choose the location of the wxWidgets hierarchy"),
defaultPath);
if (dialog.ShowModal() == wxID_OK)
{

View File

@@ -33,6 +33,6 @@
#define ctDESCRIPTION_BACKGROUND_COLOUR wxColour(255, 255, 192)
// Misc symbols
#define ctSYMBOL_WEBSITE wxT("http://www.wxwindows.org")
#define ctSYMBOL_WEBSITE wxT("http://www.wxwidgets.org")
#endif

View File

@@ -68,7 +68,7 @@ public:
/// Returns the help controller object for the manual.
wxHelpControllerBase& GetHelpController() { return *m_helpController; }
/// Returns the help controller object for the wxWindows reference manual.
/// Returns the help controller object for the wxWidgets reference manual.
wxHelpControllerBase& GetReferenceHelpController() { return *m_helpControllerReference; }
/// Returns the document manager object.
@@ -91,7 +91,7 @@ public:
/// Saves config info to the registry or a file.
virtual bool SaveConfig();
/// The help controller needs to be cleared before wxWindows
/// The help controller needs to be cleared before wxWidgets
/// cleanup happens.
void ClearHelpControllers() ;