summaryrefslogtreecommitdiff
path: root/indra/llui/lltimectrl.cpp
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-10-17Update to build on Xcode 6.0: fixes for brackets logical operations and ↵callum_linden
signed/unsigned issue
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-06-01STORM-1253 WIP Time control: the up/down buttons now work consistently ↵Vadim ProductEngine
across the whole day; time values are snapped to 5 minutes.
2011-05-30STORM-1253 WIP Fixed a compiler warning.Vadim ProductEngine
2011-05-30STORM-1253 WIP New day cycle editor.Vadim ProductEngine
Done: * Creating new local day cycles. * Editing existing local day cycles. * Deleting day cycles. To do: * Editing region day cycle, dealing with skies in region scope. * Handle teleport while editing a day cycle. * Update UI when a day cycle or sky preset gets deleted. * Make the time ctrl increase/decrease consistently.
2011-05-18STORM-1202 ADDITIONAL_FIX Workaround for another Windows build issue.Paul ProductEngine
2011-05-18STORM-1202 ADDITIONAL_FIX Fixing Windows build.Vadim ProductEngine
2011-05-16STORM-1202 Code cleanup for LLLineEditorPaul ProductEngine
- Removed code duplication - Renamed prevalidateInputText to prevalidateInput
2011-05-13STORM-1202 FIXED Time spin controlPaul ProductEngine
Implemented time spin control which is like spin control, but shows and allows to edit time string in "hh:mm PM/AM" format. Implemented according to the WLRS spec.