summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-04mergeMike Antipov
--HG-- branch : product-engine
2010-03-04Refixed Major bug EXT-3852 ([BSI] Tabs in Tabbed Instant Messaging do not ↵Mike Antipov
auto focus the text field when clicked) - set in floater_im_session.xml default tab groups over view hierarchy to have input field as a default widget. For now LLUICtrl::focusFirstItem called from Tab container gets input editor as "first item" & sets focus to it --HG-- branch : product-engine
2010-03-04ext-4657 changed inappropriate llerrs to llwarnsgabriel lee
reviewed by Lynx
2010-03-04mergeDmitry Zaporozhan
--HG-- branch : product-engine
2010-03-04mergeDmitry Zaporozhan
--HG-- branch : product-engine
2010-03-04Fixed Win build.Vadim Savchuk
--HG-- branch : product-engine
2010-03-04Fixed low bug EXT-5998 - Classified is scrolled if previos classified was ↵Dmitry Zaporozhan
scrolled. --HG-- branch : product-engine
2010-03-04mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-04Add #if'd code that can deal with the newer QPixmap-based LLQtWebkits.Tofu Linden
Disabled for now.
2010-03-04Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-03-04Merge backed out revisionMike Antipov
--HG-- branch : product-engine
2010-03-04Backed out changeset: 0160afd678a5Mike Antipov
Implemented solution fixed bug caused by changes made for EXT-3852 (07f21c92896f & 07f21c92896f). For now previous changes for EXT-3852 are reverted. So, changes for EXT-4572 (Click and hold the left mouse button doesn't let you browse tabbed IM floater) are unnecessary. --HG-- branch : product-engine
2010-03-04Merge of reverted fix of EXT-3852Mike Antipov
--HG-- branch : product-engine
2010-03-04MergeMike Antipov
--HG-- branch : product-engine
2010-03-04Backed out changeset: 07f21c92896fMike Antipov
reverted fix for (EXT-3852 Tabs in Tabbed Instant Messaging do not auto focus the text field when clicked) Previously implemented solution conflicts with test case in EXT-5387. --HG-- branch : product-engine
2010-03-04Backed out changeset: 317082ea4701Mike Antipov
reverted fix for (EXT-3852 Tabs in Tabbed Instant Messaging do not auto focus the text field when clicked) Previously implemented solution conflicts with test case in EXT-5387. --HG-- branch : product-engine
2010-03-04Fixed major bug EXT-5943 - Classifieds are Published and charged as soon as ↵Dmitry Zaporozhan
you hit Save. Added Publish Classified floater to confirm classified creashion and publishing. --HG-- branch : product-engine
2010-03-04mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-04partitial fix for major EXT-4820 [NUX] Viewer dimensions on first-runYchebotarev ProductEngine
need to specify desctop width and height for macos and linux (see LLDesctopInfo in llsys.cpp for details) --HG-- branch : product-engine
2010-03-04partial fix for EXT-4819 [NUX] New Application Icon IntegrationIgor Borovkov
only the obvious icon files are replaced --HG-- branch : product-engine
2010-03-04fixed reopened EXT-4131 [BSI] "Only friends and groups can call or IM me" ↵Igor Borovkov
NEEDS auto-response --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-04mergeTofu Linden
2010-03-04Backed out changeset 3ed4974eb9caTofu Linden
was: EXT - 5891 (Login location defaults to My Home) backing this out because, although it sucks, it's per-spec :/
2010-03-04More PE merge (revert some of these to trunk versions - PE shouldn't be ↵Tofu Linden
changing the translated files I reckon)
2010-03-04PE merge.Tofu Linden
2010-03-04Updated major sub task EXT-5857 - location, content type, category, ↵Dmitry Zaporozhan
description in the Classified Info panel have no labels. Updating padding because texture and name field are too close(introduced in 10127:4b36b7d75399) --HG-- branch : product-engine
2010-03-04Updated major sub task EXT-5858 - Assigned picture is stretched in the ↵Dmitry Zaporozhan
Classified Info panel. Fixed reshape issues. Added stretching to edit classified panel. --HG-- branch : product-engine
2010-03-04Fixed windows build.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-03-04mergeangela
2010-03-03Potential fix for EXT-5850 (Crash in LLPluginClassMedia::idle)Monroe Linden
We don't actually have a repro for this bug, just a number of crash reports. This potential fix makes an iterator loop safer in the face of the iterator changing during the loop. See the jira for further details. Reviewed by Richard at http://codereview.lindenlab.com/331008
2010-03-04EXT-5698 Media/Play pause are trunkated in french floaterangela
2010-03-03cycle6 FR xlation, new fileEli Linden
2010-03-03cycle6 FR xlationEli Linden
2010-03-03CT-575 PT xlation, new filesEli Linden
2010-03-03CT-575 PT xlationEli Linden
2010-03-03VWR-17363 undoing old local overrides in FR XUI XML!Eli Linden
2010-03-03MergeEli Linden
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-03linguistic fixes for 2.0 beta 4Eli Linden
2010-03-03EXT-4963 Change all mentions of user to "Resident" and "Residents"Lis Linden
2010-03-03EXT-4981 Building Grid is red; former white color is easier to seeLis Linden
2010-03-03EXT-4116 Bad label positions on REGION/ESTATE / Ground TexturesLis Linden
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-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-03Automated merge with https://hg.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--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