summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
AgeCommit message (Collapse)Author
2009-11-09merge.Tofu Linden
2009-11-09don't have the 'speak' button be, technically, a toggle buttonTofu Linden
- we'll be managing its state rather manually, not necessarily conforming to 'toggle' semantics.
2009-11-09EXT-1866 : Inventory Side PanelLoren Shih
Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items. This is to make the UI behavior compliant with the Inventory Panel MVP. Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0).
2009-11-09mergeRamzi Linden
2009-11-09EXT-2106 I18N Nav bar: a node in panel_navigation_bar.xml cant be localized ↵Ramzi Linden
because it has no name= I18N: 2 nodes in panel_preferences_privacy.xml cant be localized because it has no name= I18N: 2 EN files menu_inspect_object_gear.xml, panel_group.xml use duplicate name= parameters from a copy/paste error L10N: rephrase for localizability in panel_preferences_advanced.xml and panel_preferences_sound.xml
2009-11-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-08DEV-38840: Fix the Pay Resident floater.Lynx Linden
It was failing to open due to an unknown string and the L$5 button was labelled incorrectly (it said L$1).
2009-11-08EXT-332: Added support for local currency estimates to the Buy L$Lynx Linden
and Buy Land floaters. We now check for a new estimatedLocalCost key from the XML-RPC server, which provides the estimated cost in the user's local currency, e.g., "US$ 10.00" or "10.00 Euros". Note: the server is not currently sending this information. The previous codepath still exists and should be unaffected. That is, we will continue to check for an estimatedCost key from the server with a value specified in US cents. We give precedence to estimatedLocalCost though and may want to remove this code once the international billing server changes go live. <lynx@lindenlab.com> HG: branch 'default' HG: changed indra/newview/llcurrencyuimanager.cpp HG: changed indra/newview/llcurrencyuimanager.h HG: changed indra/newview/llfloaterbuyland.cpp HG: changed indra/newview/skins/default/xui/en/floater_buy_land.xml
2009-11-07mergeSteve Bennetts
2009-11-06Added camera preset art and attached to camera controlsErica
2009-11-06merge changes from product-engineSteve Bennetts
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Erica
2009-11-06New inventory iconErica
2009-11-06EXT-2031 Admin Menu Missing Without Advanced Menu EnabledSteve Bennetts
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-06mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-06mergeLeyla Farazha
2009-11-06EXT-1576 "Zoom In" menu option should be disabled when the person is not ↵Leyla Farazha
in range EXT-2306 Default voice input/output pref panel to closed
2009-11-06EXT-2278 : "Save Texture As" for bottom panelLoren Shih
EXT-2310 : "Save Texture As" for inventory right-click menu "Save Texture As" now works properly and brings up the texture preview while saving. Also added "Save Texture As" to the right-click inventory context menu. --HG-- branch : avatar-pipeline
2009-11-06mergeJames Cook
2009-11-06EXT-1501 Menu fonts now configurable in XUI, set size to SansSerifSmallJames Cook
2009-11-06Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-06Changed "Support" tab to "Info".Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-2177
2009-11-06merge from remote repoRick Pasetto
2009-11-06FIX: zoom/unzoom should appear to be one iconRick Pasetto
this was a fairly trivial UI change....
2009-11-06Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-06Updated default_profile_picture to match style. Added Blank graphic to use ↵Justin C. Rounds (Chuck)
as overlay icon (in order to produce tool-tip). Created panel_profile_user.xml which is a profile panel specifically for the current user, and modified panel_me_profile to call it accordingly. http://jira.secondlife.com/browse/EXT-2245
2009-11-06FIX DEV-41587: Update current URL in draw()Rick Pasetto
The current URL is now re-fetched from the current selection. Also did some minor refactoring
2009-11-06mergeSteve Bennetts
2009-11-06merge from texture-pipelineSteve Bennetts
2009-11-06Make test text floaters so Erica can make a call on final font sizes.James Cook
2009-11-06hg mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-06mergeJames Cook
2009-11-06fixed bug EXT-2111 Unable to edit the Notes & Privacy contentDenis Serdjuk
--HG-- branch : product-engine
2009-11-06Show glow around interactive objects on hover. Glow shows through ↵James Cook
objects/avatars - this is expected. Effect from DaveP long ago, hover code by me long ago, just changing the default setting.
2009-11-06merge.Tofu Linden
2009-11-06Backed out changeset ad70c07b05b6Tofu Linden
(ad70c07b05b6 was 'Reduced "Medium" font size, which is a temporary fix until menu font can be defined specifically. http://jira.secondlife.com/browse/EXT-1315') This change was too all-around impactful just for the sake of the menu font - it made medium and small font sizes indistinguishable, leading to lots of invisible mismatches as long as this hack persisted...
2009-11-06Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-06EXT-2231: Let users view release notes for a server change.Lynx Linden
I've added a hyperlink to the "You just entered a region using a different server version" notification. Users can click over this link to view the release notes for that server version. This notification recently started turning up in the local chat log, so the above solution works in that case as well as if it remained as a popup notification panel.
2009-11-06mergeIgor Borovkov
--HG-- branch : product-engine
2009-11-06implemented normal subtask EXT-2263 IM P2P: avatar name under avatar icon ↵Igor Borovkov
should follow avatar icon and should not overlap it when being resized --HG-- branch : product-engine
2009-11-06Fixed low bug EXT-2109 (Add moderator label if user is a moderator of a ↵Eugene Mutavchi
group chat(See old communication floater)) --HG-- branch : product-engine
2009-11-06No ticket fixed dropped functionaliti by prev commitEugene Kondrashev
--HG-- branch : product-engine
2009-11-06Partial implementation of EXT-1906 All speakers handling functional in old ↵Eugene Kondrashev
IM Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff --HG-- branch : product-engine
2009-11-06merge QAR-1829: texture pipeline branch in viewer-2.0.0.3Xiaohong Bao
2009-11-05EXT-2278 : "Save Texture As" for bottom panelLoren Shih
--HG-- branch : avatar-pipeline
2009-11-05EXT-2277 : Bottom panel for Inventory viewLoren Shih
"Add" button menu for bottom panel. --HG-- branch : avatar-pipeline
2009-11-05mergeJames Cook
2009-11-05EXT-2277 : Bottom panel for Inventory viewLoren Shih
Adds gear menu, add button, trash. --HG-- branch : avatar-pipeline
2009-11-05EXT-2030 Accordion header needs to change graphic when selected/expandedJames Cook
New attribute header_image_expanded supplies background image. Reviewed with Leyla (last commit too)