Age | Commit message (Collapse) | Author |
|
item(s)
* Added a context menu for "Send to Marketplace" but disabled the code to show it
until we decide to move forward with this feature.
* Made some progress unifying the context menu in the outbox for different types
of items. (mesh, audio, etc.)
|
|
opening/initializing even when populated
* Updated merchant outbox floater to not wait for initialization to complete before displaying outbox inventory contents.
|
|
if all items removed.
* Added a setting to determine whether or not to display the standard empty inventory message.
The message is on by default but turned off for the merchant outbox inventory panel.
|
|
Merchant Outbox context menu option in Inventory
* Modified "copy to merchant outbox" and "move to merchant outbox" context menu actions to also open the merchant outbox floater
* Changed context menu behavior to always preserve disabled menu items on multiselect rather than occasionally ignoring it
|
|
|
|
|
|
selecting build tool
* Fixed build window to not fail assert at construction time.
|
|
|
|
|
|
create a hierarchy that contains too many folders
* Updated drag and drop to correctly handle moving to and from outbox as opposed to within the outbox when dealing with
folder and item count limitations related to depth and total folder count.
|
|
viewer startups)
- Got rid of confusing conditions.
|
|
|
|
|
|
- Visibility state of chat floater is saved between sessions
- Also visibility state of chat history in nearby chat floater is saved too
|
|
LLFolderView::onItemsRemovalConfirmation().
|
|
if disabled via settings.
Apparently, the way we showed/hid the panels was wrong.
|
|
Shows/hides nearby chat log)
Reason:
- Panel name was missed in other locales.
Solution:
- Added panel name to other locales.
|
|
- Removed duplicated parameters
|
|
buttons in many languages)
- Adjusted width of "shop" button in all locales. Had to override width parameter in xml files of all locales. If to set one value with extra room space for all locales it will look rather ugly for many locales including EN.
|
|
|
|
|
|
Leave Group confirmation dialog.
|
|
avatar gender and loading the initial outfit.
|
|
|
|
window and in scroll list widget in general.
- Added a customizable date format string to be used for scroll list cell of "date" type.
- The date localization does not change the value of a scroll list cell changing only its string representation.
- Added using localized week days and month names from strings.xml for all locales not only Ja and Pl as it was before.
- Changed the date format in Item Profile window (French locale) as noted in the issue description.
- For this fix the French locale still needs the localization of the following strings in strings.xml:
<string name="dateTimeWeekdaysNames">
<string name="dateTimeWeekdaysShortNames">
<string name="dateTimeMonthNames">
<string name="dateTimeMonthShortNames">
<string name="dateTimeDayFormat">
<string name="dateTimeAM">
<string name="dateTimePM">
|
|
|
|
related web API calls. Each message begins with the tag "SLM".
|
|
Copy to Merchant Outbox context menu
* "Copy to Merchant Outbox" context menu option no longer available when marketplace import is in progress.
|
|
create a hierarchy that contains too many folders
EXP-1743 FIX -- Tooltip errors given when dragging and dropping folders onto themselves in Merchant Outbox
* Top level folder now reflected in folder count for total folders
* Earlier rejections now honored in drag and drop code so outbox-specific tooltips only show up when appropriate
|
|
crash on exit.
The crash happened if connection timed out while there were unread object inventory offers.
|
|
|
|
|
|
|
|
dialogs
* Merchant outbox completion messages now shown as modal dialogs rather than window shades.
|
|
that is not a merchant an Agni
EXP-1746 FIX -- Update Outbox messaging
EXP-1748 FIX -- Close down on messaging with Spinner
MKT-3403 support -- viewer tooltips updated to match errors in marketplace
* Copy has been updated to match the design per Leo and Brooke
* Marketplace URL's have also been updated
* The outbox floater now reports a status string in the existing folder count control
|
|
not a merchant
* The context menu option is no longer shown if the user does not have an outbox.
|
|
* The logic to determine whether or not the "Copy to Merchant Outbox" item is available is now tied to drag and drop functionality.
|
|
|
|
|
|
|
|
|
|
attachments and remaining free slots.
|
|
and folders are not created for items
* Updated to proper tooltip string
|
|
|
|
|
|
notifications in quick succession crashes to desktop
* Moved toast logic for mouse hover out of the draw call to avoid chain of callbacks that lead to reordering of the draw list while we are iterating over it.
|
|
EXP-1739 FIX
* Initial pass to block drag and drop of multiple items when resultant outbox folder would contain too many items or folders.
|
|
|
|
|
|
multiple folders in Outbox
|