Commit Graph

139 Commits (05935d09124db6834ed7262b94de7558b6738590)

Author SHA1 Message Date
Arrehn 7394730eaa Merge up to LL FUI 2011-10-28 02:00:09 -04:00
Vadim ProductEngine 8b7f4d4ea3 STORM-1600 FIXED Folder view stole "Delete" key presses from the line editor 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-16 19:09:37 +03:00
Leslie Linden f2acd554bc Clean up erroneous XUI parsing errors. 2011-09-08 16:34:54 -07:00
Richard Linden b183b6f141 EXP-1196 FIX Fix param block template ordering
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-09-06 14:45:11 -07:00
Oz Linden 44c7c6feaa merge changes for storm-1315 2011-07-11 16:52:00 -04:00
Kadah_Coba c47d42d945 STORM-1315 Ability to do simple math in numeric edit fields 2011-06-29 23:40:20 -07:00
WoLf 65185139cc First sweep of changes for settings (and a few functions) from Phoenix prefix to FS. 2011-10-10 06:10:45 +02:00
Kitty Barnett f678ff9919 Merged in spell checker branch 2011-09-18 19:37:29 +02:00
Kitty Barnett 06d5fc49eb - fixed : the first word of a line or text editor is shown as misspelled if it doesn't start with an alpha character
-> i.e. "/0Hello world" on the nearby chat bar would show "Hello" as being misspelled

--HG--
branch : Misc-Spellcheck
2011-09-18 15:12:32 +02:00
Kitty Barnett 095c0b6a8a - fixed : right-clicking on a right-to-left selection deselects the current selection
-> in a right-to-left selection mSelectionEnd < mSelectionStart so the user was always seen as clicking "outside" the selection

--HG--
branch : Misc-Spellcheck
2011-09-16 02:02:13 +02:00
Kitty Barnett 868e6516c0 - fixed : toggling the spell checker or switching dictionaries should recheck all text
--HG--
branch : Misc-Spellcheck
2011-09-06 23:33:19 +02:00
Kitty Barnett f3824ea331 Merged with default tip (Revision 0fd2a1181a96)
--HG--
branch : Misc-Spellcheck
2011-08-21 01:26:40 +02:00
Arrehn 9fd0edb326 Initial 2.8.3+ merge, Tozh & Arrehn
Issues: Graphics preferences tab, lighting, depth of field
Issues: Color preferences tab, new direct chat
Issues: Build floater Mesh build tab
Issues: German translations of build, viewer menus
Issues: pipeline issues with mac, possibly other things
Issues: uploading content / temp content
Issues: Windlight quickprefs, parcel windlight, RLVa windlight
2011-08-26 11:18:49 -04:00
Arrehn e277b8a4ac Merge with LL 2.6.9, initial work. Needs tests, extra XUI merging with particular skins. 2011-08-04 11:53:40 -04:00
Kadah_Coba 6b1d99d76c Merge with STORM-1315 changes 2011-07-02 22:13:39 -07:00
Kitty Barnett 1934dd55ee - internal : reviewed for SL-2.7.1
--HG--
branch : Misc-Spellcheck
2011-07-02 14:27:18 +02:00
Tonya Souther 1503a7f0f1 Fix compile error on non-Windows platforms. 2011-06-30 12:51:12 -05:00
LordGregGreg 4dd746149b Porting AutoCorrect Macros from Phoenix to Firestorm... More Bellow
Drag and Drop notecard importation not yet ported
em prefexes removed
2011-06-30 06:53:28 -05:00
Kitty Barnett e773239562 Merged with default tip (Revision beea7b8a7669)
--HG--
branch : Misc-Spellcheck
2011-06-23 23:58:50 +02:00
Kadah bc1c219181 Build Improvements: LLCalc (by Aimee Walton) 2011-06-22 13:33:43 -07:00
Oz Linden 551d17f819 merge latest changes (post-2.7.0) from viewer-development 2011-05-23 11:38:33 -04:00
Paul ProductEngine 5daeefd35e STORM-1202 Code cleanup for LLLineEditor
- Removed code duplication

- Renamed prevalidateInputText to prevalidateInput
2011-05-16 17:59:05 +03:00
Paul ProductEngine 2d19b297a9 STORM-1202 FIXED Time spin control
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-05-13 18:23:11 +03:00
Oz Linden a1a5a793a7 fix line endings (one missing, two files of DOS) 2011-04-06 08:13:44 -04:00
Jonathan Yap 567035a2f7 STORM-1094 Chat preferences > font size should increase size of input text in IM window 2011-03-25 17:58:20 -04:00
Arrehn 10e88f3891 Merge with RLVa-LL2.5.2 2011-04-09 22:24:22 -07:00
Dave Parks 3b5d6eed12 merge 2011-04-19 14:55:11 -05:00
JessicaLyon 27bf828209 Applied 1 line patch from Satomi Ahn, FIRE-324. Nearby and IM chat bars forget what was written after browsing history. Issue exists in the LL Viewer. Thanks for the patch! 2011-01-21 17:16:00 -05:00
Loren Shih 5f99331f4a Automated merge up from viewer-development 2010-12-29 13:23:02 -05:00
Kitty Barnett a0eb817c02 - changed : don't provide feedback on the current word while it's still being typed/edited
--HG--
branch : Misc-Spellcheck
2010-12-24 03:00:58 +01:00
Kitty Barnett bd4eb79446 - internal : minor clean-up in lllineeditor.cpp
--HG--
branch : Misc-Spellcheck
2010-12-24 00:48:01 +01:00
Kitty Barnett 6a5032eafd - added : "Add to Dictionary" and "Add to Ignore" context menu options
--HG--
branch : Misc-Spellcheck
2010-12-24 00:37:39 +01:00
Kitty Barnett 7f0a348dee - internal : don't enable "Add to Dictionary" until we've actually implemented it
--HG--
branch : Misc-Spellcheck
2010-12-23 21:43:37 +01:00
Kitty Barnett 131ef53fe5 - added : replace the current (misspelled) word with the selected suggestion from the context menu
--HG--
branch : Misc-Spellcheck
2010-12-21 07:09:03 +01:00
Kitty Barnett 5934f0b646 - fixed : current selection on the line editor shrinks when right-clicking within the selection
--HG--
branch : Misc-Spellcheck
2010-12-21 05:53:25 +01:00
Kitty Barnett c8113bc990 - changed : show/hide spell checking related menu options from the context menu as needed
--HG--
branch : Misc-Spellcheck
2010-12-21 05:21:30 +01:00
Kitty Barnett bb282e82dc - fixed : current selection on the line editor extends when right-clicking outside of the selection
--HG--
branch : Misc-Spellcheck
2010-12-21 04:27:30 +01:00
Kitty Barnett c3638ecea8 - fixed : misspell indices are relative to the start of the first (partially) visible word
--HG--
branch : Misc-Spellcheck
2010-12-21 03:58:26 +01:00
Kitty Barnett 0bcc1cd25e - fixed : LLLineEditor::getMisspelledWord() uses the wrong substring length
--HG--
branch : Misc-Spellcheck
2010-12-21 02:15:36 +01:00
Kitty Barnett 50b9a0aeca - changed : move the cursor position of the line editor to where the user right-clicked
--HG--
branch : Misc-Spellcheck
2010-12-21 02:08:48 +01:00
Monroe Linden dee57bea25 Merge from viewer-development. 2010-12-20 11:21:17 -08:00
Kitty Barnett 74978062c1 - added : basic misspell suggestion functionality to the LLLineEditor context menu
--HG--
branch : Misc-Spellcheck
2010-12-20 07:28:05 +01:00
Kitty Barnett 9161570b85 - added : minimal implementation of spell checking for the LLLineEditor control
--HG--
branch : Misc-Spellcheck
2010-12-19 06:34:06 +01:00
Loren Shih 618249155a Automated merge up from viewer-development 2010-12-13 10:08:55 -05:00
Richard Linden ca2141ce90 merge with viewer-dev 2010-12-08 16:04:07 -08:00
Loren Shih 6a59861bde Automated merge up from viewer-development 2010-12-07 14:56:36 -05:00
Monroe Linden 598450785b merge 2010-12-02 14:51:16 -08:00
Monroe Linden 1e050c2ed8 merge 2010-12-02 14:33:42 -08:00
Paul Guslisty e997a09343 STORM-593 FIXED Make transparent texteditor and lineeditor
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-24 19:12:02 +02:00
Richard Linden ecd8290b3f SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
factored out llwindowshade control for slide-in notifications
2010-11-19 19:18:17 -08:00