Commit Graph

194 Commits (d0a51da8942c1908ecad3f718cf620dafd96c511)

Author SHA1 Message Date
Paul ProductEngine 1404ba1ffa fixed Linux build 2012-02-01 16:39:06 +02:00
Kitty Barnett f0d1afc226 STORM-276 Added spellcheck functionality to the LLLineEditor control 2012-01-20 18:07:35 +01:00
Tank_Master 1cc154166f STORM-1738 - Add autocorrect functionality
Ported with owner permission from Firestorm, inital work done by LordGregGreg Back
2011-12-20 22:17:20 -08: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
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
Dave Parks 3b5d6eed12 merge 2011-04-19 14:55:11 -05:00
Loren Shih 5f99331f4a Automated merge up from viewer-development 2010-12-29 13:23:02 -05:00
Monroe Linden dee57bea25 Merge from viewer-development. 2010-12-20 11:21:17 -08: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
Richard Linden 50d21a75a7 merge 2010-11-15 15:52:54 -08:00
Kyle Ambroff f940b49d0f Merge with andrew 2010-10-21 15:56:13 -07:00
Nicky fc83641ede FIRE-2250; In autocorrection process all strings as unicode so we get proper indices and length values. 2011-11-28 20:11:09 +01:00
Nicky 611955919c FIRE-2250; When calculating diff of word length in autocorrection use unicode strings. 2011-11-28 15:15:12 +01:00
Arrehn 7394730eaa Merge up to LL FUI 2011-10-28 02:00:09 -04: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
Arrehn 10e88f3891 Merge with RLVa-LL2.5.2 2011-04-09 22:24:22 -07: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
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
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 7687653871 Automated merge up from viewer-development 2010-10-20 12:18:33 -04:00
Oz Linden a5619d16f7 correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
Andrew Meadows 92a8d93b0d Another merge from http://hg.secondlife.com/viewer-development 2010-10-11 10:40:05 -07:00
Matthew Breindel (Falcon) 60f8c82790 Merge 2010-09-30 12:00:29 -07:00
Leyla Farazha a4617ca0ea DN-114 Paste function into text boxes not working in Viewer 2010-09-29 16:17:35 -07:00
Richard Linden abc18951c6 fix for crash when background image not specified for line editor 2010-09-28 14:23:32 -07:00
Leyla Farazha a4b223248e Merge 2010-09-27 17:54:52 -07:00
Dave Parks 7c2b9221d6 merge 2010-09-27 15:20:27 -05:00
Matthew Breindel (Falcon) 05c2f451dc Minor fixes to simulator console. 2010-09-22 13:01:17 -07:00
Brad Payne (Vir Linden) 90e3d83a5c Fix for build failures - disabling tcmalloc for now 2010-09-21 13:26:52 -04:00
Leyla Farazha ae623c8068 Set display name field now clamps to 31 unicode characters
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-16 09:38:05 -07:00
Andrew Meadows ac500df89e Post-convert merge by convert_monolith.py from http://hg.lindenlab.com/brad/viewer-simconsole 2010-09-10 15:39:20 -07:00
Monroe Linden b62b10dd26 Post-convert merge by convert_monolith.py from ./viewer-experience 2010-08-27 16:58:33 -07:00
Matthew Breindel (Falcon) 4b9abaaab9 Cleaned up the debug console a bit. Gave it a command history and proper scrolling to the bottom of the returned data. 2010-08-26 17:09:15 -07:00
Richard Linden 8641cba93b fix for line editor history not moving cursor to end 2010-08-25 14:39:03 -07:00
Oz Linden 06b0d72efa Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
Mark Palange (Mani) 015e0d55b3 Put range check around iterator assignment 2010-06-09 14:07:34 -07:00
Dave Parks 26ba00b555 Vectorized octree and much of llspatialpartition and lldrawable.
Octree driven raycast.
2010-06-03 12:52:28 -05:00
Yuri Chebotarev 92450263ec fix for EXT-6999 Group creation panel: pop-up menu for empty group title editfield has 'Delete' item enabled
reviewed Mike Antipov
https://codereview.productengine.com/secondlife/r/307/

--HG--
branch : product-engine
2010-04-23 15:50:20 +03:00
Richard Linden f252d0d1a0 merge 2010-04-01 15:51:24 -07:00
Richard Linden dcc5e0a4fa EXT-3531 - Ctrl-p doesn't work reliably on login
moved gEditMenuHandler handling to LLEditMenuHandler destructor
2010-04-01 15:48:56 -07:00
Richard Nelson 7b4046df83 EXT-3531 - Ctrl-P does not work reliably on login 2010-04-01 11:47:21 -07:00
richard df3da77fa9 merge 2010-02-05 11:34:49 -08:00
richard ddfc6efbee EXT-5025 - Tooltips block mouse clicks
EXT-4547	[BSI] it is possible to highlight multiple layers of chat
EXT-3844 	Mouse wheel camera zoom is not reflected on View popup slider
EXT-3103 	Add an option to restrict entering non-ascii symbols in text editor.

reviewed by Leyla
2010-02-05 11:32:33 -08:00
Tofu Linden 367fda833c PE merge. 2010-02-05 06:21:09 +00:00
Eugene Mutavchi 3f0762f65a Fixed normal bug EXT-4307 (There are no text context menues for Search text field and for IM text field)
--HG--
branch : product-engine
2010-02-04 20:40:30 +02:00
richard fed6c9eb0f merge 2010-02-04 10:26:07 -08:00
richard 1bc67a9d72 EXT-4625 - Chat bar doesn't display trailing character on some strings
reviewed by Leyla
2010-02-04 10:25:31 -08:00
Igor Borovkov 20cef65539 changed password's circles to bullets - EXT-4499 Replace "*" glyph in password fields with a proper circle [PATCH INCLUDED]
--HG--
branch : product-engine
2010-02-02 15:27:19 +02:00
Igor Borovkov a1b8198722 done (fixing patch) EXT-4499 Replace "*" glyph in password fields with a proper circle [PATCH INCLUDED]
--HG--
branch : product-engine
2010-01-26 14:09:15 +02:00
Leyla Farazha 95f14d7313 changing lineeditor text positioning center logic from using llceil to llround 2010-01-06 16:37:06 -08:00
Leyla Farazha 2369ecc118 EXT-3824 [BSI] Rename Inventory Item Text Cutoff
EXT-3757 	 Text Placement is Too High when Editing Landmark/Outfit/Notecard Names
reviewed by Richard
2010-01-06 16:26:01 -08:00
James Cook 7d3b3cc474 Linker optimization - use "extern template" for commonly regenerated templates
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer.
Reviewed with Ambroff
2009-11-30 14:41:52 -08:00
James Cook b50ba67bd8 Revert extern template link optimization until I can build/test on PC 2009-11-29 10:19:17 -08:00
James Cook 928b7cba3e Linker optimization, use extern template for LLView::getChild<> 2009-11-25 22:00:15 -08:00
James Cook 81e6c0f6ef Fixed double-semicolon. Last commit reviewed with Leyla. 2009-11-24 11:52:12 -08:00
James Cook 58ee415c49 Fixed line editor right padding to work when left padding also assigned
Eliminated UILineEditorHPad and added 2 px of padding to all custom line
editors.
EXT-1735 Show parcel property icons
Review with Leyla pending
2009-11-24 11:39:22 -08:00
James Cook 6634d3c1cc Add damage % text to nav bar, clip text entry to avoid overlapping icons
Fixed includes of llmenugl.h / llnotifications.h
Note: Clipping is incorrect, I think due to line editor bug.
2009-11-23 18:16:03 -08:00
richard 7fd1488c62 convert signals to allocate on demand in order to speed up widget construction
reviewed by James
2009-11-23 11:42:32 -08:00
James Cook 15cbc0abd8 EXT-2403 Object name, description now forced to be ASCII characters only
Also fixes EXT-172, EXT-2399.  Semantics now are:
Object name, object desc, parcel name, region name, inventory item name
all are ASCII only.
Parcel desc allows arbitrary Unicode chars.
Group names force ASCII only.
Reviewed with Leyla
2009-11-17 16:07:48 -08:00
Rick Pasetto 5db497e398 FIX DEV-41794: Fix LLLineEditor to obey LLViewDrawContext's alpha 2009-10-28 17:27:38 -07:00
Richard Nelson 5edb4f2171 removed requirement for specializing ParamCompare on boost::function types
eliminated usage of iterator_range from LLInitParam
made LLTextEditor::addChar consistent with truncate in counting text bytes (not including null terminator)
EXT-1494 - Avatar profile description text truncated to 255 characters

reviewed by Leyla
2009-10-15 19:56:45 +00:00
Adam Moss 406927f629 Merge a big bunch of fixes from maint-viewer. Hooray.
svn merge -r136066:136073 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-viewer/maint-viewer-24-qa-9

DEV-8553 New Server Tools - Prep Land For Sale
DEV-32942 (QAR-1521) Bad border crossings or TP / Ruthing issues
DEV-32942 (QAR-1521) Bad border crossings or TP / Ruthing issues
DEV-33239 VWR-13816: Resizing the Search Window Causes the Results to Refresh back to First Page
DEV-27746 Running a dev build of Second Life will make console window show up on non-dev builds (Windows)
DEV-33209 Linux 1.24.0.120778 client fails to run
DEV-29123 SVC-3871: Crash of viewer when clicking on ghost objects at (0,0,0) on a sim
DEV-35433 Attempting to upload wrong file type crashes viewer
DEV-33499 viewer2009 is not using KDU
DEV-33912 Griefing viewer crashes others' viewers with malformed sound files
DEV-3784 VWR-138: Animation Priority not working correctly, Can't create new AOs
DEV-20678 VWR-9069: Region variable says 'Region Name' in AR if no object is selected
DEV-19934 Help->About Second Life doesn't differentiate between 32- and 64-bit Vista
DEV-6604 Restored folders have 'Purge Item' and 'Restore Item' options
DEV-12867 VWR-5717: Selected Text is not replaced by Input text when Japanese IME is on
DEV-11894 Notecards/Texture windows don't open completely when opened from inventory
DEV-10641 VWR-4955: Local Chat doesn't show end of last conversation
DEV-30039 VWR-12620: Viewer build fails on Linux when compiled with -O2 (--type=Release)
DEV-20944 VWR-9065: (intermittent) Right Click >profile on avatar does not display profile
DEV-24828 Menu accelerator prefixes shouldn't be hard-coded
DEV-34529 VWR-14267: Clicking send in an IM window does not add the sent text to the line editor history
DEV-34124 Invite to group, search by name will not show resident if their first name is two characters
DEV-20930 VWR-9248: On Mac: the "--url" option causes a command line parsing error
DEV-35306 Adult keyword filter triggers multiple warnings
DEV-35503 VWR-3595: "Second Life requires True Color (32-bit) to run in a window" message is incorrect
DEV-35656 VWR-12995: FTBFS: error: format '%-3d' expects type 'int', but argument 3 has type 'size_t'
DEV-30043 VWR-12533: Linux viewer build for OpenAL fails during packaging unless FMOD library is available
DEV-31898 VWR-13202: Right clicking mouse triggers arrow key control events
DEV-32610 Keyboard shortcuts on OSX viewer overridden by OSX
DEV-27067 Coverity Prevent: EVALUATION_ORDER defects
DEV-26188 VWR-2242: Specially formatted .BVH file can cause avatar distortion
DEV-25475 About Land dialog no longer shows Area: field
DEV-19897 OSX Viewer Installer (for an RC) opens with poor positioning
DEV-22837 Inventory> Search Recent Items highlighting incorrect characters
DEV-21709 VWR-9377: Mapping will default to leave exact sim name listing first. (Searching Gar forces Gar to come up and not Garden of Dreams)
DEV-23079 implement volume serial for linux client
DEV-13930 VWR-6432: Space Navigator operation with vehicles is broken
DEV-27666 VWR-10829: Linux Viewer: CLICK_ACTION_PAY shows CLICK_ACTION_PLAY icon
DEV-23670 Viewer crashes on startup if installed into a custom folder with Korean, Japanese or Chinese characters in path
DEV-19313 VWR-8454: PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not highlighted in script editor
DEV-19918 VWR-8885: Move character/*.xml files to source bundle
DEV-25555 VWR-11172: A source coding mistake prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows
DEV-8536 VWR-4057: Multi-line chat display bug - first character in line missing
DEV-29592 Mac LLFastTimer uses wall clock instead of Intel PMU
DEV-29644 VWR-12587: Cmake install target has a hard coded secondlife-bin reference remaining
DEV-25320 VWR-11128: Python not always detected by develop.py
DEV-30040 VWR-12617: Poor type name that violates Coding Standard breaks compatibility with system header files
DEV-30380 indra/newview/res-sdl/toolpay.BMP is modified during ./develop.py configure
DEV-31247 VWR-12763: non-portable printf specifier used with size_t causes FTBFS on 64bit (due to -Werror)
DEV-29565 VWR-12569: A comment in lluistring.h contains undefined UTF-8 code sequences
DEV-22100 VWR-9620: send_parcel_select_objects in newview/llfloaterland.cpp uses the wrong datatype for the ReturnType field causing a warning
DEV-31911 Selected objects / primitives should be greyed out when nothing is selected
DEV-3667 Windows: Accelerator keys should be "Ctrl+X" rather than "Ctrl-X"
DEV-27223 disable gstreamer on 64-bit linux
DEV-8172 We Need a Linden Sale Option to Sell Land to Anyone
DEV-25511 VWR-10311: Enable LipSync by default
DEV-20443 Revamp group creation confirmation dialog to be more communicative
DEV-20132 VWR-7800: Joystick / SpaceNavigator. Camera should remain in position when exiting flycam mode into avatar mode.
DEV-18420 VWR-8393: Have build scripts copy fmod from an external location
DEV-24841 VWR-10717: Right Space Navigator button should toggle fly in avatar movment, not jump/flyup.
DEV-28457 change auto-populate value in buy L$ window from 1000 to 2000
DEV-15545 VWR-3725: Please add resize option to the SEARCH window UI
2009-10-14 10:40:56 +00:00