summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-16fixed buildRichard Linden
2010-09-16mergeRichard Linden
2010-09-16EXP-73 FIX hint cannot be dismissed with X and crashes browser when hint is ↵Richard Linden
triggered by user taking an object from inworld into inventory
2010-09-16popup blocking notifications now handled in all web_browser instances, not ↵Richard Linden
just llfloatermediabrowser
2010-09-16added ability to have notification ignore variable point to settings.xml ↵Richard Linden
variables
2010-09-16renamed isProvided() to anyProvided() and fixed partial params (missing ↵Richard Linden
mandatory elements) not merging over complete params
2010-09-16EXP-63 FIX Hint marked as acted upon if hints are disabled while specific ↵Richard Linden
UI hint is open
2010-09-16Merge of popup-geometry code.Monroe Linden
2010-09-16Matching Windows build of llqtwebkit.Monroe Linden
2010-09-16EXP-29 WIP Implement popup blockingRichard Linden
added web popup notification overlay
2010-09-16refactored notification template into own header fileRichard Linden
2010-09-16deprecated text_enabled_color and text_disabled_color from LLCheckBoxCtrl in ↵Richard Linden
favor of label_text.text_color and label_text.text_readonly_color, respectively
2010-09-16added duration and icon to PopupAttempt notificationRichard Linden
2010-09-16added missing attributeRichard Linden
2010-09-16streamlined llsd serialization logic of param blocksRichard Linden
2010-09-16made LLView::getUseBoundingRect() const and used it internallyRichard Linden
2010-09-16fixed serialization of choice blocks sometimes including more than one ↵Richard Linden
alternative fixed deserialization of Multiple<Block> leaving dummy blocks around when failing to find matching key
2010-09-16refactored notification template into own header fileRichard Linden
2010-09-16refactored notification template into own header fileRichard Linden
2010-09-16refactored notification template into own header fileRichard Linden
2010-09-15Enable web popups to specify size and position of the Media Browser window ↵Monroe Linden
from javascript. This includes a Mac build of llqtwebkit from the following sources: revision aacdf69cbf5aa12d77c179296e31ef643ed1ef4a of http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch) revision 81ab5ae326f0 of http://hg.secondlife.com/llqtwebkit (currently head of the default branch) Reviewed by Callum.
2010-09-14finished notifications param block parsing logicRichard Linden
2010-09-14removed garbage from notifications.xml fileRichard Linden
2010-09-14fixed full path not appearing in debug output for param block errors by ↵Richard Linden
using full path for LLDir::mAppRODataDir
2010-09-14implemented param block -> LLSD serializationRichard Linden
2010-09-14Automated merge with http://demeter.lindenlab.com:8000Richard Linden
2010-09-14converted notifications.xml to paramblock parsing for easier reuse and extensionRichard Nelson
2010-09-14EXP-29 WIP Added popup blocking notificationRichard Nelson
2010-09-14fixed text contents parsing for LLSimpleXUIParser...each contiguous range of ↵Richard Nelson
text is submitted as a new "value" element whenever an open/close tag is encountered
2010-09-14added non-const accessor to Multiple<T> containers, might need to revertRichard Nelson
2010-09-13EXP-56 - Final piece of this task -refer to new LLQtWebKit in the viewer. ↵callum
(Windows version)
2010-09-13EXP-56 - viewer side of support for file picker dialog requirement.callum
2010-09-13Mergecallum
2010-09-13Revert reference in install.xml to LLQtWebKit back to version 4.6.0callum
We were using 4.7.0 but this is not officially released for a week or two and we want to push this out to Snowstorm.
2010-09-13mergeRichard Nelson
2010-09-10EXP-24 FIX Menu disable all viewer hintsRichard Nelson
2010-09-10EXP-23 FIX Tail for chat box hint should be slantways instead of horizontalRichard Nelson
2010-09-10EXP-22 FIX Change hints background to whiteRichard Nelson
2010-09-10Added support for a media plugin message that asks the viewer to open a file ↵Monroe Linden
picker on the plugin's behalf. Reviewed by Callum.
2010-09-10EXP-14 FIX Voice morphing drop down missing and layout issue in ↵Richard Nelson
floater_voice_controls.xml
2010-09-10DEV-53093 FIX Layout issue in nearby voice panelRichard Nelson
2010-09-09DEV-53015 FIX Volume slider disappears when sliding on ↵Richard Linden
panel_prim_media_controls.xml
2010-09-09MergeRichard Linden
2010-09-09Backed out changeset: 28f52b3d2e3dRichard Linden
2010-09-09fixed link seam in login unit testRichard Linden
2010-09-09DEV-53087 FIX TOS does not appear for new usersRichard Linden
reviewed by Callum
2010-09-09Automated merge with ssh://hg.lindenlab.com/monroe/viewer-experience-3Richard Nelson
2010-09-08DEV-53094 FIX Selecting texture picker causes viewer to crashRichard Nelson
overzealous elimination of xml parsing
2010-09-08Mergecallum
2010-09-08Reference (updated) LLQtWebKit (Windows) that was built against Qt 4.7.0 RC1callum
This version is built against Qt 4.7.0 with some extra build options to turn off manifest embedding in the Qt DLLs