Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | More memory cleanup of containers after DeletePairedPointer() usage. | simon | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2014-01-10 | Revert earlier back-out for MAINT-535 ... it's back in | simon | |
2014-01-07 | Revert changes made for MAINT-535 to test in a release cohort. | simon | |
2013-10-22 | MAINT-535 'trust model' is added for secondlife:// URLs in wiki style links. ↵ | Mnikolenko ProductEngine | |
Chat history is marked as untrusted source now. | |||
2013-08-19 | merge changes for 3.6.3-release | Oz Linden | |
2013-05-30 | CHUI-942 FIXED Choose Resident picker problems | maksymsproductengine | |
2013-05-09 | Merge viewer-beta | simon | |
2013-04-11 | Forgot to commit @#! merge | simon | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-25 | Pull in downstream CHUI code from viewer-development | simon | |
2013-03-25 | CHUI-885 (View Profile,Send IM and Add friend are not functional in context ↵ | mberezhnoy | |
menu for allowed or banned users of the parcel.) | |||
2013-01-14 | MAINT-2223 FIX Scroll list columns resize feature broken | Richard Linden | |
column dirty flag was not set when user resized a column | |||
2012-12-14 | CHUI-599 : Use the account name in all places that are not UI related but ↵ | Merov Linden | |
use avatar names to index, search and other code only uses. | |||
2012-12-14 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-12-13 | Fix line endings. | Kelly Washington | |
2012-12-13 | MAINT-1995 Names of banned and allowed residents are not shown in Access tab ↵ | Kelly Washington | |
of the About Land dialog Code by Richard, reviewed by merov and kelly | |||
2012-12-05 | CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵ | Merov Linden | |
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName | |||
2012-07-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-06-25 | MAINT-30 Estate access lists for groups and residents are blank when "Allow ↵ | Kelly Washington | |
public access" is checked. MAINT-1200 Resident names not sorted in About Land (or Estate management) floater's allowed/banned boxes reviewed with Simon | |||
2012-04-03 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
2012-02-06 | EXP-1841 : Refactoring of LLClipboard, simplify the API and make it behave ↵ | Merov Linden | |
like a normal clipboard. | |||
2012-02-01 | EXP-1862 : Make LLClipboard an LLSingleton and clean up the internals (set ↵ | Merov Linden | |
up for toolbar and never used) | |||
2012-01-04 | Hijaking the land status messaging for temporary development of the ↵ | Todd Stinson | |
pathfinding linksets floater. | |||
2011-11-23 | SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵ | Leslie Linden | |
idle calls. Reviewed by davep. | |||
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-11-24 | STORM-593 FIXED Make transparent texteditor and lineeditor | Paul Guslisty | |
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-10-15 | fixed build | Richard Linden | |
2010-09-22 | instead of exposing mutable container in LLInitParam::Multiple, just expose ↵ | Richard Linden | |
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-23 | made Params parsers not act as singletons | Richard Nelson | |
2010-08-09 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Monroe Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-04 | deprecated ADD_SORTED due to n^2 behavior, set the sort order on the scroll ↵ | Richard Nelson | |
list instead | |||
2010-08-06 | EXT-8207 FIXED (Unexpected camera zoom occures if scroll location history ↵ | Paul Guslisty | |
drop-down list by mouse wheel) Added parameter for scroll list control that determines opaque of mouse scroll wheel event. Set this parameter to \"true\" in combobox of navigation panel. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/829/ --HG-- branch : product-engine | |||
2010-06-01 | EXT-7591 FIX Typing the first characters of a selection in a dropdown will ↵ | Richard Linden | |
ignore the first letter clear the searchstring on list focus lost, not setFocus, so that the act of popping open the list when you type the first letter doesn't clear the first letter from the search string | |||
2010-04-23 | Fixed normal EXT-6841 ([TRUNCATION] Sidebar > People. Choose and show a ↵ | Paul Guslisty | |
group > Land/ Assets. \"No tienes permiso para ver el terreno propiedad del g\") -Applied ward wrap for comments in scroll list Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/298/ --HG-- branch : product-engine | |||
2010-04-01 | EXT-3531 - Ctrl-p doesn't work reliably on login | Richard Linden | |
moved gEditMenuHandler handling to LLEditMenuHandler destructor | |||
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
2010-03-09 | rolled back changeset 5fbab7aa32ef to fix EXT-6269 | Richard Linden | |
2010-03-05 | Implemented (EXT-4705) Show maturity icon on Region/Estate tab. | Sergei Litovchuk | |
- 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 | |||
2010-02-23 | fix for normal EXT-5598 Group member status list is sorted by name instead ↵ | Ychebotarev ProductEngine | |
of date --HG-- branch : product-engine | |||
2010-02-11 | converted llfloaternearbymedia to llpanelnearbymedia | richard | |
moved from LLTransientDockableFloater model to popup panel model like volume popup |