summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-06DEV-42272 - viewer crash on startup in LLCurlRequest::processSteve Bennetts
2009-11-06EXT-2278 : "Save Texture As" for bottom panelLoren Shih
EXT-2310 : "Save Texture As" for inventory right-click menu "Save Texture As" now works properly and brings up the texture preview while saving. Also added "Save Texture As" to the right-click inventory context menu. --HG-- branch : avatar-pipeline
2009-11-06mergeJames Cook
2009-11-06EXT-1501 Menu fonts now configurable in XUI, set size to SansSerifSmallJames Cook
2009-11-06Changed llwarns on spurious InventoryPanel::buildNewViews debug mesage to ↵Loren Shih
lldebugs. --HG-- branch : avatar-pipeline
2009-11-06Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-06Changed "Support" tab to "Info".Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-2177
2009-11-06merge from remote repoRick Pasetto
2009-11-06FIX: zoom/unzoom should appear to be one iconRick Pasetto
this was a fairly trivial UI change....
2009-11-06EXT-2215 - Viewer crashes while trying to decode imageSteve Bennetts
llwarns is not entirely thread safe. Need to fix that, but for now, use LL_DEBUGS instead.
2009-11-06Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-06Updated default_profile_picture to match style. Added Blank graphic to use ↵Justin C. Rounds (Chuck)
as overlay icon (in order to produce tool-tip). Created panel_profile_user.xml which is a profile panel specifically for the current user, and modified panel_me_profile to call it accordingly. http://jira.secondlife.com/browse/EXT-2245
2009-11-06FIX DEV-41587: Update current URL in draw()Rick Pasetto
The current URL is now re-fetched from the current selection. Also did some minor refactoring
2009-11-06mergeSteve Bennetts
2009-11-06merge from texture-pipelineSteve Bennetts
2009-11-06Make test text floaters so Erica can make a call on final font sizes.James Cook
2009-11-06Fixed normal bug EXT-1509 "Going into mouselook while in a private callSergei Litovchuk
ruins the call floater.": - Made callfloater a single instance floater. - Updated floater IM panel visibility change logic. - Added NULL checks for voice client pointers in LLFloaterIMPanel. --HG-- branch : product-engine
2009-11-06fixed bug EXT-2239 Preferences > Graphics has 2 entry fields for UI SizeDenis Serdjuk
--HG-- branch : product-engine
2009-11-06hg mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-06mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-06mergeJames Cook
2009-11-06fixed bug EXT-2111 Unable to edit the Notes & Privacy contentDenis Serdjuk
--HG-- branch : product-engine
2009-11-06Changed default help URL for board demo per email discussion on ↵James Cook
viewer2009@lists.
2009-11-06Show glow around interactive objects on hover. Glow shows through ↵James Cook
objects/avatars - this is expected. Effect from DaveP long ago, hover code by me long ago, just changing the default setting.
2009-11-06mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-06Backed out changeset c3b8509f465a (EXT-989) as causing numerous conflicts.Vadim Savchuk
Will reapply the changes later. --HG-- branch : product-engine
2009-11-06No ticket, added comments to split-by-date code.Sergey Borushevsky
--HG-- branch : product-engine
2009-11-06merge.Tofu Linden
2009-11-06Backed out changeset ad70c07b05b6Tofu Linden
(ad70c07b05b6 was 'Reduced "Medium" font size, which is a temporary fix until menu font can be defined specifically. http://jira.secondlife.com/browse/EXT-1315') This change was too all-around impactful just for the sake of the menu font - it made medium and small font sizes indistinguishable, leading to lots of invisible mismatches as long as this hack persisted...
2009-11-06EXT-1823 avatar shape corrupted with huge legs/feetNyx (Neal Orman)
As suspected a morph mask issue. Apparently we were setting success to false if the user specifies a pant or shrit texture without an alpha channel. Result: bad morph masks. Patch begins to clean up the isMorphMaskValid issue, as well as fixing this error. Code reviewed by Vir
2009-11-06Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-06partial implementation for the major task (EXT-989) IM chiclets should ↵Dmitry Oleshko
expand to show active voice indicator --HG-- branch : product-engine
2009-11-06DEV-42322 webkit plugin fails to start on linux in mercurial repoTofu Linden
2009-11-06Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-06fixed EXT-2295 "'Group Chat' btn makes chicklet appear only"Alexei Arabadji
--HG-- branch : product-engine
2009-11-06merge.Tofu Linden
2009-11-06M_PI -> F_PI - who knew that M_PI was dropped from C99 onwards?!Tofu Linden
Oh well, this should still be better.
2009-11-06partial fix for minor bug EXT-1607 Trash and Gear buttons are enabled when ↵Denis Serdjuk
nothing is selected. Now gear button will disabled when nothing is selected. --HG-- branch : product-engine
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-06EXT-2231: Let users view release notes for a server change.Lynx Linden
I've added a hyperlink to the "You just entered a region using a different server version" notification. Users can click over this link to view the release notes for that server version. This notification recently started turning up in the local chat log, so the above solution works in that case as well as if it remained as a popup notification panel.
2009-11-06mergeIgor Borovkov
--HG-- branch : product-engine
2009-11-06implemented normal subtask EXT-2263 IM P2P: avatar name under avatar icon ↵Igor Borovkov
should follow avatar icon and should not overlap it when being resized --HG-- branch : product-engine
2009-11-06SNOW-329 Handling of error case in llimage.cpp incorrectTofu Linden
This is the same fix as DEV-32269, trivially ported to viewer2. reviewed by merov, james, moss!
2009-11-06implement normal subtask EXT-2265 IM unread messages counter should not be ↵Igor Borovkov
increased for system messages (comming from 'Second Life', zero uuid) --HG-- branch : product-engine
2009-11-06fixed normal bug EXT-2193 Group Profile, Group Chat bttns and Profile ↵Andrew Polunin
chevron are enabled for None Group --HG-- branch : product-engine
2009-11-06merge.Tofu Linden
2009-11-06Fixed low bug EXT-2109 (Add moderator label if user is a moderator of a ↵Eugene Mutavchi
group chat(See old communication floater)) --HG-- branch : product-engine
2009-11-06IM: minor refac., moved floater registation of llviewerfloaterregIgor Borovkov
--HG-- branch : product-engine
2009-11-06No ticket fixed dropped functionaliti by prev commitEugene Kondrashev
--HG-- branch : product-engine
2009-11-06no ticket. major crash in Panel Landmark has been fixed. It was founded ↵Denis Serdjuk
while investigating EXT-1607. --HG-- branch : product-engine