summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-10-21DEV-41615 DEV-41615 Add symlinks to updater and crash logger app bundles to ↵palange
fix dylib refs.\nllcommon, apr and expat dylibs were missing from the crash logger and updater, instead of shipping extra copies were using relative pathed symlinks to the copies in the Second Life.app/Contents/Resources folder.
2009-10-21Fix for DEV-41542 (hitting Tab at google login on MoaP inserts a character ↵Monroe Linden
into the password field). Moved some special-case handling from LLMediaCtrl::handleKeyHere/handleUnicodeCharHere to LLViewerMediaImpl::handleKeyHere/handleUnicodeCharHere so that the key handling for LLViewerMediaFocus gets the benefit of it as well.
2009-10-22Merging revisions 2146-2150 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1752 EXT-1754
2009-10-22Merging revisions 2129-2144 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1293 EXT-1611 EXT-1613 EXT-1176 EXT-1724 EXT-1186 EXT-1662 EXT-1760 EXT-1720 * Dev: EXT-1575 EXT-1770 EXT-1232 EXT-1234
2009-10-21svn merge -r136533:136919 ↵Loren Shih
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/avatar-pipeline-14 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 * Bugs: EXT-1779
2009-10-21DEV-41600: one last change: rename INTERACT and CONTROl to ↵Rick Pasetto
MEDIA_PERM_INTERACT and MEDIA_PERM_CONTROL
2009-10-21converted LLToast::Params to be a param blockRichard Nelson
reviewed by James
2009-10-21selected inventory item no longer renders double boxRichard Nelson
reviewed by James
2009-10-21DEV-41600 Refactored my previous change based on review feedback from monroeRick Pasetto
2009-10-21Code audit for r136515 ("merging in new wearable infrastructure...")Loren Shih
No expected functionality change; this mostly contains cosmetic cleanup. Reviewed by: Nyx
2009-10-21fix for chat history layout bugsRichard Nelson
EXT-1728 - there is no new line in the text copied on junction of 2 panels EXT-1670 - fix chat history use of widgets reviewed by James
2009-10-21EXT-1534 Remove 'Group __' from accordian names in Group profile ↵Ramzi Ramey
(panel_group_info_sidetray.xml) EXT-1520 some very preliminary Groups profile cleanup - add some emphasis color for readability - fix the missized text_editor on L$ Planning tab
2009-10-21Backed out changeset 60da2fc952a0Rick Pasetto
2009-10-21Test code to allow drag/drop of *file* (not URLs) into the viewer Window - ↵callum
Will not be pushed to main repository - only committed so I can bundle my changes and share
2009-10-21DEV-41622 : [BUG] : "Could find parent for..." spam from LLInventoryPanelLoren Shih
It's now possible that items may not exist in the hierachy of the inventorypanel's contents, so this warning spam is a false positive. Removed unnecessary spam, did slight code cleanup.
2009-10-21L10N: call it 'My Inventory' in the menu_viewerRamzi Ramey
2009-10-21Also change the capitalization of some terms in strings.xmlRamzi Ramey
2009-10-21Add more comments to annotate strings.xml, for future translatorsRamzi Ramey
2009-10-21Merging revisions 2112-2128 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1605 EXT-1506 EXT-1663 EXT-1616 EXT-1599 EXT-1587 * Dev: EXT-748 EXT-1447 * IM Cleanup
2009-10-21Merging revisions 2107-2109 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1557
2009-10-21Merging revisions 2102-2104 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1609 EXT-1255 EXT-1299
2009-10-21EXT-1365 Side tray panel borders fixed, XUI opacity of panels rationalized, ↵James Cook
eliminated programmatic setting of panel opacity, moved side tray panel buttons to flush with right of screen. Not reviewed.
2009-10-21Merging revisions 2094-2099 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1612 EXT-1604 EXT-1163 EXT-1163 EXT-1167 * Dev: EXT-1516
2009-10-20Fix for DEV-41567 (MoaP lags from "WARNING: ↵Monroe Linden
LLViewerMediaImpl::calculateInterest: no texture!" log spam). This log statement used to be an anomaly, but now that media can be unloaded it's a relatively common case.
2009-10-20Fix for clicking "home" or "reload" on a web media prim causing a flash of ↵Monroe Linden
the underlying texture.
2009-10-20Fix for DEV-41572 (login screen image does not display).Monroe Linden
2009-10-21EXT-1643: Removed the FirstMedia first use popup.Martin Reddy
The notification text for this popup is commented out of the notifications.xml file, so I'm commenting out the code that tries to pop up this notification too. This is just a quick short-term fix. In the longer term, I believe the plan is to remove all First Use dialogs entirely, so this entire file will eventually die.
2009-10-21Side tray uses normal panel colors, not hard-coded floater colors.James Cook
Added "Show Side Tray" to login debug menu. Fixed strange border color around Home side tray panel, more similar fixes to follow. Reviewed with Richard.
2009-10-21EXT-1549: Moved the Lock icon to the left of Help button.Martin Reddy
Various floaters can display a lock icon in the title bar, but these were appearing over the new Help button, "?". This change moves the Lock icons to the left of the Help button. While debugging the change I found some modal dialogs that shouldn't display a help button, so I removed their help_topic definitions.
2009-10-20fix for gcc buildRichard Nelson
2009-10-20Remove hard-coded black border around side tray, relates to EXT-1365James Cook
This leaves side tray contiguous with favorites bar, will be fixed by drop shadow from EXT-1742. Reviewed with Erica.
2009-10-20Eliminated extraneous border around side tray panels as partial fix toward ↵James Cook
EXT-1365
2009-10-20removed unnecessary static variable instantiations to improve compile timesRichard Nelson
moved a bunch of template class statics to cpp files also added filename parameter to LLXUIParser::readXUI for better debugging of XUI errors reviewed by James
2009-10-20Making capitalization within preferences uniformLisabeth Pardi
2009-10-20Away timeout and Busy Mode Response moving from My Profile to PreferencesLisabeth Pardi
EXT-328
2009-10-20Pulled out another pair of strings from the locationctrl widgets file.Leyla Farazha
Also apparently search doesn't need it's tooltip in widgets, it gets specified in the xml file that uses it.
2009-10-20EXT-1664 male avatars have female bodiesNeal Orman
Previous patch improved the situation but reversed it - it was still possible to have a mismatch between an avatar's head and body for their gender. This patch makes the copying of the gender from your shape wearable to your avatar more explicit, which appears to fix the issue for now. This should get the behavior correct for testing purposes, and we will look into fixing more underlying issues for the next cycle. Code reviewed by Seraph
2009-10-20mergeSteve Bennetts
2009-10-20EXT-1376 Viewer 2.0 Fit & Finish Pass: People Panel - FriendsErica Olsen
2009-10-20Preferences > Sounds -- "Device Settings" button should hide/show settings ↵Lisabeth Pardi
below it EXT-1737
2009-10-20Preferences > Sounds -- "Device Settings" button should hide/show settings ↵Lisabeth Pardi
below it EXT-1737
2009-10-20skip() failing test rather than silently commenting outNat Goodspeed
2009-10-20EXT-1734 Rename Preferences panel file names in the other languagesRamzi Ramey
2009-10-20L10N: localizability changes to text to make it more clear.Ramzi Ramey
TEXT ONLY; NO CODE CHANGED
2009-10-20EXT-1479: I18N: string in /en/widgets/location_input.xml wont honor its ↵Leyla Farazha
translation Pulling these out of widgets and putting them in strings.xml for the sake of the translation tools. reviewed by James
2009-10-20EXT-462 Avatar context menu only shows Freeze/Eject/Debug when in god mode.James Cook
Changed enable and visible named callbacks to "IsGodCustomerService" so we have one global function that can be used in menus everywhere. Reviewed with Leyla.
2009-10-20mergeSteve Bennetts
2009-10-20Change Mac sparse disk image size to 700 MBJames Cook
2009-10-20Rename Preferences panel file namesLisabeth Pardi
EXT-1734
2009-10-20Update Preferences > Sound with new layout and featureset from specLisabeth Pardi
EXT-943