Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-02 | DEV-39355 Remove ctrl-alt-V shortcut for View Admin Options | Brian McGroarty | |
2009-09-02 | On Mac, move SLPlugin executable to the same directory as the viewer executable. | Nat Goodspeed | |
Change LLDir_Mac::getLLPluginLauncher() to look in the viewer's executable dir instead of in the plugins dir. Change viewer_manifest.py's DarwinManifest.construct() to put SLPlugin in the new location. SLPlugin is being linked with our new libllcommon.dylib, which self-identifies as being findable via @executable_path/../Resources/libllcommon.dylib. This doesn't work from the Resources/llplugin subdir -- the above relative path ends up looking in the nonexistent Resources/Resources subdirectory. Putting SLPlugin in the Contents/MacOS directory with the viewer executable solves the problem. | |||
2009-09-02 | DEV-38453 (part 1) | Ramzi Ramey | |
- need to refer to the correct button in the help text for new Pref > Graphics layout - need to rename nodes in Pref > General that have the OPPOSITE meaning as viewer 1.23; we intentionally want to disconnect these from their prior, opposite translation | |||
2009-09-02 | Update XUI for Me Pick Info and Me Edit Edit Pick Info panels in sidetray to ↵ | Kurt Stauffacher | |
match updated style guide. EXT-805 | |||
2009-09-02 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1516 https://svn.aws.productengine.com/secondlife/pe/stable-2@1526 -> viewer-2.0.0-3 * Bugs: EXT-622 EXT-702 EXT-626 EXT-638 EXT-600 EXT-543 EXT-656 EXT-801 * New Dev: EXT-282 EXT-782 EXT-694 EXT-797 EXT-798 EXT-799 EXT-453 | |||
2009-09-02 | Made floater_media_browser.xml a single instance. | Steven Bennetts | |
2009-09-01 | Fix up some more post-merge breakage. | brad kittenbrink | |
2009-09-01 | Try double-quoting backslashes | CG Linden | |
2009-09-01 | Merge whitespace-only changes | Nat Goodspeed | |
2009-09-01 | RunBuildTest.cmake definitely needs the separate_arguments() command, else | Nat Goodspeed | |
when you pass in a command string with command-line arguments, RunBuildTest.cmake attempts to search for a program whose filename is the entire command line. Uncommented separate_arguments(). Added SHARED_LIB_STAGING_DIR to LL_ADD_INTEGRATION_TEST LD_LIBRARY_PATH. | |||
2009-09-01 | Use rev numbers instead of changeset IDs for now. | Bryan O'Sullivan | |
2009-09-01 | DEV-39252 fix duplicate name= elements in the EN xui. This breaks ↵ | Ramzi Ramey | |
localization, please dont do it. | |||
2009-09-01 | Patch in some other useful scripts from trunk. | Bryan O'Sullivan | |
2009-09-01 | Merge with SVN viewer-2.0.0-3 branch | Bryan O'Sullivan | |
2009-09-01 | Trivial commit for hg import purposes | Bryan O'Sullivan | |
2009-09-01 | Sync up with a number of SVN changes that snuck in via weird merges | Bryan O'Sullivan | |
2009-09-01 | Fixups for eol-style copy pasta... | brad kittenbrink | |
2009-09-01 | Fixup for closing paren dropped in the merge. | brad kittenbrink | |
2009-09-01 | Merged login-api with viewer-2.0.0-3 up through r132290. | brad kittenbrink | |
2009-09-01 | Merged in nat's ucontext fix on osx 10.5. | brad kittenbrink | |
2009-09-01 | Also quite the backslashes in the argument for the sign command | CG Linden | |
2009-09-01 | DEV-34522: [COMMENTS ONLY] clean up comments about (formerly) disabled tests | Nat Goodspeed | |
2009-08-31 | Quote any backslashes so they get preserved when invoking python. | CG Linden | |
2009-09-01 | Fix syntax error introduced by your's truely into develop.py | Christian Goetze | |
2009-08-31 | Fix syntax error in viewer_manifest.py | CG Linden | |
2009-09-01 | EXT-791 - Add "Pause Agent" option to the Debug > Network menu | Steven Bennetts | |
2009-09-01 | Add retry logic on certain exit codes | Christian Goetze | |
2009-08-31 | Attempt to invoke the code signer differently | CG Linden | |
2009-08-31 | Post-merge cleanups (ported llstartup.cpp changes to where the surrounding ↵ | brad kittenbrink | |
code has been moved to in LLLoginInstance and LLAppViewer) | |||
2009-08-31 | Updated Me Profile and spec generated by 80/20. Removed Edit options for ↵ | Kurt Stauffacher | |
public profile display. Description of task in EXT-770 | |||
2009-08-31 | Removed some final dependencies to Awesomium and Flash ActiveX (mostly ↵ | Sam Kolb | |
porting over Callum's change: r132166) DEV-39138 build process on parabuild fails due to missing flash activex plugin | |||
2009-08-31 | Post-merge cleanups (adding LL_COMMON_API declarations) | brad kittenbrink | |
2009-08-31 | Post-merge cleanups (stage_third_party_libs is the new copy_win_libs) | brad kittenbrink | |
2009-08-31 | EXT-785 Remove old art resources from viewer | Erica Olsen | |
2009-08-31 | Fix up some post-merge breakage. | Bryan O'Sullivan | |
2009-08-31 | Merge with trunk | Bryan O'Sullivan | |
2009-08-31 | Port over the new build scripts from para-test, tweek update_version_files ↵ | CG Linden | |
to use the repo revision number for now. | |||
2009-08-31 | sheesh, finish(?) gutting the flash stuff out of DEV-31438 | Adam Moss | |
2009-08-31 | Updated Me Profile and Me Edit Profile xml files to match new spec generated ↵ | Kurt Stauffacher | |
by 80/20. Description of task in EXT-770 | |||
2009-08-31 | svn merge -r130875:131962 ↵ | Adam Moss | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05_newllqtwebkit DEV-31438 Rename LLMozLib (Qt/WebKit) to something else - LLQtWebKit | |||
2009-08-31 | Standardized layouts, changed commitment model labels to ok/cancel, ↵ | Erica Olsen | |
modernized advanced floaters. | |||
2009-08-29 | Add magic -D switch to work around OS X 10.5 bug in ucontext.h | Nat Goodspeed | |
2009-08-29 | Partial merge of: viewer-2.0.0-3@131138 texture-pipeline-3@131862 -> ↵ | Steven Bennetts | |
viewer-2.0.0-3 Includes: * DEV-31909 VWR-13251: Revise lscript_library.cpp to allow localization of LSL editor hovertips * DEV-21938 llSHA1String does not appear where expected in the dropdown "Insert" menu in the LSL editor * Some cleanup to llerror so that it doesn't depend on llfixedbuffer * A few misc. server specific changes not related to the texture-pipeline changes (llapp, lloptioninterface) | |||
2009-08-29 | EXT-729 - moved XML from menu_minimap.xml to menu_mini_map.xml and deleted ↵ | Steven Bennetts | |
menu_minimap.xml (translations all have menu_mini_map.xml) | |||
2009-08-29 | EXT-614 Object inventory does not update to show inventory created or placed ↵ | Steven Bennetts | |
in the object. Reviewed by: Seraph | |||
2009-08-29 | svn merge -r 132139:132140 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-5 In the webkit plugin, don't try to load web browser plugins except on Windows. The flash plugin on the Mac crashes the webkit plugin when running under xcode. | |||
2009-08-28 | svn merge -r 1490-1500 https://svn.aws.productengine.com/secondlife/pe/stable-2 | Steven Bennetts | |
Bug Fixes: * EXT-637 EXT-595 Dev work: * EXT-694 QA: * Be sure feature works on other locales Known issues: * If old Calling Card of person who presents in the friend list is removed - "Do you want to remove ..." dialog is shown, if old Calling Card of non-friend is removed it is removed in the old way without any alerts. * It is possible to create 2 deep level subfolders under the Calling Cards/Friends/ subfolders. This should be disabled due to Accordion does not support tree hierarchy. * If friendship is removed when agent is offline, Friend Card is not removed from Inventory. | |||
2009-08-28 | svn merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1480 https://svn.aws.productengine.com/secondlife/pe/stable-2@1489 -> viewer-2.0.0-3 * EXT-97 EXT-576 EXT-593 EXT-613 EXT-649 EXT-697 EXT-707 EXT-708 EXT-726 EXT-737 | |||
2009-08-28 | Updated eol properties on .xml files | Steven Bennetts | |
Added test_apps to ignore list | |||
2009-08-28 | DEV-38596: Introduce Mani's LL_ADD_INTEGRATION_TEST macro. | Nat Goodspeed | |
LL_ADD_INTEGRATION_TEST supports tests that may require linking against one or more Linden libraries, or that should be executed with a wrapper script. Use this to test lllazy.cpp, llsdmessage.cpp and llcapabilitylistener.cpp. |