summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
AgeCommit message (Collapse)Author
2012-02-03STORM-276 FIXED Selecting a character in a line editor and replacing it ↵Kitty Barnett
doesn't trigger a spell check
2012-02-02Removing a call to llround() per Richard.Vadim ProductEngine
2012-02-02Restoring a call to llround() in lllineeditor.cpp mistakenly removed in ↵Vadim ProductEngine
changeset 0a9ef58e8f7d. By the way, removing a pointless call to llround() in lldraghandle.cpp.
2012-02-01EXP-1862 : Make LLClipboard an LLSingleton and clean up the internals (set ↵Merov Linden
up for toolbar and never used)
2012-02-01STORM-1738 Slight adjustment to callbackJonathan Yap
2012-02-01STORM-1738 Initial callback workJonathan Yap
warn-on-failure:open-license
2012-02-01fixed Linux buildPaul ProductEngine
2012-01-20STORM-276 Added spellcheck functionality to the LLLineEditor controlKitty Barnett
2011-12-20STORM-1738 - Add autocorrect functionalityTank_Master
Ported with owner permission from Firestorm, inital work done by LordGregGreg Back
2011-09-16STORM-1600 FIXED Folder view stole "Delete" key presses from the line editor ↵Vadim ProductEngine
when renaming a newly created inventory item. Reason: LLFocusMgr::setKeyboardFocus() which is called from LLLineEditor::setFocus() makes the folder view the edit menu handler, thus it receives the Delete key presses instead of the line editor. Fix: Make sure the line editor becomes the edit menu handler whenever it's focused, no matter is it a child of a folder view or not.
2011-09-08Clean up erroneous XUI parsing errors.Leslie Linden
2011-09-06EXP-1196 FIX Fix param block template orderingRichard 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-11merge changes for storm-1315Oz Linden
2011-06-29STORM-1315 Ability to do simple math in numeric edit fieldsKadah_Coba
2011-05-23merge latest changes (post-2.7.0) from viewer-developmentOz Linden
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.
2011-04-06fix line endings (one missing, two files of DOS)Oz Linden
2011-03-25STORM-1094 Chat preferences > font size should increase size of input text ↵Jonathan Yap
in IM window
2011-04-19mergeDave Parks
2010-12-29Automated merge up from viewer-developmentLoren Shih
2010-12-20Merge from viewer-development.Monroe Linden
2010-12-13Automated merge up from viewer-developmentLoren Shih
2010-12-08merge with viewer-devRichard Linden
2010-12-07Automated merge up from viewer-developmentLoren Shih
2010-12-02mergeMonroe Linden
2010-12-02mergeMonroe Linden
2010-11-24STORM-593 FIXED Make transparent texteditor and lineeditorPaul Guslisty
Reason: If some child of transparent LLFloater has a visible non-transparent background then this part of floater is non-transparent. As a result floater became partially transparent. Solution: When transparent floater changes focus, iterate through its children and set corresponding (corresponding to whether control in active or in inactive floater see STORM-535) transparency value. - Added method LLUICtrl::getCurrentTransparency. This method calculates transparency level of a control. Calculated value should be used as an alpha chennel value in case we want this control to be transparent. For now this method is used by LLFloater to adjust transparency of its children. - Added calculating of transparecny level for: LLLineEditor, LLTextBase, LLinventoryListItem, LLScrollContainer, LLScrollListCtrl, LLAccrodionCtrlTab. - Added method LLFlaoter::updateChildrenTransparency which updates transparency value of its children
2010-11-19SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1Richard Linden
factored out llwindowshade control for slide-in notifications
2010-11-15mergeRichard Linden
2010-10-21Merge with andrewKyle Ambroff
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-11Another merge from http://hg.secondlife.com/viewer-developmentAndrew Meadows
2010-09-30MergeMatthew Breindel (Falcon)
2010-09-29DN-114 Paste function into text boxes not working in ViewerLeyla Farazha
2010-09-28fix for crash when background image not specified for line editorRichard Linden
2010-09-27MergeLeyla Farazha
2010-09-27mergeDave Parks
2010-09-22Minor fixes to simulator console.Matthew Breindel (Falcon)
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-16Set display name field now clamps to 31 unicode charactersLeyla Farazha
Added ability to set max length in line editors by characters in addition to bytes left other widgets (comboboxes/spinners) using the bytes, but it can easily be changed over reviewed by Richard
2010-09-10Post-convert merge by convert_monolith.py from ↵Andrew Meadows
http://hg.lindenlab.com/brad/viewer-simconsole
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-26Cleaned up the debug console a bit. Gave it a command history and proper ↵Matthew Breindel (Falcon)
scrolling to the bottom of the returned data.
2010-08-25fix for line editor history not moving cursor to endRichard Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-09Put range check around iterator assignmentMark Palange (Mani)
2010-06-03Vectorized octree and much of llspatialpartition and lldrawable.Dave Parks
Octree driven raycast.
2010-04-23fix for EXT-6999 Group creation panel: pop-up menu for empty group title ↵Yuri Chebotarev
editfield has 'Delete' item enabled reviewed Mike Antipov https://codereview.productengine.com/secondlife/r/307/ --HG-- branch : product-engine