Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-28 | merging viewer release | Gilbert Gonzales | |
2013-08-26 | increment viewer version to 3.6.5 | Oz Linden | |
2013-08-24 | added Google Analytics query parameters to URLs for FBC photos and checkins ↵ | Cho | |
for ACME-854 | |||
2013-08-22 | merging viewer release | Gilbert Gonzales | |
2013-08-19 | merge changes for DRTVWR-285 | Oz Linden | |
2013-08-19 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | increment viewer version to 3.6.4 | Oz Linden | |
2013-08-15 | MAINT-2938 FIXED [CHUI] crash in LLFloaterConversationPreview::showHistory() | maksymsproductengine | |
2013-08-15 | MAINT-3012 FIXED Don't show Destination Guide by default on first run. | Mnikolenko ProductEngine | |
2013-08-14 | removed momentary error message upon connecting to Facebook | Cho | |
2013-08-14 | BUG-3605 / CHUIBUG-197 Don't create excessive amounts of string objects in ↵ | Nicky | |
LLNormalTextSegment::getNumChars. | |||
2013-08-13 | MAINT-2937 FIXED [CHUI] crash in LLToastIMPanel | maksymsproductengine | |
2013-08-12 | Pull merge from viewer-fbc | Merov Linden | |
2013-08-12 | ACME-820 : Use the LL hosted default image for the default map tile in checkin | Merov Linden | |
2013-08-13 | added read_from_master parameter for ACME-829 | Cho | |
2013-08-09 | ACME 824: Suggested Friends do not repopulate if you disconnect and ↵ | Gilbert Gonzales | |
reconnect to Facebook API in same viewer session | |||
2013-08-09 | merge | Gilbert Gonzales | |
2013-08-09 | ACME-800: Posted to Facebook notifications persist in the ↵ | Gilbert Gonzales | |
open_notifications.xml file per user | |||
2013-08-08 | ACME-821 : Use 128x128 png for the default tile icon instead of 300x300 jpg | Merov Linden | |
2013-08-07 | ACME-820 : Let checkin checkbox be available and swap tile map / default ↵ | Merov Linden | |
tile when toggling | |||
2013-08-07 | ACME-814 : Disable Post in Photo panel while the preview is processing | Merov Linden | |
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
2013-08-06 | ACME-801: Adding a suggested friend as a friend does not remove them from ↵ | Gilbert Gonzales | |
the suggested friend list | |||
2013-08-06 | merge | Gilbert Gonzales | |
2013-08-06 | ACME-744: Adjusted comment to be more clear | Gilbert Gonzales | |
2013-08-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2013-08-05 | CHOP-951, IQA-1477: Validate args for numeric command-line switches. | Nat Goodspeed | |
The logic in llcommandlineparser.cpp's setControlValueCB() callback function for converting command-line switch argument values from string to the actual type of the map-to settings variable had a couple special cases for boolean and LLSD array. But for S32, U32 and F32, it simply used default LLSD string-to-numeric conversion. LLSD's string-to-numeric conversion is a bit lame: for non-numeric strings, it shrugs and returns 0. Introduce onevalue() and badvalue() helper functions that, like certain errors during command-line parsing, throw LLCLPError. Use them to streamline certain redundancies in setControlValueCB(). Introduce convertTo<T>() helper function that uses boost::lexical_cast() for slightly more stringent conversions. Add cases for U32, S32 and F32 targets. setControlValueCB() is actually called only by LLControlGroupCLP::notify(), not during actual command-line parsing. Make LLControlGroupCLP::notify() return bool. Make it catch LLCLPError, set the error for getErrorMessage() and return false on that exception. Package LLAppViewer::initConfiguration()'s response to initParseCommandLine() returning false as a new handleCommandLineError() function; invoke it both there and when LLControlGroupCLP::notify() returns false. | |||
2013-08-05 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-08-05 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-08-05 | Merge viewer-release with Vivox code | simon | |
2013-08-05 | merge changes for 3.6.2-release | Oz Linden | |
2013-08-05 | increment viewer version to 3.6.3 | Oz Linden | |
2013-08-05 | changed wording of learn more link for ACME-797 | Cho | |
2013-08-03 | Pull merge from lindenlab/viewer-fbc | Merov Linden | |
2013-08-02 | ACME-796 : Do not flip the fbc state to failure while connecting through web ↵ | Merov Linden | |
browser. Handle the dismiss case as best as possible. | |||
2013-08-02 | merge | Gilbert Gonzales | |
2013-08-02 | ACME-744: Temporary solution. The internal browser was not setting keyboard ↵ | Gilbert Gonzales | |
focus properly...as to why an investigation is needed. For now explicly setting keyboard focus to the internal browser after it is displayed. | |||
2013-08-03 | made checkin use a placeholder location URL when the given SLURL is not valid | Cho | |
2013-08-02 | merge | Gilbert Gonzales | |
2013-08-02 | Switching SLShareHost to pdp location | Gilbert Gonzales | |
2013-08-02 | added learn more link to panel_social_account for ACME-797 | Cho | |
2013-08-02 | Pull merge from lindenlab/viewer-fbc | Merov Linden | |
2013-08-02 | ACME : Fix a spurious crash when showing the Advanced->Shortcuts menu just ↵ | Merov Linden | |
after launch | |||
2013-08-02 | changed facebook_post_success text to be more consistent with other ↵ | Cho | |
notification text for ACME-793 | |||
2013-08-02 | changed PLACE to CHECK IN for ACME-794 | Cho | |
2013-08-02 | CHOP-959: merge --graphicslevel fix up to tip | Nat Goodspeed | |
2013-08-02 | CHOP-959: Honor --graphicslevel switch even on first viewer run. | Nat Goodspeed | |
Previous CHOP-959 logic set a flag to remember that settings variable RenderQualityPerformance was set (by --graphicslevel), so it could be applied once LLViewerWindow is constructed. But on first viewer run, LLViewerWindow constructor calls LLFeatureManager::applyRecommendedSettings(), which resets that settings variable! So don't just set a flag, actually capture the requested RenderQualityPerformance value for later. | |||
2013-08-01 | ACME-761 : Use the cap for the service url unless overridden by the ↵ | Merov Linden | |
SLShareHost setting from settings.xml | |||
2013-08-01 | Pull merge from lindenlab/viewer-fbc | Merov Linden | |
2013-08-01 | ACME-785 : Use a specific notifytip message (without the OK button) for fbc ↵ | Merov Linden | |
success notification |