Ansariel
a3acf2b339
FIRE-20377: LLLineEditor not disabled properly
2016-11-19 10:04:03 +01:00
Ansariel
27a8126dca
Enabling LLLineEditor via XUI breaks enabled-state - correct fix
...
setEnabled intentionally doesn't disable, but is a read-only flag. Make sure
the LLLineEditor is always enabled (calling the base-constructor will disabled it!)
and then call the overloaded setEnabled-Method to apply the read-only flag
2016-11-15 14:28:20 +01:00
Ansariel
6c62088fb8
Enabling LLLineEditor via XUI breaks enabled-state
2016-11-04 18:43:17 +01:00
Ansariel
f0366fa155
Merge latest fixes from viewer-vob that didn't get into viewer-release yet
2016-09-15 23:32:34 +02:00
andreykproductengine
a195406e48
MAINT-6726 Fixed LLLineEditor menus staying in memory forever
2016-09-13 20:32:34 +03:00
Ansariel
c43be9d39b
Merge viewer-lynx
2016-06-15 10:04:29 +02:00
andreykproductengine
1adfaa081f
MAINT-6446 Correct password length handling
2016-06-01 16:56:04 +03:00
Ansariel
3192fe832f
Merge viewer-quickgraphics
2016-03-08 01:41:31 +01:00
Oz Linden
c8726aba30
remove execute permission from many files that should not have it
2015-11-10 09:48:56 -05:00
Nicky
006190f2a1
Merge with tools update.
2015-05-05 13:09:27 +02:00
Ansariel
647245f226
Fix possible memory leak in LLLineEditor when assigning a context menu while LLMenuGL::sMenuContainer is still null
2015-04-22 15:07:08 +02:00
Oz Linden
a91482f0af
merge changes for MAINT-4790
2015-02-24 10:46:17 -05:00
Mnikolenko ProductEngine
7bd45ab362
MAINT-4790 WIP Show focused background image for login text fields.
2015-01-19 13:09:24 +02:00
callum_linden
23711c9275
Rename llround(..) to ll_round(..) because of a collision with MS llround (long long round) in VS2013
2014-12-10 08:44:08 -08:00
Ansariel
a7e1243c57
FIRE-15763: Right clicking on navigation bar not displaying all menu options
2015-03-23 23:52:53 +01:00
Ansariel
7dad1bdad3
Fix assertion failure in LLLineEditor:
...
The origin of this assertion failure is the changed main_view.xml that will create
the navigation bar from panel_navigation_bar.xml, including 3 LLLineEditors. However,
the menu holder is needed for the context menu of the LLLineEditor is created after
main view has been created. But since we create the context menu for a LLLineEditor
only if required and not when a new instance of LLLineEditor is created, this
assertion failure doesn't affect us and the assertion itself was moved to the
right place where it belongs in our code.
2015-01-21 12:52:33 +01:00
Ansariel
48fc17d6e1
Merge LL V3.7.16
2015-01-14 17:36:30 +01:00
Ansariel
e1ce6e3d58
Merge Firestorm LGPL tip
2015-01-08 23:12:58 +01:00
Ansariel
f4bfb1aadf
Merge LL V3.7.9 (AIS3 + SSA)
2014-10-22 02:02:08 +02:00
simon
d760a6889d
Merge downstream code
2014-06-18 19:02:25 -07:00
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
Tank_Master
6babf8abd2
Merge LL 3.7.7
2014-06-09 11:29:57 -07:00
Ansariel
00bfbfae2b
Tag Firestorm-specific code in last commit
2014-10-28 22:39:16 +01:00
Lirusaito
caa86284e1
Ctrl-Backspace and Ctrl-Delete for removing whole words when editing text
2014-08-27 00:04:47 -04: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
ziree
b539a588f4
Only allocate line editor menus when needed, save memory, gain speed in XUI building.
2013-09-10 18:29:17 +02:00
Tonya Souther
04fce8550a
FIRE-11373: AUtoreplace doesn't work in nearby chat bar
2013-08-25 22:35:52 -05:00
Tank_Master
d4640277d0
Merge LL 3.5.3 release.
2013-07-09 16:24:58 -07:00
Ansariel
7631668abd
Some overall fixing of LLUI, re-adding missing stuff and comments
2013-07-01 00:48:14 +02:00
Tank_Master
14001c54df
Gastly CHUI merge pass 1, don't count on anything to work.
2013-06-26 12:14:54 -07:00
Tank_Master
ea86bb88c3
first pass merge
2013-02-04 10:52:32 -08:00
Don Kjer
cf7eb79fa7
Removed most llappearance -> llui dependencies (LLTrans remains). Moved LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender.
2012-09-08 04:39:11 +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
Ansariel
dc81bda5ac
Removed ugly forward depency includes
2012-09-01 23:03:16 +02:00
Tank_Master
d9c7b9253d
merge LL 3.4.0 viewer-beta
2012-08-31 00:18:30 -07:00
Tank_Master
cb24ec2e0d
merge LL 3.3.4 beta
...
autoreplace does not work (needs a hook in nearby chat), no cmd line option to add new stuff
spellcheck only works when packaged
2012-07-16 21:59:14 -07:00
Tank_Master
0d4ca6478f
removed spellcheck, to be replaced by LL's version
2012-07-10 23:57:05 -07:00
Tank_Master
0d52c043d4
remove autocorrect, to be replaced by Auto Replace from LL
2012-07-09 23:30:54 -07: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