summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
AgeCommit message (Collapse)Author
2010-04-07mergeVadim Savchuk
--HG-- branch : product-engine
2010-04-07Fixed major bug EXT-6602 (Sidebar panel focus goes to filter field, ↵Andrew Dyukov
obscuring watermark text). -Set focus on sidetray tabs open to tab containers which hold panels with lists, so now filter fields are not emptied. Used "default_tab_group" + "tab_group" attributes in xml to implement this. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/198/ --HG-- branch : product-engine
2010-04-07Fixed normal bug EXT-6715 (Favorites bar: bottom scroll button of overflow ↵Eugene Mutavchi
list is corrupted ) - restored 'arrow_down.tga' image, which is used by LLMenuScrollItem. Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/197/. diff -r f3fc1679ec4e -r f4652f182c84 indra/newview/skins/default/textures/arrow_down.tga Binary file indra/newview/skins/default/textures/arrow_down.tga has changed --HG-- branch : product-engine
2010-04-07mergeVadim Savchuk
--HG-- branch : product-engine
2010-04-07Fixed major bug EXT-6661 (chat log paths reset back to default)Mike Antipov
* Removed unused InstantMessageLogFolder * Restored initializing logic of InstantMessageLogPath value from 1.23 to share setting between viewers. * Restored unused in 2.0 "LogChatTimestamp" and "LogChatIM" settings to avoid removing of them in 2.0 * Restored default value of the "Save local chat log" setting from 1.23 & replaced with 2.0 own setting (LogNearbyChat was: LogChat) Reviewed by Igor Borovkov & Kent Quirk at https://codereview.productengine.com/secondlife/r/193/ --HG-- branch : product-engine
2010-04-07PE merge from pe-viewer-trunkTofu Linden
2010-04-07mergeTofu Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-07Done normal task EXT-6583 ([TRUNCATION] build > select build tool > create ↵Mike Antipov
tool > texture tab) * Increased spinners' "width" & "label_width" attribute values. Updated checkboxes & "Apply" button placement to be accommodated in tab. The longest label is in 'DE' locale. * Also removed overrides of these widgets in 'fr' & 'it' locales Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/183/ --HG-- branch : product-engine
2010-04-07(work in progress) EXT-6564(major) - Fix wearable editing panels.Dmitry Zaporozhan
Updated layout of all Edit Wearable panels. Disabled editing of no-modify wearable. Disabled "Save As" for no-copy wearable. Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/170/ --HG-- branch : product-engine
2010-04-07fixed EXT-5842 There is a lot of unused space in the online/offline toasts,Alexei Arabadji
- decreased on/offline notification toasts width from 305 to 220px; - added toast right alignment; - made toasts for long avatar names taller (according to max length of avatar full name(63 characters) made 3 max line of message text in online/offline toasts, also corrected initial geometry parameters of panel_online_status_toast.xml to allow method LLToastPanel::snapToMessageHeigh works correctly); reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/182/ --HG-- branch : product-engine
2010-04-06merge from viewer-2-0Tofu Linden
2010-04-06Resurrect 'Sun' menu options.Tofu Linden
These seem to have been clobbered by some bad XML merging that probably came in with 73f60e5518af / EXT-3531
2010-04-06Fixed major bug EXT-6718 (Top menu: 'Build' and 'Help' items are absent).Vadim Savchuk
Restoring comment end marker, accidentally removed in changeset 73f60e5518af. Trivial change, not reviewed. --HG-- branch : product-engine
2010-04-06Fixed major bug EXT-6572 (EXT-6572 ([VARIABLE IN WRONG PLACE] in Taskbar ↵Paul Guslisty
\"Kaufen L$\" should be \"L$ kaufen\") - Removed the L$ graphic and made \"L$\" part of the label string. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/172/ --HG-- branch : product-engine
2010-04-06mergeTofu Linden
2010-04-06Fixed normal bug EXT-6545 - Admin > God Tools > Object > Sim Name ↵Dmitry Zaporozhan
incorrectly reported. Using region name retrieval code. Fixed labels. Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/125/ --HG-- branch : product-engine
2010-04-06Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-04-05MergeEli Linden
2010-04-05ES fix unlocalized sidepanel titlesEli Linden
2010-04-02merge hotfix changes to releaseKent Quirk
2010-04-02EXT-6696 : Make Library inventory items somehow distinguishable at first ↵Loren Shih
glance from My Inventory items Library items are now set to Emphasis Color. This can be easily changed. Also fixed an issue where the "(Loading...)" string was overlapping with folder inventory strings.
2010-04-02EXT-6690 shorten PL translationEli Linden
2010-04-02Fix for EXT-6663 (TOS Screen logic for enabling agreement checkbox is ↵Monroe Linden
questionable) * remove the use of the start_url parameter, and instead store the loading url as a string in the xui, so that there's no chance of the loading screen page completing before we add our observer. * replace the "load complete count" with explicit state variables for whether the loading screen has completed and whether the site is alive * don't begin trying to load the real URL until both of the above conditions are met (and begin the load no matter which order they are satisfied in) Reviewed by Richard at http://codereview.lindenlab.com/1218007
2010-04-02VWR-17709 en_xui_change to accommodate the longest translation in PL even ↵Eli Linden
though this is a bug reported for ES; undo JA old override
2010-04-02Completed normal task EXT-6646 ([TRUNCATION] Volume bar truncated.)Mike Antipov
The reason: overridden width attributes in localized files. Fix: remove overrides in 'es', 'fr', 'it', 'pt' locales. But override tab width for 'it' locale to accommodate "Mute when minimized" checkbox on Sound & Media panel. NOTE: there is no enough room for "Mute when minimized" checkbox on Sound & Media panel in 'nl' locale. It requires too much space, about 117 extra px and issue should be moved into separate ticket. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/171/ --HG-- branch : product-engine
2010-04-02mergeIgor Borovkov
--HG-- branch : product-engine
2010-04-02mergeIgor Borovkov
--HG-- branch : product-engine
2010-04-02Manual merge from default branch.Vadim Savchuk
Resolved a conflict in indra/llui/llurlentry.cpp. That broke the fix for EXT-6357. --HG-- branch : product-engine
2010-04-02Fixed major bug EXT-6595 (World->Place Profile flyout menu doesn't include ↵Vadim Savchuk
link to side panel place info). Added a new main menu item: World -> Place Profile -> Place Profile. I'm not sure about its label though (double "Place Profile"). Reviewed by Sam: https://codereview.productengine.com/secondlife/r/161/ --HG-- branch : product-engine
2010-04-02PE mergeTofu Linden
2010-04-02done EXT-6674 Switch Edit Outfit panel (list at the top) to show content of ↵Igor Borovkov
the Current Outfit system folder reviewed at https://codereview.productengine.com/secondlife/r/159/ --HG-- branch : product-engine
2010-04-02Fixed normal bug EXT-5831(Do not apply font color to timestamps in chat ↵Eugene Mutavchi
history) - added new 'ChatTimestampColor' color setting, which is set to timestamps for chat history messages in text mode which are not from log. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/160/. --HG-- branch : product-engine
2010-04-02DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunkRoxie Linden
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands
2010-04-01Automated MergeRoxie Linden
2010-04-01mergeRichard Linden
2010-04-01mergeRichard Nelson
2010-04-01fixed line endingsLeyla Farazha
2010-04-01MergeLeyla Farazha
2010-04-01EXT-3792 Legacy menus are still displayed in Inventory in Inventory side panelLeyla Farazha
reviewed by Richard CC#176
2010-04-01EXT-5110 Save Outfit dialog is non-standard modal dialog (off-center ↵Leyla Farazha
placement, empty titlebar) reviewed by Richard CC#176
2010-04-01EXT-5179 In Prefs->Setup, move Other Devices to bottom of window or to ↵Leyla Farazha
advanced EXT-5170 prefs review: move UI size to advanced reviewed by Richard CC#176
2010-04-01EXT-5168 prefs review: Remove "Small nametags" optionLeyla Farazha
reviewed by Richard cc#176
2010-04-01EXT-5584 color picker swatches are missing pure red and many common shadesLeyla Farazha
reviewed by Richard cc#176
2010-04-01EXT-3606 - Script editor window: next line not indenting if current line wrapsRichard Linden
2010-04-01fix bad xml; IT linguisticEli Linden
2010-04-01mergeRichard Nelson
2010-04-01removed unused texturesRichard Nelson
reviewed by Erica
2010-04-01EXT-3531 - Ctrl-P does not work reliably on loginRichard Nelson
deprecated handle_edit_keys_directly and moved edit menu out of menu_viewer and menu_login
2010-04-01EXT-3531 - Ctrl-P does not work reliably on loginRichard Nelson
forgot menu_edit.xml