Age | Commit message (Collapse) | Author |
|
|
|
|
|
Implemented functionality to process Buttons hidden/shown via context menu
1. hidden buttons are not processed while resizing
2. setTrayButtonVisibleIfPossible() is implemented:
* If it is impossible to show required button via context menu due to there is no enough room in bottom tray
* it will no be shown.
* Method also stores resize state to be processed while future bottom tray extending:
* - if hidden while resizing button should be hidden it will not be shown while extending;
* - if hidden via context menu button should be shown but there is no enough room for now
* it will be shown while extending.
--HG--
branch : product-engine
|
|
Message Well
returned necessary attributes to the corresponding XML-files that were corrupted by Erica's commit (changesets 3991 and 3992)
--HG--
branch : product-engine
|
|
--HG--
branch : avatar-pipeline
|
|
--HG--
branch : product-engine
|
|
dismissed when overflow toast is dismissed proactively
returned a call to the appropriate function "onOverflowToastHide" that was brocen by commit r2150 to SVN
--HG--
branch : product-engine
|
|
gestures from inventory, not just Active Gestures
refactoring of gesture's manager
--HG--
branch : product-engine
|
|
|
|
- Added check for "Friends" folder and all its contents to be fetched from server. Only after fetch is complete friends cards are synchronized with agent's buddies list.
--HG--
branch : product-engine
|
|
|
|
chiclet in the Message Well after opening IM window
added a check, whether a new message came, in order to prevent unwanted return from function, that makes impossible updating chiclets' states
--HG--
branch : product-engine
|
|
Implemented functionality to process shrink after bottom tray min width is reached
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
width, than other toasts
fixed panel's size in XML. Also formatted XML according to standards using viewer's XML util.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
ok toast for objects are back...
also add object inspector to nearby chat object context menu
--HG--
branch : product-engine
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Group\" option
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
for system messages
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
should fix DEV-41596, as well as other potential problems.
|
|
First crack at updating the rendering cost calculation for avatars to account
for the possibility of invisible avatars. Also generalized rendering cost of
attachments to be more general - added debug code to build floater
will be post-reviewed
|
|
|
|
STRUCTURE flag not set"
EXT-2432 : Diagnose warning spam: "[X] does not exist in either view or model, but notification triggered"
Restructured llinventorypanel's handling of add/remove/structure so it's easier to understand
Removed false positive "notification triggered" warning since objects can now exist outside of various inventory panels' directories.
--HG--
branch : avatar-pipeline
|
|
object not found - ignoring"
This warning is a false positive, also existed in 1.23. Removing.
--HG--
branch : avatar-pipeline
|
|
--HG--
branch : avatar-pipeline
|
|
object not found - ignoring"
This warning is a false positive, also existed in 1.23. Removing.
--HG--
branch : avatar-pipeline
|
|
for all registered operations. (untested)
Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for
a given named operation, its query string and required parameters. (untested)
Introduce LLEventDispatcher::add() convenience methods allowing you to omit
description strings. Fix LLLoginInstance (which uses a non-LLEventAPI
LLEventDispatcher) back to description-less add() calls.
However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so
that an LLEventAPI subclass *must* provide a description string.
|
|
|
|
|
|
renamed "take off items" to "remove from outfit"
Code reviewed by Seraph
|
|
|
|
|
|
|
|
|
|
|
|
gInventory.notifyObservers
Changing COF processing to happen during idle(), versus within done().
Reviewed by: Vir
--HG--
branch : avatar-pipeline
|
|
we didn't check local_tex_obj for NULL before using it. checked to make sure
pointer is not null before calling ->getImage()
|