summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_stats.xml
AgeCommit message (Collapse)Author
2016-12-21MAINT-7021 Add minimum width for statistics floatersMnikolenko Productengine
2015-02-12STORM-2104 Statistics floaters adjustmentsJonathan Yap
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-11-12MAINT-4662 FIXED Packet Loss always shows zero in the statistics floaterMnikolenko ProductEngine
2014-10-09Merge downstream code and become 3.7.18simon
2014-09-22Merge with top of viewer-releasecallum_linden
2014-09-22MAINT-4455 FIXED stats - UDP Data should not show any commaMnikolenko ProductEngine
2014-06-02MAINT-4121 FIX duplicated IDs for XUI in repo: ↵Callum Prentice
callum_linden/viewer-release-nui-login
2014-05-13MAINT-3942 FIXED missing entry on statistics floater.Mnikolenko ProductEngine
2013-10-15add cached object count statRichard Linden
2013-10-07renamed TraceType to StatTypeRichard Linden
added more MemTrackable types optimized memory usage of LLTrace some more
2013-10-03added initial memory usage tracking for lltraceRichard Linden
2013-10-01changed over to manual naming of MemTrackable statsRichard Linden
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats
2013-09-25better memory usage for LLTrace (tighter packing of recording arrays)Richard Linden
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml
2013-09-23added mem stats to floater_statsRichard Linden
2013-09-19BUILDFIX: forgot forward declarationRichard Linden
better overrides for memclaim and memdisclaim of sizes added occlusion stats to stats floater stats now render range instead of mean
2013-08-21SH-4433 WIP Interesting: Statistics > Ping Sim is always 0 msRichard Linden
made getPrimaryAccumulator return a reference since it was an always non-null pointer changed unit conversion to perform lazy division in order to avoid truncation of timer values
2013-08-15removed bad XUI that was generating warningsRichard Linden
2013-08-13SH-4346 FIX Interesting: some integer Statistics are displayed as floating ↵Richard Linden
point after crossing region boundary fine-tuned heuristics for switching between mean and current values in stat bar display added comments to LLUnits unit test
2013-08-12SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue ↵Richard Linden
bounces once per second SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary made llerrs/infos/etc properly variadic wrt tags LL_INFOS("A", "B", "C") works, for example fixed unit tests remove llsimplestat
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-07-15SH-4299Interesting: High fps shown temporarily off scale in statistics consoleRichard Linden
various fixes to lltrace start() on started recording no longer resets fixed various instances of unit forgetfullness in lltrace recording split now has gapless timing scene monitor now guarantees min sample time renamed a bunch of stats added names to debug thread view on windows
2013-07-12SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵Richard Linden
console improved calculation of display range for stat bars
2013-07-08SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵Richard Linden
console added percentage/ratio units added auto-range and auto tick calculation to stat bar to automate display stats
2013-06-05merge with viewer-releaseRichard Linden
2013-05-20SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
removed extra dereference for copy on write pointer moved copyonwrite mechanism to RecordingBuffers from individual buffer fixed logic that was leaving scene unfrozen when camera moved during metrics gathering
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-25SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
fixed some compile errors made label spacing automatic on stat bars fixed infinite values coming from stats
2013-03-18SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
changed LLCriticalDamp to LLSmoothInterpolation and sped up interpolator lookup improvements to stats display of llstatbar added scene load stats floater accessed with ctrl|shift|2
2013-03-14SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
collapsed Orientation enums to all use LLView::EOrientation added ability to display stat bar horizontally
2012-11-01SH-3405 FIX convert existing stats to lltrace systemRichard Linden
output of floater_stats is now identical to pre-lltrace system (with some tweaks)
2012-06-22Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-05-22PATH-638: Tweaking the percentage stepped characters multiplying by 100 as ↵Todd Stinson
the server range was different from expected.
2012-05-18PATH-638: Adding elements to render the new sim stats.Todd Stinson
2012-03-15added stats tracking for texture/object cache hit rates and texture cache ↵Richard Linden
read latency
2011-12-07EXP-1652 FIX (Build tool floater size affected by viewer window size)Richard Linden
force all floaters to have follows flags = FOLLOWS_NONE and use llfloaterview::reshape logic instead removed existing follows flags from any floater XUI and deprecated the follows parameter for floaters
2011-09-26Statistic floater update to improve displayed info.jaeger_reg@tank-pc.ftrdhcpuser.net
2010-06-30eliminate invalid xui parameterRichard Linden
2009-11-16EXT-2264 - Statistics window puts items in wrong categoriesSteve Bennetts
2009-11-04converted all floater titles to uppercaserichard
2009-10-29Made explicit in all floaters that we are using a hack to set the top widget ↵James Cook
position, took it out of master floater.xml file. legacy_header_height is documented in LLFloater::initFromParams(). Discussed with Richard.
2009-09-21DEV-39997: merging all of the recent xui file updates from theMartin Reddy
viewer2help-1 branch into viewer-2.0.0-3, to avoid divergence. This involves giving all floaters and side panels a help_topic attribute, to specify a logical name for that UI element's page in the help viewer. If you are creating/updating a floater or panel, please consider adding a help_topic field. For details, see the wiki page on XUI Documentation: https://wiki.lindenlab.com/wiki/XUI_Documentation#help_topic I'm also merging in some updates to the lastest floater button artwork to ensure these are 16x16 pixels. (Note, the new help code is still being developed in viewer2help-1 and is NOT being merged into 2.0 with this checkin. This is just data files.)
2009-08-15EXT-490 Voice device settings unsavedSteven Bennetts
EXT-466 Statistics window is empty EXT-488 Minimap does not open
2009-06-21merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3Steven Bennetts
ignore-dead-branch