summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-11-28Pull from viewer-experienceMerov Linden
2011-11-28EXP-1596 : Fetch system folders so we're sure they are empty if we need to ↵Merov Linden
hide them
2011-11-28bumped up MSVC warning level to 3 to catch more stuff that gcc catchesRichard Linden
2011-11-28build fixRichard Linden
2011-11-28simple code cleanupRichard Linden
2011-11-28EXP-1485 FIX -- Viewer should have a minimum sizeRichard Linden
moved min size logic into LLWindow
2011-11-25EXP-1463 FIXED (IM chiclets overlay Mini-Location bar)Paul ProductEngine
- Now chiclet bar adjusts its width with Mini-Location bar
2011-11-24EXP-1631 FIXED (Selecting Edit for more than one Pick from Profile floater, ↵Paul ProductEngine
breaks the navigation history in Picks Floater) - Allowed to create a new instance of LLPanelPickEdit for each pick
2011-11-24EXP-1581 FOLLOWUP Main menu: fixed a typo, removed duplicated items.Vadim ProductEngine
2011-11-23EXP-1577 FOLLOWUP Making default My Profile window size the same as size of ↵Vadim ProductEngine
other residents' profile floaters.
2011-11-23EXP-1581 FIXED Added more floaters to the viewer menu.Vadim ProductEngine
It is also now possible to toggle microphone via the menu. See JIRA for the full list of changes.
2011-11-22EXP-1506 FIXED starting the toast fade timer when a toast is overlapped by ↵Seth ProductEngine
other floater like avatar inspector. This is a kind of a workaround: perhaps the logic of updating the toast fade timer should be refactored to start/stop the timer from onMouseLeave/onMouseEnter callbacks instead of using "IsHovered" flag for each toast.
2011-11-21Moved snapshot to the bottom of the left toolbar per wolfLeslie Linden
2011-11-18Pull from viewer-experienceMerov Linden
2011-11-18EXP-1498, EXP-1595, EXP-1596 : Hide empty system folders in a dynamic way, ↵Merov Linden
turn the setting ON by default
2011-11-18EXP-1485 FIX -- Viewer should have a minimum size 1024x768Leslie Linden
Per conversation with Product and Leonidas, the minimum size is now set to 960x600.
2011-11-18EXP-1577 FOLLOWUP Reverting an accidentally submitted change.Vadim ProductEngine
2011-11-18EXP-1577 FIX Made agent profile position and size persistent.Vadim ProductEngine
Enable My Profile to use saved_rect. Value of the "WebProfileRect" setting is ignored in this case.
2011-11-18EXP-1501 FIX Specified help topic for the IM floater.Vadim ProductEngine
2011-11-18EXP-1554 FIXED (Selecting More Info for more than one Classified section in ↵Paul ProductEngine
Search floater, breaks the navigation history in Picks Floater) - For each classified info create a new instance of LLPanelClassifiedInfo - Added destructor for LLPanelProfile::ChildStack to avoid memory leak
2011-11-18EXP-1576 FIXED (Remove old profile window from People panel)Paul ProductEngine
- Removed old profile window from People panel with all subpanels and dependencies
2011-11-18EXP-1582 FIXED (Add "Snapshots" button to 2nd tier default toolbar)Paul ProductEngine
- Added "Snapshots" button to 2nd tier default toolbar
2011-11-17EXP-1498 : Always create the folder widget, move empty filtering to ↵Merov Linden
foltering code. Still update issues though.
2011-11-16EXP-1498 : Add a debug setting DebugHideEmptySystemFolders which is OFF by ↵Merov Linden
default so that we can control showing or hidding of system folders (this is temporary so we unblock testers).
2011-11-15EXP-1515 mergeVadim ProductEngine
2011-11-14Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-14EXP-1588 WIP Floaters do not snap to edgeRichard Linden
2011-11-14merge changes for vmrg-184Oz Linden
2011-11-11Pull from viewer-experienceMerov Linden
2011-11-11EXP-1498 : Hide empty system folders. System folders can be specifically ↵Merov Linden
marked to be hidden if empty in the LLViewerFolderDictionary constructor.
2011-11-11EXP-1544 ADDITIONAL FIX Remove 'Edit Terrain' from About Land floatercallum
2011-11-11EXP-1544 FIX Remove 'Edit Terrain' from About Land floatercallum
2011-11-11Merge with headcallum
2011-11-11EXP-1527 FIX Debug values for windowwidth and windowheight can be set below ↵callum
minimum required values and EXP-1528 Launching viewer with a settings.xml file with windowwidth and windowheight set below minimum values, launches to those values not minimum window size
2011-11-11EXP-1509 fix from Vadim PELeslie Linden
2011-11-11EXP-1489 fix from Paul PELeslie Linden
2011-11-11merge changes for vmrg-183Oz Linden
2011-11-11EXP-1515 FIXED Web Preference radio button must be clicked twice to engage.Vadim ProductEngine
Fixed the "Use external browser" radio group to work with its setting properly: * Specified valid boolean values ("true" and "") for the radio buttons. * Made default value of the setting boolean to ensure proper initialization.
2011-11-11EXP-1504 : Move the tab opening stuff to lltabcontainer and out of llbutton. ↵Merov Linden
Added an xui param to allow drill through tabs. Set that param for build panel only.
2011-11-11EXP-1509 FIXED Suppress links in resident name.Vadim ProductEngine
Fixed in the following notificatins: Remove friend, Friend Online/Offline, Friendship Accepted/Declined.
2011-11-11EXP-1489 FIXED (Cannot build notifications not being shown when chat floater ↵Paul ProductEngine
closed with chat log toggled open) Reason: There is a case when the chat floater is minimized while its visibility = true as well as its chat panel visibility = true. In this case notification won't be shown to the user. It will be shown in chat history which is in minimized floater. Solution: Check for a floater minimized state.
2011-11-10EXP-1536 fix from paul PELeslie Linden
2011-11-10Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-09EXP-1557 FIXED Voice icon shown next to IM chiclets slightly taller than IM ↵Richard Linden
chiclet image
2011-11-09Merge from PE. Thanks PaulLeslie Linden
2011-11-09Merge from Paul PE. Thanks PaulLeslie Linden
2011-11-09EXP-1548 folder FIX -- Clicking show on inventory offer does not open ↵Leslie Linden
inventory (or received items panel) on test grid Ravi set to use Received Items folder for transfers
2011-11-09EXP-1537 FIXED (Selecting More Info from Classified section in Search ↵Paul ProductEngine
floater launches People panel with inactive Edit button and access to OLD profile window) - Opening Floater Picks instead of old profile panel
2011-11-08WIP INTL-82 more LQA changes for Russianeli
2011-11-08merge changes for vmrg-182Oz Linden