Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-20 | EXP-1423 FIX FUI resets floater contents after closing them (Inventory ↵ | Richard Linden | |
Panel), this is inconsistant for previous sidebar users and introduces extra difficulty in productivity of the viewer. EXP-1430 FIX Minimizing voice settings floater corrupts layout throughout rest of session | |||
2011-10-20 | fix for Multiple<T> not working with non block types | Richard Linden | |
2011-10-13 | Mac build fix | Leslie Linden | |
2011-10-13 | EXP-1345 FIX Chat text color is all blank when restarting | Richard Linden | |
2011-10-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-10-10 | fixed toolbar serialization | Richard Nelson | |
2011-10-10 | Mac build fix | Leslie Linden | |
2011-10-10 | added compound LLSD parsing to param blocks | Richard Nelson | |
reviewed by Leslie | |||
2011-10-04 | another potential gcc fix | Richard Linden | |
2011-10-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-10-03 | implemented Range and ClampedValue classes to standardize min/max settings | Richard Nelson | |
fixed not serializing named values when values provided from code | |||
2011-10-03 | EXP-1202 : pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-03 | EXP-1202 : pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-03 | fixed build | Richard Nelson | |
2011-09-30 | param block cleanup | Richard Nelson | |
added Flag as value type moved Batch to BatchBlock renamed Choice to ChoiceBlock made merging of parameters for ValueParams consistent (fillFrom and overwriteFrom are inverses of each other now) made iteration over Multiple<T> type params easier initial schema param blocks | |||
2011-09-19 | Mac build fix for picky gcc | Leslie Linden | |
2011-09-16 | added Flag as new param type... | Richard Nelson | |
usage: <foo><bar/></foo> will set the bar flag on foo LLSD foo; foo["bar"]; will set the bar flag on foo converted notifications unique to use flag | |||
2011-09-08 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2011-07-14 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where profile window wasn't using requested size | |||
2011-07-13 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where preferred content size was no longer being respected | |||
2011-06-08 | Fixed to allow param blocks to exceed 64k, even though the size makes me wince. | Leslie Linden | |
Modified viewer window to not create a navigation bar on exit if one doesn't yet exist. Reviewed by Richard. | |||
2011-05-16 | Merge | Joshua Bell | |
2011-05-11 | WIP: viewer side of ER-864: Include message ids and args in login.cgi responses | Joshua Bell | |
* Look for message_id and message_args in XMLRPC response, look up localized string in strings.xml * Support sub-maps in XMLRPC response conversion to LLSD * Explicitly request extended error info during login (since including sub-maps breaks older viewers) * Support LLSD-based substitutions in LLTrans::getString/findString | |||
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-04-28 | fixed build (again) | Richard Linden | |
2011-04-28 | fixed build | Richard Linden | |
2011-04-28 | EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead ↵ | Richard Linden | |
of profile pic in Basic and Advanced modes reviewed by Leyla | |||
2011-04-20 | mac and linux build fixes | Leslie Linden | |
2011-04-19 | EXP-648 FIX As a developer, I want to be able to specify param blocks that ↵ | Richard Linden | |
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 | |||
2011-03-07 | fix for linux build | Richard Linden | |
2011-03-01 | Merge | Richard Linden | |
2010-11-15 | merge | Richard Linden | |
2010-10-08 | potential fix for linux build | Richard Linden | |
2010-10-06 | Fix for a compile error. | Monroe Linden | |
Reviwed by Richard. | |||
2010-10-06 | added param block support for empty/undefined elements in XML/LLSD respectively. | Richard Nelson | |
This way <foo/> or LLSD["foo"]; both define a default constructed value for the parameter named foo, useful in the Multiple<T> case | |||
2010-10-05 | tighter packing of boolean params by shuffling member variables | Richard Linden | |
2010-10-01 | Fix for build issue on the mac. | Monroe Linden | |
2010-09-30 | fixed line ending | Richard Linden | |
2010-09-30 | added macro for easier static registration | Richard Linden | |
2010-09-30 | merged STORM-222 (expat.h not found on STANDALONE) | Boroondas Gupte | |
2010-09-30 | STORM-222 FIXED indra/llxuixml/llxuiparser.cpp:32:25: error: expat/expat.h: ↵ | Boroondas Gupte | |
No such file or directory | |||
2010-09-22 | fix for gcc | Richard Linden | |
2010-09-22 | instead of exposing mutable container in LLInitParam::Multiple, just expose ↵ | Richard Linden | |
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements | |||
2010-09-16 | renamed isProvided() to anyProvided() and fixed partial params (missing ↵ | Richard Linden | |
mandatory elements) not merging over complete params | |||
2010-09-16 | fixed serialization of choice blocks sometimes including more than one ↵ | Richard Linden | |
alternative fixed deserialization of Multiple<Block> leaving dummy blocks around when failing to find matching key | |||
2010-09-14 | fixed text contents parsing for LLSimpleXUIParser...each contiguous range of ↵ | Richard Nelson | |
text is submitted as a new "value" element whenever an open/close tag is encountered | |||
2010-09-14 | added non-const accessor to Multiple<T> containers, might need to revert | Richard Nelson | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-26 | merge | Richard Linden | |