summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-08-29Add magic -D switch to work around OS X 10.5 bug in ucontext.hNat Goodspeed
2009-08-24Make setStartupState() fling events on "StartupState" LLEventPumpNat Goodspeed
2009-08-19Introduce LLUIListener, a new event API that doesn't directly correspond toNat Goodspeed
any existing C++ class. It calls named functions registered in the LLUICtrl:: CommitCallbackRegistry, thus supporting event-level access to any function you can specify with XUI's function= parameter=.
2009-08-19Wrap LLFloaterReg::toggleInstance() as well as showInstance() and ↵Nat Goodspeed
hideInstance(). Use toggleInstance() in testfloaters.py.
2009-08-14Merge changesNat Goodspeed
2009-08-14Wrap a subset of the LLFloaterReg API with an event APINat Goodspeed
2009-08-13Rewrite of app.config creation for compatibility with 3rd party staging ↵Mark Palange (Mani)
changes from login-api.
2009-08-13Merged in backout of packaging libgobject-2.0.so.brad kittenbrink
2009-08-13Backed out changeset 75ab7d14eace. libgobject-2.0.so should not be being ↵brad kittenbrink
packaged on linux.
2009-08-13Merged latest viewer-2.0.0-3 change up through svn r130333 into login-api.brad kittenbrink
2009-08-12reverting changes from 130124 - suspected cause of Mac crashes during login.Steven Bennetts
2009-08-12For DEV-37895 : New icons for outfit foldersLoren Shih
Icons existed already, but they were not added to textures.xml.
2009-08-12For DEV-37866 : Crash when creating a new look b/c of non-existent attachmentsLoren Shih
Simple fix -- added NULL check to logic that processes attachments.
2009-08-12svn merge -r129617:130277 ↵Loren Shih
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-5 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 For DEV-34223 : AVP Current Outfit Folder For DEV-37485 : AVP Appearance Side Panel For DEV-35335 : AVP Automatic Folder Classification This merges the Appearance Side Panel / Ensemble Typing / Current Outfit Folder work for the AVP team.
2009-08-12Add libgobject-2.0.so.0 to Linux packageNat Goodspeed
2009-08-12merge https://svn.aws.productengine.com/secondlife/export-from-ll@1277 ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-1@1297 -> viewer-2-0 Fixes: EXT 208 EXT 366 EXT-211 EXT-245 EXT-246 EXT-278 EXT-279 EXT-280 EXT-298 EXT-301 EXT-304 EXT-311 EXT-317 EXT-318 EXT-319 EXT-339 EXT-343 EXT-344 EXT-346 EXT-349 EXT-350 EXT-351 EXT-354 EXT-355 EXT-358 EXT-360 EXT-362 EXT-369 EXT-372 EXT-374 EXT-381 EXT-382 EXT-383 EXT-395 EXT-396 EXT-412 Other changes: Movement & Caemra controls work Profile and Me panel refactoring Notification refactoring
2009-08-11Add libllcommon.so to packaged/libNat Goodspeed
2009-08-11Add SHARED_LIB_STAGING_DIR to LD_LIBRARY_PATH for indra/test executable, as ↵Nat Goodspeed
with LLAddBuildTest
2009-08-11Merged in my latest work including improved version of DEV-35401 "doubleton" ↵brad kittenbrink
workaround and LLFloaterTOS post-merge fixups.
2009-08-11Better solution for fixing up the LLFloaterTOS callback after the last ↵brad kittenbrink
viewer-2.0.0-3 merge. LLFloaterTOS and LLLoginInstance now communicate through an event pump "lllogininstance_tos_callback". reviewed by Mani.
2009-08-11Fixed bogus "changed skin" notification when closing preferences.Steven Bennetts
2009-08-11svn merge -r 129543-130091 skinning-19 -> viewer-2.0.0-3Steven Bennetts
EXT-172 - adding non-unicode support for group name line_editor EXT-310 text was squished, moved things around so there was was more space between text blocks. EXT-313 "me" panel EXT-314 changed out arrow character for arrow art, added arrow art to textures.xml EXT-315 replaced word "mute" with "block" EXT-322 moved Use Chat Bubbles text box from _chat.xml to _advanced.xml EXT-323 killed some two items EXT-324 and EXT-322 removed small avatar names checkbox and added show chat bubbled checkbox EXT-330 Sidetray filter - text overlaps search icon inside textbox EXT-261 I18N: Labels in /character/avatar_lad.xml are not localizable EXT-392 Rearranged floater_inventory_items_properties.xml to match spec DEV-35897 Filters in sidebar remain active even after user has changed/closed tab DEV-36886 I18N: hardcoded currency format in panel_status_bar.xml/status/buycurrency DEV-36987 - Pressed states needed for widgets DEV-36795 Remove slurl tooltip from navigation bar location box DEV-37184 Move "Block List" out of topmenu and make a button in Prefs > Privacy
2009-08-11extend alpha mask calculation to GL_UNSIGNED_INT_8_8_8_8 and ↵Xiaohong Bao
GL_UNSIGNED_INT_8_8_8_8_REV. also fix EXT-389: clean up warnings: Cannot analyze alpha for image with format type 8035.
2009-08-11EXT-260 - I18N: the term 'Geek' is hard to translateSteven Bennetts
EXT-404 - Make Debug and Develop menus based on QAMode Test: * Advanced menu should be toggled based on ctrl-alt-D (as before) * 'Advanced > Debug (QA) Mode' (ctrl-alt-Q) should now toggle the Advanced and Debug menus * God Mode (ctrl-alt-G to enable, ctrl-shift-G to disable) should toggle the 'Admin' menu, but *only* when the 'Advanced' menu is visible
2009-08-11DEV-35969 - notecards opened from object inventory are blankSteven Bennetts
Also changed notecard previews to only have a "Save" button; "Keep/Discard" behavior has been deprecated.
2009-08-10Small change to disable echoing chat and IM to the "console" (2d text ↵Steven Bennetts
overlay in the 3D window) in 2.0.
2009-08-10EXT-5 - 'Press ESC' doesn't leave mouselook modeSteven Bennetts
2009-08-07Command: Merging from ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra, revision 1245 to https://svn.aws.productengine.com/secondlife/pe/stable-1/indra, revision 1246 into P:\svn\viewer-2-0\latest\indra, ignoring ancestry * EXT-277 - Modifications to the Location Bar Context Menu * EXT-252 - /whisper, /shout * EXT-254 - IM chiclet counter * EXT-267 - 'Status' drop-down menu doesn't drop in the Side tray / Me panel * EXT-298 - Update Places Panel Spec to reflect latest Create Landmark format * EXT-278 - Input Field History should display human readable names * EXT-317 - Avatar profile isn't opened in the sidetray as Profile Info panel when selecting an avatar in the search * Changes to notification tips * Changes to movement and camera controls * Side Tray functionality additions and code cleanup
2009-08-07EXT-295 - Added script to generate application config file. Reviewed by PoppyMark Palange
2009-08-06Merged in partial rollback of LLFloaterTOS post-merge fixes.brad kittenbrink
2009-08-06Backed out changeset bfb246df4655: rolling back LLFloaterTOS post-merge ↵brad kittenbrink
fixups because they didn't work on linux.
2009-08-06Add on-demand allocation of LLSingletonRegistry::sSingletonMap so we don't ↵brad kittenbrink
rely on static initialization order. reviewed by nat.
2009-08-06Fix for lllogin_tests crash on shutdown.brad kittenbrink
RegisterFlush destructor was dereferencing a dangling reference to the mainloop EventPump which had already been destructed.
2009-08-06Merge of my DEV-36732 work and all the main line login api work that went on.Palmer
2009-08-06DEV-36732Palmer
Total time of frame saved Reviewed by Brad
2009-08-05Merged in my DEV-35401 "doubleton" fix.brad kittenbrink
2009-08-05Merged my latest viewer-2.0.0-3 merge and LLLoginInstance/LLFloaterTOS ↵brad kittenbrink
fixups with Nat's mac work.
2009-08-05Fixups after the latest merge with viewer-2.0.0-3. Updated LLLoginInstance ↵brad kittenbrink
to use the new LLFloaterReg way of getting hold of floaters.
2009-08-05Attemt at fixing "doubleton" problems across shared lib boundaries. ↵brad kittenbrink
Singletons now keep their SingletonInstaceData in a big global map in the llcommon module.
2009-08-05Merge recent changesNat Goodspeed
2009-08-05DEV-34837: Remove dependency on Leopard-only ↵Nat Goodspeed
/usr/local/lib/libexpat.0.1.0.dylib. On Mac, add libexpat[.0.5.0].dylib to apr_suite package. Update libapr-1[.0.3.7].dylib and libaprutil-1[.0.3.8].dylib with versions that reference this expat. Make viewer_manifiest.py copy expat dylib to app bundle.
2009-08-05merge -r 129526 skinning-19 -> viewer-2.0.0-3Steven Bennetts
Cherry pick a fix to enable IM windows.
2009-08-05EXT-316 Enable the Viewer to generate calling cards for any agentSteven Bennetts
Added code to store agent ID in the description field of calling cards so that we can use them to store user generated contacts. Currently enabled as a context menu for avatars (just for initial testing). reviewed by richard
2009-08-04Removed reference to deleted header file.brad kittenbrink
2009-08-04Fix for a crash bug on login after clearing the cache.Steven Bennetts
2009-08-04Merged in latest viewer-2.0.0-3 up through svn r129410. LLFloaterTOS needs ↵brad kittenbrink
some post-merge cleanup.
2009-08-04Merged my big mondo merge and boost package changes with nat's DEV-34837 work.brad kittenbrink
2009-08-04Fixed missing newline at end of llappviewer.cpp for linux build.brad kittenbrink
2009-08-04DEV-34837: Allow Mac SL executable to find libllcommon.dylib in app bundle'sNat Goodspeed
Resources subdir without requiring user to explicitly set DYLD_LIBRARY_PATH. Engage the SHARED_LIB_STAGING_DIR mechanism for Mac as well as Windows and Linux so unit-test executables, too, can find libllcommon.dylib. Perform the POST_BUILD copy of libllcommon.dylib to SHARED_LIB_STAGING_DIR everywhere but Windows -- but make it conditional on SHARED_LIB_STAGING_DIR.
2009-08-04fix for broken buildRichard Nelson