summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_object.xml
AgeCommit message (Collapse)Author
2010-04-21EXT-617 Create/Build option missing from menu when right-clicking on another ↵Leyla Farazha
prim reviewed by Richard CC#206
2010-04-13Fixed normal bug EXT-4915 (Duplicated "Buy" item in object context menu).Andrew Dyukov
- Bug was caused by making "Take" menu item from object context menu consistent with the one from Build->Object menu where it was replaced by "Buy" when it was needed. But in object menu we already have "Buy" option at the bottom of the list so we don't need to hide "Take" and show "Buy" instead. Removed appearance of "Buy" instead of "Take" and made "Take" item's behaviour consistent with "Take" from object inspector gear menu. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/227/ --HG-- branch : product-engine
2010-03-01Implemented major sub-task EXT-5722 (hard-coded: Right click on Object > Sit ↵Eugene Mutavchi
Here and Take are hard-coded) --HG-- branch : product-engine
2010-02-23Implemented major sub-task EXT-5556 (hard-coded: menu Build > Object > Take. ↵Eugene Mutavchi
The word "Take" is hard-coded) --HG-- branch : product-engine
2010-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
2010-02-17EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵Richard Linden
1.23s UI reviewed by Leyla
2010-02-09returning take to top level of object context menu. Change was mistakenly ↵Erica
reverted
2010-02-01EXT-4698 Object, avatar menu hasErica
2010-01-29 EXT-4756 Black text in sell land confirmation dialog, EXT-2241 layout of ↵Erica
Preferences > Sound needs to be improved for I18N, EXT-4683 Build>Options submenus are non-intuitive, EXT-3787 System messages needs to be visually distinct in Nearby and IM
2010-01-04EXT-2481 [BSI] Add "Zoom in" to 3D Object context menu and inspector Gear menuLeyla Farazha
EXT-3388 [BSI] "Teleport" option missing dropdown when right clicking on friends list
2009-12-09Partial EXT-3268 Object Profile option showing up in avatar 3D Context menuJames Cook
Renamed gPie* and menu_pie_* to just gMenu* and menu_* because they are no longer pie menus. Created separate other-attachment menus. Reviewed with Richard.