summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
AgeCommit message (Collapse)Author
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)
2009-12-15client 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-15EXT-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-14Merging in latest viewer 2Palmer Truelson
2009-12-10Fix 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-01Automated merge with a few fixups for code review commentsRoxie Linden
2010-02-25warn-on-failure:unix-eolRoxie Linden
automated merge from trunk
2010-02-24Automated 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-12-07Merge of viewer 2 changesPalmer
2009-11-25Merge of viewer 2Palmer Truelson
2009-11-23re-upgrade to vivox v3 sdk here.Tofu Linden
2009-11-17Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0CG Linden
2009-11-17Fix llkdu.dll inclusion problemCG Linden
llkdu.dll was referenced via "configuration", but sharedlibs prefix already included "configuration"
2009-11-17Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0Palmer
2009-11-16EXT-2529 Fixed viewer_manifest.py to check secondlife-bin.exe for bad ↵Mark Palange (Mani)
manifest linking. Reviewed by Palmer.
2009-11-05Added calls to ll_deploy_sharedlibs_commandMark Palange (Mani)
Using viewer_manifest.py for windows dependency deployment during build. Added SHARED_LIBS_REL_PATH var to cmake cache.
2009-11-02Merge of viewer-2-0 changesPalmer
2009-11-02Sync up with render-pipeline-7 ignore-dead-branchDavid Parks
2009-10-22Let Python handle quoting of Mac run_command() args (using %r).Nat Goodspeed
2009-10-22Fixed Mac build breaker: failing ln -s command.Nat Goodspeed
viewer_manifest.py has acquired new 'ln -s' commands to avoid duplicating shared .dylib files between the main Second Life app bundle and the embedded mac-updater and mac-crash-logger app bundles. Unfortunately, the second time I ran with these new commands, they failed because the target already existed. Added -f switch to make that case benign.