Age | Commit message (Collapse) | Author |
|
use Multiple<LLUIImage> for a sequence of images
Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context
Converted loading_indicator to take image sequence from XUI
deprecated name-value pairs for LLUIColor values, and put them in colors.xml
|
|
|
|
Reviwed by Richard.
|
|
This way <foo/> or LLSD["foo"]; both define a default constructed value for the parameter named foo, useful in the Multiple<T> case
|
|
mandatory elements) not merging over complete params
|
|
alternative
fixed deserialization of Multiple<Block> leaving dummy blocks around when failing to find matching key
|
|
|
|
|
|
after copying a derived block type to a base block value.
|
|
|
|
fixed merging logic for blockvalues like rect, uiimage, etc
|
|
fixed merging logic for blockvalues like rect, uiimage, etc
|
|
reviewed by Rick
|
|
|
|
Checker: UNINIT_CTOR
Function: LLInitParam::BaseBlock::BaseBlock()
File: /indra/llxuixml/llinitparam.cpp
|
|
reviewed by Rick
|
|
blocks up to 32k in size
reviewed by James
|
|
moved a bunch of template class statics to cpp files
also added filename parameter to LLXUIParser::readXUI for better debugging of XUI errors
reviewed by James
|
|
|
|
eliminated usage of iterator_range from LLInitParam
made LLTextEditor::addChar consistent with truncate in counting text bytes (not including null terminator)
EXT-1494 - Avatar profile description text truncated to 255 characters
reviewed by Leyla
|
|
svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1
|
|
svn+ssh://svn.lindenlab.com/svn/linden/branches/linux-updater-6
QAR-1771 Linux Viewer Autoupdater + XUI-parse refactoring
|