Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-28 | Remove the display name floater | Rider Linden | |
2014-03-12 | merge with release | Richard Linden | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-11-18 | EXP-1576 FIXED (Remove old profile window from People panel) | Paul ProductEngine | |
- Removed old profile window from People panel with all subpanels and dependencies | |||
2011-10-14 | EXP-1311 FIXED (Modified My Profile floater to become Picks floater: removed ↵ | Paul ProductEngine | |
unused profile panel.) - Modified My Profile floater to become Picks floater: removed unused profile panel. | |||
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-26 | EXP-1222 FIXED Added a floater for My Profile side tab. | Seth ProductEngine | |
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer. - Removed obsolete code implementing the tri-state behavior of Profile side panel. - Added People panel XUI which is referenced from Profile panel. | |||
2011-04-06 | WEB-3750 FIX - Gone profile | Leslie Linden | |
* Added agent validation around calls to update avatar data * Removed references to profile panel save options Reviewed by Richard | |||
2011-01-10 | SOCIAL-437 FIX Viewer crashes opening My Profile panel | callum | |
2010-10-13 | making profiles look nicer when display names isn't on | Leyla Farazha | |
2010-10-13 | DN-165 User cannot reset name to default if they are throttled because they ↵ | Leyla Farazha | |
receive the Sorry you cannot change your display name until [time] message. They cannot access the change display name dialog to hit reset when throttled. | |||
2010-10-11 | DN-161 Display Name and Username labels shown in profiles when View Display ↵ | leyla_linden | |
Names setting is off and when Display Names disabled on Simulator DN-163 Set display name error if user changes View Display Name setting to off in preferences with Edit profile panel open | |||
2010-10-08 | Created a floater for setting display name | Leyla Farazha | |
2010-10-07 | Adding viewer hint for setting display name the when edit profile is opened ↵ | Leyla Farazha | |
with no display name set | |||
2010-09-29 | edit profile display name now sizes down if too long | Leyla Farazha | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface | |||
2010-08-19 | DEV-51021 Viewer returns misleading error message when a blocked user ↵ | Leyla Farazha | |
attempts to change his display name | |||
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-15 | DEV-51021 Viewer returns misleading error message when a blocked user ↵ | Leyla Farazha | |
attempts to change his display name reviewed by Richard cc#220 | |||
2010-06-01 | DEV-50778 Update text for display name change in viewer | James Cook | |
Reviewed with Erica - got them as close as we can with the data we have available. | |||
2010-05-28 | Added debugging code for names changes for when People API breaks | James Cook | |
2010-05-28 | WIP Fix miscellaneous display names in UI | James Cook | |
2010-05-27 | DEV-50013 Friendlier info if you can't change name due to time lockout | James Cook | |
Reviewed with Leyla | |||
2010-05-24 | DEV-50013 Add "Reset" button to Set Name dialog | James Cook | |
Reviewed with Richard | |||
2010-05-18 | Rename mSLID to mUsername to match the name of the field in the UI | James Cook | |
Product made a late-breaking request to change the name of this field. The wire protocol for People API has not yet changed. | |||
2010-05-12 | DEV-50013 Display names limited to 31 chars (not bytes) in viewer UI | James Cook | |
Reviewed with Leyla | |||
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-05-07 | DEV-49780 Better confirmation/failure messages for setting name | James Cook | |
Reviewed with Callum | |||
2010-04-30 | Hide "Set Name..." button if region/grid doesn't use display names | James Cook | |
2010-04-21 | Fixed normal bug EXT-5220 (Remove Edit Appearance button from Me panel) - ↵ | Eugene Mutavchi | |
the button and respective code were removed. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/283/. --HG-- branch : product-engine | |||
2010-04-19 | DEV-49149 Localizable server error message for Display Names | James Cook | |
Try to look up a specific translation for the error in the viewer, but failing that, try to use a message sent by the server. Reviewed with Simon. | |||
2010-04-15 | Remove old hack to chat "refreshname" to trigger name tag updates | James Cook | |
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-23 | Part DEV-47695 route display name changes via sim for rebroadcast to | James Cook | |
nearby avatars for name tag updates and to update cached display name for LSL nonblocking functions | |||
2010-03-18 | Partial support for Set Name returning error msg from service | James Cook | |
2010-02-26 | Cleaned up Edit Profile > Set Name layout and feel | James Cook | |
2010-02-24 | Hack to refresh name tags when I change my display name. | James Cook | |
Also fixes a crash when turning on display names. |