summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_teleport_history_item.xml
AgeCommit message (Collapse)Author
2010-09-03VWR-20696 ADDITIONAL FIX Fixed broken buttons in detached sidebar panels.Vadim Savchuk
Buttons belonging items of some FlatListView instances didn't work (i.e. click on them didn't invoke the callback) if the list was inside a detached sidebar tab. I'm working around that by a simple XML fix (disabled focusing the broken buttons), but the issue needs further investigation. Affected panels: avatar list, group list, teleport history. Reviewed by Sergey Litovchuk
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-07-15changed allow_html to parse_urls to be clearer about its meaningRichard Linden
allow_html still supported as alternate
2010-01-26fixed minor bug EXT-4186 List items are displayed as links in the FlatList ↵Denis Serdjuk
if match URL regexp Solution: disabling html parsing in teleport history item. --HG-- branch : product-engine
2009-12-18Fixed normal bug EXT - 3288 (Tool-tips are missing on whole Places panel)Paul Guslisty
--HG-- branch : product-engine
2009-11-18Fixed minor bug EXT-2545 (TP History: focused item highlightAndrew Dyukov
overlaps next item in list). --HG-- branch : product-engine
2009-11-16fixed minor bug EXT-2292 Teleport History items don't fit to width of panelDenis Serdjuk
--HG-- branch : product-engine
2009-11-05Fixed major bug EXT-2221 (Teleport History > List item > Arrow button should ↵Sergey Borushevsky
open Place Profile, not teleport) Fixed major bug EXT-2222 (Remove (i) inspector icon from Places > Teleport History > item) Fixed major bug EXT-2223 (Places > Teleport History > Arrow icon should only appear on mouseover) Actually it's just replacing image for right-side button on history item. --HG-- branch : product-engine
2009-11-04mergerichard
2009-11-02removed picture_style from LLButton::Params and allow empty labelsrichard
2009-11-02Merge from another head of the default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-02Fix for formal bug EXT-1435 (Font not to spec, missing associated icon, See ↵Sergey Borushevsky
spec for proper spacing requirements) Enabled visibility of icon. --HG-- branch : product-engine
2009-10-31Fix font and layout for list items, status bar, people panel tabs, system ↵Erica
well EXT-2055
2009-10-08only add LLScrollContainers to text widgets when requested, saving on ↵Richard Nelson
LLTextBox construction time combined clip and scroll attributes of text editors and text boxes...if you want to clip text, you need to introduce a scrollbar moved clear to LLTextEditor so that text boxes won't empty out when calling LLPanel::clearCtrls() EXT-1354 - added optional wrapping to LLTooltips...inspector tooltips don't wrap, everything else does added LLFastTimer::reset call on application init to prime timers for pre-login timing fixed tooltips positioning incorrectly due to mis-sized tooltipview eliminated hide_scrollbar param for text editors reviewed by Leyla
2009-10-05merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1887 https://svn.aws.productengine.com/secondlife/pe/stable-2@1888 -> viewer-2.0.0-3 * Bugs: EXT-1148 * New Dev: EXT-1140
2009-09-29merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1830 https://svn.aws.productengine.com/secondlife/pe/stable-2@1839 -> viewer-2.0.0-3 JIRAS: EXT-96 EXT-204 EXT-312 EXT-334 EXT-479 EXT-498 EXT-514 EXT-637 EXT-647 EXT-746 EXT-748 EXT-749 EXT-757 EXT-789 EXT-794 EXT-808 EXT-817 EXT-823 EXT-831 EXT-834 EXT-837 EXT-844 EXT-848 EXT-862 EXT-876 EXT-896 EXT-897 EXT-898 EXT-899 EXT-910 EXT-912 EXT-918 EXT-921 EXT-925 EXT-926 EXT-928 EXT-930 EXT-931 EXT-935 EXT-938 EXT-939 EXT-952 EXT-985 EXT-986 EXT-992 EXT-994 EXT-995 EXT-996 EXT-997 EXT-998 EXT-1001 EXT-1004 EXT-1010 EXT-1012 EXT-1016 EXT-1018 EXT-1020 EXT-1028 EXT-1041 EXT-1044 EXT-1051 EXT-1052 EXT-1061 EXT-1069 EXT-1071 EXT-1074 EXT-1075 EXT-1076 EXT-1078 EXT-1080 EXT-1081 EXT-1082 EXT-1083 EXT-1085 EXT-1092 EXT-1093 EXT-1099 EXT-1100 EXT-1101 EXT-1104 EXT-1106 EXT-1111 EXT-1113 EXT-1114 EXT-1115 EXT-1116 EXT-1118 EXT-1119 EXT-1129 EXT-1132 EXT-1135 EXT-1138 EXT-1142 EXT-1161 EXT-1162 EXT-1178 EXT-1180 * NEW DEVELOPMENT: * EXT-898 - Add dock/undock support for camera and movement controls * Avatar list changes * Bottom bar changes: menu, docking, visibility * Camera changes * Camera & Movement Floaters * Dockable Floaters (LLDockableFloater) * Removed LLListCtrl * Toast / Notification changes: signal / destruction changes, ordering * Nearby chat input should display active voice indicator QA NOTES: * Message Well Window is ready to be tested for regression & matching the spec. * Verify Group List Item L&F * Verify All tabs in People Panel * Verify that Picks behavior is not changed