Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-18 | Additional HTTP Texture tunining | Steve Bennetts | |
* Important fix in lltexturefetch.cpp where a 'partial' resonse was incorrectly setting mHaveAllData. | |||
2009-12-18 | merge | Brad Payne (Vir Linden) | |
2009-12-18 | For EXT-3579: removed unhelpful 'try again' from gesture loading failure. | Brad Payne (Vir Linden) | |
2009-12-18 | ext-3386 Fix for day cycle crash and xui cleanup | Palmer Truelson | |
Reviewed by Richard | |||
2009-12-18 | Merge viewer 2 into media | skolb | |
2009-12-18 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2009-12-17 | EXT-3126 : Avatar Textures (Debug) floater is too huge to fit screen | Loren Shih | |
Added horizontal and vertical scrollbars. | |||
2009-12-17 | EXT-3559 : Crash when deleting last Favorites entry | Loren Shih | |
Map accessor was not checking for NULL. | |||
2009-12-17 | EXT-1607 : Trash and Gear buttons are enabled when nothing is selected | Loren Shih | |
UI wasn't being updated when nothing is selected. | |||
2009-12-17 | EXT-3557 : CTRL+I should bring up either InventorySP or InventoryFloater | Loren Shih | |
Hitting CTRL+I when InventorySP is open will now bring up InventoryFloaters. | |||
2009-12-17 | Changed default launch timeout in LLPluginProcessParent to 60 seconds, and ↵ | Monroe Linden | |
added an to LLPluginProcessParent that allows callers to adjust the launch and lockup timeouts. | |||
2009-12-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Mark Palange (Mani) | |
2009-12-17 | EXT-3536 Bugfix in lllogin.cpp when reading 'indeterminate' repsonse from ↵ | Mark Palange (Mani) | |
login.cgi. Also fixed up lllogin unit test to match the bugfix. Reviewed by Brad | |||
2009-12-17 | Merge. | Tofu Linden | |
2009-12-17 | DEV-43898 Enable Flash-on-a-prim on Linux. Yowza! | Tofu Linden | |
2009-12-17 | EXT-3552 : Opening a box and copy the items to inventroy also opens an ↵ | Loren Shih | |
inventory floater InventorySP/InventoryFloater open behavior now follows 2.0 conventions -- sidepanel will open in preference to floater. | |||
2009-12-17 | Fix a code comment now that we enable NSAPI plugins under Darwin. | Tofu Linden | |
2009-12-17 | Merge | Steve Bennetts | |
2009-12-17 | HTTP Texture changes: | Steve Bennetts | |
* Fixed bug in llqueuedthread.cpp causing unnecesssary sleeeping * Fixed an issue that was preventing retries on 503 errors * Added number of pending creates to Texture View * Increased time allocated for texture creates | |||
2009-12-17 | dos2unix line ending fix for llviewermenufile.cpp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-17 | automated merge viewer2.0->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-17 | automated merge avp->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-17 | EXT-3329 : Able to delete system folder is confusing - disable from non-god mode | Loren Shih | |
"Delete" no longer works for system folders. Created a new "Delete System Folder" context menu entry that only works in RelWithDebug if only one item is selected. --HG-- branch : avatar-pipeline | |||
2009-12-17 | revert -3 6510 sidepanel_item_info.xml | Steve Bennetts | |
2009-12-17 | merge | Rick Pasetto | |
2009-12-17 | Change "url prefix" to "url pattern" | Rick Pasetto | |
2009-12-17 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-12-17 | EXT-3551 make outfit functionality non-discoverable | Nyx (Neal Orman) | |
removed + button, added make outfit button. make outfit button is only enabled if the "my outfits" tab is selected. Code reviewed by Vir --HG-- branch : avatar-pipeline | |||
2009-12-17 | automated merge avp->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-17 | EXT-2677 : "Remove From Outfit" active even when I'm not wearing any items ↵ | Loren Shih | |
in the folder Now checking contents of the folder for any actively worn items for determining this flag. --HG-- branch : avatar-pipeline | |||
2009-12-17 | pe -> viewer2.0 merge | Loren Shih | |
2009-12-17 | EXT-1634 : Block collapse/expand of accordion "root" folder by keyword | Loren Shih | |
Hidden folders are no longer allowed to be selected. --HG-- branch : avatar-pipeline | |||
2009-12-17 | Turned debug spam in LLViewerMedia::isInterestingEnough() down to lldebugs. | Monroe Linden | |
2009-12-17 | Rearranged the handling of error status codes in LLMimeDiscoveryResponder. ↵ | Monroe Linden | |
We should now deal with many more classes of subtly misbehaving web servers, and will use the returned MIME type for 4xx errors instead of guessing text/html. | |||
2009-12-17 | Quiet some logging, make sure if 1024 is lowest we still load it | Rick Pasetto | |
2009-12-17 | Merge | skolb | |
2009-12-17 | Set an explicit "Accept" header when doing the MIME type probe. This ↵ | Monroe Linden | |
prevents LLHTTPClient from adding an "Accept: application/llsd+xml", which is just wrong. | |||
2009-12-17 | Made LLPanelLogin tell the browser plugin to clear its cache before opening ↵ | Monroe Linden | |
the login screen. Added clearCache() functions to LLViewerMediaImpl and LLMediaCtrl to facilitate this. | |||
2009-12-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-17 | EXT-2636: we now show "Loading..." before the my inventory named folder when ↵ | Eric M. Tulla (BigPapi) | |
doing a background fetch. | |||
2009-12-17 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-17 | For EXT-3500: Make InventorySP and AppearanceSP filters behave like it does ↵ | Brad Payne (Vir Linden) | |
in LandmarksSP and PeopleSP. This covers AppearanceSP --HG-- branch : avatar-pipeline | |||
2009-12-17 | Merge | skolb | |
2009-12-17 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-12-17 | corrected IM well counter EXT-2884 Initiation of a voice call should not ↵ | Igor Borovkov | |
bring text chat (p2p, ad-hoc, group) Now IM Well counter displays unread messages calculating it based on chiclets instead of displaying unread messages across all IM Model --HG-- branch : product-engine | |||
2009-12-17 | Fixed normal bug EXT-3542 (Avatar blocked "by text" looks confusing) | Mike Antipov | |
-- implemented reaction of Speaker indicator only on voice blocking --HG-- branch : product-engine | |||
2009-12-17 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-17 | implemented EXT-3512 “Add tool-tip to avatar name”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-17 | Fixed major bug EXT-3498 (Sorting not working correctly in Favorites Bar) | Mike Antipov | |
- added sorting of Favorites items before reordering --HG-- branch : product-engine | |||
2009-12-17 | merge | Igor Borovkov | |
--HG-- branch : product-engine |