From 5e7034a53be4a4f4862a81d09a6941db97a4f882 Mon Sep 17 00:00:00 2001 From: Erica Olsen Date: Mon, 31 Aug 2009 22:39:14 +0000 Subject: EXT-785 Remove old art resources from viewer --- indra/newview/skins/default/xui/en/widgets/tab_container.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/skins/default/xui/en/widgets/tab_container.xml b/indra/newview/skins/default/xui/en/widgets/tab_container.xml index 7aad55fb37..6dfb6ecf9c 100644 --- a/indra/newview/skins/default/xui/en/widgets/tab_container.xml +++ b/indra/newview/skins/default/xui/en/widgets/tab_container.xml @@ -3,7 +3,7 @@ tab_max_width="150" tab_top_image_unselected="TabTop_Middle_Off" tab_top_image_selected="TabTop_Middle_Selected" - tab_bottom_image_unselected="tab_bottom_blue.tga" - tab_bottom_image_selected="tab_bottom_selected_blue.tga" + tab_bottom_image_unselected="Toolbar_Left_Off" + tab_bottom_image_selected="Toolbar_Left_Selected" tab_left_image_unselected="TabTop_Left_Off" tab_left_image_selected="TabTop_Left_Selected"/> \ No newline at end of file -- cgit v1.2.3 From 410e2228fdaec684f12c528e58e76f9b5169fe72 Mon Sep 17 00:00:00 2001 From: Sam Kolb Date: Mon, 31 Aug 2009 23:08:06 +0000 Subject: Removed some final dependencies to Awesomium and Flash ActiveX (mostly porting over Callum's change: r132166) DEV-39138 build process on parabuild fails due to missing flash activex plugin --- indra/newview/CMakeLists.txt | 7 ------- indra/test_apps/llplugintest/llmediaplugintest.cpp | 21 ++++++++++----------- indra/test_apps/llplugintest/llmediaplugintest.h | 2 +- 3 files changed, 11 insertions(+), 19 deletions(-) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 297540ffc0..a34c9782c0 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1583,10 +1583,3 @@ if (WINDOWS) ) endif (WINDOWS) -if (DARWIN) -# Don't do this here -- it's taken care of by viewer_manifest.py -# add_custom_command(TARGET ${VIEWER_BINARY_NAME} POST_BUILD -# COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/../libraries/universal-darwin/lib_release/libllqtwebkit.dylib ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/llplugin/ -# DEPENDS ${CMAKE_SOURCE_DIR}/../libraries/universal-darwin/lib_release/libllqtwebkit.dylib -# ) -endif (DARWIN) diff --git a/indra/test_apps/llplugintest/llmediaplugintest.cpp b/indra/test_apps/llplugintest/llmediaplugintest.cpp index cd90884d09..f668867a02 100644 --- a/indra/test_apps/llplugintest/llmediaplugintest.cpp +++ b/indra/test_apps/llplugintest/llmediaplugintest.cpp @@ -1,5 +1,5 @@ /** - * @file LLMediaPluginTest2.cpp + * @file LLMediaPluginTest.cpp * @brief Primary test application for LLMedia (Separate Process) Plugin system * * $LicenseInfo:firstyear=2008&license=viewergpl$ @@ -222,14 +222,13 @@ LLMediaPluginTest::LLMediaPluginTest( int app_window, int window_width, int wind resetView(); // initial media panel - //const int num_initial_panels = 4; - //for( int i = 0; i < num_initial_panels; ++i ) - //{ - // addMediaPanel( mBookmarks[ rand() % ( mBookmarks.size() - 1 ) + 1 ].second ); - //}; - // always add a Web panel for testing - addMediaPanel( "http://www.google.com" ); + const int num_initial_panels = 1; + for( int i = 0; i < num_initial_panels; ++i ) + { + //addMediaPanel( mBookmarks[ rand() % ( mBookmarks.size() - 1 ) + 1 ].second ); + addMediaPanel( mHomeWebUrl ); + }; } //////////////////////////////////////////////////////////////////////////////// @@ -2113,13 +2112,13 @@ int main( int argc, char* argv[] ) const int app_window_x = 80; const int app_window_y = 0; - const int app_window_width = 964; - const int app_window_height = 964; + const int app_window_width = 960; + const int app_window_height = 960; glutInitWindowPosition( app_window_x, app_window_y ); glutInitWindowSize( app_window_width, app_window_height ); - int app_window_handle = glutCreateWindow( "LLMediaPluginTest2" ); + int app_window_handle = glutCreateWindow( "LLMediaPluginTest" ); glutDisplayFunc( glutDisplay ); diff --git a/indra/test_apps/llplugintest/llmediaplugintest.h b/indra/test_apps/llplugintest/llmediaplugintest.h index 079b40ddc0..2d0ba0e3f6 100644 --- a/indra/test_apps/llplugintest/llmediaplugintest.h +++ b/indra/test_apps/llplugintest/llmediaplugintest.h @@ -1,5 +1,5 @@ /** - * @file LLMediaPluginTest2.cpp + * @file LLMediaPluginTest.cpp * @brief Primary test application for LLMedia (Separate Process) Plugin system * * $LicenseInfo:firstyear=2008&license=viewergpl$ -- cgit v1.2.3 From e20ac4718ee53e18cb5c301ce5b79a44d1930a8e Mon Sep 17 00:00:00 2001 From: Kurt Stauffacher Date: Mon, 31 Aug 2009 23:28:56 +0000 Subject: Updated Me Profile and spec generated by 80/20. Removed Edit options for public profile display. Description of task in EXT-770 --- indra/newview/skins/default/xui/en/panel_profile.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/indra/newview/skins/default/xui/en/panel_profile.xml b/indra/newview/skins/default/xui/en/panel_profile.xml index 01602dc906..d90be9ea25 100644 --- a/indra/newview/skins/default/xui/en/panel_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_profile.xml @@ -212,7 +212,7 @@ top_pad="15" value="Account Status:" width="100" /> - + width="100"/> --> - + width="100" /> --> Date: Tue, 1 Sep 2009 00:55:00 +0000 Subject: Add retry logic on certain exit codes --- indra/develop.py | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/indra/develop.py b/indra/develop.py index 249b6519fc..4daa85ba3b 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -579,19 +579,23 @@ class WindowsSetup(PlatformSetup): return ('"%sdevenv.com" %s.sln /build %s' % (self.find_visual_studio(), self.project_name, self.build_type)) - def run(self, command, name=None): + def run(self, command, name=None, retry_on=None, retries=1): '''Run a program. If the program fails, raise an exception.''' - ret = os.system(command) - if ret: - if name is None: - name = command.split(None, 1)[0] - path = self.find_in_path(name) - if not path: - ret = 'was not found' - else: - ret = 'exited with status %d' % ret - raise CommandError('the command %r %s' % - (name, ret)) + while retries: + retries = retries - 1 + ret = os.system(command) + if ret: + if name is None: + name = command.split(None, 1)[0] + path = self.find_in_path(name) + if not path: + error = 'was not found' + else: + error = 'exited with status %d' % ret + if retry_on is not None and retry_on == ret: + print "Retrying... the command %r %s" % (name, error)) + else: + raise CommandError('the command %r %s' % (name, error)) def run_cmake(self, args=[]): '''Override to add the vstool.exe call after running cmake.''' @@ -629,11 +633,11 @@ class WindowsSetup(PlatformSetup): for t in targets: cmd = '%s /project %s %s' % (build_cmd, t, ' '.join(opts)) print 'Running %r in %r' % (cmd, d) - self.run(cmd) + self.run(cmd, retry_on=4, retries=3) else: cmd = '%s %s' % (build_cmd, ' '.join(opts)) print 'Running %r in %r' % (cmd, d) - self.run(cmd) + self.run(cmd, retry_on=4, retries=3) finally: os.chdir(cwd) -- cgit v1.2.3 From 778b893212c25779b3a511e9d59b7b4cae5000a9 Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Tue, 1 Sep 2009 01:03:51 +0000 Subject: EXT-791 - Add "Pause Agent" option to the Debug > Network menu --- indra/newview/app_settings/settings.xml | 11 +++++++++++ indra/newview/llviewercontrol.cpp | 14 ++++++++++++++ indra/newview/skins/default/xui/en/menu_viewer.xml | 11 +++++++++++ 3 files changed, 36 insertions(+) diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 4e2f836606..2a08f62bb4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -23,6 +23,17 @@ Value 0 + AgentPause + + Comment + Ask the simulator to stop updating the agent while enabled + Persist + 0 + Type + Boolean + Value + 0 + AlertedUnsupportedHardware Comment diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index 2c1707e49f..be832ebe32 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -470,6 +470,19 @@ bool handleVelocityInterpolate(const LLSD& newvalue) return true; } +bool toggle_agent_pause(const LLSD& newvalue) +{ + if ( newvalue.asBoolean() ) + { + send_agent_pause(); + } + else + { + send_agent_resume(); + } + return true; +} + //////////////////////////////////////////////////////////////////////////// void settings_setup_listeners() @@ -601,6 +614,7 @@ void settings_setup_listeners() gSavedSettings.getControl("VelocityInterpolate")->getSignal()->connect(boost::bind(&handleVelocityInterpolate, _2)); gSavedSettings.getControl("QAMode")->getSignal()->connect(boost::bind(&show_debug_menus)); gSavedSettings.getControl("UseDebugMenus")->getSignal()->connect(boost::bind(&show_debug_menus)); + gSavedSettings.getControl("AgentPause")->getSignal()->connect(boost::bind(&toggle_agent_pause, _2)); } #if TEST_CACHED_CONTROL diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index 352ec79385..ef9e22d908 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -2138,6 +2138,17 @@ layout="topleft" name="Network" tear_off="true"> + + + + Date: Tue, 1 Sep 2009 01:46:05 +0000 Subject: Fix syntax error introduced by your's truely into develop.py --- indra/develop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/develop.py b/indra/develop.py index 4daa85ba3b..b2b494d1b3 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -593,7 +593,7 @@ class WindowsSetup(PlatformSetup): else: error = 'exited with status %d' % ret if retry_on is not None and retry_on == ret: - print "Retrying... the command %r %s" % (name, error)) + print "Retrying... the command %r %s" % (name, error) else: raise CommandError('the command %r %s' % (name, error)) -- cgit v1.2.3 From 3069355a6f33b7bbcfc8c493910a40e6836249e1 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 1 Sep 2009 14:41:04 +0000 Subject: DEV-34522: [COMMENTS ONLY] clean up comments about (formerly) disabled tests --- indra/llcommon/CMakeLists.txt | 4 ++-- indra/llmath/CMakeLists.txt | 3 ++- indra/llmessage/CMakeLists.txt | 4 ---- indra/newview/CMakeLists.txt | 5 ----- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index a93623d24e..bc4e44d7e6 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -236,13 +236,13 @@ target_link_libraries( include(LLAddBuildTest) SET(llcommon_TEST_SOURCE_FILES - # WARNING: Please don't write tests against LLCommon or LLMath until this issue is resolved: https://jira.lindenlab.com/jira/browse/DEV-29456 - # lllazy.cpp ) LL_ADD_PROJECT_UNIT_TESTS(llcommon "${llcommon_TEST_SOURCE_FILES}") #set(TEST_DEBUG on) set(test_libs llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES}) +# Have to treat lllazy test as an integration test until this issue is resolved: +# https://jira.lindenlab.com/jira/browse/DEV-29456 LL_ADD_INTEGRATION_TEST(lllazy lllazy.cpp "${test_libs}") # *TODO - reenable these once tcmalloc libs no longer break the build. diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt index d287a5063a..2bb3800144 100644 --- a/indra/llmath/CMakeLists.txt +++ b/indra/llmath/CMakeLists.txt @@ -85,7 +85,8 @@ add_library (llmath ${llmath_SOURCE_FILES}) include(LLAddBuildTest) SET(llmath_TEST_SOURCE_FILES - # WARNING: Please don't write tests against LLCommon or LLMath until this issue is resolved: https://jira.lindenlab.com/jira/browse/DEV-29456 + # nat 2009-08-28: found this commented out and considered implementing it + # using LL_ADD_INTEGRATION_TEST, but there's no llvolume_test.cpp source? # llvolume.cpp ) LL_ADD_PROJECT_UNIT_TESTS(llmath "${llmath_TEST_SOURCE_FILES}") diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 536a586b00..1e8b5517e4 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -240,8 +240,4 @@ IF (NOT LINUX AND VIEWER) ) LL_ADD_PROJECT_UNIT_TESTS(llmessage "${llmessage_TEST_SOURCE_FILES}") - - # Commented out - see rationale at bottom of newview's build file + poppy 2009-06-05 - # Don't make llmessage depend on llsdmessage_test because ADD_COMM_BUILD_TEST depends on llmessage! - # ADD_COMM_BUILD_TEST(llsdmessage "" "${CMAKE_CURRENT_SOURCE_DIR}/tests/test_llsdmessage_peer.py") ENDIF (NOT LINUX AND VIEWER) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index a34c9782c0..b95c5d46dd 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1511,11 +1511,6 @@ endif (INSTALL) include(LLAddBuildTest) SET(viewer_TEST_SOURCE_FILES llagentaccess.cpp - # Not *actually* a unit test, it's an integration test. - # Because it won't work in the new unit test iface, i've commented out - # and notified Nat. Delete this when it's replaced! - # + poppy & brad 2009-06-05 - # llcapabilitylistener.cpp ) set_source_files_properties( ${viewer_TEST_SOURCE_FILES} -- cgit v1.2.3 From 359fb947411654e7d345709448db6ff316551d96 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 1 Sep 2009 11:04:15 -0700 Subject: Sync up with a number of SVN changes that snuck in via weird merges --- indra/newview/da.lproj/language.txt | 1 + indra/newview/es.lproj/language.txt | 1 + indra/newview/featuretable.txt | 3 +- indra/newview/featuretable_linux.txt | 2 +- indra/newview/featuretable_mac.txt | 2 +- indra/newview/fr.lproj/language.txt | 1 + indra/newview/hu.lproj/language.txt | 1 + indra/newview/installers/windows/lang_fr.nsi | Bin 8118 -> 8114 bytes indra/newview/it.lproj/language.txt | 1 + indra/newview/llappviewermacosx.h | 1 - indra/newview/lldrawpoolsky.h | 4 - indra/newview/nl.lproj/language.txt | 1 + indra/newview/pl.lproj/language.txt | 1 + indra/newview/pt.lproj/language.txt | 1 + indra/newview/ru.lproj/language.txt | 1 + .../skins/default/xui/da/floater_avatar_picker.xml | 47 ++++++++--- .../skins/default/xui/da/floater_build_options.xml | 4 +- .../skins/default/xui/da/floater_bulk_perms.xml | 44 ++++++++++ .../skins/default/xui/da/floater_buy_currency.xml | 2 +- .../skins/default/xui/da/floater_font_test.xml | 6 ++ .../skins/default/xui/da/floater_inspect.xml | 18 ++--- .../skins/default/xui/da/floater_joystick.xml | 38 ++++----- .../skins/default/xui/da/floater_lagmeter.xml | 16 ++-- .../skins/default/xui/da/floater_land_holdings.xml | 19 ++--- .../skins/default/xui/da/floater_lsl_guide.xml | 2 +- .../skins/default/xui/da/floater_perm_prefs.xml | 16 ++++ .../default/xui/da/floater_preview_notecard.xml | 11 ++- .../skins/default/xui/da/floater_sound_preview.xml | 2 +- .../skins/default/xui/da/floater_statistics.xml | 2 + .../skins/default/xui/da/floater_telehub.xml | 8 +- .../skins/default/xui/da/menu_inventory.xml | 1 + .../newview/skins/default/xui/da/menu_mini_map.xml | 8 ++ .../skins/default/xui/da/panel_group_general.xml | 55 ++++++------- .../skins/default/xui/da/panel_group_invite.xml | 9 ++- .../default/xui/da/panel_group_land_money.xml | 46 ++++++----- .../skins/default/xui/da/panel_group_roles.xml | 12 +-- .../newview/skins/default/xui/da/panel_groups.xml | 4 +- .../skins/default/xui/da/panel_region_covenant.xml | 71 +++++++++++----- .../skins/default/xui/da/panel_region_estate.xml | 2 +- .../skins/default/xui/da/panel_region_general.xml | 73 ++++++++++------- .../skins/default/xui/da/panel_region_terrain.xml | 4 +- .../skins/default/xui/da/teleport_strings.xml | 25 +++--- .../skins/default/xui/de/floater_mute_object.xml | 4 +- .../skins/default/xui/en/widgets/filter_editor.xml | 16 ++-- .../skins/default/xui/en/widgets/list_view.xml | 12 +-- .../skins/default/xui/en/widgets/split_button.xml | 48 +++++------ .../skins/default/xui/es/floater_about_land.xml | 26 +++--- .../skins/default/xui/es/floater_avatar_picker.xml | 8 +- .../skins/default/xui/es/floater_build_options.xml | 6 +- .../skins/default/xui/es/floater_buy_contents.xml | 2 +- .../skins/default/xui/es/floater_buy_currency.xml | 12 +-- .../skins/default/xui/es/floater_color_picker.xml | 3 +- .../default/xui/es/floater_day_cycle_options.xml | 12 +-- .../skins/default/xui/es/floater_env_settings.xml | 15 ++-- .../skins/default/xui/es/floater_gesture.xml | 5 +- .../skins/default/xui/es/floater_inspect.xml | 10 +-- .../xui/es/floater_inventory_view_finder.xml | 10 +-- .../skins/default/xui/es/floater_lagmeter.xml | 13 +-- .../skins/default/xui/es/floater_land_holdings.xml | 2 +- .../default/xui/es/floater_live_lsleditor.xml | 4 +- .../skins/default/xui/es/floater_lsl_guide.xml | 4 +- .../skins/default/xui/es/floater_media_browser.xml | 9 ++- .../skins/default/xui/es/floater_mute_object.xml | 7 +- indra/newview/skins/default/xui/es/floater_pay.xml | 9 ++- .../skins/default/xui/es/floater_pay_object.xml | 10 +-- .../skins/default/xui/es/floater_preferences.xml | 5 +- .../default/xui/es/floater_preview_animation.xml | 4 +- .../skins/default/xui/es/floater_script_search.xml | 16 ++-- .../skins/default/xui/es/floater_select_key.xml | 2 +- .../skins/default/xui/es/floater_telehub.xml | 18 +++-- .../skins/default/xui/es/floater_texture_ctrl.xml | 4 +- .../newview/skins/default/xui/es/floater_tools.xml | 68 ++++++++-------- .../skins/default/xui/es/floater_top_objects.xml | 21 ++--- .../skins/default/xui/es/floater_url_entry.xml | 3 +- .../newview/skins/default/xui/es/floater_water.xml | 22 ++--- .../default/xui/es/floater_windlight_options.xml | 20 ++--- .../skins/default/xui/es/panel_group_general.xml | 12 +-- .../skins/default/xui/es/panel_group_invite.xml | 17 ++-- .../default/xui/es/panel_group_land_money.xml | 15 ++-- .../skins/default/xui/es/panel_group_notices.xml | 17 ++-- .../skins/default/xui/es/panel_group_roles.xml | 46 ++++++----- .../newview/skins/default/xui/es/panel_groups.xml | 8 +- .../skins/default/xui/es/panel_region_covenant.xml | 10 ++- .../skins/default/xui/es/panel_region_debug.xml | 16 ++-- .../skins/default/xui/es/panel_region_estate.xml | 16 ++-- .../skins/default/xui/es/panel_region_general.xml | 10 +-- .../skins/default/xui/es/panel_region_terrain.xml | 16 ++-- .../skins/default/xui/es/panel_region_texture.xml | 2 +- .../skins/default/xui/fr/floater_customize.xml | 22 ++--- .../skins/default/xui/fr/floater_inventory.xml | 4 +- .../xui/fr/floater_inventory_view_finder.xml | 8 +- .../skins/default/xui/fr/floater_mem_leaking.xml | 6 +- .../skins/default/xui/it/floater_about_land.xml | 6 +- .../skins/default/xui/it/floater_avatar_picker.xml | 8 +- .../skins/default/xui/it/floater_build_options.xml | 6 +- .../skins/default/xui/it/floater_buy_contents.xml | 6 +- .../skins/default/xui/it/floater_buy_currency.xml | 6 +- .../default/xui/it/floater_day_cycle_options.xml | 30 +++---- .../skins/default/xui/it/floater_env_settings.xml | 14 ++-- .../skins/default/xui/it/floater_gesture.xml | 11 +-- .../skins/default/xui/it/floater_inspect.xml | 10 +-- .../xui/it/floater_inventory_view_finder.xml | 2 +- .../skins/default/xui/it/floater_joystick.xml | 49 ++++++------ .../skins/default/xui/it/floater_lagmeter.xml | 17 ++-- .../skins/default/xui/it/floater_land_holdings.xml | 10 +-- .../default/xui/it/floater_live_lsleditor.xml | 4 +- .../skins/default/xui/it/floater_lsl_guide.xml | 4 +- .../skins/default/xui/it/floater_media_browser.xml | 9 ++- .../skins/default/xui/it/floater_mute_object.xml | 6 +- indra/newview/skins/default/xui/it/floater_pay.xml | 21 ++--- .../skins/default/xui/it/floater_pay_object.xml | 23 +++--- .../skins/default/xui/it/floater_preferences.xml | 3 +- .../default/xui/it/floater_preview_animation.xml | 4 +- .../skins/default/xui/it/floater_script_search.xml | 16 ++-- .../skins/default/xui/it/floater_telehub.xml | 18 +++-- .../skins/default/xui/it/floater_top_objects.xml | 31 +++---- .../skins/default/xui/it/floater_url_entry.xml | 4 +- .../newview/skins/default/xui/it/floater_water.xml | 44 +++++----- .../default/xui/it/floater_windlight_options.xml | 32 ++++---- .../newview/skins/default/xui/it/panel_friends.xml | 2 +- .../skins/default/xui/it/panel_group_general.xml | 2 +- .../skins/default/xui/it/panel_group_invite.xml | 4 +- .../default/xui/it/panel_group_land_money.xml | 23 +++--- .../skins/default/xui/it/panel_group_notices.xml | 31 ++++--- .../skins/default/xui/it/panel_group_roles.xml | 44 +++++----- .../newview/skins/default/xui/it/panel_groups.xml | 10 ++- .../skins/default/xui/it/panel_region_covenant.xml | 30 ++++--- .../skins/default/xui/it/panel_region_debug.xml | 12 +-- .../skins/default/xui/it/panel_region_estate.xml | 16 ++-- .../skins/default/xui/it/panel_region_general.xml | 22 ++--- .../skins/default/xui/it/panel_region_terrain.xml | 8 +- .../skins/default/xui/it/panel_region_texture.xml | 6 +- .../skins/default/xui/it/teleport_strings.xml | 18 ++--- .../skins/default/xui/ja/floater_buy_contents.xml | 13 +-- .../default/xui/ja/floater_wearable_save_as.xml | 2 +- .../default/xui/ja/panel_group_land_money.xml | 3 +- .../skins/default/xui/nl/floater_about_land.xml | 12 +-- .../skins/default/xui/nl/floater_buy_contents.xml | 2 +- .../skins/default/xui/nl/floater_color_picker.xml | 5 +- .../skins/default/xui/nl/floater_env_settings.xml | 7 +- .../skins/default/xui/nl/floater_inspect.xml | 8 +- .../skins/default/xui/nl/floater_joystick.xml | 11 +-- .../skins/default/xui/nl/floater_mute_object.xml | 8 +- .../skins/default/xui/nl/floater_openobject.xml | 4 +- indra/newview/skins/default/xui/nl/floater_pay.xml | 4 +- .../skins/default/xui/nl/floater_pay_object.xml | 12 +-- .../skins/default/xui/nl/floater_perm_prefs.xml | 2 +- .../skins/default/xui/nl/floater_select_key.xml | 4 +- .../skins/default/xui/nl/floater_telehub.xml | 16 +++- .../skins/default/xui/nl/floater_texture_ctrl.xml | 6 +- .../newview/skins/default/xui/nl/floater_tools.xml | 86 ++++++++++---------- .../skins/default/xui/nl/floater_top_objects.xml | 26 +++--- .../skins/default/xui/nl/floater_url_entry.xml | 4 +- .../newview/skins/default/xui/nl/floater_water.xml | 5 +- .../newview/skins/default/xui/nl/panel_friends.xml | 12 +-- .../skins/default/xui/nl/panel_group_general.xml | 19 ++--- .../skins/default/xui/nl/panel_group_invite.xml | 9 ++- .../skins/default/xui/nl/panel_group_notices.xml | 24 ++++-- .../skins/default/xui/nl/panel_group_roles.xml | 34 +++++--- .../newview/skins/default/xui/nl/panel_groups.xml | 14 ++-- .../skins/default/xui/nl/panel_region_estate.xml | 16 ++-- .../skins/default/xui/nl/panel_region_general.xml | 4 +- .../skins/default/xui/pl/floater_joystick.xml | 89 +++++++++++---------- .../skins/default/xui/pl/floater_preview_sound.xml | 2 +- .../skins/default/xui/pl/floater_telehub.xml | 4 +- .../newview/skins/default/xui/pl/floater_tools.xml | 30 +++---- .../skins/default/xui/pt/floater_about_land.xml | 6 +- .../skins/default/xui/pt/floater_avatar_picker.xml | 12 +-- .../skins/default/xui/pt/floater_build_options.xml | 6 +- .../skins/default/xui/pt/floater_buy_contents.xml | 6 +- .../skins/default/xui/pt/floater_color_picker.xml | 6 +- .../default/xui/pt/floater_day_cycle_options.xml | 28 +++---- .../skins/default/xui/pt/floater_env_settings.xml | 12 +-- .../skins/default/xui/pt/floater_inspect.xml | 10 +-- .../xui/pt/floater_inventory_view_finder.xml | 6 +- .../skins/default/xui/pt/floater_joystick.xml | 41 +++++----- .../skins/default/xui/pt/floater_lagmeter.xml | 13 +-- .../skins/default/xui/pt/floater_land_holdings.xml | 10 +-- .../default/xui/pt/floater_live_lsleditor.xml | 2 +- .../skins/default/xui/pt/floater_lsl_guide.xml | 4 +- .../skins/default/xui/pt/floater_mute_object.xml | 5 +- indra/newview/skins/default/xui/pt/floater_pay.xml | 2 +- .../skins/default/xui/pt/floater_preferences.xml | 3 +- .../skins/default/xui/pt/floater_preview_sound.xml | 4 +- .../skins/default/xui/pt/floater_script_search.xml | 16 ++-- .../skins/default/xui/pt/floater_telehub.xml | 18 +++-- .../newview/skins/default/xui/pt/floater_tools.xml | 61 +++++++------- .../skins/default/xui/pt/floater_top_objects.xml | 13 +-- .../skins/default/xui/pt/floater_url_entry.xml | 1 + .../newview/skins/default/xui/pt/floater_water.xml | 23 +++--- .../default/xui/pt/floater_windlight_options.xml | 23 +++--- .../newview/skins/default/xui/pt/panel_friends.xml | 12 +-- .../skins/default/xui/pt/panel_group_general.xml | 6 +- .../skins/default/xui/pt/panel_group_invite.xml | 10 +-- .../default/xui/pt/panel_group_land_money.xml | 11 +-- .../skins/default/xui/pt/panel_group_notices.xml | 21 +++-- .../skins/default/xui/pt/panel_group_roles.xml | 45 ++++++----- .../newview/skins/default/xui/pt/panel_groups.xml | 17 ++-- .../skins/default/xui/pt/panel_region_covenant.xml | 20 +++-- .../skins/default/xui/pt/panel_region_debug.xml | 10 +-- .../skins/default/xui/pt/panel_region_estate.xml | 4 +- .../skins/default/xui/pt/panel_region_terrain.xml | 10 +-- .../skins/default/xui/pt/panel_region_texture.xml | 2 +- indra/newview/tr.lproj/language.txt | 1 + indra/newview/uk.lproj/language.txt | 1 + indra/newview/zh-Hans.lproj/language.txt | 1 + 206 files changed, 1572 insertions(+), 1270 deletions(-) create mode 100644 indra/newview/da.lproj/language.txt create mode 100644 indra/newview/es.lproj/language.txt create mode 100644 indra/newview/fr.lproj/language.txt create mode 100644 indra/newview/hu.lproj/language.txt create mode 100644 indra/newview/it.lproj/language.txt create mode 100644 indra/newview/nl.lproj/language.txt create mode 100644 indra/newview/pl.lproj/language.txt create mode 100644 indra/newview/pt.lproj/language.txt create mode 100644 indra/newview/ru.lproj/language.txt create mode 100644 indra/newview/skins/default/xui/da/floater_bulk_perms.xml create mode 100644 indra/newview/skins/default/xui/da/floater_font_test.xml create mode 100644 indra/newview/skins/default/xui/da/floater_perm_prefs.xml create mode 100644 indra/newview/skins/default/xui/da/floater_statistics.xml create mode 100644 indra/newview/skins/default/xui/da/menu_mini_map.xml create mode 100644 indra/newview/tr.lproj/language.txt create mode 100644 indra/newview/uk.lproj/language.txt create mode 100644 indra/newview/zh-Hans.lproj/language.txt diff --git a/indra/newview/da.lproj/language.txt b/indra/newview/da.lproj/language.txt new file mode 100644 index 0000000000..316d25d903 --- /dev/null +++ b/indra/newview/da.lproj/language.txt @@ -0,0 +1 @@ +da \ No newline at end of file diff --git a/indra/newview/es.lproj/language.txt b/indra/newview/es.lproj/language.txt new file mode 100644 index 0000000000..6c4381495c --- /dev/null +++ b/indra/newview/es.lproj/language.txt @@ -0,0 +1 @@ +es \ No newline at end of file diff --git a/indra/newview/featuretable.txt b/indra/newview/featuretable.txt index 05bdf64b42..d557df3d92 100644 --- a/indra/newview/featuretable.txt +++ b/indra/newview/featuretable.txt @@ -1,4 +1,4 @@ -version 19 +version 20 // NOTE: This is mostly identical to featuretable_mac.txt with a few differences // Should be combined into one table @@ -245,6 +245,7 @@ RenderVBOEnable 1 0 list Intel RenderAnisotropic 1 0 RenderLightingDetail 1 0 +RenderUseImpostors 0 0 list GeForce2 RenderAnisotropic 1 0 diff --git a/indra/newview/featuretable_linux.txt b/indra/newview/featuretable_linux.txt index 09105b8d88..57d712ede7 100644 --- a/indra/newview/featuretable_linux.txt +++ b/indra/newview/featuretable_linux.txt @@ -1,4 +1,4 @@ -version 19 +version 20 // NOTE: This is mostly identical to featuretable_mac.txt with a few differences // Should be combined into one table diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt index fd2496d8ad..15974c0691 100644 --- a/indra/newview/featuretable_mac.txt +++ b/indra/newview/featuretable_mac.txt @@ -1,4 +1,4 @@ -version 19 +version 20 // NOTE: This is mostly identical to featuretable_mac.txt with a few differences // Should be combined into one table diff --git a/indra/newview/fr.lproj/language.txt b/indra/newview/fr.lproj/language.txt new file mode 100644 index 0000000000..717280ac26 --- /dev/null +++ b/indra/newview/fr.lproj/language.txt @@ -0,0 +1 @@ +fr \ No newline at end of file diff --git a/indra/newview/hu.lproj/language.txt b/indra/newview/hu.lproj/language.txt new file mode 100644 index 0000000000..6c604cf2a9 --- /dev/null +++ b/indra/newview/hu.lproj/language.txt @@ -0,0 +1 @@ +hu \ No newline at end of file diff --git a/indra/newview/installers/windows/lang_fr.nsi b/indra/newview/installers/windows/lang_fr.nsi index d23615de91..008c240ed7 100644 Binary files a/indra/newview/installers/windows/lang_fr.nsi and b/indra/newview/installers/windows/lang_fr.nsi differ diff --git a/indra/newview/it.lproj/language.txt b/indra/newview/it.lproj/language.txt new file mode 100644 index 0000000000..c91971434c --- /dev/null +++ b/indra/newview/it.lproj/language.txt @@ -0,0 +1 @@ +it \ No newline at end of file diff --git a/indra/newview/llappviewermacosx.h b/indra/newview/llappviewermacosx.h index 0928916a57..bc841fc3a7 100644 --- a/indra/newview/llappviewermacosx.h +++ b/indra/newview/llappviewermacosx.h @@ -55,7 +55,6 @@ protected: virtual void handleSyncCrashTrace(); std::string generateSerialNumber(); - virtual bool initLogging(); virtual bool initParseCommandLine(LLCommandLineParser& clp); }; diff --git a/indra/newview/lldrawpoolsky.h b/indra/newview/lldrawpoolsky.h index f35b114730..8595d73aee 100644 --- a/indra/newview/lldrawpoolsky.h +++ b/indra/newview/lldrawpoolsky.h @@ -36,14 +36,12 @@ #include "lldrawpool.h" class LLSkyTex; -class LLHeavenBody; class LLGLSLShader; class LLDrawPoolSky : public LLFacePool { private: LLSkyTex *mSkyTex; - LLHeavenBody *mHB[2]; // Sun and Moon LLGLSLShader *mShader; public: @@ -69,8 +67,6 @@ public: /*virtual*/ void renderForSelect(); /*virtual*/ void endRenderPass(S32 pass); void setSkyTex(LLSkyTex* const st) { mSkyTex = st; } - void setSun(LLHeavenBody* sun_flag) { mHB[0] = sun_flag; } - void setMoon(LLHeavenBody* moon) { mHB[1] = moon; } void renderSkyCubeFace(U8 side); void renderHeavenlyBody(U8 hb, LLFace* face); diff --git a/indra/newview/nl.lproj/language.txt b/indra/newview/nl.lproj/language.txt new file mode 100644 index 0000000000..d5f5c2a19c --- /dev/null +++ b/indra/newview/nl.lproj/language.txt @@ -0,0 +1 @@ +nl \ No newline at end of file diff --git a/indra/newview/pl.lproj/language.txt b/indra/newview/pl.lproj/language.txt new file mode 100644 index 0000000000..55239f3c18 --- /dev/null +++ b/indra/newview/pl.lproj/language.txt @@ -0,0 +1 @@ +pl \ No newline at end of file diff --git a/indra/newview/pt.lproj/language.txt b/indra/newview/pt.lproj/language.txt new file mode 100644 index 0000000000..9e3340eca2 --- /dev/null +++ b/indra/newview/pt.lproj/language.txt @@ -0,0 +1 @@ +pt \ No newline at end of file diff --git a/indra/newview/ru.lproj/language.txt b/indra/newview/ru.lproj/language.txt new file mode 100644 index 0000000000..adc719b423 --- /dev/null +++ b/indra/newview/ru.lproj/language.txt @@ -0,0 +1 @@ +ru \ No newline at end of file diff --git a/indra/newview/skins/default/xui/da/floater_avatar_picker.xml b/indra/newview/skins/default/xui/da/floater_avatar_picker.xml index d2c8f3a003..f93f0a3525 100644 --- a/indra/newview/skins/default/xui/da/floater_avatar_picker.xml +++ b/indra/newview/skins/default/xui/da/floater_avatar_picker.xml @@ -1,15 +1,40 @@ - + - - Skriv en del eller hele navnet på beboeren: - -