erica
872ecdbec6
EXT-1449 Viewer 2.0 Fit & Finish Pass: Places Panel - Landmark detail -actually deleted the file this time
2009-10-22 15:59:37 -07:00
Mark Palange (Mani)
52253a7fa3
merge
2009-10-22 15:42:08 -07:00
James Cook
3431664430
Moved internal LLSideTrayTab class to .cpp file, de-inline param block constructor, not reviewed
2009-10-22 15:40:59 -07:00
Mark Palange (Mani)
f67e44c503
Fixing the build for PE.
...
Now building with llkdu can be skipped by specifying INSTALL_PROPRIETARY=OFF when configuring the build.
Reviewed by palmer
2009-10-22 15:38:26 -07:00
callum
35e8a7cae6
Merge my changes with rev. 2603
2009-10-22 15:35:14 -07:00
callum
f7e4f1d1a5
DEV-41721 - "Alt-image enabled" is not yet functional: remove from UI
2009-10-22 15:32:22 -07:00
callum
01da5df6b4
DEV-41720 - "Select Texture" should be "Select Face" in build tools
2009-10-22 15:31:58 -07:00
Neal Orman
4e6fd496ee
EXT-1822 changing textures in appearance not immediate
...
Texture changes in appearance editor were not taking effect immediately. Changed texture setting code to refresh local bake of textures.
Code reviewed by Vir
2009-10-22 22:25:38 +00:00
erica@bukkit.local
08ccc8384e
EXT-1449 Viewer 2.0 Fit & Finish Pass: Places Panel - Landmark detail
2009-10-22 15:17:06 -07:00
Rick Pasetto
aba9c25556
merge from remote repo
2009-10-22 15:04:33 -07:00
Rick Pasetto
eb5a619255
DEV-41626 Remove/disable "first click interacts" from the UI since
...
we're not implementing it as a feature yet.
2009-10-22 15:03:55 -07:00
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