| Age | Commit message (Collapse) | Author | 
|---|
|  | after pressing "Esc" key while in username field | 
|  |  | 
|  |  | 
|  |  | 
|  | Type a location field, doesn't log you in | 
|  |  | 
|  |  | 
|  |  | 
|  | 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. | 
|  | * Improve draw performance of scroll lists by only drawing what is visible
* Reduce frequency of expensive column width calculations
Fixes by Richard | 
|  | using realtive coordinates
fixed build
moved conversion funcs to llwindow.cpp as they work on all platforms
refactored translateintorect to take overlap as parameter | 
|  | improved graphics and layout for logged in mode selector | 
|  | lack of window focus
also allow right clip to copy url from disabled address bar | 
|  |  | 
|  | is not unique.
Updating combo box label upon list item selection does not search the item by label but takes the label of currently selected item instead. | 
|  |  | 
|  |  | 
|  | showing them on login screen.
- Changed the way SLURLs are cached a little, because previous one introduced problems with theit order.
- Also allowed saving of favorites to disk even if not all of them received SLURL info - this is done to avoid favorites not saving when there is at least one "dead" landmark among them.
- "Username" field on login screen is now not a lineeditor, but combobox (to enable autocompletion), but without button (Esbee asked for this in ticket for security reasons, and perhaps for visual consistency).
- Elements of this combobox are names of users whose favorites we have saved in file.
- Contents of "Start at:" combobox are changed depending on changes in "Username"- if username is present in favorites file, favorites for this user are added there.
- New callback was added to LLCombobox and used in this fix, because present ones weren't enough to easily track changes in text entry. | 
|  |  | 
|  |  | 
|  | even if last combobox item is selected. | 
|  |  | 
|  | 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 | 
|  | /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | 
|  | access functions, begin(), end(), etc.
this allows mutation of param block contents, without being able to change number of elements | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | (EXT-4705) Show maturity icon on Region/Estate tab.
- Made changes to combobox onItemSelected() to fix (EXT-6269) typing a location into the nav bar always sends you to the first location you typed in.
- Replaced LLIconsComboBox pointers with base class pointers LLComboBox.
Reviewed by Richard Nelson https://codereview.productengine.com/secondlife/r/29/
--HG--
branch : product-engine | 
|  |  | 
|  |  | 
|  |  | 
|  | --HG--
branch : product-engine | 
|  |  | 
|  |  | 
|  | - Added LLIconsComboBox class - a combobox with icons for maturity ratings.
- Fixed scroll list maximum width calculation. The width was calculated based on text value width for non-text columns.
- Added image overlay alignment getter method to LLButton.
--HG--
branch : product-engine | 
|  | remove the login progress panel as a popup only after it has finished fading out
popupview manages it's own registering and unregistering of popup callbacks | 
|  |  | 
|  |  | 
|  | Also removed unused LLComboBox globals to reduce llappviewer.cpp
include file burden.
Review pending | 
|  | --HG--
branch : product-engine | 
|  |  | 
|  |  | 
|  | Reviewed with Richard. | 
|  | 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 | 
|  | replaced mFocusChangedSignal that PE added with our hierarchical focus mgmt
reviewed by Leyla | 
|  | -> viewer-2.0.0-3
Fixes: EXT-839 EXT-859 EXT-868 EXT-795 EXT-861 EXT-678 EXT-848 EXT-873 | 
|  | svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1 | 
|  | DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684
improved text editor (handles multiple fonts simultaneously as well as inline widgets) |