summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenufile.cpp
AgeCommit message (Collapse)Author
2016-10-28MAINT-6875 Viewer crashes after double clicking on Upload>MeshMnikolenko Productengine
2016-10-07MAINT-6800 FIXED Using Snapshot Freeze Frame option causes several issuesMnikolenko Productengine
2016-09-16Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-08-30MAINT-5232: LLGlobalEconomy is now an LLSingleton.Nat Goodspeed
It used to contain an LLSingleton called Singleton, requiring LLGlobalEconomy::Singleton::instance() to access it rather than the conventional LLGlobalEconomy::instance(). This has been fixed, so normalize references accordingly.
2016-06-03mac build fixMnikolenko ProductEngine
2016-06-02MAINT-5194 Visual Outfit browserpavelkproductengine
Made refactoring of LLFloaterOutfitSnapshot and LLFloaterSnapshot
2016-05-24Merge VOB with release 4.0.6pavelkproductengine
2016-05-10Merged in oz_linden/maint-5974Mnikolenko Productengine
2016-04-29MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flowpavelkproductengine
Initial version, further refactoring pending
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-14MAINT-5507: Remove HTTPClient and related cruft.Rider Linden
2015-07-23Remove unused code and llassetuploadresponders files.Rider Linden
2015-07-20Forgot to remove an unused varable and renamed NewFileResourceUploadInfo to ↵Rider Linden
LLNewFileResourceUploadInfo
2015-07-15LSL Script upload from inventory.Rider Linden
2015-07-10Merge restore of more selfless changesNat Goodspeed
2015-07-10Backed out changeset bab1000e1b2d: restore 'selfless' changesNat Goodspeed
2015-07-07Automated merge with bundle:C:\Users\admin\AppData\Local\Temp\0d1ig3y4.ke0Rider Linden
2015-07-07MergeRider Linden
2015-07-07Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5Rider Linden
2015-07-07Clean up viewrmenufile into viewrassetuplodRider Linden
2015-07-02Temp disable llavatarnamecache integration test for linuxRider Linden
2015-07-02Forgot to set a Transaction IDRider Linden
2015-07-02Crash on second add to coproc queue.Rider Linden
2015-07-02MergeRider Linden
2015-07-02Adjusting uploadinfo object for expansion.Rider Linden
Commit is prelim to allow merge from selfless.
2015-07-01MAINT-5351: Remove 'self' parameter from coroutine functions.Nat Goodspeed
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested.
2015-06-30Initial checkin for uploading via coroutine.Rider Linden
2014-12-11MAINT-4740 FIXED Context menus left on screen when closing floater with Ctrl+Wandreykproductengine
2014-07-07Merge downstream code and become 3.7.12simon
2014-06-24Pull downstream viewer-tiger and become version 3.7.11simon
2014-06-23merge changes for 3.7.10-releaseOz Linden
2014-06-05MergeRicky Curtice
2014-05-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-15MAINT-4022 FIXED Use gSnapshotFloaterView to close snapshot floater, and ↵Mnikolenko ProductEngine
then pass focus on to normal floater view.
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-05-06Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵Merov Linden
errors
2014-02-11MAINT-2754 FIXED Call findInstance() instead of getInstance().Mnikolenko ProductEngine
2013-12-18Fix FFLOAD_ALL issue in file picker, add FFLOAD_EXE to fix exe picking on ↵Merov Linden
Mac Cocoa
2013-11-19merge up to 3.6.10-release; some of the storm-68 changes lostOz Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-05merge with viewer-releaseRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-06renamed LLTrace stat gathering classes/methods to make the structure of ↵Richard Linden
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc.
2012-10-17SH-3405 WIP convert existing stats to lltrace systemRichard Linden
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling
2012-10-15SH-3405 WIP convert existing stats to lltrace systemRichard Linden
converted all remaining LLViewerStats to lltrace
2012-08-22MAINT-1416 FIXED Close Mini-map floater after Ctrl-W if it's opened and ↵Richard Linden
other floaters are not in focus changed fix to always close front most closable floater whether or not it has focus to eliminate special case for mini map
2012-08-21MAINT-1416 FIXED Close Mini-map floater after Ctrl-W if it's opened and ↵maxim_productengine
other floaters are not in focus
2012-08-08MAINT-1334 FIXED Enable "Close all windows" menu item if Snapshot floater is ↵maxim_productengine
opened. Close Snapshot floater by close all command.