Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 SUPPLEMENTARY Move new permissions icons into the icons directory. | Aimee 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. | |||
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-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 | |||
2010-09-17 | EXP-74 FIX Pop-up warning given for links in Home Side Panel in Viewer | Richard Linden | |
Reviewed by Callum | |||
2010-09-17 | STORM-153 FIXED Localized Conference and non-existent IM session name strings. | Andrew Dyukov | |
- Moved the "no session" string to XML and used it in code instead of hardcode. - Conference string turned out to be already translated, but the way translation was happening ad-hoc chat log files on disk would get localized names, and thus be inconsistent (and that would create problems with browsing them later). It didn't happen already just because this string wasn't translated in other locales somewhy. So moved localization of session name after the the creation of log file. Also changed value of string according to Eli's comment in ticket. | |||
2010-09-17 | merge dead-code removal from Andrew@PE | Tofu Linden | |
2010-09-17 | merge storm-154 | Tofu Linden | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | CT-575 WIP ES linguistic, remove invalid FR element | eli_linden | |
2010-09-16 | VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrides | eli_linden | |
2010-09-16 | fix for all notifications being ignored by default | 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 | VWR-22408 FIX en_xui_change to accommodate text for FR and PT | eli_linden | |
2010-09-16 | STORM-156 FIXED Increased "Add Friend" button width. Disabled owerflow ↵ | Sergei Litovchuk | |
button resizing to get more space for other buttons. | |||
2010-09-16 | STORM-154 FIXED Resized Group Info panel buttons to prevent Group Call ↵ | Sergei Litovchuk | |
button label truncation. Removed commented out button and extra layout stack from panel_group_info_sidetray.xml Resized buttons to use remaining free space when Create Group button is invisible. | |||
2010-09-16 | A little refactoring. | Andrew Dyukov | |
Removed unused code and xml data which were once used for date in status bar. | |||
2010-09-16 | VWR-22347 FIX remove FR old overriding parameters | eli_linden | |
2010-09-16 | STORM-122 FIXED Clean up obsolete floaters and related dead code | Aimee Linden | |
Removed obsolete XUI files: floater_activeim.xml floater_customize.xml floater_device_settings.xml floater_first_time_tip.xml floater_im.xml floater_my_friends.xml floater_outfit_save_as.xml floater_preview_classified.xml floater_preview_event.xml floater_preview_gesture_info.xml floater_preview_gesture_shortcut.xml floater_preview_gesture_steps.xml floater_statistics.xml floater_wearable_save_as.xml panel_audio_device.xml panel_friends.xml panel_groups.xml panel_nearby_chat.xml panel_online_status.xml panel_region_general_layout.xml Killed obsolete LLFloaterVoiceDeviceSettings class, and moved LLPanelVoiceDeviceSettings into its own appropriately named files. | |||
2010-09-16 | EXP-29 WIP Implement popup blocking | Richard Linden | |
added web popup notification overlay | |||
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-15 | Trivial typo fix | Aimee Linden | |
2010-09-15 | STORM-86 MERGE Double-click Teleport | Aimee Linden | |
2010-09-14 | removed garbage from notifications.xml file | Richard Linden | |
2010-09-14 | VWR-21356 FIX added missing translation for string | eli_linden | |
2010-09-14 | VWR-22372 fix widen width for partner edit link for all languages | eli_linden | |
2010-09-14 | EXP-29 WIP Added popup blocking notification | Richard Nelson | |
2010-09-13 | merge | Tofu Linden | |
2010-09-13 | VWR-22975 fix wrong "endonym" for Portuguese language name | eli_linden | |