summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-13No ticket. A little refactoring.Eugene Kondrashev
--HG-- branch : product-engine
2009-11-13Fixed Low bug EXT-2404-Nearby Chat: There is redundant semicolon in the log ↵Eugene Kondrashev
for system messages --HG-- branch : product-engine
2009-11-12Fixed normal bug EXT-2375 (Nearby Chat: Click on object name spawns PersonAndrew Dyukov
Inspector instead of Object Inspector) --HG-- branch : product-engine
2009-11-12Implemented major sub-task EXT-2364 (Items in group/ad-hoc IM participant ↵Eugene Mutavchi
list (avatar names) should be reshaped when adding/removing the "(Moderator)" label) --HG-- branch : product-engine
2009-11-12Initial implementation of normal task EXT-2159 (Create Vertical Slider to ↵Eugene Mutavchi
use for zoom in / out controls in view) --HG-- branch : product-engine
2009-11-12related to EXT-2397 "Notification and IM toasts stop to appear after ↵Alexei Arabadji
pressing Reply in any IM toast" corrected on hover lost event handling --HG-- branch : product-engine
2009-11-12Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-12fixed EXT-2397 "Notification and IM toasts stop to appear after pressing ↵Alexei Arabadji
Reply in any IM toast" --HG-- branch : product-engine
2009-11-12fixed major bugsDmitry Oleshko
(EXT-2392) No "login" toast appears with overall number of unresolved interactive notifications (EXT-2391) Notifications overflow toast is broken --HG-- branch : product-engine
2009-11-12Fixed minor bug EXT-1499 (Finalize the Home panel and add tooltips to the ↵Andrew Dyukov
tab grabs)- changed one icon I forgot about in yesterday's fix. --HG-- branch : product-engine
2009-11-12Fixed Major sub-task EXT-2398-Mini inspector should be opened by ↵Eugene Kondrashev
DOUBLE-click on the IM message header not by single-click --HG-- branch : product-engine
2009-11-12Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Code refuctored: - moved code to process Borrom Bar shrinking into separate method - unified code to process a hiding of the Bottom Tray's buttons Code is ready to process shrink after min width is reached & be synchronized with user hidden buttons --HG-- branch : product-engine
2009-11-12Fixed major bug EXT-2400-Viewer crashes on right button click upon IM P2P ↵Eugene Kondrashev
chiclet. Removed call to non-existing child --HG-- branch : product-engine
2009-11-12Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-12mergeIgor Borovkov
--HG-- branch : product-engine
2009-11-12no ticket, fixed IM message counting and firing new message balloonIgor Borovkov
--HG-- branch : product-engine
2009-11-12mergeLynx Linden
2009-11-12DEV-2925: Remove a null char at the end of the location string.Lynx Linden
2009-11-12DEV-2925: Remove support for secondlife:///app/objectim URLs.Lynx Linden
These are no longer generated in Viewer 2.0 (instead we use notifications to send object IMs to the user), so there's no need to look for them in every textbox. Users can get details on any objects spamming them via the new remote object inspector.
2009-11-12DEV-2925: Added a new remote object inspector.Lynx Linden
This is used to display details about objects that may not be in the current scene (the existing object inspector is tied to selection and only works for objects in the scene). The remote inspector lets you see the name and owner of the object. You can also teleport to the object's location, view the location on the map, or mute the object. I've also added more information to the notification you receive when an object sends you an IM via llInstantMessage(). This notification now has an "Inspect" button that brings up the remote object inspector.
2009-11-12Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
increased chat bar text field to compensate changes in changeset: 4652 : d0832cfa71c6 (for EXT-2356 Replace Log button in bottom tray with up arrow) --HG-- branch : product-engine
2009-11-12Fixed Low bug EXT-2345-There is wrong direction arrow in IM window, after ↵Eugene Kondrashev
this window has been closed and restored (refer to screenshot) --HG-- branch : product-engine
2009-11-12final fix forDmitry Oleshko
(EXT-989) IM chiclets should expand to show active voice indicator (EXT-988) Change indication of unread messges in chiclets fixed chiclets' behavior in the Message Well Window --HG-- branch : product-engine
2009-11-12mergeSteve Bennetts
2009-11-12Better fix for edge case where abort call to readComplete() can cause a crash.Steve Bennetts
2009-11-11Fix for DEV-42720 - media settings floater is Emptycallum
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/James Cook
2009-11-11Revert global font setting for UI controls because it makes About Land crashJames Cook
Apparently moving ui_ctrl to a different registry breaks our ability to create dummy ones in code. Reverting until I have time to investigate. Discussed with Richard
2009-11-11Fix merge error (and hence build breakage :( )Rick Pasetto
2009-11-11Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-11-11Fix a potential crash if scroll button is not thereRick Pasetto
2009-11-11some minor changes based on Richard's code reviewRick Pasetto
Code Collab #34
2009-11-11Remove references to media_panel_scroll in ↵Monroe Linden
LLPanelPrimMediaControls::updateShape(), as it was removed from the XUI file.
2009-11-11Changing VC Debugger working directory to be ${CMAKE_CURRENT_SOURCE_DIR} to ↵brad kittenbrink
restore ability to edit in place xui files, shaders, etc.
2009-11-11Fix bad XML causing UI images not to load.James Cook
2009-11-11Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-11-11Add ToolTip functionality to LLScrollListCellRick Pasetto
This change enables a user to set a custom tool tip on a particular scroll list cell by calling setToolTip(). Then, this tool tip is used. If this is not done, the existing tooltip functionality is left alone. Reviewed by Richard
2009-11-11Merge from product-engineSteve Bennetts
2009-11-11DEV-41358: Changed format of preferred maturity for search.Lynx Linden
Now preferred maturity is passed to the search web pages as an r={13|21|42} query param.
2009-11-11merge: pulling changes from trunkNyx (Neal Orman)
2009-11-11fixing build - last commit had bad call to startAppearanceAnimationNyx (Neal Orman)
function definition of startAppearanceAnimation chagned - last patch missed eliminating the parameters at line 6594 in llvoavatar.cpp. This patch fixes the issue, confirmed builds and runs locally.
2009-11-11Fixed typo.Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-2359
2009-11-11Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-11Added tool-tip graphic.Justin C. Rounds (Chuck)
2009-11-11DEV-34507 too many baked texture uploadsNyx (Neal Orman)
Fixed a double-bake bug on hitting the "OK" button of the appearance editor Also cleaned up extraneous calls to requestLayersetUpload. Behavior should now be consistent with resident expectations. Code reviewed by Bigpapi
2009-11-11EXT-2173 use of visual param animation inconsistent at bestNyx (Neal Orman)
removed ambiguous parameter "set_by_user" from many places in codebase, renaming it to be upload_bake, which is a more accurate descriptor. This allowed me to see several inconsistencies in how this variable was being set - these errors were also fixed. User-visible result should be that baked textures are not reuploaded on changing avatar sex until the save button is pressed. primary win here is code clarity. Code reviewed by Bigpapi.
2009-11-11Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-11unbreak buildrichard
2009-11-11Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-11mergerichard