Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-15 | STORM-181 : add featuretable_xp to the list of files to install for Windows | Merov Linden | |
2010-08-26 | VWR-20946 : fix erroneous error message (broken window...) | Merov Linden | |
2010-08-26 | VWR-20946 : fix the viewer manifest script to take the new kdu lib name into ↵ | Merov Linden | |
account | |||
2010-08-24 | Suppress llkdu target on Windows build, re-enable manifest check for llkdu.dll | Merov Linden | |
2010-08-20 | VWR-20847 (SNOW-543/SNOW-517) FIXED Linux packaging fixes. | Aimee Linden | |
2010-08-17 | SNOW-585 (VWR-20679) FIXED Build failure when the FMOD lib is not present. | Aimee Linden | |
Also added Mac version of the same fix, and corrected the warning message in the Linux version that was already there. | |||
2010-08-13 | Automated merge with file:///Users/oz/Internal/viewer-development | Oz Linden | |
2010-08-13 | Persuade Windows to package the prebuilt llkdu.dll | Aimee Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-18 | Unmount Mac .sparseimage in case of errors while mounted. | Nat Goodspeed | |
DarwinManifest.package_finish() creates and mounts a .sparseimage file, populating it with the desired package contents before creating a .dmg from it. However, errors while it's mounted would formerly bypass the 'hdiutil detach' command that unmounts it, leaving the host in a confused state that seemed to prevent subsequent retry attempts from succeeding. Also add code to try to diagnose/bypass mysterious SetFile -a V filename errors, so far without much luck. | |||
2010-06-14 | Fixing viewer_manifest.py. upper case True needed. Reviewed by Mani | Palmer Truelson | |
2010-06-14 | Fix mac dev build error, mac always package. | palange | |
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Lynx Linden | |
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Richard Nelson | |
2010-06-04 | removed duplicate winmm entry for debug builds | Richard Nelson | |
2010-06-03 | Finised a TODO left from recent viewer_manifest.py changes for the ↵ | brad kittenbrink | |
copy_l_viewer_manifest target. | |||
2010-06-03 | AVP-77 WIP added new WI local_assets to installer | Brad Payne (Vir Linden) | |
2010-06-01 | Finished VPLAT-248: Fix for symbol file generation missing info. | brad kittenbrink | |
Actually this is kind of 3 independent fixes, one for a different bug on each platform. | |||
2010-05-28 | mac llcommon dependent apps like mac-crash-logger get libexception_handler ↵ | Andrew A. de Laix | |
correctly packaged. | |||
2010-05-26 | VPLAT-268: Add libexception_handler.dylib to viewer_manifest.py. | Nat Goodspeed | |
Without this, the viewer fails to start because it can't find the new libexception_handler.dylib. | |||
2010-05-21 | VPLAT-237 Linux client library package for google_breakpad. | brad kittenbrink | |
2010-05-12 | added winmm.dll shim for deployment in debug builds | Richard Linden | |
2010-04-27 | fixed eol and tabs/spaces problems | Richard Nelson | |
2010-04-27 | merge | Richard Nelson | |
2010-04-27 | EXT-6921 - Windows Xp/Vista unified volume control | Richard Nelson | |
2010-04-21 | Fix for EXT-6287 (fullscreen flash video plays behind the viewer instead of ↵ | Monroe Linden | |
in front) Made SLPlugin into a bundled app on the Mac (this is apparently necessary for the plugin's window to be allowed to get focus). Changed the Info.plist key SLPlugin uses to keep itself out of the dock from LSBackgroundOnly to LSUIElement (this allows it to get focus and display UI). Added some Mac-specific code to slplugin.cpp to manipulate window layers and bring the plugin process to the foreground when something in the process opens a window, and to bring the viewer to the foreground when the last window in the process is closed. | |||
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-03-29 | Automated merge | Roxie Linden | |
2010-03-23 | EXT-6522 Changed app bundle to Second Life Viewer 2.app (Mac) | palange | |
2010-03-23 | EXT-6522 Change release installation location to Second Life Viewer 2 ↵ | Mark Palange (Mani) | |
(Windows Only) reviewed by palmer | |||
2010-02-17 | EXT-5500 reduce linux package size | Tofu Linden | |
This takes the (compressed!) linux package size from 56MB to 40MB. | |||
2010-01-22 | Linux: Don't strip or tar the viewer if it's not a release build. | Tofu Linden | |
This is some more work towards making RelWithDebInfo very developer-friendly. | |||
2010-01-11 | EXT-4163 Don't strip viewer symbols, or tar the result, in DEBUG builds | Tofu Linden | |
2009-12-18 | Client changes to pick up new version of Qt 4.6 with codecs for default text ↵ | callum | |
encoding. | |||
2009-12-18 | Fix for extra llplugin/ on the path of the imageformats plugins. | brad kittenbrink | |
reviewed by mani. | |||
2009-12-16 | merge! | Tofu Linden | |
2009-12-16 | Update packager to grok that we're replacing the vivox openal with our own ↵ | Tofu Linden | |
one one linux. | |||
2009-12-16 | Fix for another merge bug. | brad kittenbrink | |
2009-12-16 | Merged mani's EXT-3140 and build performance enhancements work into viewer-2-0. | brad kittenbrink | |
2009-12-15 | Misnamed additional Qt/WebKit DLL. | callum | |
2009-12-15 | Fixed misspelled debug qt names | Mark Palange (Mani) | |
2009-12-15 | client changes to work with new version of Qt (4.6) and to do some cleanup ↵ | callum | |
at plugin exit so that cookies more betterer than what they did before. | |||
2009-12-15 | EXT-3140 and build performance enhancements. | Mark Palange (Mani) | |
Move the message_template check and manifest checking to the package step. Moved the dll copy from a post-build step its own target for dependency checking. Disabled copy of art/xui, etc in viewer manifest for non-package builds. | |||
2009-12-10 | Fix for DEV-41388 (SNOW-307: Linux viewer builds renames gstreamer plugin to ↵ | Monroe Linden | |
quicktime.) Of the four options suggested in the jira, this is a modified version of #2. Since the mime_types.xml file actually gets localized (it contains a bunch of user-visible text in addition to the mappings), I don't think renaming it in viewer_manifest.py will work. Instead, I've created additional files (mime_types_linux.xml and mime_types_mac.xml) in the same location, and changed the code that loads the file in LLAppViewer::init() to look for different names per-platform. I'm sure there are cleverer solutions (such as abusing the translation xml overlay system to create files that have deltas per platform), but those don't fit in the time-box allocated to this issue. | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2010-02-25 | warn-on-failure:unix-eol | Roxie Linden | |
automated merge from trunk | |||
2010-02-24 | Automated merge up from viewer 2.0 trunk. | Roxie Linden | |
Some llvoiceclient changes duplicated changes that had already been made in the voice modularization refactor, so the refactor versions were used. | |||
2009-11-23 | re-upgrade to vivox v3 sdk here. | Tofu Linden | |
2009-11-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | CG Linden | |
2009-11-17 | Fix llkdu.dll inclusion problem | CG Linden | |
llkdu.dll was referenced via "configuration", but sharedlibs prefix already included "configuration" |