summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2010-05-14Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-05-14EXT-7221 FIXED Now the 'Get More >>' link exists exactly before the 'View ↵Andrew Polunin
All >>' link in the Gestures list - Added new setting GesturesMarketplaceURL in settings.xml to represent URL which points to the Gesture's Marketplace. - Added mGetMoreItemIndex instance variable (similar to mViewAllItemIndex which was already there). - Added mGetMoreItemIndex handling in the LLGestureComboList::onCommitGesture() (again, similar to mViewAllItemIndex). - Added new string in strings.xml with name GetMoreGestures to represent Gesture's list item. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/386/ --HG-- branch : product-engine
2010-05-14merge from PE's viewer-trunkTofu Linden
2010-05-13EXT-7285 FIX en_xui_change for truncationEli Linden
2010-05-13EXT-7246 FIX PT remove old overridesEli Linden
2010-05-13ND-46735 WIP DE linguisticEli Linden
2010-05-13EXT-7096 FIXED Added confirmation about muting all participants in a group call.Alexei Arabadji
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/375/ --HG-- branch : product-engine
2010-05-13mergeYuri Chebotarev
--HG-- branch : product-engine
2010-05-13EXT-7045 FIX Group profile not using placeholder artYuri Chebotarev
add placeholder art, add code to convert texture name to ID since LLTextureCtrl can't accept textures by name... Reviwed V.Savchuk at https://codereview.productengine.com/secondlife/r/378 --HG-- branch : product-engine
2010-05-13Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-05-13EXT-7218 FIXED added a delete button for attachment items (panel outfit edit)Igor Borovkov
added a deletable wearable item, predecessor of a clothing item, which is used for attachment items Reviewed by Neal Orman and Mike Antipov at https://codereview.productengine.com/secondlife/r/377 --HG-- branch : product-engine
2010-05-12mergeTofu Linden
2010-05-12ND-46735 WIP IT linguisticEli Linden
2010-05-12EXT-7104 : WIP : Reformatted panel_bottomtray.xml with Preview Tool.Mike Antipov
Functionality was not changed. Not reviewed. --HG-- branch : product-engine
2010-05-12EXT-7203 FIXED Re-enabled inventory search for wearables panelPaul Guslisty
- Insert filter editor and inventory panels into layout_stack - restored filter functionality for a list view - added proper switching between flat list view and folder list view - made a little optimization: got rid of redundant findChild calls because of childSetVisible(..., childGetValue(...)); Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/362/ --HG-- branch : product-engine
2010-05-12EXT-7104 : WIP : Removed dummy icons between buttons may be hidden to ↵Mike Antipov
simplify adding new buttons. * removed dummy icons * encreased width and minimal width of next to the left layout panels to icons' widths. * removed code processed dummy icons Reviewed by Vadim. --HG-- branch : product-engine
2010-05-12EXT-7206 ADDITIONAL COMMIT Added missing avatar sex icons.Vadim Savchuk
--HG-- branch : product-engine
2010-05-12Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-05-12Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/Alexei Arabadji
--HG-- branch : product-engine
2010-05-12EXT-6783 FIXED Made notifications that are saved into notification well ↵Alexei Arabadji
window be persisted and offer notifications non-persisted. reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/368/ --HG-- branch : product-engine
2010-05-12EXT-7204 FIXED added updating verbs and status (panel edit outfit) on base ↵Igor Borovkov
oufit changes --HG-- branch : product-engine
2010-05-12merge from PE's viewer-trunkTofu Linden
2010-05-12EXT-7120 FIXED Added confirmation about leaving group, ad-hoc and p2p call.Alexei Arabadji
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/374/ --HG-- branch : product-engine
2010-05-11EXT-7299 FIX FR punctuationEli Linden
2010-05-11VWR-19257 fix DE remove old parametersEli Linden
2010-05-11MergeEli Linden
2010-05-11EXT-7125 FIX IT ES PT missing translationsEli Linden
2010-05-11EXT-7206 FIXED Shape editing panel: implemented displaying avatar height in ↵Vadim Savchuk
meters. Changes: - Now displaying (continuously refreshed) avatar height in the shape editing panel. - Updated avatar avatar sex switching radio buttons according to the spec (icons, size, position). - Fixed position, text and font color of the "Shape:" label. Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/367/ --HG-- branch : product-engine
2010-05-11automated merge and fix build break on snow leopard (it's a warning on ↵Roxie Linden
leopard on parabuild)
2010-05-11Automated mergeRoxie Linden
2010-05-11ND-46735 WIP JA linguisticEli Linden
2010-05-11automated mergeRoxie Linden
2010-05-11automated mergeLoren Shih
2010-05-11EXT-7306 : FIXED : Add shortcut-style icons for inventory linksLoren Shih
EXT-7295 : FIXED : INFRASTRUCTURE : Cleaned up Inventory Icon code Inventory link icons were designed from scratch. Added LLInventoryIcon class and did some major refactoring for how it determines inventory icons from item bridges.
2010-05-11Automated mergeRoxie Linden
2010-05-11merge from PE's viewer-trunkTofu Linden
2010-05-10Automated MergeRoxie Linden
2010-05-10ND-46735 WIP IT and PT linguisticEli Linden
2010-05-10EXT-7293 : Make link items easier to distinguish from regular itemsLoren Shih
Link items now appear in light gray.
2010-05-10EXT-7095 FIXED Replaced voice moderation menu items and updated related actions.Mike Antipov
* Replaced "Un/Mute everyone else" menu items with requested ones. They are enabled only on participants in Voice session (are shown for moderators) * Actions implemented via existent "Un/Mute everyone else" functionality where "else" is NULL item. Known issues: * It is impossible to perform the same "Un/Mute everyone" action is session is already in requested state: EXT-6937 * If voice is disabled in a group session not all muted participants have appropriate indicator in VCP if resident joins to the session. Due to this is the same behavior as before current patch is provided, a separate EXT-7235 bug is filed for this. --HG-- branch : product-engine
2010-05-08merge from PE's viewer-trunkTofu Linden
2010-05-07EXT-7111 FIX missing translation for 5 langsEli Linden
2010-05-07ND-46735 WIP PT linguisticEli Linden
2010-05-07EXT-6844 FIX Shorten ES strings to alleviate UI truncationEli Linden
2010-05-07MergeEli Linden
2010-05-07EXT-6658 WIP removing unwanted linebreakEli Linden
2010-05-07EXT-2493 FIXED Added strafe buttons.Andrew Dyukov
- Added slide left and Move right buttons to movement actions panel, when inserting them in xml organized buttons in panel into 3 columns to make their position more easily configurable. - Removed hiding of fly up and down buttons. When not flying(in walk/run mode) they act as jump ans crouch. - Added movement mode(walk/run/fly) dependent tooltips for fly/jump/crouch and slide buttons. - Added comment regarding implementation of move floater buttons toggling when user moves via keyboard (because it's not quite obvious and time consuming when you first encounter it) to LLFloaterMove::postBuild(). Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/360 --HG-- branch : product-engine
2010-05-07automated mergeLoren Shih
2010-05-07EXT-7269 : FIXED : Issue warning dialog when item is deleted that has links ↵Loren Shih
pointing to it Warning now comes up if you try to delete an item that has any item links pointing to it (in memory). This assumes that the viewer actually knows about those links, which is true at least in 2.0 since links only appear in Outfits folders and this code causes those to be fetched into memory on startup.
2010-05-06CT-575 WIP DA translation for set10, new filesEli Linden