summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-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-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-06merge.Tofu Linden
2009-11-06magic number removal rampage: 3.14159 -> M_PI or F_PITofu Linden
--HG-- branch : texture-pipeline
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-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-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
2009-11-05Fix for DEV-39258.Monroe Linden
When the amount of the texture that's being drawn by the plugin shrinks in either width or height, reallocate the texture (which clears it).
2009-11-05EXT-2032 Accordion header title is black (hard to read) and cannot be ↵James Cook
configured in XUI XML Font and color can be set in accordion_tab.xml
2009-11-05Don't print every Windlight param file loaded.James Cook
2009-11-05Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-05Removed attributes that were causing parse errors.Justin C. Rounds (Chuck)
2009-11-05mergeJames Cook
2009-11-05Restore the media focus ring. This fixes DEV-42166.Monroe Linden
Media focus is still tracked separately from LLSelectMgr (which was a change made during a refactor a while ago), but LLViewerMediaFocus now keeps LLSelectMgr updated with the current media focus when it changes. Added a special case for media focus to LLSelectMgr::deselectAllIfTooFar(), since it was making the focus ring not show up when media focus was on distant media.
2009-11-05Only use ctrl-up/down for recently typed chat lines if chat field is empty.James Cook
Otherwise it discards a typed line in progress.
2009-11-05Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-05Produce slightly more info for bad LLDir::setLindenUserDir() callNat Goodspeed
2009-11-05Support QAModeTermCode var for unattended shutdown on LL_ERRS.Nat Goodspeed
Normally LL_ERRS in a developer build of the viewer pops up an OS message box with the text of the LL_ERRS log message, requiring user intervention to proceed. This isn't good for unattended testing, especially on Parabuild machines. Running the viewer with '--set QAModeTermCode n' for some 0 < n < 256 will, on LL_ERRS, cause the viewer to terminate immediately with _exit(n).
2009-11-05mergeJames Cook
2009-11-05EXT-2262 Arrow keys should move cursor in chat entry field.James Cook
See Communications Spec for design. Arrow keys still move you if text chat field is empty. Also fixed ctrl-up/ctrl-down for recently chatted lines. Reviewed with Richard.
2009-11-05mergerichard
2009-11-05removed some more picture_style attributesrichard
2009-11-05fixed crash on loginrichard
reviewed by James
2009-11-05MergeSteve Bennetts
2009-11-05Merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts
2009-11-05EXT-2160 texture picker cancel button should be on the right, General ↵Erica
texture and color picker cleanup
2009-11-05Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-05Updated TimeTextColor.Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-2138
2009-11-05merge with remote repoRick Pasetto
2009-11-05Remove scrolling controls (not to spec)Rick Pasetto
2009-11-05Fixed normal bug EXT-1420(Menu context (People side panel) sorting is not ↵Eugene Mutavchi
working) --HG-- branch : product-engine
2009-11-05mergerichard
2009-11-05Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-05Removed chrome from help button and replaced with 80/20 art.Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-2172
2009-11-05Merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts
2009-11-05ext-665 Iconography - New art for badge_note.j2c (image denoting list ↵Lis Pardi
items) on Sell Land floater
2009-11-05FIX DEV-42115: Remove modify permission check that would grant ↵Rick Pasetto
navigate/interact or controls "permission" Review #27 Back when media controls (an unfortunately much-overloaded word) was called media permission (also an overloaded word), we granted "permission" for interact/navigate or controls "display" if the requestor agent had modify permissions. This decision doesn't seem to make sense, because it is a common use case to want to "disable" controls (or perhaps interaction/navigate) even for the user who created the object (i.e. who has modify permissions). This removes that check. NOTE that this check is also made on the server, but in that case modify permissions *grants* the right to navigate in that case. Although the code is very similar, the viewer version is trying to address a use case story, whereas the other is trying to prevent a griefing vector.
2009-11-05mergerichard
2009-11-05eliminated various warnings when parsing side trayrichard
2009-11-05Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-05implemented major task EXT-2153 make changes to Communicate menuDenis Serdjuk
--HG-- branch : product-engine
2009-11-05Added Favorite_Link_Over (re-do: failed commit? merge bork?).Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-2218