Cinders
77cda051af
Update to FIRE-1332
2013-06-25 15:25:34 -06:00
Cinders
c9e3a36a9c
FIRE-1332: Separate opacity controls for console and nametags/bubble chat
2013-05-30 12:38:18 -06:00
Tank_Master
ea86bb88c3
first pass merge
2013-02-04 10:52:32 -08:00
Don Kjer
c06c35609c
Updating linux build to gcc4.6
2012-10-11 00:09:04 +00:00
Ansariel
d8c7dfd223
Crashfix in chat console and Growl (INT-77)
2012-03-11 01:54:06 +01:00
Ansariel
ddfdf00dc0
Removed some unused/unnecessary code from console
2012-01-08 01:49:26 +01:00
Ansariel
585c3ced7b
Added optional classic console draw mode (renders the background as single block instead of separate blocks for each paragraph)
2012-01-08 01:40:34 +01:00
Ansariel
176f020bb3
Added option for console background image and URL parsing; Disabled URL parsing for debug view console
2012-01-06 16:31:38 +01:00
Ansariel
adcf55f20b
Added SLURL parsing for console
2012-01-06 15:07:36 +01:00
Richard Nelson
fd9f3b9fe9
EXP-1021 FIX Position of web content browser dictates position of profile panel - profile panel position changes do not persist
...
EXP-1030 FIX Search button toggle can get out of synch in bottom bar
made llinstancetracker::iterator do own nested level management (removing need for separate guard)
added support for filename= to floaters
can pass in arbitrary window_class to floaters
2011-07-26 14:26:27 -07:00
Jonathan Yap
e2a531791e
STORM-1334 Console debug data scrolls away too quickly and is hard to read
2011-06-15 07:02:28 -04:00
Ansariel
c18b8b7d6b
Added customizable font styling for the console, originally for FIRE-2791, but default font does not support italics.
...
Might be useful for something else like showing moderators in group chat in bold.
2011-09-05 16:18:19 +02:00
Selo
2dd25c86ed
FIX Fire-2822 Consoletext blends with stand button
2011-09-02 00:53:51 +02:00
Wolfspirit
fa546acc89
FIRE-2811: Fixing shape and padding of console chat
2011-08-28 10:15:12 +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
Ansariel
e9366bd348
Experimental fix for FIRE-993
2011-07-15 12:33:43 +02:00
Arrehn
9e82d7c578
FIRE-969, unify console opacity control with bubblechat
2011-06-09 09:35:20 -04:00
Tonya Souther
8fa0eebd94
Make console window font size match the Conversations window chat size. Fixes FIRE-957.
2011-04-25 20:11:06 -05:00
Arrehn
594f3c0d84
FIRE-805 Initial implementation of console-style nearby chat notifications option. Thanks to Ansariel Hiller
2011-04-22 03:21:50 -04:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Palmer
e938d055f4
EXT-5309 : prevent infinite loop in LLConsole. Reviewed by Richard
2010-02-17 17:06:36 -08:00
richard
6961a1501f
build fix
2010-02-10 18:40:15 -08:00
richard
8bc4dcc855
EXT-5321 - llinfos from non ui threads is not thread safe
...
reviewed by Mani
2010-02-10 18:13:02 -08:00
Tofu Linden
5c01eca7dd
CID-345
...
Checker: UNINIT_CTOR
Function: LLConsole::LLConsole(const LLConsole::Params &)
File: /indra/llui/llconsole.cpp
2010-01-29 13:18:29 -08:00
James Cook
9ffaacc47e
First pass expose inventory item settings in XML (folder_view_item.xml)
...
Optimized LLFolderViewItem constructor by passing param block as
const ref to avoid copies.
Removed per-item arrow and background images, use defaults.
Removed unneeded static image pointers.
Removed hard-coded rounded_square.tga, replaced with Rounded_Square
Ditto for folder_arrow.tga
Reviewed with Richard.
2010-01-08 17:26:47 -08:00
richard
a1e342b3f7
merge
2010-01-06 12:40:44 -08:00
richard
4966073030
moved clipping logic inside LLFontGL::maxDrawableChars controlled by EWordWrapStyle
...
fixes regression introduced in 3eef5ce9ae1e6fc62b9b52ce859501dd4e70fadf
reviewed by Brad
2010-01-06 12:23:56 -08:00
richard
1bbd259f2d
EXT-3878 - Menus disappear when UI Size is < 1.00
...
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat
EXT-3877 - Pinning two levels of menus prevents movement using arrow keys
EXT-1303 - Hyperlink text wraps in the middle of a word
reviewed by James
2010-01-06 11:17:38 -08:00
Tofu Linden
43cdebefa6
EXT-3318 LLConsole keeps all logged text in memory when console is not being drawn.
2010-01-04 14:03:02 -08:00
Bryan O'Sullivan
de78ec1345
Nuke the last few references to the long-dead LCD code.
2009-11-24 15:31:34 -08:00
richard
4eb72a12a2
data driven layout of top-level UI elements
...
EXT-1219 Side tray slide-out animation
cleaned up some layout of bottom tray contents
reviewed by James
2009-11-09 15:29:47 -08:00
Steve Bennetts
590d3b9e3a
EXT-1279 Crash if font file not found.
...
Added getFontDefault() to llfontgl.h
--HG--
branch : branch-test
2009-10-15 14:14:46 -07:00
James Cook
ada0f4fa22
Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming.
...
Resolved conflicts in lltexteditor.cpp, llchatitemscontainerctrl.cpp, llchatmsgbox.cpp, llfloaterbuycurrency.cpp, llnearbychat.cpp, floater_buy_currency.xml, and ru/strings.xml
Merging revisions 134925-135157 of svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-4 into C:\source\viewer-2.0.0-3, respecting ancestry
2009-10-03 23:40:28 +00:00
James Cook
d6101558a1
Merge xui-army-5 to viewer-2, includes layout, art, and color changes, also UI color refactoring and new FreeType font library on Linux.
...
svn merge -r126038:126164 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army-5
2009-07-06 21:58:04 +00:00
Steven Bennetts
9ec432034d
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
...
ignore-dead-branch
2009-06-21 08:04:56 +00:00