summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-12-21mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-21fixed EXT-3395 “Docked IM/Chat windows shouldn't hide when voice control panelAlexei Arabadji
is opened”, made transient floaters visible if clicked any context menu; --HG-- branch : product-engine
2009-12-21mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-21working on EXT-2781Yuri Chebotarev
this is extra and useless callback since setFlyingMode will be called from OnStopFlyingButtonClick. --HG-- branch : product-engine
2009-12-21fix for low Task EXT-2881 Enough space to place 5 chiclets without arrows ↵Yuri Chebotarev
in bottom bar when voice indicator isn't shown change whole chicklet arranging. --HG-- branch : product-engine
2009-12-19fixed major bug EXT-3586 IM well button shows \"9+\" if number of unread IMs ↵Andrew Polunin
is more than 9 --HG-- branch : product-engine
2009-12-19Added "Group Call" verb button to the group list so that you can start a ↵Vadim Savchuk
call without opening group chat first (EXT-3596). --HG-- branch : product-engine
2009-12-19no ticket. static variables renamed according to convention.Andrew Polunin
--HG-- branch : product-engine
2009-12-19implemented minor task EXT-3455 Code Improvements: Improve LLAvatarListItem ↵Andrew Polunin
not to calculate constant values in each constructing --HG-- branch : product-engine
2009-12-19added script limits floatergabriel lee
reviewed by mani
2009-12-19Added a first view script limits floatergabriel
reviewed by Mani
2009-12-18HTTP Texture tuning:Steve Bennetts
* Changed download rate update frequency * Updated network bandwidth preferences to be 100 Kbps - 10 Mbps instead of 50 Kbps - 1.5 MBps
2009-12-18MergeSteve Bennetts
2009-12-18merge.Tofu Linden
2009-12-18Final tidy-up for DEV-44502 (gstreamer scaling bug) -Tofu Linden
I *think* this is a bit clearer. Not awesomely so.
2009-12-18gstreamer plugin now does the 'right' thing wrt resizing downwards *and up ↵Tofu Linden
to its natural size again*. Though I don't like the logic so I'll be rejigging it again next.
2009-12-18Additional HTTP Texture tuniningSteve Bennetts
* Important fix in lltexturefetch.cpp where a 'partial' resonse was incorrectly setting mHaveAllData.
2009-12-18EXT-2703: tex preview bug ui/buttons weren't visible or would appear off floaterEric M. Tulla (BigPapi)
2009-12-18Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-12-18fix for osx compile errorEric M. Tulla (BigPapi)
2009-12-18add PID to gstreamer plugin logging.Tofu Linden
2009-12-18minor improvements to gstreamer media plugin's logging.Tofu Linden
2009-12-18Fix for extra llplugin/ on the path of the imageformats plugins.brad kittenbrink
reviewed by mani.
2009-12-18Automated merge with ssh://nyx@hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-12-18Merge with viewer-2-0 again, to pick up avatar changesJames Cook
2009-12-18Automated merge with ssh://nyx@hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-12-18merging latest PE changes into viewer-2-0Nyx (Neal Orman)
2009-12-18automated merge viewer2.0->viewer2.0Loren Shih
2009-12-18EXT-3582 : My Outfits populates from library if I delete my last outfitLoren Shih
Now checking if this is the first time a user has logged into viewer2.0, via checking against COF existence. This doesn't quite work yet because something before LLAgentWearables is also looking up COF.
2009-12-18Automated merge with ssh://nyx@hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-12-18EXT-3123 cannot decline save for newly created wearableNyx (Neal Orman)
We weren't marking the initially loaded parameters of a wearable created through the appearance editor as "saved" so the client thought the wearable was dirty when it wasn't. Added a call to mark all parameters as saved right before sending the wearable to the server. reviewed by Bigpapi
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-18mergeBrad Payne (Vir Linden)
2009-12-18For EXT-3579: removed unhelpful 'try again' from gesture loading failure.Brad Payne (Vir Linden)
2009-12-18ext-3386 Fix for day cycle crash and xui cleanupPalmer Truelson
Reviewed by Richard
2009-12-18EXT-3567 : My Inventory shows as loading even when Library is loadingLoren Shih
Fixed some highlight formatting issues.
2009-12-18Merge viewer 2 into mediaskolb
2009-12-18Merge, pulling in viewer-2-0James Cook
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-18Fixed normal bug EXT-3570 (IM Well Chiclet's counter is not reset when IM ↵Eugene Mutavchi
session with unread IMs is removed) --HG-- branch : product-engine
2009-12-18MergeJames Cook
2009-12-18Remove inline llwarns to cut out some linker bloat.James Cook
2009-12-18Implemented major sub-task EXT-3524 (Context menu for IM well)Eugene Mutavchi
--HG-- branch : product-engine
2009-12-18Fixed major bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
--HG-- branch : product-engine
2009-12-18mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-18partial implementation for major task (EXT-2211) Add textual indication (IM ↵Dmitry Oleshko
messages) about incoming voice calls and reactions on them (All types of IMs) - added notifications for group/adhoc calls --HG-- branch : product-engine
2009-12-18mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-18fixed critical bug EXT-3559 Crash when deleting last Favorites entryDenis Serdjuk
Cause: An error of invalid array index. Solution: Additional check has been added. --HG-- branch : product-engine
2009-12-18completed EXT-3545 Voice controls panel should auto-open on starting call ↵Igor Borovkov
w/o text chat --HG-- branch : product-engine