Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-01 | comments | Richard Linden | |
2010-07-01 | eliminated a bunch of silent warnings on startup about multiple widget ↵ | Richard Linden | |
registration | |||
2010-04-27 | Additional commit for EXT-6956 (Create perpetual loading indicator widget). | Vadim Savchuk | |
- Made the indicator rotate clockwise (by flipping the images and reversing the order they're traversed). - The textures are now preloaded. Approved by Erica. --HG-- branch : product-engine | |||
2010-04-27 | Implemented perpetual loading indicator widget (EXT-6596). | Vadim Savchuk | |
Simple perpetual loading indicator a la MacOS X or YouTube. Implements spinning by changing pre-defined images. The images are hardcoded, shared by all instances of the widget. Number of rotations per second can be changed via params. Reviewed by Mike at https://codereview.productengine.com/secondlife/r/320/ --HG-- branch : product-engine |