summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-27STORM-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-22fix 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' (transplanted from a9aefa70c029eb9dddec3833d0ce22ef4b4421b5)
2010-09-24STORM-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-21STORM-166 FIXED Memory leak in LLSelectNode constructor.Vadim Savchuk
Submitting on behalf of Thickbrick Sleaford. One of the LLSelectNode constructors has a leak where it does "new LLPermisions()" twice, thus leaking the address of the first object created. This constructor is called every time you interact (click, hover, select, possibly other) with an object, once for each prim in the object. Since sizeof(LLPermissions) is 92 bytes, this can be a significant amount after a while. I think this might explain VWR-18528 (leaking LLpemissions instances), at least partially. This was fixed in snowglobe 1.x as part of SNOW-267.
2010-09-09DEV-53015 FIX Volume slider disappears when sliding on ↵Richard Linden
panel_prim_media_controls.xml
2010-10-06Rolling back 28f52b3d2e3d : optimizations in button renderingMerov Linden
2010-10-06Backed out changeset 28f52b3d2e3d (optimizations in button rendering).Merov Linden
2010-10-06Added tag 2.2.0-beta2 for changeset 9822eb3e25f7Dessie Linden
2010-10-04MergeEli Linden
2010-10-04CT-575 WIP ignore. testing access to beta branch.Eli Linden
2010-09-30STORM-212 FIXED Gear button is always disabled in My Profile->My PicksPaul Guslisty
- Deleted gear button as unnecessary. There is no functionality for it.
2010-10-01STORM-264 FIXED Add lower-right corner resize marker for detached side panels.Seth ProductEngine
Detached SP now has a slightly reduced height not to make it flush with the bottom bar.
2010-09-29Added tag 2.2.0-beta1 for changeset 7076e22f9f43Dessie Linden
2010-09-28STORM-265 -- remove invisible button on menu bar that was tied to the lag meter.Kent Quirk
2010-09-23STORM-128 SUPPLEMENTARY Move new permissions icons into the icons directory.Aimee Linden
(transplanted from f71072a1532b3fa3de98197dd0ceeb3071ac6856)
2010-09-23STORM-128 FIXED New friends list permission iconsAimee 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-22SH-188 FIX crash in llvoavatar.cppNyx (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 (transplanted from a90fe10ddac9545249c6f218af438a36bcbc3162)
2010-09-21Corrected channel name(s) and version numberDessie Linden
2010-09-21Tag for beta 2.1.3Kent Quirk
2010-09-21merge storm-189Tofu Linden
2010-09-21STORM-165 decode_priority clamp issue in texture fetchingTofu Linden
Patch by Merov ported and reviewed by Tofu, from SG2.
2010-09-21STORM-189 FIXED Applied text wrapping to fix long string truncation in Build ↵Sergei Litovchuk
tools->Features.
2010-09-20merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583Tofu Linden
2010-09-20merge storm-192Tofu Linden
2010-09-20STORM-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-20merge storm-159Tofu Linden
2010-09-18merge storm-192Tofu Linden
2010-09-18merge storm-153Tofu Linden
2010-09-17STORM-183 : Pull in fix from VadimMerov Linden
2010-09-18STORM-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-17STORM-183 ADDITIONAL FIX Disabled the "Replace Current Outfit" option of the ↵Vadim Savchuk
inventory context menu for incomplete outfits.
2010-09-17STORM-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-17STORM-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-17Merge in lenny workChristian Goetze (CG)
2010-09-17Enable all platforms, show changes since a recent mergeChristian Goetze (CG)
2010-09-17merge.Tofu Linden
2010-09-17merge dead-code removal from Andrew@PETofu Linden
2010-09-17merge storm-154Tofu Linden
2010-09-16CT-575 WIP ES linguistic, remove invalid FR elementeli_linden
2010-09-16VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrideseli_linden
2010-09-16[STORM-175] Fix Ping Interpolate Object PositionOz Linden
2010-09-16Test using parallel linkingChristian Goetze (CG)
2010-09-16Mergeeli_linden
2010-09-16VWR-22408 FIX en_xui_change to accommodate text for FR and PTeli_linden
2010-09-16mergeTofu Linden
2010-09-16mergeTofu Linden
2010-09-16STORM-156 FIXED Increased "Add Friend" button width. Disabled owerflow ↵Sergei Litovchuk
button resizing to get more space for other buttons.
2010-09-16STORM-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-16A little refactoring.Andrew Dyukov
Removed unused code and xml data which were once used for date in status bar.
2010-09-16Mergeeli_linden