Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-18 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-18 | fixed EXT-4214 “Notifications counter can be negative”, | Alexei Arabadji | |
added check to avoid deleting closed toasts; --HG-- branch : product-engine | |||
2010-01-18 | work on EXT-4322 Remove the Communicate floater | Ychebotarev ProductEngine | |
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine | |||
2010-01-18 | Fixed critical bug EXT-4419 ([BSI] pressing enter without local chat ↵ | Eugene Mutavchi | |
selected causes warning flood) --HG-- branch : product-engine | |||
2010-01-18 | Related to EXT-4309, better commented onMouselookOut method | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-01-18 | Fixed normal bug EXT-4379 (Scroller doesn't follow the cursor if cursor is ↵ | Eugene Mutavchi | |
being moved by keyboard arrow buttons) --HG-- branch : product-engine | |||
2010-01-18 | fixed EXT-4382 “Crash when blocking avatar from the inventory offer dialog”, | Alexei Arabadji | |
added clean-up of stored toasts list on toast destroy event; --HG-- branch : product-engine | |||
2010-01-18 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-18 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-18 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-18 | fix for normal EXT-4377 Disable appearance of Roles, Notices and Land/Assets ↵ | Ychebotarev ProductEngine | |
accordeons for non avatar's groups --HG-- branch : product-engine | |||
2010-01-18 | implemented Task EXT-572 Action buttons on toast should size to word for ↵ | Denis Serdjuk | |
internationalization Changes: 1. Remove hard coded button's width. Now buttons will be reshaped to required size if the required width is bigger then default. 2. Default width is configurable now. --HG-- branch : product-engine | |||
2010-01-18 | Fixed low bug EXT-4306 - Landmark name is shown with prefix in the group ↵ | Dmitry Zaporozhan | |
notice attachment. --HG-- branch : product-engine | |||
2010-01-18 | EXT-4462: Support secondlife:///app/worldmap | Lynx Linden | |
Without any location arguments, simply opens the world map floater. | |||
2010-01-18 | EXT-4462: Support secondlife:///app/inventory/show | Lynx Linden | |
Opens the user's inventory in the side panel. | |||
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 | 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 | 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 | 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 | 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). | |||
2010-01-15 | merge | richard | |
2010-01-15 | merge | richard | |
2010-01-15 | Fix linux build - missed unused function declaration | James Cook | |
2010-01-15 | Merge. | Tofu Linden | |
2010-01-15 | Remove crufty and unused volume up/down controls | Rick Pasetto | |
2010-01-15 | merge. | Tofu Linden | |
2010-01-15 | merge | richard | |
2010-01-15 | Merge. | Tofu Linden | |
2010-01-15 | EXT-3741 Viewer menus need outlines or dropshadows | James Cook | |
Set drop_shadow="true" in menu.xml | |||
2010-01-15 | Merge with Erica, Lis, Chuck work on layout | James Cook | |
2010-01-15 | re-disable llviewerhelputil until it gets REALLY unbroken. | Tofu Linden | |
2010-01-15 | EXT-4304 Clicking on "Buy L$" in nav bar does nothing | James Cook | |
Now it buys currency. Also fixes EXT-4176, same issue Reviewed with Richard. | |||
2010-01-15 | EXT-4148 EXT-4230: Lots of help ID updates. | Lynx Linden | |
Updated the logic of the help ID detection to search sub-panels before searching active tabs. For some reason, certain tabs are still visible and active even though they are not being displayed on screen. I also removed a bunch of help IDs for button panels that just confuse things. Also went through all of the side panel tabs and added new help IDs where appropriate. These are: profile_classified_info profile_edit_classified profile_pick_info profile_edit_pick my_inventory_tab recent_inventory_tab | |||
2010-01-15 | PE merge. | Tofu Linden | |