Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | fixed major EXT-2551 Nearby Chat undocs after minimizing and opening (being ↵ | Igor Borovkov | |
docked before) --HG-- branch : product-engine | |||
2009-11-17 | Fixed critical bug EXT-2469 "Viewer crashes in the Floater Call". | Sergei Litovchuk | |
- Re-factored Floater Call initialization and destruction logic. - Removing voice channel participants observer when call ends. --HG-- branch : product-engine | |||
2009-11-17 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-17 | Merge from default branch. | Vadim Savchuk | |
Added missing trailing newline to fix Linux build. --HG-- branch : product-engine | |||
2009-11-17 | implemented major EXT-2523 The minimize button should hide undocked IM ↵ | Igor Borovkov | |
windows, not minimize them --HG-- branch : product-engine | |||
2009-11-17 | Implemented normal task EXT-1551-[BSI] Add scrollbar to group notice ↵ | Eugene Kondrashev | |
notification --HG-- branch : product-engine | |||
2009-11-17 | fox4 low task EXT-2480 Open Blocked List panel when blocking an object from ↵ | Yuri Chebotarev | |
nearby chat console --HG-- branch : product-engine | |||
2009-11-17 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-17 | implemented EXT-2515 "Docked floaters should be resizeable"; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-17 | completed major task EXT-2516 Remove the close button from IM window title | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-17 | Fixed minor bug EXT-1230 ('Block object by name' btn doesn't have a tool-tip). | Andrew Dyukov | |
--HG-- branch : product-engine | |||
2009-11-17 | fix4 normal task EXT-2521 Remove timestamp and fake voice indicator from ↵ | Yuri Chebotarev | |
nearby chat toasts --HG-- branch : product-engine | |||
2009-11-17 | Minor style changes for EXT-1014 (Unable to move undocked camera controls ↵ | Andrew Dyukov | |
bar) fix. --HG-- branch : product-engine | |||
2009-11-17 | fixed normal bug (EXT-2543) Notification toasts overlap bottom tray | Dmitry Oleshko | |
adjusted control's height in order to remove a negative BOTTOM value --HG-- branch : product-engine | |||
2009-11-17 | Completed major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
- added possibility to shrink/extend buttons (gestures, move, view) while resizing - I had to add LLLayoutStack::getPanelMinSize interface to validate width of Layout panels with these buttons --HG-- branch : product-engine | |||
2009-11-17 | fixed normal bug (EXT-2505) Implement ellipsis for attachments in Group Notices | Dmitry Oleshko | |
adjusted width of the "Attachment" field and added "ellipses" attribute --HG-- branch : product-engine | |||
2009-11-17 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-17 | undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵ | angela | |
font.style, font.name and font.size params for font creating | |||
2009-11-16 | Fix comment-in-comment that was breaking Mac build. | James Cook | |
2009-11-16 | Fix up line endings issues. | callum | |
2009-11-16 | Restore a minor change to the media test mule that was checked in by mistake | callum | |
2009-11-16 | Merge with Tip | callum | |
2009-11-16 | Fix for - DEV-42713 (Playing MP3s crash the QuickTime plugin) | callum | |
Note: This was fixed earlier in checkTitle() bosy and checked in by mistake. This checkin re-enables the title grabbing code. | |||
2009-11-16 | merge | richard | |
2009-11-16 | fix for llfasttimer not appearing with tall windows | richard | |
reviewed by Palmer | |||
2009-11-16 | Merge with tip | callum | |
2009-11-16 | Merge with tip | callum | |
2009-11-16 | Fix for usual signed/unsigned int error from Mac developed changes.. | callum | |
2009-11-16 | Merge with viewer-2-0 changes | Mark Palange (Mani) | |
2009-11-17 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-16 | Hopefully the final fix for DEV-42800 (white flash at login). | Monroe Linden | |
Reinstated the hide_loading parameter to LLMediaCtrl, and made it cause LLMediaCtrl::draw() to early-exit between creating the LLViewerMediaImpl and receiving the initial MEDIA_EVENT_NAVIGATE_COMPLETE. | |||
2009-11-16 | Made nearby media list sort on distance from avatar instead of priority. | Monroe Linden | |
When the MediaPerformanceManagerDebug debug setting is enabled, the list will sort by priority the way it used to. | |||
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-16 | fix for DEV-2530: crash after teleporting to refion. | Xiaohong Bao | |
2009-11-16 | Added MediaPerformanceManagerDebug debug setting. | Monroe Linden | |
2009-11-16 | EXT-2529 Fixed viewer_manifest.py to check secondlife-bin.exe for bad ↵ | Mark Palange (Mani) | |
manifest linking. Reviewed by Palmer. | |||
2009-11-16 | Fix a logic error in the code to hide the initial about:blank navigate that ↵ | Monroe Linden | |
caused DEV-42093 to recur. | |||
2009-11-16 | merge | James Cook | |
2009-11-16 | EXT-2512 Turned off Hover Glow Objects by default. | James Cook | |
Should resolve EXT-2499 EXT-2522 EXT-2514 Consider turning back on for Viewer 2.1 and tuning. | |||
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-16 | EXT-491 - Renaming item expanded all closed folders | Eric M. Tulla (BigPapi) | |
2009-11-16 | Fixed Stand / Stop flying buttons (EXT-2408, EXT-2467, EXT-2513). | Vadim Savchuk | |
The buttons are now attached to the movement controls floater while it's visible (EXT-984). --HG-- branch : product-engine | |||
2009-11-17 | DEV-42911 Remove the Tier3 localized languages which we cannot support in ↵ | Ramzi Linden | |
the 2.0 release. | |||
2009-11-16 | fixed minor bug EXT-2506 ('Add friend' menu item is enabled in fiend ↵ | Andrew Dyukov | |
miniinspector's gear menu). --HG-- branch : product-engine | |||
2009-11-16 | fixed minor bug EXT-2292 Teleport History items don't fit to width of panel | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-16 | implemented task EXT-1899 Add button to Gestures floater which ↵ | Denis Serdjuk | |
activates/deactivates --HG-- branch : product-engine | |||
2009-11-16 | merge from product-engine | Steve Bennetts | |
2009-11-16 | re-adding "make outfit button" | Nyx (Neal Orman) | |
the "make outfit" button in the appearance editor was accidentally removed (merge issue). Re-adding the XML tag for the button to floater_customize.xml Reviewed by Bigpapi | |||
2009-11-16 | fix of a normal bug (EXT-2448) [BSI] Notification toasts should resize when ↵ | Dmitry Oleshko | |
text is to long to be displayed A maximum number of characters for textbox/texteditor could be set only through XML. In case when a corresponding attribute was absent - the maximun number was set to 255, and there were no chance (no function) to change it. So in this fix such a function was added. --HG-- branch : product-engine | |||
2009-11-16 | Fixed low bug EXT-2324 ('+' btn do nothing in Recent and Nearby tabs on ↵ | Eugene Mutavchi | |
People panel when focus is set to non-friend avatar) --HG-- branch : product-engine |