| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | not a link
EXT-5018 : Automatically reject leading separators from right click menu
Trivial fix to remove "paste" as an option from the COF.
Also contains a partial fix for EXT-5018. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Now the show don't show behavior is always dependent on the ShowStartLocation pref.
ShowStartLocation defaults to off, but is automatically turned on after first successful login.
Reviewed by Richard. | 
|  | - Added maturity icons to location bar.
- Added getting font used in LLLineEditor.
--HG--
branch : product-engine | 
|  | - 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 | 
|  | --HG--
branch : product-engine | 
|  | floaters.
I don't really like floater_world_map changes.
as for me now it looks much worse...
--HG--
branch : product-engine | 
|  | floaters.
exept floater_world_map
--HG--
branch : product-engine | 
|  | via xml)
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | still shows in nearby chat toasts.)
--HG--
branch : product-engine | 
|  | copy/paste/delete)
--HG--
branch : product-engine | 
|  | set in XUI xml)
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | if close IM chat from message sender previously)
--HG--
branch : product-engine | 
|  | Cause:
ServerObjectMessage notification uses hardcoded message from simulator. There is no possible to escape object name separately.
Solution:
Whole server message has been escaped using <nolink> tag.
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | a location where nearby voice chat is disabled)
- Added manual setting of title and avatar list for nearby VCP in regions with disabled voice.
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | Browser”,
made HelpReportAbuseEmailLL alert non-modal;
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | Overlay images have been moved up using new attribute implemented in EXT-3232
--HG--
branch : product-engine | 
|  | Favorites)
- overridden default LLFolderView functionality to apply LLSelectFirstFilteredItem functor for Places / Landmarks Inventory panels
- this also fixed normal bug EXT-1631 (Landmarks panel: There is selection in the each accordion after filter reset)
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | add floater flashing, fix group icon sizes, fix click,some code cleanup, ect.
also I remove mIconCtrlWidth/Height since its kinda useless - mIconCtrlPad do the same thing...
IconSize will be btn_height-2*mIconCtrlPad - simple and good enough.
--HG--
branch : product-engine | 
|  | Panel Picks/Classifieds.
Reverted changeset 8956:930bef051fee.
Added new parameter to control context menu visibility.
--HG--
branch : product-engine | 
|  | bar after making second
voice call
--HG--
branch : product-engine | 
|  | check-box was checked for deleted from friends avatar)
 - added updating of allowed rights when friendship is terminated/started to disable/enable checkboxes
 - also added validation of avatar's relationship before committing and log a warning if it is absent.
--HG--
branch : product-engine | 
|  |  | 
|  | mouse move event
This should be a lot better now.  But still not good overall.  Performance is now just bad instead of intolerable. | 
|  | --HG--
branch : product-engine | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | EXT-4997 : Centralize right-click menu options for delete/remove link
EXT-4998 : Automatically reject double separators from right click menu
Disabled/hid delete button from COF right-click menu, also means that trash icon is disabled.
Added generalized function to remove consecutive separators from right-click menu.
Made a minor cosmetic change to have all code duplication for adding "delete" menu item instead call a common function. | 
|  |  | 
|  | (https://hg.lindenlab.com/viewer/viewer-2-0/changeset/dddb40b50424/) | 
|  | InventoryFloater
For links, removed "Delete", since having both "Remove Link" and "Delete" is redundant. | 
|  |  | 
|  |  | 
|  | color and style on this and other side-panel subheaders to be consistent. | 
|  | EXT-4988 : Centralize right-click menu options when items are in trash
This change is a lot less scary than it looks.  There is a bit of minor cosmetic cleanup (e.g. typedefing a commonly-used vector), and I've eliminated code duplication since, previously, every item/listener type had its own purge/restore item dialog; these are now handled in one central function.
I also moved "Find Original" above Purge/RestoreItem so that it appears first in the trash menu; this does not affect other menu options.
The functionality change from this checkin is to enable "Find Original" for link items in the trash. |