Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | - fixed normal bug EXT-2401 Corrupted Place Profile panel is opened after ↵ | Andrew Polunin | |
canceling of Pick creation from teleport history panel - fixed normal bug EXT-2470 Corrupted Place Profile panel is opened after canceling of Pick creation from My Landmarks tab (NOTE: the same code fixes both) --HG-- branch : product-engine | |||
2009-11-18 | merge | Ramzi Linden | |
2009-11-18 | L10N: fix a typo in a localized label | Ramzi Linden | |
2009-11-17 | Fixed low bug EXT-2501(Hidden Gesture button appears after viewer restart) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2009-11-17 | Removed function that was only used for debugging. Defer object suicide ↵ | Brad Payne (Vir Linden) | |
until end of the method --HG-- branch : avatar-pipeline | |||
2009-11-17 | merge. | Tofu Linden | |
2009-11-18 | L10N: use consistent wording in strings.xml for Away/NotAway and Busy/NotBusy | Ramzi Linden | |
2009-11-18 | L10N: linguistic improvements to some tooltips in floater_tools.xml | Ramzi Linden | |
2009-11-17 | Fixed minor bug EXT-2507 (Implement some text for empty Picks tab in ↵ | Andrew Dyukov | |
avatar's Profile ). --HG-- branch : product-engine | |||
2009-11-17 | Added gear menu for outfits panel. | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-17 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-17 | merge | James Cook | |
2009-11-17 | Fix broken URL highlighting in local chat, broken in 5068 : ce08ac445035. ↵ | James Cook | |
Typo, not reviewed. | |||
2009-11-17 | EXT-2569 : Separate out LLPanelOutfitsInventory so it's more modular versus ↵ | Loren Shih | |
being coupled with LLSidepanelAppearance EXT-2561 : Add standard bottom panel (gear menu, add button, trash icon) Added gear menu and standardized the code. (someday, will create a subclass to share the functionality across panels) Make LLPanelOutfitsInventory more modular, e.g. it no longer knows about the Wear/Edit buttons. --HG-- branch : avatar-pipeline | |||
2009-11-17 | Nudge parabuild | James Cook | |
2009-11-17 | Rebuild linux llqtwebkit/qt with -fno-stack-protector for better runtime ↵ | Tofu Linden | |
compatibility. I hope. | |||
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 | magickal newline to unbreak linux. | Tofu Linden | |
2009-11-17 | Sidepanel Appearance refactoring. Work in progress. | Loren Shih | |
1. Changed sidepanel names to have "sidepanel" (e.g. panel_appearance -> sidepanel_appearance) 2. Changed some "Looks" names to "Outfits" 3. Changed LLPanelLooks to LLPanelOutfitsInventory (to match other inventory panel naming) 4. Took out tab from sidepanel_appearance. --HG-- branch : avatar-pipeline | |||
2009-11-17 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0 | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-17 | Deferring work to idle time to avoid recursive notifyObservers calls - added ↵ | Brad Payne (Vir Linden) | |
wrapper class to defer an arbitrary boost::bind or other callable --HG-- branch : avatar-pipeline | |||
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 | merge. | Tofu Linden | |
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 | Allow UI tooltips and "ambient inspector" tips to have different text colors | James Cook | |
2009-11-16 | merge | James Cook | |
2009-11-16 | Fix comment-in-comment that was breaking Mac build. | James Cook | |
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | James Cook | |
2009-11-16 | EXT-1546 Don't show inspector (i) icon in empty groups list. | James Cook | |
Apparently some name lists have placeholder items at the top, so don't show the inspector icon unless there is a valid UUID. | |||
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | James Cook | |
2009-11-16 | Change tooltip text to DkGray2, more readable. | James Cook | |
2009-11-16 | EXT-2537 Update IM message well arrows with actual art, style chiclets to ↵ | Erica | |
spec, EXT-2536 Remove old art from scrollbar headers, clean up layout | |||
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 | Chat Item layout | Erica | |