summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2011-12-02EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵Leslie Linden
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10.
2011-12-02storm-1717: fix avatar names in object details floaterAnsariel Hiller
2011-12-02Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-02made slplugin less spammy when it fails to launchRichard Linden
2011-12-02EXP-1654 FIX fast timers does not show entire frame when Full bar = MaxRichard Linden
2011-12-05Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-12-05fix for sh-2738: Texture fetching freezes due to LLcurlXiaohong Bao
2011-12-05mergeDave Parks
2011-12-05mergeBrad Payne (Vir Linden)
2011-12-02fix for SH-2512: Some avatar textures in welcome area never load on first visitXiaohong Bao
2011-12-02EXP-1654 FIX fast timers does not show entire frame when Full bar = MaxRichard Linden
2011-12-02EXP-1476 FIXED (Moving speak button to empty toolbar while incoming/outgoing ↵Paul ProductEngine
call dialog is open does not move the dialog as well) Reason: A floater can be docked only to a button which is in visible chain, the visibility of the button itself is not enough. After the button was added to the empty toolbar: mButtonAddSignal is called and the floater tries to dock to the button, but the button's parent(mButtonPanel) is yet invisible at this moment (so the button is not in visible chain). mButtonPanel visibility updates in draw() depending on whether it contains some buttons or not. Solution: Updating mButtonPanel visibility right after the button was added, before mButtonAddSignal
2011-12-02EXP-1463 ADDITIONAL FIX (IM chiclets overlay Mini-Location bar)Paul ProductEngine
- Don't let chiclet list left side to be out of chiclet_container
2011-12-02SH-1912 Tweak based on QA/resident feedbackDave Parks
2011-12-02STORM-591 Made mininum fade time 0.01 seconds to prevent divide by zero and ↵Jonathan Yap
negative fade times. Rewrote two blocks of code to eliminate early returns.
2011-12-02EXP-1372 FIXED Made minimum height of Appearance and Places floaters ↵Vadim ProductEngine
consistent with other FUI floaters.
2011-12-01Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-12-01ER-1473: fix teleporting in sit mode. Viewer fix - reviewed by CallumSimon Linden
2011-12-01SH-2726 FIX -- Texture Console and Debug Console inaccessableLeslie Linden
* Removed debug view post build step and moved initialization to first draw for proper setup.
2011-12-01FIX VWR-25381eli
2011-12-01Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2011-12-01fix for sh-2735: LLCurl causes SL to freeze when logoutXiaohong Bao
2011-12-01LLSD-14: Move LLSD::(outstanding|allocation)Count() to free functions.Nat Goodspeed
Free functions can be unconditionally compiled into the .o file, but conditionally hidden in the header file. Static class methods don't have that flexibility: without a declaration in the header file, you can't compile a function definition in the .cpp file. That makes it awkward to use the same llcommon build for production and for unit tests. Why make the function declarations conditional at all? These are debugging functions. They break the abstraction, they peek under the covers. Production code should not use them. Making them conditional on an #ifdef symbol in the unit-test source file means the compiler would reject any use by production code. Put differently, it allows us to assert with confidence that only unit tests do use them. Put new free functions in (lowercase) llsd namespace so as not to clutter global namespace. Tweak the one known consumer (llsd_new_tut.cpp) accordingly.
2011-12-01Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-12-01fix for SH-2560: Nearby avatar textures fail to loadXiaohong Bao
and SH-2671: sometimes other avatar textures don't load
2011-12-01Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-01EXP-1588 FIX Floaters do not snap to edgeRichard Linden
2011-12-01Build fixes for mac, hopefully Linux tooLeslie Linden
2011-12-01merge changes for storm-1719Oz Linden
2011-12-01merge changes for storm-1686Oz Linden
2011-12-01storm-1686: make "Neck" and "Avatar Center" attach points available in ↵Oz Linden
context menus
2011-12-01EXP-1639 WIP Added debugging messages.Vadim ProductEngine
2011-12-01STORM-1721 Set UI Size to Default Option Duplicated in Advanced MenuJonathan Yap
2011-11-30gcc fix attemptRichard Linden
2011-11-30Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-30sync with viewer-developmenteli
2011-11-30mergeBrad Payne (Vir Linden)
2011-11-30increment viewer version to 3.2.5Oz Linden
2011-11-30merge changes for vmrg-195Oz Linden
2011-11-30merge changes for vmrg-194Oz Linden
2011-11-30Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-11-30fix for SH-2668: "ocean" water is always 20m high instead of the Region ↵Xiaohong Bao
Water Height
2011-11-30trivial: change a log info for memory failure for LLImageBaseXiaohong Bao
2011-11-30EXP-1634 FIXED Removed the "exchange rates" link from the L$ Buy Dialog.Vadim ProductEngine
2011-11-30STORM-1719 notifications.xml has two instances where a button shows as "Ok" ↵Jonathan Yap
and Not "OK"
2011-11-29Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-29fix for crash on startup (font system not initialized when first creating fonts)Richard Linden
2011-11-30EXP-1641 FIXED Snapshot floater doesn't persist between sessions anymore to ↵Vadim ProductEngine
avoid capturing login screen.
2011-11-30EXP-1640 FIXED Fixed weirdly looking Snapshot floater in Italian and French ↵Vadim ProductEngine
locales.
2011-11-30EXP-1636 FIXED Extend menubar label changes to floater titles and FUI button ↵Vadim ProductEngine
labels.