summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
AgeCommit message (Collapse)Author
2012-06-04STORM-1845: Move "Show HUD Attachments" to Me menuMartinRJ
2012-06-04merge dictionary importOz Linden
2012-06-04STORM-276 Dictionary import functionality and floaterKitty Barnett
2012-06-01EXP-1950: Correcting typo in notification.Todd Stinson
2012-06-01CHUI-119 FIXED Bug fixed. Clean up a codeAlexanderP ProductEngine
2012-05-31merge changes for storm-276Oz Linden
2012-05-31CHUI-119 WIPSeth ProductEngine
2012-05-31STORM-276 Match preferences look to that of the auto-replace functionality ↵Kitty Barnett
in STORM-1738
2012-05-30merge changes for storm-1858Oz Linden
2012-05-30merge changes for storm-1862Oz Linden
2012-05-30merge changes for storm-1860Oz Linden
2012-05-30CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-containerAlexanderP ProductEngine
2012-05-29EXP-1950: Breaking out the dialogs into 2 paths so that teleports can report ↵Todd Stinson
messages with slightly different wordings.
2012-05-29EXP-1942,EXP-1945: Pulling down the teleport screen in the scenario of ↵Todd Stinson
waiting for a maturity preference change that is still being posted to the server.
2012-05-29EXP-1942,EXP-1945: Ensuring that the teleport process waits for the maturity ↵Todd Stinson
preferences to be synced between viewer and server.
2012-05-26merge latest viewer-releaseOz Linden
2012-05-25Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-05-25EXP-1942,EXP-1945: More robust handling and syncing of the maturity preference.Todd Stinson
2012-05-25Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148simon@Simon-PC.lindenlab.com
2012-05-24CHUI-78 FIXED group actions gear menu in People->Groups.Seth ProductEngine
Used the same menu for groups list context menu and gear menu in People->Groups. Changed the type of groups list context menu to toggleable.
2012-05-24storm-1738: fix entry of new abbreviationsOz Linden
2012-05-23Removing some code that allowed the viewer to toggle the user's maturity ↵Todd Stinson
access level. But only toggling it in the viewer leads to some really bad discontinuities with the server's actual access level for the user.
2012-05-23Removing cruft code that is no longer used.Todd Stinson
2012-05-23storm-1738: restructure code, preferences storage, preferences ui; ui not ↵Oz Linden
completely tested
2012-05-23EXP-1949: Altering the ignore text for the dialogs related to adult check.Todd Stinson
2012-05-23EXP-1947: Altering notification toasts in the case of a teen user.Todd Stinson
2012-05-23EXP-1946: Adding a missing teleport failure message.Todd Stinson
2012-05-23EXP-1944: Changing the default answer for the LandClaimAccessBlocked_Change ↵Todd Stinson
and LandBuyAccessBlocked_Change notifications.
2012-05-22EXP1-1945: Adding in a flow to catch other cases of teleportation failures ↵Todd Stinson
due to maturity levels and bad network access. Still need better copy for the error message.
2012-05-22merge changes for DRTVWR-152Oz Linden
2012-05-22MAINT-119 FIXED (PUBLIC]no-transfer textures not searchable via texture picker)Paul ProductEngine
- Implemented Richard's and Leo's spec - Also fixed an issue when applying no-transfer texture for an object using texture picker, creates redundant copies of the texture in the object's content
2012-05-22merge changes for DRTVWR-149Oz Linden
2012-05-21EXP-1943: Incorporating Leo's new copy changes for notifications.Todd Stinson
2012-05-21EXP-1928: Restoring the flow for non-teleport-failure messages through the ↵Todd Stinson
special notification handler.
2012-05-21MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Fix for potential truncation
2012-05-20Merged with viewer-betaKitty Barnett
2012-05-18STORM-1862 The left-hand border of the input field for IMs is missingHitomi Tiponi
With help from Jonathan Yap
2012-05-18Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-05-18CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵Richard Linden
dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications
2012-05-18MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Requested permissions are added dynamically to the dialog's footer - And the footer is not shown when it is empty
2012-05-18STORM-1860 Remove obsolete code and file(s) for mesh model upload wizardJonathan Yap
2012-05-18STORM-1858 [TRUNCATED] FR - String truncation and floater not wide enough in ↵Jonathan Yap
the upload model window
2012-05-17EPX-1938: Adding a special behavior for the NotAgeVerified notification to ↵Todd Stinson
display either an ignorable modal dialog or a toast-style notification. Also, altering the copy for the notifications.
2012-05-17EXP-1937: Updating copy to change 'age-verified' to 'age 18 or older'.Todd Stinson
2012-05-17EXP-1928: Constructing the new maturity preferences flow for the case of a ↵Todd Stinson
teleport via lure (which cannot be restared).
2012-05-17EXP-1928: Minor tweak to ensure that the case of the copy for content type ↵Todd Stinson
is lower-case.
2012-05-17EXP-1928: Handling the rare case that the user preferences cannot be ↵Todd Stinson
successfully changed, and reporting that to the user.
2012-05-17EXP-1928: Implementing copy changes to notifications.Todd Stinson
2012-05-17MAINT-938 FIXED (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Added new tag called "footer" to the notification. This tag allows to display messages under the buttons in toasts. - Created new class LLToastScriptQuestion for the "ScriptQuestionCaution" notification. This notification supports tag <footer>.
2012-05-17CHUI-105 WIP Implemented collapsed/expanded state transitions for messages ↵Seth ProductEngine
and conversation panes. The states and dimensions of Conversations floater panes are saved in per account settings.