summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-01-11EXP-1511 REFIX Preview image overlays ui elements in Upload image floatercallum
Tweaked offset and missed a corner case
2012-01-11Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-11assert for updating views while drawing was too aggressiveRichard Linden
made assert match actual error condition for list iterators reviewed by Leslie
2012-01-10EXP-1765 (Add debug info) crash on startup at LLWindowWin32::switchContext()callum
2012-01-10EXP-1766 FIXED Disabled updating agent AFK state if the viewer is ↵Seth ProductEngine
disconnected. Possible crash fix.
2012-01-10EXP-1525 FIXED Potential fix for a crash at shutdown: added some error ↵Vadim ProductEngine
handling to saving inventory cache.
2012-01-09EXP-1511 FIX Preview image overlays ui elements in Upload image floatercallum
2012-01-05Automated merge with https://bitbucket.org/lindenlab/viewer-developmentRichard Linden
2012-01-04Modified CRASH assert to not occur in release mode per RichardLeslie Linden
2012-01-04EXP-1769 FIX -- Crash in ASSERT (mInDraw == false) - can trigger with ↵Leslie Linden
selecting build tool * Fixed build window to not fail assert at construction time.
2012-01-04EXP-1586 ADDITIONAL FIX (Nearby chat window no longer persists between ↵Paul ProductEngine
viewer startups) - Got rid of confusing conditions.
2012-01-03EXP-1512 FIX changing UI size changes cursor position in notecardsRichard Linden
fixed case where adding text between 2 consecutive newlines created gibberish
2012-01-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-03use lazy deletion of views via die() method to avoid some potential crashesRichard Linden
2011-12-30EXP-1756 FIXED setting user defined window size via floater Window Size.Seth ProductEngine
2011-12-30EXP-1586 FIXED (Nearby chat window no longer persists between viewer startups)Paul ProductEngine
- Visibility state of chat floater is saved between sessions - Also visibility state of chat history in nearby chat floater is saved too
2011-12-30EXP-1523 WIP Defensive fix for a crash at ↵Vadim ProductEngine
LLFolderView::onItemsRemovalConfirmation().
2011-12-28EXP-1593 FIXED Navbar was displayed after exitting hide contorls mode, even ↵Vadim ProductEngine
if disabled via settings. Apparently, the way we showed/hid the panels was wrong.
2011-12-26EXP-1624 FIXED ([TRANSLATED BUT IN EN] tooltip for chat floater in English: ↵Paul ProductEngine
Shows/hides nearby chat log) Reason: - Panel name was missed in other locales. Solution: - Added panel name to other locales.
2011-12-26EXP-1621 FIXED (Duplicated XUI ID: panel_snapshot_postcard.xml)Paul ProductEngine
- Removed duplicated parameters
2011-12-26EXP-1618 (Serious truncation in top-right status bar "Buy $S" and "Shop" ↵Paul ProductEngine
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.
2011-12-23EXP-1762 FIXED Pre-select current window resolution.Vadim ProductEngine
2011-12-23EXP-1732 FIXED "Refresh to Save" message displayed in auto-refresh mode.Vadim ProductEngine
2011-12-23EXP-1744 FIXED URL-like group display name was shown as hyperlink in the ↵Vadim ProductEngine
Leave Group confirmation dialog.
2011-12-22EXP-1632 FIXED Added checking for valid agent avatar before selecting the ↵Seth ProductEngine
avatar gender and loading the initial outfit.
2011-12-21merge changes for vmrg-209 and vmrg-210 back from beta branchOz Linden
2011-12-21merge changes for vmrg-210Oz Linden
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-20add mutex to protect curl_multi-init()Xiaohong Bao
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-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-19SH-2738 Don't lock unless we really need toDave Parks
2011-12-19merge changes for vmrg-206Oz 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-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-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-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-15dummy commit to fix TeamCityRichard Linden
2011-12-15merge changes for storm-1653Oz Linden
2011-12-15merge changes for storm-1731Oz Linden
2011-12-15merge changes for storm-1723Oz Linden