Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-02 | Fixed minor EXT-2993 (bug voice control window should have valid minimal & ↵ | Andrew Dyukov | |
maximal size). Maximal size was not set, because there are no any floaters which have it. --HG-- branch : product-engine | |||
2009-12-02 | fix major EXT-3003 IM messages loaded from a chat history are displayed with ↵ | Yuri Chebotarev | |
current time --HG-- branch : product-engine | |||
2009-12-02 | Minor changes to EXT-2986 (Add "Leave Call" button in Voice Control Panel | Andrew Dyukov | |
for all voice chats except nearby) implementation. --HG-- branch : product-engine | |||
2009-12-01 | Implemented normal sub-task EXT-2478(Implement a chiclet for the ↵ | Eugene Mutavchi | |
llGiveInventory() processing) --HG-- branch : product-engine | |||
2009-12-01 | Implemented normal task EXT-2476 (llGiveInventory() should be handled also ↵ | Eugene Mutavchi | |
by Chiclet subsystem along with Notificaton subsystem) --HG-- branch : product-engine | |||
2009-12-01 | Fixed normal bug EXT-2786 (My Landmarks: context menu updates after second ↵ | Andrew Dyukov | |
right-click). --HG-- branch : product-engine | |||
2009-12-01 | merge | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-12-01 | Fixed normal bug EXT-2346 "My Landmarks accordion panels shouldn't be ↵ | Sergei Litovchuk | |
displayed if there are no landmarks in respective folders". - Added updating accordions contents in idle routine. - Removed inventory observer. --HG-- branch : product-engine | |||
2009-12-01 | Implemented major task EXT-2986 (Add "Leave Call" button in Voice Control Panel | Andrew Dyukov | |
for all voice chats except nearby). --HG-- branch : product-engine | |||
2009-12-01 | Fixed critical bug EXT-2990 (Viewer crashes after openning "Voice Control" ↵ | Mike Antipov | |
on IM floater) -- added disconnecting from subscribed signals while destroying participant list -- added disconnecting from subscribed signals while destroying Voice controls -- added nullifying of the pointer to speaker manager when channel is changed --HG-- branch : product-engine | |||
2009-12-01 | implemented EXT-2582 (Save IM chat history as plain text file) | Igor Borovkov | |
updated 1.23 chat log format - in multilined messages subsequent lines are prepended with a space multilined messages of an old format are not supported, each line is considered as a separate message the parser depends on current used date and time format --HG-- branch : product-engine | |||
2009-12-01 | implemented normal task EXT-2471 llLoadURL should be handled also by Chiclet ↵ | Andrew Polunin | |
subsystem along with Notificaton subsystem --HG-- branch : product-engine | |||
2009-12-01 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-01 | fix normal EXT-2937 Nearby Chat window has layout issues | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-01 | Implemented normal task EXT-2750 (Add context menu for group and ad-hoc chiclet) | Sergey Borushevsky | |
Added menu to ad-hoc chiclet, which contains one 'End Session' item. --HG-- branch : product-engine | |||
2009-12-01 | Work on EXT-2985 (Implement Avaline calls processing in Voice Control Panel) | Mike Antipov | |
-- updated reaction to accepting incoming call: added session URI argument. For now avaline caller is shown in the voice controls. --HG-- branch : product-engine | |||
2009-12-01 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-01 | fix for normal EXT-1713 Nearby Chat: Objects have tooltips (???)(???) | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-01 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-01 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-01 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2009-12-01 | Workaround for major bug EXT-2879 - Only 'Online' accordion is present in ↵ | Dmitry Zaporozhan | |
the People panel / Friends tab. --HG-- branch : product-engine | |||
2009-12-01 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-01 | fix for normal EXT-2820 [BSI] Functionality loss: Can't open groups from ↵ | Yuri Chebotarev | |
Resident's profile --HG-- branch : product-engine | |||
2009-12-01 | merge | Lynx Linden | |
2009-12-01 | EXT-2765: Added help IDs for tabs in the Places sidebar. | Lynx Linden | |
The issue was that the widgets for this panel are not built solely from XUI. There's code in LLPanelPlaces::changeInventory() that creates the actual My Inventory and Teleport History panels. Adding help_topic strings to the relevant XUI files for the LLLandmarksPanel and LLTeleportHistoryPanel classes fixes this issue. | |||
2009-12-01 | implemented EXT-2799 “Record to IM history notification about L$ payments by | Alexei Arabadji | |
other avatar”; --HG-- branch : product-engine | |||
2009-12-01 | version number tweakery in About dialog. | Tofu Linden | |
vivox 'Unknown' is the more-descriptive '(Not Connected)' now. plus, we admit that our Qt version number is hard-coded right into the viewer instead of asking Qt. | |||
2009-12-01 | DEV-41358: pass localization information to the Search web pages via a | Lynx Linden | |
new ?lang=<LANG> query parameter. | |||
2009-12-01 | DEV-40702: Internationalize the unknown Vivox version string rather | Lynx Linden | |
than hardcode it in llvoiceclient.cpp. Also rename the string from "Unknown" to "Not connected", to better reflect the fact that we get the Vivox version once voice is connected. | |||
2009-12-01 | fixed EXT-2958 “The states of checkboxes from Notes&Privacy tab are not saved | Alexei Arabadji | |
after having been modified”; --HG-- branch : product-engine | |||
2009-11-30 | Merge from product-engine | Steve Bennetts | |
2009-11-30 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-30 | DEV-43041 DEV-41648 - disable OK and Apply if the media data is the same as ↵ | Rick Pasetto | |
the initial Review #48 This change kills two birds with one stone: every frame, we check to see if the media data is the same as the one we 'initialize' with. If it is, we disable OK and Cancel. Otherwise we enable them. This makes it very difficult to set empty media data, as well as fixing the "apply button doesn't grey out" bug. | |||
2009-11-30 | mplemented EXT-2891 “Group notices should be recorded into group IM ↵ | Alexei Arabadji | |
history”; --HG-- branch : product-engine | |||
2009-11-30 | implemented EXT-2962 “Implement adding messages into IM history w/o spawning | Alexei Arabadji | |
chiclet” --HG-- branch : product-engine | |||
2009-11-30 | lots more clean-up. | Tofu Linden | |
2009-11-30 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-30 | remove dead panel version of the master volume pulldown. | Tofu Linden | |
the floater version turned out easier to get on-spec (though not perfect). | |||
2009-11-30 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-30 | Fixed build after implementation of EXT-2882. | Sergey Borushevsky | |
Replaced LLNotifications::add call by LLNotificationsUtil::add. --HG-- branch : product-engine | |||
2009-11-30 | Fixed Line endings to Unix format | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-30 | Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) ↵ | Mike Antipov | |
started by Lynx (LLVoiceControlPanel)) -- initialized agent icon, name -- added agent's speaker indicator --HG-- branch : product-engine | |||
2009-11-30 | removed unused method LLIMModel::addMessageSilently; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-30 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-30 | renamed LLHandlerUtil::logToIM to LLHandlerUtil::logToIMP2P; | Alexei Arabadji | |
avoided IM-toast popup when adding message to session; --HG-- branch : product-engine | |||
2009-11-30 | Implemented major sub-task EXT-2882 (User who has been muted/unmuted by the ↵ | Sergey Borushevsky | |
moderator (that means, user is muted for the whole group) should receive a notification.) --HG-- branch : product-engine | |||
2009-11-30 | tidy-up. clicking mute button doesn't need to bring up the volume slider ↵ | Tofu Linden | |
any more. | |||
2009-11-30 | pretty good volume bar appear-on-hover | Tofu Linden | |
2009-11-30 | Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) ↵ | Mike Antipov | |
started by Lynx (LLVoiceControlPanel)) -- Enabled "Voice Controls" button in P2P voice chat --HG-- branch : product-engine |