Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-16 | merge | Richard Linden | |
2010-09-16 | EXP-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-16 | popup blocking notifications now handled in all web_browser instances, not ↵ | Richard Linden | |
just llfloatermediabrowser | |||
2010-09-16 | added ability to have notification ignore variable point to settings.xml ↵ | Richard Linden | |
variables | |||
2010-09-16 | renamed isProvided() to anyProvided() and fixed partial params (missing ↵ | Richard Linden | |
mandatory elements) not merging over complete params | |||
2010-09-16 | EXP-63 FIX Hint marked as acted upon if hints are disabled while specific ↵ | Richard Linden | |
UI hint is open | |||
2010-09-16 | Merge of popup-geometry code. | Monroe Linden | |
2010-09-16 | Matching Windows build of llqtwebkit. | Monroe Linden | |
2010-09-16 | EXP-29 WIP Implement popup blocking | Richard Linden | |
added web popup notification overlay | |||
2010-09-16 | refactored notification template into own header file | Richard Linden | |
2010-09-16 | deprecated 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-16 | added duration and icon to PopupAttempt notification | Richard Linden | |
2010-09-16 | added missing attribute | Richard Linden | |
2010-09-16 | streamlined llsd serialization logic of param blocks | Richard Linden | |
2010-09-16 | made LLView::getUseBoundingRect() const and used it internally | Richard Linden | |
2010-09-16 | fixed 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-16 | refactored notification template into own header file | Richard Linden | |
2010-09-16 | refactored notification template into own header file | Richard Linden | |
2010-09-16 | refactored notification template into own header file | Richard Linden | |
2010-09-15 | Enable 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-14 | finished notifications param block parsing logic | Richard Linden | |
2010-09-14 | removed garbage from notifications.xml file | Richard Linden | |
2010-09-14 | fixed full path not appearing in debug output for param block errors by ↵ | Richard Linden | |
using full path for LLDir::mAppRODataDir | |||
2010-09-14 | implemented param block -> LLSD serialization | Richard Linden | |
2010-09-14 | Automated merge with http://demeter.lindenlab.com:8000 | Richard Linden | |
2010-09-14 | converted notifications.xml to paramblock parsing for easier reuse and extension | Richard Nelson | |
2010-09-14 | EXP-29 WIP Added popup blocking notification | Richard Nelson | |
2010-09-14 | fixed 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-14 | added non-const accessor to Multiple<T> containers, might need to revert | Richard Nelson | |
2010-09-13 | EXP-56 - Final piece of this task -refer to new LLQtWebKit in the viewer. ↵ | callum | |
(Windows version) | |||
2010-09-13 | EXP-56 - viewer side of support for file picker dialog requirement. | callum | |
2010-09-13 | Merge | callum | |
2010-09-13 | Revert reference in install.xml to LLQtWebKit back to version 4.6.0 | callum | |
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-13 | merge | Richard Nelson | |
2010-09-10 | EXP-24 FIX Menu disable all viewer hints | Richard Nelson | |
2010-09-10 | EXP-23 FIX Tail for chat box hint should be slantways instead of horizontal | Richard Nelson | |
2010-09-10 | EXP-22 FIX Change hints background to white | Richard Nelson | |
2010-09-10 | Added 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-10 | EXP-14 FIX Voice morphing drop down missing and layout issue in ↵ | Richard Nelson | |
floater_voice_controls.xml | |||
2010-09-10 | DEV-53093 FIX Layout issue in nearby voice panel | Richard Nelson | |
2010-09-09 | DEV-53015 FIX Volume slider disappears when sliding on ↵ | Richard Linden | |
panel_prim_media_controls.xml | |||
2010-09-09 | Merge | Richard Linden | |
2010-09-09 | Backed out changeset: 28f52b3d2e3d | Richard Linden | |
2010-09-09 | fixed link seam in login unit test | Richard Linden | |
2010-09-09 | DEV-53087 FIX TOS does not appear for new users | Richard Linden | |
reviewed by Callum | |||
2010-09-09 | Automated merge with ssh://hg.lindenlab.com/monroe/viewer-experience-3 | Richard Nelson | |
2010-09-08 | DEV-53094 FIX Selecting texture picker causes viewer to crash | Richard Nelson | |
overzealous elimination of xml parsing | |||
2010-09-08 | Merge | callum | |
2010-09-08 | Reference (updated) LLQtWebKit (Windows) that was built against Qt 4.7.0 RC1 | callum | |
This version is built against Qt 4.7.0 with some extra build options to turn off manifest embedding in the Qt DLLs | |||
2010-09-08 | Experimental Mac build of llqtwebkit against Qt 4.7 prerelease. | Monroe Linden | |
Built from: Qt 4.7 prerelease source from http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0-rc1.tar.gz revision 1faa5dfb28d2 in http://hg.secondlife.com/llqtwebkit/ (currently head of the qt-4.7 branch) |