summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2012-01-03use lazy deletion of views via die() method to avoid some potential crashesRichard 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-16Merge from viewer-experienceLeslie Linden
2011-12-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-13EXP-1551 FIX Ability to toggle button flashingRichard Linden
added "EnableButtonFlashing" setting
2011-12-12Merge with latest from viewer-experienceLeslie Linden
2011-12-12Added missing line end to satisfy coding policyLeslie Linden
2011-12-12EXP-1711 FIX LLWindowShade doesn't stack multiple notificationsRichard Linden
added configurable shade color to window_shade
2011-12-12Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-12-12EXP-1711 FIX LLWindowShade doesn't stack multiple notificationsRichard Linden
2011-12-12merge changes for vmrg-204Oz Linden
2011-12-09Moved outbox import confirmations to window shades on the merchant outbox ↵Leslie Linden
floater, rather than modal dialogs.
2011-12-08EXP-1512 FIX changing UI size changes cursor position in notecardsRichard Linden
2011-12-07Merge with latest viewer-experienceLeslie Linden
2011-12-07Crash workaround when opening toats windows after a long session.Leslie Linden
2011-12-07EXP-1652 FIX (Build tool floater size affected by viewer window size)Richard Linden
force all floaters to have follows flags = FOLLOWS_NONE and use llfloaterview::reshape logic instead removed existing follows flags from any floater XUI and deprecated the follows parameter for floaters
2011-12-02EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵Leslie Linden
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10.
2011-12-02EXP-1476 FIXED (Moving speak button to empty toolbar while incoming/outgoing ↵Paul ProductEngine
call dialog is open does not move the dialog as well) Reason: A floater can be docked only to a button which is in visible chain, the visibility of the button itself is not enough. After the button was added to the empty toolbar: mButtonAddSignal is called and the floater tries to dock to the button, but the button's parent(mButtonPanel) is yet invisible at this moment (so the button is not in visible chain). mButtonPanel visibility updates in draw() depending on whether it contains some buttons or not. Solution: Updating mButtonPanel visibility right after the button was added, before mButtonAddSignal
2011-12-01Build fixes for mac, hopefully Linux tooLeslie Linden
2011-11-30Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-29mergeDave Parks
2011-11-29mergeDave Parks
2011-11-29mergeDave Parks
2011-11-28Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-28removed unneeded changeversion tracking in param blocks in favor of a ↵Richard Linden
simpler dirty bit
2011-11-28Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-11-28a try fix for sh-2651: [crashhunters] Crash after google translate failureXiaohong Bao
and sh-2658: crash in LLPluginMessage::parse
2011-11-28mergeBrad Payne (Vir Linden)
2011-11-26Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2011-11-24merge changes for vmrg-193Oz Linden
2011-11-23SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵Leslie Linden
idle calls. Reviewed by davep.
2011-11-23Changes to filter out tabs from file load and to test if loading/saving ↵Ima Mechanique
should be allowed.
2011-11-15SH-1865 PROGRESS -- Disable the anti-aliasing control on hardware our code ↵Leslie Linden
doesn't support for anti-aliasing
2011-11-15EXP-1588 FIX Floaters do not snap to edgeRichard Linden
made non-movable floaters not use auto-follow logic toasts will now use own layout logic
2011-11-15SH-2591 WIP -- fix for UI disappearing, introduces some artifacts in ↵Dave Parks
rotation ring, committing to debug elsewhere
2011-11-14Removed unused variable to fix the mac buildLeslie Linden
2011-11-14EXP-1588 WIP Floaters do not snap to edgeRichard Linden
2011-11-11EXP-1504 : Move the tab opening stuff to lltabcontainer and out of llbutton. ↵Merov Linden
Added an xui param to allow drill through tabs. Set that param for build panel only.
2011-11-10EXP-1504 : Allow opening of tab in tab containers when drag and dropping ↵Merov Linden
things. Added new param to LLButton to handle this (off by default). Refactor lltabcontainer code a bit while at it.
2011-11-10fixed buildRichard Linden
fixed handle downcast not initiating handle
2011-11-10Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-09EXP-1482 FIX LLInitParam::Parser spam in secondlife.log file when entering a ↵Richard Linden
search term in location bar launching the search window reviewed by Merov
2011-11-08LLHandle<Derived> is now implicitly convertable to LLHandle<Base> and ↵Richard Linden
LLHandle<Base> can be downcast to LLHandle<Derived> using the LLHandleProvider mixin
2011-11-08merge changes for vmrg-182Oz Linden
2011-11-07finished removing remnants of media browserRichard Linden
2011-11-07Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-04SH-2652 Don't allocate 6000+ strings every frameDave Parks
2011-11-03EXP-1533 FIX -- As a FUI user, I'd like to be able to remove toolbar buttons ↵Leslie Linden
without having to drag them anywhere * Added "Remove this button" option to the toolbar context menu * Added code to track the right mouse click and execute the action to remove the appropriate button on the toolbar. Reviewed by surly leyla
2011-11-02mergeLeyla Farazha
2011-11-02mergeDave Parks