Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-01 | Build fixes for mac, hopefully Linux too | Leslie Linden | |
2011-11-28 | a try fix for sh-2651: [crashhunters] Crash after google translate failure | Xiaohong Bao | |
and sh-2658: crash in LLPluginMessage::parse | |||
2011-11-16 | support for assignment of named values to params, works with string-typed params | Richard Linden | |
as well as () operator | |||
2011-11-08 | added Lazy modifier to params to support recursion | Richard Linden | |
ChoiceBlock can now derive from another param block Params with name/value support can be assigned directly in C++ code using param = "named_value" | |||
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-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 | fixed toolbar serialization | Richard Nelson | |
2011-10-10 | added compound LLSD parsing to param blocks | Richard Nelson | |
reviewed by Leslie | |||
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-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 | |||
2010-11-15 | merge | Richard Linden | |
2010-10-08 | potential fix for linux build | Richard Linden | |
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-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-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-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-24 | removed LLLayoutStack::fromXML custom xml parsing | Richard Nelson | |
2010-08-23 | made Params parsers not act as singletons | Richard Nelson | |
2010-08-06 | merge | Richard Nelson | |
2010-08-06 | removed spurious parsing of empty text contents | Richard Nelson | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-06 | renamed LLFastXUIParser to LLSimpleXUIParser and added support for parsing ↵ | Richard Nelson | |
xml node text contents | |||
2010-08-05 | Fix for a crash on startup. | Monroe Linden | |
Richard sent me the diff for this one, just pushing it on his behalf. | |||
2010-08-05 | added newlines at end to make Linux builds happy | Richard Linden | |
2010-08-04 | first pass at faster XUI parsing (no recursion support yet) | Richard Nelson | |
also made LLSD->param block parsing faster | |||
2010-02-13 | Bah, can't use llassert in llxuiparser. | Tofu Linden | |
2010-02-13 | CID-204 | Tofu Linden | |
Checker: REVERSE_INULL Function: LLXUIXSDWriter::writeXSD(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const LLInitParam::BaseBlock &) File: /indra/llxuixml/llxuiparser.cpp | |||
2009-10-20 | removed unnecessary static variable instantiations to improve compile times | Richard Nelson | |
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 | |||
2009-08-24 | merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3 | Richard Nelson | |
DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684 improved text editor (handles multiple fonts simultaneously as well as inline widgets) | |||
2009-08-21 | svn merge -r130238:130240 ↵ | Adam Moss | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/linux-updater-6 QAR-1771 Linux Viewer Autoupdater + XUI-parse refactoring |