summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-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
2009-11-06magic number removal rampage: 3.14159 -> M_PI or F_PITofu Linden
--HG-- branch : texture-pipeline
2009-11-06Partial implementation of EXT-1906 All speakers handling functional in old ↵Eugene Kondrashev
IM Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff --HG-- branch : product-engine
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-06EXT-2232: Arghhh! Code Duplication == Bugs.Lynx Linden
Apparently, pre-login notifications use LLAlertDialog, but post-login notifications use LLToastAlertPanel. The latter is basically a copy and paste of the former, with some local modifications. However, the person who copy/pasted the code did not initialize the URLLoader callback, so all notifications that tried to open a web page on a button click after login were failing. I've added comments that this code should be refactored, preferably as a subclass of LLAlertDialog. In the meantime, I've tried to clean it up a bit by not duplicating the nested URLLoader class (which would've required further duplication to reimplement the exact same loader class that LLAlertDialog uses). This let me then initialize the URLLoader callback for LLToastAlertPanel, to fix this specific bug. Again... arghhh!!
2009-11-06fix the Ext-2191 linux compile failureTofu Linden
min->llmin, max->llmax
2009-11-06merge QAR-1829: texture pipeline branch in viewer-2.0.0.3Xiaohong Bao
2009-11-05EXT-2278 : "Save Texture As" for bottom panelLoren Shih
--HG-- branch : avatar-pipeline
2009-11-05EXT-2277 : Bottom panel for Inventory viewLoren Shih
"Add" button menu for bottom panel. --HG-- branch : avatar-pipeline
2009-11-05Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0Palmer
2009-11-05Ext-2191 - Put some limits on WLSkyDetailPalmer
Reviewed by Mani
2009-11-05mergeJames Cook
2009-11-05EXT-2277 : Bottom panel for Inventory viewLoren Shih
Adds gear menu, add button, trash. --HG-- branch : avatar-pipeline
2009-11-05EXT-2030 Accordion header needs to change graphic when selected/expandedJames Cook
New attribute header_image_expanded supplies background image. Reviewed with Leyla (last commit too)
2009-11-05EXT-2241 layout of Preferences > Sound needs to be improved for I18N, ↵Erica
EXT-2276 Advanced water settings floater sliders spaced too tight