Age | Commit message (Collapse) | Author |
|
- Increased vertical paddings between checkbox groups
- Changed label of IM checkbox group from "Logs:" to "Chat Logs:"
- Changed label of checkbox from "Add timestamp" to "Add timestamp to each line in chat log"
- Added checkbox "Add datestamp to log file name". For now this checkbox is not working, it's just a stub for a future functionality.
- Added descriptive text for the "Block List" button
|
|
- Decreased vertical padding between controls to insert radio group
- Added "Pressing letter keys:" radio group.
For now these radio buttons are not working, they are just a stub for a future functionality.
|
|
- Deleted color swatchers
- Repositioned rest controls according to the specification
|
|
|
|
- Copied "My effects" from General.
- Copied "Font colors" from Chat.
- Copied "Bubble Chat" color and opacity slider from Advanced.
- Fixed color swatches moved to this tab using attribute introduced in STORM-592 fix. Now only colored area is clickable.
Controls weren't removed from places they were before- it will be (or already was) done in "layout cleanup" subtasks of STORM-31.
|
|
- Adjusted vertical padding between all controls
- Set position and order of checkboxes between "Name tags" radio group and "Away timeout" checkbox according to the specification
- Deleted "My effects" color swatch
|
|
- Moved checkbox "Bubble Chat" from Advanced to Chat panel of Preferences floater
|
|
Their panels are currently empty and will be filled in later tasks.
|
|
- Added checkbox to the floater Preferences->panel General to Enable\Disable UI Hints
|
|
|
|
|
|
|
|
- Changed text_readonly_color in script editor to darker gray, so that line numbers are visible when scrip editor is out of focus.
|
|
(highlight in red) as an internal function in the script editor
|
|
Anisotropic filtering does NOT require a viewer restart.
|
|
require restart when FBO is disabled).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in panel_prefferences_chat.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
llGiveInventory discard notification.
Changes:
* Wrapped object name with <nolink>...</nolink> tags to disable URL parsing.
* The decline message is now localized as a whole sentence (localizing separate phrases is often inapplicable for some languages).
|
|
|
|
|
|
|
|
understanding
as per Esbee's comments in STORM-255
|
|
|
|
- Corrected wrong button name in XML
|
|
this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree.
|
|
Develop > XUI menu
|
|
map UI
|
|
Technical notes:
If you set the "enabled" param of a textbox to "false", that will prevent the widget from receiving mouse events.
However, if a text box is initially enabled and then gets disabled with setEnabled(FALSE), it will remain clickable.
This is a long-standing design problem with "enabled" flag being intermixed with "read-only".
I'm working around it by enabling the group name textbox initially, thus making it clickable.
|
|
|
|
floatear_bulk_perms.xml
- Increased width of the floater and spacing between controls for which truncation occurs
- Deleted wrong override for width dimension in JA locale
|
|
- Increased width of label and decreased width of checkbox in EN locale
- Removed overrides of width dimensions in EN, ES, NL, FR locales
|
|
|
|
before it fades. Please add fade time back to Chat preferences.
- Added two spinners to the Chat preferences tab that control NearbyToastLifeTime and NearbyToastFadingTime
- Added callbacks to the LLNearbyChatScreenChannel that update these properties if they were changed
Refactoring of LLToast:
- Removed code that was making toast transparent from LLToast::draw()
- Modified LLToast interface that relates to showing and hiding toast, so that all screen channels can use LLToast universally.
- Replaced in LLScreenChannel calling methods of old interface to new ones.
|
|
Im chat'
|
|
|
|
As Aimee has found: "The data chunk of nexfire.wav has an incorrect length specified in its header which we blindly trust when reading
the file in check_for_invalid_wav_formats() in llvorbisencode.cpp. It causes an overflow of the file position pointer when reading the file which makes
it start over from the beginning, hanging it in an infinite loop."
- To avoid this situation in future, check for chunk size was added, and if it is declared bigger then it may be, function is interrupted and returns error.
|
|
messages popping is easier as per discussion with Oz and Boroondas also correcting some minor spelling issues
|