| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-25 | automated merge from trunk | Roxie Linden | |
| 2010-02-25 | automated merge | Roxie Linden | |
| 2010-02-25 | Automated merge | Roxie Linden | |
| 2010-02-24 | automated merge | Roxie Linden | |
| Don't wanna fix all windows EOL issue here warn-on-failure:unix-eol | |||
| 2010-02-24 | automated merge | Roxie Linden | |
| 2010-02-24 | Automated merge | Roxie Linden | |
| 2010-02-24 | remove DOS newlines | Roxie Linden | |
| 2010-02-24 | remove windows line endings | Roxie Linden | |
| 2010-02-24 | Automated merge up from viewer 2.0 trunk. | Roxie Linden | |
| Some llvoiceclient changes duplicated changes that had already been made in the voice modularization refactor, so the refactor versions were used. | |||
| 2009-12-07 | fix for inline widgets never shrinking with resizable text editor | richard | |
| also fixed dropping last line in chat history | |||
| 2009-12-07 | Fixups for things broken after the last merge and for the linux build. | brad kittenbrink | |
| 2009-12-07 | EXT-2855 delete 2 more entries in strings.xml that are not actually user-visible | Ramzi Linden | |
| 2009-12-07 | Merge | Steve Bennetts | |
| 2009-12-07 | merge fixes | Steve Bennetts | |
| 2009-12-07 | LLSidepanelTaskInfo cosmetic cleanup. | Loren Shih | |
| --HG-- branch : avatar-pipeline | |||
| 2009-12-07 | L10N: Add much-needed linguistic context in the comments of strings.xml; | Ramzi Linden | |
| L10N: consistency in phrasing on the 2 separate places in the Nav Bar where you create/edit a Landmark Also, add a separator to menu_NavBar so its easier to parse visually. | |||
| 2009-12-07 | merge | richard | |
| 2009-12-07 | ext-3152 - crash when opening debug console | richard | |
| bad cast | |||
| 2009-12-07 | Merge from product-engine | Steve Bennetts | |
| 2009-12-07 | EXT-3062 Inspector affordance should spawn closer to mouse | James Cook | |
| Reduced some size constants. Trivial, not reviewed. | |||
| 2009-12-07 | fix for horizontal scrolling in text_editors | richard | |
| 2009-12-07 | merge | James Cook | |
| 2009-12-07 | EXT-3159 Mouse-wheel scrolling down causes unexpected side-scrolling | James Cook | |
| If vertical scroll bar is visible, give it the scroll events and don't scroll horizontally. Eliminated extraneous folder view item scroll handler. Reviewed with Richard. | |||
| 2009-12-07 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
| 2009-12-07 | merge | Brad Payne (Vir Linden) | |
| --HG-- branch : avatar-pipeline | |||
| 2009-12-07 | For EXT-2858: Determine gear menu / right-click menu choices for AppearanceSP | Brad Payne (Vir Linden) | |
| --HG-- branch : avatar-pipeline | |||
| 2009-12-07 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
| 2009-12-07 | Appearance panel layout changes for Nyx - contains bug causing accordion to ↵ | Erica | |
| not follow sidepanel bottom | |||
| 2009-12-07 | Made viewerclient.py a bit more robust against timing problems on startup. | brad kittenbrink | |
| It now successfully retries to connect on windows. reviewed by nat. | |||
| 2009-12-07 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
| 2009-12-07 | 1. Adjusted vertical placement of nearby voice chat indicator. | Justin C. Rounds (Chuck) | |
| 2. Added text padding on the right of the chat input field to prevent overlapping of text and nearby voice chat indicator. https://jira.secondlife.com/browse/EXT-3177 https://jira.secondlife.com/browse/EXT-3155 | |||
| 2009-12-07 | EXT-3125 : INFRASTRUCTURE : Cleanup LLInventoryFilter to disambiguate ↵ | Loren Shih | |
| various filter options EXT-3124 : Add lookup for finding all linked items to an item Specifying date range now is explicitly tracked as a filter type. --HG-- branch : avatar-pipeline | |||
| 2009-12-07 | EXT-2826 : Rename "Favorite" folder to "Favorites" folder | Loren Shih | |
| Only will affect new accounts. --HG-- branch : avatar-pipeline | |||
| 2009-12-07 | merge | richard | |
| 2009-12-07 | merge | James Cook | |
| 2009-12-07 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
| 2009-12-07 | Tweaks to make toasts conform to style guide. | Justin C. Rounds (Chuck) | |
| http://jira.secondlife.com/browse/EXT-1673 | |||
| 2009-12-07 | merge | James Cook | |
| 2009-12-07 | ext-3112 - bad font width information with sansserif | richard | |
| 2009-12-07 | EXT-3214 : Trash icon flahes in Recent Items when nothing in history | Loren Shih | |
| Trash icon is disabled when no items are selected. --HG-- branch : avatar-pipeline | |||
| 2009-12-07 | Fixed normal bug EXT-3018([BSI] Hook up "Go to My Dashboard" in Profile to ↵ | Eugene Mutavchi | |
| link to http://secondlife.com/my) --HG-- branch : product-engine | |||
| 2009-12-07 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
| 2009-12-07 | DEV-43439: Rename llviewerbuild.{cpp|h} -> llviewerversion.{cpp|h} | Lynx Linden | |
| This module now contains general viewer version routines, not just access to the viewer build number, so I've renamed it from llviewerbuild to llviewerversion. | |||
| 2009-12-07 | Another merge of include dependency cleanup work with viewer-2-0. | brad kittenbrink | |
| 2009-12-07 | DEV-43439: Added calls to query the viewer version. | Lynx Linden | |
| Rather than copy/paste the same version string formatting pattern again, I added new string-based version routines: /// return the full viewer version as a string like "2.0.0.200030" const std::string &llGetViewerVersion(); /// return the viewer version as a string like "2.0.0" const std::string &llGetViewerShortVersion(); /// return the viewer build version as a string, e.g., "200130" const std::string &llGetViewerBuildVersion(); | |||
| 2009-12-07 | No ticket. Removed inventory offer fake notification. | Eugene Mutavchi | |
| --HG-- branch : product-engine | |||
| 2009-12-07 | For EXT-2637: Renaming outfit that's currently worn should update Current ↵ | Brad Payne (Vir Linden) | |
| Outfit string --HG-- branch : avatar-pipeline | |||
| 2009-12-07 | Implemented normal sub-task EXT-3142("new message" indicator for object ↵ | Eugene Mutavchi | |
| chiclets) --HG-- branch : product-engine | |||
| 2009-12-07 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
| 2009-12-07 | automated merge viewer2.0->avp | Loren Shih | |
| --HG-- branch : avatar-pipeline | |||
