Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-23 | Linux build fix. | Seth ProductEngine | |
Moved type casts from protected base classes to derived LLCoord. | |||
2012-02-23 | EXP-1910 FIXED (Viewer usually crashes whith empty list of voice morphs ) | paulgproductengine | |
- Added missed strings to the XML - Just adding unlocalized name to the effects list if localized string was not found in XML. I think it's a better than throwing an error. | |||
2012-02-23 | EXP-1909 FIXED (Pasted gesture displayed twice) | paulgproductengine | |
- Refreshing gesture list after an item was copied | |||
2012-02-23 | EXP-1908 FIXED (Gesture floater is not refreshed when deleting more then one ↵ | paulgproductengine | |
gesture from Inventory) - Updating moved items, to update model's modify mask. | |||
2012-02-20 | EXP-1904 FIXED (Estate tab in Region/Estate floater does not display estate ↵ | paulgproductengine | |
name or owner name) - Added updating for Estate name and Estate owner name | |||
2012-02-16 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
Save *window* width and height, not client area | |||
2012-02-15 | fixed bad idiom of using statements in a ternary operator | Richard Linden | |
2012-02-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-14 | EXP-1891 FIXED ('Vehicles' category overlays avatar thumnail after setting ↵ | paulgproductengine | |
minimal width in Avatar picker floater) - Increased min width of the floater | |||
2012-02-14 | EXP-1890 FIXED (The "Shop" button is partially not clickable) | paulgproductengine | |
- Adjusted width of the panel which contains the shop button | |||
2012-02-14 | EXP-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-13 | Fix Linux compile issue : make templated type casting explicit (2) | Merov Linden | |
2012-02-13 | Fix Linux compile issue : make templated type casting explicit | Merov Linden | |
2012-02-13 | EXP-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-13 | EXP-1882 FIXED Crashes when invoking avatar picker from mouse look mode. | Vadim ProductEngine | |
Fixing the cases missed in EXP-1879. | |||
2012-02-10 | EXP-1885 FIX Viewer crashes when receiving multiple inventory offer ↵ | Richard Linden | |
notifications | |||
2012-02-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge/ | Richard Linden | |
2012-02-10 | EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵ | Richard Linden | |
a vertical scrollbar is shown | |||
2012-02-10 | Merge with head | callum | |
2012-02-10 | EXP-1889 FIX As a Second Life viewer developer, I would like a tool that ↵ | callum | |
helps me find memory leaks. | |||
2012-02-10 | EXP-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-09 | EXP-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-09 | EXP-1877 FIX Scroll list listings in group roles tab and other areas shows ↵ | Richard Linden | |
vertical scroll bar before needed | |||
2012-02-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-02-09 | EXP-1874 FIX Unexpected scrollbar in text notification | Richard Linden | |
2012-02-10 | EXP-1876 FIXED Landmark notes editor height increased to accommodate 5 lines ↵ | Seth ProductEngine | |
of new font height. | |||
2012-02-09 | EXP-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-09 | EXP-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-09 | EXP-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-09 | EXP-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-09 | EXP-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-09 | fix for cached controls in media sorting | Richard Linden | |
2012-02-09 | EXP-1880 WIP Update Media affects framerate even when Media is disabled. | Richard Linden | |
2012-02-08 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-02-08 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-08 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
fixed layout stack so programmatic size updates will work correctly | |||
2012-02-08 | EXP-1879 FIXED Crash in People floater in mouselook mode. | Vadim ProductEngine | |
2012-02-07 | EXP-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-07 | EXP-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-07 | EXP-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-06 | Mac build fix -- added missing enumeration from switch | Leslie Linden | |
2012-02-06 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2012-02-06 | EXP-1849 FIXED Privacy settings could be set to default when modifying other ↵ | Vadim ProductEngine | |
preferences before login. | |||
2012-02-06 | increment viewer version to 3.3.0 | Oz Linden | |
2012-02-03 | made hardware settings floater dependent on preferences floater | Richard Linden | |
2012-02-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-03 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
EXP-1854 FIX Text positioning in mini inspector a couple pixels too low | |||
2012-02-03 | merge changes for vmrg-222 | Oz Linden | |
2012-02-03 | EXP-1853 FIX Misspelled value in llbvhloader.cpp | callum | |
2012-02-03 | EXP-1845 FIX Media controls cannot be selected or set in Build tools texture tab | callum | |