- Oct 01, 2010
-
-
Vadim ProductEngine authored
Affected: My Outfits and Edit Outfit panels.
-
Vadim ProductEngine authored
-
- Sep 30, 2010
-
-
Vadim ProductEngine authored
By the way, fixed invalid SLURLs that LLNameBox generated for groups.
-
Vadim ProductEngine authored
-
- Sep 24, 2010
-
-
Tofu Linden authored
(transplanted from 01d8534678f5613c924a036128addf6b7447c92a)
-
- Sep 29, 2010
-
-
Tofu Linden authored
-
Seth ProductEngine authored
If localized land type name is not found it is displayed as original string to avoid MissingString error.
-
Vadim ProductEngine authored
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.
-
Tofu Linden authored
-
Tofu Linden authored
-
Tofu Linden authored
-
Andrew Productengine authored
The bug was caused by moving nearby chat bar into panel inside layout panel instead of being layout panel itself without modifying code in LLBottomTray::loadButtonsOrder() which used that layout panel. - Fixed it by using this new nearby chat container layout panel in this method.
-
Boroondas Gupte authored
-
- Sep 28, 2010
-
-
Tofu Linden authored
-
Vadim ProductEngine authored
- The button is now enabled only when all selected items can be worn. - Pressing it wears all selected items.
-
Vadim ProductEngine authored
- The button is now enabled only if all selected items are shareable. (it had checked only one currently selected item) - Eliminated some copy&paste.
-
Tofu Linden authored
-
Kent Quirk authored
-
Kent Quirk authored
-
Kent Quirk authored
-
Tofu Linden authored
-
Seth ProductEngine authored
Fixed failure getting pointers to some child panels of LLSideTray while parent side panels are detached.
-
Tofu Linden authored
-
Tofu Linden authored
-
- Sep 27, 2010
-
-
Boroondas Gupte authored
-
Vadim ProductEngine authored
Caused by the fix of EXT-4217 which I had to revert.
-
Andrew Productengine authored
Both offline and online users are added. It is done in LLVoiceChannelGroup::activate(), where TODO for it was placed earlier. To avoid code duplication when adding users from speakers list to Recent, a new method was added to LLIMModel.
-
Tofu Linden authored
-
Kelly Washington authored
-
Tofu Linden authored
-
Tofu Linden authored
-
Tofu Linden authored
-
Tofu Linden authored
-
Andrew Productengine authored
STORM-153 ADDITIONAL FIX Properly fixed unlocalized chiclet tooltip and syswell session names for adhoc. Bug was caused by using unlocalized name of session as argument in LLIMModel::newSession() after the session name was localized in constructor. - Used correct session name in LLIMModel::newSession(). Adding similar logic to addMessage() turned out to be unnecessary and also caused regression (VWR-23180), so previous fix of the same bug(8ab901af1241) was backed out in 28ed1b4cf4cd. Erroneous part was excluded from this fix.
-
Paul Guslisty authored
-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
-
Sergei Litovchuk authored
- 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.
-
Aimee Linden authored
-
- Sep 24, 2010
-
-
Kelly Washington authored
make ctrl-f work from the script search box itself.
-
Kelly Washington authored
change to better / more consistent naming
-
Kelly Washington authored
let some LLViews handle shortcut keys if they want. reviewed with ambroff
-