Age | Commit message (Collapse) | Author |
|
|
|
|
|
If localized land type name is not found it is displayed as original string to avoid MissingString error.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
-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
|
|
- 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.
|
|
|
|
|
|
- Some checkboxes moved in DE locale and EN xml file.
- Removed floater width override for ES locale.
|
|
|
|
|
|
* 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)
|
|
* 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.
|
|
floater with external one.
|
|
|
|
|
|
|
|
Admin options are now enabled by a debug setting.
|
|
|
|
tools->Features.
|
|
|
|
|
|
|
|
|
|
|
|
also popup notification is no longer a singleton
|
|
trusted content is now a const attribute of LLMediaCtrl, set in constructor params
|
|
Reviewed by Callum
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
triggered by user taking an object from inworld into inventory
|
|
just llfloatermediabrowser
|
|
|
|
button resizing to get more space for other buttons.
|
|
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.
|
|
Removed unused code and xml data which were once used for date in status bar.
|
|
|
|
Removed obsolete XUI files:
floater_activeim.xml
floater_customize.xml
floater_device_settings.xml
floater_first_time_tip.xml
floater_im.xml
floater_my_friends.xml
floater_outfit_save_as.xml
floater_preview_classified.xml
floater_preview_event.xml
floater_preview_gesture_info.xml
floater_preview_gesture_shortcut.xml
floater_preview_gesture_steps.xml
floater_statistics.xml
floater_wearable_save_as.xml
panel_audio_device.xml
panel_friends.xml
panel_groups.xml
panel_nearby_chat.xml
panel_online_status.xml
panel_region_general_layout.xml
Killed obsolete LLFloaterVoiceDeviceSettings class, and moved LLPanelVoiceDeviceSettings into its own appropriately named files.
|
|
added web popup notification overlay
|
|
favor of label_text.text_color and label_text.text_readonly_color, respectively
|