Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-20 | EXP-77 FIX Pop-up warning flashes on and off even whan all popups are ↵ | Richard Nelson | |
enabled in settings | |||
2010-09-20 | EXP-82 FIX MOTD open in external browser notification not given until fully ↵ | Richard Nelson | |
logged in reviewed by Monroe | |||
2010-09-20 | Fix one variant of LLWeb::loadURLExternal() not passing through the uuid to ↵ | Monroe Linden | |
the other variant. | |||
2010-09-20 | STORM-162 : Makes the folder code more resilient | Merov Linden | |
2010-09-20 | EXP-60 FIX not showing after Re-enabling Hints in same session | Richard Nelson | |
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-20 | merge storm-192 | Tofu Linden | |
2010-09-20 | STORM-192 ADDITIONAL FIX Fixed crash on pressing Ctrl+Shift+W (which closes ↵ | Vadim Savchuk | |
all floaters). The crash was introduced by my previous fix of this ticket in changeset 8ceebd3612f0. The problem was that, suprisingly, even invisible (faded) toasts were destroyed when you hit Ctrl_Shift+W, however they were still referenced by the toast pool, so the references were invalidated. The easiest fix would be to remove all references to the toast being destroyed, no matter is it visible or not. However, then we'd have to search for each destroyed toast in the pool, which is slow. Besides, removing toasts from the pool compromises the whole idea of pooling (which was introduced to speed up creation of new toasts). Another possible fix is not to destroy any nearby chat toasts when user hits Ctrl+Shift+W. That would save us from any crashes at a price of changing existing behaviour (the toasts will remain visible). So I went for a third option: when closing all floaters, skip invisible ones. Then there won't be attempts to destroy invisible (pooled) toasts, so the crash won't happen, and we don't seem to change any existing behavior. However I'm not 100% sure of the latter statement, so the fix requires extensive testing. | |||
2010-09-20 | merge storm-159 | Tofu Linden | |
2010-09-18 | merge storm-192 | Tofu Linden | |
2010-09-18 | merge storm-153 | Tofu Linden | |
2010-09-17 | EXP-60 Hints not showing after Re-enabling Hints in same session | Richard Linden | |
2010-09-17 | made address entry field of media browser select all text on first click | Richard Linden | |
2010-09-17 | clear popup notifications on navigate | Richard Linden | |
2010-09-17 | maded popup alert last forever | Richard Linden | |
2010-09-18 | STORM-159 FIXED Added sharing inventory item by dropping it on resident's ↵ | Sergei Litovchuk | |
Profile SP even when no IM session is started with that resident. | |||
2010-09-17 | fixed build (again) | Richard Linden | |
2010-09-17 | Merge | Richard Linden | |
2010-09-17 | Backed out changeset: d71309f8bd0e | Richard Linden | |
2010-09-17 | merge | 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 | Turn off new inventory hints until defect EXP-62 is fixed | callum | |
2010-09-17 | updated comment on MediaEnablePopups setting to reflect new behavior | Richard Linden | |
2010-09-17 | STORM-183 ADDITIONAL FIX Disabled the "Replace Current Outfit" option of the ↵ | Vadim Savchuk | |
inventory context menu for incomplete outfits. | |||
2010-09-17 | fixed build | Richard Linden | |
2010-09-17 | STORM-192 FIXED Ctrl-Shift-W not to disable nearby chat toasts. | Vadim Savchuk | |
Bug reason: The fix of EXT-1419 disables showing nearby chat showing toasts at all whenever you close one. That was done to prevent a crash when viewer is exiting, but closing a toast manually should be handled differently. Fix: If a toast is being closed (destroyed) manually, just remove it from the toast pool (to prevent further references to the invalid pointer), but keep on showing new toasts. I've overriden LLFloater::onClose() to differentiate the two cases. | |||
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. | Tofu Linden | |
2010-09-17 | merge dead-code removal from Andrew@PE | Tofu Linden | |
2010-09-17 | merge storm-154 | Tofu Linden | |
2010-09-17 | STORM-122 FIXED Clean up obsolete floaters and related dead code | Aimee Linden | |
A little bit more clean up on LLPanelVoiceDeviceSettings while I'm in there. | |||
2010-09-16 | fixed merge | Richard 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 | reverted mediaenablepopups to false by default (desired behavior) | Richard Linden | |
always trigger popup notification and rely on ignore machinery to hide it | |||
2010-09-16 | fix for all notifications being ignored by default | Richard Linden | |
2010-09-16 | fixed build | Richard Linden | |
2010-09-16 | [STORM-175] Fix Ping Interpolate Object Position | Oz Linden | |
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 | EXP-63 FIX Hint marked as acted upon if hints are disabled while specific ↵ | Richard Linden | |
UI hint is open | |||
2010-09-16 | Merge | eli_linden | |
2010-09-16 | VWR-22408 FIX en_xui_change to accommodate text for FR and PT | eli_linden | |
2010-09-16 | Merge of popup-geometry code. | Monroe Linden | |
2010-09-16 | merge | Tofu Linden | |