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
Lisabeth Pardi
2c05f237d2
Making capitalization within preferences uniform
2009-10-20 22:01:00 +00:00
Lisabeth Pardi
cf251a4a48
Away timeout and Busy Mode Response moving from My Profile to Preferences
...
EXT-328
2009-10-20 21:59:53 +00:00
Leyla Farazha
2de36de179
Pulled out another pair of strings from the locationctrl widgets file.
...
Also apparently search doesn't need it's tooltip in widgets, it gets specified in the xml file that uses it.
2009-10-20 20:50:07 +00:00
Neal Orman
366c54e9bb
EXT-1664 male avatars have female bodies
...
Previous patch improved the situation but reversed it - it was still possible to have a mismatch between an avatar's head and body for their gender.
This patch makes the copying of the gender from your shape wearable to your avatar more explicit, which appears to fix the issue for now.
This should get the behavior correct for testing purposes, and we will look into fixing more underlying issues for the next cycle.
Code reviewed by Seraph
2009-10-20 20:01:27 +00:00
Steve Bennetts
85c4d40614
merge
2009-10-20 12:59:16 -07:00
Erica Olsen
a374d7b58c
EXT-1376 Viewer 2.0 Fit & Finish Pass: People Panel - Friends
2009-10-20 19:39:40 +00:00
Lisabeth Pardi
4adb9f46e3
Preferences > Sounds -- "Device Settings" button should hide/show settings below it
...
EXT-1737
2009-10-20 19:24:53 +00:00
Lisabeth Pardi
df1f9344b9
Preferences > Sounds -- "Device Settings" button should hide/show settings below it
...
EXT-1737
2009-10-20 19:24:34 +00:00
Nat Goodspeed
b0dccf883a
skip() failing test rather than silently commenting out
2009-10-20 15:24:21 -04:00
Ramzi Ramey
a68b34eadf
EXT-1734 Rename Preferences panel file names in the other languages
2009-10-20 19:10:44 +00:00
Ramzi Ramey
09439fb21c
L10N: localizability changes to text to make it more clear.
...
TEXT ONLY; NO CODE CHANGED
2009-10-20 18:32:49 +00:00
Leyla Farazha
2156b0ca60
EXT-1479: I18N: string in /en/widgets/location_input.xml wont honor its translation
...
Pulling these out of widgets and putting them in strings.xml for the sake of the translation tools.
reviewed by James
2009-10-20 18:21:34 +00:00
James Cook
25639b267d
EXT-462 Avatar context menu only shows Freeze/Eject/Debug when in god mode.
...
Changed enable and visible named callbacks to "IsGodCustomerService" so we
have one global function that can be used in menus everywhere.
Reviewed with Leyla.
2009-10-20 17:52:56 +00:00
Steve Bennetts
afcccc3b36
merge
2009-10-20 10:52:53 -07:00
James Cook
5bd6a24c65
Change Mac sparse disk image size to 700 MB
2009-10-20 17:31:08 +00:00
Lisabeth Pardi
91fe3e7c79
Rename Preferences panel file names
...
EXT-1734
2009-10-20 16:26:50 +00:00
Lisabeth Pardi
3865eda939
Update Preferences > Sound with new layout and featureset from spec
...
EXT-943
2009-10-20 16:24:54 +00:00
Lisabeth Pardi
0cbbd4c381
Edit tool_tips for uniform capitalization and punctuation
...
EXT-1675
Log, Speak and Gestures btns don't have tool-tips
EXT-1444
2009-10-20 16:23:57 +00:00
Nat Goodspeed
aa75245a1a
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-10-20 11:34:46 -04:00
Nat Goodspeed
7aff3d0842
Disabling dubious getHostName() test as explained in comments
2009-10-20 11:32:45 -04:00
Martin Reddy
eb620735fc
DEV-41358: Added support for search categories.
...
You can now specify a search category for all web-based searches,
e.g., "all" (default), "people", "places", "events", "groups", "wiki",
"destinations", "classifieds". Specifying a category will add the
relevant subdir to the search URL, as specified by the search team.
2009-10-20 14:07:50 +00:00
Nat Goodspeed
6f44e1de9b
Don't include linden_common.h in lldate.h, or any other .h files.
...
Migrate to the .cpp files where it's needed.
2009-10-20 08:53:18 -04:00
Nat Goodspeed
b52b97b6e1
It seems that ADD_INTEGRATION_TEST tests now require GoogleMock to build
2009-10-20 08:51:23 -04:00
angela@angelas-macbook-pro.local
d9e61b280f
media option always disabled in build tools
2009-10-20 13:57:58 +08:00
CG Linden
f36c9b3743
added eol to indra/newview/llinspect.h
2009-10-19 21:54:08 -07:00
Richard Nelson
2180706f4c
EXT-1583 - Landmark "Favorites Bar" item tool-tips need to remain onscreen while mouse pointer is over them.
...
also, improved tooltip display to show region name and coordinates
reviewed by Leyla
2009-10-20 01:40:13 +00:00
Richard Nelson
6d60cbde99
better layout of chat separators in local chat
...
also, removed some extraneous parameters from textbase.xml
reviewed by Leyla
2009-10-20 01:38:55 +00:00
Richard Nelson
ce5a5f84d5
ext-1670 - fix the chat history use of widgets
...
reviewed by leyla
2009-10-20 00:41:41 +00:00
James Cook
b36eee4581
Add newline at end of file to fix gcc.
...
Sadly, we don't seem to have a commit hook for that.
2009-10-20 00:38:27 +00:00
James Cook
79a0e517ee
Group SLURL links are white, color configurable in colors.xml
...
Reviewed with Erica.
2009-10-20 00:36:17 +00:00
James Cook
5d8079a108
EXT-1518 Show "nobody" for null UUID avatar SLURL links, "none" for null group SLURL links.
...
Show "Loading..." while looking up real names.
Fix group inspector "view details" button not working.
Reviewed with Ambroff.
2009-10-20 00:33:02 +00:00
Erica Olsen
b7eb9a15f1
EXT-1376 Viewer 2.0 Fit & Finish Pass: People Panel - Friends
...
EXT-1359 Viewer 2.0 Fit & Finish Pass: People Panel - Nearby
2009-10-20 00:20:06 +00:00
Monroe Linden
b583bfd3a0
Fix for a case where the webkit plugin never generates a LOCATION_CHANGED event at all.
2009-10-19 17:17:39 -07:00
Steve Bennetts
1d5be6eca1
merge
2009-10-19 17:31:05 -07:00
Rick Pasetto
d78520f6b7
Compress logging of media data (but still have it)
2009-10-19 17:08:45 -07:00
Richard Nelson
97d2b740d3
removed unused static string arrays that were bloating our builds
...
reviewed by Leyla
2009-10-19 23:28:49 +00:00
James Cook
1dd8e76dee
EXT-1685 Pull shared inspector code into llinspect.h/cpp.
...
Reviewed with Leyla.
2009-10-19 22:34:46 +00:00
Steven Bennetts
f9385314ac
Backporting from hg branch @ 3495: Fix to integration test.
2009-10-19 22:31:47 +00:00
Lisabeth Pardi
7f354e5819
Edit tool_tips for uniform capitalization and punctuation
...
EXT-1675
2009-10-19 22:01:07 +00:00