summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-26fixed low bug EXT-3625 Unable to submit Friendship offer message by Enter keyDenis Serdjuk
--HG-- branch : product-engine
2009-12-26EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
made teleport offers not spawn chiclet; --HG-- branch : product-engine
2009-12-26Implemented EXT-1627 “Nearby Chat window behavior needs clarification”,Alexei Arabadji
made non-unique docked floaters docks without dock tongue; --HG-- branch : product-engine
2009-12-25Fixed minor bug EXT-2929 ([BSI] Context menu on chiclets should not haveAndrew Dyukov
"show session" enabled when chiclet window is visible). --HG-- branch : product-engine
2009-12-25mergeVadim Savchuk
--HG-- branch : product-engine
2009-12-25Fixed normal priority bug EXT-3677 (Resident doesn't appear in the nearby ↵Vadim Savchuk
voice list after enabling voice). * Avatars having voice chat disabled will not be displayed in the voice control panel. * If an avatar disables and then re-enables voice chat, it will re-appear in the VCP. * Avatars that are not in the nearby chat range anymore, will be immediately removed from the VCP (were displayed in italic for a few seconds). --HG-- branch : product-engine
2009-12-25- Fixed a typo (renamed mPaticipants to mParticipants).Vadim Savchuk
--HG-- branch : product-engine
2009-12-25Work on low task EXT-1770 ( Places - Landmarks - Inventory Panels should be ↵Mike Antipov
refactored to use LL implementation of possibility to show specified Inventory folder) -- renamed files from llinventorysubtreepanel to llplacesinventorypanel -- renamed class LLInventorySubTreePanel to LLPlacesInventoryPanel --HG-- branch : product-engine
2009-12-25Fixed low bug EXT-3543 ("Mute this participant" menu should be disabled for ↵Mike Antipov
non-connected participants) -- added validating of the speaker status while showing voice moderation menu items --HG-- branch : product-engine
2009-12-25Update coding styleMike Antipov
--HG-- branch : product-engine
2009-12-25Fixed a memory leak in ContextMenu (EXT-3563).Paul Guslisty
--HG-- branch : product-engine
2009-12-25EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
made 'inventory declined' notification spawn chiclet; made 'inventory declined' toast as notytip; --HG-- branch : product-engine
2009-12-25Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-25fixed EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
made inventory and teleport offers spawn chiclet; made 'inventory accepted' toast as notytip; --HG-- branch : product-engine
2009-12-25Fixed normal bug EXT-3544 (Voice icon doesn't become "muted" in the voice ↵Mike Antipov
controls panel after muting a resident) --added updating of speakers in speaker manager when LLVoiceClient::participantUpdatedEvent and LLViewerChatterBoxSessionAgentListUpdates::post events come. --HG-- branch : product-engine
2009-12-25Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-25Fixed low sub task EXT-3451 - Code cleanup: Get Rid of Magic constants in ↵Dmitry Zaporozhan
LLChicletPanel::Params::Params (move into widget xml). --HG-- branch : product-engine
2009-12-25Fixed low bug EXT-3294 - Toasts bunch up in the channel when big docked IM ↵Dmitry Zaporozhan
window is opened. --HG-- branch : product-engine
2009-12-25fixed EXT-3632 “Move floater closes after user click on Stop Flying btn”;Alexei Arabadji
--HG-- branch : product-engine
2009-12-25Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-25moved to base class LLCallDialog method draw();Alexei Arabadji
added check to draw LLCallDialog if floater has dock control; --HG-- branch : product-engine
2009-12-24turn off verbose logging on gstreamer media plugin.Tofu Linden
2009-12-24more minor cleanup to the gstreamer plugin.Tofu Linden
2009-12-24Some tidy-ups to the gstreamer media plugin while I try to figure out where ↵Tofu Linden
the black-frame-on-resize is coming from.
2009-12-24DEV-44521 Linux viewer indicates that Parcel Audio is streaming when there ↵Tofu Linden
is no Parcel Audio
2009-12-24Use "strict" invocation of buildconsole according to XoreaxCG Linden
2009-12-24Fixed low bug EXT-1165(Teleport History stays in "filtered" state after ↵Eugene Mutavchi
resetting filter) --HG-- branch : product-engine
2009-12-24No ticket: added updating of speaker manager for sorting participant list by ↵Eugene Mutavchi
recent speakers order. --HG-- branch : product-engine
2009-12-24merge.Tofu Linden
2009-12-24Fixed low bug EXT-1326 - Pick info should contain vertical scroll-bar if ↵Dmitry Zaporozhan
height of viewer window less than Pick Info's height. --HG-- branch : product-engine
2009-12-24mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-24EXT-3457 Code Improvements: Places: Restore accordion tabs' state (expanded ↵Yuri Chebotarev
collapsed) while filtering when filter string is empty like in Inventory folders --HG-- branch : product-engine
2009-12-24EXT-2881 Enough space to place 5 chiclets without arrows in bottom bar when ↵Yuri Chebotarev
voice indicator isn't shown but bug description has nothing to do with bug... --HG-- branch : product-engine
2009-12-24mergeVadim Savchuk
--HG-- branch : product-engine
2009-12-24Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-24implemented normal task (EXT-2211) Add textual indication (IM messages) ↵Dmitry Oleshko
about incoming voice calls and reactions on them (All types of IMs) - added textual indications about call starters for Group and AdHoc calls --HG-- branch : product-engine
2009-12-24Fixed normal bug EXT-3678 ( IM well button becomes "unlit" after starting ↵Mike Antipov
voice session) -- do nothing in Wells in case the same count of unread messages comes. --HG-- branch : product-engine
2009-12-24Work on normal task EXT-3636 (Code Improvements: Voice control panels - Make ↵Mike Antipov
Voice states and fade timeout xml driven) -- Code cleaned up: renamed variables related to item styles, -- changed signature of LLAvatarListItem::getItemStylesParams & LLAvatarListItem::getItemIconColorMap to return a reference to avoid calling of plural copy constructors. --HG-- branch : product-engine
2009-12-24Work on normal task EXT-3636 (Code Improvements: Voice control panels - Make ↵Mike Antipov
Voice states and fade timeout xml driven) -- made Avatar List Item icon color xml-driven. --HG-- branch : product-engine
2009-12-24Work on normal task EXT-3636 (Code Improvements: Voice control panels - Make ↵Mike Antipov
Voice states and fade timeout xml driven) -- added possibility to set avatar item online/offline styles via xml. -- commited fake xml panel file with styles missed in previous commit. --HG-- branch : product-engine
2009-12-23DEV-39784 SNOW-218: KDE 4 applications don't recognize secondlife:// urlsTofu Linden
patch by thickbrick sleaford, reviewed by me (tofu linden)
2009-12-23EXT-3532 Can't deactivate "Render Attached Lights" and "Render Attached ↵Tofu Linden
Particles"
2009-12-23DEV-44637 'debug gl', 'debug pipeline', 'fast alpha', 'animate textures' ↵Tofu Linden
menu options all toggle at the same time, do not correspond to the correct underlying prefs
2009-12-23DEV-44634 statusbar global volume mute button should not take keyboard focus ↵Tofu Linden
when clicked
2009-12-23Merge.Tofu Linden
2009-12-23DEV-44631 local chat / chat history emote formatting is wrongTofu Linden
2009-12-23Change to format string needed fewer arguments, removed excess ones.Kent Quirk
2009-12-23mergeBrad Payne (Vir Linden)
2009-12-23DEV-44626 pressing 'enter' in world map search field does not initiate the ↵Tofu Linden
search
2009-12-23mergeBrad Payne (Vir Linden)