summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-01-27Fixed critical bug EXT-4725 (Viewer crashes if try to call from 'Nearby ↵Mike Antipov
voice' floater) - reason: LLContextMenu was not not deleted when LLPanelPeopleMenus::ContextMenu was destroyed. Associated callbacks were called by Menu Holder for last selected menu_item_call for destroyed LLParticipantList::LLParticipantListMenu - fix: added destruction of LLContextMenu when LLPanelPeopleMenus::ContextMenu is destructed. --HG-- branch : product-engine
2010-01-27Work on critical bug EXT-4725 (Viewer crashes if try to call from 'Nearby ↵Mike Antipov
voice' floater) - reverted workaround implemented in the d1e9333a6203 changeset. Bug will be fixed in the correct way. --HG-- branch : product-engine
2010-01-27Implemeted normal Sub-Task EXT - 2753 (Implement Avatar icons on IM ↵Paul Guslisty
multifloater tabs) --HG-- branch : product-engine
2010-01-27EXT-3783 “System messages displayed in nearby chat”,Alexei Arabadji
added missing floater_call_info.xml; avoided recreation of LLCallInfoDialog with the same message; --HG-- branch : product-engine
2010-01-26Workaround for EXT-4725(Viewer crashes if try to call from 'Nearby voice' ↵Andrew Dyukov
floater). - Enabling/disabling 'Call'menu item is moved to createMenu(). Some way to properly enable/disable it in enableContextMenuItem() should be found. --HG-- branch : product-engine
2010-01-26Fixed normal bug EXT-4672 (Relog displays Voice Controls floater with Leave ↵Eugene Mutavchi
Call button) --HG-- branch : product-engine
2010-01-26Removed an unused class.Vadim Savchuk
--HG-- branch : product-engine
2010-01-26Fixed critical bug EXT-4663 ([BSI] Inviting Residents to groups produces ↵Vadim Savchuk
error 100% of time). Overriden LLScrollListItem::getUUID() in LLNameListCtrl so that you can get correct ID of a name list item. --HG-- branch : product-engine
2010-01-26Fixed normal bug (EXT-4720) N/A is displayed in the Create Landmark panel ↵Sergei Litovchuk
while data is retrieved. --HG-- branch : product-engine
2010-01-26fixed EXT-4643 “IM toasts don't appear after few teleport offers were sent ↵Alexei Arabadji
to that avatar” corrected checking opened active IM session; corrected restoring active IM session after logging IM notification; --HG-- branch : product-engine
2010-01-26Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-26implemented EXT-4588 “Redirect messages that went to the Communicate ↵Alexei Arabadji
floater”; --HG-- branch : product-engine
2010-01-26Fixed major bug EXT-4719 - Crash in LLTextBase after showing popup menu for ↵Dmitry Zaporozhan
link. --HG-- branch : product-engine
2010-01-26Fixed normal bug EXT-4718 ( Stop Flying button is displayed in the mouse ↵Mike Antipov
look mode) - restore base processing of visibility of Panel with "stand/stop flying" buttons broken in EXT-2504 --HG-- branch : product-engine
2010-01-26Fixed low bug EXT-4354(Dragging landmarks into landmark folders doesn't ↵Eugene Mutavchi
scroll window) --HG-- branch : product-engine
2010-01-26Fixed EXT-4646 ([BSI] Movement controls close after hitting stand)Mike Antipov
- reason: fix for bug EXT-2504 (black bars present at top and bottom when in mouselook) (changing parent visibility of panel with "Stand/Stop flying" buttons) - fix: updated condition to process visibility of the parent of the panel with "Stand/Stop flying" buttons: only if panel is not attached to Move Floater NOTE: The same problem was for EXT-3632 (Move floater closes after user click on Stop Flying btn) Reverted that fix for Stop flying button to be consistent with "Stand". --HG-- branch : product-engine
2010-01-26Update for low bug EXT-4306 - Landmark name is shown with prefix in the ↵Dmitry Zaporozhan
group notice attachment. --HG-- branch : product-engine
2010-01-25Fixed low bug EXT-4659 - Unnecessary scroll bar appears in location history ↵Dmitry Zaporozhan
list if 10 items are presented. --HG-- branch : product-engine
2010-01-26Fixed (EXT-2249) Place profile data blinks several times whileSergei Litovchuk
updating after teleport. - Added update timer to avoid data blinking. --HG-- branch : product-engine
2010-01-26Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-26fixed EXT-3783 “System messages displayed in nearby chat”,Alexei Arabadji
made voice status messages displayed in pop-out window; --HG-- branch : product-engine
2010-01-26fixed minor bug EXT-4186 List items are displayed as links in the FlatList ↵Denis Serdjuk
if match URL regexp Solution: disabling html parsing in teleport history item. --HG-- branch : product-engine
2010-01-26mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26add comment for EXT-4443 about EXT-4443...Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26done (fixing patch) EXT-4499 Replace "*" glyph in password fields with a ↵Igor Borovkov
proper circle [PATCH INCLUDED] --HG-- branch : product-engine
2010-01-26EXT-4432 [BSI] Script errors are shown in nearby chat floater, but not ↵Ychebotarev ProductEngine
displayed as nearby chat toast when floater closed --HG-- branch : product-engine
2010-01-26mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26fix for normal [BSI] About Land -> Script Information -> Divider between ↵Ychebotarev ProductEngine
object owner and parcel location cannot be moved to resize fields --HG-- branch : product-engine
2010-01-26Fixed low bug EXT-4637 (Remove Warning flood from the VCP)Mike Antipov
-- refactoring: replaced "if-else" conditions with the "switch" statement. For now all existent for now states are processed. VCP functionality was not changed. --HG-- branch : product-engine
2010-01-26Work on low bug EXT-4637 (Remove Warning flood from the VCP)Mike Antipov
-- refactoring: moved processing of participants which are not in current voice channel into separate method. --HG-- branch : product-engine
2010-01-26Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Mike Antipov
--HG-- branch : product-engine
2010-01-26sidefix for EXT-4484 [BSI] default find window size covers up lower trayYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26Merge with default branchMike Antipov
--HG-- branch : product-engine
2010-01-26pushYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26fix for normal EXT-4443 Copying text from notifications failsYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-25EXT-4712 - Upgraded some 7000 series cards and 9000 series cards from class ↵Palmer
2 to 3 for more lights. No code changed.
2010-01-25MergeEli Linden
2010-01-25EXT-4388 Crash in octree line segment intersection codeTofu Linden
a more complete fix and some sanity to prevent recurrance of a similar problem. reviewed by bao!
2010-01-25test change.Eli Linden
2010-01-25MergeEli Linden
2010-01-25harmless test commit to work with eli.Ramzi Linden
2010-01-25MergeEli Linden
2010-01-25We already have a LL_FORCE_INLINE in llpreprocessor.h, don't re-invent it ↵Tofu Linden
for llfasttimers.h. Also define LL_LIKELY/LL_UNLIKELY with a warning about its micro-optimizey nature, and use it to annotate llasserts (i.e. make llassert() lower-overhead and thus more attractive, even in inner-ish loops.)
2010-01-25test change.Eli Linden
2010-01-25Gosh, the mac prototypes for get_cpu_clock_count_64 have always been wrong, ↵Tofu Linden
but the compiler didn't start caring until I made these proper member functions. fixed.
2010-01-25DEV-45468 'SNOW-108: Fast timers are broken / badly-scaled on linux' ready ↵Tofu Linden
to merge. legacy coding policy fix-up.
2010-01-25merge.Tofu Linden
2010-01-25Final fix for fast timer reshuffle.Tofu Linden
2010-01-25shuffle shuffle of timer code. cleanup.Tofu Linden
2010-01-25No ticket. Fixed a bit(added check for canCall()) isCalling() method from ↵Andrew Dyukov
LLAvataActions, but it appears that it is not used anywhere. So i commented it out. Maybe it should be removed? --HG-- branch : product-engine