Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-20 | EXT-5560 - filter clear button was calling doDelete which had many more ↵ | Kent Quirk | |
gyrations than onCommit, and only onCommit was needed | |||
2010-02-20 | EXT-5593 - Fix by Erica to fix problems with button size for Beta 3. ↵ | Kent Quirk | |
Verified by Q. | |||
2010-02-20 | Importing patch for EXT-5571 for Beta 3 release. Fix by Callum originally. | Kent Quirk | |
2010-02-20 | EXT-4878 - fixing the fix - incorrect name used for attribute. | Kent Quirk | |
2010-02-18 | Fixed critical bug EXT - 4878 (Tab labels are no longer obeying halign ↵ | Paul Guslisty | |
attribute) | |||
2010-02-19 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Chuck Linden | |
2010-02-19 | Replaced small group icon to prevent stretching. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-5103 | |||
2010-02-19 | DEV-46346 Cycle5 translation DE. A few missing strings from cycle3 | Eli Linden | |
2010-02-19 | DEV-46346 Cycle4 more linguistic change JA | Eli Linden | |
2010-02-19 | DEV-46346 Cycle5 translation FR new files | Eli Linden | |
2010-02-19 | DEV-46346 Cycle5 translation FR | Eli Linden | |
2010-02-19 | DEV-46346 Cycle5 translation DE new files | Eli Linden | |
2010-02-19 | DEV-46346 Cycle5 translation DE | Eli Linden | |
2010-02-19 | DEV-46346 Cycle5 translation JA | Eli Linden | |
2010-02-19 | DEV-46346 Cycle5 translation JA | Eli Linden | |
2010-02-19 | DEV-46346 Cycle4 linguistic change DE and JA | Eli Linden | |
2010-02-18 | merge | Richard Nelson | |
2010-02-18 | EXT-5545 - make volume popup and nearby media popup mutually exclusive | Richard Nelson | |
reviewed by Leyla | |||
2010-02-18 | Merge | Leyla Farazha | |
2010-02-18 | EXT-5440 Deleting Script in Object contents deletes object when using ↵ | Leyla Farazha | |
delete key on keyboard reviewed by Richard | |||
2010-02-18 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Chuck Linden | |
2010-02-18 | Finished (for now) side-panel cleanup. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-4335 | |||
2010-02-18 | automerge | Kent Quirk | |
2010-02-18 | Backed out changeset 49e628c3a0c5 - further changes for reverting ↵ | Kent Quirk | |
default/base changes. | |||
2010-02-18 | Missed the CMake file in backing out changes | Kent Quirk | |
2010-02-18 | move base back to default because doing it as a backout was causing merge errors | Kent Quirk | |
2010-02-18 | merge changes from backing out the directory change of default to base | Kent Quirk | |
2010-02-18 | Backed out cpp changes from changeset 49e628c3a0c5 | Kent Quirk | |
2010-02-18 | Reverting change 570851c5baa5 | Kent Quirk | |
because it's broken | |||
2010-02-18 | merge | richard | |
2010-02-18 | fixed line endings | richard | |
2010-02-18 | Additional optimizations to text reflow for EXT-5071. | Monroe Linden | |
Added versions of LLFontFreeType::getXAdvance() and LLFontFreeType::getXKerning() that take LLFontGlyphInfo* instead of llwchar. This allows code in LLFontGL that already has the LLFontGlyphInfo* to pass them instead, saving calls to LLFontFreetype::getGlyphInfo. Reviewed by Richard. | |||
2010-02-18 | merge | richard | |
2010-02-18 | fixed some spacing munged by merge | richard | |
2010-02-18 | EXT-5535 - Resize handles will move floater when reaching minimum size | richard | |
2010-02-18 | Merge with tip | Callum Prentice | |
2010-02-18 | EXT-5363 webkit does not strip spaces off a typed-in URL | Callum Prentice | |
Reviewed by CB | |||
2010-02-18 | EXT-4677 Crash when closing pinned menu which has no parent Inventory floater | Leyla Farazha | |
Reviewed by Richard CC#118 | |||
2010-02-18 | Merge | richard | |
2010-02-18 | Backed out changeset: 744bd7c535fa | richard | |
2010-02-18 | merge | richard | |
2010-02-18 | EXT-5461: Reverting change 49e628c3a0c5. | Lynx Linden | |
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q. | |||
2010-02-18 | Fix for EXT-5120 "Mouse-up in the scrollbar to the right of a link in nearby ↵ | Monroe Linden | |
chat window opens the link". Added an optional bool parameter "hit_past_end_of_line" to LLTextBase:: getDocIndexFromLocalCoord() and getSegmentAtLocalPos(). Default is true, which gives the old behavior. If false, clicks past the end-of-line won't map to the last segment on the line. Made LLNormalTextSegment::handleHover(), handleRightMouseDown(), handleMouseDown(), and handleMouseUp() call getSegmentAtLocalPos() in this new mode before processing URL actions, and only do the processing if it returns the same segment. Reviewed by Richard. | |||
2010-02-18 | EXT-5370: Voice volumes set for other agents reverting between voice sessions | Aimee Linden | |
mVolumeDirty needs to be set when recalling volume levels, for both the participant and the session, to trigger sending a volume change message to Vivox. Reviewed by: Lynx. | |||
2010-02-17 | EXT-5515 - Allow resizing on left and lower left of nearby media popup | Richard Linden | |
2010-02-17 | EXT-5515 - Allow resizing on left and lower left of nearby media popup | Richard Linden | |
2010-02-17 | Partial fix for EXT-5071. | Monroe Linden | |
Changed the index on the keyword map in LLKeywords so that LLKeywords::findSegments() doesn't have to create LLWString objects to search the map. Reviewed by Richard. | |||
2010-02-17 | Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/ | Rick Pasetto | |
2010-02-17 | EXT-5079 : Make sure to initialize ambient audio properly when it is muted | Rick Pasetto | |
Reviewed by Richard (actually it was his idea) | |||
2010-02-17 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix/ | Chuck Linden | |