Commit Graph

211 Commits (bbfc0e47196ecbae8d89e7b721a61ba5eeaaa2b7)

Author SHA1 Message Date
Mike Antipov ac5bd9d504 Fixed normal bug EXT-5116 ( Voice notification should display on top of IM window, not under.)
- added moving notifications floaters to front in the floater view while opening.

--HG--
branch : product-engine
2010-02-09 16:31:46 +02:00
Andrew Dyukov a46a029a70 Fixed normal bug EXT-4397 (Call isn't ended after disabling voice).
- Added customizing string with notification about ending call depending on voice availability.

- Added closing of open VCP if voice is disabled.

--HG--
branch : product-engine
2010-02-05 19:06:57 +02:00
Igor Borovkov 906ee0cc63 fix for reopened EXT-4578 Noninteractive voice notifications should have close affordance
--HG--
branch : product-engine
2010-02-03 16:57:24 +02:00
Alexei Arabadji 6ebbc5edf6 fixed EXT-4764 “Forbid connecting to different voice channels at once”,
removed redundant call status notifications: ringing, connected, hang_up,
unavailable, answering;

--HG--
branch : product-engine
2010-02-03 16:15:34 +02:00
Eugene Mutavchi 7bcba326b3 Fixed major bug EXT-4798 (Voice notifications steal keyboard focus by default)
--HG--
branch : product-engine
2010-02-01 18:25:58 +02:00
Andrew Dyukov 0db7f3a783 Fixed major bug Bug EXT-4759 (Second incoming call notification doesn't appear if first call was canceled by caller).
- Bug was caused by simply closing invite floater when call becomes invalid, so pending invite wasn't removed from IM manager and later this caused failure of check on which floater is shown. Added clearPendingAgentListUpdates() and clearPendingInvitation() before closure.

--HG--
branch : product-engine
2010-01-29 21:09:28 +02:00
Vadim Savchuk db4e46e93d Mere from default branch
--HG--
branch : product-engine
2010-01-29 16:46:06 +02:00
Igor Borovkov f8bde94b9f completely got rid of Communicate floater and stuff
--HG--
branch : product-engine
2010-01-29 15:41:41 +02:00
Tofu Linden d91225b6ad CID-382
Checker: UNINIT_CTOR
Function: LLCallDialog::LLCallDialog(const LLSD &)
File: /indra/newview/llimview.cpp
2010-01-28 10:38:19 -08:00
Igor Borovkov 70b6d603ed got rid of LLFloaterIMPanel usage for EXT-1196 Stalls on startup in LLPanelFriends::refreshNames
--HG--
branch : product-engine
2010-01-28 18:30:58 +02:00
Andrew Dyukov b23a5dda5a Fixed low bug EXT-4647 ("Leaving nearby voice ..." appears when you're not connected to nearby voice channel).
- Added flag to check whether to show "Leaving ...". It is false only if voice in parcel is disabled and channel we leave is nearby.

--HG--
branch : product-engine
2010-01-27 18:19:52 +02:00
Alexei Arabadji a5180babef EXT-3783 “System messages displayed in nearby chat”,
added missing floater_call_info.xml;
avoided recreation of LLCallInfoDialog with the same message;

--HG--
branch : product-engine
2010-01-27 13:10:31 +02:00
Alexei Arabadji 43bb3d00ec fixed EXT-4643 “IM toasts don't appear after few teleport offers were sent to that avatar”
corrected checking opened active IM session;
corrected restoring active IM session after logging IM notification;

--HG--
branch : product-engine
2010-01-26 18:25:42 +02:00
Alexei Arabadji 4fec1fb665 fixed EXT-3783 “System messages displayed in nearby chat”,
made voice status messages displayed in pop-out window;

--HG--
branch : product-engine
2010-01-26 15:36:41 +02:00
Igor Borovkov e3e4a301ab implemented EXT-4567 [BSI] private voice floaters do not contain standard X buttons
--HG--
branch : product-engine
2010-01-25 18:06:01 +02:00
Igor Borovkov a2105d1702 implemented EXT-4523 Log for all Ad-Hoc conferences is stored in one file
* for outgoing ad-hoc sessions chat history is saved into new file for every distinct set of initial participants
format: ["Ad-hoc Conference" "hash"<md5 hash of sorted participants' UUIDs>.txt]
ex: Ad-hoc Conference hash77a0ff26-614d-0dbd-ce19-5da9108f141a.txt

* for incoming ad-hoc sessions, chat history of each session is saved into a separate file:
format: [<ad-hoc session name> <timestamp> <4 first symbols of session id>.txt]
ex: Igor ProductEngine Conference 2010_01_22 07_41 2752.txt

--HG--
branch : product-engine
2010-01-22 18:10:07 +02:00
Mike Antipov 69c803fec5 cleanning include list. rearrange the list in imview.cpp
--HG--
branch : product-engine
2010-01-20 21:02:41 +02:00
Mike Antipov a719c3631a Fixed major bug EXT-4364 ( Crash clicking "View IM & Chat" when someone else joins group call)
- disabled processing of Incoming dialog buttons' clicks after viewer is disconnected

--HG--
branch : product-engine
2010-01-20 16:25:26 +02:00
Ychebotarev ProductEngine 82de841c52 merge
--HG--
branch : product-engine
2010-01-19 17:13:21 +02:00
Igor Borovkov 00c05a885f fixed EXT-3609 IM Floater that Opens Upon Friendship Acceptance Shows Accepting Av as Offline When They Aren't
--HG--
branch : product-engine
2010-01-19 16:42:55 +02:00
Ychebotarev ProductEngine f28778b8b8 work on EXT-4322 Remove the Communicate floater
leave some LLFloaterChat usages commented for later review...

--HG--
branch : product-engine
2010-01-18 17:50:19 +02:00
angela 82b073be87 Automated merge with ssh://angela@hg.lindenlab.com/james/gooey 2010-01-14 11:40:58 +08:00
angela 433eb89473 EXT-3795 First run messages still display (click & drag on map, Build tools open, movement controlled, etc) 2010-01-14 09:38:46 +08:00
Mike Antipov 628b892a66 Completed low task EXT-3759 (NOTFORBETA0: Phone numbers for AvaLine calls should be human readable)
- implemented formatting of avaline Number in the "Leaving call" notification

--HG--
branch : product-engine
2010-01-12 19:57:17 +02:00
Eugene Mutavchi 13148203a4 Fixed normal bug EXT-3672 (OSX specific: Notification "calling to ..." doesn't disappear after the voice call has been accepted)
--HG--
branch : product-engine
2010-01-11 22:07:14 +02:00
Yuri Chebotarev 4f1d776da7 fix for major EXT-3999 (nobody) appears in the Recent tab after receiving system notification
--HG--
branch : product-engine
2010-01-06 17:18:01 +02:00
Yuri Chebotarev 71c0973a1e more work on EXT-1649 Groups you chatted in recently show up in the Recent People tab
previous place for adding recent people was wrong...move this to LLIMSession.

--HG--
branch : product-engine
2010-01-05 17:56:13 +02:00
Mike Antipov 5d3c4cd23b merge
--HG--
branch : product-engine
2010-01-05 14:33:58 +02:00
Yuri Chebotarev eb880b2a55 fix for low EXT-1649 Groups you chatted in recently show up in the Recent People tab
--HG--
branch : product-engine
2010-01-05 14:30:16 +02:00
Mike Antipov b499fabab8 Completed low task EXT-3759 (NOTFORBETA0: Phone numbers for AvaLine calls should be human readable)
-- for now phone number is split on parts by two digits from right to left. The first left part can have 2 or 3 digits, i.e. +44-33-33-44-55-66 or 12-34-56-78-90.

--HG--
branch : product-engine
2010-01-05 14:20:07 +02:00
Mike Antipov e673fdea3f Fixed low bug EXT-3897 ( Turn off log spam: "LLIMModel::getSpeakerManager: session 00000000-0000-0000-0000-000000000000does not exist" from Voice Client)
-- added check of session UUID to null before calling LLIMModel::getSpeakerManager (implemented for the EXT-3544 bug)

--HG--
branch : product-engine
2010-01-04 15:33:56 +02:00
Alexei Arabadji 8b93a0d83d fixed EXT-2787 “Outdated voice chat invitation never hides itself”,
corrected check is invite from group or ad-hoc call to avoid hide incoming
call dialog for that cases;

--HG--
branch : product-engine
2009-12-30 16:05:59 +02:00
Mike Antipov e9f9a19ecc Work on low task EXT-3682 (Dedicated icon is required for AvaLine callers in the VCP)
-- improved changes for bug EXT-3684 ("Default" icon is used always for group calls in the voice notifications instead of group icon) to process avaline calls

--HG--
branch : product-engine
2009-12-28 12:24:47 +02:00
Mike Antipov 70e6b5a7f7 Fixed low bug EXT-3684 ("Default" icon is used always for group calls in the voice notifications instead of group icon)
-- implemented LLGroupIconCtrl to show group icon for passed group UUID.
-- added  LLGroupIconCtrl to incoming and outgoing dialogs

--HG--
branch : product-engine
2009-12-26 18:56:19 +02:00
Igor Borovkov daed86bbb0 implemented EXT-3682 Dedicated icon is required for AvaLine callers in the VCP
--HG--
branch : product-engine
2009-12-26 16:58:05 +02:00
Mike Antipov 91a8410757 Fixed normal bug EXT-3544 (Voice icon doesn't become "muted" in the voice controls panel after muting a resident)
--added updating of speakers in speaker manager when LLVoiceClient::participantUpdatedEvent and
LLViewerChatterBoxSessionAgentListUpdates::post events come.

--HG--
branch : product-engine
2009-12-25 16:31:52 +02:00
Alexei Arabadji 7eea562e8a Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
2009-12-25 13:18:20 +02:00
Alexei Arabadji 0d0f10441b moved to base class LLCallDialog method draw();
added check to draw LLCallDialog if floater has dock control;

--HG--
branch : product-engine
2009-12-25 13:17:53 +02:00
Dmitry Oleshko 404f164b5c implemented normal task (EXT-2211) Add textual indication (IM messages) about incoming voice calls and reactions on them (All types of IMs)
- added textual indications about call starters for Group and AdHoc calls

--HG--
branch : product-engine
2009-12-24 16:29:38 +02:00
Dmitry Oleshko 315c6dec06 fixed normal bug (EXT-2787) Outdated voice chat invitation never hides itself
- P2P and AVALINE invitationswill hide now if a call is not valid anymore
- GROUP and ADHOC invitations will stay on a screen

--HG--
branch : product-engine
2009-12-23 17:25:49 +02:00
Igor Borovkov d07fd64b6f finished EXT-1912 Add handling restrictions of PSTN P2P calls in new IM Floaters
chiclets for avaline calls are not spawned anymore

--HG--
branch : product-engine
2009-12-23 14:40:52 +02:00
Yuri Chebotarev 633c15570a merge
--HG--
branch : product-engine
2009-12-23 10:00:41 +02:00
Igor Borovkov 191e5f9ca0 merge
--HG--
branch : product-engine
2009-12-22 17:49:35 +02:00
Igor Borovkov 304e321f89 implemented EXT-3515 Click on IM button for multiple selected Avatars each time creates new IM session
--HG--
branch : product-engine
2009-12-22 16:39:56 +02:00
Eugene Mutavchi 33d76f152e Fixed low bug EXT-3430(Accept/reject voice call dialog appears in wrong place for several moments)
--HG--
branch : product-engine
2009-12-22 15:35:06 +02:00
Yuri Chebotarev 4d9762eb84 work on EXT-3463 - Ambiguity: some system messages are shown as sent from avatar and others are shown as sent from SL
--HG--
branch : product-engine
2009-12-22 12:26:06 +02:00
Andrew Polunin e03a2beeb6 fixed normal bug EXT-3562 MissingString(message) appears instead of warning about blocked text chat
--HG--
branch : product-engine
2009-12-21 17:56:10 +02:00
Igor Borovkov ae405adbfe merge
--HG--
branch : product-engine
2009-12-18 18:04:41 +02:00
Dmitry Oleshko ced655cbff partial implementation for major task (EXT-2211) Add textual indication (IM messages) about incoming voice calls and reactions on them (All types of IMs)
- added notifications for group/adhoc calls

--HG--
branch : product-engine
2009-12-18 17:56:49 +02:00
Igor Borovkov b28de65a8b corrected outgoing call dialog
--HG--
branch : product-engine
2009-12-18 17:27:58 +02:00