summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-02-15fixed bad idiom of using statements in a ternary operatorRichard Linden
2012-02-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-14SH-2973 Rearrange shutdown operations to prevent crash on exit on OSXDave Parks
2012-02-14EXP-1891 FIXED ('Vehicles' category overlays avatar thumnail after setting ↵paulgproductengine
minimal width in Avatar picker floater) - Increased min width of the floater
2012-02-14EXP-1890 FIXED (The "Shop" button is partially not clickable)paulgproductengine
- Adjusted width of the panel which contains the shop button
2012-02-14EXP-1546 FIXED (received items - purchasing some bodyparts and clothing from ↵paulgproductengine
a prim marked for sale show wrong inventory icons) - In buy floater, for multiple WEARABLES inventory items show corresponding wearable icons
2012-02-13SH-2973 Potential fix for crash in ~LLVOAvatarSelfDave Parks
2012-02-13Fix Linux compile issue : make templated type casting explicit (2)Merov Linden
2012-02-13Fix Linux compile issue : make templated type casting explicitMerov Linden
2012-02-13EXP-1888 FIX -- Update text for emtpy Received Items folder in the ViewerLeslie Linden
2012-02-13EXP-1863 : Add comment and dead code cleanupMerov Linden
2012-02-13EXP-1832 FIXED Viewer Size not persistent across logins.Vadim ProductEngine
Symptoms: Viewer window shrank by a few pixels on each startup. Reason: We used client rect (which did not include the window border) to create the viewer window. Solution: Convert client rect into window rect, i.e. expand it by the border size.
2012-02-13EXP-1882 FIXED Crashes when invoking avatar picker from mouse look mode.Vadim ProductEngine
Fixing the cases missed in EXP-1879.
2012-02-10EXP-1885 FIX Viewer crashes when receiving multiple inventory offer ↵Richard Linden
notifications
2012-02-10EXP-1863 : Fix the filtering of cut folders, also fix the move to trash of ↵Merov Linden
folders in double cut scenarios
2012-02-10Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge/Richard Linden
2012-02-10EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵Richard Linden
a vertical scrollbar is shown
2012-02-10Merge with headcallum
2012-02-10EXP-1889 FIX As a Second Life viewer developer, I would like a tool that ↵callum
helps me find memory leaks.
2012-02-10STORM-1793 Supply missing new artworkJonathan Yap
2012-02-10Resized the Merchant Outbox spinner to its native sizeLeslie Linden
2012-02-10SH-2963 Fix for highlight transparent not highlighting 100% transparent objects.Dave Parks
2012-02-10* Added timers to track the http transactions, visible through the sameLeslie Linden
"InventoryOutboxLogging" debug flag.
2012-02-10EXP-1885 FIXED the crash when receiving multiple inventory offer notifications.Seth ProductEngine
Fixed erasing the iterator which was becoming invalid on recursive calls.
2012-02-09EXP-1863 : Implemented cut, copy, paste for folders. Issues with folder ↵Merov Linden
filtering though.
2012-02-09EXP-1883 FIX Toolbar button tooltips display off screen for right hand tool ↵Richard Linden
bar, bottom tool bar, and tooltips on top bar items show off screen
2012-02-09EXP-1877 FIX Scroll list listings in group roles tab and other areas shows ↵Richard Linden
vertical scroll bar before needed
2012-02-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/Richard Linden
2012-02-09EXP-1874 FIX Unexpected scrollbar in text notificationRichard Linden
2012-02-10EXP-1876 FIXED Landmark notes editor height increased to accommodate 5 lines ↵Seth ProductEngine
of new font height.
2012-02-09EXP-1335 FIXED Disabled dragging the items from notecards and objects into ↵Seth ProductEngine
Recent tab. Disabled DnD from Recent to Received Items. Fixed updating FILTERTYPE_DATE flag of LLInventoryFilter when time limits are applied.
2012-02-09EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to 200 ↵paulgproductengine
px on left and 150 px on right. ) - Allowed dragging to the left to shrink location to no less than 410 pixels, and to the right to shrink favorites to 185 pixels
2012-02-09EXP-1546 FIXED (received items - purchasing some bodyparts and clothing from ↵paulgproductengine
a prim marked for sale show wrong inventory icons) - In buy floater, for multiple WEARABLES inventory items show corresponding wearable icon
2012-02-09EXP-1822 FIXED (After deleting an item from inventory and confirming "ok" to ↵paulgproductengine
delete, focus leaves inventory) - Return focus to the previously focused root view
2012-02-09EXP-1844 FIX Selecting a large number of inventory items can block the ↵Richard Linden
viewer for a long time. only show hourglass and fetching text when downloading folders, not item metadata
2012-02-09fix for cached controls in media sortingRichard Linden
2012-02-09EXP-1880 WIP Update Media affects framerate even when Media is disabled.Richard Linden
2012-02-09Enabled the 'Merchant Outbox' menu item and context menuLeslie Linden
2012-02-09merge changes for storm-1804Oz Linden
2012-02-09merge changes for storm-1803Oz Linden
2012-02-09merge changes for storm-1795Oz Linden
2012-02-09merge changes for storm-1741Oz Linden
2012-02-09merge changes for storm-1718Oz Linden
2012-02-08Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/Richard Linden
2012-02-08EXP-1873 : Move cut items to trash in cut/copy over cut situations.Merov Linden
2012-02-08Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-08EXP-1767 WIP Received Items panel state does not persist between sessionsRichard Linden
fixed layout stack so programmatic size updates will work correctly
2012-02-08EXP-1873 : Implement the hiding of cut items on the clipboardMerov Linden
2012-02-08STORM-1808 Indicate ability to buildJonathan Yap
2012-02-08SH-2592 Fix for some shader uniforms using the wrong vector size.Dave Parks