summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-09Backed out changeset b1c241040751Tofu Linden
2010-02-09HACK HACK HACK to unbreak linux build while I wait for access to the new ↵Tofu Linden
llqtwebkit code. only affects linux. may harm webkit functionality temporarily. to be backed-out.
2010-02-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Monroe Linden
2010-02-08Linguistic fix on behalf of SimoneEli Linden
2010-02-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Monroe Linden
2010-02-08Merge with tipCallum Prentice
2010-02-08New version of LLQTwebkit to fix cookie bug introduced by contractor :)Callum Prentice
2010-02-08Rebuild of mac llqtwebkit library to pick up changeset 4a97db00bfb1 (fix for ↵Monroe Linden
an accidentally deleted line that prevented cookie file from being read).
2010-02-08mergeEli Linden
2010-02-08DEV-43688 Cycle3 Tim's resizing of DE GUIEli Linden
2010-02-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-02-08partial fix for EXT-4352. fixed mutex deadlocks and turned on the ↵Xiaohong Bao
multi-threaded texture fetching.
2010-02-08DEV-43688 Cycle3 Tim's resizing of JA GUIEli Linden
2010-02-08DEV-43688 fix bad xmlEli Linden
2010-02-08DEV-43688 fix bad xmlEli Linden
2010-02-08MergeEli Linden
2010-02-08DEV-43688 Cycle3 Tim's resizing of FR GUI, and Noelle's translation of ↵Eli Linden
tab_title attributes
2010-02-08automated merge viewer2.0->viewer2.0Loren Shih
2010-02-08EXT-4846 : [NUX] Inventory Side Panel - Can we suppress the "Landmarks" and ↵Loren Shih
"My FavoriteS" folder since they have their own Task Panel? Adding simple infrastructure for supporting ability to hide folder types from inventory panels, but NOT exercising this code. This will be deferred for 2.1. Also did some very superficial header file cleanup for LLInventoryPanel.
2010-02-08Refer to updated LLQtWebKit with fix for potential cookie crash problem.Callum Prentice
2010-02-08MergeEli Linden
2010-02-08DEV-43688 Cycle3 manual fix for missing tab_title= translation, JA DEEli Linden
2010-02-08EXT-4929 Crash in llimage.cppKarl Stiefvater (qarl)
EXT-4713 Hook attachment from loco pocos pirate outfit causes viewer crash removed broken assert (all cases are covered by asserts downstream.) reviewed by James.
2010-02-08PE merge.Tofu Linden
2010-02-08fixed Bug EXT-3777 inspector tool tips and UI tool tips do not have ↵Denis Serdjuk
round corners Tooltip handler has been added to inspector floater. Default background image of tooltip panel has been changed for inspector. --HG-- branch : product-engine
2010-02-08Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-08mergePaul Guslisty
--HG-- branch : product-engine
2010-02-08MergeJames Cook
2010-02-08Tweak avatar name icon paddingJames Cook
2010-02-08EXT - 3232 Refactoring: deleted unnecessary image_left_padding, ↵Paul Guslisty
image_right_padding members from button.h and button.xml and their the only place usage in LLTabContainer::reshapeTuple . Now image overlay placement adjustible via: mLeftHPad, mRightHPad, mImageOverlayBottomPad, mImageOverlayTopPad, mImgOverlayLabelSpace --HG-- branch : product-engine
2010-02-08Try to fix coverity build; the media drag-and-drop code introduced an ole32 ↵Tofu Linden
dep into llwindow.
2010-02-08Fixed major bug EXT-5022 (streaming media first use dialog should be removed)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-08fix linux build error - need #include for real classdef.Tofu Linden
2010-02-08merge.Tofu Linden
2010-02-08Fixed critical bug EXT-4970 - Inventory offers by scripted objects are ↵Dmitry Zaporozhan
discarded when offered objects got the same name. Had to do minor refactoring of LLScripFloaterManager in order to fix this issue. --HG-- branch : product-engine
2010-02-08EXT-3232 Refactoring: Improved the way of horizontal alignment of button's ↵Paul Guslisty
image overlay. Now mLeftHPad/mRightHPad is used instead of mImageOverlayLeftPad and mImageOverlayRightPad. Also mImgOverlayLabelSpace/imgoverlay_label_space members was added to button.(h/xml) to define space between image overlay and button's label --HG-- branch : product-engine
2010-02-08Fixed critical bug EXT-4971 (Crash when attemping to change UI size)Andrew Dyukov
- Adding default glyph for fallback fonts is now skipped in LLFontFreetype::resetBitmapCache(). --HG-- branch : product-engine
2010-02-08PE merge.Tofu Linden
2010-02-08Fix for critical task (EXT-4710) Update maturity icons for World Map.Sergei Litovchuk
- Updated maturity icons in map overlay. --HG-- branch : product-engine
2010-02-08mergeBrad Payne (Vir Linden)
2010-02-08Fixed normal bug (EXT-3044) Non-latin chars became invisible in LM ↵Sergei Litovchuk
description after saving. - Disabled non-ascii input in text editor. --HG-- branch : product-engine
2010-02-08Fixed normal bug (EXT-4212) There's an ability to send non-latin group ↵Sergei Litovchuk
notices but they turn to '????...' in group profile page. - Disabled non-ascii input in text editor. --HG-- branch : product-engine
2010-02-08fix for major EXT-5067 Copy-paste is broken in nearby and IM logsYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-08PE merge.Tofu Linden
2010-02-08Implemented critical task (EXT-4710) Update maturity icons for World Map.Sergei Litovchuk
--HG-- branch : product-engine
2010-02-08Fixed normal bug EXT - 3835 ([BSI] tabs in instant message floater should ↵Paul Guslisty
never change sizes) --HG-- branch : product-engine
2010-02-08Add some asserts to catch some null derefs that, at least, the ↵Tofu Linden
render-pipeline code seems to be hitting.
2010-02-08Update for critical bug EXT-4838 ([NUX] Add empty Groups list condition text)Mike Antipov
- changed text of the message to "Try searching for some groups to join." --HG-- branch : product-engine
2010-02-08Fixed major bug (EXT-5017) Landmark Info panel opens immediately afterSergei Litovchuk
retrieving data about landmarking location. --HG-- branch : product-engine
2010-02-08EXT-4821 [NUX] Home Panel should default to open on first-runangela