From: rpolzer Date: Wed, 17 Sep 2008 13:32:43 +0000 (+0000) Subject: s/GtkRadiant/NetRadiant/ X-Git-Tag: svn-r421~339 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=4eeb89d4b2c37bba2393caa63508b3ffe03e65c6;ds=inline s/GtkRadiant/NetRadiant/ git-svn-id: svn://svn.icculus.org/netradiant/trunk@81 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/Doxygen_files/doxy_mainpage.h b/Doxygen_files/doxy_mainpage.h index 34b43d9d..80fce39b 100644 --- a/Doxygen_files/doxy_mainpage.h +++ b/Doxygen_files/doxy_mainpage.h @@ -7,7 +7,7 @@ \section intro Introduction - This documentation was generated from GtkRadiant source code using Doxygen.
+ This documentation was generated from NetRadiant source code using Doxygen.
Generated from source in: +target+ \section links Links diff --git a/Doxygen_files/reference1.html b/Doxygen_files/reference1.html index bbcf308a..a6af4625 100644 --- a/Doxygen_files/reference1.html +++ b/Doxygen_files/reference1.html @@ -1,7 +1,7 @@
-GtkRadiant Doxygen Documentation +NetRadiant Doxygen Documentation

Doxygen Quick Reference

diff --git a/contrib/bobtoolz/ctfToolz-GTK.cpp b/contrib/bobtoolz/ctfToolz-GTK.cpp index 271931ab..fe0e1d95 100644 --- a/contrib/bobtoolz/ctfToolz-GTK.cpp +++ b/contrib/bobtoolz/ctfToolz-GTK.cpp @@ -39,7 +39,7 @@ static const char *PLUGIN_COMMANDS = "About...,Colour Changer...,Swap Light Colo // globals GtkWidget *g_pRadiantWnd=NULL; -static const char *PLUGIN_ABOUT = "ctfToolz for GtkRadiant\n" +static const char *PLUGIN_ABOUT = "ctfToolz for NetRadiant\n" "by djbob\n" "http://www.planetquake.com/toolz\n\n"; diff --git a/contrib/brushexport/export.cpp b/contrib/brushexport/export.cpp index a0964fbb..6b680c9e 100644 --- a/contrib/brushexport/export.cpp +++ b/contrib/brushexport/export.cpp @@ -304,7 +304,7 @@ bool ExportDataAsWavefront::WriteToFile(const std::string& path, collapsemode mo return false; } - outMtl << "# Wavefront material file exported with GtkRadiants brushexport plugin.\n"; + outMtl << "# Wavefront material file exported with NetRadiants brushexport plugin.\n"; outMtl << "# Material Count: " << (const Unsigned)materials.size() << "\n\n"; for(std::set::const_iterator it(materials.begin()); it != materials.end(); ++it) { diff --git a/contrib/camera/camera.cpp b/contrib/camera/camera.cpp index 48041dc0..488e6549 100644 --- a/contrib/camera/camera.cpp +++ b/contrib/camera/camera.cpp @@ -49,7 +49,7 @@ int g_iEditMode = 0; // 0: editting points 1: adding points int g_iActiveTarget = -1; int g_iPreviewRunning = 0; // 0: no preview 1: start preview 2: preview in progress -static const char *PLUGIN_ABOUT = "Camera v1.0 for GtkRadiant\n" +static const char *PLUGIN_ABOUT = "Camera v1.0 for NetRadiant\n" "by Arnout van Meer (rr2do2@splashdamage.com)\n\n" "This product contains software technology\n" "from id Software, Inc. ('id Technology').\n" @@ -84,7 +84,7 @@ const char* QERPlug_Init(void* hApp, void* pMainWidget) GetFileTypeRegistry()->addType("camera", "", filetype_t("Camera file", "*.camera")); - return "Camera for GtkRadiant"; + return "Camera for NetRadiant"; } const char* QERPlug_GetName() diff --git a/contrib/camera/funchandlers.cpp b/contrib/camera/funchandlers.cpp index f958ad96..2e9d17bb 100644 --- a/contrib/camera/funchandlers.cpp +++ b/contrib/camera/funchandlers.cpp @@ -190,7 +190,7 @@ void DoSaveCamera() { break; } else if( !strcmp( fullpathtofile, checkCam->GetFileName() ) ) { char error[PATH_MAX+64]; - sprintf( error, "Camera file \'%s\' is currently loaded by GtkRadiant.\nPlease select a different filename.", fullpathtofile ); + sprintf( error, "Camera file \'%s\' is currently loaded by NetRadiant.\nPlease select a different filename.", fullpathtofile ); g_FuncTable.m_pfnMessageBox( (GtkWidget *)g_pRadiantWnd, error, "Save error", eMB_OK ); return; } diff --git a/contrib/prtview/AboutDialog.cpp b/contrib/prtview/AboutDialog.cpp index 1c6b735f..4ac45ab8 100644 --- a/contrib/prtview/AboutDialog.cpp +++ b/contrib/prtview/AboutDialog.cpp @@ -72,7 +72,7 @@ void DoAboutDlg () label = gtk_label_new ("Version 1.000\n\n" "Gtk port by Leonardo Zide\nleo@lokigames.com\n\n" "Written by Geoffrey DeWan\ngdewan@prairienet.org\n\n" - "Built against GtkRadiant " RADIANT_VERSION "\n" + "Built against NetRadiant " RADIANT_VERSION "\n" __DATE__ ); gtk_widget_show (label); diff --git a/contrib/sunplug/sunplug.cpp b/contrib/sunplug/sunplug.cpp index 67103018..cebf44eb 100644 --- a/contrib/sunplug/sunplug.cpp +++ b/contrib/sunplug/sunplug.cpp @@ -288,7 +288,7 @@ void about_plugin_window() vbox = gtk_vbox_new(FALSE, 10); // create a box to arrange new objects vertically gtk_container_add(GTK_CONTAINER(window), vbox); // add the box to the window - label = gtk_label_new("SunPlug v1.0 for GtkRadiant 1.5\nby Topsun"); // create a label + label = gtk_label_new("SunPlug v1.0 for NetRadiant 1.5\nby Topsun"); // create a label gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); // text align left gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 2); // insert the label in the box @@ -459,4 +459,4 @@ void MapCoordinator() gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); // center the window gtk_widget_show_all(window); // show the window and all subelements -} \ No newline at end of file +} diff --git a/include/qerplugin.h b/include/qerplugin.h index ea7be9e4..a6a08d37 100644 --- a/include/qerplugin.h +++ b/include/qerplugin.h @@ -65,7 +65,7 @@ enum EMessageBoxReturn // simple Message Box, see above for the 'type' flags -typedef EMessageBoxReturn (* PFN_QERAPP_MESSAGEBOX) (GtkWidget *parent, const char* text, const char* caption/* = "GtkRadiant"*/, EMessageBoxType type/* = eMB_OK*/, EMessageBoxIcon icon/* = eMB_ICONDEFAULT*/); +typedef EMessageBoxReturn (* PFN_QERAPP_MESSAGEBOX) (GtkWidget *parent, const char* text, const char* caption/* = "NetRadiant"*/, EMessageBoxType type/* = eMB_OK*/, EMessageBoxIcon icon/* = eMB_ICONDEFAULT*/); // file and directory selection functions return null if the user hits cancel // - 'title' is the dialog title (can be null) diff --git a/libs/gtkutil/messagebox.h b/libs/gtkutil/messagebox.h index c374aafe..8806a3bd 100644 --- a/libs/gtkutil/messagebox.h +++ b/libs/gtkutil/messagebox.h @@ -26,6 +26,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA typedef struct _GtkWidget GtkWidget; /// \brief Shows a modal message-box. -EMessageBoxReturn gtk_MessageBox(GtkWidget *parent, const char* text, const char* title = "GtkRadiant", EMessageBoxType type = eMB_OK, EMessageBoxIcon icon = eMB_ICONDEFAULT); +EMessageBoxReturn gtk_MessageBox(GtkWidget *parent, const char* text, const char* title = "NetRadiant", EMessageBoxType type = eMB_OK, EMessageBoxIcon icon = eMB_ICONDEFAULT); #endif diff --git a/radiant/console.cpp b/radiant/console.cpp index 37a03428..ad282f16 100644 --- a/radiant/console.cpp +++ b/radiant/console.cpp @@ -66,7 +66,7 @@ void Sys_LogFile(bool enable) time_t localtime; time(&localtime); globalOutputStream() << "Today is: " << ctime(&localtime) - << "This is GtkRadiant '" RADIANT_VERSION "' compiled " __DATE__ "\n" RADIANT_ABOUTMSG "\n"; + << "This is NetRadiant '" RADIANT_VERSION "' compiled " __DATE__ "\n" RADIANT_ABOUTMSG "\n"; } else gtk_MessageBox (0, "Failed to create log file, check write permissions in Radiant directory.\n", diff --git a/radiant/gtkdlgs.cpp b/radiant/gtkdlgs.cpp index 1b1e5cc4..92986863 100644 --- a/radiant/gtkdlgs.cpp +++ b/radiant/gtkdlgs.cpp @@ -474,7 +474,7 @@ void DoAbout() ModalDialog dialog; ModalDialogButton ok_button(dialog, eIDOK); - GtkWindow* window = create_modal_dialog_window(MainFrame_getWindow(), "About GtkRadiant", dialog); + GtkWindow* window = create_modal_dialog_window(MainFrame_getWindow(), "About NetRadiant", dialog); { GtkVBox* vbox = create_dialog_vbox(4, 4); @@ -499,15 +499,15 @@ void DoAbout() } { - GtkLabel* label = GTK_LABEL(gtk_label_new("GtkRadiant " RADIANT_VERSION "\n" + GtkLabel* label = GTK_LABEL(gtk_label_new("NetRadiant " RADIANT_VERSION "\n" __DATE__ "\n\n" RADIANT_ABOUTMSG "\n\n" - "By qeradiant.com\n\n" + "By alientrap.org\n\n" "This program is free software\n" "licensed under the GNU GPL.\n\n" - "GtkRadiant is unsupported, however\n" + "NetRadiant is unsupported, however\n" "you may report your problems at\n" - "http://zerowing.idsoftware.com/bugzilla" + "http://www.alientrap.org/forum/" // FIXME real URL )); gtk_widget_show(GTK_WIDGET(label)); diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index f10c4f79..78799f43 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -1957,7 +1957,7 @@ GtkMenuItem* create_file_menu() menu_separator(menu); MRU_constructMenu(menu); menu_separator(menu); - create_menu_item_with_mnemonic(menu, "Check for GtkRadiant update (web)", "CheckForUpdate"); + create_menu_item_with_mnemonic(menu, "Check for NetRadiant update (web)", "CheckForUpdate"); // FIXME create_menu_item_with_mnemonic(menu, "E_xit", "Exit"); return file_menu_item; diff --git a/radiant/preferences.cpp b/radiant/preferences.cpp index 38693611..2fd07883 100644 --- a/radiant/preferences.cpp +++ b/radiant/preferences.cpp @@ -751,7 +751,7 @@ GtkWindow* PrefsDlg::BuildDialog() PreferencesDialog_addInterfacePreferences(FreeCaller1()); Mouse_registerPreferencesPage(); - GtkWindow* dialog = create_floating_window("GtkRadiant Preferences", m_parent); + GtkWindow* dialog = create_floating_window("NetRadiant Preferences", m_parent); { GtkWidget* mainvbox = gtk_vbox_new(FALSE, 5); diff --git a/setup/data/tools/bitmaps/logo.bmp b/setup/data/tools/bitmaps/logo.bmp index 759b87cb..ddbd3461 100644 Binary files a/setup/data/tools/bitmaps/logo.bmp and b/setup/data/tools/bitmaps/logo.bmp differ diff --git a/tools/quake3/q3data/q3data.c b/tools/quake3/q3data/q3data.c index 40887fcc..81f4ae61 100644 --- a/tools/quake3/q3data/q3data.c +++ b/tools/quake3/q3data/q3data.c @@ -558,7 +558,7 @@ int main (int argc, char **argv) // using GtkRadiant's versioning next to Id's versioning printf ("Q3Data - (c) 1999 Id Software Inc.\n"); - printf ("GtkRadiant - v" RADIANT_VERSION " " __DATE__ "\n"); + printf ("NetRadiant - v" RADIANT_VERSION " " __DATE__ "\n"); ExpandWildcards (&argc, &argv); diff --git a/tools/quake3/q3map2/main.c b/tools/quake3/q3map2/main.c index add50ee8..b9fb7d89 100644 --- a/tools/quake3/q3map2/main.c +++ b/tools/quake3/q3map2/main.c @@ -674,7 +674,7 @@ int main( int argc, char **argv ) Sys_Printf( "Q3Map - v1.0r (c) 1999 Id Software Inc.\n" ); Sys_Printf( "Q3Map (ydnar) - v" Q3MAP_VERSION "\n" ); - Sys_Printf( "GtkRadiant - v" RADIANT_VERSION " " __DATE__ " " __TIME__ "\n" ); + Sys_Printf( "NetRadiant - v" RADIANT_VERSION " " __DATE__ " " __TIME__ "\n" ); Sys_Printf( "%s\n", Q3MAP_MOTD ); /* ydnar: new path initialization */