summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-12-18EXT-2203 : Wear btn is enabled when Quick Look Selector is emptyLoren Shih
Partial fix. Changed filter behavior so that non-default is properly detected if filtering for non-objects.
2009-12-18EXT-3567 : My Inventory shows as loading even when Library is loadingLoren Shih
Fixed some highlight formatting issues.
2009-12-18EXT-3567 : My Inventory shows as loading even when Library is loadingLoren Shih
This reformats "Loading... Inventory" into "Inventory (Loading...)" Took out accidental debug checkin.
2009-12-18EXT-3575 : Inernal selection spam when nothing selected in some foldersLoren Shih
Default selection will no longer try to select hidden folders.
2009-12-18automated merge viewer2.0->viewer2.0Loren Shih
2009-12-17EXT-3126 : Avatar Textures (Debug) floater is too huge to fit screenLoren Shih
Added horizontal and vertical scrollbars.
2009-12-17EXT-3559 : Crash when deleting last Favorites entryLoren Shih
Map accessor was not checking for NULL.
2009-12-17EXT-1607 : Trash and Gear buttons are enabled when nothing is selectedLoren Shih
UI wasn't being updated when nothing is selected.
2009-12-17EXT-3557 : CTRL+I should bring up either InventorySP or InventoryFloaterLoren Shih
Hitting CTRL+I when InventorySP is open will now bring up InventoryFloaters.
2009-12-17Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Mark Palange (Mani)
2009-12-17EXT-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-17Merge.Tofu Linden
2009-12-17DEV-43898 Enable Flash-on-a-prim on Linux. Yowza!Tofu Linden
2009-12-17EXT-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-17Fix a code comment now that we enable NSAPI plugins under Darwin.Tofu Linden
2009-12-17MergeSteve Bennetts
2009-12-17HTTP 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-17dos2unix line ending fix for llviewermenufile.cppLoren Shih
--HG-- branch : avatar-pipeline
2009-12-17automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-17automated merge avp->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-17EXT-3329 : Able to delete system folder is confusing - disable from non-god modeLoren 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-17revert -3 6510 sidepanel_item_info.xmlSteve Bennetts
2009-12-17Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Nyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-12-17EXT-3551 make outfit functionality non-discoverableNyx (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-17automated merge avp->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-17EXT-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-17pe -> viewer2.0 mergeLoren Shih
2009-12-17EXT-1634 : Block collapse/expand of accordion "root" folder by keywordLoren Shih
Hidden folders are no longer allowed to be selected. --HG-- branch : avatar-pipeline
2009-12-17Mergeskolb
2009-12-17Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-12-17EXT-2636: we now show "Loading..." before the my inventory named folder when ↵Eric M. Tulla (BigPapi)
doing a background fetch.
2009-12-17mergeBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-17For 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-17Mergeskolb
2009-12-17mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-17corrected 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-17Fixed 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-17Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-17implemented EXT-3512 “Add tool-tip to avatar name”;Alexei Arabadji
--HG-- branch : product-engine
2009-12-17Fixed 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-17mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-17fix. EXT-2884 Initiation of a voice call should not bring text chat (p2p, ↵Igor Borovkov
ad-hoc, group) correct chiclet handling functionality in IM when im session is started as voice call --HG-- branch : product-engine
2009-12-17For EXT-3500: Make InventorySP and AppearanceSP filters behave like it does ↵Brad Payne (Vir Linden)
in LandmarksSP and PeopleSP. This covers the InventorySP part. --HG-- branch : avatar-pipeline
2009-12-17Fixed major bug EXT-3467 (Call button/menuitem is disabled for offline avatars)Mike Antipov
-- implemented verifying only of Voice Client state to enable/disable Call button --HG-- branch : product-engine
2009-12-17fixed normal bug (EXT-3540) Wrong VOICE CHAT names in the "Calling to ..." ↵Dmitry Oleshko
and "Connecting to ..." voice notifications --HG-- branch : product-engine
2009-12-17Fixed major bug EXT-3290 - Groups titles listed in profile lose links to ↵Dmitry Zaporozhan
groups after click on 'More' link. --HG-- branch : product-engine
2009-12-17Work on task EXT-3147 (Implement new states for message indicators)Mike Antipov
-- Updated Well buttons' attributes (for images) according to implemented logic --HG-- branch : product-engine
2009-12-17Fixed major bug EXT-3539 (IM well floater doesn't appear after IM well ↵Mike Antipov
button has been pressed) - Fixed wrong condition to chech if item for passed session already exists in the list --HG-- branch : product-engine
2009-12-17Voice control panel: removed unused mic icon, added separator between "you" ↵Vadim Savchuk
and "others" (EXT-3475). --HG-- branch : product-engine
2009-12-17Completed normal task EXT-3470 (Make IM control panel resizable in IM Floater)Mike Antipov
-- made panel user resizable -- increase buttons' width to fill empty space in ad-hoc & group chat panels --HG-- branch : product-engine