Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | Automated merge from viewer-development-shining | Loren Shih | |
2010-10-04 | SH-270 FIXED As a SL user, I want my speaker order settings to persist ↵ | Loren Shih | |
between sessions SH-271 FIXED Add #ifdefs to llparticipantlist.h Changed speaker order to store its speaker ordering using settings.xml. Did some superficial code cleanup. | |||
2010-10-04 | SH-270 FIXED As a SL user, I want my speaker order settings to persist ↵ | Loren Shih | |
between sessions SH-271 FIXED Add #ifdefs to llparticipantlist.h Changed speaker order to store its speaker ordering using settings.xml. Did some superficial code cleanup. | |||
2010-09-23 | Automated merge with http://bitbucket.org/seraph/viewer-development-shining | Xiaohong Bao | |
2010-09-23 | a try fix for SH-212: crash at ↵ | Xiaohong Bao | |
LLViewerObjectList::removeFromLocalIDTable(LLViewerObject const &) [secondlife-bin llviewerobjectlist.cpp] line 173 | |||
2010-09-22 | SH-188 FIX crash in llvoavatar.cpp | Nyx (Neal Orman) | |
We were using a NULL pointer after checking it. Did some logic juggling to ensure that we only use the pointer if it is non-null Code reviewed by Seraph | |||
2010-09-22 | Automated merge with http://bitbucket.org/seraph/viewer-development-shining | Xiaohong Bao | |
2010-09-22 | fix for SH-173/VWR-22868: Development Viewer freezes just after startup / ↵ | Xiaohong Bao | |
greedy with file handles / 'WARNING: ll_apr_warn_status: APR: Too many open files' | |||
2010-09-21 | Automated merge from viewer-development-shining | Loren Shih | |
2010-09-21 | SH-178 FIXED As a non-god, I don't want to see admin options | Loren Shih | |
Admin options are now enabled by a debug setting. | |||
2010-09-21 | merge storm-189 | Tofu Linden | |
2010-09-21 | STORM-165 decode_priority clamp issue in texture fetching | Tofu Linden | |
Patch by Merov ported and reviewed by Tofu, from SG2. | |||
2010-09-21 | STORM-189 FIXED Applied text wrapping to fix long string truncation in Build ↵ | Sergei Litovchuk | |
tools->Features. | |||
2010-09-20 | Automated merge from viewer-development-shining | Loren Shih | |
2010-09-20 | Automated merge from viewer-development-shining | Loren Shih | |
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 | STORM-183 : Pull in fix from Vadim | Merov Linden | |
2010-09-17 | Automated merge with http://bitbucket.org/seraph/viewer-development-shining | Xiaohong Bao | |
2010-09-17 | fix for SH-115: investigate texture related network traffic between viewer ↵ | Xiaohong Bao | |
2.x and 1.23. | |||
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 | STORM-183 ADDITIONAL FIX Disabled the "Replace Current Outfit" option of the ↵ | Vadim Savchuk | |
inventory context menu for incomplete outfits. | |||
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 | 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 in lenny work | Christian Goetze (CG) | |
2010-09-17 | Enable all platforms, show changes since a recent merge | Christian Goetze (CG) | |
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-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 | [STORM-175] Fix Ping Interpolate Object Position | Oz Linden | |
2010-09-16 | Test using parallel linking | Christian Goetze (CG) | |
2010-09-16 | Automated merge from viewer-development-shining | Loren Shih | |
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 | Tofu Linden | |
2010-09-16 | merge | Tofu 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 | debug code for SH-115: investigate texture related network traffic between ↵ | Xiaohong Bao | |
viewer 2.x and 1.23. | |||
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 | Merge | eli_linden | |
2010-09-16 | VWR-22347 FIX remove FR old overriding parameters | eli_linden | |
2010-09-16 | Merging work to make lenny build | Christian Goetze (CG) | |
2010-09-16 | Try building all variants now. | Christian Goetze (CG) | |