summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-03-12Fixed reopened normal sub-task EXT-5950 (Do not spawn IM chiclet for "drop ↵Andrew Dyukov
on avatar" inventory offers). - Added logging of "Inventory item offered" message when dnd'ing item on avatar via new LLToolDragAndDrop::logInventoryOffer() method. --HG-- branch : product-engine
2010-03-11fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
revised embedding and logging offer notification to provide loading log entry in case notification doesn't exist; --HG-- branch : product-engine
2010-03-10Automated merge with https://hg.productengine.com/secondlife/viewer-offers/Alexei Arabadji
--HG-- branch : product-engine
2010-03-10fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
shortened timestamp of embedded offers; unified sender name of session message entry and file log entry for system messages; --HG-- branch : product-engine
2010-03-10Implemented normal sub-task EXT-5909(Accepted/declined inventory offer ↵Andrew Dyukov
shouldn't spawn chiclet). - Removed check for INVENTORY_DECLINED from LLHandlerUtil::canSpawnIMSession(). - Added new method LLHandlerUtil::canSpawnToast() and check with it to LLTipHandler::processNotification() to supress toasts when respective IM window is open. --HG-- branch : product-engine
2010-03-10fixed EXT-5910 “Offers logging”,Alexei Arabadji
replaced interactive system message marker with correct from string value when message logged without adding to the session; --HG-- branch : product-engine
2010-03-09Implemented normal sub-task EXT-5950(Do not spawn IM chiclet for "drop on ↵Andrew Dyukov
avatar" inventory offers). - Removed check for INVENTORY_ACCEPTED from LLHandlerUtil::canSpawnIMSession(). --HG-- branch : product-engine
2010-03-09fixed EXT-5910 “Offers logging”,Alexei Arabadji
replaced interactive system message marker with correct from string value; --HG-- branch : product-engine
2010-03-05fixed EXT-5910 “Offers logging”,Alexei Arabadji
fixed IM message counter when received interactive notification(offer); corrected logging to file of offer notification; enabled logging for FRIENDSHIP_ACCEPTED notification; --HG-- branch : product-engine
2010-03-05fixed EXT-5910 “Offers logging”,Alexei Arabadji
made logging offer notifications as from SecondLife; --HG-- branch : product-engine
2010-03-05fixed EXT-5908 “Accepted friendship notification shouldn't spawn chiclet”,Alexei Arabadji
made not spawn IM chiclet friendship accepted notification; added friendship accepted notification to syswell chiclet; --HG-- branch : product-engine
2010-03-04Implemented normal subtasks EXT-5906 (Reverse buttons order in the inventory ↵Andrew Dyukov
offers) and EXT-5907 (Reverse buttons order in the friendship offer). - Used reverse iterator when iterating over control list in LLChatHistory::appendMessage(). --HG-- branch : product-engine
2010-03-04merged with viewer-2-0Alexei Arabadji
Enter commit message. Lines beginning with 'HG:' are removed. --HG-- branch : product-engine
2010-03-04Fixed normal EXT-4798 (Voice notifications steal keyboard focus by default)Eugene Mutavchi
--HG-- branch : product-engine
2010-03-04Related to major EXT-4105 ([BSI] group names are not able to be copied from ↵Eugene Mutavchi
side panel) - added ability to copy group names from group info panel title. --HG-- branch : product-engine
2010-03-04fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
made all type offers be embedded to the IM floater; made showing offer toast if IM floater isn't visible; corrected IM message counter on showing offer toast; --HG-- branch : product-engine
2010-03-04Fixed windows build.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-03-03Fixed bug EXT-5687 (Classifieds are missing the clickthrough data).Vadim Savchuk
We now take into account stats received from the so-called "new table" (for regions supporting "SearchStatRequest" capability). --HG-- branch : product-engine
2010-03-03WIP on EXT-5687 (Classifieds are missing the clickthrough data).Vadim Savchuk
Added clicks info and creation date. --HG-- branch : product-engine
2010-03-03Automated merge with https://hg.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-03-03WIP on EXT-5687 (Classifieds are missing the clickthrough data).Vadim Savchuk
Made the classified info panel layout more compact to add more widgets. --HG-- branch : product-engine
2010-03-03fixed EXT-5685 “Duplicated 'user online/offline' toasts after coming back toAlexei Arabadji
Viewer”, implemented filtering of exclusive notifications; --HG-- branch : product-engine
2010-03-03Changed fix for normal bug EXT-5838 (Creating a new wearable in a localized ↵Andrew Dyukov
viewer appends localized wearable name with English word "New") to make string more flexible- now position of item name may be changed in xml. - Now string for localizations is "NewWearable" in strings.xml. --HG-- branch : product-engine
2010-03-03Fixed major sub-tusk EXT - 5826 ([TRANSLATION NOT SHOWN] floater_world_map.xml)Paul Guslisty
--HG-- branch : product-engine
2010-03-03Fixed major bug (EXT-5755) [TRANSLATION NOT SHOWN] sidepanel_task_info.xmlSergei Litovchuk
- Fixed name attribute for panels in which localization was broken. --HG-- branch : product-engine
2010-03-03Updated major sub task EXT-5857 - location, content type, category, ↵Dmitry Zaporozhan
description in the Classified Info panel have no labels. Changed paddings in classified info. --HG-- branch : product-engine
2010-03-03Fixed Linux build.Vadim Savchuk
--HG-- branch : product-engine
2010-03-03fixed EXT-5887 [NAMELESS STRING] - Menu Einstellungen, Tab Chat: Font size ↵Igor Borovkov
and Font Colors need translation ) (panel_preferences_chat.xml) --HG-- branch : product-engine
2010-03-03Additional commit for Low Bug EXT-5752. Removing superfluous call of ↵Denis Serdjuk
updateButtons() --HG-- branch : product-engine
2010-03-03Fixed normal bug EXT-5838 (Creating a new wearable in a localized viewer ↵Andrew Dyukov
appends localized wearable name with English word "New") - Moved hardcoded string to string "New" in strings.xml. --HG-- branch : product-engine
2010-03-03Additional commit for EXT-4574 ([BSI] Unhelpful tooltip for Partner and ↵Vadim Savchuk
Group links in Profile). Fixed tooltip for agent SLURLs. --HG-- branch : product-engine
2010-03-03Fixed bug EXT-4574 ([BSI] Unhelpful tooltip for Partner and Group links in ↵Vadim Savchuk
Profile). For wiki-style links ([<URL> <label>]) we now show the tooltip corresponding to the URL type. --HG-- branch : product-engine
2010-03-03Fixed major bugs: EXT-5889, EXT-5895, EXT-5896.Sergei Litovchuk
(EXT-5889) [TRANSLATED BUT IN EN] Side Bar : Place Profile > "Estate" (panel_place_profile.xml) (EXT-5895) [TRANSLATED BUT IN EN] Side Bar : "About Land" and "Region/Estate" buttons inside "Place Profile " (EXT-5896) [TRANSLATED BUT IN EN] Side Bar : Place Profile > "Region" panel_place_profile.xml - Added names for panels which broke localization of widgets inside them. --HG-- branch : product-engine
2010-03-03Implemented major sub task EXT-5858 - Assigned picture is stretched in the ↵Dmitry Zaporozhan
Classified Info panel. Reshape snapshot control to max possible size maintaining aspect ratio. --HG-- branch : product-engine
2010-03-03Fixed major sub-task EXT-5931 ( [XUI ATTRIBUTE NOT TRANSLATABLE] People > My ↵Mike Antipov
Groups displays English string when no groups added) - implemented workaround: added <strings> name="no_filtered_groups_msg" & name="no_groups_msg" in panel_people.xml - also updated value for no_filtered_groups_msg. It was "Try fine...", seems should be "Try finding..." --HG-- branch : product-engine
2010-03-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03fix for major EXT-5839 Creating a new wearable in a localized viewer ↵Ychebotarev ProductEngine
attempts to use non-ascii characters for inventory types in some languages --HG-- branch : product-engine
2010-03-03mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-03Merge from default branch.Vadim Savchuk
This reverts Angela's fixes to panel_classified_info. I'll fix that a bit later. --HG-- branch : product-engine
2010-03-03Fixed major bug EXT - 5891 (Login location defaults to My Home)Paul Guslisty
--HG-- branch : product-engine
2010-03-03Fixed normal bug EXT-5885 ([HARD CODED] - The busy response should be ↵Andrew Dyukov
localized. hard coded in llviewermessage.cpp). - It wasn't hardcoded in llviewermessage.cpp, but xml which contains it is not localizable. Added string with default busy message to strings.xml and used it in LLFloaterPreference::cleanupBadSetting(). --HG-- branch : product-engine
2010-03-03fixed EXT-5902 [TRANSLATED BUT IN EN] - In the IM window "Pay" needs ↵Igor Borovkov
translation (panel_im_control_panel.xml) --HG-- branch : product-engine
2010-03-03merge.Tofu Linden
2010-03-03Backed out changeset 5f3d047f0b18Tofu Linden
I'll never understand named branches, I guess.
2010-03-03merge.Tofu Linden
2010-03-03Fixed major subtask (bug) EXT-5829 (Switching language in preferences ↵Mike Antipov
creates new calling cards folders for each language) - Reason: Inventory folders (Friends & All) were created WITH localized names. - Fix: create these folders with hard-coded name (like other protected Inventory Folders). They are localized in FolderView --HG-- branch : product-engine
2010-03-03Updated major sub task EXT-5857 - location, content type, category, ↵Dmitry Zaporozhan
description in the Classified Info panel have no labels. Added label for location field. --HG-- branch : product-engine
2010-03-03Update for normal bug EXT-5856 - "Auto renew each week" checkbox is ↵Dmitry Zaporozhan
displayed in the Classified Info from other resident profile. Added layout stack to auto reposition description when auto_renew is being shown or hidden. --HG-- branch : product-engine
2010-03-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03remove hardcoded numbersYchebotarev ProductEngine
--HG-- branch : product-engine