summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-16Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-16fixed EXT-862 "Add support for Busy mode into notifications";Alexei Arabadji
disabled showing toasts except alertmodal in busy mode --HG-- branch : product-engine
2009-11-16fixed normal bug (EXT-2503) Clicking on (x) button in Message Well Window ↵Dmitry Oleshko
doesn't dismiss a group notice Added to the handler of group notices functionality on rejecting of notifications. This behavior was broken earlier in the handler for script notifications. --HG-- branch : product-engine
2009-11-16fix for normal ticket EXT-2459 Nearby toasts aren't visible when nearby chat ↵Yuri Chebotarev
console is minimized --HG-- branch : product-engine
2009-11-16fixed EXT-2500 "Avatar stops moving when online/offline notification toastAlexei Arabadji
popups" --HG-- branch : product-engine
2009-11-16Fixed normal bug EXT-2376 (Friends List folder not being correctly ↵Eugene Mutavchi
identified/fetched) --HG-- branch : product-engine
2009-11-16Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
- code cleaned up, removed commented out & unused code Functionality was not changed --HG-- branch : product-engine
2009-11-16Fixed normal bug EXT-2452 (Favorites Bar tooltip shows only 2 out of 3 ↵Andrew Dyukov
coordinates). --HG-- branch : product-engine
2009-11-16fixed EXT-2402 "Clicking on notification item in the Message Well should bringAlexei Arabadji
it to front" made LLToast and LLDockableFloater goes foreground on setVisible(TRUE); --HG-- branch : product-engine
2009-11-14No ticket.Sergei Litovchuk
- Fixed toggleable menu in Picks panel. - Minor optimization of LLToggleableMenu. --HG-- branch : product-engine
2009-11-14Fixed major bug EXT-2316 "Insert the option "pay" in the profile":Sergei Litovchuk
- Added menu item according to Communications design spec in section 4.1.2.1. --HG-- branch : product-engine
2009-11-13Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Fixed issue: "Snapshort button can appear first due to its the least width while Bottom Bar extending" - implemented ordering in which buttons can be shown: Gesture, Move, View, Snapshot. --HG-- branch : product-engine
2009-11-13Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-13Fixed normal bug EXT-1014 (Unable to move undocked camera controls bar)Andrew Dyukov
--HG-- branch : product-engine
2009-11-13Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-13implemented EXT-1286 "Need support for [ITEM_ICON], [AN_OBJECTTYPE], ↵Alexei Arabadji
[ITEM_SLURL], in notifications.xml" --HG-- branch : product-engine
2009-11-13fixed normal bug (EXT-2372) Region restart toasts have no textDmitry Oleshko
returned necessary attributes to the panel_notification.xml file that was corrupted by Chuck's commit (changeset 3862:a7bf90cddcdb) --HG-- branch : product-engine
2009-11-13Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Improved functionality to process Buttons showing via context menu - added new alert dialog ("BottomTrayButtonCanNotBeShown") in case when there is no enough space to show button For now it contains a such message: "Selected button can not be shown right now. The button will be shown when there is enough space for it." It should be reviewed by XUI team --HG-- branch : product-engine
2009-11-13Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Implemented functionality to process Buttons hidden/shown via context menu 1. hidden buttons are not processed while resizing 2. setTrayButtonVisibleIfPossible() is implemented: * If it is impossible to show required button via context menu due to there is no enough room in bottom tray * it will no be shown. * Method also stores resize state to be processed while future bottom tray extending: * - if hidden while resizing button should be hidden it will not be shown while extending; * - if hidden via context menu button should be shown but there is no enough room for now * it will be shown while extending. --HG-- branch : product-engine
2009-11-13fixed normal bug (EXT-2393) Items aren't highlighted on mouse over in the ↵Dmitry Oleshko
Message Well returned necessary attributes to the corresponding XML-files that were corrupted by Erica's commit (changesets 3991 and 3992) --HG-- branch : product-engine
2009-11-13mergeYuri Chebotarev
--HG-- branch : product-engine
2009-11-13fixed normal bug (EXT-1217) Non-interactive notifications in queue aren't ↵Dmitry Oleshko
dismissed when overflow toast is dismissed proactively returned a call to the appropriate function "onOverflowToastHide" that was brocen by commit r2150 to SVN --HG-- branch : product-engine
2009-11-13implemented major task EXT-1897 Ctl + G Gestures floater should show ALL ↵Denis Serdjuk
gestures from inventory, not just Active Gestures refactoring of gesture's manager --HG-- branch : product-engine
2009-11-13Fixed EXT-2320 "Viewer creates empty Friends folders every startup".Sergei Litovchuk
- Added check for "Friends" folder and all its contents to be fetched from server. Only after fetch is complete friends cards are synchronized with agent's buddies list. --HG-- branch : product-engine
2009-11-13fixed normal bug (EXT-2454) "Unread message" indicator isn't reset for ↵Dmitry Oleshko
chiclet in the Message Well after opening IM window added a check, whether a new message came, in order to prevent unwanted return from function, that makes impossible updating chiclets' states --HG-- branch : product-engine
2009-11-13Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Implemented functionality to process shrink after bottom tray min width is reached --HG-- branch : product-engine
2009-11-13mergeIgor Borovkov
--HG-- branch : product-engine
2009-11-13mergeIgor Borovkov
--HG-- branch : product-engine
2009-11-13fix of normal bug (EXT-2411) Toast for a group notification has bigger ↵Dmitry Oleshko
width, than other toasts fixed panel's size in XML. Also formatted XML according to standards using viewer's XML util. --HG-- branch : product-engine
2009-11-13mergeYuri Chebotarev
--HG-- branch : product-engine
2009-11-13EXT-2342 Script : Fails to work in Alpha 6Yuri Chebotarev
ok toast for objects are back... also add object inspector to nearby chat object context menu --HG-- branch : product-engine
2009-11-13mergeVadim Savchuk
2009-11-13mergeVadim Savchuk
2009-11-13No ticket. Fixed crash caused by wierdly coded std::map by MSEugene Kondrashev
--HG-- branch : product-engine
2009-11-13No ticket. Fix to prevent crash.Eugene Kondrashev
--HG-- branch : product-engine
2009-11-13mergeYuri Chebotarev
--HG-- branch : product-engine
2009-11-13EXT-2339 Chat : Nearby chat does not show full text - increase max_length to 512Yuri Chebotarev
--HG-- branch : product-engine
2009-11-13implemented normal task EXT-2175 Set up functionality for \"Leave Selected ↵Andrew Polunin
Group\" option --HG-- branch : product-engine
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-13mergeIgor Borovkov
--HG-- branch : product-engine
2009-11-12Temporary build un breakage - removing broken unit test from build while fixing.Mark Palange (Mani)
2009-11-12Couple LLMimeDiscoveryResponder more tightly with LLViewerMediaImpl. This ↵Monroe Linden
should fix DEV-41596, as well as other potential problems.
2009-11-12 EXT-2433 Fix tab max width on build toolsErica
2009-11-12Merge with product-engineSteve Bennetts
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-12mergeskolb
2009-11-12EXT-2135 [BSI] Scrolling the TOS agreement makes the entire agreement unreadableskolb
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-12do not apply additional decode priority to textures with high boost levels.Xiaohong Bao