summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-26PE Merge.Tofu Linden
2010-01-26DEV-45468 SNOW-108: Fast timers are broken / badly-scaled on linuxTofu Linden
more reliable fix based on feedback from Richard. dicked with the Darwin results too since those seemed wrong based on the same feedback (also covered in test plan).
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-26PE merge.Tofu Linden
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-26EXT-4063: Enable tear-offs for pre-login menus.Lynx Linden
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-26Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-26EXT-4678: Don't hyperlink sim URLs in About window.Lynx Linden
Added support for specifying a black list of URLs on a per-widget basis. URLs on this black list will not be hyperlinked in the text widget. The About dialog adds the sim hostname to this black list.
2010-01-26EXT-4716: Updated a comment.Lynx Linden
To say that we must explicitly support secondlife:///app/appearance/show
2010-01-26EXT-4716: Added new SLapps for Home web content.Lynx Linden
secondlife:///app/appearance - to open the My Appearance sidetray secondlife:///app/help/{TOPIC} - to display help for a given topic I've updated https://wiki.lindenlab.com/wiki/Viewer_2.0_SLapps
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-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-25pull in the linux+solaris fast-timers impl from snowglobe, fit it into ↵Tofu Linden
viewer2, start moving headers around.
2010-01-25test commitEli Linden
2010-01-25Merge conflict resolution.Tofu Linden
2010-01-25PE merge.Tofu Linden
2010-01-25Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-25"Fix" confusion over media settingsRick Pasetto
Review #89 This implements the changes Sam wanted in order to reduce the confusion over media enabled-ness, in particular: - "Media Enabled" pref now only controls "AudioStreamingMedia" - No more "tentative" state - New "Music Enabled" pref - First run dialog controls Media and Music (Sam, this is a change from your request...I think it works better) - Put a reflection of the "Media Enabled" checkbox in the Nearby Media Floater - Get rid of the "AudioStreamingVideo" setting altogether (whatever used it, it should now obey "AudioStreamingMedia").
2010-01-25fixed EXT-4601 [BSI] New IM sessions use obsolete timestamps for first messageIgor Borovkov
--HG-- branch : product-engine
2010-01-25implemented EXT-4567 [BSI] private voice floaters do not contain standard X ↵Igor Borovkov
buttons --HG-- branch : product-engine
2010-01-25Related to normal bug EXT-4108 ([BSI] Voice volume sliders do not preserve ↵Mike Antipov
settings per resident between voice sessions) - moved default internal voice level value into application settings - cleanned up include list in llmutelist.cpp --HG-- branch : product-engine
2010-01-25Fixed normal bug EXT-4108 ([BSI] Voice volume sliders do not preserve ↵Mike Antipov
settings per resident between voice sessions) - moved necessary functionality from LLMuteList to LLVoiceClient. It was used only in active speackers floater which is deprecated. - initialized saving/loading of voice level in voice client. - also saving voice levels between session is activated. --HG-- branch : product-engine
2010-01-25fixed linux buildIgor Borovkov
--HG-- branch : product-engine
2010-01-25(EXT-2249) Place profile data blinks several times while updating after teleportSergei Litovchuk
- Reduced place info unnecessary text and icons updates. --HG-- branch : product-engine
2010-01-25implemented EXT-4131 [BSI] "Only friends and groups can call or IM me" NEEDS ↵Igor Borovkov
auto-response added a modal warning window "Non-friends won't know that you've choosen to ignore their calls and instant messages." --HG-- branch : product-engine
2010-01-25mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-25sidefix for EXT-4577 Group profile: useless tab controls appear inside ↵Ychebotarev ProductEngine
Land/Assets accordion if you place UI elements __outside__ of panel rect - they will be visible but unclickable... so I revert UI changes since they are maybe looks better...but useless. --HG-- branch : product-engine