summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-01-13DEV-44838 - Add the string "DEV-44838" to assertion failures to future devs ↵Nathan Wilcox
understand preconditions on windows run().
2010-01-13Add an assertion for my sanity.Nathan Wilcox
2010-01-11Automated merge with ssh://inoshiro@hg.lindenlab.com/viewer/viewer-2-0/Nathan Wilcox
2010-01-11DEV-44838 - See if buildconsole is confused by having the absolute path ↵Nathan Wilcox
(with spaces) in the commandline. To accomplish this we put relative paths in the command string but lookup the absolute path for the executable parameter.
2010-01-11automated merge viewer2.0->viewer2.0Loren Shih
2010-01-11Merge with tipCallum Prentice
2010-01-11Fix for EXT-3991 - "add url to security for MoAP floater is devoid of ↵Callum Prentice
standard floater information"
2010-01-11EXT-4154 : Memory leak from FetchObservers in AppearanceSPLoren Shih
Member observers of LLSidepanelAppearance are now deleted appropriately.
2010-01-11DEV-44838 - Fix a silly bug in yet another place: find_in_path returns a ↵Nathan Wilcox
list, so select the first element.
2010-01-11DEV-44838 - Fix another bug introduced by passing "executable" in ↵Nathan Wilcox
WindowsSetup.run(); find_in_path() does not handle absolute paths, but name is guaranteed to be an absolute path. This explains the bogus message in the log of the form "process $foo exited with nonzero status; process $foo is not found", described here: https://jira.lindenlab.com/jira/browse/DEV-44838?focusedCommentId=328441&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_328441
2010-01-11DEV-44838 - Fix a bug introduced by inconsistently changing the ↵Nathan Wilcox
get_build_cmd() interface.
2010-01-11Merge backout of b6030bb6ff40Rick Pasetto
2010-01-11Backed out changeset b6030bb6ff40Rick Pasetto
2010-01-11Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-11Fix build issue with ba93e704bd4fRick Pasetto
2010-01-11MergeRunitai
2010-01-11EXT-3784 Fix for first menu item going blank when highlighted on ATI cards.Runitai
2010-01-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-11EXT-3429: Don't display inspect slider when inappropriate.Lynx Linden
The avatar inspector has a volume slider and mute button. We make these widgets invisible when it does not makes sense to interact with them. That is, when the inspector is for your own avatar, or when voice is not active.
2010-01-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-11EXT-3952 save outfit button should be enabled on the wearing tabNyx (Neal Orman)
Enabled the button on the wearing tab of the appearance sidepanel and set its functionality to switch to the my outfits tab before the auto-rename happens. Reviewed by Seraph
2010-01-11EXT-3928: Escape group names in the profile panel URLs.Lynx Linden
2010-01-11DEV-44732: Added some unit tests for URLs with no protocols.Lynx Linden
2010-01-11EXT-4145: Added a secondlife:///app/search SLappLynx Linden
Displays the search floater and performs a search. You can specify an optional category and an optional search string. See the wiki docs for usage details: https://wiki.lindenlab.com/wiki/Viewer_2.0_SLapps
2010-01-11EXT-3929: Also look in accordion tabs for help topic.Lynx Linden
When the user clicks on the help "?" button, we try to find the currently active tab and see if there is a help topic for that tab. In addition, we now also look for a currently-visible accordion tab.
2010-01-11EXT-3929: Moved LLAccordionCtrl to llui.Lynx Linden
Both LLAccordionCtrl and LLAccordionCtrlTab should live in llui, not newview. I need to make this happen in order to fix EXT-3929. No code change was necessary (other than to change #include for predefined headers) as these classes did not rely on any newview code.
2010-01-11EXT-3715: Added a help button to the speaker controls floater.Lynx Linden
2010-01-11EXT-3902: Make all Choose Resident tabs use the same help ID.Lynx Linden
2010-01-11EXT-3911 EXT-3846: Added help ID for Blocked Residents & Objects.Lynx Linden
2010-01-10Reverting change that broke the build so we can get a working build for QAKent Quirk
2010-01-08DEV-44838 - find_in_path() returns a list of candidates. Select the first.Nathan Wilcox
2010-01-08DEV-44838 - Remove a typo line which would cause duplicate executions for ↵Nathan Wilcox
every run call.
2010-01-08DEV-44838 - See if the executable parameter to subprocess.Popen must be ↵Nathan Wilcox
absolute on windows.
2010-01-08Made AudioStreamingMedia setting control loading of prim media as well as ↵Monroe Linden
parcel media. Moved the media first-run dialog code from llviewerparcelmedia.cpp to llviewermedia.cpp, and made it come up for both prim and parcel media.
2010-01-08Merge.Tofu Linden
2010-01-08EXT-1847 Regression in the design spec: "You" should be replaced by your ↵Tofu Linden
full avatar name in communication
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-01-08EXT-4038: Typo fix & proper handling of autopopulation if library clothing ↵Eric M. Tulla (BigPapi)
already imported -Reviewed by vir
2010-01-08EXT-4026 parcel media does not autoplay after arriving by teleportTofu Linden
2010-01-08DEV-44838 - This is an attempt at the minimal possible change to fix the ↵Nathan Wilcox
quoting bug on windows. This commit is untested! The simplest approach to testing is to push into a repo watched by parabuild. Also, develop.py could be improved to use subprocess consistently across all platforms. Doing so could simplify the code, but until I understand how to test it better, I'm going to leave it alone.
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-01-08EXT-4038: Autopopulating My Outfits now happens correctly (creates links ↵Eric M. Tulla (BigPapi)
instead of folder copies). -Reviewed by Seraph
2010-01-08Fix a typo bug caught by pyflakes. eys.exit(1) -> sys.exit(1)Nathan Wilcox
2010-01-08Merge.Tofu Linden
2010-01-08EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵Tofu Linden
Screen
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-01-08fix for EXT-4094: Shared whiteboard script crashes viewer.Xiaohong Bao
2010-01-08Automated mergeKent Quirk
2010-01-08Merge.Tofu Linden
2010-01-08EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵Tofu Linden
Life