]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
s/GtkRadiant/NetRadiant/
authorrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Wed, 17 Sep 2008 13:32:43 +0000 (13:32 +0000)
committerrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Wed, 17 Sep 2008 13:32:43 +0000 (13:32 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@81 61c419a2-8eb2-4b30-bcec-8cead039b335

17 files changed:
Doxygen_files/doxy_mainpage.h
Doxygen_files/reference1.html
contrib/bobtoolz/ctfToolz-GTK.cpp
contrib/brushexport/export.cpp
contrib/camera/camera.cpp
contrib/camera/funchandlers.cpp
contrib/prtview/AboutDialog.cpp
contrib/sunplug/sunplug.cpp
include/qerplugin.h
libs/gtkutil/messagebox.h
radiant/console.cpp
radiant/gtkdlgs.cpp
radiant/mainframe.cpp
radiant/preferences.cpp
setup/data/tools/bitmaps/logo.bmp
tools/quake3/q3data/q3data.c
tools/quake3/q3map2/main.c

index 34b43d9d11ad388dfa03f3ca225de95e68b4be48..80fce39bb00c2547276de7fae19ead0e45c26690 100644 (file)
@@ -7,7 +7,7 @@
                <img src="../images/gtkr_splash.jpg" align="right" hspace="2" vspace="2">
                \section intro Introduction
 
                <img src="../images/gtkr_splash.jpg" align="right" hspace="2" vspace="2">
                \section intro Introduction
 
-               This documentation was generated from GtkRadiant source code using Doxygen.<br>
+               This documentation was generated from NetRadiant source code using Doxygen.<br>
                Generated from source in: +target+
                
                \section links Links
                Generated from source in: +target+
                
                \section links Links
index bbcf308aa2ab206ec949eb0122d74f248e45a8c3..a6af46251818e332e53f4dd6af3fa6d52890dcee 100644 (file)
@@ -1,7 +1,7 @@
 <div align="center">
 <table width="95%" cellpadding="0" cellspacing="0" border="0">
 <tr><td>
 <div align="center">
 <table width="95%" cellpadding="0" cellspacing="0" border="0">
 <tr><td>
-<a href="../html/index.html">GtkRadiant Doxygen Documentation</a>
+<a href="../html/index.html">NetRadiant Doxygen Documentation</a>
 
 <a name="top"></a>
 <h1>Doxygen Quick Reference</h1>
 
 <a name="top"></a>
 <h1>Doxygen Quick Reference</h1>
index 271931abae6d95eb7cb2a9e2eb56582efca2f862..fe0e1d956b622f7eee9ee662102548dbe74215dc 100644 (file)
@@ -39,7 +39,7 @@ static const char *PLUGIN_COMMANDS = "About...,Colour Changer...,Swap Light Colo
 // globals
 GtkWidget *g_pRadiantWnd=NULL;
 
 // 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";
 
                                   "by djbob\n"
                                                                  "http://www.planetquake.com/toolz\n\n";
 
index a0964fbb2444021e6dc0f2d9aeccecf257925193..6b680c9ed472ca1488a4096247cb9b05f4d435df 100644 (file)
@@ -304,7 +304,7 @@ bool ExportDataAsWavefront::WriteToFile(const std::string& path, collapsemode mo
                        return false;
                }
 
                        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<std::string>::const_iterator it(materials.begin()); it != materials.end(); ++it)
                {
                outMtl << "# Material Count: " << (const Unsigned)materials.size() << "\n\n";
                for(std::set<std::string>::const_iterator it(materials.begin()); it != materials.end(); ++it)
                {
index 48041dc08a8b6a42e20f7eb2c9e4d8ad5a79a3a3..488e6549633e608f83fb3e88b4a215f5209c3c53 100644 (file)
@@ -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
 
 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"
                                   "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"));
 
 
   GetFileTypeRegistry()->addType("camera", "", filetype_t("Camera file", "*.camera"));
 
-  return "Camera for GtkRadiant";
+  return "Camera for NetRadiant";
 }
 
 const char* QERPlug_GetName()
 }
 
 const char* QERPlug_GetName()
index f958ad96efab17af21a33c442d78ac8ab2e865ab..2e9d17bb80f7aee54ad9e938998292341315c581 100644 (file)
@@ -190,7 +190,7 @@ void DoSaveCamera() {
                                        break;
       } else if( !strcmp( fullpathtofile, checkCam->GetFileName() ) ) {
         char error[PATH_MAX+64];
                                        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;
       }
         g_FuncTable.m_pfnMessageBox( (GtkWidget *)g_pRadiantWnd, error, "Save error", eMB_OK );
         return;
       }
index 1c6b735f5dd32c618e52d2cd20a41ef9c129ed7e..4ac45ab8d75ccdb2092ac73878ca5d44e8c98eea 100644 (file)
@@ -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"
   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);
        __DATE__
        );
   gtk_widget_show (label);
index 67103018d39f2d9211bc22210f8f4c4bc144e9fc..cebf44ebabcbaedeb6dc05736ec276ba2c149bc5 100644 (file)
@@ -288,7 +288,7 @@ void about_plugin_window()
     vbox = gtk_vbox_new(FALSE, 10); // create a box to arrange new objects vertically\r
     gtk_container_add(GTK_CONTAINER(window), vbox); // add the box to the window\r
 \r
     vbox = gtk_vbox_new(FALSE, 10); // create a box to arrange new objects vertically\r
     gtk_container_add(GTK_CONTAINER(window), vbox); // add the box to the window\r
 \r
-    label = gtk_label_new("SunPlug v1.0 for GtkRadiant 1.5\nby Topsun"); // create a label\r
+    label = gtk_label_new("SunPlug v1.0 for NetRadiant 1.5\nby Topsun"); // create a label\r
     gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); // text align left\r
     gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 2); // insert the label in the box\r
 \r
     gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); // text align left\r
     gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 2); // insert the label in the box\r
 \r
@@ -459,4 +459,4 @@ void MapCoordinator()
 \r
   gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); // center the window\r
   gtk_widget_show_all(window); // show the window and all subelements\r
 \r
   gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); // center the window\r
   gtk_widget_show_all(window); // show the window and all subelements\r
-}
\ No newline at end of file
+}\r
index ea7be9e4b60ad6ebc28d9a96f318ff1200967012..a6a08d372817d70f9c7b8b79ab2b83e3fa739573 100644 (file)
@@ -65,7 +65,7 @@ enum EMessageBoxReturn
 
 // simple Message Box, see above for the 'type' flags
 
 
 // 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)
 
 // file and directory selection functions return null if the user hits cancel
 // - 'title' is the dialog title (can be null)
index c374aafedaa1c6e5caa31d3beb6a5ab0075a4407..8806a3bd88b81e8388daf92aecf951d77c4aa7f1 100644 (file)
@@ -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.
 
 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
 
 #endif
index 37a034284212d1fdc3d53a4f12cf27628a4d59ea..ad282f16e5b787bdabdadfe49ef0256c9aaece28 100644 (file)
@@ -66,7 +66,7 @@ void Sys_LogFile(bool enable)
       time_t localtime;
       time(&localtime);
       globalOutputStream() << "Today is: " << ctime(&localtime)
       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",
     }
     else
       gtk_MessageBox (0, "Failed to create log file, check write permissions in Radiant directory.\n",
index 1b1e5cc4960b1fb2df093c8a63a4cf47dfb871cd..929868631eb56d19e7422ea143d3b33a9909494d 100644 (file)
@@ -474,7 +474,7 @@ void DoAbout()
   ModalDialog dialog;
   ModalDialogButton ok_button(dialog, eIDOK);
 
   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);
 
   {
     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"
           __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"
           "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"
           "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));
         ));
                        
         gtk_widget_show(GTK_WIDGET(label));
index f10c4f797c6f6eea55f7525974331b58a69335cd..78799f431a362a6014567572ea6a4db5a8850eee 100644 (file)
@@ -1957,7 +1957,7 @@ GtkMenuItem* create_file_menu()
   menu_separator(menu);
   MRU_constructMenu(menu);
   menu_separator(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;
   create_menu_item_with_mnemonic(menu, "E_xit", "Exit");
 
   return file_menu_item;
index 3869361159136b1095677f4ef8b88c55c8f04617..2fd078830b64584f2cec84ab7faae9dac4bb7bc8 100644 (file)
@@ -751,7 +751,7 @@ GtkWindow* PrefsDlg::BuildDialog()
   PreferencesDialog_addInterfacePreferences(FreeCaller1<PreferencesPage&, Interface_constructPreferences>());
   Mouse_registerPreferencesPage();
 
   PreferencesDialog_addInterfacePreferences(FreeCaller1<PreferencesPage&, Interface_constructPreferences>());
   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);
 
   {
     GtkWidget* mainvbox = gtk_vbox_new(FALSE, 5);
index 759b87cbfa56446b28f29c0f86b298fd10edf435..ddbd3461892e2eb848f4c62edb4e81d7a3aa9fbb 100644 (file)
Binary files a/setup/data/tools/bitmaps/logo.bmp and b/setup/data/tools/bitmaps/logo.bmp differ
index 40887fcc872b4d61bb000508f42c3e116e77aa18..81f4ae6119f27a3931abcec6b41ee787dba2868e 100644 (file)
@@ -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");
 
   // 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);
 
 
        ExpandWildcards (&argc, &argv);
 
index add50ee88fb1c239fe052957f44b1a351b69ef16..b9fb7d89ee839bd3bd362bf36b243fcf46133d47 100644 (file)
@@ -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( "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 */
        Sys_Printf( "%s\n", Q3MAP_MOTD );
        
        /* ydnar: new path initialization */