summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2010-01-18Fixed normal bug EXT-4379 (Scroller doesn't follow the cursor if cursor is ↵Eugene Mutavchi
being moved by keyboard arrow buttons) --HG-- branch : product-engine
2010-01-18Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-15mergerichard
2010-01-15EXT-4380 - LLTextEditor: line_spacing.multiple option doesn't work well with ↵richard
"widgeted" text partial fix reviewed by Leyla
2010-01-15EXT-4383 Replace ">" glyph in cascading menus with a proper triangleTofu Linden
patch by josh, reviewed by me
2010-01-15EXT-4148 EXT-4230: Lots of help ID updates.Lynx Linden
Updated the logic of the help ID detection to search sub-panels before searching active tabs. For some reason, certain tabs are still visible and active even though they are not being displayed on screen. I also removed a bunch of help IDs for button panels that just confuse things. Also went through all of the side panel tabs and added new help IDs where appropriate. These are: profile_classified_info profile_edit_classified profile_pick_info profile_edit_pick my_inventory_tab recent_inventory_tab
2010-01-15Fixed normal bug EXT-4309 (Gesture button is too wide in the mouse look ↵Eugene Mutavchi
mode): added hack that avoid usage of the LLLayoutStack resizing logic on mouse look mode switching. --HG-- branch : product-engine
2010-01-15EXT-4233: Display "?" button on torn-off floaters.Lynx Linden
This involved tracking the torn-off state of a floater, which we apparently weren't doing before. Also, making sure that we update the title bar buttons when the floater changes torn-off state.
2010-01-15EXT-4125: Regexes hurt my head!Lynx Linden
Updated the regex to match a free URL in plain text with no http: protocol. This now explicitly does not match e-mail addresses, such as test@lindenlab.com (yay negative lookbehind regexes). It additionally matches URLs with a port or path after it, e.g., secondlife.com/status. I've added a bunch more unit tests to asset positive and negative matches for this regex, because no human can do this in their head.
2010-01-14EXT-4233: Don't show help button on tear-off floaters.Lynx Linden
The script error floater may be the only floater left that uses the old-style tearoff functionality, but at least it should behave a little better now in terms of help "?" buttons.
2010-01-13mergerichard
2010-01-13automated merge PE->viewer2.0Tofu Linden
2010-01-13EXT-4197: Search in sub-panels for help IDs too.Lynx Linden
In order to support unique help IDs for the Landmark and Place Profile panels off the Places sidetray, we need to also search within any embedded (and visible) sub-panels.
2010-01-12Merge with default branch, resolved conflict in llpanelavatar.cppMike Antipov
--HG-- branch : product-engine
2010-01-11EXT-4095 - [crashhunters] Crash on shutdown in LLTextBase destructorrichard
reviewed by James
2010-01-11mergerichard
2010-01-11EXT-3444 Volume control slider appears in an odd locationrichard
reviewed by Leyla
2010-01-11Merge, sync from viewer-2-0, fixed conflict in llinspectavatar.cppJames Cook
2010-01-11renamed LLFastTimerUtil to LLFastTimerrichard
2010-01-11MergeRunitai
2010-01-11EXT-3784 Fix for first menu item going blank when highlighted on ATI cards.Runitai
2010-01-11EXT-3928: Escape group names in the profile panel URLs.Lynx Linden
2010-01-11DEV-44732: Added some unit tests for URLs with no protocols.Lynx Linden
2010-01-11Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-11EXT-3929: Also look in accordion tabs for help topic.Lynx Linden
When the user clicks on the help "?" button, we try to find the currently active tab and see if there is a help topic for that tab. In addition, we now also look for a currently-visible accordion tab.
2010-01-11EXT-3929: Moved LLAccordionCtrl to llui.Lynx Linden
Both LLAccordionCtrl and LLAccordionCtrlTab should live in llui, not newview. I need to make this happen in order to fix EXT-3929. No code change was necessary (other than to change #include for predefined headers) as these classes did not rely on any newview code.
2010-01-08First pass expose inventory item settings in XML (folder_view_item.xml)James Cook
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-08fast timer performance tuningrichard
2010-01-06MergeLeyla Farazha
2010-01-06changing lineeditor text positioning center logic from using llceil to llroundLeyla Farazha
2010-01-06EXT-3824 [BSI] Rename Inventory Item Text CutoffLeyla Farazha
EXT-3757 Text Placement is Too High when Editing Landmark/Outfit/Notecard Names reviewed by Richard
2010-01-06mergerichard
2010-01-06moved clipping logic inside LLFontGL::maxDrawableChars controlled by ↵richard
EWordWrapStyle fixes regression introduced in 3eef5ce9ae1e6fc62b9b52ce859501dd4e70fadf reviewed by Brad
2010-01-06mergerichard
2010-01-06EXT-3878 - Menus disappear when UI Size is < 1.00richard
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-06mergeYuri Chebotarev
--HG-- branch : product-engine
2010-01-06fix for low EXT-2742 Invalid menu appearance after hiding navigation bar ↵Yuri Chebotarev
and/or favorites bar actually that was designed behavior. --HG-- branch : product-engine
2010-01-06Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-05MergeJames Cook
2010-01-05EXT-3332 Disabled checkboxes don't use disabled text colorJames Cook
Text label color wasn't being set in constructor. Added example to floater_test_widgets.xml Reviewed with Richard
2010-01-05EXT-3900 [BSI] Inspector floater fades while inspectors context menu is ↵Leyla Farazha
still active reviewed by Richard
2010-01-05Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-05EXT-3649 EXT-3662 : Move media controls to above media faceRick Pasetto
Review #69 This changes where and how the media controls are laid out, and ensures that all of the media region (the face) is clickable. Also moved the volume slider to below the controls (this took WAY too long to do ​:( ​), and adjusted the window region in which the media controls are allowed to be displayed.
2010-01-05Fixed potential crash if LLFlatListView is created as a dummy widget.Vadim Savchuk
--HG-- branch : product-engine
2010-01-05Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-04DEV-44732 - a better fix.Tofu Linden
2010-01-04DEV-44732 avoidable false-positives on automatic URL finding in chatTofu Linden
2010-01-04EXT-3318 LLConsole keeps all logged text in memory when console is not being ↵Tofu Linden
drawn.
2010-01-04fixed EXT-3765 “There is no tongue for voice control panel in docked ↵Alexei Arabadji
state”, made dockable floaters have tongue by default; --HG-- branch : product-engine
2009-12-29EXT-3589 Favorites Appear Squished Together on Left Half of Favorites BarLeyla Farazha
EXT-3602 Inventory > New Clothes sub menu not aligned EXT-3631 Texture preview after upload > Image covers buttons reviewed by James