Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-24 | Automated merge with https://hg.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-02-24 | implemented EXT-4641 “[BSI] Undocked camera and movement floaters position ↵ | Alexei Arabadji | |
should persist across the sessions”, made move and camera floaters save dock state; --HG-- branch : product-engine | |||
2010-02-24 | Merge to tip | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-02-24 | Work on major bug EXT-5562 (Misleading Active Voice Indicators in Group Chat ↵ | Mike Antipov | |
Window, when Speakers are in Spatial Chat Only) Completed -- code improvements: updated condition to store really switched on indicators for future switching off. --HG-- branch : product-engine | |||
2010-02-24 | Work on major bug EXT-5562 (Misleading Active Voice Indicators in Group Chat ↵ | Mike Antipov | |
Window, when Speakers are in Spatial Chat Only) -- added more log information -- session uuid can now be set only from SpeakingIndicatorManager to ensure target session is the same indicator was registered with. -- comments cleanup --HG-- branch : product-engine | |||
2010-02-24 | Work on major bug EXT-5562 (Misleading Active Voice Indicators in Group Chat ↵ | Mike Antipov | |
Window, when Speakers are in Spatial Chat Only) - implemented passing of target session UUID for which registered indicator should be shown only. --HG-- branch : product-engine | |||
2010-02-24 | PE merge. Conflict resolved. | Tofu Linden | |
2010-02-24 | Fixed normal but EXT - 5108 (Preferences vertical tabs don't align to tab ↵ | Paul Guslisty | |
container) - Added offset in TabContainer between Tab and TabPanel in case of VERTICAL Tabs orientation. --HG-- branch : product-engine | |||
2010-02-23 | Fix compiler complaints about signed/unsigned mismatch | Palmer Truelson | |
2010-02-23 | EXT-5684 - Added some more gpus to gpu table. no code changed | Palmer Truelson | |
2010-02-23 | fixed Low bug EXT-5126 Not enough padding on left edge of Nearby Chat toasts | Denis Serdjuk | |
Solution: Nearby Chat toasts has been aligned with the chat input field --HG-- branch : product-engine | |||
2010-02-23 | Automated merge with https://hg.productengine.com/secondlife/viewer-2-0/ | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-02-23 | Implemented major sub-task EXT-5556 (hard-coded: menu Build > Object > Take. ↵ | Eugene Mutavchi | |
The word "Take" is hard-coded) --HG-- branch : product-engine | |||
2010-02-23 | cleanup and fix build | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-23 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-23 | cleanup | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-23 | No ticket. Fixed Windows Release build (warning treated as error) | Mike Antipov | |
Warning: c:\slbuild\viewer-2-0\libraries\include\boost\lexical_cast.hpp(1159) : warning C4702: unreachable code Reason: additional boost lib dependence after changes (EXT-5215) for EXT-5215 (Disable showing full yyyy/mm/dd timestamp for messages (nearby chat/im) --HG-- branch : product-engine | |||
2010-02-23 | Removed an unnecessary include. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-02-23 | Fixed low priority bug EXT-5653 (View Profile: Hand-pointer is shown when ↵ | Vadim Savchuk | |
hovering mouse above homepage that isn't a valid URL). Removed an unnecessary on-click callback (that caused the cursor change) from the textbox. --HG-- branch : product-engine | |||
2010-02-23 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-23 | fix for normal EXT-5598 Group member status list is sorted by name instead ↵ | Ychebotarev ProductEngine | |
of date --HG-- branch : product-engine | |||
2010-02-23 | Fixed normal bug (EXT-5554) 'Land for Sale' icon should always be visible. | Sergei Litovchuk | |
- Made 'Land for Sale' icon visible in Navigation bar even if "Show Parcel Properties" is off. --HG-- branch : product-engine | |||
2010-02-23 | Work on major bug EXT-5562 (Misleading Active Voice Indicators in Group Chat ↵ | Mike Antipov | |
Window, when Speakers are in Spatial Chat Only) - updated code to store target session id for which registered indicator should be shown and process it while switching indicators on. --HG-- branch : product-engine | |||
2010-02-23 | Work on major bug EXT-5562 (Misleading Active Voice Indicators in Group Chat ↵ | Mike Antipov | |
Window, when Speakers are in Spatial Chat Only) - updated interfaces of LLSpeakingIndicatorManager::registerSpeakingIndicator & LLOutputMonitorCtrl::setSpeakerId to take a target session id for which registered indicator should be shown. --HG-- branch : product-engine | |||
2010-02-23 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-02-23 | Fxed normal bug EXT - 5465 (Invalid ellipsis usage for resident names in the ↵ | Paul Guslisty | |
IM tabs) - Added reshaping procedure for tabs with LLIconCtrl --HG-- branch : product-engine | |||
2010-02-23 | No ticket. Set correct tag name for tab label attrbute in tabbed IM floater. | Paul Guslisty | |
--HG-- branch : product-engine | |||
2010-02-22 | Follow-up from previous change based on code review #137 | Rick Pasetto | |
2010-02-22 | FIX (unposted bug): "hasMedia" and "hasAudio" no longer checks preferences: ↵ | Rick Pasetto | |
it's now up to callers to decide to do that Review #137 | |||
2010-02-22 | FIX (unposted bug): Nearby media "dynamic" controls not disabled properly ↵ | Rick Pasetto | |
when media disabled | |||
2010-02-22 | Fix (unposted bug): media "affordance" was not properly being disabled when ↵ | Rick Pasetto | |
media was disabled | |||
2010-02-22 | EXT-5645 Change tooltip for media affordance | Rick Pasetto | |
2010-02-22 | EXT-5633: Fix crash pressing PLAY on parcel media when media is disabled | Rick Pasetto | |
Good catch, Leyla | |||
2010-02-22 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | brad kittenbrink | |
2010-02-22 | Fix for my broken mac/linux boost packages in changeset bb66cb8a076a. | brad kittenbrink | |
Removed shared libraries and added some convenience symbolic links. implemented as a daggy fix. | |||
2010-02-22 | Fixed low bug (EXT-5136) Add the "Map" item to the people context menu. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-02-22 | merge | Brad Payne (Vir Linden) | |
2010-02-22 | Work in progress on EXT-5333: Cleanup. | Brad Payne (Vir Linden) | |
2010-02-22 | Minor code cleanup. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-02-22 | Fixed normal bug (EXT-5558) "Close" button on the Create Landmark panel is ↵ | Sergei Litovchuk | |
out of panel. --HG-- branch : product-engine | |||
2010-02-22 | No ticket. Removed unnecessary string which was occasionally left in ↵ | Andrew Dyukov | |
5e7ce89a4c9e. --HG-- branch : product-engine | |||
2010-02-22 | Fixed normal bug (EXT-5330) No way to collapse/expand accordions on My | Sergei Litovchuk | |
Landmarks panel. - "Expand All" and "Collapse All" now affect all accordions in "My Landmarks". --HG-- branch : product-engine | |||
2010-02-22 | Fixed normal bug EXT-4964 (Invalid SLURL detection does not detect invalid ↵ | Andrew Dyukov | |
slurls). - Added new static method LLSLURL::isValidSLURL() whic uses LLUrlRegistry::isUrl() to validate SLURLs and not just chek prefixes as LLSLURL::isSLURL() does. - Used it in slurl DnD check in LLViewerWindow. - LLUrlEntrySLURL regexp was changed not to pass non-valid SLURLS (such as one from the bug description). --HG-- branch : product-engine | |||
2010-02-22 | merge of viewer2 trunk and 'EXT-5601: Linux: volume adjustment of web-based ↵ | Tofu Linden | |
media / Flash' | |||
2010-02-22 | support LL_PULSEAUDIO_ENABLED=0 - probably. | Tofu Linden | |
2010-02-22 | Do the necessary stuff to package pulseaudio's headers and make it (in ↵ | Tofu Linden | |
theory, not yet in practice) optional. | |||
2010-02-22 | another minor readme tweak. | Tofu Linden | |
2010-02-22 | Update Linux viewer README to cover basic Flash requirements. | Tofu Linden | |
2010-02-22 | fixed EXT-5418 “When UI scale is set to 1.40 I see notices off the edge of ↵ | Alexei Arabadji | |
the screen.”, corrected emitting of world view update signal; replaced getWorldViewRectRaw with getWorldViewRectScaled LLIMFloater::getAllowedRect; --HG-- branch : product-engine | |||
2010-02-22 | trivial cleanup. | Tofu Linden | |