summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
AgeCommit message (Collapse)Author
2010-06-17EXT-6296 FIX "Primitive" misspelled as "Primative" in About Land menuRichard Linden
2010-06-17Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseRichard Nelson
2010-06-17automated mergeLoren Shih
2010-06-17EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture FloaterLoren Shih
EXT-7920 FIXED Start and stop buttons are not clickable Start and stop buttons were outside the UI box containing them.
2010-06-17EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture FloaterLoren Shih
See subtasks for complete lists of fixes. The preview gesture floater had some major issues and regressions.
2010-06-17EXT-7874 FIXED Change 'Rename' to 'Rename Outfit' in outfit context menu on ↵Vadim Savchuk
'My Outfit' tab. Trivial change, not reviewed. --HG-- branch : product-engine
2010-06-17EXT-6468 ADDITIONAL FIX Changed "- Select Mature -" to "- Select maturity ↵Vadim Savchuk
rating -" in group profile. Requested by Eli and approved by Benjamin. --HG-- branch : product-engine
2010-06-17EXT-7722 Fixed "Add to COF" and "Remove from COF" outfit context menu items ↵Vadim Savchuk
to be enabled when appropriate and work properly. Work on "Take Off - Remove from Current Outfit" and "Wear - Add to Current Outfit" menu options: - The menu items of the outfit context menu and the My Outfits gear menu are now disabled when inappropriate instead of being hidden. - The menu items get enabled/disabled depending on whether you can wear (take off) anything from the selected outfit. (was: depending on whether you're wearing the outfit) - Changed the way the options work: they now only operate on clothes and attachments. "Add to COF" now only adds those body parts that are missing in COF; "Remove from COF" doesn't touch body parts at all. Without this change both "Add" and "Remove" options would be available simultaneously, because any valid outfit contains body parts. I think that would be confusing. And you don't expect you body parts to be replaced when doing "Add to COF'. (that's addition, not replacement) Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/585/ --HG-- branch : product-engine
2010-06-17EXT-7772 FIXED Corrected button texture file name.Alexei Arabadji
reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/606/ --HG-- branch : product-engine
2010-06-17EXT-7788 FIXED Rename in context menu shows very short text field for new nameAlexei Arabadji
1 Made line editor width configurable for alert notifications. 2 Set line editor width to 300px. reviwed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/605/ --HG-- branch : product-engine
2010-06-17Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseLynx Linden
2010-06-17EXT-7887 FIXED Release note URL updated.Lynx Linden
We now point directly to the wiki for Viewer release notes and we include three digits in the version number. E.g., http://wiki.secondlife.com/wiki/Release_Notes/Second Life Beta Viewer/2.1.0
2010-06-17merge from PE's viewer-releaseTofu Linden
2010-06-16EXT-7734 FIX In-world object properteis often don't show correct informationRichard Nelson
reviewed by Leyla
2010-06-16fix for media browser layoutRichard Nelson
2010-06-16Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-06-16EXT-6571 FIX - avoid removing links to missing wearables, which fixes a ↵Brad Payne (Vir Linden)
problem with ordering in multi-wearables
2010-06-16EXT-7823 FIXED Accordion widget was improved to show different message when ↵Vladimir Pchelko
no_matched_tabs in panel or no_visible_tabs in panel. Added "no_matched" and "no_visible" text for TeleportHistory. + Added "no_visible" text for My Outfit list. + Fixed filtering in TeleportHistory. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/591/ --HG-- branch : product-engine
2010-06-16merge from PE's viewer-releaseTofu Linden
2010-06-16EXT-7576 FIXED 'Add to Outfit:' panel should shrink the top 'Edit Outfit' ↵Paul Guslisty
list to 1/3 the vertical height - Increased height of 'Add to Outfit' panel and set animate for layout stack. Animate attrubute was set to true to force proper calculation of layout panels size when one of the layout panels can dynamically change its visibility Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/588/ --HG-- branch : product-engine
2010-06-16EXT-7667 FIXED There is much unnecessary empty space from the right side in ↵Paul Guslisty
the Group profile information - Increased width of layout panel and its accordion Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/589/ --HG-- branch : product-engine
2010-06-16EXT-7763 FIXED Made text editor of script error window as read only.Alexei Arabadji
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/594/ --HG-- branch : product-engine
2010-06-15EXT-7639 FIXED added shop button which reacts according to the ticket ↵Andrew Polunin
description - Added method LLAccordionCtrl::getExpandedTab() which search for the first expanded accordion tab. This method is a bit of hacking, but I discussed it with Vadim Savchuk. - LLAccordionCtrlTab::isExpanded() is made 'const'. This is necessary to call it from getExpandedTab() which is also 'const'. - Added all provided Marketplace URLs (taken from EXT-7257) to the settings.xml. So URLs can be configured without recompilation. - Added method LLCOFWearables::getSelectedItems() which can be used to get ALL selected items (not only one). - Class LLShopURLDispatcher is implemented in the llpaneloutfitedit.cpp. - Added callback LLPanelOutfitEdit::onShopButtonClicked() which calls LLShopURLDispatcher to send user to the correct URL. - Added shop button (shop_btn) widget in panel_outfit_edit.xml. It has invalid icon for now. After review I'm going to reassign the ticket to someone who will provide correct icons. Reviewed by Vadim Savchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/569/ --HG-- branch : product-engine
2010-06-15mergeRichard Linden
2010-06-15EXT-7808 FIXED Renamed the "Wear" context menu item to "Replace" in My ↵Vadim Savchuk
Outfits and Add Wearable panels. Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/582/ --HG-- branch : product-engine
2010-06-15EXT-7776 FIXED Button label was renamed.Vladimir Pchelko
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/578/ --HG-- branch : product-engine
2010-06-15fix minor xml barf.Tofu Linden
2010-06-15final(?) merge to revert snapshot floater to 2.0.1 level.Tofu Linden
2010-06-15Backed out changeset 1acc14a5e7acTofu Linden
2010-06-15merge backout.Tofu Linden
2010-06-15Backed out changeset b447707f20f5Tofu Linden
2010-06-15merge backoutTofu Linden
2010-06-15Backed out changeset 688db499e2d1Tofu Linden
2010-06-15merge backoutTofu Linden
2010-06-15Backed out changeset 68feae2ef00aTofu Linden
2010-06-15merge backoutTofu Linden
2010-06-15Backed out changeset fb6c9a1cebfcTofu Linden
2010-06-15EXT-7789 FIXED Removed "Rename Outfit" option from My Outfits gear menuVadim Savchuk
Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/584/ --HG-- branch : product-engine
2010-06-15EXT-7348 Can't open Advanced Menu in Linux ClientTofu Linden
Added a new, preferred shortcut for Show Advanced Menu, that isn't eaten by the desktop on Linux. The old shortcut also works.
2010-06-14Fix EXT-7583: changed message to something more reasonable.Andrew A. de Laix
2010-06-14EXT-7742 FIXED panel outfit edit: added a separate dropdown for the list viewIgor Borovkov
- added a separate filter combobox for the list view containing lots of items, all types of wearables, separated clothing and bodyparts items - comboboxes are linked to the appropriate view, only one is shown - got rid of excluding links in the folder view - minor refactoring Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/573/ --HG-- branch : product-engine
2010-06-14mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-14Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-14EXT-7806 FIXED Tooltips were added (according to bug description)Vladimir Pchelko
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/572/ --HG-- branch : product-engine
2010-06-11ND-47147 WIP IT translation for set11 new filesEli Linden
2010-06-11ND-47147 WIP IT translation for set11Eli Linden
2010-06-11EXT-7376 FIXED Arranged position of "back" button in sidetray panels ↵Andrew Dyukov
according to requirements from ticket. Arranged position of "back" buttons in sidetray via xml. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/562/ --HG-- branch : product-engine
2010-06-10EXT-7781 FIX Editing Shape: Labels on the previews are unreadableRichard Linden
2010-06-10EXT-7750 - Wearing list does not need to be bold or show link or wornRichard Linden
2010-06-10EXT-7781 WIP Editing Shape: Labels on the previews are unreadableRichard Linden