Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-01 | removed extra space that resulted in strange line wrapping | Richard Linden | |
2010-10-22 | EXP-273 FIXED Add button/tray for avatar picker | Richard Linden | |
made "toggleable" radio group | |||
2010-10-21 | EXP-273 WIP added avatar picker popup and hint | Richard Linden | |
2010-10-07 | removed word "below" from View Hint | Richard Linden | |
2010-10-07 | enabled alternate move hint in skylight skin only | Richard Linden | |
2010-10-06 | EXP-156 WIP Implement custom Skylight hints | Richard Nelson | |
2010-10-05 | changed format of notification_visibility rules to be cleaner | Richard Linden | |
2010-10-04 | Test merge | callum | |
2010-10-01 | Updated keys in notifications.xml to match current spec. | Monroe Linden | |
2010-10-01 | STORM-307 FIXED Disabled highlighting of URLs in outfit names. | Vadim ProductEngine | |
Affected: My Outfits and Edit Outfit panels. | |||
2010-10-01 | STORM-213 FIXED Disabled highlighting URLs in object names in group ↵ | Vadim ProductEngine | |
notification toasts. | |||
2010-09-30 | merge | Richard Linden | |
2010-09-30 | fix for preferences window not visible on login | Richard Linden | |
2010-09-30 | Added "win" tag to selected notifications. | Monroe Linden | |
2010-09-30 | Adding tags mechanism to notification visibility rules. | Monroe Linden | |
Also started adding the tag 'fail' to entries in notifications.xml that are failures the user should always be told about. Reviewed by Richard. | |||
2010-09-30 | STORM-214 FIXED Disabled URL highlighting in pick names. | Vadim ProductEngine | |
2010-09-29 | fix for clicks not working once logged in | Richard Linden | |
2010-09-29 | login panel now properly nested in main_view.xml, no more z order hackery | Richard Linden | |
2010-09-28 | merge | Richard Linden | |
2010-09-28 | made mIsFocusRoot a XUI param | Richard Linden | |
2010-09-28 | Added a mechanism for preventing classes of notifications from being ↵ | Monroe Linden | |
displayed, controlled by the notification_visibility.xml file in the viewer skin. Reviewed by Richard. | |||
2010-09-27 | merge | Richard Nelson | |
2010-09-29 | merge storm-227 | Tofu Linden | |
2010-09-29 | STORM-269 FIXED Added strings for missing land types in strings.xml | Seth ProductEngine | |
If localized land type name is not found it is displayed as original string to avoid MissingString error. | |||
2010-09-29 | STORM-227 FIXED Made long cache location in Preferences->Setup readable. | Vadim ProductEngine | |
Changes: - The line editor is now scrollable. - Its value is duplicated in the tool-tip. Technical notes: If you set the "enabled" param of a line editor to "false", that will disable text selection in the widget. However, if a line editor is initially enabled and then gets disabled with setEnabled(FALSE), it will remain selectable. It looks like bug, but I'm not going to fix it now to not introduce issues like this one. Instead, I'm applying to workaround which is to enable the widget initially and disable later, thus keeping it read-only but selectable. | |||
2010-09-28 | Merge beta changes to viewer-dev. | Kent Quirk | |
2010-09-28 | STORM-265 -- remove invisible button on menu bar that was tied to the lag meter. | Kent Quirk | |
2010-09-27 | merge storm-228 | Tofu Linden | |
2010-09-27 | merge storm-190 | Tofu Linden | |
2010-09-27 | merge storm-173 | Tofu Linden | |
2010-09-27 | STORM-228 FIXED 'Loading / Done' text is cropped on the bottom of 'Find' floater | Paul Guslisty | |
-Increased space between bottom of the floater and bottom of the web browser (inside floater), so that 'Loading / Done' text between bottom of the web browser and bottom of the floater won't be cropped | |||
2010-09-27 | STORM-190 FIXED text truncations in floater EDIT CONTENT PERMISSIONS. | Sergei Litovchuk | |
- Increased overall floater width. - Increased permissions columns width. - Increased 'Check All' and 'Clear' buttons width. - Applied text wrapping to permissions labels. - Removed 'NextOwnerLabel' dimensions overrides for German. - Removed 'Check All' and 'Clear' buttons dimensions overrides for Polish. | |||
2010-09-24 | STORM-173 : Add Build > Object > Return Object | Merov Linden | |
2010-09-24 | merge storm-189 redux | Tofu Linden | |
2010-09-24 | STORM-189 FIXED Truncations in DE ans ES locales in Build Tools floater. | Seth ProductEngine | |
- Some checkboxes moved in DE locale and EN xml file. - Removed floater width override for ES locale. | |||
2010-09-23 | merge | Richard Linden | |
2010-09-23 | merge storm-206 | Tofu Linden | |
2010-09-23 | STORM-128 FIXED New friends list permission icons | Aimee Linden | |
* Added new icon artwork. * Reordered the icons so that the most common ones are to the right, so that they change position as little as possible. * Removed old 1.23 icons. (transplanted from 5ed5fa607e2ce3eaabc8f9716bd4a6ef5933aa64) | |||
2010-09-23 | STORM-128 FIXED New friends list permission icons | Aimee Linden | |
* Added new icon artwork. * Reordered the icons so that the most common ones are to the right, so that they change position as little as possible. * Removed old 1.23 icons. | |||
2010-09-23 | STORM-201 FIXED Substituted link to widgets page on internal LL wiki in test ↵ | Andrew Productengine | |
floater with external one. | |||
2010-09-22 | merge | Richard Linden | |
2010-09-22 | cleaned up notifications.xml and made global notifications toggle not use or ↵ | Richard Linden | |
modify saved responses | |||
2010-09-21 | merge storm-122 | Tofu Linden | |
2010-09-21 | merge storm-189 | Tofu Linden | |
2010-09-21 | STORM-189 FIXED Applied text wrapping to fix long string truncation in Build ↵ | Sergei Litovchuk | |
tools->Features. | |||
2010-09-20 | merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583 | Tofu Linden | |
2010-09-17 | made address entry field of media browser select all text on first click | Richard Linden | |
2010-09-17 | maded popup alert last forever | Richard Linden | |
2010-09-17 | fix for enable all popups not working | Richard Linden | |
also popup notification is no longer a singleton | |||
2010-09-17 | allow_popups is now driven by trusted content flag | Richard Linden | |
trusted content is now a const attribute of LLMediaCtrl, set in constructor params |