Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-11 | merge spelling changes for UI review | Oz Linden | |
2012-06-11 | STORM-276 Insert braces around if/for/while loops | Kitty Barnett | |
2012-06-01 | merge latest fixes from Kitty | Oz Linden | |
2012-05-31 | STORM-276 FIXED Last word in a line editor isn't spell checked | Kitty Barnett | |
2012-05-31 | merge changes for storm-276 | Oz Linden | |
2012-05-31 | STORM-276 FIXED Line editor misspells are checked every frame | Kitty Barnett | |
2012-05-20 | Merged with viewer-beta | Kitty Barnett | |
2012-05-15 | STORM-276 FIXED Right-to-left line editor selection becomes invisible if the ↵ | Kitty Barnett | |
cursor moves | |||
2012-05-15 | STORM-276 FIXED Squiggles overflow line editor height when font size is set ↵ | Kitty Barnett | |
to large - Also reduced squiggle width from 6 to 4 and prevented running past the end of a word | |||
2012-05-11 | rename feature from "autocorrect" to "autoreplace", change names accordingly | Oz Linden | |
2012-05-08 | merge changes for version 3.3.1 | Oz Linden | |
2012-04-20 | merge changes for latest viewer-development | Oz Linden | |
2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
2012-03-01 | Pull from viewer-experience | Merov Linden | |
2012-02-10 | STORM-1738 Autocorrect working for nearby chat and IM input boxes | Jonathan Yap | |
warn-on-failure:open-license | |||
2012-03-25 | Minor fix for GCC | Kitty Barnett | |
2012-02-06 | EXP-1841 : Refactoring of LLClipboard, simplify the API and make it behave ↵ | Merov Linden | |
like a normal clipboard. | |||
2012-02-03 | STORM-276 Added preferences panel | Kitty Barnett | |
2012-02-03 | STORM-276 FIXED Selecting a character in a line editor and replacing it ↵ | Kitty Barnett | |
doesn't trigger a spell check | |||
2012-02-02 | Removing a call to llround() per Richard. | Vadim ProductEngine | |
2012-02-02 | Restoring 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-01 | EXP-1862 : Make LLClipboard an LLSingleton and clean up the internals (set ↵ | Merov Linden | |
up for toolbar and never used) | |||
2012-02-01 | STORM-1738 Slight adjustment to callback | Jonathan Yap | |
2012-02-01 | STORM-1738 Initial callback work | Jonathan Yap | |
warn-on-failure:open-license | |||
2012-02-01 | fixed Linux build | Paul ProductEngine | |
2012-01-20 | STORM-276 Added spellcheck functionality to the LLLineEditor control | Kitty Barnett | |
2011-12-20 | STORM-1738 - Add autocorrect functionality | Tank_Master | |
Ported with owner permission from Firestorm, inital work done by LordGregGreg Back | |||
2011-09-16 | STORM-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-08 | Clean up erroneous XUI parsing errors. | Leslie Linden | |
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard 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-11 | merge changes for storm-1315 | Oz Linden | |
2011-06-29 | STORM-1315 Ability to do simple math in numeric edit fields | Kadah_Coba | |
2011-05-23 | merge latest changes (post-2.7.0) from viewer-development | Oz Linden | |
2011-05-16 | STORM-1202 Code cleanup for LLLineEditor | Paul ProductEngine | |
- Removed code duplication - Renamed prevalidateInputText to prevalidateInput | |||
2011-05-13 | STORM-1202 FIXED Time spin control | Paul 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-06 | fix line endings (one missing, two files of DOS) | Oz Linden | |
2011-03-25 | STORM-1094 Chat preferences > font size should increase size of input text ↵ | Jonathan Yap | |
in IM window | |||
2011-04-19 | merge | Dave Parks | |
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-20 | Merge from viewer-development. | Monroe Linden | |
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-07 | Automated merge up from viewer-development | Loren Shih | |
2010-12-02 | merge | Monroe Linden | |
2010-12-02 | merge | Monroe Linden | |
2010-11-24 | STORM-593 FIXED Make transparent texteditor and lineeditor | Paul 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-19 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Richard Linden | |
factored out llwindowshade control for slide-in notifications | |||
2010-11-15 | merge | Richard Linden | |
2010-10-21 | Merge with andrew | Kyle Ambroff | |
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |