summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-25fix for ellipses on a single linerichard
2009-11-25EXT-1944 - Implement ellipsis in message wellrichard
EXT-699 - Toasts should display maximum 6 lines of text before ellipses are applied EXT-2453 - TextBox displays an extra line of text
2009-11-25fixed line numbering in script editorsrichard
2009-11-25forgot to apply resize fix for when text is selectedrichard
EXT-1995 - [BSI] Get rid of the *blop* sound when a textbox contains more text than displayable
2009-11-25created container for LLFloaterView for future z-swapping with sidetrayrichard
floaters can now overlap sidetray fixed text selection background color to be inverse of text fg color EXT-2713 Script editor automatically scrolls to the top of script text when text is longer than the window. reviewed by James
2009-11-25Fix up nav bar buy icon spacing.James Cook
Trivial, not reviewed.
2009-11-25mergerichard
2009-11-25removed debug spam the proper warrichard
2009-11-25Mergerichard
2009-11-25Backed out changeset: c94fdea670e5richard
2009-11-25merge in changes from viewer-2-0, manually fixed conflict in ↵James Cook
llviewermessages.cpp
2009-11-25Switched line endings to Unix.James Cook
2009-11-25Hook up nav bar For Sale icon to buy land functionality.James Cook
2009-11-25mergerichard
2009-11-25commented out spam that was slowing side tray openingrichard
2009-11-25automated merge from viewer-2-0 pull -uLoren Shih
2009-11-25Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-11-25Add Power On/Off iconsRick Pasetto
2009-11-25Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-25Fix for EXT-2667 - making sure inv_item isn't nullEric M. Tulla (BigPapi)
2009-11-25Automated merge of ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Loren Shih
2009-11-25Nudge parabuild againJames Cook
2009-11-25Nudge Parabuild, Mac build choked for some reasonJames Cook
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Removed llnotifications.h from all headers by adding llnotificationsptr.hJames Cook
Fixed many more includes
2009-11-25Fix for screen buffers not getting reallocated appropriately all the time ↵Dave Parks
(the assumption that buffers should only be reallocated if the resolution changed was wrong).
2009-11-24Removed include llnotifications.h from llfloater.h trying to speed buildsJames Cook
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater.
2009-11-24Merge cleanup.Dave Parks
2009-11-24MergeDave Parks
2009-11-24Add llinitparam.h to precompiled headers for build timing test.James Cook
2009-11-24Fix for stalls when resizing screen texture.Dave Parks
2009-11-24mergeJames Cook
2009-11-24viewer-2.0 automated mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-24Automated merge.Loren Shih
--HG-- branch : avatar-pipeline
2009-11-24EXT-2386 : The very first time you log in as a new account, your inventory ↵Loren Shih
sidepanel is blank Changed the way that we're generating initial views for inventory panels. Instead of waiting for a notification, we check on idle and generate the views whenever we first see that the inventory has become usable. --HG-- branch : avatar-pipeline
2009-11-24Artwork for Stop and Zoom Out for the prim media controlsRick Pasetto
2009-11-24EXT2825 : Clicking on Outfit Opener in AppearanceSP should open outfits ↵Loren Shih
accordion --HG-- branch : avatar-pipeline
2009-11-24Partial EXT-1735 added "for sale" clickable icon next to landmark starJames Cook
2009-11-24DEV-42130 - moved progress bar to below media controls, made it half-height ↵Rick Pasetto
per recommendation in DEV-42130
2009-11-24EXT-2817 : COF contents in appearanceSP are sometimes blank on startupLoren Shih
COF folder was being removed from panel because its parent is outside the panel. Added checks so that first-level children of panel root are never to be removed. --HG-- branch : avatar-pipeline
2009-11-24FIX DEV-43033 - the prim media controls were "stealing focus" and so would ↵Rick Pasetto
clobber any drop-downs Reviewed by James (thanks, James!)
2009-11-24Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Nyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-11-24FIX DEV-41999: don't set home URL if "Multiple Media"Rick Pasetto
Review #44
2009-11-24EXT-2818 no way to get IMG_INVISIBLE as a baked textureNyx (Neal Orman)
reverting unnecessary changes based on code review of previous checkin. Code for both patches reviewed by Seraph. --HG-- branch : avatar-pipeline
2009-11-24Clean up some unused parameters noted in code review with Richard.James Cook
2009-11-24Code review feedback:Rick Pasetto
Don't re-sort when adding to the queue: it isn't really necessary since we sort every time we pull off the queue.
2009-11-24Backed out changeset: ec7f6f4bd908Dave Parks
2009-11-24MergeSteve Bennetts
2009-11-24Nuke the last few references to the long-dead LCD code.Bryan O'Sullivan
2009-11-24EXT-2818 not using IMG_INVISIBLE in baked texturesNyx (Neal Orman)
this patch allows IMG_INVISIBLE in an alpha mask to set the baked texture to also be IMG_INVISIBLE for the appropriate baked texture. Will be post-reviewed with other alpha mask fixes. --HG-- branch : avatar-pipeline