Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Aimee Linden 009db32afe EXT-7138 WIP added a refreshVoiceEffectLists() method to LLVoiceEffectInterface 2010-05-14 13:11:18 +01:00
Andrew Polunin 61316403aa EXT-7221 FIXED Now the 'Get More >>' link exists exactly before the 'View All >>' link in the Gestures list
- Added new setting GesturesMarketplaceURL in settings.xml to represent URL which points to the Gesture's Marketplace.
- Added mGetMoreItemIndex instance variable (similar to mViewAllItemIndex which was already there).
- Added mGetMoreItemIndex handling in the LLGestureComboList::onCommitGesture() (again, similar to mViewAllItemIndex).
- Added new string in strings.xml with name GetMoreGestures to represent Gesture's list item.

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

--HG--
branch : product-engine
2010-05-14 13:03:44 +03:00
Tofu Linden a5f365c331 merge from PE's viewer-trunk 2010-05-14 10:22:24 +01:00
Alexei Arabadji 07678ad2db EXT-7121 FIXED Added check is IM window visible to avoid blinking and changing IM well button background when IM window isn't visible.
--HG--
branch : product-engine
2010-05-14 10:11:49 +03:00
Monroe Linden 09a1cb549d Fix for DEV-50040 (MoAP Auto Zoom Feature Buggy on Welcome Island Kiosks)
Fixed a logic error in LLViewerMediaFocus::getBBoxAspectRatio() that caused it to sometimes return bogus results.

Added a number of lldebugs messages to LLViewerMediaFocus::getBBoxAspectRatio() and LLViewerMediaFocus::setCameraZoom() that may be useful when working on the autozoom code in the future.
2010-05-13 17:39:23 -07:00
Dessie Linden 5fe6a5489c Merged 2010-05-14 09:11:17 -07:00
Dessie Linden c72d3b8bf4 Merged 2010-05-14 09:07:03 -07:00
Xiaohong Bao 3ce4cecd68 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-13 18:32:32 -06:00
Loren Shih aebb49520b EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType
Change enum naming to use WT_INVALID=255 instead of WT_NONE=255.  Added WT_NONE as -1.
2010-05-13 17:24:54 -04:00
Loren Shih 25711e6bce EXT-7350 : Grey box appears when opening up calling cards, only partially populated
Fixed incorrect icon name which was causing grey box (i.e. icon not found) error.
2010-05-13 17:07:05 -04:00
Loren Shih d066798daa automated merge 2010-05-13 16:53:57 -04:00
Loren Shih 1d6ebfbb57 EXT-4088 : FIXED : INFRASTRUCTURE : Change LLFolderView::getSelectionList to return a selection
Function signature change to return a selection instead of taking one as an argument.
2010-05-13 16:53:29 -04:00
Xiaohong Bao 0f7277b98b EXT-7327: FIXED: viewer crash in LLVOVolume::syncMediaData on Meshopotamia 1 2010-05-13 14:43:24 -06:00
Xiaohong Bao c0a78f9106 EXT-7155: FIXED: bumpmaps failed to load
reviewed by davep.
2010-05-13 14:40:48 -06:00
Loren Shih b0c2aebece EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType
Changed WT_NONE to 255 from -1, since 255 was formerly the designation for WT_INVALID which is now being used for WT_NONE.
2010-05-13 16:28:21 -04:00
Dessie Linden 53e7fe5b1f EXT-7017 FIXED Improved phrasing and grammar in dialog 2010-05-13 12:59:28 -07:00
Eli Linden d685ba6b85 EXT-7285 FIX en_xui_change for truncation 2010-05-13 12:37:45 -07:00
Eli Linden 83f9fb1e84 EXT-7246 FIX PT remove old overrides 2010-05-13 11:54:02 -07:00
Eli Linden 439a98657a ND-46735 WIP DE linguistic 2010-05-13 11:09:53 -07:00
Sergei Litovchuk a968046282 EXT-7158 FIXED Implemented filter in "My Outfits" tab.
- Added accordion tab title highlighting setter and title getter.
- Added filtered tabs title highlighting.
- Tabs which don't pass filter are hidden.
- Added applying filter on list refresh event to avoid refreshing list on every filter change.
- Moved part of LLTextUtil to llui/lluitextutil to reuse code in llaccordionctrltab.
- Fixed passing list size to mRefreshCompleteSignal.
- Added list refresh callback to LLInventoryItemsList for checking tab visibility  without re-applying filter sub-string.

Committed to proceed with dependent tasks.
If there are any comments/suggestions related to text utils this part of code may be changed without requiring much effort.

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

--HG--
branch : product-engine
2010-05-13 19:31:50 +03:00
Alexei Arabadji 90940d0b06 EXT-7120 ADDITIONAL COMMIT Avoided unnecessary usage of LLNotificationFunctorRegistration for "ConfirmLeaveCall" notification.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/374/

--HG--
branch : product-engine
2010-05-13 18:49:20 +03:00
Alexei Arabadji 966a6efe85 EXT-7096 FIXED Added confirmation about muting all participants in a group call.
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/375/

--HG--
branch : product-engine
2010-05-13 18:22:15 +03:00
Igor Borovkov 2b4c9469f1 EXT-7254 FIXED added a comparator for wearable items (panel outfit edit)
added a flat list view comparator for names of wearable list items

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

--HG--
branch : product-engine
2010-05-13 17:20:29 +03:00
Aimee Linden 5ee2fc381d Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-13 15:17:20 +01:00
Aimee Linden f3df31078c EXT-7138 Forgot to rename panel_voice_font.xml to panel_voice_effect.xml oops! 2010-05-13 15:09:51 +01:00
Aimee Linden 200889bd4b EXT-7336 WIP Open the Voice Morphing marketing page from the voice font UI
Temporarily points at https://secondlife.com/my/account/voice.php until a proper URL is allocated.
2010-05-13 14:59:27 +01:00
Mike Antipov 5975650a8b EXT-7104 : WIP : improved processing of buttons to show/hide extend/shrink them. Functionality was not changed.
* added vector of buttons that can be shown/hidden extended/shrunk on resizing.
 * updated these operation to use iteration over this array.
 * cleaned up container initialization.

This allow to extend this vector to add new buttons in bottom tray.

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

--HG--
branch : product-engine
2010-05-13 16:49:59 +03:00
Yuri Chebotarev bef3172ed9 merge
--HG--
branch : product-engine
2010-05-13 15:56:34 +03:00
Yuri Chebotarev 059a714230 EXT-7045 FIX Group profile not using placeholder art
add placeholder art, add code to convert texture name to ID since LLTextureCtrl can't accept textures by name...
Reviwed V.Savchuk at https://codereview.productengine.com/secondlife/r/378

--HG--
branch : product-engine
2010-05-13 15:54:23 +03:00
Aimee Linden 9cec4bdd69 EXT-7138 WIP Merged Voice fonts work into the newly modularized LLVoiceClient.
Created LLVoiceEffectInterface as an optional interface to be implemented by voice modules that support voice effects.
2010-05-13 13:30:28 +01:00
Mike Antipov 3040d68c26 EXT-7104 : WIP : bottomtray refactoring for future changes. Functionality was not changed.
* updated method related to resize logic to take references to S32 instead of pointer.
 * added doxygen comments for these methods.

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

--HG--
branch : product-engine
2010-05-13 15:14:30 +03:00
Vadim Savchuk 93ccf3f221 Merge from default branch
--HG--
branch : product-engine
2010-05-13 14:51:03 +03:00
Igor Borovkov 2ab9fbf019 EXT-7218 FIXED added a delete button for attachment items (panel outfit edit)
added a deletable wearable item, predecessor of a clothing item, which is used for attachment items

Reviewed by Neal Orman and Mike Antipov at https://codereview.productengine.com/secondlife/r/377

--HG--
branch : product-engine
2010-05-13 13:25:02 +03:00
Igor Borovkov 1b41e68636 EXT-7243 FIXED assigned a callback to the add_to_outfit_btn (panel outfit edit)
Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/380

--HG--
branch : product-engine
2010-05-13 13:12:59 +03:00
Richard Linden eea99519d4 added winmm.dll shim for deployment in debug builds 2010-05-12 15:49:49 -07:00
Loren Shih 86f6827bf9 automated merge 2010-05-12 16:46:58 -04:00
Loren Shih ee53b612fb EXT-7324 : INFRASTRUCTURE: Inventorymodel code cleanup
Superficial header file cleanup
Lots of moving functions around and recategorizing in LLInventoryModel.h
Removed some obsolete functions, changed scoping of others
Moved some static functions from LLInventoryModel into llinventoryfunctions.h
2010-05-12 16:46:28 -04:00
Tofu Linden 265391fb3f merge 2010-05-12 19:39:11 +01:00
Eli Linden 491d0f1ae4 ND-46735 WIP IT linguistic 2010-05-12 11:27:09 -07:00
Loren Shih dbaaebfe5b EXT-7319 : FIXED : INFRASTRUCTURE : LLInventoryBridge cleanup
Const correctness, logic cleanup, took out subclasses redefining same variable as base class (!!!).
2010-05-12 13:46:21 -04:00
Loren Shih f1c775b7be EXT-7319 : FIXED : INFRASTRUCTURE : LLInventoryBridge cleanup
Superficial header file cleanup
2010-05-12 11:40:38 -04:00
Mike Antipov b54e4459df EXT-7104 : WIP : Reformatted panel_bottomtray.xml with Preview Tool.
Functionality was not changed. Not reviewed.

--HG--
branch : product-engine
2010-05-12 18:03:28 +03:00
Paul Guslisty bc9b15a348 EXT-7203 FIXED Re-enabled inventory search for wearables panel
- Insert filter editor and inventory panels into layout_stack
- restored filter functionality for a list view
- added proper switching between flat list view and folder list view
- made a little optimization: got rid of redundant findChild calls because of childSetVisible(..., childGetValue(...));

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

--HG--
branch : product-engine
2010-05-12 17:38:07 +03:00
Mike Antipov 79332f4e3e EXT-7104 : WIP : Removed dummy icons between buttons may be hidden to simplify adding new buttons.
* removed dummy icons
* encreased width and minimal width of next to the left layout panels to icons' widths.
* removed code processed dummy icons

Reviewed by Vadim.

--HG--
branch : product-engine
2010-05-12 17:15:46 +03:00
Alexei Arabadji 0815eb1ce4 EXT-7267 FIXED Corrected retrieving of object name.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/376/

--HG--
branch : product-engine
2010-05-12 17:01:32 +03:00
Vadim Savchuk afb366ad7e EXT-7206 ADDITIONAL COMMIT Added missing avatar sex icons.
--HG--
branch : product-engine
2010-05-12 15:46:26 +03:00
Vadim Savchuk 3afa084e22 Merge from default branch
--HG--
branch : product-engine
2010-05-12 15:43:56 +03:00
Alexei Arabadji fbaae0a2df Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/
--HG--
branch : product-engine
2010-05-12 14:10:44 +03:00
Alexei Arabadji 367b77eb1b EXT-6783 FIXED Made notifications that are saved into notification well window be persisted and offer notifications non-persisted.
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/368/

--HG--
branch : product-engine
2010-05-12 14:10:26 +03:00
Igor Borovkov 36e84baea4 EXT-7204 FIXED added updating verbs and status (panel edit outfit) on base oufit changes
--HG--
branch : product-engine
2010-05-12 13:47:14 +03:00