Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | Automated merge with file:///Users/nat/linden/viewer-gridselect | Nat Goodspeed | |
2019-04-25 | SL-11049: Notice explicit --grid command-line switch and honor it. | Nat Goodspeed | |
LLPanelLogin's constructor checks both LLGridManager::getGrid() and LLStartUp::getStartSLURL(). But by the time we get there, we've blurred the distinction between explicit command-line arguments and defaults left over from a previous run. Of course, if the grid implied by getStartSLURL() is the same as the getGrid(), the distinction is irrelevant. But if they differ, up until now, getStartSLURL() has always "won" -- even when getGrid() was set by an explicit --grid switch whereas getStartSLURL() was only left over from a previous run. Notice that case and try to avoid overriding the explicitly-specified grid with the grid from the default SLURL. | |||
2019-04-25 | Reorder logic in LLAppViewer::initConfiguration(); remove dup code. | Nat Goodspeed | |
There were two nearly-identical copies of a stanza that calls sendURLToOtherInstance(). Remove one. It's possible that the reason no one noticed the duplication was because the two copies were 70 lines apart. Move setSkinFolder(), setUseSpellCheck() and setSecondaryDictionaries() stanzas to consolidate SLURL-handling code more closely. Also move logic for NextLoginLocation and CmdLineLoginLocation. Remove a couple unnecessary std::ostringstream instances. Streaming a single string literal to std::ostringstream and retrieving its str() is the same as simply converting the literal to std::string, only slower. OSMessageBox() accepts const std::string&. Given that you have a std::string in hand, passing its c_str() to OSMessageBox() is not only unnecessary but wasteful: it requires silently converting the const char* back to a different std::string instance. Calling a class method from another method of the same class does not require ClassName:: qualification. Calling a singleton subclass method from another non-static method of the same subclass does not require going through ClassName::instance() or sInstance or whatever. | |||
2019-04-25 | Return CGPoint and CGSize by value, not const ref to temporary. | Nat Goodspeed | |
2019-04-25 | Remove a couple unused iterators per Xcode 10.2.1. | Nat Goodspeed | |
2019-04-24 | Merged in default (pull request #839) | Andrey Lihatskiy | |
SL-10994 Removed Facebook In-world Sharing Approved-by: Andrey Kleshchev | |||
2019-04-24 | SL-11013 FIXED The Ban Duration ‘Temporary’ radio button and text are ↵ | maxim_productengine | |
badly pressed when hovering them | |||
2019-04-24 | SL-10994 Removed Facebook In-world Sharing | AndreyL ProductEngine | |
SL-11024 Fixed Twitter connect failure | |||
2019-04-23 | SL-11022 Proxy port number is limited to 12K instead of 65K | andreykproductengine | |
2019-04-23 | SL-11002 FIXED 'Created by me' and 'Created by others' checkboxes are not ↵ | maxim_productengine | |
reset using 'Reset Filters' | |||
2019-04-22 | SL-8012 Remove Mesh Filter Option on Inventory | andreykproductengine | |
2019-04-22 | SL-10828 [Dev tools] Scroll for fast timer | andreykproductengine | |
2019-04-19 | SL-10989 Toggle checkbox when clicking 'Avatars on other parcels can see and ↵ | maxim_productengine | |
chat...' label | |||
2019-04-19 | SL-10990 Add tool-tips for 'Build', 'Object Entry' and 'Run scripts' ↵ | maxim_productengine | |
checkboxes in the 'About Land' floater | |||
2019-04-19 | SL-10993 Fixed wrong Korean font in chat on Windows 10 | AndreyL ProductEngine | |
2019-04-17 | SL-2797 SOCKS5 not working reliably | andreykproductengine | |
2019-04-17 | increment viewer version to 6.2.1 | Nat Goodspeed | |
2019-04-16 | SL-10930 LLStringUtil pointlessly scan the string | andreykproductengine | |
2019-04-17 | SL-10963 FIXED The 'Copy failed' notification doesn't appear after hitting ↵ | maxim_productengine | |
'Ctrl+D' combination | |||
2019-04-17 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-17 | Merged in lindenlab/viewer-release (EAM) | AndreyL ProductEngine | |
2019-04-15 | SL-10888 Fixed OSX mouse issues in HiDPI mode | AndreyL ProductEngine | |
2019-04-15 | FIX INTL-336 Viewer translation for 9 languages (Set 56) for viewer-bear | eli | |
2019-04-15 | SL-10951 There were no tool-tips for the 'Edit' and 'Play' buttons in the ↵ | andreykproductengine | |
'Gestures' floater | |||
2019-04-16 | SL-10344 Named logging | andreykproductengine | |
2019-04-15 | SL-10953 Fixed “No contents” is displayed when adding a large number of ↵ | andreykproductengine | |
items a few times | |||
2019-04-16 | SL-10961 Mac buildfix | AndreyL ProductEngine | |
2019-04-16 | SL-10344 Fix boost priority | andreykproductengine | |
2019-04-16 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-16 | SL-10344 Fix decode priority | andreykproductengine | |
2019-04-15 | SL-10960 Fixed Terrain doesn't have default textures | andreykproductengine | |
2019-04-15 | SL-10961 FIXED 'Price/Area/Primitives' designations are absent in 'For sale' tab | maxim_productengine | |
2019-04-15 | SL-10898 FIXED [Mac] Camera spins and pulls back when using alt+zoom | Mnikolenko ProductEngine | |
2019-04-13 | SL-10924 Missed symbol | andreykproductengine | |
2019-04-11 | SL-10948: Fix for crash in llcorehttp/_httplibcurl.cpp. | Brad Kittenbrink | |
The crash can appear on some non-windows platforms (any LP64 model platforms). Depending on alignment this can overwrite one word of the pointer `op` declared above. Subsequently it will crash when later writing to memory through that pointer | |||
2019-04-11 | SL-10924 Fix data escaping to accomodate CEF update | andreykproductengine | |
2019-04-12 | Backed out changeset: ce892720a893 (SL-10924) | andreykproductengine | |
2019-04-11 | SL-10891 Reset UI scale factor on first run if OS's display scaling is not 100% | AndreyL ProductEngine | |
2019-04-10 | SL-10924 CEF update broke many visitor trackers | andreykproductengine | |
2019-04-10 | Don't crash Test Viewer due to missing version checker | andreykproductengine | |
2019-04-10 | Don't crash Test Viewer due to missing version checker | andreykproductengine | |
2019-04-09 | SL-10879 Cover more description fields with spell checking | andreykproductengine | |
2019-04-06 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-06 | SL-10891 residues | AndreyL ProductEngine | |
2019-04-06 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-06 | SL-10891 Reset UI scale factor on first run if OS's display scaling is not 100% | AndreyL ProductEngine | |
2019-04-06 | Backed out changeset: a2983d6277f2 | AndreyL ProductEngine | |
2019-04-06 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-05 | SL-10890 Ban duration edit field shows value with a left shift if a large ↵ | andreykproductengine | |
value was set | |||
2019-04-05 | SL-10891 Removed scaling to system UI size on Windows | AndreyL ProductEngine | |