Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | updating | Leyla Farazha | |
2010-01-21 | Merge | Leyla Farazha | |
2010-01-21 | Backed out changeset: 191ec27bc583 | Leyla Farazha | |
2010-01-21 | eol | Leyla Farazha | |
2010-01-21 | Merge | Leyla Farazha | |
2010-01-21 | EXT-4266 Can't "drop" object selected in select-face mode | Leyla Farazha | |
reviewed by Callum | |||
2010-01-21 | checking for null in LLImageRaw::copy to prevent a crash | Leyla Farazha | |
2010-01-21 | EXT-3418 [BSI] Can't set Web Proxy in Preferences floater | Leyla Farazha | |
reviewed by Callum | |||
2010-01-21 | EXT-3416 Can't name a new gesture on creation (and renaming is HARD) | Leyla Farazha | |
reviewed by Callum | |||
2010-01-21 | EXT-4260 Minimizing Chat History will steal keyboard focus | Leyla Farazha | |
reviewed by Callum | |||
2010-01-20 | EXT-4482 [BSI] People > Profile - when window is too short, scroll bar cuts ↵ | Erica | |
off text | |||
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2010-01-20 | EXT-4543 Edit layout and art of chicklet button | Erica | |
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | Chuck Linden | |
2010-01-20 | Finished layout of appearance editor. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-146 | |||
2010-01-20 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey/ | angela | |
2010-01-19 | EXT-4338 Design alert for Outfit save to help users understand what is ↵ | Erica | |
happening | |||
2010-01-19 | EXT-1341 Inspectors - Break LLToolPie::handleTooltip into smaller ↵ | angela | |
functions, handleTooltipLand vs. handleTooltipObject | |||
2010-01-19 | EXT-3833 [BSI] Build Tools -> Objects -> Slice Begin & End text unreadable | angela | |
2010-01-19 | EXT-4269 PDD: Add teleport destination to teleport warning dialog | angela | |
2010-01-15 | fix for gcc build | richard | |
2010-01-15 | wrong line endings | richard | |
2010-01-15 | merge | richard | |
2010-01-15 | fix for build error in xmmintrins.h | richard | |
2010-01-15 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2010-01-15 | partial fix for EXT-4352: Texture loading problems in Viewer 2.0. More to ↵ | Xiaohong Bao | |
come later (next week). | |||
2010-01-15 | EXT-4410 update vivox sdk to 3.1.0001.7852 | Tofu Linden | |
2010-01-15 | fix casting error in gooey merge. | Tofu Linden | |
2010-01-15 | merge | richard | |
2010-01-15 | merge | richard | |
2010-01-15 | Clean up the XUI for media controls (avoids warnings) | Rick Pasetto | |
- get rid of some invalid params - make sure all buttons are named | |||
2010-01-15 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-15 | get rid of 'min_width' from <button>s -- it isn't a valid param | Rick Pasetto | |
2010-01-15 | Merge for EXT-1874, EXT-3800, EXT-4133 | Leyla Farazha | |
2010-01-15 | EXT-4133 MissingString(AllEstatesYouOwn) when adding/removing from ↵ | Leyla Farazha | |
REGION/ESTATE, Estate tab reviewed by James | |||
2010-01-15 | Merge with Tip | Callum Prentice | |
2010-01-15 | EXT-3656 - Fix for mouse hover in Flash on Windows | Callum Prentice | |
References a new version of LLQtWebKit - Windows only fix. Reviewed by CB. | |||
2010-01-15 | merge | richard | |
2010-01-15 | merge | richard | |
2010-01-15 | EXT-4380 - LLTextEditor: line_spacing.multiple option doesn't work well with ↵ | richard | |
"widgeted" text partial fix reviewed by Leyla | |||
2010-01-15 | EXT-4383 Replace ">" glyph in cascading menus with a proper triangle | Tofu Linden | |
patch by josh, reviewed by me | |||
2010-01-15 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-15 | Merge in viewer-2-0 changes | James Cook | |
2010-01-15 | FIX EXT-3957: add "Media Enabled" checkbox to Privacy Prefs | Rick Pasetto | |
review http://codereview.lindenlab.com/271074 | |||
2010-01-15 | EXT-4341 "Create> New" and "rename" text presents malaligned | James Cook | |
Fixed size and position of renamer line editor Reviewed with Richard | |||
2010-01-15 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2010-01-15 | EXT-4253 "unsaved" detection seems buggy | Nyx (Neal Orman) | |
Corrected bug where saving an outfit wouldn't update the "unsaved" marker on the UI. Also switched the UI to use a popup dialog to request the name of the outfit being made, as we could not convey everything we needed to on the button alone. Code reviewed by Vir | |||
2010-01-15 | EXT-4340: Re-enable the llviewerhelputil test. | Lynx Linden | |
2010-01-15 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx Linden | |
2010-01-15 | EXT-4340: Fixed llviewerhelputil_test.cpp on Linux. | Lynx Linden | |
The gcc compiler will strip out the stubbed isGodlike() method under an optimized build. There's no way to stop this without either putting the definition in another cpp file, which is hard to do with our unit test infrastructure, or disabling gcc's inlining of the method. So I did the latter, using __attribute__ ((noinline). |