Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Steve Bennetts b8ce05ed08 merge 2009-10-22 13:10:59 -07:00
James Cook a464d46970 EXT-1651 Fix "You cannot close the Buy Land window" error message that prevents buying land more than once per login session.
Made LLFloaterBuyLandUI destroy itself on close, which cleans up pending currency transactions.
Changed LLViewerParcelMgr::deleteBuyInfo() signature because I found it confusing.
Reviewed with Richard.
2009-10-22 12:15:53 -07:00
Neal Orman e5484e56b3 EXT-1784 Server getting spammed whenever you put on a wearable
Made an adjustment to ignore remove requests on items that don't exist, to avoid the extra messages to the server.
Also made a couple of adjustments to ensure removal of alpha masks and tattoos along with other wearable types.
Added these code points to the wiki page detailing what modifications need to be made when adding a new wearable type:
https://wiki.lindenlab.com/wiki/User:Vir#Adding_new_wearables

Code reviewed by Seraph.
2009-10-22 18:29:52 +00:00
Leyla Farazha 8f890c85c3 EXT-356 Tab Height background needs to be settable per instance
now we have first, middle, last tab art
reviewed by richard
2009-10-22 17:16:24 +00:00
callum b680aaf61d Changes to add WM_DROP messages 2009-10-22 10:13:51 -07:00
Nat Goodspeed f58857824e Fixed Mac build breaker: failing ln -s command.
viewer_manifest.py has acquired new 'ln -s' commands to avoid duplicating
shared .dylib files between the main Second Life app bundle and the embedded
mac-updater and mac-crash-logger app bundles. Unfortunately, the second time I
ran with these new commands, they failed because the target already existed.
Added -f switch to make that case benign.
2009-10-22 10:40:27 -04:00
Nat Goodspeed 0dce9862d2 Fix broken test compile.
It looks as though someone tried to reactivate the skip()ped test by replacing
"google.com" with "linux.org" and deleting the skip() call. Unfortunately the
edit went wrong: the instance of "google.com" in the skip() call was replaced,
and the line declaring hostStr = "google.com" was deleted. Removing the local
hostStr variable broke the compile. (Possible merge glitch?)
On the above assumption, I commented out the skip() call, reinstated the
hostStr declaration and replaced "google.com" with "linux.org" therein.
2009-10-22 10:37:57 -04:00
Lynx Linden 4c4da8aca2 Fix the Mac and Linux build after llwearable breakage. Needed to add
an explicit include for LLViewerFetchedTexture because it's used for
a template specialization, and fixed LLLocalTextureObject constructor
to take a const LLUUID reference so locals can be passed.
2009-10-22 12:22:06 +01:00
Steven Bennetts eda3c6386e Deleted some files that were deleted by PE but missed during merges.
Added some missing licensing info.
2009-10-22 05:54:50 +00:00
brad kittenbrink 1478be6b73 Merged in my DEV-35406 crash on shutdown fix. 2009-10-21 19:21:11 -07:00
Steven Bennetts ef97fc146c Fix for Mac build. 2009-10-22 02:16:58 +00:00
brad kittenbrink 0fc5ab7f18 Workaround for DEV-35406 lleventhost crash on shutdown.
The fix deletes all LLEventPumps boost::signal objects prior to unloading any dlls.
reviewed by Nat.
2009-10-21 19:08:25 -07:00
Steve Bennetts 642d368ecc merge 2009-10-21 18:49:19 -07:00
palange e25395e10f merge 2009-10-21 18:06:25 -07:00
palange 0f121ca6b8 DEV-41615 DEV-41615 Add symlinks to updater and crash logger app bundles to fix dylib refs.\nllcommon, apr and expat dylibs were missing from the crash logger and updater, instead of shipping extra copies were using relative pathed symlinks to the copies in the Second Life.app/Contents/Resources folder. 2009-10-21 17:59:35 -07:00
Rick Pasetto 19fc3fb32c Add setting for PrimMediaDragNDrop, and add implementation that sets the current URL and auto play on drop 2009-10-21 17:40:36 -07:00
Monroe Linden c1583be773 Fix for DEV-41542 (hitting Tab at google login on MoaP inserts a character into the password field).
Moved some special-case handling from LLMediaCtrl::handleKeyHere/handleUnicodeCharHere to LLViewerMediaImpl::handleKeyHere/handleUnicodeCharHere so that the key handling for LLViewerMediaFocus gets the benefit of it as well.
2009-10-21 17:34:07 -07:00
Steven Bennetts c7786aa5b6 Merging revisions 2146-2150 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry
* Bugs: EXT-1752 EXT-1754
2009-10-22 00:25:11 +00:00
Steven Bennetts 0041d485b1 Merging revisions 2129-2144 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry
* Bugs: EXT-1293 EXT-1611 EXT-1613 EXT-1176 EXT-1724 EXT-1186 EXT-1662 EXT-1760 EXT-1720
* Dev: EXT-1575 EXT-1770 EXT-1232 EXT-1234
2009-10-22 00:21:18 +00:00
Loren Shih 67c4555a37 svn merge -r136533:136919 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/avatar-pipeline-14 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3
* Bugs: EXT-1779
2009-10-21 23:08:48 +00:00
Rick Pasetto bbacc4df99 Merge of backout (?) 2009-10-21 16:07:36 -07:00
Rick Pasetto eba6d0236f Backed out changeset: 57dc52edbbc9 2009-10-21 16:01:52 -07:00
Rick Pasetto 7034a4ef9b DEV-41600: one last change: rename INTERACT and CONTROl to MEDIA_PERM_INTERACT and MEDIA_PERM_CONTROL 2009-10-21 14:54:43 -07:00
Richard Nelson 5cb2371781 converted LLToast::Params to be a param block
reviewed by James
2009-10-21 21:53:06 +00:00
Richard Nelson 7813c18f34 selected inventory item no longer renders double box
reviewed by James
2009-10-21 21:50:26 +00:00
Rick Pasetto 54517fc696 DEV-41600 Refactored my previous change based on review feedback from monroe 2009-10-21 14:43:00 -07:00
Loren Shih 5164ed388c Code audit for r136515 ("merging in new wearable infrastructure...")
No expected functionality change; this mostly contains cosmetic cleanup.

Reviewed by: Nyx
2009-10-21 21:37:27 +00:00
Richard Nelson b3d1eb82fa fix for chat history layout bugs
EXT-1728 - there is no new line in the text copied on junction of 2 panels
EXT-1670 - fix chat history use of widgets

reviewed by James
2009-10-21 21:30:40 +00:00
Ramzi Ramey a1770db936 EXT-1534 Remove 'Group __' from accordian names in Group profile (panel_group_info_sidetray.xml)
EXT-1520 some very preliminary Groups profile cleanup
- add some emphasis color for readability
- fix the missized text_editor on L$ Planning tab
2009-10-21 19:20:37 +00:00
Rick Pasetto 7135537435 Backed out changeset 60da2fc952a0 2009-10-21 11:15:46 -07:00
callum 2528d3a75f Test code to allow drag/drop of *file* (not URLs) into the viewer Window - Will not be pushed to main repository - only committed so I can bundle my changes and share 2009-10-21 11:01:11 -07:00
Loren Shih 6e75434493 DEV-41622 : [BUG] : "Could find parent for..." spam from LLInventoryPanel
It's now possible that items may not exist in the hierachy of the inventorypanel's contents, so this warning spam is a false positive.

Removed unnecessary spam, did slight code cleanup.
2009-10-21 17:17:28 +00:00
Ramzi Ramey db8db81764 L10N: call it 'My Inventory' in the menu_viewer 2009-10-21 17:11:39 +00:00
Ramzi Ramey c59f479352 Also change the capitalization of some terms in strings.xml 2009-10-21 16:51:08 +00:00
Ramzi Ramey ceb313bb88 Add more comments to annotate strings.xml, for future translators 2009-10-21 16:39:54 +00:00
Steven Bennetts 6f41747bc4 Merging revisions 2112-2128 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
* Bugs: EXT-1605 EXT-1506 EXT-1663 EXT-1616 EXT-1599 EXT-1587
* Dev: EXT-748 EXT-1447
* IM Cleanup
2009-10-21 04:58:23 +00:00
Steven Bennetts 57fca109ca Merging revisions 2107-2109 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
* Bugs: EXT-1557
2009-10-21 04:50:52 +00:00
Steven Bennetts 2c1aacf814 Merging revisions 2102-2104 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
* Bugs: EXT-1609 EXT-1255 EXT-1299
2009-10-21 04:47:55 +00:00
James Cook 044557a853 EXT-1365 Side tray panel borders fixed, XUI opacity of panels rationalized, eliminated programmatic setting of panel opacity, moved side tray panel buttons to flush with right of screen. Not reviewed. 2009-10-21 04:40:54 +00:00
Steven Bennetts fe9719e804 Merging revisions 2094-2099 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
* Bugs: EXT-1612 EXT-1604 EXT-1163 EXT-1163 EXT-1167
* Dev: EXT-1516
2009-10-21 03:39:04 +00:00
Monroe Linden 19d23352bd Fix for DEV-41567 (MoaP lags from "WARNING: LLViewerMediaImpl::calculateInterest: no texture!" log spam).
This log statement used to be an anomaly, but now that media can be unloaded it's a relatively common case.
2009-10-20 19:37:48 -07:00
Monroe Linden 6b4b69c234 Fix for clicking "home" or "reload" on a web media prim causing a flash of the underlying texture. 2009-10-20 19:36:46 -07:00
Monroe Linden eaf27e7fac Fix for DEV-41572 (login screen image does not display). 2009-10-20 19:13:01 -07:00
Martin Reddy b782560865 EXT-1643: Removed the FirstMedia first use popup.
The notification text for this popup is commented out of the
notifications.xml file, so I'm commenting out the code that tries to
pop up this notification too. This is just a quick short-term fix.  In
the longer term, I believe the plan is to remove all First Use dialogs
entirely, so this entire file will eventually die.
2009-10-21 00:42:11 +00:00
James Cook a2d0b1d77f Side tray uses normal panel colors, not hard-coded floater colors.
Added "Show Side Tray" to login debug menu.
Fixed strange border color around Home side tray panel, more similar fixes to follow.
Reviewed with Richard.
2009-10-21 00:32:19 +00:00
Martin Reddy 40ca1f90ce EXT-1549: Moved the Lock icon to the left of Help button.
Various floaters can display a lock icon in the title bar, but these
were appearing over the new Help button, "?". This change moves the
Lock icons to the left of the Help button.

While debugging the change I found some modal dialogs that shouldn't
display a help button, so I removed their help_topic definitions.
2009-10-21 00:24:31 +00:00
Richard Nelson 11fc9c4098 fix for gcc build 2009-10-20 23:37:56 +00:00
James Cook c0637c8326 Remove hard-coded black border around side tray, relates to EXT-1365
This leaves side tray contiguous with favorites bar, will be fixed by
drop shadow from EXT-1742.
Reviewed with Erica.
2009-10-20 22:59:38 +00:00
James Cook e0826b455c Eliminated extraneous border around side tray panels as partial fix toward EXT-1365 2009-10-20 22:16:35 +00:00
Richard Nelson fdc848cf72 removed unnecessary static variable instantiations to improve compile times
moved a bunch of template class statics to cpp files
also added filename parameter to LLXUIParser::readXUI for better debugging of XUI errors

reviewed by James
2009-10-20 22:05:00 +00:00