Commit Graph

39337 Commits (405f5c879c44f32635dcb94de2c7dfb9e4a8673a)

Author SHA1 Message Date
brad kittenbrink 71405876b2 Updated apr_suite library package to include dll versions of apr as well. 2009-07-02 12:56:55 -04:00
Steven Bennetts 39905b927d merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@873 https://svn.aws.productengine.com/secondlife/pe/stable@888 -> viewer-2.0.0-pe-4 2009-07-02 00:38:13 +00:00
brad kittenbrink 8b3cd39a45 Merged in windows LL_COMMON_API dll linkage fixes. 2009-07-01 19:03:31 -04:00
brad kittenbrink f94d959e84 Fixups for windows llcommon dll linkage errors that got dropped in the merge up to viewer-2.0.0-3 2009-07-01 19:02:42 -04:00
brad kittenbrink 7e35f97144 Merged in backout of setSetting listener. 2009-07-01 18:51:24 -04:00
brad kittenbrink e17078810b Merged in backout of setSetting listener. 2009-07-01 18:49:03 -04:00
brad kittenbrink b082b5c9de Backed out setSetting listener: changeset 3c9127748425 2009-07-01 18:47:48 -04:00
Nat Goodspeed f68d3de949 Reconcile with Brad's changes before push 2009-07-01 17:55:03 -04:00
Bryan O'Sullivan 4e43e20680 Merge with SVN trunk 2009-07-01 12:54:08 -07:00
Nat Goodspeed dc93fe6cc6 DEV-31980: Wrap LLViewerWindow::saveSnapshot() with an event API.
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 13:42:15 -04:00
Nat Goodspeed ca798b4fb2 DEV-31980: provide a way to retrieve LLDispatchListener's tweaked LLEventPump name 2009-07-01 13:35:28 -04:00
Christian Goetze e588d1f284 svn merge -r125825:125901 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1654
QAR-1654 merge completed.
2009-07-01 00:22:05 +00:00
brad kittenbrink 7c1742ec7d Added hack for fetching eventlet in place of svn:externals. 2009-06-30 19:12:39 -04:00
Austin Doupnik 687cff0eb8 [EXT-68] Fixed dynamic_cast on partially destroyed object bug that was breaking menu branching. 2009-06-30 21:34:46 +00:00
brad kittenbrink df9a52cd2e Added loading of evenhost module to viewer. 2009-06-30 12:08:43 -04:00
brad kittenbrink a14a19e33a Added a new setSetting listener. 2009-06-30 12:08:24 -04:00
brad kittenbrink 726ac3ed0f Fixes to let llcommon build as a .dylib. It depends on PTH library. 2009-06-30 11:52:00 -04:00
brad kittenbrink db7b4bb3f8 Fix for mismatched cmake if/endif pairs in llwindow/CMakeLists.txt 2009-06-29 16:02:36 -04:00
brad kittenbrink 50c40dd72e Merged my latest eventhost changes with tip/latest viewer-2.0.0-3. 2009-06-29 15:52:24 -04:00
Bryan O'Sullivan 87918b4bfe Merge with viewer-2.0.0-3 2009-06-29 11:43:20 -07:00
Xiaohong Bao cb8641a639 fix for DEV-27483/SEC-283: Viewer crash: LLXform::setParent Creating loop when setting parent 2009-06-27 01:05:56 +00:00
Kyle Ambroff 6f613fb70f Fix broken Linux server build.
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 23:47:36 +00:00
brad 6da0725c3b Moved LLAPRSockStream out of llcommon into eventhost module so I can reenable its tests in the new world order. 2009-06-26 15:10:53 -04:00
Palmer Truelson e2655d4c4b DEV-34569
new --nonotifications command line option for automated testing

Reviewed by Q
2009-06-26 12:17:35 +00:00
James Cook 572ee5c9db DEV-34488 Can not save script to a prim. Underlying issue was LLPreview 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 18:41:04 +00:00
Bryan O'Sullivan b74af1c2aa Merge with trunk 2009-06-25 11:19:31 -07:00
Bryan O'Sullivan 9c394b3aae Ignore distcc state directory 2009-06-25 11:19:00 -07:00
Bryan O'Sullivan 7aec119d84 Merge with SVN login-api-3 branch 2009-06-25 11:12:51 -07:00
Nat Goodspeed c5368c6368 Fix remaining Mac build errors 2009-06-25 09:49:24 -04:00
Nat Goodspeed 0bfef92889 Mercurial build: minor tweaks to fix some Mac build errors 2009-06-24 22:42:59 -04:00
Mark Palange (Mani) fc9912070b two more llstartup.cpp merge issues. 2009-06-24 18:19:23 -07:00
Mark Palange (Mani) ba292920f0 Commiting merged llstartup.cpp, again? 2009-06-24 17:24:16 -07:00
Loren Shih a00af78b95 merge -r125267:125272 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 21:36:42 +00:00
Nat Goodspeed 70d99b2528 DEV-31980: remove cruft from lleventdispatcher.h 2009-06-24 16:25:33 +00:00
Christian Goetze 7e84d9125e Fix Mac Build 2009-06-24 15:13:53 +00:00
Nat Goodspeed da46eb9e7e DEV-31980: Extend LLEventDispatcher to handle const as well as non-const
methods. Introduce LLAppViewerListener based on LLDispatchListener,
instantiate a static one in llappviewer.cpp. Initial implementation only
supports ["op"] == "requestQuit".
2009-06-24 01:54:57 +00:00
Mark Palange (Mani) 33c230b46d A few more merge error fixes. 2009-06-23 18:29:59 -07:00
Mark Palange (Mani) 9b86d4c12f Removed conflict markers (ie. <<<<<<<) in llmessage/CMakeLists.txt
Copied snprintf declaration in llstring from login-api-3
2009-06-23 17:58:51 -07:00
Mark Palange ad1ecb126b QAR-1619 Fixing linux build error re: llui_libtest linkage 2009-06-24 00:54:30 +00:00
James Cook 2ce76c7ed4 Set correct svn:eol-style native on XML files, converted several files to use consistent line feeds (had ^M after first header line). Not reviewed. 2009-06-23 23:32:39 +00:00
James Cook 68da2bdfee Merge build patch for Linux server builds from xui-army. I believe this 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 22:54:48 +00:00
Nat Goodspeed 85e326e7c7 Resolve merge 2009-06-23 18:24:41 -04:00
Nat Goodspeed 07a05e2c0a Incomplete attempt to clean up Mercurial branch build 2009-06-23 18:16:57 -04:00
James Cook fe487f46e3 Fixed a bunch of missing includes and forward declares. I was trying to 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 21:59:31 +00:00
Nat Goodspeed 91667335ce QAR-1619: For some reason the LLWindowMesaHeadless constructor omitted the
LLWindowCallbacks* parameter passed by its consumer and required by the
base-class LLWindow constructor.
2009-06-23 21:31:09 +00:00
Nat Goodspeed 0ea53e0de4 QAR-1619: make assemblies/3rd_party_libs/linux64/boost.txt reference .a libs
that are actually present.
Update linux and linux64 boost tarballs with previous Windows, Mac patch.
2009-06-23 20:51:27 +00:00
Nat Goodspeed d4330d3396 QAR-1619: fix Linux-only missing #include (Linux-only reference to LLTrans) 2009-06-23 20:20:01 +00:00
palange@becane.lindenlab.com fae273975b Fixed an "ADD_BUILD_TEST" leftover from the initial merge. 2009-06-23 11:29:55 -07:00
Bryan O'Sullivan d01e9ccb75 Fix up some mismerged pieces of install.xml 2009-06-22 16:27:24 -07:00
Bryan O'Sullivan 5d7992d249 Switch to new unit test infrastructure 2009-06-22 16:05:57 -07:00