Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Alexei Arabadji 09b9f5dc11 EXT-7772 FIXED Corrected button texture file name.
reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/606/

--HG--
branch : product-engine
2010-06-17 18:32:04 +03:00
Vladimir Pchelko 9fbb349ec8 EXT-7736 FIXED Reverted fix for EXT-2819 (crash in color picker).
Fix description:
    Check getParentFloater result.
Note:
    ColorsWatch have no parent Floater in EditWearable side-panel.

--HG--
branch : product-engine
2010-06-17 17:50:58 +03:00
Dessie Linden 74817f151f Merged from q/viewer-release 2010-06-17 07:42:08 -07:00
Alexei Arabadji d03338ee61 Automated merge with https://hg.productengine.com/secondlife/viewer-release/
--HG--
branch : product-engine
2010-06-17 17:41:36 +03:00
Alexei Arabadji 7aaca88e5b EXT-4568 added assertion on receiving form server sim info with empty sim name.
--HG--
branch : product-engine
2010-06-17 17:41:04 +03:00
Lynx Linden 7cc0063478 EXT-7901 FIXED Allow clicking on http://secondlife.com/app URLs.
The SLE code makes any http://<host>/app, http://<host>/region,
or http://<host>/secondlife URL be treated as a SLurl rather than a
normal http URL. This seems to be overly general, and has bitten us
because http://secondlife.com/app is used as a redirect URL for server
release notes.

In the short-term, I've made an exception for hostnames that match
"secondlife.com", so that the server release notes work again.

In the long-term, we should assess whether treating any URL that starts
with a path of "app", "region", or "secondlife" should be treated as a
SLurl. What happens when google adds "http://www.google.com/app"?
2010-06-17 15:36:05 +01:00
Mike Antipov 9745a0a9e4 EXT-7777 WIP Added several cases to show Loading indicator in "My Outfits:"
* Outfit is loading for the first time
* After user clicks:
 ** Item Context menu > Add
 ** Item Context menu > Replace

Known Issues:
1. For multi-wearable indicator will disappear after first item from the batch is worn.
   Did not fix this to not affect the stability before 2.1 release.
2. To show loading indicator first time we have to notify subscribers of LLAgentWearables.
   For now this is done from the deprecated LLAgentWearables::processAgentInitialWearablesUpdate

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

--HG--
branch : product-engine
2010-06-17 17:03:05 +03:00
Alexei Arabadji ebf78baa42 Automated merge with https://hg.productengine.com/secondlife/viewer-release/
--HG--
branch : product-engine
2010-06-17 17:01:47 +03:00
Alexei Arabadji cdafe7cef5 EXT-7788 FIXED Rename in context menu shows very short text field for new name
1 Made line editor width configurable for alert notifications.
2 Set line editor width to 300px.

reviwed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/605/

--HG--
branch : product-engine
2010-06-17 17:01:18 +03:00
Mike Antipov eb973cf6b2 EXT-7755 FIXED Updated condition to not show "No Outfit" as a status when outfit is changing.
Implementation details:
 * Added flag to LLAgentWearables to determining that outfit is changing. Synchronizing it with mLoadingStartedSignal and mLoadedSignal signals.
 * Check this flag when there is no outfit set to show empty title when outfit is being changed.
 * Also updated condition to disable "Wear" button when outfit is being changed.

Additional improvements:
 * Removed reference to parent LLSidepanelAppearance from the LLPanelOutfitsInventory.
 * Now LLSidepanelAppearance is subscribed to mLoadingStartedSignal and mLoadedSignal to update its loading indicator.

Known Issue:
 * When new outfit is being worn its name is shown in title for a short moment (loading indicator is shown at this time). Then it is changed with an empty title and is shown when outfit is already worn.
If necessary it should be investigated and fixed in scope of another issue.

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

--HG--
branch : product-engine
2010-06-17 16:51:04 +03:00
Lynx Linden 68b956b0d3 Automated merge with ssh://hg.lindenlab.com/q/viewer-release 2010-06-17 13:09:28 +01:00
Lynx Linden d4232e4ae1 EXT-7887 FIXED Release note URL updated.
We now point directly to the wiki for Viewer release notes and we
include three digits in the version number. E.g.,

http://wiki.secondlife.com/wiki/Release_Notes/Second Life Beta Viewer/2.1.0
2010-06-17 13:08:59 +01:00
Tofu Linden ca21110135 grr, dos2unix again 2010-06-17 11:47:53 +01:00
Tofu Linden acfb50f61c merge from PE's viewer-release 2010-06-17 10:53:10 +01:00
Yuri Chebotarev 9eeaaf6738 EXT-7791 FIX Show inventory panel if its not visible.
reviewed by Mike Antipov, Loren Shih at https://codereview.productengine.com/secondlife/r/599/

--HG--
branch : product-engine
2010-06-17 11:02:12 +03:00
Richard Nelson 4aef5f54de EXT-7734 FIX In-world object properteis often don't show correct information
reviewed by Leyla
2010-06-16 17:32:51 -07:00
Richard Nelson 353fc2431a web browser test should always use internal browser 2010-06-16 16:54:14 -07:00
Richard Nelson ab2588a47c fix for media browser layout 2010-06-16 16:53:40 -07:00
Xiaohong Bao 599a9a97b4 trivial: remove some debug code of llpushcallstacks. 2010-06-16 16:47:56 -06:00
Xiaohong Bao 70ba555a2a adjust debug code for EXT-6792: Crash on ATI 3200 2010-06-16 16:38:51 -06:00
Loren Shih 08515a8eb3 EXT-7890 FIXED "Open" on folder of in-world contents does nothing
Removed "open" menu option, to be consistent with right-click options on inventory folders elsewhere.
2010-06-16 17:49:04 -04:00
Loren Shih 67185e19b4 EXT-5342 FIXED Open in Inventory contents does nothing for certain item types
"Open" is added conditionally based on item type.
2010-06-16 16:40:48 -04:00
Xiaohong Bao 84d3eb1bee Automated merge with ssh://hg.lindenlab.com/q/viewer-release 2010-06-16 14:08:51 -06:00
Brad Payne (Vir Linden) cc5beffdf4 merge 2010-06-16 15:29:41 -04:00
Brad Payne (Vir Linden) bc91053543 EXT-6571 FIX - avoid removing links to missing wearables, which fixes a problem with ordering in multi-wearables 2010-06-16 15:26:53 -04:00
Loren Shih 5635f10c41 automated merge 2010-06-16 14:29:10 -04:00
Loren Shih 823ae2ea98 EXT-7735 FIXED When receiving a folder, "Show" (or hotlink) doesn't do anything
Fixed highlight and open item code to work for both categories and items (was previously only working for items).
2010-06-16 13:35:57 -04:00
Richard Nelson 8512897c1d turned down step volume even more 2010-06-16 10:27:58 -07:00
gabriel lee abb0ccb762 ext-7834 fixed corruption of menu item vector
reviewed by richard
2010-06-16 18:04:37 +01:00
gabriel lee 42a4ab9ae1 EXT-7834 fixed corruption of menu item vectors
reviewed by Richard
2010-06-16 18:03:03 +01:00
Richard Nelson 206ce0bb2c fix for broken rear view camera 2010-06-16 09:50:09 -07:00
Vladimir Pchelko 3ad0981d2f EXT-7823 FIXED Accordion widget was improved to show different message when no_matched_tabs in panel or no_visible_tabs in panel.
Added "no_matched" and "no_visible" text for TeleportHistory.
+ Added "no_visible" text for My Outfit list.
+ Fixed filtering in TeleportHistory.

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

--HG--
branch : product-engine
2010-06-16 19:43:24 +03:00
Vadim Savchuk 630296551b EXT-7747 FIXED Disable the "Add" item of wearable context menu when it's inappropriate.
The "Add" item of wearable context menu is now disabled if multiple clothes selected
or when you can't add more wearables of the given type (max number is worn).

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

--HG--
branch : product-engine
2010-06-16 16:04:26 +03:00
Mike Antipov 81e2aad388 EXT-7475 FIXED Added callback to update verbs in My Inventory SP when tab in inventory panel is changed.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/597/

--HG--
branch : product-engine
2010-06-16 16:11:19 +03:00
Andrew Polunin 83c1ca9a05 EXT-7693 ADDITIONAL FIX Added assertion in the type_map to make sure xml and code are in sync
--HG--
branch : product-engine
2010-06-16 16:10:16 +03:00
Vadim Savchuk 9cb1fcec6d Merge from default branch
--HG--
branch : product-engine
2010-06-16 15:25:40 +03:00
Vladimir Pchelko b9a468aff6 EXT-7751 FIXED Sets title text for ToolTip and show ToolTip when title text > text boxsize
Reviewed by Vadim Savchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/576/

--HG--
branch : product-engine
2010-06-16 13:53:39 +03:00
Tofu Linden 9ee5a62332 merge from PE's viewer-release 2010-06-16 11:02:45 +01:00
Paul Guslisty 46ebc6d373 EXT-7576 FIXED 'Add to Outfit:' panel should shrink the top 'Edit Outfit' list to 1/3 the vertical height
- Increased height of 'Add to Outfit' panel and set animate for layout stack. Animate attrubute was set to true to force proper calculation of layout panels size when one of the layout panels can dynamically change its visibility

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

--HG--
branch : product-engine
2010-06-16 11:21:20 +03:00
Paul Guslisty 5de0b6ac29 EXT-7667 FIXED There is much unnecessary empty space from the right side in the Group profile information
- Increased width of layout panel and its accordion

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

--HG--
branch : product-engine
2010-06-16 11:18:38 +03:00
Alexei Arabadji 8e9d7d3d00 Automated merge with https://hg.productengine.com/secondlife/viewer-release/
--HG--
branch : product-engine
2010-06-16 11:11:07 +03:00
Alexei Arabadji f74fe0c212 EXT-7763 FIXED Made text editor of script error window as read only.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/594/

--HG--
branch : product-engine
2010-06-16 11:03:28 +03:00
Yuri Chebotarev 0a6a0c3515 merge
--HG--
branch : product-engine
2010-06-16 10:11:46 +03:00
Yuri Chebotarev a66ec792c9 EXT-7790 FIX Reset inventory filter when showing original item in inventory
reviwed by Loren Shih at https://codereview.productengine.com/secondlife/r/575/

--HG--
branch : product-engine
2010-06-16 10:10:59 +03:00
Leyla Farazha 1c15d18175 Merge 2010-06-15 17:23:21 -07:00
Leyla Farazha 8628e67b82 apply resolution cleanup 2010-06-15 17:22:35 -07:00
Leyla Farazha 83a7a342ea removing fullscreen functionality
reviewed by richard cc#212
2010-06-15 17:21:27 -07:00
Richard Linden 594d2618aa fixed crash in accordionctrl 2010-06-15 16:29:29 -07:00
Richard Linden f56bc6c04a merge 2010-06-15 15:38:45 -07:00
Richard Linden 4fb3198642 EXT-7090 WIP STRG(CTRL)+SHIFT+S in Mouselook doesnt make a snapshot
made world view extend to where menu bar would normally be when in mouselook
2010-06-15 15:25:55 -07:00