Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-19 | fixed line endings | Leyla Farazha | |
2010-08-19 | synchronous llavatarcachename::get calls now return true even if entry is ↵ | Leyla Farazha | |
expired | |||
2010-08-06 | fix for local chat | Leyla Farazha | |
2010-08-04 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-07-30 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-30 | Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1 | Kent Quirk | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-27 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-22 | EXT-8392 FIXED Localized folder name in the landmark creation notification. | Vadim Savchuk | |
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/789/ --HG-- branch : product-engine | |||
2010-07-30 | merge | Richard Nelson | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-26 | (hairy) merge from viewer-release | Tofu Linden | |
2010-07-21 | DEV-50472 Transaction notifications wrap and amounts cannot be seen in ↵ | Leyla Farazha | |
notifications list | |||
2010-07-20 | DEV-50726 Userame shown in notification to giver of an in inventory item | Leyla Farazha | |
2010-07-20 | merge | Richard Nelson | |
2010-07-19 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-16 | EXT-8358 FIXED Added one more server hardcoded string to global strings in ↵ | Mike Antipov | |
notifications.xml to make it localizable. Added "You died and have been teleported to your home location" string. It requires localization efforts. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/776/ --HG-- branch : product-engine | |||
2010-07-15 | DEV-50739 Message recieved by Send Message to Region function is from ↵ | Leyla Farazha | |
Username only reviewed by Richard cc#221 | |||
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-15 | EXT-8303 FIXED [crashhunters] Crash in inventory_offer_mute_callback | Alexei Arabadji | |
Details: Instead of copying shared pointer, raw pointer was used, that cause crash, since notification responder object was accessed after it was destroyed. Replaced usage copying of raw pointer instead of copying shared pointer of notification responder object, that should live after notification destroyed. --HG-- branch : product-engine | |||
2010-07-14 | Merged from viewer-release | Dessie Linden | |
2010-07-13 | EXT-8341 FIXED Avoided assertion on receiving object auto return notification. | Alexei Arabadji | |
Details: 1 Provided passing necessary is_group parameter to LLPostponedNotification::add<LLPostponedServerObjectNotification> method call; 3 Corrected handling group name in LLPostponedNotification::onCachedNameReceived; 2 Added check on retrieved name from cache name and replacement with fallback value. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/743/ --HG-- branch : product-engine | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-25 | Merged from viewer-release | Dessie Linden | |
2010-06-24 | EXT-7967 FIXED Hyperlink in clothing offer dialog does nothing | Loren Shih | |
Fixed incorrect logic for auto_open and added some comments to explain expected behavior. | |||
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-18 | EXT-6710 FIXED Corrected 'ItemsShared' notification message and provided ↵ | Alexei Arabadji | |
logging of 'item shared' message instead of spawning IM session and add message to it. Details: 1 Corrected 'ItemsShared' notification message. 2 Avoided spawning session on item shared event. 3 Provided logging of item shared message. 4 Provided logging of 'IMSystemMessageTip' notification without opened related IM session. reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/612/ --HG-- branch : product-engine | |||
2010-06-17 | Merge (and resolve conflict) from q/viewer-release | Kent Quirk | |
2010-06-16 | EXT-7735 FIXED When receiving a folder, "Show" (or hotlink) doesn't do anything | Loren Shih | |
Fixed highlight and open item code to work for both categories and items (was previously only working for items). | |||
2010-06-11 | Merged from viewer-release | Dessie Linden | |
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-02 | Merge | Leyla Farazha | |
2010-06-02 | removed "SESSION_NAME" in favor of doing a gCacheName lookup | Leyla Farazha | |
reviewed by James | |||
2010-06-02 | DEV-50467 You paid (nobody) message when creating group and classified | James Cook | |
Also fixes DEV-50470, Attempting to create a group with insufficient funds generates nobody paid you L$-1 notice. Needed to be more clever about which strings to show when partial information is available about the transaction. Reviewed with Leyla. | |||
2010-06-02 | notification fixes | leyla | |
2010-06-01 | Clean up some comments | James Cook | |
2010-05-28 | Merge | Leyla Farazha | |
2010-05-28 | adding name lookup callback for friendship requested notification | Leyla Farazha | |
2010-05-27 | DEV-50013 Object returned to lost and found uses display names | James Cook | |
2010-05-27 | Merge of latest dessie/viewer-public with brad/viewer-public | brad kittenbrink | |
2010-05-26 | changed you paid... message to use non-linked name url | Richard Nelson | |
2010-05-26 | DEV-50466 Fix spurious warnings when someone pays you | James Cook | |
2010-05-25 | Merge | James Cook | |
2010-05-25 | DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookups | James Cook | |
Helps with global finds looking for remaining calls to patch. Reviewed with Leyla. | |||
2010-05-24 | merge | Richard Nelson | |
2010-05-24 | so long llwindebug, we hardly knew ye. | Andrew A. de Laix | |