From 6a87cef1d449e8cdf8ebac53994a9a032792cf92 Mon Sep 17 00:00:00 2001
From: David Seikel
Date: Wed, 9 Feb 2011 01:57:04 +1000
Subject: Change imprudence -> meta-impy, though not the URLs. Probably some
will need to be reverted later. Changed file names to.
---
.gitignore | 2 +-
linden/indra/CMakeLists.txt | 6 +-
linden/indra/cmake/00-Common.cmake | 2 +-
linden/indra/cmake/CopyWinLibs.cmake | 8 +-
linden/indra/cmake/UnixInstall.cmake | 4 +-
linden/indra/cmake/Variables.cmake | 4 +-
linden/indra/copy_win_scripts/start-client.py | 2 +-
linden/indra/develop.py | 6 +-
linden/indra/lib/python/indra/util/llmanifest.py | 4 +-
.../linux_crash_logger/llcrashloggerlinux.cpp | 6 +-
linden/indra/llcommon/llversionviewer.h | 6 +-
linden/indra/llcrashlogger/llcrashlogger.cpp | 12 +-
linden/indra/llvfs/lldir.cpp | 2 +-
linden/indra/llvfs/lldir_mac.cpp | 4 +-
linden/indra/llwindow/llwindowsdl.cpp | 2 +-
linden/indra/mac_updater/mac_updater.cpp | 10 +-
.../gstreamer010/media_plugin_gstreamer010.cpp | 4 +-
linden/indra/newview/CMakeLists.txt | 24 +--
.../indra/newview/English.lproj/InfoPlist.strings | 6 +-
linden/indra/newview/Imprudence.exe.config | 20 ---
linden/indra/newview/ImprudenceDebug.exe.config | 20 ---
linden/indra/newview/Info-Imprudence.plist | 39 -----
linden/indra/newview/Info-meta-impy.plist | 39 +++++
linden/indra/newview/SecondLife.nib/objects.xib | 8 +-
linden/indra/newview/ViewerInstall.cmake | 2 +-
linden/indra/newview/app_settings/settings.xml | 2 +-
linden/indra/newview/imprudence.url | 2 -
.../imprudence installer script experimental.iss | 194 ---------------------
.../windows/imprudence installer script.iss | 193 --------------------
.../windows/imprudence_installer_icon_left.bmp | Bin 154542 -> 0 bytes
.../windows/imprudence_installer_icon_right.bmp | Bin 8534 -> 0 bytes
.../installers/windows/installer_template.nsi | 52 +++---
.../indra/newview/installers/windows/lang_de.nsi | 30 ++--
.../newview/installers/windows/lang_en-us.nsi | 26 +--
.../meta-impy installer script experimental.iss | 194 +++++++++++++++++++++
.../windows/meta-impy installer script.iss | 193 ++++++++++++++++++++
.../windows/meta-impy_installer_icon_left.bmp | Bin 0 -> 154542 bytes
.../windows/meta-impy_installer_icon_right.bmp | Bin 0 -> 8534 bytes
.../linux_tools/handle_secondlifeprotocol.sh | 4 +-
linden/indra/newview/linux_tools/wrapper.sh | 2 +-
linden/indra/newview/llappviewer.cpp | 16 +-
linden/indra/newview/llappviewerwin32.cpp | 2 +-
linden/indra/newview/llhoverview.cpp | 2 +-
linden/indra/newview/llstartup.cpp | 8 +-
linden/indra/newview/llwindebug.cpp | 4 +-
linden/indra/newview/meta-impy.exe.config | 20 +++
linden/indra/newview/meta-impy.url | 2 +
linden/indra/newview/meta-impyDebug.exe.config | 20 +++
linden/indra/newview/res-sdl/imprudence_icon.BMP | Bin 4662 -> 0 bytes
linden/indra/newview/res-sdl/meta-impy_icon.BMP | Bin 0 -> 4662 bytes
linden/indra/newview/res/imprudence_icon.png | Bin 32529 -> 0 bytes
linden/indra/newview/res/meta-impy_icon.png | Bin 0 -> 32529 bytes
linden/indra/newview/res/viewerRes.rc | 12 +-
.../html/en-us/loading/imprudence_loading.png | Bin 10714 -> 0 bytes
.../html/en-us/loading/meta-impy_loading.png | Bin 0 -> 10714 bytes
.../skins/default/xui/en-us/notifications.xml | 2 +-
.../skins/default/xui/en-us/panel_login.xml | 2 +-
.../xui/en-us/panel_preferences_graphics1.xml | 2 +-
linden/indra/newview/viewer_manifest.py | 74 ++++----
linden/indra/newview/viewerversion.cpp | 2 +-
linden/indra/win_updater/updater.cpp | 6 +-
61 files changed, 654 insertions(+), 654 deletions(-)
delete mode 100644 linden/indra/newview/Imprudence.exe.config
delete mode 100644 linden/indra/newview/ImprudenceDebug.exe.config
delete mode 100644 linden/indra/newview/Info-Imprudence.plist
create mode 100644 linden/indra/newview/Info-meta-impy.plist
delete mode 100644 linden/indra/newview/imprudence.url
delete mode 100644 linden/indra/newview/installers/windows/imprudence installer script experimental.iss
delete mode 100644 linden/indra/newview/installers/windows/imprudence installer script.iss
delete mode 100644 linden/indra/newview/installers/windows/imprudence_installer_icon_left.bmp
delete mode 100644 linden/indra/newview/installers/windows/imprudence_installer_icon_right.bmp
create mode 100644 linden/indra/newview/installers/windows/meta-impy installer script experimental.iss
create mode 100644 linden/indra/newview/installers/windows/meta-impy installer script.iss
create mode 100644 linden/indra/newview/installers/windows/meta-impy_installer_icon_left.bmp
create mode 100644 linden/indra/newview/installers/windows/meta-impy_installer_icon_right.bmp
create mode 100644 linden/indra/newview/meta-impy.exe.config
create mode 100644 linden/indra/newview/meta-impy.url
create mode 100644 linden/indra/newview/meta-impyDebug.exe.config
delete mode 100644 linden/indra/newview/res-sdl/imprudence_icon.BMP
create mode 100644 linden/indra/newview/res-sdl/meta-impy_icon.BMP
delete mode 100644 linden/indra/newview/res/imprudence_icon.png
create mode 100644 linden/indra/newview/res/meta-impy_icon.png
delete mode 100644 linden/indra/newview/skins/default/html/en-us/loading/imprudence_loading.png
create mode 100644 linden/indra/newview/skins/default/html/en-us/loading/meta-impy_loading.png
diff --git a/.gitignore b/.gitignore
index 1d91b1c..0304d81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,7 @@ linden/indra/newview/lib/
linden/indra/newview/dbghelp.dll
linden/indra/newview/linux_tools/client-readme-voice.txt
linden/indra/newview/vivox-runtime/
-linden/indra/newview/*.lproj/
+# linden/indra/newview/*.lproj/
linden/indra/newview/mozilla-theme/
linden/indra/test_apps/
diff --git a/linden/indra/CMakeLists.txt b/linden/indra/CMakeLists.txt
index 64e0079..5ef5d2c 100644
--- a/linden/indra/CMakeLists.txt
+++ b/linden/indra/CMakeLists.txt
@@ -12,8 +12,8 @@ if (COMMAND cmake_policy)
cmake_policy(SET CMP0003 OLD)
endif (COMMAND cmake_policy)
-set(ROOT_PROJECT_NAME "Imprudence" CACHE STRING
- "The root project/makefile/solution name. Defaults to Imprudence.")
+set(ROOT_PROJECT_NAME "meta-impy" CACHE STRING
+ "The root project/makefile/solution name. Defaults to meta-impy.")
project(${ROOT_PROJECT_NAME})
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
@@ -91,7 +91,7 @@ if (VIEWER)
endif (LINUX)
add_subdirectory(${VIEWER_PREFIX}newview)
- add_dependencies(viewer imprudence-bin)
+ add_dependencies(viewer meta-impy-bin)
endif (VIEWER)
# Linux builds the viewer and server in 2 separate projects
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake
index 7e85ce0..0528f2a 100644
--- a/linden/indra/cmake/00-Common.cmake
+++ b/linden/indra/cmake/00-Common.cmake
@@ -169,7 +169,7 @@ if (LINUX)
endif (SERVER)
if (VIEWER)
- add_definitions(-DAPPID=imprudence)
+ add_definitions(-DAPPID=meta-impy)
add_definitions(-fvisibility=hidden)
# don't catch SIGCHLD in our base application class for the viewer - some of our 3rd party libs may need their *own* SIGCHLD handler to work. Sigh! The viewer doesn't need to catch SIGCHLD anyway.
add_definitions(-DLL_IGNORE_SIGCHLD)
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake
index f584689..b4becf7 100644
--- a/linden/indra/cmake/CopyWinLibs.cmake
+++ b/linden/indra/cmake/CopyWinLibs.cmake
@@ -1,7 +1,7 @@
# -*- cmake -*-
# The copy_win_libs folder contains file lists and a script used to
-# copy dlls, exes and such needed to run Imprudence from within
+# copy dlls, exes and such needed to run meta-impy from within
# VisualStudio.
include(CMakeCopyIfDifferent)
@@ -282,7 +282,7 @@ if(EXISTS ${debug_msvc8_redist_path})
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest
- ${CMAKE_CURRENT_SOURCE_DIR}/ImprudenceDebug.exe.config
+ ${CMAKE_CURRENT_SOURCE_DIR}/meta-impyDebug.exe.config
${debug_appconfig_file}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest
COMMENT "Creating debug app config file"
@@ -327,7 +327,7 @@ if(EXISTS ${release_msvc8_redist_path})
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest
- ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config
+ ${CMAKE_CURRENT_SOURCE_DIR}/meta-impy.exe.config
${release_appconfig_file}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest
COMMENT "Creating release app config file"
@@ -340,7 +340,7 @@ if(EXISTS ${release_msvc8_redist_path})
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest
- ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config
+ ${CMAKE_CURRENT_SOURCE_DIR}/meta-impy.exe.config
${relwithdebinfo_appconfig_file}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest
COMMENT "Creating relwithdebinfo app config file"
diff --git a/linden/indra/cmake/UnixInstall.cmake b/linden/indra/cmake/UnixInstall.cmake
index 0234dee..73f6714 100644
--- a/linden/indra/cmake/UnixInstall.cmake
+++ b/linden/indra/cmake/UnixInstall.cmake
@@ -21,11 +21,11 @@ if (INSTALL)
set(INSTALL_SHARE_DIR ${INSTALL_PREFIX}/share CACHE PATH
"Installation directory for read-only shared files.")
- set(APP_BINARY_DIR ${INSTALL_LIBRARY_DIR}/imprudence-${viewer_VERSION}
+ set(APP_BINARY_DIR ${INSTALL_LIBRARY_DIR}/meta-impy-${viewer_VERSION}
CACHE PATH
"Installation directory for binaries.")
- set(APP_SHARE_DIR ${INSTALL_SHARE_DIR}/imprudence-${viewer_VERSION}
+ set(APP_SHARE_DIR ${INSTALL_SHARE_DIR}/meta-impy-${viewer_VERSION}
CACHE PATH
"Installation directory for read-only data files.")
endif (INSTALL)
diff --git a/linden/indra/cmake/Variables.cmake b/linden/indra/cmake/Variables.cmake
index eb9c004..37e77ae 100644
--- a/linden/indra/cmake/Variables.cmake
+++ b/linden/indra/cmake/Variables.cmake
@@ -74,10 +74,10 @@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(GRID agni CACHE STRING "Target Grid")
set(VIEWER ON CACHE BOOL "Build Second Life viewer.")
-set(VIEWER_CHANNEL "Imprudence" CACHE STRING "Viewer Channel Name")
+set(VIEWER_CHANNEL "meta-impy" CACHE STRING "Viewer Channel Name")
set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing")
-set(STANDALONE OFF CACHE BOOL "Do not use Imprudence-supplied prebuilt libraries.")
+set(STANDALONE OFF CACHE BOOL "Do not use meta-impy-supplied prebuilt libraries.")
if (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics)
set(SERVER ON CACHE BOOL "Build Second Life server software.")
diff --git a/linden/indra/copy_win_scripts/start-client.py b/linden/indra/copy_win_scripts/start-client.py
index ea2b67a..036468f 100755
--- a/linden/indra/copy_win_scripts/start-client.py
+++ b/linden/indra/copy_win_scripts/start-client.py
@@ -32,7 +32,7 @@ def start_client(grid, slurl, build_config, my_args):
f = open("start-client.log", "w")
print >>f, "Viewer startup arguments:"
llstart.start("viewer", "../../newview",
- "%s/newview/%s/imprudence-bin.exe" % (build_path, build_config),
+ "%s/newview/%s/meta-impy-bin.exe" % (build_path, build_config),
viewer_args, f)
f.close()
diff --git a/linden/indra/develop.py b/linden/indra/develop.py
index 6fe565e..c909a1b 100755
--- a/linden/indra/develop.py
+++ b/linden/indra/develop.py
@@ -77,7 +77,7 @@ class PlatformSetup(object):
standalone = 'OFF'
unattended = 'OFF'
universal = 'OFF'
- project_name = 'Imprudence'
+ project_name = 'meta-impy'
distcc = True
cmake_opts = []
@@ -632,9 +632,9 @@ class WindowsSetup(PlatformSetup):
continue
vstool_cmd = (os.path.join('tools','vstool','VSTool.exe') +
' --solution ' +
- os.path.join(build_dir,'Imprudence.sln') +
+ os.path.join(build_dir,'meta-impy.sln') +
' --config ' + self.build_type +
- ' --startup imprudence-bin')
+ ' --startup meta-impy-bin')
print 'Running %r in %r' % (vstool_cmd, getcwd())
self.run(vstool_cmd)
print >> open(stamp, 'w'), self.build_type
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py
index fc777b2..f82394d 100644
--- a/linden/indra/lib/python/indra/util/llmanifest.py
+++ b/linden/indra/lib/python/indra/util/llmanifest.py
@@ -99,7 +99,7 @@ def get_channel(srctree):
DEFAULT_SRCTREE = os.path.dirname(sys.argv[0])
-DEFAULT_CHANNEL = 'Imprudence'
+DEFAULT_CHANNEL = 'meta-impy'
ARGUMENTS=[
dict(name='actions',
@@ -163,7 +163,7 @@ ARGUMENTS=[
for use by a .bat file.""",
default=None),
dict(name='version',
- description="""This specifies the version of Imprudence that is
+ description="""This specifies the version of meta-impy that is
being packaged up.""",
default=get_default_version)
]
diff --git a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
index a275ffc..7cd402d 100644
--- a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
+++ b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
@@ -54,13 +54,13 @@
// These need to be localized.
static const char dialog_text[] =
-"Imprudence appears to have crashed or frozen last time it ran.\n"
-"This crash reporter collects information about your computer's hardware, operating system, and some Imprudence logs, all of which are used for debugging purposes only.\n"
+"meta-impy appears to have crashed or frozen last time it ran.\n"
+"This crash reporter collects information about your computer's hardware, operating system, and some meta-impy logs, all of which are used for debugging purposes only.\n"
"\n"
"Send crash report?";
static const char dialog_title[] =
-"Imprudence Crash Logger";
+"meta-impy0 Crash Logger";
#if LL_GTK
static void response_callback (GtkDialog *dialog,
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index ab74a3f..ad6a88a 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -44,11 +44,11 @@ const char * const LL_VIEWER_NAME = "Second Life";
// These aren't used anymore.
// The channel is ViewerChannelName in settings.xml
-// The Imprudence version is set in app_settings\viewerversion.xml -- MC
+// The meta-impy version is set in app_settings\viewerversion.xml -- MC
-/*const char * const LL_CHANNEL = "Imprudence";
+/*const char * const LL_CHANNEL = "meta-impy";
-const char * const IMP_VIEWER_NAME = "Imprudence";
+const char * const IMP_VIEWER_NAME = "meta-impy";
const S32 IMP_VERSION_MAJOR = 1;
const S32 IMP_VERSION_MINOR = 3;
diff --git a/linden/indra/llcrashlogger/llcrashlogger.cpp b/linden/indra/llcrashlogger/llcrashlogger.cpp
index d25be55..aac5592 100755
--- a/linden/indra/llcrashlogger/llcrashlogger.cpp
+++ b/linden/indra/llcrashlogger/llcrashlogger.cpp
@@ -203,7 +203,7 @@ void LLCrashLogger::gatherFiles()
{
// Figure out the filename of the second life log
LLCurl::setCAFile(gDirUtilp->getCAFile());
- mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"Imprudence.log");
+ mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"meta-impy.log");
mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml");
}
@@ -335,7 +335,7 @@ bool LLCrashLogger::sendCrashLogs()
updateApplication("Sending reports...");
std::string dump_path = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,
- "ImprudenceCrashReport");
+ "meta-impyCrashReport");
std::string report_file = dump_path + ".log";
std::ofstream out_file(report_file.c_str());
@@ -369,10 +369,10 @@ void LLCrashLogger::updateApplication(const std::string& message)
bool LLCrashLogger::init()
{
// We assume that all the logs we're looking for reside on the current drive
- gDirUtilp->initAppDirs("Imprudence");
+ gDirUtilp->initAppDirs("meta-impy");
- // Default to the product name "Imprudence" (this is overridden by the -name argument)
- mProductName = "Imprudence";
+ // Default to the product name "meta-impy" (this is overridden by the -name argument)
+ mProductName = "meta-impy";
mCrashSettings.declareS32(CRASH_BEHAVIOR_SETTING, CRASH_BEHAVIOR_ASK, "Controls behavior when viewer crashes "
"(0 = ask before sending crash report, 1 = always send crash report, 2 = never send crash report)");
@@ -394,7 +394,7 @@ bool LLCrashLogger::init()
//If we've opened the crash logger, assume we can delete the marker file if it exists
if( gDirUtilp )
{
- std::string marker_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"Imprudence.exec_marker");
+ std::string marker_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"meta-impy.exec_marker");
LLAPRFile::remove( marker_file );
}
diff --git a/linden/indra/llvfs/lldir.cpp b/linden/indra/llvfs/lldir.cpp
index 0c93cbb..dbb057f 100644
--- a/linden/indra/llvfs/lldir.cpp
+++ b/linden/indra/llvfs/lldir.cpp
@@ -249,7 +249,7 @@ std::string LLDir::buildSLOSCacheDir() const
}
else
{
- res = getOSCacheDir() + mDirDelimiter + "ImprudenceExperimental";
+ res = getOSCacheDir() + mDirDelimiter + "meta-impyExperimental";
}
return res;
}
diff --git a/linden/indra/llvfs/lldir_mac.cpp b/linden/indra/llvfs/lldir_mac.cpp
index 6f0b037..7fb235b 100644
--- a/linden/indra/llvfs/lldir_mac.cpp
+++ b/linden/indra/llvfs/lldir_mac.cpp
@@ -122,7 +122,7 @@ LLDir_Mac::LLDir_Mac()
CFStringRef stringRef = NULL;
OSStatus error = noErr;
FSRef fileRef;
- CFStringRef secondLifeString = CFSTR("Imprudence");
+ CFStringRef secondLifeString = CFSTR("meta-impy");
mainBundleRef = CFBundleGetMainBundle();
@@ -173,7 +173,7 @@ LLDir_Mac::LLDir_Mac()
if (error == noErr)
{
FSRefToLLString(&cacheDirRef, mOSCacheDir);
- (void)CFCreateDirectory(&cacheDirRef, CFSTR("ImprudenceExperimental"),NULL);
+ (void)CFCreateDirectory(&cacheDirRef, CFSTR("meta-impyExperimental"),NULL);
}
// mOSUserAppDir
diff --git a/linden/indra/llwindow/llwindowsdl.cpp b/linden/indra/llwindow/llwindowsdl.cpp
index f7d7587..1933888 100644
--- a/linden/indra/llwindow/llwindowsdl.cpp
+++ b/linden/indra/llwindow/llwindowsdl.cpp
@@ -469,7 +469,7 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B
// Set the application icon.
SDL_Surface *bmpsurface;
- bmpsurface = Load_BMP_Resource("imprudence_icon.BMP");
+ bmpsurface = Load_BMP_Resource("meta-impy_icon.BMP");
if (bmpsurface)
{
// This attempts to give a black-keyed mask to the icon.
diff --git a/linden/indra/mac_updater/mac_updater.cpp b/linden/indra/mac_updater/mac_updater.cpp
index cf9de4b..64afff8 100644
--- a/linden/indra/mac_updater/mac_updater.cpp
+++ b/linden/indra/mac_updater/mac_updater.cpp
@@ -379,7 +379,7 @@ int main(int argc, char **argv)
}
else
{
- gProductName = "Imprudence";
+ gProductName = "meta-impy";
}
}
@@ -472,7 +472,7 @@ int main(int argc, char **argv)
err = CreateStandardAlert(
kAlertStopAlert,
CFSTR("Error"),
- CFSTR("An error occurred while updating Imprudence. Please download the latest version from http://imprudenceviewer.org/download/"),
+ CFSTR("An error occurred while updating meta-impy. Please download the latest version from http://imprudenceviewer.org/download/"),
¶ms,
&alert);
@@ -935,7 +935,7 @@ void *updatethreadproc(void*)
#endif // 0 *HACK for DEV-11935
- strncat(temp, "/ImprudenceUpdate_XXXXXX", (sizeof(temp) - strlen(temp)) - 1);
+ strncat(temp, "/meta-impyUpdate_XXXXXX", (sizeof(temp) - strlen(temp)) - 1);
if(mkdtemp(temp) == NULL)
{
throw 0;
@@ -953,7 +953,7 @@ void *updatethreadproc(void*)
chdir(tempDir);
- snprintf(temp, sizeof(temp), "Imprudence.dmg");
+ snprintf(temp, sizeof(temp), "meta-impy.dmg");
downloadFile = LLFile::fopen(temp, "wb"); /* Flawfinder: ignore */
if(downloadFile == NULL)
@@ -1000,7 +1000,7 @@ void *updatethreadproc(void*)
// NOTE: we could add -private at the end of this command line to keep the image from showing up in the Finder,
// but if our cleanup fails, this makes it much harder for the user to unmount the image.
std::string mountOutput;
- FILE* mounter = popen("hdiutil attach Imprudence.dmg -mountpoint mnt", "r"); /* Flawfinder: ignore */
+ FILE* mounter = popen("hdiutil attach meta-impy.dmg -mountpoint mnt", "r"); /* Flawfinder: ignore */
if(mounter == NULL)
{
diff --git a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp
index ed6d920..3637f6b 100755
--- a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp
+++ b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp
@@ -945,7 +945,7 @@ void MediaPluginGStreamer010::set_gst_plugin_path()
return;
}
- DEBUGMSG("Imprudence is installed at %s", imp_dir);
+ DEBUGMSG("meta-impy is installed at %s", imp_dir);
// ":" on Mac and 'Nix, ";" on Windows
std::string separator = G_SEARCHPATH_SEPARATOR_S;
@@ -963,7 +963,7 @@ void MediaPluginGStreamer010::set_gst_plugin_path()
}
- // Search both Imprudence and Imprudence\lib\gstreamer-plugins.
+ // Search both meta-impy and meta-impy\lib\gstreamer-plugins.
// But we also want to search the path the user has set, if any.
std::string plugin_path =
"GST_PLUGIN_PATH=" +
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index ed6ac78..c7d46c2 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -503,7 +503,7 @@ set(viewer_SOURCE_FILES
wlsettingsmanager.cpp
)
-set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING
+set(VIEWER_BINARY_NAME "meta-impy-bin" CACHE STRING
"The name of the viewer executable to create.")
if (LINUX)
@@ -993,8 +993,8 @@ if (DARWIN)
viewer.icns
macview.r
gpu_table.txt
- Info-Imprudence.plist
- Imprudence.nib/
+ Info-meta-impy.plist
+ meta-impy.nib/
# CMake doesn't seem to support Xcode language variants well just yet
English.lproj/InfoPlist.strings
English.lproj/language.txt
@@ -1060,7 +1060,7 @@ if (WINDOWS)
res/arrowdrag.cur
res/circleandline.cur
res/imp_icon.ico
- res/imprudence_icon.png
+ res/meta-impy_icon.png
res/llarrow.cur
res/llarrowdrag.cur
res/llarrowdragmulti.cur
@@ -1421,13 +1421,13 @@ set(ARTWORK_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE PATH
if (LINUX)
add_custom_command(
- OUTPUT imprudence-stripped
+ OUTPUT meta-impy-stripped
COMMAND strip
- ARGS --strip-debug -o imprudence-stripped ${VIEWER_BINARY_NAME}
- DEPENDS imprudence-bin
+ ARGS --strip-debug -o meta-impy-stripped ${VIEWER_BINARY_NAME}
+ DEPENDS meta-impy-bin
)
- set(product Imprudence-${ARCH}-${viewer_VERSION})
+ set(product meta-impy-${ARCH}-${viewer_VERSION})
add_custom_command(
OUTPUT ${product}.tar.bz2
@@ -1446,7 +1446,7 @@ if (LINUX)
--build=${CMAKE_CURRENT_BINARY_DIR}
--dest=${CMAKE_CURRENT_BINARY_DIR}/packaged
--touch=${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/.${product}.touched
- DEPENDS imprudence-stripped ${CMAKE_CURRENT_SOURCE_DIR}/viewer_manifest.py
+ DEPENDS meta-impy-stripped ${CMAKE_CURRENT_SOURCE_DIR}/viewer_manifest.py
)
add_dependencies(${VIEWER_BINARY_NAME} SLPlugin media_plugin_gstreamer010 media_plugin_webkit)
@@ -1458,16 +1458,16 @@ if (LINUX)
endif (LINUX)
if (DARWIN)
- set(product "Imprudence")
+ set(product "meta-impy")
set_target_properties(
${VIEWER_BINARY_NAME}
PROPERTIES
OUTPUT_NAME "${product}"
MACOSX_BUNDLE_INFO_STRING "info string - localize me"
MACOSX_BUNDLE_ICON_FILE "viewer.icns"
- MACOSX_BUNDLE_GUI_IDENTIFIER "Imprudence"
+ MACOSX_BUNDLE_GUI_IDENTIFIER "meta-impy"
MACOSX_BUNDLE_LONG_VERSION_STRING "ververver"
- MACOSX_BUNDLE_BUNDLE_NAME "Imprudence"
+ MACOSX_BUNDLE_BUNDLE_NAME "meta-impy"
MACOSX_BUNDLE_SHORT_VERSION_STRING "asdf"
MACOSX_BUNDLE_BUNDLE_VERSION "asdf"
MACOSX_BUNDLE_COPYRIGHT "copyright linden lab 2007 - localize me and run me through a legal wringer"
diff --git a/linden/indra/newview/English.lproj/InfoPlist.strings b/linden/indra/newview/English.lproj/InfoPlist.strings
index 8f9c4f5..17a0b7c 100644
--- a/linden/indra/newview/English.lproj/InfoPlist.strings
+++ b/linden/indra/newview/English.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */
-CFBundleName = "Imprudence";
-CFBundleShortVersionString = "Imprudence Experimental 2010.09.04";
-CFBundleGetInfoString = "Imprudence Experimental 2010.09.04";
+CFBundleName = "meta-impy";
+CFBundleShortVersionString = "meta-impy Experimental 2010.09.04";
+CFBundleGetInfoString = "meta-impy Experimental 2010.09.04";
diff --git a/linden/indra/newview/Imprudence.exe.config b/linden/indra/newview/Imprudence.exe.config
deleted file mode 100644
index 293a9ba..0000000
--- a/linden/indra/newview/Imprudence.exe.config
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/linden/indra/newview/ImprudenceDebug.exe.config b/linden/indra/newview/ImprudenceDebug.exe.config
deleted file mode 100644
index 04d0e00..0000000
--- a/linden/indra/newview/ImprudenceDebug.exe.config
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist
deleted file mode 100644
index e7dc82d..0000000
--- a/linden/indra/newview/Info-Imprudence.plist
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleExecutable
- Imprudence
- CFBundleIconFile
- viewer.icns
- CFBundleIdentifier
- org.imprudenceviewer.viewer
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- Imprudence
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- CFBundleURLTypes
-
-
- CFBundleURLName
- Second Life URL
- CFBundleURLSchemes
-
- secondlife
-
- LSIsAppleDefaultForScheme
-
-
-
- CFBundleVersion
- Experimental 2010.10.23
- CSResourcesFileMapped
-
-
-
diff --git a/linden/indra/newview/Info-meta-impy.plist b/linden/indra/newview/Info-meta-impy.plist
new file mode 100644
index 0000000..c5b413e
--- /dev/null
+++ b/linden/indra/newview/Info-meta-impy.plist
@@ -0,0 +1,39 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ meta-impy
+ CFBundleIconFile
+ viewer.icns
+ CFBundleIdentifier
+ org.imprudenceviewer.viewer
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ meta-impy
+ CFBundlePackageType
+ APPL
+ CFBundleSignature
+ ????
+ CFBundleURLTypes
+
+
+ CFBundleURLName
+ Second Life URL
+ CFBundleURLSchemes
+
+ secondlife
+
+ LSIsAppleDefaultForScheme
+
+
+
+ CFBundleVersion
+ Experimental 2010.10.23
+ CSResourcesFileMapped
+
+
+
diff --git a/linden/indra/newview/SecondLife.nib/objects.xib b/linden/indra/newview/SecondLife.nib/objects.xib
index 553b6f3..7ef13e0 100644
--- a/linden/indra/newview/SecondLife.nib/objects.xib
+++ b/linden/indra/newview/SecondLife.nib/objects.xib
@@ -6,17 +6,17 @@