Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
CMakeFiles.txt file. Previously it checked for a narrow range of gcc
versions via a regex:
if (${CXX_VERSION} MATCHES "4.[23]")
Now we explicit check for any version >= 4.2:
if (${CXX_VERSION_NUMBER} GREATER 419)
|
|
Replace LLEventPump's boost::scoped_ptr<LLStandardSignal> with
boost::shared_ptr. Take a local stack copy of that shared_ptr in post()
methods, and invoke the signal through that copy. This guards against scenario
in which LLEventPump gets destroyed during signal invocation. (See Jira for
details.) Re-enable Mani's test case that used to crash.
Introduce ll_template_cast<> to allow a template function to recognize a
parameter of a particular type.
Introduce LLListenerWrapper mechanism to support wrapper objects for
LLEventPump listeners. You instantiate an LLListenerWrapper subclass object
inline in the listen() call (typically with llwrap<>), passing it the real
listener, trusting it to forward the eventual call.
Introduce prototypical LLCoutListener and LLLogListener subclasses for
illustrative and diagnostic purposes. Test that LLLogListener doesn't block
recognizing LLEventTrackable base class bound into wrapped listener.
|
|
|
|
the floater version turned out easier to get on-spec (though not perfect).
|
|
any more.
|
|
|
|
|
|
at some point someone inlined this into llaudiodecodemgr and the 'indie' version rotted away.
|
|
being updated.
|
|
|
|
|
|
notify toast and adding record to IM history";
fixed avatar icon in IM-floater when message added to IM-session;
avoided popup of IM-tast when message added to IM-session;
--HG--
branch : product-engine
|
|
|
|
|
|
position for a while and work on the functionality.
|
|
Fav bar and Nav bar closed).
--HG--
branch : product-engine
|
|
after selecting it
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
dragging landmark from "My Landmarks" to "Favorites" bar
--HG--
branch : product-engine
|
|
landmarks are selected)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
space between timestamp and bracket).
--HG--
branch : product-engine
|
|
with having the panel version display properly.
|
|
also by Chiclet subsystem along with Notificaton subsystem:
- implemented normal subtask EXT-2472 Implement a chiclet for the llLoadURL() processing
- implemented normal subtask EXT-2474 Implement a chiclet window for the llLoadURL() processing
--HG--
branch : product-engine
|
|
inventory/gestures has been invoked
Cause:
Specific implementation of LLInventoryCompletionObserver. It call done() on startup before all items had been loaded.
Changes:
LLGesturemanager will be loaded appropriated inventory item itself.
LLGestureInventoryfetchObserver has been removed.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
started by Lynx (LLVoiceControlPanel))
-- Enabled "Voice Controls" button in add-hoc conference
--HG--
branch : product-engine
|
|
|
|
started by Lynx (LLVoiceControlPanel))
-- implemented refreshing of the participant list when Voice Channel is changed
--HG--
branch : product-engine
|
|
started by Lynx (LLVoiceControlPanel))
-- fixed bug with setting context menu for participant list
--HG--
branch : product-engine
|
|
|
|
started by Lynx (LLVoiceControlPanel))
-- improved logic to update Participant List for session. Now it uses current voice channel.
--HG--
branch : product-engine
|
|
dialogs should be shown/docked over the speak button's chevron
changed dock-control from the SysWell to the SpeakButton for outgoing and incoming voice dialogs
--HG--
branch : product-engine
|
|
been selected)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
resident"
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
partial fix for major sub-task (EXT-2211) Add textual indication (IM messages) about incoming voice calls and reactions on them (All types of IMs)
--HG--
branch : product-engine
|
|
messages) about incoming voice calls and reactions on them (All types of IMs)
implemented "Started a voice call" and "Joined the voice call" IM notifications for p2p voice chat.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|