summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-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-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-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-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-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-08Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/Richard 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-1879 FIXED Crash in People floater in mouselook mode.Vadim ProductEngine
2012-02-07EXP-1181 WIP as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates fixed build moved conversion funcs to llwindow.cpp as they work on all platforms refactored translateintorect to take overlap as parameter
2012-02-07EXP-1181 WIP as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates changed over to new convert() method added LLCoordFloater
2012-02-07EXP-1181 WIP as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates refactored LLCoord code to be templated, ultimately to support arbitrary conversions
2012-02-06Mac build fix -- added missing enumeration from switchLeslie Linden
2012-02-06Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2012-02-06EXP-1849 FIXED Privacy settings could be set to default when modifying other ↵Vadim ProductEngine
preferences before login.
2012-02-06increment viewer version to 3.3.0Oz Linden
2012-02-03made hardware settings floater dependent on preferences floaterRichard Linden
2012-02-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-03EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
EXP-1854 FIX Text positioning in mini inspector a couple pixels too low
2012-02-03merge changes for vmrg-222Oz Linden
2012-02-03EXP-1853 FIX Misspelled value in llbvhloader.cppcallum
2012-02-03EXP-1845 FIX Media controls cannot be selected or set in Build tools texture tabcallum
2012-02-03EXP-1868 FIX Remove Merchant Outbox from Me menuRichard Linden
removed merchant outbox context menu reviewed by Leslie
2012-02-03EXP-1868 FIX Remove Merchant Outbox from Me menuRichard Linden
reviewed by Leslie
2012-02-03EXP-1843 WIP Added an option to output avatar rez timing.Vadim ProductEngine
Use the new "Avatar Rez" debugging tag to see the output.
2012-02-03EXP-1840 FIXED (When two inventory windows are open and "properties" are ↵Paul ProductEngine
viewed, one window suddenly moves in front of the other window) - Modified method LLFloaterSidePanelContainer::openChildPanel so that it doesn't open floater each time it's called. Otherwise each time opening child panel of already opened floater, openFloater() will reposition the floater.
2012-02-03EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to 200 ↵Paul ProductEngine
px on left and 150 px on right. ) - Allowed dragging to the left to shrink location to no less than 310 pixels, and to the right to shrink favorites to 185 pixels
2012-02-02EXP-1856 FIX -- Calling cards, library items, 'no transfer' objects can be ↵Leslie Linden
copied to Merchant outbox via ctrl-v * Viewer now applies the same logic as inventory drag and drop to clipboard paste operations.
2012-02-02Automated merge with ↵Richard Linden
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.trckmy\ssh__richard@hg.lindenlab.com_richard_viewer-experience_ywvwfc.hg
2012-02-02EXP-1858 FIX Received Items panel heading in incorrect positionRichard Linden
didn't account properly for collapsed panels
2012-02-02Removing a call to llround() per Richard.Vadim ProductEngine
2012-02-02Restoring a call to llround() in lllineeditor.cpp mistakenly removed in ↵Vadim ProductEngine
changeset 0a9ef58e8f7d. By the way, removing a pointless call to llround() in lldraghandle.cpp.
2012-02-01Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-01cleaned up linden_common.h, removing stuff that is mostly unusedRichard Linden
2012-02-01EXP-1672 FIXED Various fixes to prevent crashes in notifications.Seth ProductEngine
- Refactoring of LLToast and LLScreenChannel classes: moved LLToast signals to the private section. - Modified the screen channel's lists of toasts to store LLHandles instead of pointers and screen channel code to work with toast LLHandles.
2012-02-01converted a bunch of narrowing implicit conversions to explicitRichard Linden
2012-02-01mergeBrad Payne (Vir Linden)
2012-02-01EXP-1822 FIXED (After deleting an item from inventory and confirming "ok" to ↵Paul ProductEngine
delete, focus leaves inventory) -Return focus to the previously focused view
2012-02-01fixed Linux buildPaul ProductEngine
2012-01-31fixed layout_stack regression resulting in side toolbars being truncatedRichard Linden