| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-26 | automated merge | Roxie Linden | |
| 2010-02-25 | automated merge from trunk | Roxie Linden | |
| 2010-02-25 | warn-on-failure:unix-eol | Roxie Linden | |
| automated merge from trunk | |||
| 2010-02-25 | automated merge from trunk | 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 | |||
| 2009-12-07 | Merge of viewer 2 changes | Palmer | |
| 2009-12-07 | ext-3152 - crash when opening debug console | richard | |
| bad cast | |||
| 2009-12-07 | merge | James Cook | |
| 2009-12-04 | EXT-2827 Unable to delete object when select face of object | angela | |
| 2009-12-02 | Automated merge avp->avp | Loren Shih | |
| --HG-- branch : avatar-pipeline | |||
| 2009-12-02 | EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵ | Loren Shih | |
| llviewermessage More header file cleanup. --HG-- branch : avatar-pipeline | |||
| 2009-12-02 | EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵ | Loren Shih | |
| llviewermessage Removed > 100 header includes from llviewermenu and llviewermessage. --HG-- branch : avatar-pipeline | |||
| 2009-12-01 | EXT-3028 : "Find Original" does nothing if floater inventory isn't open | Loren Shih | |
| Changed logic for getActiveInventory so that it considers InventorySP. Removed getActiveInventory and replaced with getActiveInventoryPanel since that follows its current usage. This currently contains a bug because the InventorySP always thinks it's open. --HG-- branch : avatar-pipeline | |||
| 2009-12-01 | DEV-43622 : API change (no functionality change) to fix a design error in LLSD | Kent Quirk | |
| I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead. | |||
| 2009-12-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
| 2009-12-01 | EXT-2719 - put on menu now gets disabled if the object is locked | Eric M. Tulla (BigPapi) | |
| 2009-11-25 | Hook up nav bar For Sale icon to buy land functionality. | James Cook | |
| 2009-11-25 | Merge of viewer 2 | Palmer Truelson | |
| 2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
| Cuts number of includes of llnotifications.h from 300+ to 40. | |||
| 2009-11-24 | Removed llnotifications.h from all headers by adding llnotificationsptr.h | James Cook | |
| Fixed many more includes | |||
| 2009-11-24 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | James Cook | |
| 2009-11-23 | Initial implementation of parcel property icons and maturity string on nav bar | James Cook | |
| Added new LLAgentUI location format, renamed unclear old one Renamed ShowCoordinatesOption to NavBarShowCoordinates Extended LLLocationInputCtrl to show icons. Reviewed with Rick | |||
| 2009-11-23 | Implemented normal task EXT-2739 (Ctrl-I should open Inventory side panel, | Andrew Dyukov | |
| Ctrl-Shift-I should open Inventory floater). --HG-- branch : product-engine | |||
| 2009-11-19 | EXT-2490 Right click context menu for objects should include build tools | Leyla Farazha | |
| EXT-2541 Help > Report Abuse screenshot not showing up EXT-2549 Crash on exit from mouse-look (Mini Map related) EXT-2548 Viewer freezes when going out of the mouselook while there are more than two floaters EXT-1983 [BSI] Trying to edit a script in a no mod object pops up script editor with "object out of range" reviewed by Richard | |||
| 2009-11-17 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
| 2009-11-16 | Increasing texture cache version to force cache clear of possibly corrupted ↵ | Steve Bennetts | |
| texture caches from previous 2.0 versions. Enabling Admin menu in God Mode independent of Advanced menu. | |||
| 2009-11-13 | EXT-2482 : Newly created folders have wrong default type | Loren Shih | |
| Removed AT_ROOT_CATEGORY and FT_ROOT_CATEGORY since those types are unused. Changed FT_CATEGORY to FT_ROOT_INVENTORY to make its purpose more clear. This change assumes that no agent inventories have category type 9 for either inventory type or folder preferred type. --HG-- branch : avatar-pipeline | |||
| 2009-11-12 | LLAppearanceManager cleanup - turning into proper singleton | Brad Payne (Vir Linden) | |
| --HG-- branch : avatar-pipeline | |||
| 2009-11-11 | EXT-387 : Clean up WARNINGS - Advanced.DumpAvatarLocalTextures | Loren Shih | |
| Added menu callbacks in for avatar texture debug, but disabled functionality for release version. | |||
| 2009-11-11 | Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵ | Palmer | |
| and more mesh inventory type info | |||
| 2009-11-11 | Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API | Nat Goodspeed | |
| with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations. | |||
| 2009-11-10 | merge | James Cook | |
| 2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
| getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. | |||
| 2009-11-10 | merge | richard | |
| 2009-11-09 | merge | richard | |
| 2009-11-09 | Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/ | Lynx Linden | |
| 2009-11-09 | DEV-41317 DEV-41318: Enabled the Call button in the Profile panel. | Lynx Linden | |
| I've added a new LLAvatarActions::startCall() method to make it easy to start a new P2P call. The Resident Profile "Call" button is now hooked up to this. I've also put back the "Call" menu in the avatar popup menu and hooked this up too. While I was there I noticed that the "IM" popup menu code could all be removed in favor of a call to LLAvatarActions::startIM(). | |||
| 2009-11-09 | EXT-1866 : Inventory Side Panel | Loren Shih | |
| Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items. This is to make the UI behavior compliant with the Inventory Panel MVP. Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0). | |||
| 2009-11-06 | merge changes from product-engine | Steve Bennetts | |
| 2009-11-06 | EXT-2031 Admin Menu Missing Without Advanced Menu Enabled | Steve Bennetts | |
| 2009-11-06 | merge | Loren Shih | |
| --HG-- branch : avatar-pipeline | |||
| 2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
| 2009-11-06 | merge | Vadim Savchuk | |
| --HG-- branch : product-engine | |||
| 2009-11-06 | fixed EXT-2295 "'Group Chat' btn makes chicklet appear only" | Alexei Arabadji | |
| --HG-- branch : product-engine | |||
| 2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
| 2009-11-05 | refactored top level ui into main_view.xml | richard | |
| 2009-11-05 | Merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Steve Bennetts | |
| 2009-11-05 | implemented major task EXT-2153 make changes to Communicate menu | Denis Serdjuk | |
| --HG-- branch : product-engine | |||
| 2009-11-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Brad Payne (Vir Linden) | |
