Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-05 | resume feature (untested). | Andrew A. de Laix | |
2010-11-04 | added hash validation of downloaded file. | Andrew A. de Laix | |
2010-11-04 | some better error handling. | Andrew A. de Laix | |
2010-11-04 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-04 | checker working with v1.0 update protocol. | Andrew A. de Laix | |
2010-11-04 | just barely working udate downloading service; missing little nicities like ↵ | Andrew A. de Laix | |
error checking and sill stuff like that. | |||
2010-11-04 | Turned generate_breakpad_symbols target into a noop for non-Release builds. | brad kittenbrink | |
2010-11-04 | Turned 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-03 | Added some logging to viewer_manifest.py to attempt to narrow down the Mac ↵ | brad kittenbrink | |
packaging failures a bit. | |||
2010-11-03 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Nat Goodspeed | |
2010-11-03 | Remove 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-03 | For non-Release Linux build, explain why we don't create tarball. | Nat Goodspeed | |
2010-11-02 | Merge. | brad kittenbrink | |
2010-11-02 | Bugfix for build.sh overwriting log files when build-link-parallel is disabled. | brad kittenbrink | |
2010-11-02 | Merge | Andrew A. de Laix | |
2010-11-02 | start of the downloader service. | Andrew A. de Laix | |
2010-11-01 | Added newline at EOF to satisfy linux gcc | brad kittenbrink | |
2010-11-01 | Merge | Mark Palange (Mani) | |
2010-11-01 | Merge | Mark Palange (Mani) | |
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-11-01 | On Windows, disable this-used-in-initializer warning. | Nat Goodspeed | |
2010-11-01 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Nat Goodspeed | |
2010-11-01 | On Mac, require at least CMake 2.6.4 for an important bug fix. | Nat Goodspeed | |
2.6.4 fixes a Mac bug in get_target_property(... "SLPlugin" LOCATION): before that version it returns "pathname/SLPlugin", whereas the correct answer is "pathname/SLPlugin.app/Contents/MacOS/SLPlugin". With 2.6.2, the Mac build breaks in a mysterious way. Changing this version requirement should clarify the solution. | |||
2010-11-01 | changes in respone to review comments. | Andrew A. de Laix | |
2010-10-29 | STORM-303, STORM-270 : merge with viewer-development | Merov Linden | |
2010-10-29 | STORM-501 FIXED Script-editor shows ERRORS in the wrong line. | Vadim ProductEngine | |
LLTextBase::setCursor() sometimes failed to work properly if line wrapping was enabled. This is a slightly optimized version of the patch made by Satomi Ahn. | |||
2010-10-29 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Nat Goodspeed | |
2010-10-29 | Fix #endif SYMBOL (breaks Linux build) | Nat Goodspeed | |
2010-10-29 | fix quoting of url in version check. | Andrew A. de Laix | |
2010-10-29 | restore 1hr polling frequency | Andrew A. de Laix | |
2010-10-29 | added periodic retry to look for updates | Andrew A. de Laix | |
2010-10-29 | STORM-270, STORM-303 FIXED sorting Favorites folder contents after ↵ | Seth ProductEngine | |
re-ordering landmarks in any folder view or in Favorites bar. Previously worked only for Favorites accordion is Places SP. | |||
2010-10-28 | shell of the update checker; it will just print a message to the log ↵ | Andrew A. de Laix | |
depending on the result of the check one time. | |||
2010-10-28 | STORM-488 : merge with viewer-development | Merov Linden | |
2010-10-28 | STORM-459 : merge with viewer-development | Merov Linden | |
2010-10-28 | STORM-451 : merge with viewer-development | Merov Linden | |
2010-10-28 | STORM-322 : merge with viewer-development | Merov Linden | |
2010-10-28 | STORM-36 : merge with viewer-development | Merov Linden | |
2010-10-28 | STORM-489 FIXED <nolink>'ed text rendered as URL | Vadim ProductEngine | |
Changes: * Suppressed URLs in object (sender) names of nearby chat messages loaded from history. * Fixed text between <nolink>...</nolink> text being rendered as URL (hand cursor on hover, context menu, context menu, opening Places SP on click). | |||
2010-10-28 | STORM-322 ADDITIONAL FIX Fixed a crash that happened when clicking "refresh" ↵ | Andrew Productengine | |
while names are caching Refresh caused deletion of group members data (from gdatap->mMembers), so gdatap->mMembers[id] in LLPanelGroupMembersSubTab::onNameCache() was null and when it was passed into addMemberToList() there when getContribution() was called for it, crash happened. - Added check against NULL before using member data. | |||
2010-10-28 | STORM-488 FIXED Place profile was opened instead of Object profile if used ↵ | Vadim ProductEngine | |
clicked an object SLURL in the plain text nearby chat log. The reason is the same as in STORM-390: a bug in LLTextBase which leads to ignoring link href specified for a link segment if the segment contains an URL (and the <nolink>...</nolink> clause is treated as such). The workaround is to explicitly disallow parsing URLs in a link segment by setting its "is_link" parameter to "true". | |||
2010-10-28 | STORM-459 FIXED Delete outfit confirmation message doesn't appear if use ↵ | Paul Guslisty | |
context or gear menu on 'My Outfits' tab Added confirmation dialog before deleting outfit from context menu and gear menu button of My Appearance -> My Outfits - Deleted method that shows confirmation dialog in LLPanelOutfitsInventory. Moved it to the LLOutfitsList. Now confirmation dialog called before calling LLOutfitsList::removeSelected. - Replaced native methods of deleting outfit in gear menu and context menu with LLOutfitsList::removeSelected. | |||
2010-10-27 | CHOP-122 Initializing Facade service in the viewer. Rev. by Brad. | Mark Palange (Mani) | |
2010-10-27 | STORM-451 FIXED Disabled highlighting URLs in object name inside the ↵ | Vadim ProductEngine | |
llGiveInventory discard notification. Changes: * Wrapped object name with <nolink>...</nolink> tags to disable URL parsing. * The decline message is now localized as a whole sentence (localizing separate phrases is often inapplicable for some languages). | |||
2010-10-27 | STORM-452 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-296 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-418 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-224 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-311 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-95 : merge with viewer-development | Merov Linden | |