Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Aimee Linden f363a8898d merge 2010-04-09 01:29:44 +01:00
Aimee Linden 5a8770c9e3 Added a method to clear the session font list 2010-04-09 01:29:03 +01:00
Eli Linden 4ed913c376 Merge 2010-04-08 17:06:42 -07:00
Eli Linden 2a42ba08a3 EXT-2187 NL translation for set1 and set2, new files 2010-04-08 17:06:06 -07:00
Eli Linden 63e7d285e7 EXT-2187 NL translation for set1 and set2 2010-04-08 17:05:56 -07:00
Leyla Farazha 571ee16a1f Merge 2010-04-08 16:22:19 -07:00
Leyla Farazha 1c4b608506 EXT-6670 Streaming Music does not obey Media Auto-play until restart
reviewed by Richard cc#183
2010-04-08 16:19:14 -07:00
Xiaohong Bao 3ff6c57621 Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk 2010-04-08 17:09:21 -06:00
Xiaohong Bao 1fd83d32f3 fix for EXT-6278: profile picture is blurry / fuzzy if IM is opened first. 2010-04-08 17:08:32 -06:00
Leyla Farazha 11db894ba9 EXT-6557 Login screen menus disappear on restore down
reviewed by Richard cc#181
2010-04-08 16:04:18 -07:00
Leyla Farazha a0ad3ea4fa EXT-6503 Setting a "click to" action in the Build tool breaks Shared Media interaction
reviewed by richard cc#182
2010-04-08 16:03:37 -07:00
Andrew Dyukov 978d62e9e7 Fixed normal bug EXT-6751 (Wrong "You paid" text in notification when creating a classified).
- Bug was caused by absence of localizable string for "You paid..." notifications without name and reason simultaneously.
Added such string("you_paid_ldollars_no_info") to strings.xml and used it in code.

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

--HG--
branch : product-engine
2010-04-08 18:56:02 +03:00
Vadim Savchuk 07d34b9692 merge
--HG--
branch : product-engine
2010-04-08 15:32:46 +03:00
Vadim Savchuk 7709fa2f83 Merge from default branch
--HG--
branch : product-engine
2010-04-08 15:31:31 +03:00
Aimee Linden 31e85ba276 Another small fix-up from backing out the SLE merge 2010-04-08 13:09:10 +01:00
Andrew Dyukov dee74f53dc Fixed normal bug EXT-6598 (Gesture pop-up menu too tall (fills height of screen))
- Limited height of gestures popup to 17 lines - 15 for gestures, 1 for label and 1 for separator. Used xml attribute "page_lines" to do it.

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

--HG--
branch : product-engine
2010-04-08 15:06:42 +03:00
Aimee Linden 526fb2fdd4 Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk 2010-04-08 12:38:41 +01:00
Aimee Linden 2b8e82a1f4 Fix-up some breakage from backing out the SLE merge.
Was causing a crash on viewer exit if the Voice Control Panel was left open and detached.
2010-04-08 12:37:12 +01:00
Dmitry Zaporozhan ea45bc05d4 EXT-6733(normal) - Long title of voice popup notification is displayed out of window.
Fixed code calculating title buttons rectangle, LLRect::isValid() does not indicate uninitialized rectangle, as a result rectangle was not properly initialized and had negative width.
Fixed title width.

Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/194/

--HG--
branch : product-engine
2010-04-08 12:23:22 +03:00
Dmitry Zaporozhan 5c1563e2cb (final part) EXT-6564(major) - Fix wearable editing panels
Updated Parameter panel:
- removed hard coded values
- improved panel layout

Reviewed by Mike Antipov, Neal Orman - https://codereview.productengine.com/secondlife/r/157/

--HG--
branch : product-engine
2010-04-08 11:46:40 +03:00
Mike Antipov 00462c2431 Fixed normal bug EXT-4347 (Moving object contents to inventory opens files, changes menu)
Implementation details:
 * Added new LLViewerInventoryMoveFromWorldObserver to watch moved items via their Asses UUIDs. It is instantiated only once due to drop events are sent separately for each item while multi-dragging.
 * Existent LLOpenTaskOffer observer uses it to exclude watched by LLViewerInventoryMoveFromWorldObserver items from own processing.
 * Removed dependancy on LLPanelPlaces in open_inventory_offer(). Openning of offered LM via group notice moved into an appropriate section (processed by LLOpenTaskGroupOffer)

Known Issues:
 * If Script item is among the dragged items from object to inventory it will be the only selected item in the inventory panel.
    Reason: it does not have its own Asset UUID and processed via LLOpenTaskOffer when should not.

Reviewed by Leyla and Richard at https://codereview.productengine.com/secondlife/r/116/

--HG--
branch : product-engine
2010-04-08 12:07:58 +03:00
Tofu Linden e979e48bc0 PE viewer-trunk merge. 2010-04-08 08:57:16 +01:00
Alexei Arabadji 8ce661ae5d Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/
--HG--
branch : product-engine
2010-04-08 10:50:57 +03:00
Alexei Arabadji d218276bdc fixed EXT-3703 Startup toast message doesn't fit toast width
* reverted changes made previously by rev. f0663aa57134;
* added calculation of toast height difference based on LLTextBox::reshapeToFitText;
* added vertical centering of message textbox;
reviewed by Mike Antipov at
https://codereview.productengine.com/secondlife/r/195/

--HG--
branch : product-engine
2010-04-08 10:49:48 +03:00
Paul Guslisty 66b3fbf176 Fixed major bug EXT-6605 (No profile verb button on Places panel)
- Added functionality of showing place profile to the LLPanelPlacesTab hierarchy. Use this functionality from LLPanelPlaces as callback for profile button click.

Reviewed my Mike Antipov at https://codereview.productengine.com/secondlife/r/191/

--HG--
branch : product-engine
2010-04-08 08:06:40 +03:00
Eli Linden ac8537b4ee ES linguistic 2010-04-07 19:08:56 -07:00
Monroe Linden 2ba90ca871 Fix for EXT-6756: google apps auth doesn't work right with shared media cookies
Added "HttpOnly" to the allowed field names in LLPluginCookieStore::Cookie::parse().  (This was the actual cause of the failure -- cookies with this field in them were silently failing to parse.)

Added some LL_WARNS logging on this sort of cookie parse failure, which will make similar problems much easier to track down in future.

Also added tags to most of the logging in llplugincookiestore.cpp to make it easier to selectively enable it when debugging.

Added a cookie with all allowable field names to the unit test.

Reviewed by Sam at http://codereview.lindenlab.com/1247014
2010-04-07 18:15:56 -07:00
Leyla Farazha 89fad5ded4 Merge 2010-04-07 17:09:46 -07:00
Richard Linden 463c0778ea merge 2010-04-07 16:29:39 -07:00
Richard Linden dae4f63daa EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent 2010-04-07 16:29:06 -07:00
Leyla Farazha 6900278d7f EXT-5646 Replace the "More >>" chevron with the art we use for the Favorites bar overflow (TabIcon_Close_Off and TabIcon_Close_Over).
cc # 179
2010-04-07 15:05:55 -07:00
Leyla Farazha 8bf3a6ad2b EXT-6308 Drag and Drop cursor indicates you can drop a URL on a Shared Media prim that you are not allowed to Navigate
reviewd by Richard cc# 178
2010-04-07 15:03:27 -07:00
Eli Linden 2288edf80f VWR-17781 en_xui_change for fixing truncation in multiple languages, esp. ES, IT, NL 2010-04-07 13:35:30 -07:00
Loren Shih dbe288bf8f fixes from automated merge 2010-04-07 16:33:44 -04:00
Roxie Linden 8ba5517a08 Automated merge 2010-04-07 13:20:33 -07:00
Loren Shih 52293aa4bb automated merge 2010-04-07 14:47:25 -04:00
Loren Shih 516ec63f52 EXT-6749 : Have all observers persist/retry when items are missing after notifications
Added mNumTries and took out mRetryIfMissing
2010-04-07 14:40:36 -04:00
Roxie Linden 658ccc3e85 Re-insert backed out SLE checkin so we can fix it 2010-04-07 11:08:04 -07:00
Eli Linden 8ac6310020 Merge 2010-04-07 10:58:32 -07:00
Eli Linden a88531588e ES linguistic 2010-04-07 10:56:29 -07:00
Xiaohong Bao 5aa6abb6be Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk 2010-04-07 11:54:03 -06:00
Xiaohong Bao 03b0c60ff5 fix for all wierd crashes happening to lltexturecache.cpp, cuased by running viewer 2.0 and viewer 1.23 at the same time. Specifically for the following jiras:
EXT-6692: crash at LLTextureCache::readEntryFromHeaderImmediately [secondlife-bin lltexturecache.cpp:1145]
EXT-6691: crash at LLTextureCache::writeEntryToHeaderImmediately [secondlife-bin lltexturecache.cpp:1126]
possible fix for EXT-6567: crash at LLImageBase::allocateData [secondlife-bin llimage.cpp:170]
2010-04-07 11:51:41 -06:00
Richard Linden 87cce27de3 merge 2010-04-07 10:37:10 -07:00
Loren Shih 5d3de2ea03 EXT-6745 : Refactor LLFetchComboObserver to use LLFetchItems and LLFetchDescedents instead of code duplication
Took out a bunch of code duplication from the FetchComboObserver and am using the LLFetchItems/DescendentsObservers instead.  Also added some comments and made some minor superficial cleanup to LLInventoryObserver done().
2010-04-07 13:30:21 -04:00
Eli Linden de62c33781 Merge 2010-04-07 10:27:10 -07:00
Richard Linden ecca603f02 merge 2010-04-07 10:21:43 -07:00
Richard Linden ff6c503c9a EXT-4885 - [DnD] cannot drag slurls from Google Chrome into SL on windows 2010-04-07 10:17:05 -07:00
Vadim Savchuk 76e50ba3cc merge
--HG--
branch : product-engine
2010-04-07 19:25:18 +03:00
Andrew Dyukov bc71f93ce3 Fixed major bug EXT-6602 (Sidebar panel focus goes to filter field, obscuring watermark text).
-Set focus on sidetray tabs open to tab containers which hold panels with lists, so now filter fields are not emptied. Used "default_tab_group" + "tab_group" attributes in xml to implement this.

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

--HG--
branch : product-engine
2010-04-07 19:23:40 +03:00
Eugene Mutavchi b2c9f172d3 Fixed normal bug EXT-6712(SLapp: nothing happens after click on 'secondlife:///app/group/list/show' link from Nearby chat) - added showing my groups tab in people panel.
Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/196/

--HG--
branch : product-engine
2010-04-07 19:04:01 +03:00