summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-21EXP-1693 FIXED the date localization in Item Profile window, Voice Morphs ↵Seth ProductEngine
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">
2011-12-21EXP-1695 FIXED currency format in Group Profile > Land/Asset and New Group.Seth ProductEngine
2011-12-20sync with viewer-developmenteli
2011-12-20* Added "InventoryOutboxLogging" debug setting to log merchant outbox ↵Leslie Linden
related web API calls. Each message begins with the tag "SLM".
2011-12-20EXP-1755 FIX -- Can move items to Merchant Outbox during Outbox synch using ↵Leslie Linden
Copy to Merchant Outbox context menu * "Copy to Merchant Outbox" context menu option no longer available when marketplace import is in progress.
2011-12-20add mutex to protect curl_multi-init()Xiaohong Bao
2011-12-20EXP-1738 FIX -- Disable drag and drop to folders in the outbox that would ↵Leslie Linden
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
2011-12-20EXP-1499 FIXED Added some NULL checks in notifications UI code to avoid a ↵Vadim ProductEngine
crash on exit. The crash happened if connection timed out while there were unread object inventory offers.
2011-12-20more tuning of llcurl code targeting crashes like SH-2777.Xiaohong Bao
2011-12-20more tuning of llcurl code targeting crashes like SH-2777.Xiaohong Bao
2011-12-20merge changes for storm-1734Oz Linden
2011-12-20merge changes for storm-653 and storm-1737Oz Linden
2011-12-20merge up to latest viewer-developmentOz Linden
2011-12-19EXP-1749 FIX -- Merchant outbox import completion messages are to be modal ↵Leslie Linden
dialogs * Merchant outbox completion messages now shown as modal dialogs rather than window shades.
2011-12-19EXP-1741 FIX -- Learn more link goes to page not found from Outbox for user ↵Leslie Linden
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
2011-12-19SH-2738 Don't lock unless we really need toDave Parks
2011-12-19SH-2738 Don't lock unless we really need toDave Parks
2011-12-19EXP-1170 FIX -- Right click context menu to Copy to Outbox shown if user is ↵Leslie Linden
not a merchant * The context menu option is no longer shown if the user does not have an outbox.
2011-12-19EXP-1683 FIX -- Add main inventory context menu option Copy To OutboxLeslie Linden
* The logic to determine whether or not the "Copy to Merchant Outbox" item is available is now tied to drag and drop functionality.
2011-12-19merge changes for vmrg-206Oz Linden
2011-12-19pull back release tagsOz Linden
2011-12-19SH-2738 Add comment documenting need to not make main thread wait on ↵Dave Parks
curl_multi_perform
2011-12-19update build params for oz viewer-trial buildOz Linden
2011-12-19Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-12-19EXP-1745 FIX -- removed the merchant outbox from the toolboxLeslie Linden
2011-12-19merge changes for storm-1737Oz Linden
2011-12-18STORM-1737 panel_edit_skin.xml uses confusing historical terminologyJonathan Yap
2011-12-17STORM-653 As a user i would like to be able to see the available number of ↵Jonathan Yap
attachments and remaining free slots.
2011-12-16EXP-1730 FIX -- Library items can be dragged and dropped to Outbox floater ↵Leslie Linden
and folders are not created for items * Updated to proper tooltip string
2011-12-16Merge from viewer-experienceLeslie Linden
2011-12-16Merge from viewer-pre-beta for IM toasts crash fixLeslie Linden
2011-12-16SH-2694 Fix for FPS drop when mousing over flexi objects (don't use an ↵Dave Parks
octree for flexi raycast)
2011-12-16EXP-1742 FIX -- Clicking IM notification or receiving multiple IM ↵Leslie Linden
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.
2011-12-16EXP-1738 FIXLeslie Linden
EXP-1739 FIX * Initial pass to block drag and drop of multiple items when resultant outbox folder would contain too many items or folders.
2011-12-16merge changes for storm-1729Oz Linden
2011-12-16merge snowstorm issues to latest viewer-developmentOz Linden
2011-12-16merge changes for vmrg-206Oz Linden
2011-12-15fix for SH-2738 and SH-2777, might also help SH-2723: heap corruptionXiaohong Bao
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle
2011-12-15fix for SH-2738 and SH-2777, might also help SH-2723: heap corruptionXiaohong Bao
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle
2011-12-15EXP-1726 FIX -- Rename option present in context menu when selecting ↵Leslie Linden
multiple folders in Outbox
2011-12-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-15dummy commit to fix TeamCityRichard Linden
2011-12-15Windows build fix and fixes for off-by-1 errors in limitationsLeslie Linden
2011-12-15EXP-1730 FIXLeslie Linden
EXP-1731 FIX EXP-1735 FIX EXP-1736 FIX EXP-1737 FIX EXP-1738 FIX EXP-1739 FIX * Users can no longer drag and drop items to the outbox from in world, notecards or the library. * Drag and drop now blocks the creation of hierarchies that are too deep, too many folders or contain too many items. * Settings now exist to specify drag and drop limitations to the outbox, named: InventoryOutboxMaxFolderDepth (4) InventoryOutboxMaxFolderCount (20) InventoryOutboxMaxItemCount (200)
2011-12-15merge changes for storm-1653Oz Linden
2011-12-15merge changes for storm-1731Oz Linden
2011-12-15merge changes for storm-1723Oz Linden
2011-12-15merge changes for storm-1733Oz Linden
2011-12-15storm-1723: fix character display when a lot of different characters are usedAlissa Sabre
2011-12-15merge changes for vmrg-205Oz Linden