Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Roxie Linden ca9737d6d6 The certificate hostname verification was not taking into account changes in
hostname due to a redirect which is handled via curl.
I turned off the secapi hostname verification just allowing libcurls hostname
verification, as it's better anyway (it handles alt names)
2010-05-19 15:22:46 -07:00
Aimee Linden d80bc7f976 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-19 22:24:32 +01:00
Aimee Linden 1a88cb1c39 CSX-1753 WIP Set temporary Voice Morphing marketing URL for testing.
Set to http://secondlife.com/landing/v0icem0rphingt3st
Needs updating to http://secondlife.com/voicemorphing before launch.
2010-05-19 21:25:41 +01:00
Roxie Linden 61cb3d3113 automated merge 2010-05-19 13:25:11 -07:00
Aimee Linden 9363d9fc4b Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-19 21:19:19 +01:00
Loren Shih a4c364561b AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Fix for scoping error leading to compile error.
2010-05-19 16:18:09 -04:00
Aimee Linden 4f2f2f9037 EXT-7138 WIP Enable activation of voice effects from the Voice Effects floater 2010-05-19 21:14:24 +01:00
Aimee Linden 4c6d743665 EXT-7337 WIP Voice font previewing
Handle mediaCompletionEvents in the voice client to update UI when preview playback ends.
2010-05-19 21:13:19 +01:00
Roxie Linden 81e9de4a7c automated merge 2010-05-19 11:56:29 -07:00
Richard Nelson 90e17532df merge 2010-05-19 11:07:52 -07:00
Loren Shih d43ac77d1b AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Fix for ambiguity around LLSD usage.
2010-05-19 13:56:39 -04:00
Loren Shih 0924e3397c AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Added outfit baking notification.
Cleaned up some code around notifications.
Added some more clarity to notification message wording.
2010-05-19 13:54:37 -04:00
Aimee Linden 2930b805d3 EXT-7337 WIP Fix formatting in floater_voice_effect.xml (no functional change) 2010-05-19 17:35:53 +01:00
Nyx Linden 46fc55fca5 EXT-7208 FIX add color / tint to tattoos
Adds a color swatch to tattoo wearable that allows users to color their tattoos.
Defaults to white so should not affect existing tattoo wearables.

Code reviewed by Vir.
2010-05-19 12:16:20 -04:00
Aimee Linden cb6b6b1b4f Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-19 16:28:24 +01:00
Aimee Linden 95ed59a9de EXT-7337 WIP Added template voice fonts to the voice font list for previewing 2010-05-19 16:28:03 +01:00
Aimee Linden be06622345 EXT-7337 WIP Voice font previewing
Added LLVoiceEffectInterface::getVoiceEffectProperties
Added LLVivoxVoiceClient::getVoiceFontTemplateIndex
2010-05-19 16:25:52 +01:00
Sergei Litovchuk eb3716fab9 EXT-7157 FIXED Implemented outfit items sorting in "My Outfits" tab.
- Moved wearable item name comparator from llcofwearables to llwearableitemslist.
- Added wearable item type comparator.
- Added item type and description getters to wearable item base class LLPanelInventoryListItemBase.

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/407/

--HG--
branch : product-engine
2010-05-19 17:55:58 +03:00
Mike Antipov 3e8654a4bf Merge
--HG--
branch : product-engine
2010-05-19 15:54:20 +03:00
Mike Antipov 2646ec7aa1 EXT-7104 WIP Implemented reaction on Sidebar button click
Implementation details:
* Added new setting SidebarWithButtonsVisibility
* Sidebar bottom tray button changes its value on click (toggle state - value is TRUE)
* SideTray listens changes of this setting's value and change its and its buttons visibility
* expand/collapse Sidebar state is stored between changes of the setting.

Reviewed by Yuri Chebotarev at https://codereview.productengine.com/secondlife/r/403/

--HG--
branch : product-engine
2010-05-19 15:32:25 +03:00
Alexei Arabadji 08a6474909 EXT-7320 FIXED Moved date time stamp template to localized xml.
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/406/

--HG--
branch : product-engine
2010-05-19 15:26:05 +03:00
Mike Antipov 12d9aef217 EXT-7104 WIP Added "Sidebar" button (disabled until callback is set)
* Added widgets into xml, added setting and listener for context menu
* added menu item to show/hide the button
* button is made as may be hidden on resize

Additional improvements:
* Updated method to process buttons width when it is necessary to show any button via context menu
* Updated LLBottomTray::initButtonsVisibility to not show warning messages if it is impossible to show a button due to bottom tray width on startup.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/403/

--HG--
branch : product-engine
2010-05-19 15:23:51 +03:00
Mike Antipov 5d4b48bbb4 EXT-7104 WIP Implemented a functionality to control the width of the chat entry field.
* LLResizeBar calls notifyParent on resizing before changing rect of view, bottomtray processed this notification to update other buttons.
* Had to move setup of buttons visibility on startup into LLBottomTray to ensure all buttons have necessary visibility BEFORE restore the width of the chat entry field;
* Updated layout between chatbar and speak button to show resize mouse pointer in the middle between them.

Implemented behavior: visible buttons shrink to their minimal width when the chat entry field gets wider.

Also were refactored:
* moved declaration of settings related to buttons visibility from the settings.xml to LLBottomTray.
* moved setting of control listeners to LLBottomTray.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/403/

--HG--
branch : product-engine
2010-05-19 15:23:51 +03:00
Vadim Savchuk 7f4680c8c2 merge
--HG--
branch : product-engine
2010-05-19 14:07:56 +03:00
Vadim Savchuk 9aacdbc155 EXT-7242 FIXED Added a new "Edit my Shape" link to avatar self-click context menu and made it open the shape editing panel.
Again, as in EXT-7241, I tried to improve the way the appearance panels (outfits / edit outfit / edit wearables) are switched, this time aiming to eliminate redundant time-consuming operations (fetches/updated/etc).
I'm not particularly satisfied with the resulting code but it seems to work. A better solution might be to wrap the panels with LLSideTrayPanelContainer.

Additional minor changes:
- Fixed unsafe pointer cast in LLSidepanelAppearance::editWearable().
- Removed redundant onEditOutfitButtonClicked() and onEditWearBackClicked() methods from LLSidepanelAppearance.

Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/395/

--HG--
branch : product-engine
2010-05-19 14:03:29 +03:00
Igor Borovkov 075b98a330 merge
--HG--
branch : product-engine
2010-05-19 13:47:53 +03:00
Igor Borovkov cfd5657202 EXT-7234 FIXED whether folder view or list view is currently used is decided by their visibility
deciding which list to use (folder/list view) depending on their conrainers visibility

Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/405/

--HG--
branch : product-engine
2010-05-19 13:46:03 +03:00
Vadim Savchuk 2c817f0b40 Manual merge from default branch
Resolved conflicts in:
- indra/newview/skins/default/xui/en/floater_world_map.xml
- indra/newview/skins/default/xui/en/notifications.xml

--HG--
branch : product-engine
2010-05-19 13:43:12 +03:00
Tofu Linden b550bb0f09 merge from PE's viewer-trunk 2010-05-19 09:56:48 +01:00
Roxie Linden 1f02c1dd32 DEV-50239 - windows 2.0 viewer using 'ruth' as default avatar on SLE grids
The problem, llstartup was parsing the login response indicating the
newuser-config (which contains the default avs) incorrectly.
The response is returned as a map within an array (<array><map>...</map></array>)
We were parsing it as a simple map.
2010-05-19 01:15:15 -07:00
Roxie Linden f46eb52e90 Add digicert high assurence CA 2010-05-19 00:29:49 -07:00
Roxie Linden 22894b2921 automated merge 2010-05-19 00:13:24 -07:00
Paul Guslisty a4fc76a0f7 EXT-7219 FIXED Hooked up the avatar gender radio buttons
- Added callback for radio buttons

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/392/

--HG--
branch : product-engine
2010-05-19 08:25:09 +03:00
Roxie Linden cae4e785be Allow update of the default CAs on install 2010-05-18 22:18:54 -07:00
Brad Payne (Vir Linden) e319e13a97 EXT-6953 WIP - cache dumping option to help with updating static vfs cache with new contents 2010-05-18 21:06:45 -04:00
Richard Linden 8e474b095a merge 2010-05-18 16:31:38 -07:00
Richard Linden 5921f2c14b EXT-7398 FIXED negative top/bottom coordinates do the wrong thing with topleft layout
reviewed by Leyla
2010-05-18 16:26:18 -07:00
Roxie Linden 75755a6751 Add missing debug grids 2010-05-18 15:56:42 -07:00
Loren Shih c70be25eca Fix for build error (not from my code ;-) ). 2010-05-18 18:28:23 -04:00
Nyx (Neal Orman) 263877fec1 FIX: crash on texture load callback timer.
After reviewing with bao, re-initialize memory to be NULL after delete to ensure that stray callbacks don't try to use it.
2010-05-18 18:03:01 -04:00
Nyx (Neal Orman) 0b5c84df94 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-18 17:44:32 -04:00
Nyx (Neal Orman) b9a8e7f428 crash prevention for viewer debug logging.
Will be code reviewed before push, will be removed before release.

 -Nyx
2010-05-18 17:44:24 -04:00
Loren Shih 529a88458a AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Superficial improvements to llinfos messaging.
2010-05-18 17:30:31 -04:00
Loren Shih 3c25cf6750 AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Added timestamp for avatar rez messages.
Added messaging when entering/leaving Edit Appearance Mode.
2010-05-18 17:10:44 -04:00
Sergei Litovchuk e041b67501 Removed duplicated include.
--HG--
branch : product-engine
2010-05-18 23:37:37 +03:00
Sergei Litovchuk 09a58b804b EXT-7158 FIXED Moved lltextutil from newview to llui library.
Reviewed by Richard Nelson and Mike Antipov at https://codereview.productengine.com/secondlife/r/363/

--HG--
branch : product-engine
2010-05-19 01:20:39 +03:00
Loren Shih dd4c0fa417 AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Fix for conditional deletion.
2010-05-18 16:16:10 -04:00
Xiaohong Bao 68f96f2ec8 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-18 14:15:17 -06:00
Xiaohong Bao 9dada6bcc4 EXT-7145: FIXED: make viewer to handle "URL redirect " for http texture. 2010-05-18 14:14:50 -06:00
Loren Shih 955473266e AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Fixed memory leak.
Prettied up formatting for debug readouts.
Added more notifications for rez and cloud time.
2010-05-18 15:15:08 -04:00