summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-08Fix for linux link errors in teamcity.brad kittenbrink
2010-11-08Removed refrences to SLPlugin from LLUpdaterService and test.Mark Palange (Mani)
2010-11-05"Fix" for linux link errors due to library ordering problems on the linker ↵brad kittenbrink
command line.
2010-11-05Merge latest lindenlab/viewer-development with mani_linden/viewer-development.brad kittenbrink
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05implement download cancel (untested).Andrew A. de Laix
2010-11-05Fixed build error due to unreferenced local variable.brad kittenbrink
2010-11-05Fixed windows build error.Mark Palange (Mani)
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05resume feature (untested).Andrew A. de Laix
2010-11-04Fix for windows build breakage in teamcity.brad kittenbrink
2010-11-04added hash validation of downloaded file.Andrew A. de Laix
2010-11-04some better error handling.Andrew A. de Laix
2010-11-04Fix for linux eol error.brad kittenbrink
2010-11-04Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-04checker working with v1.0 update protocol.Andrew A. de Laix
2010-11-04merging up latest changes from viewer-developmentOz Linden
2010-11-04automated merge from http://hg.secondlife.com/viewer-betaLoren Shih
2010-11-04just barely working udate downloading service; missing little nicities like ↵Andrew A. de Laix
error checking and sill stuff like that.
2010-11-04automated merge up from viewer-betaLoren Shih
2010-11-04Pushing 2.3.0-beta2 tag to repoDessie Linden
2010-11-04Added tag 2.3.0-beta2 for changeset db0fe9bb6518Dessie Linden
2010-11-04Turned generate_breakpad_symbols target into a noop for non-Release builds.brad kittenbrink
2010-11-04Turned inlining on in windows builds (RelWithDebInfo and Release).brad kittenbrink
This reduces the number of symbols in the viewer binary by about 30%. Also, fixed test errors revealed by inlining being enabled.
2010-11-04merge fix for STORM-450Oz Linden
2010-11-04merge fix for STORM-261Oz Linden
2010-11-04merge fix for STORM-194Oz Linden
2010-11-04merge fix for STORM-536Oz Linden
2010-11-04Automated merge up from viewer-developmentLoren Shih
2010-11-04STORM-450 FIXED Incorrect help contexts for Sidebar People tabPaul Guslisty
- Added checking whether panel is in visible chain instead of just visibility checking
2010-11-04STORM-261 FIXED Changed line number color in script editor.Andrew Productengine
- Changed text_readonly_color in script editor to darker gray, so that line numbers are visible when scrip editor is out of focus.
2010-11-03Added some logging to viewer_manifest.py to attempt to narrow down the Mac ↵brad kittenbrink
packaging failures a bit.
2010-11-03STORM-194 FIXED 'Show' button in inventory offer notification to open 'My ↵Seth ProductEngine
Inventory' SP if attachments were offered. Removed the check preventing inventory SP from opening when an item of IT_ATTACHMENT type has been offered.
2010-11-03STORM-536 ADDITIONAL FIX Replaced extra calls to getChild() with using a ↵Seth ProductEngine
member pointer to LLAccordionCtrlTabHeader.
2010-11-03STORM-536 FIXED scrolling to collapsed accordion tab with keyboard arrows in ↵Seth ProductEngine
Places SP->My Landmarks. - Fixed scrolling to selected item when a folder view receives selection inside an accordion tab while being out of visible scrolling area. - Fixed scrolling to collapsed accordion tab when it receives selection while being out of visible scrolling area.
2010-11-03pull fix for STORM-422Oz Linden
2010-11-03CT-633 WIP ES translation for Viewer 2.3, Set19Eli Linden
2010-11-03SH-281 Make UI in snapshot off by default.Dave Parks
2010-11-03STORM-472 Fixed crash that happened while decoding jpg image.Andrew Productengine
In case of files provided in ticket problem occured in libjpeg's jpeg_start_decompress(to be more specofic- inside it's _jinit_color_deconverter()) because if cinfo's out_color_space is RGB, then jpeg_color_space can't be JCS_YCCK (JCS_YCCK jpeg_color_space is possible for JCS_CMYK out_color_space). So when the combination of RGB and JCS_YCCK was encountered, jpeglib called ERREXIT() inside which exit() was called and viewer crashed. - Checking for this combination before calling jpeg_start_decompress() would solve this problem in this specific case, but there are a lot of possible error combinations which cause libjpeg to exit and thus crash viewer, so copypasting checks from it into viewer code would be cumbersome, uneffective and ugly. So another approach was used instead- by default libjpeg calls exit() after encountering an error, but user can provide his own error handling function instead. on_jpeg_error() function was added in fix for this. It sets true a boolean flag that is used to determine whether there were errors in getImageDimensionsJpeg(), and this function's return value depends on it.
2010-11-03Automated merge with https://bitbucket.org/mani_linden/viewer-developmentNat Goodspeed
2010-11-03Remove erroneous 'inline' on LLPanelStandStopFlying::getInstance()Nat Goodspeed
This is ignored by every compiler except Linux g++ 4.4.3 in Release mode. In that case, it literally does cause getInstance() to be inlined, therefore llmoveview.o contains no such symbol, therefore the Linux viewer link fails in Release mode. But for a method implementation in a .cpp file of a method declared in a .h file, 'inline' is just wrong. Removing it fixes Release build.
2010-11-03For non-Release Linux build, explain why we don't create tarball.Nat Goodspeed
2010-11-02Merge.brad kittenbrink
2010-11-02Mergebrad kittenbrink
2010-11-02Bugfix for build.sh overwriting log files when build-link-parallel is disabled.brad kittenbrink
2010-11-02STORM-283 : merge with viewer-developmentMerov Linden
2010-11-02STORM-287 : merge with viewer-developmentMerov Linden
2010-11-02STORM-420 : merge to viewer-developmentMerov Linden
2010-11-02MergeAndrew A. de Laix
2010-11-02start of the downloader service.Andrew A. de Laix