Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-10 | Expanded tabs in cmake files | palmer@945battery-guestB-224.lindenlab.com | |
2009-07-09 | Moveing around DLL copying to support building llcommon.dll and using ↵ | Mark Palange (Mani) | |
llcommon.dll while running unit tests. | |||
2009-07-08 | Added LLNotificationsListener to hook LLNotifications to the event system ↵ | brad kittenbrink | |
according to https://wiki.lindenlab.com/wiki/Incremental_Viewer_Automation/Event_API reviewed by palmer. | |||
2009-07-07 | Fix for crash when quitting due to mAppViewer being NULL. | brad kittenbrink | |
2009-07-07 | Oops, forgot to update the plugin loading code when I switched ↵ | brad kittenbrink | |
ll_plugin_start to take LLSD arguments. | |||
2009-07-07 | Added copying and packaging of apr dlls and llcommon.dll. | brad kittenbrink | |
2009-07-07 | Fixed loading the wrong eventhost dll name on windows. | brad kittenbrink | |
2009-07-02 | Fix disabling this-in-init-list warning | Nat@Hothead.lindenlab.com | |
2009-07-01 | Merged in windows LL_COMMON_API dll linkage fixes. | brad kittenbrink | |
2009-07-01 | Fixups for windows llcommon dll linkage errors that got dropped in the merge ↵ | brad kittenbrink | |
up to viewer-2.0.0-3 | |||
2009-07-01 | Merged in backout of setSetting listener. | brad kittenbrink | |
2009-07-01 | Merged in backout of setSetting listener. | brad kittenbrink | |
2009-07-01 | Backed out setSetting listener: changeset 3c9127748425 | brad kittenbrink | |
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-06-30 | Added loading of evenhost module to viewer. | brad kittenbrink | |
2009-06-30 | Added a new setSetting listener. | 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 | 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 SVN login-api-3 branch | Bryan O'Sullivan | |
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: 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 | 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 | 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: fix Linux-only missing #include (Linux-only reference to LLTrans) | Nat Goodspeed | |
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-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 | |
2009-06-21 | merge -r 124105-124625 skinning-13 -> viewer-2.0.0-3 | Steven Bennetts | |
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-06-20 | svn merge -r124872:124873 | Adam Moss | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.threefour-merge-1a QAR-1592 Merge of changes between 1.23 RC2 and 1.23 Final to trunk | |||
2009-06-19 | result of "svn merge -r123757:124890 ↵ | Paul Oppenheim | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/improve-unit-testing/iface-04" for QAR-1496 | |||
2009-06-11 | Merge with SVN trunk | Bryan O'Sullivan | |
2009-06-04 | Fix one more license, add indra/newview/tests to exported tree | Christian Goetze | |
2009-06-04 | Merge of QAR-1383 event-system-7 into trunk. | Brad Kittenbrink | |
svn merge -r 121797:121853 svn+ssh://svn.lindenlab.com/svn/linden/branches/merge-event-system-7 | |||
2009-05-29 | Merge with SVN trunk | Bryan O'Sullivan | |
2009-05-27 | DEV-31979: Introduce LLReqID, a class to help individual event API listeners | Nat Goodspeed | |
implement the ["reqid"] convention. This convention dictates that a response LLSD from each such API should contain a ["reqid"] key whose value echoes the ["reqid"] value, if any, in the request LLSD. Add LLReqID support to LLAresListener's "rewriteURI" service, LLSDMessage, LLCapabilityListener and LLXMLRPCListener. | |||
2009-05-22 | DEV-27646 dll linkage for login module. | Brad Kittenbrink | |
Ok, finally got this to a point where it doesn't break the build and I can check in. llcommon can be built as a shared library (disabled but can be enabled with cmake cache var LLCOMMON_LINK_SHARED. reviewed by Mani on tuesday (I still need to get his suggested changes re-reviewed) | |||
2009-05-22 | svn merge -r121194:121210 | Adam Moss | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.onetwo-merge-1 QAR-1531 viewer 1.23rc1+1.23rc2 merge to trunk | |||
2009-05-20 | Merge with SVN trunk | Bryan O'Sullivan | |