summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
AgeCommit message (Collapse)Author
2010-01-19DEV-39252 fix any duplicate name= elements in viewer-2-0. Duplicates break ↵Ramzi Linden
localization.
2010-01-19better fix of EXT-299 "Mute" still showing in avatar Context menu, although ↵Ramzi Linden
label says "Block" The original fix at r6543 created a duplicate node, which breaks localization. Renaming that new node with a unique name=.
2010-01-19Merge gooey into viewer 2skolb
2010-01-19PE merge.Tofu Linden
2010-01-19L10N: harmless commit to test the Viewer Localization Tool, which has been ↵Ramzi Linden
broken for 80 days.
2010-01-19EXT-4338 Design alert for Outfit save to help users understand what is ↵Erica
happening
2010-01-19Fixed normal bug Bug EXT-4444 ([BSI] Buy L$ art in top bar is clipped when ↵Andrew Dyukov
Fav and Navbar are hidden). - Changed vertical alignment of "Buy L$" and some other elements in status bar via xml. --HG-- branch : product-engine
2010-01-19EXT-4412 swap order of tabs on outfit editor panelNyx (Neal Orman)
Swapping back so "my outfits" is displayed first. Also changing code so that this change can be made in the future as a XUI-only change. Reviewed by Vir.
2010-01-19Made name boxes displaying an avatar's partner clickable and have a proper ↵Vadim Savchuk
initial value. --HG-- branch : product-engine
2010-01-19Fixed bug EXT-4471 (Group Profile Group Founder not Clickable).Vadim Savchuk
--HG-- branch : product-engine
2010-01-19fixed bug EXT-4445 [BSI] Can start an IM session with myself and offer items ↵Denis Serdjuk
via context menu in group chat participants list --HG-- branch : product-engine
2010-01-19Fixed major bug EXT-4206 - Bottom bar spec calls for button background art ↵Dmitry Zaporozhan
on IM Chiclets. --HG-- branch : product-engine
2010-01-19Fixed low bug EXT - 3703 (Startup toast message doesn't fit toast width)Paul Guslisty
--HG-- branch : product-engine
2010-01-18Fixed low bug (EXT-4310) '+' btn on My Landmarks tab of Places panel ↵Sergei Litovchuk
duplicates behavior of Star btn in nav bar - Added alert if trying to create landmark for same location more than once. --HG-- branch : product-engine
2010-01-18fixed EXT-3005 Ascii art looks ugly in the nearby chatIgor Borovkov
--HG-- branch : product-engine
2010-01-18Fixed critical bug EXT-4419 ([BSI] pressing enter without local chat ↵Eugene Mutavchi
selected causes warning flood) --HG-- branch : product-engine
2010-01-18Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-15mergerichard
2010-01-15mergerichard
2010-01-15Clean up the XUI for media controls (avoids warnings)Rick Pasetto
- get rid of some invalid params - make sure all buttons are named
2010-01-15get rid of 'min_width' from <button>s -- it isn't a valid paramRick Pasetto
2010-01-15Merge for EXT-1874, EXT-3800, EXT-4133Leyla Farazha
2010-01-15EXT-4133 MissingString(AllEstatesYouOwn) when adding/removing from ↵Leyla Farazha
REGION/ESTATE, Estate tab reviewed by James
2010-01-15mergerichard
2010-01-15EXT-4380 - LLTextEditor: line_spacing.multiple option doesn't work well with ↵richard
"widgeted" text partial fix reviewed by Leyla
2010-01-15Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-15FIX EXT-3957: add "Media Enabled" checkbox to Privacy PrefsRick Pasetto
review http://codereview.lindenlab.com/271074
2010-01-15Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-15EXT-4253 "unsaved" detection seems buggyNyx (Neal Orman)
Corrected bug where saving an outfit wouldn't update the "unsaved" marker on the UI. Also switched the UI to use a popup dialog to request the name of the outfit being made, as we could not convey everything we needed to on the button alone. Code reviewed by Vir
2010-01-15mergerichard
2010-01-15mergerichard
2010-01-15Merge.Tofu Linden
2010-01-15mergerichard
2010-01-15EXT-3741 Viewer menus need outlines or dropshadowsJames Cook
Set drop_shadow="true" in menu.xml
2010-01-15EXT-4148 EXT-4230: Lots of help ID updates.Lynx Linden
Updated the logic of the help ID detection to search sub-panels before searching active tabs. For some reason, certain tabs are still visible and active even though they are not being displayed on screen. I also removed a bunch of help IDs for button panels that just confuse things. Also went through all of the side panel tabs and added new help IDs where appropriate. These are: profile_classified_info profile_edit_classified profile_pick_info profile_edit_pick my_inventory_tab recent_inventory_tab
2010-01-15PE merge.Tofu Linden
2010-01-15Fixed a minor spelling issue.Vadim Savchuk
--HG-- branch : product-engine
2010-01-15EXT-3836: Don't show "?" button in script-generated dialogs.Lynx Linden
2010-01-15Fixed low bug EXT-4371 - Text from search history drop-down list merge with ↵Dmitry Zaporozhan
landmarks on 'Favorites Bar' --HG-- branch : product-engine
2010-01-14EXT-4362 Replace red beacon arrow with anti-aliased png, ↵Erica
EXT-4363Notification list is too close to the right of the screen, conflicts with window resize affordance
2010-01-14DEV-43688 commit new translations - DE (strings set4h)Ramzi Linden
These are suggested edits from the resident translators, approved by Simone
2010-01-14"Enabled" checkbox for friends log in/out.Chuck Linden
http://jira.secondlife.com/browse/EXT-4204
2010-01-14merge.Tofu Linden
2010-01-14Created new assets and modified xml to clean up tabbed IM window layout.Chuck Linden
http://jira.secondlife.com/browse/EXT-4205
2010-01-14DEV-43134 insert localized hyperlinks for all places in the XUI where the ↵Ramzi Linden
Viewer jumps to the web: floater_html.xml, floater_help_browser.xml, and floater_buy_currency.xml
2010-01-14Partially fixed normal bug (EXT-4212) There's an ability to send non-latin groupSergei Litovchuk
notices but they turn to '????...' in group profile page - Disabled non-ascii characters in group notice subject editor. - Group notice text editor depends on (EXT-3103) Add an option to restrict entering non-ascii symbols in text editor. --HG-- branch : product-engine
2010-01-14Fixed normal bug (EXT-3794) Controls in Edit Pick side panel cut off bySergei Litovchuk
vertical scrollbar. - Added resizing pick info and pick editing panels when vertical scrollbar appears. - Resized controls on pick info and edit panels to avoid them being overlapped by scrollbar. - Changed pick info description from text box to text editor in read-only mode to allow text scrolling. - Removed text box resizing logic from LLPanelPickEdit. --HG-- branch : product-engine
2010-01-14At last! Implemented normal task EXT-3477 (Change gesture list implementation).Andrew Dyukov
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView to properly draw it without using topcontrol (because it caused problems). This commit also fixes following bugs: EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button) EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button) EXT-2610 ('Gesture' btn: floater opens on OnMouseDown) --HG-- branch : product-engine
2010-01-14Fixed major bug EXT-4177: [BSI] Notification about inventory offer lacks ↵Vadim Savchuk
article (a/an). Changed the text to "<name> has given you this <item>". --HG-- branch : product-engine
2010-01-14EXT-3752: Change color of "Sign up" link on login screen.Lynx Linden