Age | Commit message (Collapse) | Author |
|
receive the Sorry you cannot change your display name until [time] message. They cannot access the change display name dialog to hit reset when throttled.
|
|
DN-171 Landmark > More information panel can have name information clipped off for creator and owner
|
|
|
|
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl
EVE-72 - Modify viewer to make the event profile window be an html control
This is basically a reworking of the event profile display to remove all in-viewer
specific event display rendering, in preparation for richtext descriptions.
Most was removal of code.
|
|
|
|
|
|
"Show Display Names" appears less intrusive"
DN-160 View Display Names Preference extends below border in preference
|
|
|
|
|
|
- Bug was caused by too small height of panel that contained checkbox, so most part of checkbox didn't work(it was hanging outside of panel).
Increased height of panel, so now checkbox is completely inside panel and works.
|
|
|
|
|
|
Names setting is off and when Display Names disabled on Simulator
DN-163 Set display name error if user changes View Display Name setting to off in preferences with Edit profile panel open
|
|
|
|
|
|
with no display name set
|
|
popup menu on second click
- In all places of sidebar panel where gear menu button is used changed type of gear menu buttons from LLButton to LLMenuButton
- Added setMenuPosition and setMenu to the LLMenuButton interface as public methods
- In all sidebar panels where LLButton was replaced with LLMenuButton the algorithm of replacing is simple and the same for all sidebar panels.
In general the algorithm is:
1. set gearMenu to the menuButton using LLMenuButton::setMenu
2. set mouse down callback for the menuButton
3. in callback for mouse down set the menu position where it should be shown using LLMenuButton::setMenuPosition
|
|
inspector
|
|
|
|
|
|
- Deleted gear button as unnecessary. There is no functionality for it.
|
|
|
|
|
|
|
|
|
|
|
|
pannel_preferences_chat.xml
|
|
|
|
|
|
|
|
showing up.
This will also take care of STORM-221 since the person that would be affected by
the toast cha now disable them.
|
|
|
|
|
|
|
|
|
|
-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.
|
|
-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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
- Some checkboxes moved in DE locale and EN xml file.
- Removed floater width override for ES locale.
|