summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
AgeCommit message (Collapse)Author
2010-06-07Merge with render-pipelineDave Parks
2010-08-20VWR-20847 (SNOW-543/SNOW-517) FIXED Linux packaging fixes.Aimee Linden
2010-08-17SNOW-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-13Automated merge with file:///Users/oz/Internal/viewer-developmentOz Linden
2010-08-13Persuade Windows to package the prebuilt llkdu.dllAimee Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-18Unmount 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-14Fixing viewer_manifest.py. upper case True needed. Reviewed by ManiPalmer Truelson
2010-06-14Fix mac dev build error, mac always package.palange
2010-06-07Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicLynx Linden
2010-06-04Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicRichard Nelson
2010-06-04removed duplicate winmm entry for debug buildsRichard Nelson
2010-06-03Finised a TODO left from recent viewer_manifest.py changes for the ↵brad kittenbrink
copy_l_viewer_manifest target.
2010-06-03AVP-77 WIP added new WI local_assets to installerBrad Payne (Vir Linden)
2010-06-01Finished 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-28mac llcommon dependent apps like mac-crash-logger get libexception_handler ↵Andrew A. de Laix
correctly packaged.
2010-05-26VPLAT-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-21VPLAT-237 Linux client library package for google_breakpad.brad kittenbrink
2010-05-12added winmm.dll shim for deployment in debug buildsRichard Linden
2010-04-28merge from viewer-trunkTofu Linden
2010-04-27fixed eol and tabs/spaces problemsRichard Nelson
2010-04-27mergeRichard Nelson
2010-04-27EXT-6921 - Windows Xp/Vista unified volume controlRichard Nelson
2010-04-22merge from viewer-trunkTofu Linden
2010-04-21Fix 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-07Fix for build failing.Dave Parks
2010-04-07merge from viewer-trunkTofu Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-06another hairy merge from viewer-trunk :(Tofu Linden
2010-03-29Automated mergeRoxie Linden
2010-03-28merge from viewer-2-0Tofu Linden
2010-03-23EXT-6522 Changed app bundle to Second Life Viewer 2.app (Mac)palange
2010-03-23EXT-6522 Change release installation location to Second Life Viewer 2 ↵Mark Palange (Mani)
(Windows Only) reviewed by palmer
2010-02-17viewer2 merge.Tofu Linden
2010-02-17EXT-5500 reduce linux package sizeTofu Linden
This takes the (compressed!) linux package size from 56MB to 40MB.
2010-01-29Added glod.txt and libraries no longer unzipped into newviewPalmer
2010-01-22Merge.Tofu Linden
2010-01-22Linux: 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-13Merge.Tofu Linden
2010-01-11EXT-4163 Don't strip viewer symbols, or tar the result, in DEBUG buildsTofu Linden
2010-01-04Merge from trunk. Conflicts manually resolved in:Tofu Linden
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h
2009-12-18Client changes to pick up new version of Qt 4.6 with codecs for default text ↵callum
encoding.
2009-12-18Fix for extra llplugin/ on the path of the imageformats plugins.brad kittenbrink
reviewed by mani.
2009-12-18Merge with viewer-2-0Dave Parks
2009-12-16merge!Tofu Linden
2009-12-16Update packager to grok that we're replacing the vivox openal with our own ↵Tofu Linden
one one linux.
2009-12-16Fix for another merge bug.brad kittenbrink
2009-12-16Merged mani's EXT-3140 and build performance enhancements work into viewer-2-0.brad kittenbrink
2009-12-15Misnamed additional Qt/WebKit DLL.callum
2009-12-15Fixed misspelled debug qt namesMark Palange (Mani)