summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-06-21EXP-895 Selecting items in Marketplace Inbox does not change focus in ↵Leyla Farazha
inventory panel away from items selected in inventory panel
2011-06-21pull late release change back from viewer-pre-releaseOz Linden
2011-06-21FIX VWR-25072eli_linden
2011-06-21FIX VWR-25071eli_linden
2011-06-21Merge with latest lindenlab/viewer-developmentsimon@lindenlab.com
2011-06-21SH-208 Disable VBO on all intel graphics chips (stability improvement).Dave Parks
2011-06-21Fix EXP-825: check for null gAgentAvatarp to prevent crash (hopefully).Andrew A. de Laix
2011-06-20mergeLeyla Farazha
2011-06-20EXP-872 Hide inbox unless applicableLeyla Farazha
2011-06-20EXP-872 Hide inbox unless applicableLeyla Farazha
2011-06-20EXP-893 FIX Single order purchases not sorted with most recent item ↵Richard Linden
delivered at top of list reviewed by Leyla
2011-06-20SH-1618 isFullbright causes AvatarEyes GL shader to fail to link.Aaron Stone
2011-06-20Automated merge with http://hg.secondlife.com/viewer-developmentAndrew A. de Laix
2011-06-21STORM-1352 WIP Issue a warning if a NULL chat toast is encountered.Vadim ProductEngine
2011-06-20sync with viewer-developmenteli_linden
2011-06-20Chop-662 - fixes to deal with cleanly moving between the glob and regex worldSquire
2011-06-20fixed build on mac/linuxRichard Linden
2011-06-20EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*Richard Linden
removed mHidden variable
2011-06-20ER-944: Add feature to control user sounds on a parcel. Added new checkboxessimon@lindenlab.com
to the About Land / Sound tab. Reviewed by Kelly.
2011-06-20EXP-917 FIX -- Inbox and Outbox options shown in the + Menu in the Inventory ↵Leslie Linden
Panel Oops.
2011-06-20STORM-1393 : Correction for loss of object/prim counts in the Build floater forWolfpup Lowenhar
non-mesh objects.
2011-06-20mergeDave Parks
2011-06-20STORM-1352 WIP Changed sort functor return type to bool.Vadim ProductEngine
2011-06-20merged VWR-26066: request LLFloaterWorldMap child "zoom slider" with correct ↵Boroondas Gupte
type LLSliderCtrl instead of LLSlider to get rid of warning when opening map flaoter
2011-06-20VWR-26066: FIXED request LLFloaterWorldMap child "zoom slider" with correct typeBoroondas Gupte
LLSliderCtrl instead of LLSlider to get rid of warning when opening map flaoter
2011-06-19STORM-1396 Storm-787 (mute gestures) also mutes sounds from objectsJonathan Yap
2011-06-18STORM-1392 Add Nearby Voice to the Communicate menuJonathan Yap
2011-06-17STORM-1368 Code more defensively around notecard upload.Aaron Stone
2011-06-17Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-06-17EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*Richard Linden
forgot a file reviewed by Leyla
2011-06-17EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*Richard Linden
cleaned up and refactored inventory code a bit reviewed by Leyla
2011-06-17fix DOS line endingsOz Linden
2011-06-17merge mesh branch changes (storm-1390)Oz Linden
2011-06-17storm-1389Oz Linden
2011-06-17EXP-872 PROGRESS -- Hide inbox unless applicableLeslie Linden
* Updated to use the current user's agent id instead of Pup's Reviewed by Leyla :)
2011-06-17Automated merge with ssh://hg@bitbucket.org/lindenlab/viewer-pre-releaseOz Linden
2011-06-17Merge in viewer-developmentSquire
2011-06-17FIX VWR-25070eli_linden
2011-06-17FIX VWR-25068 en_xui_changeeli_linden
2011-06-17WIP INTL-46 Traditional Chinese translation update 6/17eli_linden
2011-06-17CHOP-662 - initial fix to problems with regex characters in Group namesSquire
causing the LLDirIterator to crash the viewer when opening chat logs
2011-06-17Changed popups for accepting inv offers from SystemMessage to ↵LanceCorrimal
SystemMessageTip: STORM-323
2011-06-16EXP-872 PROGRESS -- Hide Inbox unless applicableLeslie Linden
EXP-910 FIX -- Newness badge shown on suitcase inventory icon when InventoryDisplayInbox is set to False EXP-895 FIX -- Selecting items in Marketplace Inbox does not change focus in inventory panel away from items selected in inventory panel * Main inventory, outbox and inbox all clear the selection of the others when they gain focus * The Fresh Item Count badge is no longer displayed on the inventory side tab button when the inbox is disabled * The New Item Count text is no longer displayed. (we will enable it again when freshness is supported)
2011-06-16mergeLeyla Farazha
2011-06-16EXP-891Leyla Farazha
Right click on Inbox or Outbox toggles up down arrow but has no action
2011-06-16EXP-905 Missing items from right click context menus in My InboxLeyla Farazha
EXP-892 No way to delete items in Inbox without moving them to Inventory
2011-06-16fix for STORM-1274: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138Xiaohong Bao
2011-06-16mergeBrad Payne (Vir Linden)
2011-06-16Fix for linux build failure, hopefullyBrad Payne (Vir Linden)
2011-06-16STORM-1352 WIP Attempting to fix a crash in ↵Vadim ProductEngine
LLNearbyChatScreenChannel::showToastsBottom(). Apparently, a nearby chat toast got somehow destroyed while still remaining in the list of active toasts. Attempt to sort active toasts in showToastsBottom() then triggered the crash. I don't know how to reproduce the crash, i.e. force destroying a toast in a way that its onClose() method (which would remove references to the toast) isn't called. So we'll just remove references to the toast whenever it's destroyed.