summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2011-12-02EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵Leslie Linden
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10.
2011-12-02Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-02made slplugin less spammy when it fails to launchRichard Linden
2011-12-02EXP-1654 FIX fast timers does not show entire frame when Full bar = MaxRichard Linden
2011-12-02EXP-1476 FIXED (Moving speak button to empty toolbar while incoming/outgoing ↵Paul ProductEngine
call dialog is open does not move the dialog as well) Reason: A floater can be docked only to a button which is in visible chain, the visibility of the button itself is not enough. After the button was added to the empty toolbar: mButtonAddSignal is called and the floater tries to dock to the button, but the button's parent(mButtonPanel) is yet invisible at this moment (so the button is not in visible chain). mButtonPanel visibility updates in draw() depending on whether it contains some buttons or not. Solution: Updating mButtonPanel visibility right after the button was added, before mButtonAddSignal
2011-12-02EXP-1463 ADDITIONAL FIX (IM chiclets overlay Mini-Location bar)Paul ProductEngine
- Don't let chiclet list left side to be out of chiclet_container
2011-12-02EXP-1372 FIXED Made minimum height of Appearance and Places floaters ↵Vadim ProductEngine
consistent with other FUI floaters.
2011-12-01Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-01EXP-1588 FIX Floaters do not snap to edgeRichard Linden
2011-12-01Build fixes for mac, hopefully Linux tooLeslie Linden
2011-11-30gcc fix attemptRichard Linden
2011-11-30Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-30increment viewer version to 3.2.5Oz Linden
2011-11-30merge changes for vmrg-195Oz Linden
2011-11-30merge changes for vmrg-194Oz Linden
2011-11-30EXP-1634 FIXED Removed the "exchange rates" link from the L$ Buy Dialog.Vadim ProductEngine
2011-11-29Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-29fix for crash on startup (font system not initialized when first creating fonts)Richard Linden
2011-11-30EXP-1641 FIXED Snapshot floater doesn't persist between sessions anymore to ↵Vadim ProductEngine
avoid capturing login screen.
2011-11-30EXP-1640 FIXED Fixed weirdly looking Snapshot floater in Italian and French ↵Vadim ProductEngine
locales.
2011-11-30EXP-1636 FIXED Extend menubar label changes to floater titles and FUI button ↵Vadim ProductEngine
labels.
2011-11-30EXP-1580 FIXED applying "MinWindowWidth" and "MinWindowHeight" settings to ↵Seth ProductEngine
Linux viewer window. Added minimum size setting method for X11 viewer window on Linux.
2011-11-29Pull from viewer-experienceMerov Linden
2011-11-29Pull from viewer-experienceMerov Linden
2011-11-29EXP-1565 FIXED Fixed IRC-style emotes in chat.Vadim ProductEngine
2011-11-29EXP-1580 FIXED resize indicator on Linux showing Viewer window can be ↵Seth ProductEngine
resized below minimum size. Fixed using minimum window dimensions configured in debug settings.
2011-11-28Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-28build fixRichard Linden
2011-11-28removed unneeded changeversion tracking in param blocks in favor of a ↵Richard Linden
simpler dirty bit
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-28mergeBrad Payne (Vir Linden)
2011-11-26Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2011-11-26changed RelWithDebInfo config on Windows to not auto-inline, for easier ↵Richard Linden
debugging.
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-23merge changes for vmrg-192Oz Linden
2011-11-23merge changes for vmrg-190Oz Linden
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-22merge changes for vmrg-191Oz Linden
2011-11-21FIX INTL-82 LQA changes for Turkish and Frencheli
2011-11-21sync with viewer-developmenteli
2011-11-21Moved snapshot to the bottom of the left toolbar per wolfLeslie Linden