Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Reviewed by Richard CC#204
|
|
|
|
reivewed by RIchard cc#194
|
|
Reviewed by Richard CC#192
|
|
Reviewed by Richard CC#193
|
|
also added volume_catcher.h to project
|
|
|
|
This pops up a notification whenever another avatar rezzes. Controlled by a #define, currently set to ON.
|
|
--HG--
branch : product-engine
|
|
error/warning window is to limited.
Could not find history for floater_script_debug_panel.xml. Looks like current max_length="10000" was randomly picked as a reasonable value at some point of viewer-2-0 development.
Using viewer-1-23 value for max_length - "2147483647"
Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/250/
--HG--
branch : product-engine
|
|
Labios: prominec. \"Labios: prominenc\" should be \"Labios: prominencia\".)
- There was two reasons:
1. Uninitialized variable in llsliderctrl.(h/cpp) that contains label size. This variable take part in calculation of TextBox size of label.
2. Font of 'label string' and text box was different. This causes wrong calculation of 'label string' length.
Reviwed by Vadim Savchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/246/
--HG--
branch : product-engine
|
|
sessions)
The reason: LLCallDialogManager did not disconnect from "voice channel state changed" signal on channel in previous session.
Thus when old channel changes state from STATE_HUNG_UP to STATE_CALL_STARTED there is invalid pointer to session in connected LLCallDialogManager::onVoiceChannelStateChanged callback before current voice channel is changed and pointer to session becames valid.
Fix: add storing of connection to signal in voice channel from previous session and disconnect it before connecting to channel in current session.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/244/
--HG--
branch : product-engine
|
|
LLNotificationsUI::LLHandlerUtil::addNotifPanelToIM
Utilized functionality of class LLPostponedNotification for adding offer notifications.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/249/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
prefer text menu if it has selection.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/245/.
--HG--
branch : product-engine
|
|
by "Shift" button) - improved the selection of list items by mouse.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/238/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
invisible and is merged with the background) - allowed to drop shadow.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/248/
--HG--
branch : product-engine
|
|
participant after his reconnect)
Reason: not proper condition to check is LLSpeaker is in voice channel (implemented for EXT-3944)
Fix: Updated condition to check is speaker in voice channel state.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/242/
--HG--
branch : product-engine
|
|
there is no cache
Problem description:
The code that purges cache does not expect any folders there, error occurs when it tries to delete a file, which is actually a folder. To handle an error the code sleeps for 1 second and tries to delete the file 4 more times(sleeping for 1 second after each try).
Fix info:
Using LLFile::isDir to skip directories and only delete files.
Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/239/
--HG--
branch : product-engine
|
|
Reverted Eli's fix 11355 : a55a8ed85023 (VWR-17833 en_xui_change to cover PT (logest translation))
Fixed buttons width in Friends tab in Polish localization.
Also fixed group tab buttons.
Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/247/
--HG--
branch : product-engine
|
|
New build of libcurl fixed it.
|
|
|
|
media plugin crashes after loading acrobat.com).
|
|
Updated mac llqtwebkit build from the following sources:
revision aacdf69cbf5aa12d77c179296e31ef643ed1ef4a in http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch)
revision f35a5eab8c2f in http://bitbucket.org/lindenlab/llqtwebkit/ (currently head of the 'cookie-api' branch)
|
|
|
|
|
|
|
|
|
|
|
|
Bao agreed with my initial version after all.
|
|
|
|
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector.
To be reviewed by Bao.
(transplanted from 2012f21d23c66179345fb26148cfbe19835b325e)
|
|
|
|
|
|
|
|
|
|
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector.
To be reviewed by Bao.
|
|
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector.
To be reviewed by Bao.
(transplanted from 2012f21d23c66179345fb26148cfbe19835b325e)
|
|
|
|
If you or others are a cloud, then your nametag will include a "(Loading...)" string.
Note: this required a small bit of code refactor so that you can query if an avatar (yourself or others) is a cloud; this was basically a rename from updateIsFullyLoaded into getIsCloud.
|
|
|
|
from bao's review.
(transplanted from 061b8b55838634425455ebc4ac046462dfc0e5f1)
|
|
Imported from 2.1 into 2.0.1. This fix is a safe change and gives Residents useful information about why an avatar is a cloud (e.g. because the avatar minimized his window and hence is "away").
|