simon
a5568f942b
Merge downstream version 3.7.8 code
2014-05-07 15:28:13 -07:00
Stinson Linden
001621dfc2
MAINT-4009: Patching a small memory leak for when menu items were being created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null.
2014-05-05 23:24:34 +01:00
andreykproductengine
e96fad30ac
MAINT-1180 FIXED Cannot delete object description.
2014-04-01 19:00:21 +03:00
Richard Linden
e340009fc5
second phase summer cleaning
...
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09 17:11:19 -07:00
Richard Linden
a2e22732f1
Summer cleaning - removed a lot of llcommon dependencies to speed up build times
...
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
2013-07-30 19:13:45 -07:00
Oz Linden
ddd5659f81
merge changes for DRTVWR-294
2013-04-19 10:11:29 -04:00
Graham Madarasz
bf6182daa8
Update Mac and Windows breakpad builds to latest
2013-03-29 07:50:08 -07:00
prep@lindenlab.com
f2948cb1eb
Merge with viewer-chui
2013-03-20 17:53:51 -05:00
Nyx Linden
1586107e87
SH-3944 WIP CHUI merge fixing
...
re-introduced don's refactor of low-level openGL calls pulling out of llui
and putting them into llrender. Took the new code from their updated versions
from the CHUI merge, but put them in a place accessible to appearance utility.
2013-03-12 22:34:15 +00:00
Merov Linden
4458986cf2
CHUI-705 : Fixed! Force hide context menu when deleting line editor widget
2013-03-06 18:44:02 -08:00
Cho
977d318ac8
CHUI-291 FIX New auto-replace feature does not work with chui text input boxes in conversation floater
...
Moved autoreplace hooks from LLLineEditor to LLTextEditor, and modified LLAutoReplace accordingly
2013-01-23 20:22:28 +00:00
Oz Linden
eb227e4dbc
merge spelling changes for UI review
2012-06-11 16:15:31 -04:00
Kitty Barnett
80b1a2c0a8
STORM-276 Insert braces around if/for/while loops
2012-06-11 13:39:45 +02:00
Oz Linden
3329291a5e
merge latest fixes from Kitty
2012-06-01 09:27:23 -04:00
Kitty Barnett
e2e33c0ed5
STORM-276 FIXED Last word in a line editor isn't spell checked
2012-05-31 20:47:14 +02:00
Oz Linden
925db41711
merge changes for storm-276
2012-05-31 14:26:15 -04:00
Kitty Barnett
d7303541cc
STORM-276 FIXED Line editor misspells are checked every frame
2012-05-31 17:37:19 +02:00
Kitty Barnett
1300f77fdd
Merged with viewer-beta
2012-05-20 17:41:00 +02:00
Kitty Barnett
8199cc997a
STORM-276 FIXED Right-to-left line editor selection becomes invisible if the cursor moves
2012-05-15 14:09:13 +02:00
Kitty Barnett
34e7226ac8
STORM-276 FIXED Squiggles overflow line editor height when font size is set to large
...
- Also reduced squiggle width from 6 to 4 and prevented running past the end of a word
2012-05-15 13:13:44 +02:00
Oz Linden
9bdb1d82f8
rename feature from "autocorrect" to "autoreplace", change names accordingly
2012-05-11 12:22:43 -04:00
Oz Linden
95090c5d1e
merge changes for version 3.3.1
2012-05-08 15:51:56 -04:00
Oz Linden
d3ec35fc6c
merge changes for latest viewer-development
2012-04-20 06:56:33 -07:00
Merov Linden
f0a1b43f22
EXP-1841 : Use instance instead of getInstance on LLClipboard singleton.
2012-03-01 21:35:05 -08:00
Merov Linden
24789f11cc
Pull from viewer-experience
2012-03-01 13:31:17 -08:00
Jonathan Yap
22f26725b9
STORM-1738 Autocorrect working for nearby chat and IM input boxes
...
warn-on-failure:open-license
2012-02-10 17:40:58 -05:00
Kitty Barnett
59bfc3f608
Minor fix for GCC
2012-03-25 19:50:46 +02:00
Merov Linden
9761375ac2
EXP-1841 : Refactoring of LLClipboard, simplify the API and make it behave like a normal clipboard.
2012-02-06 15:43:53 -08:00
Kitty Barnett
49e0c38ee8
STORM-276 Added preferences panel
2012-02-03 19:45:00 +01:00
Kitty Barnett
41e11a5083
STORM-276 FIXED Selecting a character in a line editor and replacing it doesn't trigger a spell check
2012-02-03 15:34:52 +01:00
Vadim ProductEngine
9721e4f783
Removing a call to llround() per Richard.
2012-02-02 20:45:08 +02:00
Vadim ProductEngine
8d6665b5c2
Restoring a call to llround() in lllineeditor.cpp mistakenly removed in changeset 0a9ef58e8f7d.
...
By the way, removing a pointless call to llround() in lldraghandle.cpp.
2012-02-02 13:29:24 +02:00
Merov Linden
c1636911c8
EXP-1862 : Make LLClipboard an LLSingleton and clean up the internals (set up for toolbar and never used)
2012-02-01 19:09:29 -08:00
Jonathan Yap
59dfcba33d
STORM-1738 Slight adjustment to callback
2012-02-01 10:28:45 -05:00
Jonathan Yap
4778d82ec6
STORM-1738 Initial callback work
...
warn-on-failure:open-license
2012-02-01 10:16:13 -05:00
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
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