Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-02 | merge | Monroe Linden | |
2010-11-19 | Automated merge with file:///Users/Bill/Projects/viewer-release | Bill Curtis | |
2010-11-19 | fixed typo | Bill Curtis | |
2010-11-18 | added logging and default value for max-agent-groups | Bill Curtis | |
2010-11-15 | merge | Richard Linden | |
2010-11-09 | fixing transposed characters | Bill Curtis | |
2010-11-08 | changes to read max-agent-groups from login.cgi response | Bill Curtis | |
2010-10-11 | Reworked fix for EXP-167 Add option to quit instead of going back to login ↵ | callum | |
screen | |||
2010-10-08 | Fix for Reopened EXP-167 Add option to quit instead of going back to login ↵ | callum | |
screen. | |||
2010-10-07 | EXP-167: Quit On Login Page Activated - viewer code /default setting | callum | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-13 | automated merge | Roxie Linden | |
2010-10-12 | EVE-47 - Event formatting should appear in "Profile" window | Roxie Linden | |
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl EVE-72 - Modify viewer to make the event profile window be an html control This is basically a reworking of the event profile display to remove all in-viewer specific event display rendering, in preparation for richtext descriptions. Most was removal of code. | |||
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-26 | merge | Richard 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-24 | Final(???) merge from viewer-release to viewer-public. | Tofu Linden | |
2010-08-17 | EXT-7083 FIXED initializing the viewer preferred maturity with the value ↵ | Sergei Litovchuk | |
received from the server on login. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/863/. --HG-- branch : product-engine | |||
2010-08-13 | fixed progress view z ordering hacks | Richard Nelson | |
DEV-52665 FIX Inventory and Chat hints shown during login before viewer fully loads on load up screen | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-29 | EXT-7706 FIXED Implemented delayed friends cards synchronization and filling ↵ | Mike Antipov | |
People/Friends tab with data until it is visible to user first time. * Moved location of synchronization of the Friends/All inventory folder with friends list from startup to first requesting of data. * Also updated "update Friends list" logic to be really trigged only when Friends tab is visible to user. NOTE: * Friends List/All is filled with some delay on first opening. TODO: refactoring is needed to switch code of updating People/nearby list to use the same approach as for Friends. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/805/ --HG-- branch : product-engine | |||
2010-07-19 | Bury the dead code day: Removed LLFloaterParcelInfo, LLFloaterURLDisplay and ↵ | Aimee Linden | |
LLPanelPlace Moved LLParcelHandler from now defunct llfloaterparcel.cpp to llpanelplaces.cpp | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-28 | EXT-7498 WIP Snapshot Sharing | Aimee Linden | |
Reviewed by Tofu. | |||
2010-06-21 | merge | Brad Payne (Vir Linden) | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-21 | EXT-4919 WIP - fixed problems with inventory fetch failing to time out, ↵ | Brad Payne (Vir Linden) | |
added copying/activation of more gesture folders | |||
2010-06-17 | merge | Dave Parks | |
2010-06-17 | EXT-4919 WIP - populating new users with more gestures, and activating ↵ | Brad Payne (Vir Linden) | |
appropriate ones | |||
2010-06-17 | EXT-7811 FIX Crash to desktop during SL login | Richard Linden | |
2010-06-17 | Merged from q/viewer-release | Dessie Linden | |
2010-06-15 | removing fullscreen functionality | Leyla Farazha | |
reviewed by richard cc#212 | |||
2010-06-14 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-06-14 | EXT-7727 FIX reset sidetray tab to home_tab when login is complete. | Yuri Chebotarev | |
Aslo add parameter to callback to prevent showing appearance panel when creating initial outfit - _sometimes_ this callback was called _after_ login was finished. rewieved by Mike Antipov at https://codereview.productengine.com/secondlife/r/574/ --HG-- branch : product-engine | |||
2010-06-10 | Merging latest dessie/viewer-release into brad/viewer-public | Lynx Linden | |
2010-06-08 | EXT-6655 Fixed Made the default busy message repsonse localizable with ↵ | Andrew Dyukov | |
already existing account settings - The root of busy response problem is that this text is located in non-localizable xml and, to make things worse, may be changed by user. So usual translation approach is little help here. So busy response was set the following way(EXT-5885)- on first run, string was written there from strings xml and was never changed later without direct user actions. So after changin locale message always remained the same. - To make this string localize each time locale is changed and if it is the same as default message, new setting was added- BusyResponseChanged which is TRUE if user's busy message differ's from default. If it is true, we do nothing when locale changes, otherwise we set default message from current locale as user's busy message. - Old transitional code from DEV-24146 was removed in this diff including unnecessary "BusyModeResponse2" setting(it is not needed because we'll anyway have to set busy message to default after first run of viewer after this fix and now busy response will be stored in "BusyModeResponse"). Warning! If user modified busy response message before this fix, it will be reset to default after first postfix run. Reviewed by Richard Linden at https://codereview.productengine.com/secondlife/r/350/ --HG-- branch : product-engine | |||
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Lynx Linden | |
2010-06-03 | merge | Richard Linden | |
2010-06-02 | EXT-7600 FIX Context menus for line editors don't work on login screen | Richard Linden | |
initialize edit menu callbacks earlier | |||
2010-06-01 | Merge with dessie/viewer-public in prep to land code there | James Cook | |
2010-06-01 | Automated merge with http://hg.lindenlab.com/dessie/viewer-public | brad kittenbrink | |
2010-05-27 | automated merge | Roxie Linden | |
2010-05-27 | automated merge | Roxie Linden | |
2010-05-27 | merge | Palmer | |
2010-05-27 | Merge of latest dessie/viewer-public with brad/viewer-public | brad kittenbrink | |