summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-08-19eliminated spam when parsing hints llsdRichard Linden
2010-08-19mergeRichard Linden
2010-08-19DEV-52553 FIX Font color/opacity issue in Group PanelsRichard Linden
DEV-52554 FIX Font color/opacity issue in About Second Life floater DEV-52617 FIX Font color/opacity issue in Profile Panel DEV-52618 FIX Font color/opacity issue in Covenant tab of About Land reviewed by Monroe
2010-08-19DEV-52669 FIX Inventory notification not given if first item comes from ↵Richard Linden
buying contents
2010-08-19DEV-52666 FIX Chat and Move Hints shown when user performs action...Richard Linden
2010-08-18Add support for an "_internal" target that forces a link to open in the ↵Monroe Linden
embedded browser, regardless of the state of the "UseExternalBrowser" pref.
2010-08-18Automated merge with ssh://richard@hg.lindenlab.com/richard/viewer-experienceRichard Linden
2010-08-18DEV-52669 FIX Inventory Notification not given if first Inventory Item comes ↵Richard Linden
from buying object contents
2010-08-17Viewer side changes to support javascript window.close handling.Monroe Linden
2010-08-17Fixed a couple of compile errors.Monroe Linden
2010-08-16made hint popups "chrome", meaning they can't steal focusRichard Nelson
2010-08-16moved buildFloater out of lluictrlfactory to llfloater.cppRichard Nelson
2010-08-16made hints only expire when explicitly responded to, not implicitly after ↵Richard Nelson
first seeing them added hint_popup.xml for hint styling
2010-08-16cleaned up LLUICtrlFactory...Richard Nelson
removed redundant functionality moved buildPanel to LLPanel
2010-08-13mergeRichard Nelson
2010-08-13Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicMonroe Linden
2010-08-13fixed progress view z ordering hacksRichard Nelson
DEV-52665 FIX Inventory and Chat hints shown during login before viewer fully loads on load up screen
2010-08-13stopped hints from appearing temporarily when retriggeredRichard Nelson
2010-08-13fix for hints reappearing even after criteria passedRichard Nelson
2010-08-13merge from viewer-releaseTofu Linden
2010-08-13merge from PE's viewer-releaseTofu Linden
2010-08-13mergeTofu Linden
2010-08-13trivial comment changes while I was in this code.Tofu Linden
2010-08-12Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-08-12Fix for EXT-8578: Blurry image in profile never resolves - texture queue ↵Xiaohong Bao
problem?
2010-08-12added newline at endRichard Linden
2010-08-12fixed move hint always showing up immediatelyRichard Linden
2010-08-12added remaining hints and fade in/fade out behaviorRichard Linden
2010-08-12Pulled "dessie/viewer-release" into "dessie/viewer-public".Christian Goetze (CG)
2010-08-12Pulled "viewer-hotfix" into "viewer-release".Christian Goetze (CG)
2010-08-12Pulled "viewer-hotfix" into "viewer-release".Christian Goetze (CG)
2010-08-12Automated merge with http://10.1.4.28:8000/Richard Linden
2010-08-12remaining hints definedRichard Linden
2010-08-12forgot yet another fileRichard Nelson
2010-08-12Automated merge with http://10.1.4.28:8000/Richard Linden
2010-08-12forgot another fileRichard Nelson
2010-08-12Automated merge with http://10.1.4.28:8000/Richard Linden
2010-08-12forgot some filesRichard Nelson
2010-08-12mergeRichard Linden
2010-08-12first pass at hintsRichard Nelson
2010-08-12merge from viewer-releaseTofu Linden
2010-08-12Fix a bunch of typos in new enums, one of which was causing a build failure.Tofu Linden
2010-08-12EXT-8473 FIXED Fixed renaming inventory items without hitting Enter.Vadim Savchuk
Problem: The bug was caused by the fix of EXT-6682 that prematurely forgets the item being renamed (by resetting mRenameItem) whenever the renamer input field loses focus. That's why we couldn't actually finish renaming item. Fix: The code is quite messy, but I'll try to explain. There are three cases when we should hide the renamer: 1) ESC key is hit (just hide). 2) ENTER key is hit (rename, then hide). 3) renamer loses focus (rename, then hide). In the first two cases we manually remove the renamer from the popups list -- by calling gViewerWindow->removePopup(mRenamer). In the third case that's done automatically. So, in all cases the onRenamerLost() pop-up is called that hides the renamer and only *then* resets mRenameItem. Not only this approach fixes the bug -- I hope it's a bit more straightforward too. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/854/ --HG-- branch : product-engine
2010-08-12EXT-8629 FIXED Enable the Wear button in My Outfits for outfits that are ↵Vadim Savchuk
subsets of the current outfit. We allowed wearing any outfit that contains non-worn items. Now it appears to be wrong, therefore and I changed condition so that we allow wearing any outfit (or folder) that contains the full set of body parts. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/855/ --HG-- branch : product-engine
2010-08-12EXT-8589 FIXED Nothing happens if choose 'Invite to Group' from avatar's 3D ↵Tofu Linden
context menu The groups-chooser was auto-closing when the IW selection was lost, which in the case of right-clicking on (other) avatars is immediately. The 'hg blame' is lost in merge-fubarism so I can't track why this behaviour was ever introduced, but I can think or (or find) no reason to autoclose in this case - the groups picker dialog doesn't even use the current selection, let alone care if it's lost.
2010-08-12EXT-8628 FIXED Crash in LLVOAvatarSelf::getAttachedPointName().Sergei Litovchuk
The crash was reproducible only on startup. Apparently, gAgentAvatarp was not valid at that point. Worked around by checking gAgentAvatarp for being valid. I didn't investigate what the root cause of the problem was (probably the new multi-attachments implementation), I just needed my viewer to work. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/847/. --HG-- branch : product-engine
2010-08-12merge from viewer-releaseTofu Linden
2010-08-12merge from PE's viewer-releaseTofu Linden
2010-08-12EXT-8205 FIXED (Items in \"Add more\" panel are not sorted by name)Paul Guslisty
- Modified LLWearableItemTypeNameComparator so that it can be more reusable and adjustable - Set LLWearableItemTypeNameComparator for WearableItemsList ('List view' of 'Add More' panel) due to sort clothings by name - Modified and applied patch form https://codereview.productengine.com/secondlife/r/620/diff/2/#index_header. This patch was discarded because specification was changed Restored diff after bad merge at 13817 Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/765/ --HG-- branch : product-engine
2010-08-12EXT-8599 FIXED (Search Floater - \"loading\" and \"Done\" text in lower left ↵Paul Guslisty
is cut-off) - Added height parameters and removed unnecessary bottom parameter Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/852/ --HG-- branch : product-engine