Commit Graph

1812 Commits (1d4d4fec00aacb1e1e00a4f60a6af4d8ed3b8bde)

Author SHA1 Message Date
Richard Nelson 3c956af81c DEV-35121 when taking a snapshot without UI, use full window to render world. This solves black bars while logging in problem
merge -r 126570 skinning-15 viewer-2.0.0-3

reviewed by Austin
2009-07-09 01:05:44 +00:00
Austin Doupnik 394b28ce77 DEV-35112 Renamed colors_def.xml to colors.xml. Reviewed by Richard. 2009-07-09 00:59:52 +00:00
brad kittenbrink 4fc52d1341 Fix for errors intializing the locale on unrecognized versions of windows (like windows 7) 2009-07-08 16:30:24 -07:00
Austin Doupnik 163f89d77f DEV-34748 Moved logic for setting inspection tools from construction to onOpen for LLFloaterInspect. Reviewed by Richard. 2009-07-08 22:36:39 +00:00
Austin Doupnik ea1196cf01 Gave width attributes to ZoomDirect, Cursor3D, and AutoLeveling options in the joystick setup floater. 2009-07-08 20:27:45 +00:00
brad kittenbrink 429bd9b55c Added LLNotificationsListener to hook LLNotifications to the event system according to https://wiki.lindenlab.com/wiki/Incremental_Viewer_Automation/Event_API
reviewed by palmer.
2009-07-08 12:07:31 -07:00
Steven Bennetts f26f7e3e29 merge -r 889-936 https://svn.aws.productengine.com/secondlife/pe/stable/ -> viewer-2-0
Also:
* Moved media remote shortcut to Communicate menu
* Changed mini map menu to toggle instead of show
2009-07-08 05:19:19 +00:00
brad kittenbrink 1f9a6f3bdc Fix for crash when quitting due to mAppViewer being NULL. 2009-07-07 18:09:45 -07:00
brad kittenbrink abcc37e4ca Oops, forgot to update the plugin loading code when I switched ll_plugin_start to take LLSD arguments. 2009-07-07 18:08:15 -07:00
James Cook c5d100a9e4 EXT-133 Crash when teleporting from "About Landmark" dialog. If the dialog was closed before the simulator returned information about the land parcel, LLRemoteParcelRequestResponder would dereference a null observer/panel pointer. Introduced into viewer-2.0.0-2 revision 124991 from Product Engine merge, see https://svn.lindenlab.com/viewvc/viewvc.cgi/linden/branches/viewer/viewer-2.0.0-2-pe/indra/newview/llremoteparcelrequest.cpp?r1=124880&r2=124881&pathrev=124881&limit_changes=100 Reviewed with Richard. 2009-07-08 00:05:02 +00:00
brad kittenbrink 31cdebe201 Added copying and packaging of apr dlls and llcommon.dll. 2009-07-07 16:04:23 -07:00
brad kittenbrink bfdc9779c6 Fixed loading the wrong eventhost dll name on windows. 2009-07-07 14:57:25 -07:00
Don Kjer a05617a654 svn merge -r 126003:126087 svn+ssh://svn/svn/linden/qa/light-texture-params/light-texture-params-2 into trunk 2009-07-07 18:30:20 +00:00
James Cook b2052d69d6 About Second Life now works from the login screen, floater name was incorrectly specified. Not reviewed. 2009-07-07 18:22:43 +00:00
James Cook 676c829202 DEV-34433 Put "About Second Life" back directly under "Help" to make it more discoverable. Not reviewed. 2009-07-07 18:13:41 +00:00
Jiao Li 9eeda70f12 DEV-34720 Mute all
DEV-34721  "Streaming Media" checkbox
DEV-34723  Mouse sensitivity slider
Reviewed by James
2009-07-07 10:27:50 +00:00
Adam Moss 541e0b1dfc cherrypicking the fix for linux startup issue DEV-33209 - the bug has percolated
around for so long without the fix that I can't stand it any longer.

svn merge -c123659
svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-viewer/maint-viewer-15-sandbox-3
2009-07-07 10:23:45 +00:00
Jiao Li 474fdccc2a make right-side ^^ chevron button and mail icon button spawn a dialog saying "not implement yet" or some such
Reviewed by James
2009-07-07 08:55:15 +00:00
James Cook a4eef8ee55 Fix Linux build - failing due to warning about S32/float conversion 2009-07-07 04:11:41 +00:00
James Cook 52aeaa3284 Merge skinning-14 to viewer-2, including refactoring many floaters to register them with LLFloaterReg, support for introspection of ParamBlock based UI widgets to dump XML schema, splitting llfolderview.cpp into three separate files to unravel dependencies and skeleton for for LLListView widget. Resolved conflicts in these files:
lldraghandle.h, lluictrl.h, llchiclet.cpp, llfolderview.h/cpp, lliinventorybridge.cpp, llpanelpicks.cpp, llviewermenu.cpp, floater_mute.xml, floater_preferences.xml, notifications.xml, panel_preferences_audio.xml, panel_preferences_graphics1.xml, panel_region_general.xml
svn merge -r124961:126284 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-14
2009-07-07 00:53:05 +00:00
Xiaohong Bao 2c722655bd fix for DEV-34094: texture console stats are obscured by the loading textures 2009-07-06 23:47:11 +00:00
James Cook d6101558a1 Merge xui-army-5 to viewer-2, includes layout, art, and color changes, also UI color refactoring and new FreeType font library on Linux.
svn merge -r126038:126164 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army-5
2009-07-06 21:58:04 +00:00
Nat@Hothead.lindenlab.com 9622b2463b Reconcile Brad's changes 2009-07-02 14:54:16 -04:00
Nat@Hothead.lindenlab.com 989b3dd280 Fix disabling this-in-init-list warning 2009-07-02 14:48:09 -04:00
brad kittenbrink c1d59f0260 Windows now links to shared apr when LLCOMMON_LINK_SHARED is on. 2009-07-02 14:40:05 -04:00
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