Age | Commit message (Collapse) | Author |
|
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.
|
|
InventoryFloater
For links, removed "Delete", since having both "Remove Link" and "Delete" is redundant.
|
|
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.
|
|
|
|
EXT-4957 : add const correctness for LLFolderViewEventListener::isItemRemovable
This checkin affects several files but is a lot less scary than it looks. It's mostly to add const correctness, and to rename isInTrash to isItemInTrash so that its naming is consistent with isItemRemovable/isItemMovable.
The only functionality change is to disable the trash button when an item is already in the trash.
|
|
|
|
Removed incorrect vertical offset modification in compact mode.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
sessions”,
corrected condition for enable 'add friend' menu item;
--HG--
branch : product-engine
|
|
|
|
|
|
in Panel Picks/Classifieds
Disabled edit box context menu in classified list items.
--HG--
branch : product-engine
|
|
chat history for Nearby Chat (both plain text and widgeted chat)
--HG--
branch : product-engine
|
|
|
|
wearables from touching a deleted object.
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Landmarks tab with the Library expanded.
- Added Library tab set open by default with Landmarks category fetch from Library.
--HG--
branch : product-engine
|
|
http://jira.secondlife.com/browse/EXT-3908
|
|
chat history for Nearby Chat (both plain text and widgeted chat)
--HG--
branch : product-engine
|
|
- for now volume level is stored in external (vivox) format [0.0 - 1.0]
- this fix should be included into the Beta 2 release
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Panel Picks/Classifieds
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
displays under prior toasts.
Implemented same fix for notification toasts.
--HG--
branch : product-engine
|
|
appear if you have no favorites
Changes:
Check for empty favbar has been added to change visibility of favbar label
--HG--
branch : product-engine
|
|
cleaning up.
--HG--
branch : product-engine
|
|
tray panels)
- moved "No Items" textbox params to widget (flat_list_view.xml)
- set default vertical/horizontal padding to 10 px
- they can be overridden in panel's xml if necessary.
--HG--
branch : product-engine
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
also add group name to notification - more informative...
--HG--
branch : product-engine
|
|
|
|
This is instead of sending the Parcel ID (LLUUID), which it turns out
the server never sends to the viewer (LLParcel::getID() always returns
NULL).
|
|
The correct and general fix is to change English.lproj/language.txt.
This fix here is a more targeted and less risky fix at this stage
of the release cycle.
|
|
Simple string naming error.
|
|
Added sidetray object inspector code.
|
|
|
|
|
|
|
|
https://jira.secondlife.com/browse/EXT-4935
|
|
English.lproj/language.txt must not have a newline in it.
warn-on-failure:eol-at-eof
|
|
.lproj/language.txt MUST NOT have a newline at the end, but the coding
policy hooks won't let me do this. Making a trivial change so that I can
undo it again with the relevant just-do-it flag.
|
|
But I want to be able to check in other commits...
|
|
|
|
Previously any login attempt, even a failed one, would cause the Start
Up pulldown to appear. Now only a successful login will cause this to
happen. Also renamed the setting FirstRunThisInstall to the more accurate
HadFirstSuccessfulLogin (and inverted its logic).
Reviewed by Mani.
|
|
|
|
-Reviewed by Vir
|