summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2009-12-18Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-18EXT-3474 Task Inventory Panel XUI layoutErica
2009-12-18Avoid warnings on startup due to colors marked as "Unused?"James Cook
for later cleanup.
2009-12-18Fix 3D object tooltip backgrounds appearing grayJames Cook
Image "none" wasn't being properly converted to a NULL pointer, so was drawing the default gray image. Reviewed with Richard
2009-12-18EXT-2854 Fix PG/Mature event labels on the world mapJames Cook
2009-12-18Merge with viewer-2-0 again, to pick up avatar changesJames Cook
2009-12-18automated merge viewer2.0->viewer2.0Loren Shih
2009-12-18EXT-3582 : My Outfits populates from library if I delete my last outfitLoren Shih
Now checking if this is the first time a user has logged into viewer2.0, via checking against COF existence. This doesn't quite work yet because something before LLAgentWearables is also looking up COF.
2009-12-18Automated merge with ssh://nyx@hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-12-18EXT-3123 cannot decline save for newly created wearableNyx (Neal Orman)
We weren't marking the initially loaded parameters of a wearable created through the appearance editor as "saved" so the client thought the wearable was dirty when it wasn't. Added a call to mark all parameters as saved right before sending the wearable to the server. reviewed by Bigpapi
2009-12-18EXT-2203 : Wear btn is enabled when Quick Look Selector is emptyLoren Shih
Partial fix. Changed filter behavior so that non-default is properly detected if filtering for non-objects.
2009-12-18mergeBrad Payne (Vir Linden)
2009-12-18For EXT-3579: removed unhelpful 'try again' from gesture loading failure.Brad Payne (Vir Linden)
2009-12-18ext-3386 Fix for day cycle crash and xui cleanupPalmer Truelson
Reviewed by Richard
2009-12-18EXT-3567 : My Inventory shows as loading even when Library is loadingLoren Shih
Fixed some highlight formatting issues.
2009-12-18Merge viewer 2 into mediaskolb
2009-12-18Merge, pulling in viewer-2-0James Cook
2009-12-18EXT-3567 : My Inventory shows as loading even when Library is loadingLoren Shih
This reformats "Loading... Inventory" into "Inventory (Loading...)" Took out accidental debug checkin.
2009-12-18EXT-3575 : Inernal selection spam when nothing selected in some foldersLoren Shih
Default selection will no longer try to select hidden folders.
2009-12-18automated merge viewer2.0->viewer2.0Loren Shih
2009-12-17EXT-3126 : Avatar Textures (Debug) floater is too huge to fit screenLoren Shih
Added horizontal and vertical scrollbars.
2009-12-17EXT-3559 : Crash when deleting last Favorites entryLoren Shih
Map accessor was not checking for NULL.
2009-12-17EXT-1607 : Trash and Gear buttons are enabled when nothing is selectedLoren Shih
UI wasn't being updated when nothing is selected.
2009-12-17EXT-3557 : CTRL+I should bring up either InventorySP or InventoryFloaterLoren Shih
Hitting CTRL+I when InventorySP is open will now bring up InventoryFloaters.
2009-12-17Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Mark Palange (Mani)
2009-12-17EXT-3536 Bugfix in lllogin.cpp when reading 'indeterminate' repsonse from ↵Mark Palange (Mani)
login.cgi. Also fixed up lllogin unit test to match the bugfix. Reviewed by Brad
2009-12-17EXT-3552 : Opening a box and copy the items to inventroy also opens an ↵Loren Shih
inventory floater InventorySP/InventoryFloater open behavior now follows 2.0 conventions -- sidepanel will open in preference to floater.
2009-12-17mergeLeyla Farazha
2009-12-17removing mCancelOnCloseLeyla Farazha
2009-12-17mergeLeyla Farazha
2009-12-17mergerichard
2009-12-17reverted to viewer-2 copy of sidepanel_item_info.xmlrichard
2009-12-17MergeSteve Bennetts
2009-12-17HTTP Texture changes:Steve Bennetts
* Fixed bug in llqueuedthread.cpp causing unnecesssary sleeeping * Fixed an issue that was preventing retries on 503 errors * Added number of pending creates to Texture View * Increased time allocated for texture creates
2009-12-17Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-17Chuck's edits to the appearance editorErica
2009-12-17EXT-3534 Default Location Obscures the Top of an Open Notecard When Nav ↵Leyla Farazha
and/or Favorites Bar are Hidden EXT-3334 [BSI] Chat/IM log preferences not retained EXT-3402 Replace "X" for checked menu items with a check mark glyph [Patch Included] reviewed by richard
2009-12-17MergeJames Cook
2009-12-17EXT-3516 X Button should end IM session, _ button should hideJames Cook
I don't like it, but I don't have a better suggestion. Reviewed with Steve.
2009-12-17dos2unix line ending fix for llviewermenufile.cppLoren Shih
--HG-- branch : avatar-pipeline
2009-12-17automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-17automated merge avp->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-17EXT-3329 : Able to delete system folder is confusing - disable from non-god modeLoren Shih
"Delete" no longer works for system folders. Created a new "Delete System Folder" context menu entry that only works in RelWithDebug if only one item is selected. --HG-- branch : avatar-pipeline
2009-12-17Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/Justin C. Rounds (Chuck)
2009-12-17Started clean-up of appearance floater layout.Justin C. Rounds (Chuck)
2009-12-17revert -3 6510 sidepanel_item_info.xmlSteve Bennetts
2009-12-17Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-17EXT-3555 Top menu no longer changes color when in God mode, Button height ↵Erica
unsquooshing from Lis
2009-12-17EXT-3508 Animation : preview play / stop button does not refresh previewJames Cook
Moved all play/pause button visibility code into the refresh() method. Reviewed with Leyla.
2009-12-17mergeRick Pasetto