Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-30 | more de-crufting. | Tofu Linden | |
2010-09-30 | remove more evil deadcode. | Tofu Linden | |
2010-09-30 | remove a wad of the experimental evil deadcode that I added while hacking. | Tofu Linden | |
2010-09-30 | merge | Tofu Linden | |
2010-09-29 | added show inspector menu callbacks | Richard Linden | |
2010-09-29 | fix for clicks not working once logged in | Richard Linden | |
2010-09-29 | merge | Richard Linden | |
2010-09-29 | login panel now properly nested in main_view.xml, no more z order hackery | Richard Linden | |
2010-09-30 | merged STORM-222 (expat.h not found on STANDALONE) | Boroondas Gupte | |
2010-09-30 | STORM-222 FIXED indra/llxuixml/llxuiparser.cpp:32:25: error: expat/expat.h: ↵ | Boroondas Gupte | |
No such file or directory | |||
2010-09-29 | Change non-visible notifications to return empty response instead of default. | Monroe Linden | |
This is part of EXP-111. Reviewed by Richard. | |||
2010-09-29 | final fix for llcontextmenugl crash on exit | Richard Linden | |
2010-09-29 | DN-114 Paste function into text boxes not working in Viewer | Leyla Farazha | |
2010-09-29 | Merge | Leyla Farazha | |
2010-09-29 | removed unworkable subclassing support from LLHandle<T> | Richard Linden | |
2010-09-29 | turn off get more and view all options in gesture combo list | Richard Linden | |
2010-09-29 | fix for crash on exit | Richard Linden | |
also made handle subtyping work | |||
2010-09-29 | edit profile display name now sizes down if too long | Leyla Farazha | |
2010-09-29 | merge storm-227 | Tofu Linden | |
2010-09-29 | Added tag 2.1.1-release for changeset bb38ff1a7637 | Dessie Linden | |
2010-09-29 | DN-116 Long user name wraps at far right edge in profile panel | Leyla Farazha | |
2010-09-29 | STORM-269 FIXED Added strings for missing land types in strings.xml | Seth ProductEngine | |
If localized land type name is not found it is displayed as original string to avoid MissingString error. | |||
2010-09-29 | finally, properly(?) deal with submitting empty text. | Tofu Linden | |
2010-09-29 | Added tag 2.2.0-beta1 for changeset 7076e22f9f43 | Dessie Linden | |
2010-09-29 | start to de-cruftify. | Tofu Linden | |
2010-09-29 | more robustness for empty-but-not-aborted textboxes. | Tofu Linden | |
2010-09-29 | added max_length_chars to notification params | Leyla Farazha | |
2010-09-29 | STORM-227 FIXED Made long cache location in Preferences->Setup readable. | Vadim ProductEngine | |
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. | |||
2010-09-29 | make empty textboxes return an empty string instead of doing nothing. I hope. | Tofu Linden | |
2010-09-29 | work on response integrity. | Tofu Linden | |
2010-09-29 | response is starting to limp along. | Tofu Linden | |
2010-09-29 | merge storm-248 | Tofu Linden | |
2010-09-29 | merge storm-249 | Tofu Linden | |
2010-09-29 | merge storm-249 | Tofu Linden | |
2010-09-29 | STORM-291 FIXED Fixed the position of the nearby chat bar. | Andrew Productengine | |
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. | |||
2010-09-29 | clean up xui a bit, still working on proper script reponse. | Tofu Linden | |
2010-09-29 | textbox dialog working, preparing to send response properly. | Tofu Linden | |
2010-09-29 | merge | Tofu Linden | |
2010-09-29 | trivial comment changes. | Tofu Linden | |
2010-09-29 | merged SNOW-746: Finished Google BreakPad cmake for standalone | Boroondas Gupte | |
2010-09-28 | merge | Richard Linden | |
2010-09-28 | moved callback registration to class that implements it | Richard Linden | |
2010-09-28 | added xui param to turn off drag-and-drop reordering of bottom tray buttons | Richard Linden | |
2010-09-28 | added settings to toggle grab and alt-zoom ability | Richard Linden | |
2010-09-28 | made mIsFocusRoot a XUI param | Richard Linden | |
2010-09-28 | made menus work with empty contents | Richard Linden | |
2010-09-28 | Add XML validation in LLNotifications when loading notifications.xml and ↵ | Monroe Linden | |
notification_visibility.xml. Reviewed by Richard. | |||
2010-09-28 | Merge with head. | callum | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-09-28 | Added a mechanism for preventing classes of notifications from being ↵ | Monroe Linden | |
displayed, controlled by the notification_visibility.xml file in the viewer skin. Reviewed by Richard. |