Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-01 | Reconcile with Brad's changes before push | Nat Goodspeed | |
2009-07-01 | DEV-31980: Wrap LLViewerWindow::saveSnapshot() with an event API. | Nat Goodspeed | |
Add LLViewerWindowListener per Incremental_Viewer_Automation/Event_API. Add LLViewerWindowListener pointer to LLViewerWindow, and initialize in ctor. Add llviewerwindowlistener.{h,cpp} to newview/CMakeLists.txt. | |||
2009-07-01 | DEV-31980: provide a way to retrieve LLDispatchListener's tweaked ↵ | Nat Goodspeed | |
LLEventPump name | |||
2009-06-30 | Added hack for fetching eventlet in place of svn:externals. | brad kittenbrink | |
2009-06-30 | Added loading of evenhost module to viewer. | brad kittenbrink | |
2009-06-30 | Added a new setSetting listener. | brad kittenbrink | |
2009-06-30 | Fixes to let llcommon build as a .dylib. It depends on PTH library. | brad kittenbrink | |
2009-06-29 | Fix for mismatched cmake if/endif pairs in llwindow/CMakeLists.txt | brad kittenbrink | |
2009-06-29 | Merged my latest eventhost changes with tip/latest viewer-2.0.0-3. | brad kittenbrink | |
2009-06-29 | Merge with viewer-2.0.0-3 | Bryan O'Sullivan | |
2009-06-27 | fix for DEV-27483/SEC-283: Viewer crash: LLXform::setParent Creating loop ↵ | Xiaohong Bao | |
when setting parent | |||
2009-06-26 | Fix broken Linux server build. | Kyle Ambroff | |
llwindow refactoring in skinning-7 r117641 added dependency on LLWindowCallbacks in llwindowheadless, which was not being built for server only builds. * Include llwindowcallbacks.cpp in all llwindow builds. * Do not link with libatk and libsdl for server linux builds, since they are not needed and only packaged for the viewer. Reviewed with James. | |||
2009-06-26 | Moved LLAPRSockStream out of llcommon into eventhost module so I can ↵ | brad | |
reenable its tests in the new world order. | |||
2009-06-26 | DEV-34569 | Palmer Truelson | |
new --nonotifications command line option for automated testing Reviewed by Q | |||
2009-06-25 | DEV-34488 Can not save script to a prim. Underlying issue was LLPreview ↵ | James Cook | |
holding two member variables mObjectUUID and mObjectID. mObjectID was null for scripts. It appears to be used only for notecards (?), so I converted it to mNotecardObjectID and switched references to point to mObjectUUID. Renamed one other variable to mSaveObjectID for clarity. Removed unnecessary include files and de-inlined a couple functions because I was there. Reviewed with Steve. | |||
2009-06-25 | Merge with trunk | Bryan O'Sullivan | |
2009-06-25 | Ignore distcc state directory | Bryan O'Sullivan | |
2009-06-25 | Merge with SVN login-api-3 branch | Bryan O'Sullivan | |
2009-06-25 | Fix remaining Mac build errors | Nat Goodspeed | |
2009-06-24 | Mercurial build: minor tweaks to fix some Mac build errors | Nat Goodspeed | |
2009-06-24 | two more llstartup.cpp merge issues. | Mark Palange (Mani) | |
2009-06-24 | Commiting merged llstartup.cpp, again? | Mark Palange (Mani) | |
2009-06-24 | merge -r125267:125272 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-links__merge__viewer2.0.0-3-r125202 to svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 | |||
2009-06-24 | DEV-31980: remove cruft from lleventdispatcher.h | Nat Goodspeed | |
2009-06-24 | Fix Mac Build | Christian Goetze | |
2009-06-24 | DEV-31980: Extend LLEventDispatcher to handle const as well as non-const | Nat Goodspeed | |
methods. Introduce LLAppViewerListener based on LLDispatchListener, instantiate a static one in llappviewer.cpp. Initial implementation only supports ["op"] == "requestQuit". | |||
2009-06-23 | A few more merge error fixes. | Mark Palange (Mani) | |
2009-06-23 | Removed conflict markers (ie. <<<<<<<) in llmessage/CMakeLists.txt | Mark Palange (Mani) | |
Copied snprintf declaration in llstring from login-api-3 | |||
2009-06-24 | QAR-1619 Fixing linux build error re: llui_libtest linkage | Mark Palange | |
2009-06-23 | Set correct svn:eol-style native on XML files, converted several files to ↵ | James Cook | |
use consistent line feeds (had ^M after first header line). Not reviewed. | |||
2009-06-23 | Merge build patch for Linux server builds from xui-army. I believe this ↵ | James Cook | |
fixes the "llui_libtest -lllui not found" build error. Merging revisions 123378-123379 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army into G:\viewer-2-0-link\latest, respecting ancestry | |||
2009-06-23 | Resolve merge | Nat Goodspeed | |
2009-06-23 | Incomplete attempt to clean up Mercurial branch build | Nat Goodspeed | |
2009-06-23 | Fixed a bunch of missing includes and forward declares. I was trying to ↵ | James Cook | |
benchmark with precompiled headers off, but we'll have to do a bunch more cleanup before it's possible to disable that feature cleanly. Not reviewed. | |||
2009-06-23 | QAR-1619: For some reason the LLWindowMesaHeadless constructor omitted the | Nat Goodspeed | |
LLWindowCallbacks* parameter passed by its consumer and required by the base-class LLWindow constructor. | |||
2009-06-23 | QAR-1619: make assemblies/3rd_party_libs/linux64/boost.txt reference .a libs | Nat Goodspeed | |
that are actually present. Update linux and linux64 boost tarballs with previous Windows, Mac patch. | |||
2009-06-23 | QAR-1619: fix Linux-only missing #include (Linux-only reference to LLTrans) | Nat Goodspeed | |
2009-06-23 | Fixed an "ADD_BUILD_TEST" leftover from the initial merge. | palange@becane.lindenlab.com | |
2009-06-22 | Fix up some mismerged pieces of install.xml | Bryan O'Sullivan | |
2009-06-22 | Switch to new unit test infrastructure | Bryan O'Sullivan | |
2009-06-22 | Merge with trunk | Bryan O'Sullivan | |
2009-06-22 | Merge with SVN trunk | Bryan O'Sullivan | |
2009-06-22 | Python 2.4 and 2.6 improvements | Bryan O'Sullivan | |
The sets module is no longer needed with Python 2.4, and causes a DeprecationWarning with 2.6, so drop it The md5 module causes a DeprecationWarning with 2.6, so try to import hashlib (its replacement) instead, else fall back Reviewed by Poppy. | |||
2009-06-22 | Merge with trunk | Bryan O'Sullivan | |
2009-06-22 | Merge with viewer-2.0.0-3 branch | Bryan O'Sullivan | |
2009-06-22 | Merge with SVN trunk | Bryan O'Sullivan | |
2009-06-22 | QAR-1383: convert new uses of Boost.Signals (arriving from other branches) to | Nat Goodspeed | |
Boost.Signals2 like the rest of the event-system-n code. | |||
2009-06-22 | trivial comment fixes for typos that were bugging me... | Adam Moss | |
2009-06-21 | Modified RecordToChatConsole to not construct LLFloaterChat if it doesn't ↵ | Steven Bennetts | |
already exist to avoid recursive floater construction. | |||
2009-06-21 | Fixed a shutdown crash. | Steven Bennetts | |