Skip to content
Snippets Groups Projects
  1. Feb 22, 2010
  2. Feb 03, 2010
  3. Jan 25, 2010
  4. Jan 22, 2010
    • Andrew Dyukov's avatar
      Fixed normal bugs EXT-4450 ([BSI] call buttons enabled when voice is disabled) and EXT-4313 · ab0c9c67
      Andrew Dyukov authored
      (Should not be able to start a call when voice is disabled). Call buttons state now reacts on
      voice changes in time.
      
      - Added voiceWorking() method to LLVoiceClient to determine real availability of voice, because voiceEnabled()
      doesn't take into account possible errors. Perhaps there is no need in two methods- some investigation will be
      made and depending on its results they may become one non-static method. voiceWorking() uses state of voice
      client(mState) to determine voice availability. Also some states which are not currently counted by voiceWorking()
      as valid may be added if testing reveals problems.
      
      - To enable/disable call buttons in time, LLVoiceClientStatusObserver is used. Its trigger uses states from its
      enum only to skip updating button in some states(to avoid button blinking), but to determine button state
      LLVoiceClient's voiceWorking() is used.
      
      --HG--
      branch : product-engine
      ab0c9c67
  5. Dec 21, 2009
  6. Dec 14, 2009
  7. Dec 10, 2009
    • Lynx Linden's avatar
      DEV-41317 DEV-42311: Improved auto-call implementation. · 9b4d0947
      Lynx Linden authored
      Improved the implementation for auto-connecting an adhoc call. This
      involved having the controller (LLIMMgr) set a flag in the model
      (LLIMModel) to autoconnect on initialize. Now all of the view code
      (LLPanelChatControlPanel) and the signal/callback infrastructure that
      I added earlier can be removed as it violated MVP separation. Ah!
      Much nicer. Thanks to PE folk for the suggestion.
      9b4d0947
  8. Nov 20, 2009
    • Nyx (Neal Orman)'s avatar
      EXT-829 share button in people panel is inactive · 52c27b99
      Nyx (Neal Orman) authored
      First pass at getting share buttons in the three places we need them:
      person's profile
      IM window
      people panel
      
      Only UI changes so far, functionality in a future checkin.
      
      Will be reviewed before pushing.
      
      --HG--
      branch : avatar-pipeline
      52c27b99
  9. Nov 18, 2009
  10. Nov 10, 2009
    • Lynx Linden's avatar
      DEV-41317 DEV-42311: Added ad-hoc voice call support. · 162924aa
      Lynx Linden authored
      You can now multiple select users in the People panel, hit Call, and
      start an ad-hoc voice conference call with those users.
      
      The most difficult part here was automatically starting the call once
      the conference chat panel popped up. We have to wait for the panel to
      initialize before we can start a call, so I added another callback to
      LLIMModel to enable us to get notified when the panel has initialized.
      This is all wrapped up behind a new LLAvatarActions::startAdhocCall()
      API.
      162924aa
  11. Nov 09, 2009
    • Lynx Linden's avatar
      DEV-41317 DEV-41318: Enabled the Call button in the Profile panel. · a9b16734
      Lynx Linden authored
      I've added a new LLAvatarActions::startCall() method to make it easy
      to start a new P2P call. The Resident Profile "Call" button is now
      hooked up to this.
      
      I've also put back the "Call" menu in the avatar popup menu and hooked
      this up too. While I was there I noticed that the "IM" popup menu code
      could all be removed in favor of a call to LLAvatarActions::startIM().
      a9b16734
  12. Oct 03, 2009
  13. Sep 29, 2009
    • Steven Bennetts's avatar
      merge... · 606b381c
      Steven Bennetts authored
      merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1830 https://svn.aws.productengine.com/secondlife/pe/stable-2@1839 -> viewer-2.0.0-3
      
      JIRAS:
      EXT-96 EXT-204 EXT-312 EXT-334 EXT-479 EXT-498 EXT-514 EXT-637 EXT-647 EXT-746 EXT-748 EXT-749 EXT-757 EXT-789 EXT-794 EXT-808 EXT-817 EXT-823 EXT-831 EXT-834 EXT-837 EXT-844 EXT-848 EXT-862 EXT-876 EXT-896 EXT-897 EXT-898 EXT-899 EXT-910 EXT-912 EXT-918 EXT-921 EXT-925 EXT-926 EXT-928 EXT-930 EXT-931 EXT-935 EXT-938 EXT-939 EXT-952 EXT-985 EXT-986 EXT-992 EXT-994 EXT-995 EXT-996 EXT-997 EXT-998 EXT-1001 EXT-1004 EXT-1010 EXT-1012 EXT-1016 EXT-1018 EXT-1020 EXT-1028 EXT-1041 EXT-1044 EXT-1051 EXT-1052 EXT-1061 EXT-1069 EXT-1071 EXT-1074 EXT-1075 EXT-1076 EXT-1078 EXT-1080 EXT-1081 EXT-1082 EXT-1083 EXT-1085 EXT-1092 EXT-1093 EXT-1099 EXT-1100 EXT-1101 EXT-1104 EXT-1106 EXT-1111 EXT-1113 EXT-1114 EXT-1115 EXT-1116 EXT-1118 EXT-1119 EXT-1129 EXT-1132 EXT-1135 EXT-1138 EXT-1142 EXT-1161 EXT-1162 EXT-1178 EXT-1180
      
      * NEW DEVELOPMENT:
      * EXT-898 - Add dock/undock support for camera and movement controls
      * Avatar list changes
      * Bottom bar changes: menu, docking, visibility
      * Camera changes
      * Camera & Movement Floaters
      * Dockable Floaters (LLDockableFloater)
      * Removed LLListCtrl
      * Toast / Notification changes: signal / destruction changes, ordering
      * Nearby chat input should display active voice indicator
      
      QA NOTES:
      * Message Well Window  is ready to be tested for regression & matching the spec.
      * Verify Group List Item L&F
      * Verify All tabs in People Panel
      * Verify that Picks behavior is not changed
      606b381c
  14. Aug 11, 2009
  15. Jul 20, 2009
Loading