summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-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-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-03Implemented major sub task EXT-5857 - location, content type, category, ↵Dmitry Zaporozhan
description in the Classified Info panel have no labels. Added requested labels. --HG-- branch : product-engine
2010-03-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03remove hardcoded numbersYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03cleanupYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03mergeDenis Serdjuk
--HG-- branch : product-engine
2010-03-03fixed Normal Bug EXT-5603 Rightclick on link in long description cause ↵Denis Serdjuk
following this link Cause: LLViewerWindow called handleMouseUp() instead handleAnyMouseClick(). It caused commit action in LLExpandableTextEditor even after right mouse up event. Solution: handleMouseUp() replaced by handleAnyMouseClick() --HG-- branch : product-engine
2010-03-03fix EXT-5652 Make accordion in the Group Info panel a little bit wider in ↵Ychebotarev ProductEngine
order to avoid horizontal scroll --HG-- branch : product-engine
2010-03-03fix for low EXT-5327 Add an ability to open accordions by "Enter" button, ↵Ychebotarev ProductEngine
like folders' behavior --HG-- branch : product-engine
2010-03-03fix for normal EXT-1391 Group Info: Avatar name should end with ellipsis if ↵Ychebotarev ProductEngine
it doesn't fit free space --HG-- branch : product-engine
2010-03-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03fix for EXT-4469 Fast Timers: Minimize and Close icons do not workYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03Low Bug EXT-5752 Trash button in people panel remains enabled after removing ↵Denis Serdjuk
last friend Cause: Avatarlist has been hidden before it had been updated. So one listitem was left in the list and remained always selected. Solution: Force update ability has been added to avatarlist --HG-- branch : product-engine
2010-03-03mergePaul Guslisty
--HG-- branch : product-engine
2010-03-03Merge with cf0282cd6d6124ec9633966fe2f8a63097d603caPaul Guslisty
--HG-- branch : product-engine
2010-03-03Shortened code.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-03-03Backed out of changeset 9944:2d6fed071539Paul Guslisty
--HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5714 - Chicklet in Conversations Window for Conferences ↵Dmitry Zaporozhan
has a Tiny Hotspot. --HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5315 - Minimizing the Conversations floater leaves a ↵Dmitry Zaporozhan
tiny floater on HUD space. --HG-- branch : product-engine
2010-03-03Fixed normal bug EXT - 4572 (Click and hold the left mouse button doesn't ↵Paul Guslisty
let you browse tabbed IM floater) - Set mouse capture to the tab container in case of some control \"grab\" it during mouse hovering over tab container. --HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5754([NAMELESS STRING] Snapshot : "Save" and "Save As")Andrew Dyukov
- Added names to fluyout button items. --HG-- branch : product-engine
2010-03-02Work on normal sub-task EXT-5886 ([HARD CODED] - System message "Teleport ↵Mike Antipov
completed from" needs translation) - moved hard coded string into teleport_strings.xml (name="completed_from") --HG-- branch : product-engine
2010-03-02Fixed major bug EXT-3981 ([BSI] scroll bar resets to near the top of ↵Mike Antipov
inventory search) - disabled auto scrolling in inventory panels when mouse pointer is over the panel --HG-- branch : product-engine
2010-03-02Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5654 - 'More' link doesn't show all text in ↵Dmitry Zaporozhan
pick/classified description. Encreased expandable text box max length to match classified description max length. --HG-- branch : product-engine
2010-03-02CID-433Tofu Linden
Checker: FORWARD_NULL Function: LLTabContainer::reshapeTuple(LLTabTuple *) File: /indra/llui/lltabcontainer.cpp
2010-03-02CID-435Tofu Linden
Checker: MISSING_BREAK Function: friendship_offer_callback(const LLSD &, const LLSD &) File: /indra/newview/llviewermessage.cpp not-a-bug
2010-03-02CID-436Tofu Linden
Checker: NULL_RETURNS Function: RecoveredItemCB::fire(const LLUUID &) File: /indra/newview/llappearancemgr.cpp
2010-03-02fixed EXT-5693 “llDialog window appears out of viewport if UI scale > 1.0”,Alexei Arabadji
corrected calculation of allowed floater rect in docked state; --HG-- branch : product-engine
2010-03-02CID-437Tofu Linden
Checker: REVERSE_INULL Function: RecoveredItemLinkCB::fire(const LLUUID &) File: /indra/newview/llappearancemgr.cpp
2010-03-02CID-440Tofu Linden
Checker: UNINIT_CTOR Function: LLPanelClassifiedInfo::LLPanelClassifiedInfo() File: /indra/newview/llpanelclassified.cpp
2010-03-02Fixed normal bug EXT-5856 - "Auto renew each week" checkbox is displayed in ↵Dmitry Zaporozhan
the Classified Info from other resident profile. Hide auro_renew checkbox for avatar classifieds and showing for agent classifirds. --HG-- branch : product-engine
2010-03-01EXT-3120 drag select lasso for objects is inaccurateKarl Stiefvater (qarl)
reviewed by davep
2010-03-01MergeEli Linden
2010-03-01FR linguistic fixEli Linden
2010-03-01VWR-17082 fix width for all langsEli Linden
2010-03-01Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0Lis Linden
2010-03-01EXT-5681 Event Details floater needs labels and clean-up?Lis Linden
2010-03-01VWR-17488 width fix for all langsEli Linden
2010-03-01Linux viewer - remove some jumping-through-flaming-hoops from the launcher ↵Tofu Linden
script. This was previously nerfing some (only) 64-bit Linux features in media, and now that media is done out-of-process we don't need to worry about it crashing the main viewer in the worst case.
2010-03-01EXT-5757 [INTERNAL TEXT] notifications.xml "MINSPECS"Lis Linden
2010-03-01VWR-17518 [TRUNCATION] Side bar : "Profile" button at the bottom within ↵Lis Linden
People >Near, Friends, and Recent
2010-03-01JA linguistic fixesEli Linden
2010-03-01Implemented major sub-task EXT-5722 (hard-coded: Right click on Object > Sit ↵Eugene Mutavchi
Here and Take are hard-coded) --HG-- branch : product-engine